From 5ee58c7609dc17b319cff28d51ea396cadf50bc9 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Mon, 11 Aug 2025 04:46:02 -0400 Subject: [PATCH] The bulk of Android goodies --- android/README.md | 88 + android/app/build.gradle | 59 + android/app/proguard-rules.pro | 13 + android/app/src/main/AndroidManifest.xml | 29 + .../assets/editor/gizmo/center_handle | 16 + .../assets/editor/gizmo/center_handle_tri_0 | 40 + .../assets/editor/gizmo/center_handle_vtx_0 | 130 + .../editor/gizmo/center_handle_vtx_cull | 10 + .../gizmo/mat_center_handle_f3dlite_material | 11 + .../mat_revert_center_handle_f3dlite_material | 7 + ...at_revert_rot_handle_blue_f3dlite_material | 7 + ...t_revert_rot_handle_green_f3dlite_material | 7 + ...vert_rot_handle_green_f3dlite_material_002 | 7 + ...mat_revert_rot_handle_red_f3dlite_material | 7 + ..._revert_rotate_handle_red_f3dlite_material | 7 + ..._revert_scale_handle_blue_f3dlite_material | 7 + ...ert_scale_handle_blue_f3dlite_material_001 | 7 + ...rt_scale_handle_green_f3dlite_material_001 | 7 + ...vert_scale_handle_red_f3dlite_material_001 | 7 + ...ert_translate_handle_blue_f3dlite_material | 7 + ...rt_translate_handle_green_f3dlite_material | 7 + ...vert_translate_handle_red_f3dlite_material | 7 + .../mat_rot_handle_blue_f3dlite_material | 10 + .../mat_rot_handle_green_f3dlite_material | 10 + .../mat_rot_handle_green_f3dlite_material_002 | 11 + .../gizmo/mat_rot_handle_red_f3dlite_material | 10 + .../mat_rotate_handle_red_f3dlite_material | 11 + .../mat_scale_handle_blue_f3dlite_material | 11 + ...mat_scale_handle_blue_f3dlite_material_001 | 11 + ...at_scale_handle_green_f3dlite_material_001 | 11 + .../mat_scale_handle_red_f3dlite_material_001 | 11 + ...mat_translate_handle_blue_f3dlite_material | 11 + ...at_translate_handle_green_f3dlite_material | 11 + .../mat_translate_handle_red_f3dlite_material | 11 + .../spaghetti/assets/editor/gizmo/model.xml | 10 + .../assets/editor/gizmo/rot_handle_blue | 16 + .../assets/editor/gizmo/rot_handle_blue_tri_0 | 40 + .../assets/editor/gizmo/rot_handle_blue_vtx_0 | 130 + .../editor/gizmo/rot_handle_blue_vtx_cull | 10 + .../assets/editor/gizmo/rot_handle_green | 16 + .../editor/gizmo/rot_handle_green_tri_0 | 40 + .../editor/gizmo/rot_handle_green_vtx_0 | 130 + .../editor/gizmo/rot_handle_green_vtx_cull | 10 + .../assets/editor/gizmo/rot_handle_red | 16 + .../assets/editor/gizmo/rot_handle_red_tri_0 | 40 + .../assets/editor/gizmo/rot_handle_red_vtx_0 | 130 + .../editor/gizmo/rot_handle_red_vtx_cull | 10 + .../assets/editor/gizmo/rotate_handle_red | 16 + .../editor/gizmo/rotate_handle_red_tri_0 | 40 + .../editor/gizmo/rotate_handle_red_vtx_0 | 130 + .../editor/gizmo/rotate_handle_red_vtx_cull | 10 + .../assets/editor/gizmo/scale_handle_blue | 16 + .../editor/gizmo/scale_handle_blue_tri_0 | 616 + .../editor/gizmo/scale_handle_blue_vtx_0 | 2188 +++ .../editor/gizmo/scale_handle_blue_vtx_cull | 10 + .../assets/editor/gizmo/scale_handle_green | 16 + .../editor/gizmo/scale_handle_green_tri_0 | 616 + .../editor/gizmo/scale_handle_green_vtx_0 | 2188 +++ .../editor/gizmo/scale_handle_green_vtx_cull | 10 + .../assets/editor/gizmo/scale_handle_red | 16 + .../editor/gizmo/scale_handle_red_tri_0 | 616 + .../editor/gizmo/scale_handle_red_vtx_0 | 2188 +++ .../editor/gizmo/scale_handle_red_vtx_cull | 10 + .../assets/editor/gizmo/translate_handle_blue | 14 + .../editor/gizmo/translate_handle_blue_tri_0 | 109 + .../editor/gizmo/translate_handle_blue_vtx_0 | 331 + .../gizmo/translate_handle_blue_vtx_cull | 10 + .../editor/gizmo/translate_handle_green | 14 + .../editor/gizmo/translate_handle_green_tri_0 | 109 + .../editor/gizmo/translate_handle_green_vtx_0 | 331 + .../gizmo/translate_handle_green_vtx_cull | 10 + .../assets/editor/gizmo/translate_handle_red | 14 + .../editor/gizmo/translate_handle_red_tri_0 | 109 + .../editor/gizmo/translate_handle_red_vtx_0 | 331 + .../gizmo/translate_handle_red_vtx_cull | 10 + .../mat_revert_sun_arrow_f3dlite_material_001 | 6 + .../mat_revert_sun_arrow_f3dlite_material_002 | 7 + .../light/mat_sun_arrow_f3dlite_material_001 | 10 + .../light/mat_sun_arrow_f3dlite_material_002 | 11 + .../spaghetti/assets/editor/light/model.xml | 10 + .../spaghetti/assets/editor/light/sun_arrow | 16 + .../assets/editor/light/sun_arrow_tri_0 | 109 + .../assets/editor/light/sun_arrow_vtx_0 | 331 + .../assets/editor/light/sun_arrow_vtx_cull | 10 + .../mat_revert_water_plane_f3dlite_material | 7 + .../water/mat_water_plane_f3dlite_material | 11 + .../spaghetti/assets/editor/water/model.xml | 10 + .../spaghetti/assets/editor/water/water_plane | 16 + .../assets/editor/water/water_plane_tri_0 | 6 + .../assets/editor/water/water_plane_vtx_0 | 6 + .../assets/editor/water/water_plane_vtx_cull | 10 + .../spaghetti/assets/fonts/Fipps-Regular.otf | Bin 0 -> 34220 bytes .../assets/fonts/Inconsolata-Regular.ttf | Bin 0 -> 101752 bytes .../assets/fonts/Montserrat-Regular.ttf | Bin 0 -> 197624 bytes .../assets/fonts/PressStart2P-Regular.ttf | Bin 0 -> 116008 bytes .../assets/gizmo/gizmo_center_button | 10 + .../assets/gizmo/gizmo_center_button_tri_0 | 40 + .../assets/gizmo/gizmo_center_button_vtx_0 | 130 + .../assets/gizmo/gizmo_center_button_vtx_cull | 10 + ...at_gizmo_center_button_gizmo_center_button | 12 + .../gizmo/mat_scale_handle_f3dlite_material | 12 + .../assets/spaghetti/assets/gizmo/model.xml | 10 + .../spaghetti/assets/gizmo/scale_handle | 10 + .../spaghetti/assets/gizmo/scale_handle_tri_0 | 616 + .../spaghetti/assets/gizmo/scale_handle_vtx_0 | 2188 +++ .../assets/gizmo/scale_handle_vtx_cull | 10 + .../assets/hmintro/gradientbottom.rgba16 | Bin 0 -> 8284 bytes .../spaghetti/assets/hmintro/lusgrade.rgba16 | Bin 0 -> 4188 bytes .../assets/hmintro/mat_poweredbylus_lus | 16 + .../assets/hmintro/mat_poweredbylus_power | 16 + .../hmintro/mat_revert_poweredbylus_lus | 7 + .../hmintro/mat_revert_poweredbylus_power | 7 + .../spaghetti/assets/hmintro/poweredbylus | 19 + .../assets/hmintro/poweredbylus_tri_0 | 335 + .../assets/hmintro/poweredbylus_tri_1 | 373 + .../assets/hmintro/poweredbylus_vtx_0 | 689 + .../assets/hmintro/poweredbylus_vtx_1 | 751 + .../assets/hmintro/poweredbylus_vtx_cull | 10 + .../shaders/directx/default.shader.hlsl | 339 + .../assets/shaders/metal/default.shader.metal | 291 + .../assets/shaders/opengl/default.shader.fs | 218 + .../assets/shaders/opengl/default.shader.vs | 79 + .../assets/textures/buttons/ABtn.png | Bin 0 -> 10967 bytes .../assets/textures/buttons/BBtn.png | Bin 0 -> 1300 bytes .../assets/textures/buttons/CDown.png | Bin 0 -> 11241 bytes .../assets/textures/buttons/CLeft.png | Bin 0 -> 11232 bytes .../assets/textures/buttons/CRight.png | Bin 0 -> 11284 bytes .../spaghetti/assets/textures/buttons/CUp.png | Bin 0 -> 11219 bytes .../assets/textures/buttons/LBtn.png | Bin 0 -> 355 bytes .../assets/textures/buttons/RBtn.png | Bin 0 -> 379 bytes .../assets/textures/buttons/StartBtn.png | Bin 0 -> 11868 bytes .../assets/textures/buttons/ZBtn.png | Bin 0 -> 1241 bytes .../spaghetti/assets/textures/icons/gIcon.png | Bin 0 -> 7072 bytes .../textures/virtual/gEmptyTexture.rgba32.png | Bin 0 -> 194 bytes .../assets/tracks/harbour/ARmosMap.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/Cube.002_mesh | 23 + .../assets/tracks/harbour/Cube.002_mesh_tri_0 | 44 + .../assets/tracks/harbour/Cube.002_mesh_tri_1 | 6 + .../assets/tracks/harbour/Cube.002_mesh_tri_2 | 8 + .../assets/tracks/harbour/Cube.002_mesh_tri_3 | 13 + .../assets/tracks/harbour/Cube.002_mesh_tri_4 | 100 + .../assets/tracks/harbour/Cube.002_mesh_vtx_0 | 109 + .../assets/tracks/harbour/Cube.002_mesh_vtx_1 | 6 + .../assets/tracks/harbour/Cube.002_mesh_vtx_2 | 9 + .../assets/tracks/harbour/Cube.002_mesh_vtx_3 | 34 + .../assets/tracks/harbour/Cube.002_mesh_vtx_4 | 289 + .../tracks/harbour/Cube.002_mesh_vtx_cull | 10 + .../assets/tracks/harbour/Harbour 0.6.blend | Bin 0 -> 16986556 bytes .../assets/tracks/harbour/bark2.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/bars1.rgba16 | Bin 0 -> 8284 bytes .../assets/tracks/harbour/beware.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/brick1.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/coffins.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/data_paths | 463 + .../assets/tracks/harbour/data_track_sections | 120 + .../assets/tracks/harbour/door1.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/fence.rgba32 | Bin 0 -> 16476 bytes .../assets/tracks/harbour/flag.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/flowers1.rgba32 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/gallows.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/grayishtoblue.ci8 | Bin 0 -> 348 bytes .../assets/tracks/harbour/heart1.ci8 | Bin 0 -> 348 bytes .../assets/tracks/harbour/keyboardArt.i8 | Bin 0 -> 1564 bytes .../assets/tracks/harbour/leaf.rgba16 | Bin 0 -> 220 bytes .../assets/tracks/harbour/leaves1.rgba32 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/map.001_mesh | 11 + .../assets/tracks/harbour/map.001_mesh_tri_0 | 96 + .../assets/tracks/harbour/map.001_mesh_vtx_0 | 194 + .../tracks/harbour/map.001_mesh_vtx_cull | 10 + .../assets/tracks/harbour/map.002_mesh | 26 + .../assets/tracks/harbour/map.002_mesh_tri_0 | 269 + .../assets/tracks/harbour/map.002_mesh_tri_1 | 42 + .../assets/tracks/harbour/map.002_mesh_tri_2 | 9 + .../assets/tracks/harbour/map.002_mesh_tri_3 | 8 + .../assets/tracks/harbour/map.002_mesh_tri_4 | 8 + .../assets/tracks/harbour/map.002_mesh_tri_5 | 10 + .../assets/tracks/harbour/map.002_mesh_vtx_0 | 682 + .../assets/tracks/harbour/map.002_mesh_vtx_1 | 81 + .../assets/tracks/harbour/map.002_mesh_vtx_2 | 18 + .../assets/tracks/harbour/map.002_mesh_vtx_3 | 17 + .../assets/tracks/harbour/map.002_mesh_vtx_4 | 9 + .../assets/tracks/harbour/map.002_mesh_vtx_5 | 11 + .../tracks/harbour/map.002_mesh_vtx_cull | 10 + .../assets/tracks/harbour/map.003_mesh | 14 + .../assets/tracks/harbour/map.003_mesh_tri_0 | 65 + .../assets/tracks/harbour/map.003_mesh_tri_1 | 80 + .../assets/tracks/harbour/map.003_mesh_vtx_0 | 126 + .../assets/tracks/harbour/map.003_mesh_vtx_1 | 194 + .../tracks/harbour/map.003_mesh_vtx_cull | 10 + .../assets/tracks/harbour/map.004_mesh | 17 + .../assets/tracks/harbour/map.004_mesh_tri_0 | 7 + .../assets/tracks/harbour/map.004_mesh_tri_1 | 96 + .../assets/tracks/harbour/map.004_mesh_tri_2 | 8 + .../assets/tracks/harbour/map.004_mesh_vtx_0 | 8 + .../assets/tracks/harbour/map.004_mesh_vtx_1 | 236 + .../assets/tracks/harbour/map.004_mesh_vtx_2 | 10 + .../tracks/harbour/map.004_mesh_vtx_cull | 10 + .../assets/tracks/harbour/map.005_mesh | 23 + .../assets/tracks/harbour/map.005_mesh_tri_0 | 8 + .../assets/tracks/harbour/map.005_mesh_tri_1 | 16 + .../assets/tracks/harbour/map.005_mesh_tri_2 | 28 + .../assets/tracks/harbour/map.005_mesh_tri_3 | 107 + .../assets/tracks/harbour/map.005_mesh_tri_4 | 28 + .../assets/tracks/harbour/map.005_mesh_vtx_0 | 15 + .../assets/tracks/harbour/map.005_mesh_vtx_1 | 30 + .../assets/tracks/harbour/map.005_mesh_vtx_2 | 63 + .../assets/tracks/harbour/map.005_mesh_vtx_3 | 235 + .../assets/tracks/harbour/map.005_mesh_vtx_4 | 79 + .../tracks/harbour/map.005_mesh_vtx_cull | 10 + .../spaghetti/assets/tracks/harbour/map_mesh | 62 + .../assets/tracks/harbour/map_mesh_tri_0 | 55 + .../assets/tracks/harbour/map_mesh_tri_1 | 7 + .../assets/tracks/harbour/map_mesh_tri_10 | 10 + .../assets/tracks/harbour/map_mesh_tri_11 | 31 + .../assets/tracks/harbour/map_mesh_tri_12 | 117 + .../assets/tracks/harbour/map_mesh_tri_13 | 341 + .../assets/tracks/harbour/map_mesh_tri_14 | 10 + .../assets/tracks/harbour/map_mesh_tri_15 | 7 + .../assets/tracks/harbour/map_mesh_tri_16 | 97 + .../assets/tracks/harbour/map_mesh_tri_17 | 7 + .../assets/tracks/harbour/map_mesh_tri_2 | 6 + .../assets/tracks/harbour/map_mesh_tri_3 | 89 + .../assets/tracks/harbour/map_mesh_tri_4 | 96 + .../assets/tracks/harbour/map_mesh_tri_5 | 11 + .../assets/tracks/harbour/map_mesh_tri_6 | 6 + .../assets/tracks/harbour/map_mesh_tri_7 | 9 + .../assets/tracks/harbour/map_mesh_tri_8 | 8 + .../assets/tracks/harbour/map_mesh_tri_9 | 7 + .../assets/tracks/harbour/map_mesh_vtx_0 | 127 + .../assets/tracks/harbour/map_mesh_vtx_1 | 8 + .../assets/tracks/harbour/map_mesh_vtx_10 | 14 + .../assets/tracks/harbour/map_mesh_vtx_11 | 60 + .../assets/tracks/harbour/map_mesh_vtx_12 | 369 + .../assets/tracks/harbour/map_mesh_vtx_13 | 712 + .../assets/tracks/harbour/map_mesh_vtx_14 | 13 + .../assets/tracks/harbour/map_mesh_vtx_15 | 10 + .../assets/tracks/harbour/map_mesh_vtx_16 | 171 + .../assets/tracks/harbour/map_mesh_vtx_17 | 10 + .../assets/tracks/harbour/map_mesh_vtx_2 | 6 + .../assets/tracks/harbour/map_mesh_vtx_3 | 178 + .../assets/tracks/harbour/map_mesh_vtx_4 | 194 + .../assets/tracks/harbour/map_mesh_vtx_5 | 21 + .../assets/tracks/harbour/map_mesh_vtx_6 | 6 + .../assets/tracks/harbour/map_mesh_vtx_7 | 11 + .../assets/tracks/harbour/map_mesh_vtx_8 | 13 + .../assets/tracks/harbour/map_mesh_vtx_9 | 14 + .../assets/tracks/harbour/map_mesh_vtx_cull | 10 + .../assets/tracks/harbour/marble1.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/mat_mk64_HM | 19 + .../assets/tracks/harbour/mat_mk64__64 | 20 + .../assets/tracks/harbour/mat_mk64_bark1 | 15 + .../assets/tracks/harbour/mat_mk64_beware | 16 + .../assets/tracks/harbour/mat_mk64_black | 16 + .../assets/tracks/harbour/mat_mk64_coffin | 16 + .../assets/tracks/harbour/mat_mk64_dock | 15 + .../assets/tracks/harbour/mat_mk64_door1 | 14 + .../assets/tracks/harbour/mat_mk64_eye2 | 16 + .../tracks/harbour/mat_mk64_f3d_material_001 | 16 + .../tracks/harbour/mat_mk64_f3d_material_005 | 10 + .../tracks/harbour/mat_mk64_f3d_material_006 | 10 + .../tracks/harbour/mat_mk64_f3d_material_012 | 10 + .../tracks/harbour/mat_mk64_f3d_material_013 | 16 + .../tracks/harbour/mat_mk64_f3d_material_014 | 16 + .../harbour/mat_mk64_f3dlite_material_001 | 16 + .../harbour/mat_mk64_f3dlite_material_002 | 16 + .../harbour/mat_mk64_f3dlite_material_007 | 11 + .../harbour/mat_mk64_f3dlite_material_009 | 11 + .../assets/tracks/harbour/mat_mk64_fence | 16 + .../assets/tracks/harbour/mat_mk64_flag | 16 + .../assets/tracks/harbour/mat_mk64_flowers | 16 + .../assets/tracks/harbour/mat_mk64_gallows1 | 16 + .../assets/tracks/harbour/mat_mk64_grate | 16 + .../assets/tracks/harbour/mat_mk64_ground | 15 + .../assets/tracks/harbour/mat_mk64_leaf1 | 16 + .../assets/tracks/harbour/mat_mk64_leaves | 15 + .../assets/tracks/harbour/mat_mk64_moon1 | 16 + .../assets/tracks/harbour/mat_mk64_moon2 | 16 + .../assets/tracks/harbour/mat_mk64_office1 | 16 + .../assets/tracks/harbour/mat_mk64_parking | 16 + .../assets/tracks/harbour/mat_mk64_path | 16 + .../assets/tracks/harbour/mat_mk64_roof1 | 15 + .../assets/tracks/harbour/mat_mk64_rope | 16 + .../assets/tracks/harbour/mat_mk64_sand | 15 + .../assets/tracks/harbour/mat_mk64_sign | 16 + .../assets/tracks/harbour/mat_mk64_teeth | 16 + .../assets/tracks/harbour/mat_mk64_wall1 | 15 + .../assets/tracks/harbour/mat_mk64_water1 | 16 + .../assets/tracks/harbour/mat_mk64_water2 | 15 + .../assets/tracks/harbour/mat_mk64_window1 | 15 + .../assets/tracks/harbour/mat_revert_mk64_HM | 8 + .../assets/tracks/harbour/mat_revert_mk64__64 | 8 + .../tracks/harbour/mat_revert_mk64_bark1 | 7 + .../tracks/harbour/mat_revert_mk64_beware | 7 + .../tracks/harbour/mat_revert_mk64_black | 7 + .../tracks/harbour/mat_revert_mk64_coffin | 7 + .../tracks/harbour/mat_revert_mk64_dock | 7 + .../tracks/harbour/mat_revert_mk64_door1 | 7 + .../tracks/harbour/mat_revert_mk64_eye2 | 7 + .../harbour/mat_revert_mk64_f3d_material_001 | 7 + .../harbour/mat_revert_mk64_f3d_material_005 | 7 + .../harbour/mat_revert_mk64_f3d_material_006 | 7 + .../harbour/mat_revert_mk64_f3d_material_012 | 7 + .../harbour/mat_revert_mk64_f3d_material_013 | 7 + .../harbour/mat_revert_mk64_f3d_material_014 | 7 + .../mat_revert_mk64_f3dlite_material_001 | 7 + .../mat_revert_mk64_f3dlite_material_002 | 7 + .../mat_revert_mk64_f3dlite_material_007 | 7 + .../mat_revert_mk64_f3dlite_material_009 | 7 + .../tracks/harbour/mat_revert_mk64_fence | 7 + .../tracks/harbour/mat_revert_mk64_flag | 7 + .../tracks/harbour/mat_revert_mk64_flowers | 7 + .../tracks/harbour/mat_revert_mk64_gallows1 | 7 + .../tracks/harbour/mat_revert_mk64_grate | 7 + .../tracks/harbour/mat_revert_mk64_ground | 7 + .../tracks/harbour/mat_revert_mk64_leaf1 | 7 + .../tracks/harbour/mat_revert_mk64_leaves | 7 + .../tracks/harbour/mat_revert_mk64_moon1 | 7 + .../tracks/harbour/mat_revert_mk64_moon2 | 7 + .../tracks/harbour/mat_revert_mk64_office1 | 7 + .../tracks/harbour/mat_revert_mk64_parking | 7 + .../tracks/harbour/mat_revert_mk64_path | 7 + .../tracks/harbour/mat_revert_mk64_roof1 | 7 + .../tracks/harbour/mat_revert_mk64_rope | 7 + .../tracks/harbour/mat_revert_mk64_sand | 7 + .../tracks/harbour/mat_revert_mk64_sign | 7 + .../tracks/harbour/mat_revert_mk64_teeth | 7 + .../tracks/harbour/mat_revert_mk64_wall1 | 7 + .../tracks/harbour/mat_revert_mk64_water1 | 7 + .../tracks/harbour/mat_revert_mk64_water2 | 7 + .../tracks/harbour/mat_revert_mk64_window1 | 7 + .../assets/tracks/harbour/minimap.png | Bin 0 -> 4323 bytes .../spaghetti/assets/tracks/harbour/mk64 | 11 + .../assets/tracks/harbour/mk64_tri_0 | 15 + .../assets/tracks/harbour/mk64_vtx_0 | 38 + .../assets/tracks/harbour/mk64_vtx_cull | 10 + .../assets/tracks/harbour/moon1.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/moon2.rgba16 | Bin 0 -> 2140 bytes .../spaghetti/assets/tracks/harbour/moon_mesh | 23 + .../assets/tracks/harbour/moon_mesh_tri_0 | 134 + .../assets/tracks/harbour/moon_mesh_tri_1 | 30 + .../assets/tracks/harbour/moon_mesh_tri_2 | 17 + .../assets/tracks/harbour/moon_mesh_tri_3 | 69 + .../assets/tracks/harbour/moon_mesh_tri_4 | 11 + .../assets/tracks/harbour/moon_mesh_vtx_0 | 246 + .../assets/tracks/harbour/moon_mesh_vtx_1 | 93 + .../assets/tracks/harbour/moon_mesh_vtx_2 | 46 + .../assets/tracks/harbour/moon_mesh_vtx_3 | 123 + .../assets/tracks/harbour/moon_mesh_vtx_4 | 16 + .../assets/tracks/harbour/moon_mesh_vtx_cull | 10 + .../assets/tracks/harbour/noparking.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/office1.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/parascode.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/paraseye.rgba32 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/parking.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/pirate.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/road4.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/rope.rgba16 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/sand.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/scene.json | 1 + ...ss-texture-fresh-backdrop-144751691.rgba16 | Bin 0 -> 2140 bytes .../seamless-wood-texture-free-76.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/superFXSteel.rgba16 | Bin 0 -> 604 bytes .../assets/tracks/harbour/teeth1.rgba32 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/water1.rgba32 | Bin 0 -> 4188 bytes .../assets/tracks/harbour/water1_mesh | 14 + .../assets/tracks/harbour/water1_mesh_tri_0 | 6 + .../assets/tracks/harbour/water1_mesh_tri_1 | 6 + .../assets/tracks/harbour/water1_mesh_vtx_0 | 6 + .../assets/tracks/harbour/water1_mesh_vtx_1 | 6 + .../tracks/harbour/water1_mesh_vtx_cull | 10 + .../assets/tracks/harbour/water3.rgba16 | Bin 0 -> 2140 bytes .../assets/tracks/harbour/window.rgba16 | Bin 0 -> 124 bytes .../assets/tracks/harbour/woodPlanks1.rgba16 | Bin 0 -> 2140 bytes .../app/src/main/assets/spaghetti/config.yml | 29 + .../yamls/us/banshee_boardwalk_data.yml | 639 + .../us/banshee_boardwalk_displaylists.yml | 17 + .../yamls/us/banshee_boardwalk_vertices.yml | 15 + .../spaghetti/yamls/us/big_donut_data.yml | 22 + .../yamls/us/big_donut_displaylists.yml | 17 + .../spaghetti/yamls/us/big_donut_vertices.yml | 15 + .../spaghetti/yamls/us/block_fort_data.yml | 22 + .../yamls/us/block_fort_displaylists.yml | 17 + .../yamls/us/block_fort_vertices.yml | 15 + .../assets/spaghetti/yamls/us/boo_frames.yml | 247 + .../assets/spaghetti/yamls/us/bowser_kart.yml | 12803 +++++++++++++++ .../yamls/us/bowsers_castle_data.yml | 592 + .../yamls/us/bowsers_castle_displaylists.yml | 17 + .../yamls/us/bowsers_castle_vertices.yml | 15 + .../spaghetti/yamls/us/ceremony_data.yml | 239 + .../yamls/us/choco_mountain_data.yml | 507 + .../yamls/us/choco_mountain_displaylists.yml | 17 + .../yamls/us/choco_mountain_vertices.yml | 15 + .../assets/spaghetti/yamls/us/common_data.yml | 2319 +++ .../spaghetti/yamls/us/data_800E45C0.yml | 79 + .../spaghetti/yamls/us/data_800E8700.yml | 138 + .../spaghetti/yamls/us/data_segment2.yml | 214 + .../yamls/us/dks_jungle_parkway_data.yml | 837 + .../us/dks_jungle_parkway_displaylists.yml | 17 + .../yamls/us/dks_jungle_parkway_vertices.yml | 15 + .../spaghetti/yamls/us/donkeykong_kart.yml | 12803 +++++++++++++++ .../spaghetti/yamls/us/double_deck_data.yml | 22 + .../yamls/us/double_deck_displaylists.yml | 17 + .../yamls/us/double_deck_vertices.yml | 15 + .../yamls/us/frappe_snowland_data.yml | 373 + .../yamls/us/frappe_snowland_displaylists.yml | 17 + .../yamls/us/frappe_snowland_vertices.yml | 15 + .../yamls/us/kalimari_desert_data.yml | 1543 ++ .../yamls/us/kalimari_desert_displaylists.yml | 17 + .../yamls/us/kalimari_desert_vertices.yml | 15 + .../yamls/us/koopa_troopa_beach_data.yml | 1527 ++ .../us/koopa_troopa_beach_displaylists.yml | 17 + .../yamls/us/koopa_troopa_beach_vertices.yml | 15 + .../assets/spaghetti/yamls/us/luigi_kart.yml | 12803 +++++++++++++++ .../spaghetti/yamls/us/luigi_raceway_data.yml | 816 + .../yamls/us/luigi_raceway_displaylists.yml | 17 + .../yamls/us/luigi_raceway_vertices.yml | 15 + .../assets/spaghetti/yamls/us/mario_kart.yml | 12803 +++++++++++++++ .../spaghetti/yamls/us/mario_raceway_data.yml | 503 + .../yamls/us/mario_raceway_displaylists.yml | 17 + .../yamls/us/mario_raceway_vertices.yml | 15 + .../spaghetti/yamls/us/moo_moo_farm_data.yml | 681 + .../yamls/us/moo_moo_farm_displaylists.yml | 17 + .../yamls/us/moo_moo_farm_vertices.yml | 15 + .../spaghetti/yamls/us/other_textures.yml | 4971 ++++++ .../assets/spaghetti/yamls/us/peach_kart.yml | 12803 +++++++++++++++ .../spaghetti/yamls/us/player_selection.yml | 1536 ++ .../spaghetti/yamls/us/rainbow_road_data.yml | 735 + .../yamls/us/rainbow_road_displaylists.yml | 17 + .../yamls/us/rainbow_road_vertices.yml | 15 + .../spaghetti/yamls/us/royal_raceway_data.yml | 743 + .../yamls/us/royal_raceway_displaylists.yml | 17 + .../yamls/us/royal_raceway_vertices.yml | 15 + .../spaghetti/yamls/us/sherbet_land_data.yml | 790 + .../yamls/us/sherbet_land_displaylists.yml | 17 + .../yamls/us/sherbet_land_vertices.yml | 15 + .../spaghetti/yamls/us/skyscraper_data.yml | 22 + .../yamls/us/skyscraper_displaylists.yml | 17 + .../yamls/us/skyscraper_vertices.yml | 15 + .../assets/spaghetti/yamls/us/some_data.yml | 19 + .../assets/spaghetti/yamls/us/sound/banks.yml | 88 + .../assets/spaghetti/yamls/us/sound/root.yml | 19 + .../spaghetti/yamls/us/sound/samples.yml | 807 + .../spaghetti/yamls/us/sound/sequences.yml | 287 + .../spaghetti/yamls/us/startup_logo.yml | 119 + .../spaghetti/yamls/us/texture_data_2.yml | 3350 ++++ .../spaghetti/yamls/us/texture_tkmk00.yml | 642 + .../assets/spaghetti/yamls/us/toad_kart.yml | 12803 +++++++++++++++ .../yamls/us/toads_turnpike_data.yml | 1828 +++ .../yamls/us/toads_turnpike_displaylists.yml | 17 + .../yamls/us/toads_turnpike_offsets.yml | 65 + .../yamls/us/toads_turnpike_vertices.yml | 15 + .../assets/spaghetti/yamls/us/wario_kart.yml | 12803 +++++++++++++++ .../spaghetti/yamls/us/wario_stadium_data.yml | 536 + .../yamls/us/wario_stadium_displaylists.yml | 17 + .../yamls/us/wario_stadium_vertices.yml | 15 + .../assets/spaghetti/yamls/us/yoshi_kart.yml | 12804 ++++++++++++++++ .../spaghetti/yamls/us/yoshi_valley_data.yml | 750 + .../yamls/us/yoshi_valley_displaylists.yml | 17 + .../yamls/us/yoshi_valley_vertices.yml | 15 + .../assets/yaml/cn/rev1/ast_audio.yaml | 31 + .../assets/yaml/eu/rev0/ast_audio.yaml | 31 + .../assets/yaml/jp/rev0/ast_audio.yaml | 31 + .../assets/yaml/us/rev0/ast_7_ti_1.yaml | 269 + .../assets/yaml/us/rev0/ast_7_ti_2.yaml | 76 + .../assets/yaml/us/rev0/ast_8_ti.yaml | 73 + .../assets/yaml/us/rev0/ast_9_ti.yaml | 71 + .../assets/yaml/us/rev0/ast_A_ti.yaml | 68 + .../assets/yaml/us/rev0/ast_allies.yaml | 110 + .../assets/yaml/us/rev0/ast_andross.yaml | 272 + .../assets/yaml/us/rev0/ast_aquas.yaml | 777 + .../assets/yaml/us/rev0/ast_area_6.yaml | 253 + .../assets/yaml/us/rev0/ast_arwing.yaml | 206 + .../assets/yaml/us/rev0/ast_audio.yaml | 30 + .../assets/yaml/us/rev0/ast_bg_planet.yaml | 129 + .../assets/yaml/us/rev0/ast_bg_space.yaml | 93 + .../assets/yaml/us/rev0/ast_blue_marine.yaml | 90 + .../assets/yaml/us/rev0/ast_bolse.yaml | 200 + .../assets/yaml/us/rev0/ast_common.yaml | 987 ++ .../assets/yaml/us/rev0/ast_corneria.yaml | 589 + .../assets/yaml/us/rev0/ast_ending.yaml | 125 + .../yaml/us/rev0/ast_ending_award_back.yaml | 13 + .../yaml/us/rev0/ast_ending_award_front.yaml | 12 + .../yaml/us/rev0/ast_ending_expert.yaml | 15 + .../assets/yaml/us/rev0/ast_enmy_planet.yaml | 112 + .../assets/yaml/us/rev0/ast_enmy_space.yaml | 134 + .../assets/yaml/us/rev0/ast_font_3d.yaml | 128 + .../assets/yaml/us/rev0/ast_fortuna.yaml | 183 + .../assets/yaml/us/rev0/ast_great_fox.yaml | 93 + .../assets/yaml/us/rev0/ast_katina.yaml | 179 + .../assets/yaml/us/rev0/ast_landmaster.yaml | 78 + .../starship/assets/yaml/us/rev0/ast_logo.yml | 18 + .../assets/yaml/us/rev0/ast_macbeth.yaml | 938 ++ .../starship/assets/yaml/us/rev0/ast_map.yaml | 574 + .../assets/yaml/us/rev0/ast_meteo.yaml | 320 + .../assets/yaml/us/rev0/ast_option.yaml | 249 + .../assets/yaml/us/rev0/ast_radio.yaml | 101 + .../assets/yaml/us/rev0/ast_sector_x.yaml | 298 + .../assets/yaml/us/rev0/ast_sector_y.yaml | 356 + .../assets/yaml/us/rev0/ast_sector_z.yaml | 172 + .../assets/yaml/us/rev0/ast_solar.yaml | 227 + .../assets/yaml/us/rev0/ast_star_wolf.yaml | 104 + .../assets/yaml/us/rev0/ast_text.yaml | 421 + .../assets/yaml/us/rev0/ast_titania.yaml | 188 + .../assets/yaml/us/rev0/ast_title.yaml | 263 + .../assets/yaml/us/rev0/ast_training.yaml | 88 + .../assets/yaml/us/rev0/ast_ve1_boss.yaml | 243 + .../assets/yaml/us/rev0/ast_venom_1.yaml | 182 + .../assets/yaml/us/rev0/ast_venom_2.yaml | 205 + .../assets/yaml/us/rev0/ast_versus.yaml | 762 + .../assets/yaml/us/rev0/ast_vs_menu.yaml | 207 + .../assets/yaml/us/rev0/ast_warp_zone.yaml | 42 + .../assets/yaml/us/rev0/ast_zoness.yaml | 566 + .../assets/yaml/us/rev1/ast_7_ti_1.yaml | 269 + .../assets/yaml/us/rev1/ast_7_ti_2.yaml | 76 + .../assets/yaml/us/rev1/ast_8_ti.yaml | 73 + .../assets/yaml/us/rev1/ast_9_ti.yaml | 71 + .../assets/yaml/us/rev1/ast_A_ti.yaml | 68 + .../assets/yaml/us/rev1/ast_allies.yaml | 110 + .../assets/yaml/us/rev1/ast_andross.yaml | 272 + .../assets/yaml/us/rev1/ast_aquas.yaml | 777 + .../assets/yaml/us/rev1/ast_area_6.yaml | 253 + .../assets/yaml/us/rev1/ast_arwing.yaml | 206 + .../assets/yaml/us/rev1/ast_audio.yaml | 31 + .../assets/yaml/us/rev1/ast_bg_planet.yaml | 129 + .../assets/yaml/us/rev1/ast_bg_space.yaml | 93 + .../assets/yaml/us/rev1/ast_blue_marine.yaml | 90 + .../assets/yaml/us/rev1/ast_bolse.yaml | 200 + .../assets/yaml/us/rev1/ast_common.yaml | 987 ++ .../assets/yaml/us/rev1/ast_corneria.yaml | 589 + .../assets/yaml/us/rev1/ast_ending.yaml | 125 + .../yaml/us/rev1/ast_ending_award_back.yaml | 13 + .../yaml/us/rev1/ast_ending_award_front.yaml | 12 + .../yaml/us/rev1/ast_ending_expert.yaml | 15 + .../assets/yaml/us/rev1/ast_enmy_planet.yaml | 112 + .../assets/yaml/us/rev1/ast_enmy_space.yaml | 134 + .../assets/yaml/us/rev1/ast_font_3d.yaml | 128 + .../assets/yaml/us/rev1/ast_fortuna.yaml | 183 + .../assets/yaml/us/rev1/ast_great_fox.yaml | 93 + .../assets/yaml/us/rev1/ast_katina.yaml | 179 + .../assets/yaml/us/rev1/ast_landmaster.yaml | 78 + .../starship/assets/yaml/us/rev1/ast_logo.yml | 18 + .../assets/yaml/us/rev1/ast_macbeth.yaml | 938 ++ .../starship/assets/yaml/us/rev1/ast_map.yaml | 574 + .../assets/yaml/us/rev1/ast_meteo.yaml | 320 + .../assets/yaml/us/rev1/ast_option.yaml | 249 + .../assets/yaml/us/rev1/ast_radio.yaml | 101 + .../assets/yaml/us/rev1/ast_sector_x.yaml | 298 + .../assets/yaml/us/rev1/ast_sector_y.yaml | 356 + .../assets/yaml/us/rev1/ast_sector_z.yaml | 172 + .../assets/yaml/us/rev1/ast_solar.yaml | 227 + .../assets/yaml/us/rev1/ast_star_wolf.yaml | 104 + .../assets/yaml/us/rev1/ast_text.yaml | 421 + .../assets/yaml/us/rev1/ast_titania.yaml | 188 + .../assets/yaml/us/rev1/ast_title.yaml | 263 + .../assets/yaml/us/rev1/ast_training.yaml | 88 + .../assets/yaml/us/rev1/ast_ve1_boss.yaml | 243 + .../assets/yaml/us/rev1/ast_venom_1.yaml | 182 + .../assets/yaml/us/rev1/ast_venom_2.yaml | 205 + .../assets/yaml/us/rev1/ast_versus.yaml | 762 + .../assets/yaml/us/rev1/ast_vs_menu.yaml | 207 + .../assets/yaml/us/rev1/ast_warp_zone.yaml | 42 + .../assets/yaml/us/rev1/ast_zoness.yaml | 566 + .../app/src/main/assets/starship/config.yml | 150 + .../starship/include/assets/ast_7_ti_1.h | 355 + .../starship/include/assets/ast_7_ti_2.h | 81 + .../assets/starship/include/assets/ast_8_ti.h | 123 + .../assets/starship/include/assets/ast_9_ti.h | 79 + .../assets/starship/include/assets/ast_A_ti.h | 57 + .../starship/include/assets/ast_allies.h | 109 + .../starship/include/assets/ast_andross.h | 452 + .../starship/include/assets/ast_aquas.h | 1058 ++ .../starship/include/assets/ast_area_6.h | 392 + .../starship/include/assets/ast_arwing.h | 373 + .../starship/include/assets/ast_audio.h | 8870 +++++++++++ .../starship/include/assets/ast_bg_planet.h | 125 + .../starship/include/assets/ast_bg_space.h | 89 + .../starship/include/assets/ast_blue_marine.h | 113 + .../starship/include/assets/ast_bolse.h | 286 + .../starship/include/assets/ast_common.h | 881 ++ .../starship/include/assets/ast_corneria.h | 964 ++ .../starship/include/assets/ast_ending.h | 241 + .../include/assets/ast_ending_award_back.h | 7 + .../include/assets/ast_ending_award_front.h | 7 + .../include/assets/ast_ending_expert.h | 9 + .../starship/include/assets/ast_enmy_planet.h | 205 + .../starship/include/assets/ast_enmy_space.h | 271 + .../starship/include/assets/ast_font_3d.h | 271 + .../starship/include/assets/ast_fortuna.h | 185 + .../starship/include/assets/ast_great_fox.h | 191 + .../starship/include/assets/ast_katina.h | 299 + .../starship/include/assets/ast_landmaster.h | 109 + .../assets/starship/include/assets/ast_logo.h | 7 + .../starship/include/assets/ast_macbeth.h | 1406 ++ .../assets/starship/include/assets/ast_map.h | 435 + .../starship/include/assets/ast_meteo.h | 498 + .../starship/include/assets/ast_option.h | 137 + .../starship/include/assets/ast_radio.h | 1637 ++ .../starship/include/assets/ast_sector_x.h | 600 + .../starship/include/assets/ast_sector_y.h | 647 + .../starship/include/assets/ast_sector_z.h | 160 + .../starship/include/assets/ast_solar.h | 286 + .../starship/include/assets/ast_star_wolf.h | 115 + .../assets/starship/include/assets/ast_text.h | 213 + .../starship/include/assets/ast_titania.h | 144 + .../starship/include/assets/ast_title.h | 761 + .../starship/include/assets/ast_training.h | 84 + .../starship/include/assets/ast_ve1_boss.h | 551 + .../starship/include/assets/ast_venom_1.h | 160 + .../starship/include/assets/ast_venom_2.h | 355 + .../starship/include/assets/ast_versus.h | 1050 ++ .../starship/include/assets/ast_vs_menu.h | 139 + .../starship/include/assets/ast_warp_zone.h | 55 + .../starship/include/assets/ast_zoness.h | 808 + .../assets/starship/include/assets/namefix.py | 13 + .../starship/include/assets/rcp_setup.h | 176 + .../assets/starship/yamls/eu/rev0/assets.yaml | 507 + .../assets/starship/yamls/eu/rev0/header.yaml | 70 + .../assets/starship/yamls/eu/rev0/main.yaml | 336 + .../starship/yamls/eu/rev0/overlays.yaml | 265 + .../assets/starship/yamls/jp/rev0/assets.yaml | 444 + .../assets/starship/yamls/jp/rev0/header.yaml | 71 + .../assets/starship/yamls/jp/rev0/main.yaml | 317 + .../starship/yamls/jp/rev0/overlays.yaml | 234 + .../assets/starship/yamls/jp/rev1/assets.yaml | 444 + .../assets/starship/yamls/jp/rev1/header.yaml | 70 + .../assets/starship/yamls/jp/rev1/main.yaml | 37 + .../starship/yamls/jp/rev1/overlays.yaml | 234 + .../assets/starship/yamls/ln/rev0/assets.yaml | 0 .../assets/starship/yamls/ln/rev0/header.yaml | 77 + .../assets/starship/yamls/ln/rev0/main.yaml | 156 + .../starship/yamls/ln/rev0/overlays.yaml | 0 .../assets/starship/yamls/us/rev0/assets.yaml | 453 + .../assets/starship/yamls/us/rev0/header.yaml | 77 + .../assets/starship/yamls/us/rev0/main.yaml | 168 + .../starship/yamls/us/rev0/overlays.yaml | 139 + .../assets/starship/yamls/us/rev1/assets.yaml | 453 + .../assets/starship/yamls/us/rev1/header.yaml | 77 + .../assets/starship/yamls/us/rev1/main.yaml | 417 + .../starship/yamls/us/rev1/overlays.yaml | 228 + android/app/src/main/cpp/CMakeLists.txt | 243 + android/app/src/main/cpp/torch_jni.cpp | 470 + .../app/src/main/ic_launcher-playstore.png | Bin 157404 -> 179161 bytes .../com/torch/converter/MainActivity.java | 659 + .../src/main/res/anim/torch_dim_bright.xml | 8 + .../app/src/main/res/drawable/ic_torch.xml | 10 - .../src/main/res/drawable/rounded_button.xml | 9 + .../app/src/main/res/layout/activity_main.xml | 123 +- .../src/main/res/layout/custom_action_bar.xml | 17 + .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 2376 -> 2740 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 5751 -> 6734 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 3950 -> 4117 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 1405 -> 1565 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 2880 -> 3338 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 2219 -> 2355 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 3716 -> 4237 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 10049 -> 11773 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 6195 -> 6322 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 7213 -> 8372 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 23381 -> 28502 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 11709 -> 12116 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 12312 -> 14683 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 44566 -> 54349 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 19265 -> 20120 bytes android/app/src/main/res/values/colors.xml | 25 + android/app/src/main/res/values/strings.xml | 4 + android/app/src/main/res/values/themes.xml | 20 + android/build.gradle | 5 + android/build_android.bat | 35 + android/build_android.sh | 37 + android/copy_assets.bat | 92 + android/copy_starship_assets.bat | 56 + android/gradle.properties | 4 + .../gradle/wrapper/gradle-wrapper.properties | 6 + android/gradlew.bat | 89 + android/local.properties | 8 + android/settings.gradle | 17 + android/setup_android.bat | 43 + config.yml | 15 - src/Companion.cpp | 92 + src/Companion.h | 1 + 680 files changed, 216808 insertions(+), 47 deletions(-) create mode 100644 android/README.md create mode 100644 android/app/build.gradle create mode 100644 android/app/proguard-rules.pro create mode 100644 android/app/src/main/AndroidManifest.xml create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_center_handle_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_center_handle_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rotate_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_green_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_red_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_green_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rotate_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_green_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_red_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_blue_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_green_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_red_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/model.xml create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/model.xml create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/mat_revert_water_plane_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/mat_water_plane_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/model.xml create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/water_plane create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/fonts/Fipps-Regular.otf create mode 100644 android/app/src/main/assets/spaghetti/assets/fonts/Inconsolata-Regular.ttf create mode 100644 android/app/src/main/assets/spaghetti/assets/fonts/Montserrat-Regular.ttf create mode 100644 android/app/src/main/assets/spaghetti/assets/fonts/PressStart2P-Regular.ttf create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/mat_gizmo_center_button_gizmo_center_button create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/mat_scale_handle_f3dlite_material create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/model.xml create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/gradientbottom.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/lusgrade.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_lus create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_power create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_lus create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_power create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/shaders/directx/default.shader.hlsl create mode 100644 android/app/src/main/assets/spaghetti/assets/shaders/metal/default.shader.metal create mode 100644 android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.fs create mode 100644 android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.vs create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/ABtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/BBtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/CDown.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/CLeft.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/CRight.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/CUp.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/LBtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/RBtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/StartBtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/buttons/ZBtn.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/icons/gIcon.png create mode 100644 android/app/src/main/assets/spaghetti/assets/textures/virtual/gEmptyTexture.rgba32.png create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/ARmosMap.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/Harbour 0.6.blend create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/bark2.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/bars1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/beware.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/brick1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/coffins.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_paths create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_track_sections create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/door1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/fence.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/flag.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/flowers1.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/gallows.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/grayishtoblue.ci8 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/heart1.ci8 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/keyboardArt.i8 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/leaf.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/leaves1.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_5 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_5 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_10 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_11 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_12 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_13 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_14 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_15 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_17 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_5 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_6 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_7 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_8 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_9 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_10 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_11 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_12 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_13 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_14 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_15 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_17 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_5 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_6 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_7 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_8 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_9 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/marble1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_HM create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64__64 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_bark1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_beware create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_black create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_coffin create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_dock create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_door1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_eye2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_005 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_006 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_012 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_013 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_014 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_007 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_009 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_fence create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flag create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flowers create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_gallows1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_grate create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_ground create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaf1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaves create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_office1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_parking create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_path create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_roof1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_rope create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sand create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sign create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_teeth create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_wall1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_window1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_HM create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64__64 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_bark1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_beware create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_black create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_coffin create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_dock create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_door1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_eye2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_005 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_006 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_012 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_013 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_014 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_001 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_002 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_007 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_009 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_fence create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flag create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flowers create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_gallows1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_grate create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_ground create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaf1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaves create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_office1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_parking create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_path create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_roof1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_rope create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sand create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sign create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_teeth create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_wall1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_window1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/minimap.png create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon2.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_2 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_3 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_4 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/noparking.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/office1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/parascode.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/paraseye.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/parking.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/pirate.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/road4.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/rope.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/sand.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/scene.json create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-green-lush-grass-texture-seamless-green-lush-grass-texture-fresh-backdrop-144751691.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-wood-texture-free-76.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/superFXSteel.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/teeth1.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1.rgba32 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_0 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_1 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_cull create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/water3.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/window.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/assets/tracks/harbour/woodPlanks1.rgba16 create mode 100644 android/app/src/main/assets/spaghetti/config.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/big_donut_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/big_donut_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/big_donut_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/block_fort_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/block_fort_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/block_fort_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/boo_frames.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/bowser_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/ceremony_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/common_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/data_800E45C0.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/data_800E8700.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/data_segment2.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/donkeykong_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/double_deck_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/double_deck_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/double_deck_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/luigi_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/mario_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/other_textures.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/peach_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/player_selection.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/skyscraper_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/skyscraper_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/skyscraper_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/some_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sound/banks.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sound/root.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sound/samples.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/sound/sequences.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/startup_logo.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/texture_data_2.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/texture_tkmk00.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/toad_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_offsets.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/wario_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_vertices.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/yoshi_kart.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_data.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_displaylists.yml create mode 100644 android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_vertices.yml create mode 100644 android/app/src/main/assets/starship/assets/yaml/cn/rev1/ast_audio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/eu/rev0/ast_audio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/jp/rev0/ast_audio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_1.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_2.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_8_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_9_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_A_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_allies.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_andross.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_aquas.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_area_6.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_arwing.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_audio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_planet.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_space.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_blue_marine.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bolse.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_common.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_corneria.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_back.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_front.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_expert.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_planet.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_space.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_font_3d.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_fortuna.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_great_fox.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_katina.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_landmaster.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_logo.yml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_macbeth.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_map.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_meteo.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_option.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_radio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_x.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_y.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_z.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_solar.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_star_wolf.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_text.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_titania.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_title.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_training.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ve1_boss.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_1.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_2.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_versus.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_vs_menu.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_warp_zone.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_zoness.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_1.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_2.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_8_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_9_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_A_ti.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_allies.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_andross.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_aquas.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_area_6.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_arwing.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_audio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_planet.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_space.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_blue_marine.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bolse.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_common.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_corneria.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_back.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_front.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_expert.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_planet.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_space.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_font_3d.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_fortuna.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_great_fox.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_katina.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_landmaster.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_logo.yml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_macbeth.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_map.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_meteo.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_option.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_radio.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_x.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_y.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_z.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_solar.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_star_wolf.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_text.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_titania.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_title.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_training.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ve1_boss.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_1.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_2.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_versus.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_vs_menu.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_warp_zone.yaml create mode 100644 android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_zoness.yaml create mode 100644 android/app/src/main/assets/starship/config.yml create mode 100644 android/app/src/main/assets/starship/include/assets/ast_7_ti_1.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_7_ti_2.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_8_ti.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_9_ti.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_A_ti.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_allies.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_andross.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_aquas.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_area_6.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_arwing.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_audio.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_bg_planet.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_bg_space.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_blue_marine.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_bolse.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_common.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_corneria.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_ending.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_ending_award_back.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_ending_award_front.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_ending_expert.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_enmy_planet.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_enmy_space.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_font_3d.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_fortuna.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_great_fox.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_katina.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_landmaster.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_logo.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_macbeth.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_map.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_meteo.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_option.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_radio.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_sector_x.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_sector_y.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_sector_z.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_solar.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_star_wolf.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_text.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_titania.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_title.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_training.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_ve1_boss.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_venom_1.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_venom_2.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_versus.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_vs_menu.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_warp_zone.h create mode 100644 android/app/src/main/assets/starship/include/assets/ast_zoness.h create mode 100644 android/app/src/main/assets/starship/include/assets/namefix.py create mode 100644 android/app/src/main/assets/starship/include/assets/rcp_setup.h create mode 100644 android/app/src/main/assets/starship/yamls/eu/rev0/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/eu/rev0/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/eu/rev0/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/eu/rev0/overlays.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev0/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev0/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev0/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev0/overlays.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev1/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev1/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev1/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/jp/rev1/overlays.yaml create mode 100644 android/app/src/main/assets/starship/yamls/ln/rev0/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/ln/rev0/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/ln/rev0/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/ln/rev0/overlays.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev0/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev0/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev0/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev0/overlays.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev1/assets.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev1/header.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev1/main.yaml create mode 100644 android/app/src/main/assets/starship/yamls/us/rev1/overlays.yaml create mode 100644 android/app/src/main/cpp/CMakeLists.txt create mode 100644 android/app/src/main/cpp/torch_jni.cpp create mode 100644 android/app/src/main/java/com/torch/converter/MainActivity.java create mode 100644 android/app/src/main/res/anim/torch_dim_bright.xml delete mode 100644 android/app/src/main/res/drawable/ic_torch.xml create mode 100644 android/app/src/main/res/drawable/rounded_button.xml create mode 100644 android/app/src/main/res/layout/custom_action_bar.xml create mode 100644 android/app/src/main/res/values/colors.xml create mode 100644 android/app/src/main/res/values/strings.xml create mode 100644 android/app/src/main/res/values/themes.xml create mode 100644 android/build.gradle create mode 100644 android/build_android.bat create mode 100644 android/build_android.sh create mode 100644 android/copy_assets.bat create mode 100644 android/copy_starship_assets.bat create mode 100644 android/gradle.properties create mode 100644 android/gradle/wrapper/gradle-wrapper.properties create mode 100644 android/gradlew.bat create mode 100644 android/local.properties create mode 100644 android/settings.gradle create mode 100644 android/setup_android.bat delete mode 100644 config.yml diff --git a/android/README.md b/android/README.md new file mode 100644 index 0000000..dec87b0 --- /dev/null +++ b/android/README.md @@ -0,0 +1,88 @@ +# Torch Android Converter + +A simple Android app that converts N64 ROM files (.z64, .n64, .v64) to O2R format for use with Starship and Spaghetti Cart ports. + +## Features + +- Simple, user-friendly interface +- File picker for ROM selection +- Converts ROMs to O2R format +- Saves output to Downloads/torch_output/ +- Progress indication during conversion + +## Building + +### Prerequisites + +- Android Studio Arctic Fox or later +- Android NDK 25.1.8937393 or later +- CMake 3.22.1 or later +- Minimum SDK: API 24 (Android 7.0) +- Target SDK: API 34 (Android 14) + +### Build Steps + +1. Open the `android` folder in Android Studio +2. Let Gradle sync the project +3. Build and run on device or emulator + +### Native Dependencies + +The app builds the original Torch C++ codebase as a native library using: +- CMake for build configuration +- JNI for Java/C++ bridge +- All original Torch dependencies (yaml-cpp, binarytools, n64graphics, etc.) + +## Usage + +1. Launch the app +2. Tap "Select ROM File" and choose your N64 ROM (.z64, .n64, .v64) +3. Tap "Select Starship/Spaghetti Config Folder" and choose the root directory of either: + - The Starship repository (for SM64) + - The Spaghetti Cart repository (for other games) +4. Tap "Convert to O2R" to start the conversion +5. The O2R file will be saved to your Downloads/torch_output/ folder + +## Required Files + +The app requires the config.yml and asset metadata files from the respective game repositories: + +- **For Super Mario 64**: Use the Starship repository +- **For other games**: Use the Spaghetti Cart repository + +These repositories contain the necessary YAML files and asset definitions that Torch needs to properly extract and convert the ROM data. + +## Supported Games + +The app supports the same games as the original Torch: +- Super Mario 64 +- Mario Kart 64 +- Star Fox 64 +- F-Zero X +- Mario Artist series + +## File Structure + +``` +android/ +├── app/ +│ ├── src/main/ +│ │ ├── java/com/torch/converter/ +│ │ │ └── MainActivity.java # Main Android activity +│ │ ├── cpp/ +│ │ │ ├── CMakeLists.txt # Native build config +│ │ │ └── torch_jni.cpp # JNI wrapper +│ │ ├── res/ # Android resources +│ │ └── assets/ +│ │ └── config.yml # Torch config +│ └── build.gradle # App build config +├── build.gradle # Project build config +└── settings.gradle # Project settings +``` + +## Notes + +- The app creates a simplified interface around the core Torch functionality +- ROM files are temporarily copied to internal storage for processing +- Output files are saved to external storage (Downloads folder) +- The native library includes all necessary Torch dependencies \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle new file mode 100644 index 0000000..2133e60 --- /dev/null +++ b/android/app/build.gradle @@ -0,0 +1,59 @@ +plugins { + id 'com.android.application' +} + +android { + namespace 'com.torch.converter' + compileSdk 34 + + defaultConfig { + applicationId "com.torch.converter" + minSdk 24 + targetSdk 34 + versionCode 1 + versionName "1.0" + + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + + ndk { + abiFilters 'arm64-v8a', 'armeabi-v7a' + } + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' + + ndk { + debugSymbolLevel 'NONE' // Strip debug symbols for smaller/faster code + } + } + debug { + ndk { + debugSymbolLevel 'FULL' // Keep debug symbols for debugging + } + } + } + + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } + + externalNativeBuild { + cmake { + path file('src/main/cpp/CMakeLists.txt') + version '3.22.1' + } + } +} + +dependencies { + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.10.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' +} \ No newline at end of file diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 0000000..07e1650 --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,13 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. + +# Keep native methods +-keepclasseswithmembernames class * { + native ; +} + +# Keep the MainActivity and its native methods +-keep class com.torch.converter.MainActivity { + public native ; +} \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..82a3f0b --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle new file mode 100644 index 0000000..0800338 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_tri_0 new file mode 100644 index 0000000..fd87c80 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_0 new file mode 100644 index 0000000..311c7b7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_cull new file mode 100644 index 0000000..35d61ec --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/center_handle_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_center_handle_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_center_handle_f3dlite_material new file mode 100644 index 0000000..33b0083 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_center_handle_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_center_handle_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_center_handle_f3dlite_material new file mode 100644 index 0000000..9baded2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_center_handle_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_blue_f3dlite_material new file mode 100644 index 0000000..9baded2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_blue_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material new file mode 100644 index 0000000..9baded2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material_002 new file mode 100644 index 0000000..27cba20 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_green_f3dlite_material_002 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_red_f3dlite_material new file mode 100644 index 0000000..9baded2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rot_handle_red_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rotate_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rotate_handle_red_f3dlite_material new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_rotate_handle_red_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material new file mode 100644 index 0000000..32d31d4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material_001 new file mode 100644 index 0000000..45749ef --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_blue_f3dlite_material_001 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_green_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_green_f3dlite_material_001 new file mode 100644 index 0000000..32d31d4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_green_f3dlite_material_001 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_red_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_red_f3dlite_material_001 new file mode 100644 index 0000000..32d31d4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_scale_handle_red_f3dlite_material_001 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_blue_f3dlite_material new file mode 100644 index 0000000..379b23d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_blue_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_green_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_green_f3dlite_material new file mode 100644 index 0000000..379b23d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_green_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_red_f3dlite_material new file mode 100644 index 0000000..379b23d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_revert_translate_handle_red_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_blue_f3dlite_material new file mode 100644 index 0000000..9caab95 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_blue_f3dlite_material @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material new file mode 100644 index 0000000..56ec374 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material_002 new file mode 100644 index 0000000..132776f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_green_f3dlite_material_002 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_red_f3dlite_material new file mode 100644 index 0000000..82d41f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rot_handle_red_f3dlite_material @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rotate_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rotate_handle_red_f3dlite_material new file mode 100644 index 0000000..b89e12b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_rotate_handle_red_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material new file mode 100644 index 0000000..66f56e8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material_001 new file mode 100644 index 0000000..ba44337 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_blue_f3dlite_material_001 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_green_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_green_f3dlite_material_001 new file mode 100644 index 0000000..537cb66 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_green_f3dlite_material_001 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_red_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_red_f3dlite_material_001 new file mode 100644 index 0000000..4612ed8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_scale_handle_red_f3dlite_material_001 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_blue_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_blue_f3dlite_material new file mode 100644 index 0000000..57823e0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_blue_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_green_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_green_f3dlite_material new file mode 100644 index 0000000..c1f5824 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_green_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_red_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_red_f3dlite_material new file mode 100644 index 0000000..01cdfa3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/mat_translate_handle_red_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/model.xml b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/model.xml new file mode 100644 index 0000000..f0b5d64 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/model.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue new file mode 100644 index 0000000..19ab2af --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_tri_0 new file mode 100644 index 0000000..ba9053f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_0 new file mode 100644 index 0000000..c0865a3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_cull new file mode 100644 index 0000000..7f8d154 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_blue_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green new file mode 100644 index 0000000..0c1f892 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_tri_0 new file mode 100644 index 0000000..cb63853 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_0 new file mode 100644 index 0000000..b89eede --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_cull new file mode 100644 index 0000000..f0b5d64 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_green_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red new file mode 100644 index 0000000..d07533e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_tri_0 new file mode 100644 index 0000000..007a08b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_0 new file mode 100644 index 0000000..67db477 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_cull new file mode 100644 index 0000000..b69eebd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rot_handle_red_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red new file mode 100644 index 0000000..8851307 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_tri_0 new file mode 100644 index 0000000..27943e5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_0 new file mode 100644 index 0000000..f8f03fa --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_cull new file mode 100644 index 0000000..9d1c921 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/rotate_handle_red_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue new file mode 100644 index 0000000..747b4a3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_tri_0 new file mode 100644 index 0000000..ca82d42 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_tri_0 @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_0 new file mode 100644 index 0000000..ec613fe --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_0 @@ -0,0 +1,2188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_cull new file mode 100644 index 0000000..46f8bcf --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_blue_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green new file mode 100644 index 0000000..98debcb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_tri_0 new file mode 100644 index 0000000..73d23cb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_tri_0 @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_0 new file mode 100644 index 0000000..ec613fe --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_0 @@ -0,0 +1,2188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_cull new file mode 100644 index 0000000..46f8bcf --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_green_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red new file mode 100644 index 0000000..0a580a4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_tri_0 new file mode 100644 index 0000000..24dc05a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_tri_0 @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_0 new file mode 100644 index 0000000..ec613fe --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_0 @@ -0,0 +1,2188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_cull new file mode 100644 index 0000000..46f8bcf --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/scale_handle_red_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue new file mode 100644 index 0000000..88c829f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_tri_0 new file mode 100644 index 0000000..2839b8a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_tri_0 @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_0 new file mode 100644 index 0000000..4c6e5e6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_0 @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_cull new file mode 100644 index 0000000..b8261c7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_blue_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green new file mode 100644 index 0000000..3b5108b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_tri_0 new file mode 100644 index 0000000..9d59067 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_tri_0 @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_0 new file mode 100644 index 0000000..4c6e5e6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_0 @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_cull new file mode 100644 index 0000000..b8261c7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_green_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red new file mode 100644 index 0000000..bb3617b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_tri_0 new file mode 100644 index 0000000..b00c5bd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_tri_0 @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_0 new file mode 100644 index 0000000..4c6e5e6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_0 @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_cull new file mode 100644 index 0000000..b8261c7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/gizmo/translate_handle_red_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_001 new file mode 100644 index 0000000..3777d1f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_001 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_002 new file mode 100644 index 0000000..c66f943 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_revert_sun_arrow_f3dlite_material_002 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_001 new file mode 100644 index 0000000..34b4eb1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_001 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_002 new file mode 100644 index 0000000..17888e0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/mat_sun_arrow_f3dlite_material_002 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/model.xml b/android/app/src/main/assets/spaghetti/assets/editor/light/model.xml new file mode 100644 index 0000000..6d2552b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/model.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow new file mode 100644 index 0000000..f8c6f44 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_tri_0 new file mode 100644 index 0000000..0ae2402 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_tri_0 @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_0 new file mode 100644 index 0000000..be560a2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_0 @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_cull new file mode 100644 index 0000000..6d2552b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/light/sun_arrow_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/mat_revert_water_plane_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/water/mat_revert_water_plane_f3dlite_material new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/mat_revert_water_plane_f3dlite_material @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/mat_water_plane_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/editor/water/mat_water_plane_f3dlite_material new file mode 100644 index 0000000..f7b6a35 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/mat_water_plane_f3dlite_material @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/model.xml b/android/app/src/main/assets/spaghetti/assets/editor/water/model.xml new file mode 100644 index 0000000..2360521 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/model.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane new file mode 100644 index 0000000..9e9c964 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_tri_0 b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_tri_0 new file mode 100644 index 0000000..58d340d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_tri_0 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_0 b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_0 new file mode 100644 index 0000000..c5d07be --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_0 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_cull b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_cull new file mode 100644 index 0000000..2360521 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/editor/water/water_plane_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/fonts/Fipps-Regular.otf b/android/app/src/main/assets/spaghetti/assets/fonts/Fipps-Regular.otf new file mode 100644 index 0000000000000000000000000000000000000000..9334dad594277ba8339786217d75260e58436dc8 GIT binary patch literal 34220 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 SXU=y99^PLyB0t}XG5`Q>oR^&d literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/fonts/Inconsolata-Regular.ttf b/android/app/src/main/assets/spaghetti/assets/fonts/Inconsolata-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..d1241516bc2357fadd283371e34055d9b1cc89a8 GIT binary patch literal 101752 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/fonts/PressStart2P-Regular.ttf b/android/app/src/main/assets/spaghetti/assets/fonts/PressStart2P-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2442affbf6570d23c0b2b270cca8d49535df27bf GIT binary patch literal 116008 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 + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_tri_0 b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_tri_0 new file mode 100644 index 0000000..f7a3b43 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_tri_0 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_0 b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_0 new file mode 100644 index 0000000..0b8d6dd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_0 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_cull b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_cull new file mode 100644 index 0000000..d5f18ef --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/gizmo_center_button_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/mat_gizmo_center_button_gizmo_center_button b/android/app/src/main/assets/spaghetti/assets/gizmo/mat_gizmo_center_button_gizmo_center_button new file mode 100644 index 0000000..1ea35f3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/mat_gizmo_center_button_gizmo_center_button @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/mat_scale_handle_f3dlite_material b/android/app/src/main/assets/spaghetti/assets/gizmo/mat_scale_handle_f3dlite_material new file mode 100644 index 0000000..47b2614 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/mat_scale_handle_f3dlite_material @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/model.xml b/android/app/src/main/assets/spaghetti/assets/gizmo/model.xml new file mode 100644 index 0000000..d5f18ef --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/model.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle new file mode 100644 index 0000000..744fa12 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_tri_0 b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_tri_0 new file mode 100644 index 0000000..5e455d6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_tri_0 @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_0 b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_0 new file mode 100644 index 0000000..4feb405 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_0 @@ -0,0 +1,2188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_cull b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_cull new file mode 100644 index 0000000..bb573d8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/gizmo/scale_handle_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/gradientbottom.rgba16 b/android/app/src/main/assets/spaghetti/assets/hmintro/gradientbottom.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..b2c6f14807588edab255b64de8d82663dcf6e60d GIT binary patch literal 8284 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t9H1DYr@@|qp~0R(fq~(<#xeksAWnwvNJ)90KQxN8v~gfn$cFa3qJo-uI($B!|G(wWDw(hrrtGQ8AN6b@tv6we)4m>oR|2QmbbB?lHpT_4#n hXzIX1ui$}&PJ#mqEzb`uH0&K%sOdehP?2+FLjdHgtDpb? literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/lusgrade.rgba16 b/android/app/src/main/assets/spaghetti/assets/hmintro/lusgrade.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..246fcf90c0224804a973963c4ac7bf1fa577365b GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t92giF6yO>f>=_su>=^_Y7+9iNqIqI@ zWO?Ly6nPZ69}7Pgek%M_c)9d)<>lJTjnkdey;FlzlT))*i&dLdyOk$Bp7nUq!$k{M z&0iJ2Dt1%sCh1MmJ8$m1d2sr{=?6nkhMp9@D11@yqTogTi@q0qFLs~oJbCiu@smeS zv7U0ir6!+$jWjpo16@@KUC9j$*x>)+A#$7uU& WwEa2S{vPdrjP}1q`=7M$e**vkJ=&`P literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_lus b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_lus new file mode 100644 index 0000000..287b970 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_lus @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_power b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_power new file mode 100644 index 0000000..eb3fca3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_poweredbylus_power @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_lus b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_lus new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_lus @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_power b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_power new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/mat_revert_poweredbylus_power @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus new file mode 100644 index 0000000..3147c24 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_0 b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_0 new file mode 100644 index 0000000..b7b3446 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_0 @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_1 b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_1 new file mode 100644 index 0000000..d10e730 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_tri_1 @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_0 b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_0 new file mode 100644 index 0000000..c700fb5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_0 @@ -0,0 +1,689 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_1 b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_1 new file mode 100644 index 0000000..3464251 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_1 @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_cull b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_cull new file mode 100644 index 0000000..acbd4e9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/hmintro/poweredbylus_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/shaders/directx/default.shader.hlsl b/android/app/src/main/assets/spaghetti/assets/shaders/directx/default.shader.hlsl new file mode 100644 index 0000000..be66371 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/shaders/directx/default.shader.hlsl @@ -0,0 +1,339 @@ +@prism(type='hlsl', name='Fast3D HLSL Shader', version='1.0.0', description='Ported shader to prism', author='Emill & Prism Team') + +@if(o_root_signature) + @if(o_textures[0]) + #define RS "RootFlags(ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT | DENY_VERTEX_SHADER_ROOT_ACCESS), CBV(b0, visibility = SHADER_VISIBILITY_PIXEL), DescriptorTable(SRV(t0), visibility = SHADER_VISIBILITY_PIXEL), DescriptorTable(Sampler(s0), visibility = SHADER_VISIBILITY_PIXEL)" + @end + @if(o_textures[1]) + #define RS "RootFlags(ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT | DENY_VERTEX_SHADER_ROOT_ACCESS), CBV(b0, visibility = SHADER_VISIBILITY_PIXEL), DescriptorTable(SRV(t1), visibility = SHADER_VISIBILITY_PIXEL), DescriptorTable(Sampler(s1), visibility = SHADER_VISIBILITY_PIXEL)" + @end +@end + +struct PSInput { + float4 position : SV_POSITION; +@for(i in 0..2) + @if(o_textures[i]) + float2 uv@{i} : TEXCOORD@{i}; + @{update_floats(2)} + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + float texClampS@{i} : TEXCLAMPS@{i}; + @else + float texClampT@{i} : TEXCLAMPT@{i}; + @end + @{update_floats(1)} + @end + @end + @end +@end + +@if(o_fog) +float4 fog : FOG; +@{update_floats(4)} +@end +@if(o_grayscale) +float4 grayscale : GRAYSCALE; +@{update_floats(4)} +@end + +@for(i in 0..o_inputs) + @if(o_alpha) + float4 input@{i + 1} : INPUT@{i}; + @{update_floats(4)} + @else + float3 input@{i + 1} : INPUT@{i}; + @{update_floats(3)} + @end +@end +}; + +@if(o_textures[0]) + Texture2D g_texture0 : register(t0); + SamplerState g_sampler0 : register(s0); +@end +@if(o_textures[1]) + Texture2D g_texture1 : register(t1); + SamplerState g_sampler1 : register(s1); +@end + +@if(o_masks[0]) Texture2D g_textureMask0 : register(t2); +@if(o_masks[1]) Texture2D g_textureMask1 : register(t3); + +@if(o_blend[0]) Texture2D g_textureBlend0 : register(t4); +@if(o_blend[1]) Texture2D g_textureBlend1 : register(t5); + +cbuffer PerFrameCB : register(b0) { + uint noise_frame; + float noise_scale; +} + +float random(in float3 value) { + float random = dot(value, float3(12.9898, 78.233, 37.719)); + return frac(sin(random) * 143758.5453); +} + +// 3 point texture filtering +// Original author: ArthurCarvalho +// Based on GLSL implementation by twinaphex, mupen64plus-libretro project. + +@if(o_three_point_filtering && o_textures[0] || o_textures[1]) +cbuffer PerDrawCB : register(b1) { + struct { + uint width; + uint height; + bool linear_filtering; + } textures[2]; +} + +#define TEX_OFFSET(tex, tSampler, texCoord, off, texSize) tex.Sample(tSampler, texCoord - off / texSize) + +float4 tex2D3PointFilter(in Texture2D tex, in SamplerState tSampler, in float2 texCoord, in float2 texSize) { + float2 offset = frac(texCoord * texSize - float2(0.5, 0.5)); + offset -= step(1.0, offset.x + offset.y); + float4 c0 = TEX_OFFSET(tex, tSampler, texCoord, offset, texSize); + float4 c1 = TEX_OFFSET(tex, tSampler, texCoord, float2(offset.x - sign(offset.x), offset.y), texSize); + float4 c2 = TEX_OFFSET(tex, tSampler, texCoord, float2(offset.x, offset.y - sign(offset.y)), texSize); + return c0 + abs(offset.x)*(c1-c0) + abs(offset.y)*(c2-c0); +} +@end + +PSInput VSMain( + float4 position : POSITION +@for(i in 0..2) + @if(o_textures[i]) + , float2 uv@{i} : TEXCOORD@{i} + @end + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + , float texClampS@{i} : TEXCLAMPS@{i} + @else + , float texClampT@{i} : TEXCLAMPT@{i} + @end + @end + @end +@end +@if(o_fog) + , float4 fog : FOG +@end +@if(o_grayscale) + , float4 grayscale : GRAYSCALE +@end +@for(i in 0..o_inputs) + @if(o_alpha) + , float4 input@{i + 1} : INPUT@{i} + @else + , float3 input@{i + 1} : INPUT@{i} + @end +@end +) { + PSInput result; + result.position = position; + @for(i in 0..2) + @if(o_textures[i]) + result.uv@{i} = uv@{i}; + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + result.texClampS@{i} = texClampS@{i}; + @else + result.texClampT@{i} = texClampT@{i}; + @end + @end + @end + @end + @end + + @if(o_fog) + result.fog = fog; + @end + + @if(o_grayscale) + result.grayscale = grayscale; + @end + + @for(i in 0..o_inputs) + @if(o_alpha) + result.input@{i + 1} = input@{i + 1}; + @else + result.input@{i + 1} = float4(input@{i + 1}, 1.0); + @end + @end + + return result; +} + +@if(o_root_signature) + [RootSignature(RS)] +@end + +@if(srgb_mode) + float4 fromLinear(float4 linearRGB){ + bool3 cutoff = linearRGB.rgb < float3(0.0031308, 0.0031308, 0.0031308); + float3 higher = 1.055 * pow(linearRGB.rgb, float3(1.0 / 2.4, 1.0 / 2.4, 1.0 / 2.4)) - float3(0.055, 0.055, 0.055); + float3 lower = linearRGB.rgb * float3(12.92, 12.92, 12.92); + return float4(lerp(higher, lower, cutoff), linearRGB.a); + } +@end + +#define MOD(x, y) ((x) - (y) * floor((x)/(y))) +#define WRAP(x, low, high) MOD((x)-(low), (high)-(low)) + (low) + +float4 PSMain(PSInput input, float4 screenSpace : SV_Position) : SV_TARGET { + @for(i in 0..2) + @if(o_textures[i]) + float2 tc@{i} = input.uv@{i}; + @{s = o_clamp[i][0]} + @{t = o_clamp[i][1]} + @if(s || t) + int2 texSize@{i}; + g_texture@{i}.GetDimensions(texSize@{i}.x, texSize@{i}.y); + @if(s && t) + tc@{i} = clamp(tc@{i}, 0.5 / texSize@{i}, float2(input.texClampS@{i}, input.texClampT@{i})); + @elseif(s) + tc@{i} = float2(clamp(tc@{i}.x, 0.5 / texSize@{i}.x, input.texClampS@{i}), tc@{i}.y); + @else + tc@{i} = float2(tc@{i}.x, clamp(tc@{i}.y, 0.5 / texSize@{i}.y, input.texClampT@{i})); + @end + @end + + @if(o_three_point_filtering) + float4 texVal@{i}; + if (textures[@{i}].linear_filtering) { + @if(o_masks[i]) + texVal@{i} = tex2D3PointFilter(g_texture@{i}, g_sampler@{i}, tc@{i}, float2(textures[@{i}].width, textures[@{i}].height)); + float2 maskSize@{i}; + g_textureMask@{i}.GetDimensions(maskSize@{i}.x, maskSize@{i}.y); + float4 maskVal@{i} = tex2D3PointFilter(g_textureMask@{i}, g_sampler@{i}, tc@{i}, maskSize@{i}); + @if(o_blend[i]) + float4 blendVal@{i} = tex2D3PointFilter(g_textureBlend@{i}, g_sampler@{i}, tc@{i}, float2(textures[@{i}].width, textures[@{i}].height)); + @else + float4 blendVal@{i} = float4(0, 0, 0, 0); + @end + + texVal@{i} = lerp(texVal@{i}, blendVal@{i}, maskVal@{i}.a); + @else + texVal@{i} = tex2D3PointFilter(g_texture@{i}, g_sampler@{i}, tc@{i}, float2(textures[@{i}].width, textures[@{i}].height)); + @end + } else { + texVal@{i} = g_texture@{i}.Sample(g_sampler@{i}, tc@{i}); + @if(o_masks[i]) + @if(o_blend[i]) + float4 blendVal@{i} = g_textureBlend@{i}.Sample(g_sampler@{i}, tc@{i}); + @else + float4 blendVal@{i} = float4(0, 0, 0, 0); + @end + texVal@{i} = lerp(texVal@{i}, blendVal@{i}, g_textureMask@{i}.Sample(g_sampler@{i}, tc@{i}).a); + @end + } + @else + float4 texVal@{i} = g_texture@{i}.Sample(g_sampler@{i}, tc@{i}); + @if(o_masks[i]) + @if(o_blend[i]) + float4 blendVal@{i} = g_textureBlend@{i}.Sample(g_sampler@{i}, tc@{i}); + @else + float4 blendVal@{i} = float4(0, 0, 0, 0); + @end + texVal@{i} = lerp(texVal@{i}, blendVal@{i}, g_textureMask@{i}.Sample(g_sampler@{i}, tc@{i}).a); + @end + @end + @end + @end + + @if(o_alpha) + float4 texel; + @else + float3 texel; + @end + + @if(o_2cyc) + @{f_range = 2} + @else + @{f_range = 1} + @end + + @for(c in 0..f_range) + @if(c == 1) + @if(o_alpha) + @if(o_c[c][1][2] == SHADER_COMBINED) + texel.a = WRAP(texel.a, -1.01, 1.01); + @else + texel.a = WRAP(texel.a, -0.51, 1.51); + @end + @end + + @if(o_c[c][0][2] == SHADER_COMBINED) + texel.rgb = WRAP(texel.rgb, -1.01, 1.01); + @else + texel.rgb = WRAP(texel.rgb, -0.51, 1.51); + @end + @end + + @if(!o_color_alpha_same[c] && o_alpha) + texel = float4(@{ + append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], false, false, true, c == 0) + }, @{append_formula(o_c[c], o_do_single[c][1], + o_do_multiply[c][1], o_do_mix[c][1], true, true, true, c == 0) + }); + @else + texel = @{append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], o_alpha, false, + o_alpha, c == 0)}; + @end + @end + + @if(o_texture_edge && o_alpha) + if (texel.a > 0.19) texel.a = 1.0; else discard; + @end + + texel = WRAP(texel, -0.51, 1.51); + texel = clamp(texel, 0.0, 1.0); + // TODO discard if alpha is 0? + @if(o_fog) + @if(o_alpha) + texel = float4(lerp(texel.rgb, input.fog.rgb, input.fog.a), texel.a); + @else + texel = lerp(texel, input.fog.rgb, input.fog.a); + @end + @end + + @if(o_grayscale) + float p = float(0x19); + float r = texel.r*float(0x55); + float g = texel.g*float(0x4B); + float b = texel.b*float(0x5F); + float intensity = (r+g+b) / 256.0; + intensity *= 255.0/256.0; + intensity = pow(intensity, (p * 1.5 / 256.0) + 0.25); + intensity *= 31.0/32.0; + float3 new_texel = input.grayscale.rgb * intensity; + texel.rgb = lerp(texel.rgb, new_texel, input.grayscale.a); + @end + + @if(o_alpha && o_noise) + float2 coords = screenSpace.xy * noise_scale; + texel.a *= round(saturate(random(float3(floor(coords), noise_frame)) + texel.a - 0.5)); + @end + + @if(o_alpha) + @if(o_alpha_threshold) + if (texel.a < 8.0 / 256.0) discard; + @end + @if(o_invisible) + texel.a = 0.0; + @end + @if(srgb_mode) + return fromLinear(texel); + @else + return texel; + @end + @else + @if(srgb_mode) + return fromLinear(float4(texel, 1.0)); + @else + return float4(texel, 1.0); + @end + @end +} diff --git a/android/app/src/main/assets/spaghetti/assets/shaders/metal/default.shader.metal b/android/app/src/main/assets/spaghetti/assets/shaders/metal/default.shader.metal new file mode 100644 index 0000000..846a68e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/shaders/metal/default.shader.metal @@ -0,0 +1,291 @@ +@prism(type='metal', name='Fast3D Metal Shader', version='1.0.0', description='Ported shader to prism', author='Emill & Prism Team') + +#include +using namespace metal; + +// BEGIN VERTEX SHADER +struct FrameUniforms { + int frameCount; + float noiseScale; +}; + +struct Vertex { + float4 position [[attribute(@{get_vertex_index()})]]; + @{update_floats(4)} + @for(i in 0..2) + @if(o_textures[i]) + float2 texCoord@{i} [[attribute(@{get_vertex_index()})]]; + @{update_floats(2)} + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + float texClampS@{i} [[attribute(@{get_vertex_index()})]]; + @else + float texClampT@{i} [[attribute(@{get_vertex_index()})]]; + @end + @{update_floats(1)} + @end + @end + @end + @end + @if(o_fog) + float4 fog [[attribute(@{get_vertex_index()})]]; + @{update_floats(4)} + @end + @if(o_grayscale) + float4 grayscale [[attribute(@{get_vertex_index()})]]; + @{update_floats(4)} + @end + @for(i in 0..o_inputs) + @if(o_alpha) + float4 input@{i + 1} [[attribute(@{get_vertex_index()})]]; + @{update_floats(4)} + @else + float3 input@{i + 1} [[attribute(@{get_vertex_index()})]]; + @{update_floats(3)} + @end + @end +}; + +struct ProjectedVertex { + @for(i in 0..2) + @if(o_textures[i]) + float2 texCoord@{i}; + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + float texClampS@{i}; + @else + float texClampT@{i}; + @end + @end + @end + @end + @end + @if(o_fog) + float4 fog; + @end + @if(o_grayscale) + float4 grayscale; + @end + @for(i in 0..o_inputs) + @if(o_alpha) + float4 input@{i + 1}; + @else + float3 input@{i + 1}; + @end + @end + float4 position [[position]]; +}; + +vertex ProjectedVertex vertexShader(Vertex in [[stage_in]]) { + ProjectedVertex out; + @for(i in 0..2) + @if(o_textures[i]) + out.texCoord@{i} = in.texCoord@{i}; + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + out.texClampS@{i} = in.texClampS@{i}; + @else + out.texClampT@{i} = in.texClampT@{i}; + @end + @end + @end + @end + @end + @if(o_fog) + out.fog = in.fog; + @end + @if(o_grayscale) + out.grayscale = in.grayscale; + @end + @for(i in 0..o_inputs) + out.input@{i + 1} = in.input@{i + 1}; + @end + out.position = in.position; + return out; +} +// END - BEGIN FRAGMENT SHADER + +float mod(float x, float y) { + return float(x - y * floor(x / y)); +} + +float3 mod(float3 a, float3 b) { + return float3(a.x - b.x * floor(a.x / b.x), a.y - b.y * floor(a.y / b.y), a.z - b.z * floor(a.z / b.z)); +} + +float4 mod(float4 a, float4 b) { + return float4(a.x - b.x * floor(a.x / b.x), a.y - b.y * floor(a.y / b.y), a.z - b.z * floor(a.z / b.z), a.w - b.w * floor(a.w / b.w)); +} + +#define WRAP(x, low, high) mod((x)-(low), (high)-(low)) + (low) +#define TEX_OFFSET(tex, texSmplr, texCoord, off, texSize) tex.sample(texSmplr, texCoord - off / texSize) + +@if(o_three_point_filtering) + float4 filter3point(thread const texture2d tex, thread const sampler texSmplr, thread const float2& texCoord, thread const float2& texSize) { + float2 offset = fract((texCoord * texSize) - float2(0.5)); + offset -= float2(step(1.0, offset.x + offset.y)); + float4 c0 = TEX_OFFSET(tex, texSmplr, texCoord, offset, texSize); + float4 c1 = TEX_OFFSET(tex, texSmplr, texCoord, float2(offset.x - sign(offset.x), offset.y), texSize); + float4 c2 = TEX_OFFSET(tex, texSmplr, texCoord, float2(offset.x, offset.y - sign(offset.y)), texSize); + return c0 + abs(offset.x) * (c1 - c0) + abs(offset.y) * (c2 - c0); + } + + float4 hookTexture2D(thread const texture2d tex, thread const sampler texSmplr, thread const float2& uv, thread const float2& texSize) { + return filter3point(tex, texSmplr, uv, texSize); + } +@else + float4 hookTexture2D(thread const texture2d tex, thread const sampler texSmplr, thread const float2& uv, thread const float2& texSize) { + return tex.sample(texSmplr, uv); + } +@end + +float random(float3 value) { + float random = dot(sin(value), float3(12.9898, 78.233, 37.719)); + return fract(sin(random) * 143758.5453); +} + +fragment float4 fragmentShader(ProjectedVertex in [[stage_in]], constant FrameUniforms &frameUniforms [[buffer(0)]] +@if(o_textures[0]) + , texture2d uTex0 [[texture(0)]], sampler uTex0Smplr [[sampler(0)]] +@end +@if(o_textures[1]) + , texture2d uTex1 [[texture(1)]], sampler uTex1Smplr [[sampler(1)]] +@end +@if(o_masks[0]) + , texture2d uTexMask0 [[texture(2)]] +@end +@if(o_masks[1]) + , texture2d uTexMask1 [[texture(3)]] +@end +@if(o_blend[0]) + , texture2d uTexBlend0 [[texture(4)]] +@end +@if(o_blend[1]) + , texture2d uTexBlend1 [[texture(5)]] +@end +) { + @for(i in 0..2) + @if(o_textures[i]) + @{s = o_clamp[i][0]} + @{t = o_clamp[i][1]} + float2 texSize@{i} = float2(uTex@{i}.get_width(), uTex@{i}.get_height()); + @if(!s && !t) + float2 vTexCoordAdj@{i} = in.texCoord@{i}; + @else + @if(s && t) + float2 vTexCoordAdj@{i} = fast::clamp(in.texCoord@{i}, float2(0.5) / texSize@{i}, float2(in.texClampS@{i}, in.texClampT@{i})); + @elseif(s) + float2 vTexCoordAdj@{i} = float2(fast::clamp(in.texCoord@{i}.x, 0.5 / texSize@{i}.x, in.texClampS@{i}), in.texCoord@{i}.y); + @else + float2 vTexCoordAdj@{i} = float2(in.texCoord@{i}.x, fast::clamp(in.texCoord@{i}.y, 0.5 / texSize@{i}.y, in.texClampT@{i})); + @end + @end + + float4 texVal@{i} = hookTexture2D(uTex@{i}, uTex@{i}Smplr, vTexCoordAdj@{i}, texSize@{i}); + + @if(o_masks[i]) + float2 maskSize@{i} = float2(uTexMask@{i}.get_width(), uTexMask@{i}.get_height()); + float4 maskVal@{i} = hookTexture2D(uTexMask@{i}, uTex@{i}Smplr, vTexCoordAdj@{i}, maskSize@{i}); + @if(o_blend[i]) + float4 blendVal@{i} = hookTexture2D(uTexBlend@{i}, uTex@{i}Smplr, vTexCoordAdj@{i}, texSize@{i}); + @else + float4 blendVal@{i} = float4(0, 0, 0, 0); + @end + + texVal@{i} = mix(texVal@{i}, blendVal@{i}, maskVal@{i}.w); + @end + @end + @end + + @if(o_alpha) + float4 texel; + @else + float3 texel; + @end + + @if(o_2cyc) + @{f_range = 2} + @else + @{f_range = 1} + @end + + @for(c in 0..f_range) + @if(c == 1) + @if(o_alpha) + @if(o_c[c][1][2] == SHADER_COMBINED) + texel.w = WRAP(texel.w, -1.01, 1.01); + @else + texel.w = WRAP(texel.w, -0.51, 1.51); + @end + @end + + @if(o_c[c][0][2] == SHADER_COMBINED) + texel.xyz = WRAP(texel.xyz, -1.01, 1.01); + @else + texel.xyz = WRAP(texel.xyz, -0.51, 1.51); + @end + @end + + @if(!o_color_alpha_same[c] && o_alpha) + texel = float4(@{ + append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], false, false, true, c == 0) + }, @{append_formula(o_c[c], o_do_single[c][1], + o_do_multiply[c][1], o_do_mix[c][1], true, true, true, c == 0) + }); + @else + texel = @{append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], o_alpha, false, + o_alpha, c == 0)}; + @end + @end + + @if(o_texture_edge && o_alpha) + if (texel.w > 0.19) texel.w = 1.0; else discard_fragment(); + @end + + texel = WRAP(texel, -0.51, 1.51); + texel = clamp(texel, 0.0, 1.0); + // TODO discard if alpha is 0? + + @if(o_fog) + @if(o_alpha) + texel = float4(mix(texel.xyz, in.fog.xyz, in.fog.w), texel.w); + @else + texel = mix(texel, in.fog.xyz, in.fog.w); + @end + @end + + @if(o_grayscale) + float p = float(0x19); + float r = texel.r*float(0x55); + float g = texel.g*float(0x4B); + float b = texel.b*float(0x5F); + float intensity = (r+g+b) / 256.0; + intensity *= 255.0/256.0; + intensity = pow(intensity, (p * 1.5 / 256.0) + 0.25); + intensity *= 31.0/32.0; + float3 new_texel = in.grayscale.xyz * intensity; + texel.xyz = mix(texel.xyz, new_texel, in.grayscale.w); + @end + + @if(o_alpha && o_noise) + float2 coords = in.position.xy * frameUniforms.noiseScale; + texel.w *= round(saturate(random(float3(floor(coords), float(frameUniforms.frameCount))) + texel.w - 0.5)); + @end + + @if(o_alpha) + @if(o_alpha_threshold) + if (texel.w < 8.0 / 256.0) discard_fragment(); + @end + @if(o_invisible) + texel.w = 0.0; + @end + return texel; + @else + return float4(texel, 1.0); + @end +} diff --git a/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.fs b/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.fs new file mode 100644 index 0000000..65e9654 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.fs @@ -0,0 +1,218 @@ +@prism(type='fragment', name='Fast3D Fragment Shader', version='1.0.0', description='Ported shader to prism', author='Emill & Prism Team') + +@{GLSL_VERSION} + +@if(core_opengl || opengles) +out vec4 vOutColor; +@end + +@for(i in 0..2) + @if(o_textures[i]) + @{attr} vec2 vTexCoord@{i}; + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + @{attr} float vTexClampS@{i}; + @else + @{attr} float vTexClampT@{i}; + @end + @end + @end + @end +@end + +@if(o_fog) @{attr} vec4 vFog; +@if(o_grayscale) @{attr} vec4 vGrayscaleColor; + +@for(i in 0..o_inputs) + @if(o_alpha) + @{attr} vec4 vInput@{i + 1}; + @else + @{attr} vec3 vInput@{i + 1}; + @end +@end + +@if(o_textures[0]) uniform sampler2D uTex0; +@if(o_textures[1]) uniform sampler2D uTex1; + +@if(o_masks[0]) uniform sampler2D uTexMask0; +@if(o_masks[1]) uniform sampler2D uTexMask1; + +@if(o_blend[0]) uniform sampler2D uTexBlend0; +@if(o_blend[1]) uniform sampler2D uTexBlend1; + +uniform int frame_count; +uniform float noise_scale; + +uniform int texture_width[2]; +uniform int texture_height[2]; +uniform int texture_filtering[2]; + +#define TEX_OFFSET(off) @{texture}(tex, texCoord - off / texSize) +#define WRAP(x, low, high) mod((x)-(low), (high)-(low)) + (low) + +float random(in vec3 value) { + float random = dot(sin(value), vec3(12.9898, 78.233, 37.719)); + return fract(sin(random) * 143758.5453); +} + +vec4 fromLinear(vec4 linearRGB){ + bvec3 cutoff = lessThan(linearRGB.rgb, vec3(0.0031308)); + vec3 higher = vec3(1.055)*pow(linearRGB.rgb, vec3(1.0/2.4)) - vec3(0.055); + vec3 lower = linearRGB.rgb * vec3(12.92); + return vec4(mix(higher, lower, cutoff), linearRGB.a); +} + +vec4 filter3point(in sampler2D tex, in vec2 texCoord, in vec2 texSize) { + vec2 offset = fract(texCoord*texSize - vec2(0.5)); + offset -= step(1.0, offset.x + offset.y); + vec4 c0 = TEX_OFFSET(offset); + vec4 c1 = TEX_OFFSET(vec2(offset.x - sign(offset.x), offset.y)); + vec4 c2 = TEX_OFFSET(vec2(offset.x, offset.y - sign(offset.y))); + return c0 + abs(offset.x)*(c1-c0) + abs(offset.y)*(c2-c0); +} + +vec4 hookTexture2D(in int id, sampler2D tex, in vec2 uv, in vec2 texSize) { +@if(o_three_point_filtering) + if(texture_filtering[id] == @{FILTER_THREE_POINT}) { + return filter3point(tex, uv, texSize); + } +@end + return @{texture}(tex, uv); +} + +#define TEX_SIZE(tex) vec2(texture_width[tex], texture_height[tex]) + +void main() { + @for(i in 0..2) + @if(o_textures[i]) + @{s = o_clamp[i][0]} + @{t = o_clamp[i][1]} + + vec2 texSize@{i} = TEX_SIZE(@{i}); + + @if(!s && !t) + vec2 vTexCoordAdj@{i} = vTexCoord@{i}; + @else + @if(s && t) + vec2 vTexCoordAdj@{i} = clamp(vTexCoord@{i}, 0.5 / texSize@{i}, vec2(vTexClampS@{i}, vTexClampT@{i})); + @elseif(s) + vec2 vTexCoordAdj@{i} = vec2(clamp(vTexCoord@{i}.s, 0.5 / texSize@{i}.s, vTexClampS@{i}), vTexCoord@{i}.t); + @else + vec2 vTexCoordAdj@{i} = vec2(vTexCoord@{i}.s, clamp(vTexCoord@{i}.t, 0.5 / texSize@{i}.t, vTexClampT@{i})); + @end + @end + + vec4 texVal@{i} = hookTexture2D(@{i}, uTex@{i}, vTexCoordAdj@{i}, texSize@{i}); + + @if(o_masks[i]) + @if(opengles) + vec2 maskSize@{i} = vec2(textureSize(uTexMask@{i}, 0)); + @else + vec2 maskSize@{i} = textureSize(uTexMask@{i}, 0); + @end + + vec4 maskVal@{i} = hookTexture2D(@{i}, uTexMask@{i}, vTexCoordAdj@{i}, maskSize@{i}); + + @if(o_blend[i]) + vec4 blendVal@{i} = hookTexture2D(@{i}, uTexBlend@{i}, vTexCoordAdj@{i}, texSize@{i}); + @else + vec4 blendVal@{i} = vec4(0, 0, 0, 0); + @end + + texVal@{i} = mix(texVal@{i}, blendVal@{i}, maskVal@{i}.a); + @end + @end + @end + + @if(o_alpha) + vec4 texel; + @else + vec3 texel; + @end + + @if(o_2cyc) + @{f_range = 2} + @else + @{f_range = 1} + @end + + @for(c in 0..f_range) + @if(c == 1) + @if(o_alpha) + @if(o_c[c][1][2] == SHADER_COMBINED) + texel.a = WRAP(texel.a, -1.01, 1.01); + @else + texel.a = WRAP(texel.a, -0.51, 1.51); + @end + @end + + @if(o_c[c][0][2] == SHADER_COMBINED) + texel.rgb = WRAP(texel.rgb, -1.01, 1.01); + @else + texel.rgb = WRAP(texel.rgb, -0.51, 1.51); + @end + @end + + @if(!o_color_alpha_same[c] && o_alpha) + texel = vec4(@{ + append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], false, false, true, c == 0) + }, @{append_formula(o_c[c], o_do_single[c][1], + o_do_multiply[c][1], o_do_mix[c][1], true, true, true, c == 0) + }); + @else + texel = @{append_formula(o_c[c], o_do_single[c][0], + o_do_multiply[c][0], o_do_mix[c][0], o_alpha, false, + o_alpha, c == 0)}; + @end + @end + + texel = WRAP(texel, -0.51, 1.51); + texel = clamp(texel, 0.0, 1.0); + // TODO discard if alpha is 0? + @if(o_fog) + @if(o_alpha) + texel = vec4(mix(texel.rgb, vFog.rgb, vFog.a), texel.a); + @else + texel = mix(texel, vFog.rgb, vFog.a); + @end + @end + + @if(o_texture_edge && o_alpha) + if (texel.a > 0.19) texel.a = 1.0; else discard; + @end + + @if(o_alpha && o_noise) + texel.a *= floor(clamp(random(vec3(floor(gl_FragCoord.xy * noise_scale), float(frame_count))) + texel.a, 0.0, 1.0)); + @end + + @if(o_grayscale) + float p = float(0x19); + float r = texel.r*float(0x55); + float g = texel.g*float(0x4B); + float b = texel.b*float(0x5F); + float intensity = (r+g+b) / 256.0; + intensity *= 255.0/256.0; + intensity = pow(intensity, (p * 1.5 / 256.0) + 0.25); + intensity *= 31.0/32.0; + vec3 new_texel = vGrayscaleColor.rgb * intensity; + texel.rgb = mix(texel.rgb, new_texel, vGrayscaleColor.a); + @end + + @if(o_alpha) + @if(o_alpha_threshold) + if (texel.a < 8.0 / 256.0) discard; + @end + @if(o_invisible) + texel.a = 0.0; + @end + @{vOutColor} = texel; + @else + @{vOutColor} = vec4(texel, 1.0); + @end + + @if(srgb_mode) + @{vOutColor} = fromLinear(@{vOutColor}); + @end +} \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.vs b/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.vs new file mode 100644 index 0000000..cf0f627 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/shaders/opengl/default.shader.vs @@ -0,0 +1,79 @@ +@prism(type='fragment', name='Fast3D Fragment Shader', version='1.0.0', description='Ported shader to prism', author='Emill & Prism Team') + +@{GLSL_VERSION} + +@{attr} vec4 aVtxPos; + +@for(i in 0..2) + @if(o_textures[i]) + @{attr} vec2 aTexCoord@{i}; + @{out} vec2 vTexCoord@{i}; + @{update_floats(2)} + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + @{attr} float aTexClampS@{i}; + @{out} float vTexClampS@{i}; + @else + @{attr} float aTexClampT@{i}; + @{out} float vTexClampT@{i}; + @end + @{update_floats(1)} + @end + @end + @end +@end + +@if(o_fog) + @{attr} vec4 aFog; + @{out} vec4 vFog; + @{update_floats(4)} +@end + +@if(o_grayscale) + @{attr} vec4 aGrayscaleColor; + @{out} vec4 vGrayscaleColor; + @{update_floats(4)} +@end + +@for(i in 0..o_inputs) + @if(o_alpha) + @{attr} vec4 aInput@{i + 1}; + @{out} vec4 vInput@{i + 1}; + @{update_floats(4)} + @else + @{attr} vec3 aInput@{i + 1}; + @{out} vec3 vInput@{i + 1}; + @{update_floats(3)} + @end +@end + +void main() { + @for(i in 0..2) + @if(o_textures[i]) + vTexCoord@{i} = aTexCoord@{i}; + @for(j in 0..2) + @if(o_clamp[i][j]) + @if(j == 0) + vTexClampS@{i} = aTexClampS@{i}; + @else + vTexClampT@{i} = aTexClampT@{i}; + @end + @end + @end + @end + @end + @if(o_fog) + vFog = aFog; + @end + @if(o_grayscale) + vGrayscaleColor = aGrayscaleColor; + @end + @for(i in 0..o_inputs) + vInput@{i + 1} = aInput@{i + 1}; + @end + gl_Position = aVtxPos; + @if(opengles) + gl_Position.z *= 0.3f; + @end +} \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/assets/textures/buttons/ABtn.png b/android/app/src/main/assets/spaghetti/assets/textures/buttons/ABtn.png new file mode 100644 index 0000000000000000000000000000000000000000..c1b06571c3a9c4427420bcbccec364f28c7c4778 GIT binary patch literal 10967 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 CWvzGs literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/textures/buttons/CDown.png b/android/app/src/main/assets/spaghetti/assets/textures/buttons/CDown.png new file mode 100644 index 0000000000000000000000000000000000000000..741188eaf8cf052387192034e0dc72f27eba69ee GIT binary patch literal 11241 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/textures/buttons/CLeft.png b/android/app/src/main/assets/spaghetti/assets/textures/buttons/CLeft.png new file mode 100644 index 0000000000000000000000000000000000000000..5e26a2067e159b8bc2c9116664f9e72b5d7896fa GIT binary patch literal 11232 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 eF{o@u<`cud{@ry(qg-V>NUf)^X_+~x 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/textures/buttons/LBtn.png b/android/app/src/main/assets/spaghetti/assets/textures/buttons/LBtn.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0a8f00c3b02c2b5d254311bfda6a703f13efa7 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4rT@h2A3sW#~2tG7>k44ofy`glX=O&z`&C3 z=+6>8-mT>29Knt_2qpd`pI_&+LOc%U3B$-uzCS>O>_%)r2R7=#&* z=dVa%U|?9_>Eak-;lK6rZJ}lb9@juFk&8}0|L@Nga+>9L_`#P=@h;~tna4(dv3{^j zH;t)e?+n2i=Ve#itUkY7aNn9ZezOP0DNPdVYd-rcJYp7jETzKGd_y5q;FqJ)hE9%y zY)U>8K3`)MV7PHk+vS14#_xH1oHTa@@d;Wa?Qzl+bWogMnaLoQ6T*k44ofy`glX=O&z`&C3 z=FJE3?UvF-1US3|VudhFU{`~y> z{OQxDXJ=<8CnrZoM>8-m^eO>_%)r2R7=#&* z=dVa%U|`tc>Eak-;lFnBZN6p&0oFhl0muLU^LMw$Mm<^NdD~MYu}wfOc4{hM;G9QBId zwk_Tan|$UqZwWbI_S0y>RURF|#hdQ^c5o>$adG{pXEE=;j%52EsX5QN=UtPyc5v&$ RO$-bS44$rjF6*2UngH=_mIVL+ literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/textures/buttons/StartBtn.png b/android/app/src/main/assets/spaghetti/assets/textures/buttons/StartBtn.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e08dc3600853304c65a79b2ba937d297c03c78 GIT binary patch literal 11868 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANMkepMk6B|(Yh3I#>^X_+~x z3MG{VsS2qTnQ06R6}Q&T44?GaO33y9#;!=FJ&}AlM{Xa~srO@2SsD~NTikH1MkAA> z!rQa6b4>sLJ|Fb|;e78~TJk}Cs%~fP<7+lf?OtFEHmi+rPLtXv!*9!4TmDSIB_nT>bjyW>v^6nLH zZ>@;u-mYUBjm>kmUY1<`z1&X7;^*dd?>2sF54h7CBmMk}Twbi< z3GuJ*0$-Oi*BXARU23=Xe@v~!{cG9xYHt|DnLT=RTw1N>%;G><)+ zy0pjqaLDE}caqIz1^3Q1GmN^u_IB}2)##k^N9y|Wn{$ee@=pI4zdhLU_?Frf!{2u{ zoqw%X{K-IPYuni~W&icQNWB=f}fNq^hnHbhc5yzvd8kT5KKn?E~MR z7wxa>mUj}}-kSTYrzv#%W>@ZKqS1N3Z*J5xm?vVS)tk-ibL1vtV$We_E1?f+Qghe% z9!ogh)2uZq`g!hQW;GUTflF1-7loco(@y{FV^qDC*DPu#+w1}th1o*;G}k@SdC&ZD za*bMBR>8q`fg}&b)d5budcP!+dNjFCTzxXhU-9UaAV1ZsZ#JD*JU*xBoa*(YZf0iZ zPSvR~UMsJzI^{TZuhwgABE1$EfwwaC_A%L^-G zb6YZ_K=N;&)-zx~oUBa@Q)j%&k1q8s8Rs(pRo%@6MZU`o)PX)?vKbE2nwQ zwSCDr+v8mFQB!GlKBhv&WpWF3d3HSgsPix~c(w4o>sO|Nt_c1uM@rl*L4>zZ=RCJzQ^Xf^>{;(s(M||XKkJPeF+;GLR zCFZ=D0OP_69fy+qt0!avAC#}UzxY?)WP!A|C*GevVJzzJcg>~mdsOg>X$p#~H%c#z z;N7gus^D<+>Bf1YuS@1IFF7l=tuVsSTdKBAJ4cNFxBTM96QOsv3Cz!sc=Iqv-Sd)} z^K0ExdBVn9mNC!lnZ%gc#KMwyM4;L~bn*YZcl%|^4I)-?7-#uQ`Y+icWRvyNQkZSk z%Etoxzs?HHn{+CWXU45FE04dB(m0eawAO2#ZqK#vf{ZEEea4ID&X_57UYP57N$_Xy zbr-m&J?ju$#kKi-AomQmkhP*xh7%t#DC|&4eZwdsX!%3UP`bqbax9~DJBv=hqK=3Q zGi^M?d`AhPwlGE&S`FjGZqxBIB+$9RkUK=>l2E)Uk@ry z?Z~|yYOU(Z{5adw#$ffy)yqveKAE^B3$F0}vU=Xl($n`2{1wsQGE11ZLi)^vh@zE& zEKbZT4zx|S+4eIb`-L{|d``RT9=E=&%RJ`zMoMM(qg4yyUb02axb`VwwqPn_mS+0o zKO0-ZOod;oUJYNO=%DuPg|XWOp|G9j*H+w2StXtL>bRWKJEoiG&b}(TvqJNMWmGVC z{jSIpudGUalx-ppq-)>b;pKfcP6_l}Dzn%=#R z@sv zveuqd(VE8>ZuQzSq=_WDN9phM%uL_Z_-d=*T+Rp4N7Rm_H2j+&%ISYJ>Xq=%gh(zv z{VqSLN44qCHayhwhK0W7Y)7tCjpbOl> zN2F5EuqI_*wp+Dm-`g7rGZ8nX6Y61}R*5U^k0 zbK7%;5*W<%e{fKdhbrLj7h(?&0hcEf^E+`*ZDVcg19B_o|^MZ z?(PbH)w9XT|2s6Zjhs4cr4QYVe);H6EyGRS!gY2Qr)DdetMx7J+*j(E{@d@|r6ZG@ zrtI=#*L*CSGx^tNmgu@e|NH)Z)!p@#H^kFZ?Dq+|>~H5;>JF^?%TUH&XKBk8y2RtF zsr`d5?{$7RC-NsRp1Sf&iHkQ!y84$36BfksoaB3XN~2@;{3+|yMFp+Cg-vDs6S-J> z;brc;rqUVh59Q=T?Bi_Svdy)9vq35APL%iF>^h@LrTTO4H5p{SPG)3T=_#;B_B{X^%#%NF%kso>Gp`eC zWS8gYIIh=u+PrUeSaDfK?TpJYWfKl^O}n_%lJhLLmez#DH+lq?#U3vCqG)KcuzNz6 zKC5!kL_3cVpT=P%t@Q*tv za3yz(R%yv(rPc2)=dmrSKWnd7vnln$)Zj+1iCcF+X<1nI^`NUrH}}B^54jSp73WMG z9ZHM+V_S!|Rt6eewT3?*-f8?*)=)oXj_rD8(*)zi@Mw zr-s6f%bAi>&MiD${nzQUO#b;ZZ>kEu9a5ikf8W)aOhKo;g`*XpyGE@x+!Shih~c*0 zCntuzYnabGncFBLeA(il$L;Pwg@Tf7#}zy$A9yagpU}-eW8-$#~#l-o4^n&FfoNvz=aP$XeX<)%EdD!cgdfUe=RDqGZ(HrnCbs{WvfTN@C7lkh4WWl&t-mCGDTbb zZKb{|>!$7VHI08>`PcuQ@r8t@Iittch_f6u&px?6KKuUFHBF&a8B5$aFHI^t`KV~p zqZ!F{T0O2iUNv3$eew56<>sdBi2uj8M<{SL>aXlb;0T;8Csg%pPvzrvRvxc3zdD8Q z(g@3_nC8-D_kx$Z?|}2$4Z<9MeJj#e1|OD{ z*tSjKIqRW!=ecSctTLH%4TGyXS7zM48f|iB{rc5vQ&Xi3b2B^q7nVN1E8yt*UZJb? z>Vooh5{hqrPkm|kxoKj@>-w)uZ#auP&S<=<*Isy~=;DgC(hLj?X;^y}nFS@upq_&hw(vqo;e%C zT)HOyN?4MxP50JhpM{fn*&-f4v~Jw{wMjg#|H{1@1_s8~OlRi+PiJRXUxtC9VovQu zTaUvIGDqWsmnw;}Yj;_stl&#>3^@|GDuRW3>Dmjcnoll`zpzBnv#?MkhMTWWCrmbG zPHAa@D9b^90e5wES8>gc^_~k|d)SZvttfwA_?=JSRqC=?vce6kBHfI{M2&BT8h+qn zWPah!kSt{UwIa)q_x#6Fe);(KN;ao|--~I>zf6*= zr=p#@ocW8UBmFVcW9uHr6hu6jsi-`6jyj)UcdOa7+cQLYr&i3eShGUvDYxWw(R0yr zt`x)=67`*!Wl@t4dKmaUtX z-_Y!wu*Ko#Yq|IDvfjVFZ+!M&9Yf9BqSbX0(>^dT@P}rGM3hAM`dB6B=jtV<=zwD7m{7L+8LROA-8R+Q))85mgT8W`ysS?VL}ugER%^@Z!s zD~5(*a(=FUMPh-zp`L+$ZZ3+B;u6;~gnd|b6o*t6r0NHy7U!21C8xTUrRJ3=BU@UK zQ(BB{XK8UNNC@oioRl>Eid=}z$a>s8eFNZnK*5-vnOgwX0aA^uG9?+VuAsCi2dpL~ zSwA%=H8(Y{q*&ij&k)5!6}bg)4OqPcHXIyKRxbI;r65y0U2K&=4zNnePtHuS0y7iM zO%l`0jZJk^4U!FYO_EG3buEn25_MBjOp+55)6xtRP0f*v^2{qPNz6-51sPS5TcDSj znPQb_XpxkfXqc>PXl`tvYm#J?sGF3QYM^UqYGQ1VW|Wv{YGi<9gnv82(cnx|M8nj~8!S%QrM1+0~0fTyjJ zksicwut-2oVo6$lQLe30cxGNoet9uMaY$xvYH&#+DA)|mOiay84a_agO$?3A&5%qC zOD!tS%+CXvYG|NmXaUxql5FLcUzD3zVyl#yo0y)eUyzp$mZ-=ruyQU+O)SYT3dzsU zu~h=OLBUAR&;Xnp6l_50+O?v@$|pZL5tJXmic?eUz*zyD;hYlF^}$>leSC^BObX7( zFV6#Ogk(BA<{*^9O>rzLDbFv;_Al~J%1TWx!EX*W#c-2?QqwbwONuHz33v)koed;m zdSn)t28E)nQgLEgY6>_C6kt-x8Hsu6sVTNf z&|Cr&&%}~oO_D8)Q;kiGbxq8T({xP?Ez@+949pF5Elg94EX~am4N{UJX$o$7aei7! zd16tjV|r>{iLH`*W^MsEo)t8p=}Z&VHRTzpphRR~WCSj~j6)2~tPG8<49%4wv8`aE z4=NgAzO?}r9=^U-$l+lFDqO5QK?yFnw4fj-Gqng3GT?L*oLUGm$wnWCIwbwzWS37+ zJF+r}Zs+`h%A(Blj1vFyJiOLpQ3x@?Co?%UuNbf0$Vwo=f>eXpaY2JB$i>Z$%SInu zje)8(NLYZX6k1|v>Z7F<3JRl^kQBb7!8ICOB!vJ;ibqq|XmF7f0wgIOORzhKn{ShZ@?G~3=HUwU_z1u zGhvp(Xs{rKga#h{C?T*POZLK}7q1j@2*4D=LIODy;32S?f#E+kO)$;Wq`Q$k%0kHC zTm}XPP$>se2V#S05Jnb5W`pF~K?Eee!7Pv^`3wvU0t^fcphSu6QE&)=d=FB|10s+x z$U>0enNTqh8^nas=<+bRN)UsAfuS2p!yE+Sf*kRJo0}n>n;Tr3f*k;oz=uITz$cGS z?l(S31_lPA96-Pfxbz<=3r0h^cqyjY&;)@V{K&dsK@Jl84kGYiRzbWC@6k4Nr#(!h#-@@3o8Dv-}`sexIHERRn;NFB1B1VaF%fmF;2 z)qpMTp;B;)305wjfeR64fP4+YgjHf!u?H%=^yg1TydjVRRS2WdEyWkqxO@)_{x?5= zf{le2av;M&7%YlJz{FrQk`z`ZE{m}$hLwc4qG1990|RIx3q<2G047e1#US7BU|?VX zW#669))BltP!BB;K?a(D2qG~t7K4m}Sq@@@@Ls3`;Ax-{Dgcrs27@dHVM1y_7K1Rd zI+*1kF?a}oI3NrQ2^kQF0*r1cDCj}PAzKdO!$SbXLB>yzIV7+_7K1Rd7MSJ8VlXyF z2!JGDp#Wlo8V|7A3&h8U(Jh3j0p)j4f`jqVeGd}H>Hv@g2!pCi5DmgA&?*$fCI*8n zhpB_5co-j<#_Ir(LS#pP_#lkSF&Eg`8DIqrNF4~{vm7K(&;cMtAdKt~P(2P3!-YYP yAY?I2FVPNwX#mmD?CjtMC5VlTL1jBKpBVOWk44ofy`glX=O&!1Ox6 zC&ZP3fk9rJTb!TW+uQs9|Nqj`(!#>R+}zyk?CkpH^2*x$;_~eL;tc-Q+U~~6_S(|_ zw{QQxdiCeUi(gNl{=C2cetY}v>gvnI#iz5gk0&SZkB;6Q9=_S%f4#f=a(ny5*4DF) zji>AD_iJl+D=Rn4%hyXwmy3%R3kzrS^QUuj$Fs9Xv$F@Yv->kJxHB*~Gcf#regFUC z%l~g5|9^S+|MQ#wA7B1||Lp&}C;#8v{C#!x`^Cl2XJ_A^oP51I`h0Wn>3aYD)!v(n z-B;&3FV41~oowA7Z{8kmTpz4o?ysHgt{(5K9BeP|Z7yxEFK(K7IP+$&+9>w z%ggig^Ru(FlarI9qoc#a!~OmJ-QC@tot>?%tx5lg;g$_05a5^^=v=gQex2#l?;Jg_XIv#o6~S@83SZef{+M<^ARJ z+w*7FXHTw9?k})JuU7ws^9G;%-AD!$T9B%FIZ*1?bZEmmr|9|o8+u_%DJ0G5{zrI?2cC>K2 zGkdW%!~fg2|L@-YfA;ME)z$yw+|Cg8l&%p4Wf#ER&!*vFR(+mvz85lM*Ff3Gcf!I8*mz| zbv6S-GXq0514Hot*SG&)-~Ipi?Ejmq|1XaI-*5fDUix#f`0ITB`|14GdyMo=E}nQ z(%j&LW6i*z&%mI}z#z`R!2N%|^Z)1G|EvH1XZU}f;rx7t+4&6F%d@j(cDKxAU|{%J z666=m@PC8?_0JPGGcYhr_jGX#vFP1<`6SPH`t-?OvOZ#lKmX@4n;jM17U}Zp z_B~}I4+aLCU-LGF-;_>Kez5L9?ww6B>>dBvOY-!UwGwbXDk2h{*gK9z+LvW?hC## r6nt;|BELXCfA6-A8OszxKQPK3Ry}lh!|_H21_lOCS3j3^P6x4457%mcmhykiI$9@u|Ac^3@XM{Lx4*juGQayD{;EfFzAl5108`6>0?U`&KP-Q~ zE#GgOSpE3wBK@~=@?|OyU+mZx{&J?l6`$a@C303Tebn~-Rr|TnJka~DhKG)#!Ib~@ zi;I02w)ih>INPqLDcZPlRmJ7BeHXSA9D3+6|K}}f^Kkp0FMJ;`7B%uMP`j1dyTteI zlZ}?e6>B#!_%G})%Dku_QuWs^=BAZn|Ky0i`5{h=ZhT8mcqLKR7n-=_%wZd~jV(=T zA||(8lmbFJLqx9>++SJgZ}uliu2(bTbaT-GPL2fvogz1z4dZ5%+h{kno{PM=W37eE zvAX%<(U+&>zs>pc?oh7p{et&-D_Oqf?D%&`J6zWEeKV)6t%vKMy=qPgx83E=_HiEI ze)wSq|4|XgnG@5xRtc9?1>|sRitI`2@y^Qn|6%oF>GPIlk58u`ba7z!QQ&nE_;E$Z zc&Wrs)(Nr&d^}%f>|~GX{kgH^@7Df(AFSS-ZcnuMe!Jk4;c?l|A0FS--q}CzU9PwL`h~YT>=1_m&;OssPbRr`JUxH# z`uT^qrr+Q3cw*P1V4-QArB=OOZFwS^CpS$BnZja_!}%(m!(pL>bf7N>&t2Erl7>|+ zy(?E_Tv~SjWlGiacRO2^oo5}~IG1xh&)XTHAC7coUj4o&EL7Kg|F$x{_4_{y?VVLS zNkXaq@as93Z*2SVh4=m1GapC#Q;tXuX!-zL^SdJ_&DU*}2Sjy?5;Y$(Q?P z&X&LS^5mw<1xsegx3H!Ct-H+rb^qJ<*WNiDnPGPC#OgB-|9y?t`}6AZdmBE!1N>VU zR6m3X?^}IG;7n_c_^pqweX3J$PEGU5ue|b_*|lNHf>%2}f3}Fee89>`&f-yKz{E*g zE_i5i-BfB7_VoCiJbTh151IIw$5SU6)os}SyT`iz=V@_;ljmm~Sep{5Ykj|dVN&Rp zE4#BxV~-W+U*HHiSZLgFeOf|nvAuKpd~YF+p!wBDU&))~pSLU1E|0SkK75M7z@*21 zTKhtdIp6LJKe1FH;-p-;bsN>4jr zAnD}uz$twBo}aHyN*3ube`7T8kzBc1?9puF?$q@*$3N$;zWH@&_sz!>W4<51-yzTV zHg4muN#B?=wx#S?+x+K{!sO*w4JLR!42_+y%MdtI?(@R9m6O^hMvHd)z4*jxuI1O8 zVBr%JI$@S{{xo)FfrbRb{Aat~vYut&G+LL(@VKEaLEcPtN!%~dYo6SNH<-5HKDyIb zJz!@w=i_xd`_A3v?U^5Tu{PIzOU%aLXIGeIj|gdQ%GO$G_5QTT6p;< zb6rIydD@ICH{P6+%lK@ey>DCcd)cQSBOLqnXMg|88201umMYsT?#Z{J-|wk?c*%Ed zx;_7!WwS+W9V9Xqwb!}j?c$9td-U&;(5E?hMRz2Xr$jVOGnJlrk|pcDK&k5EuE&*) zv$oDI`>_0ujGVUCf;WdQ2XcMx;OR|J^o$bQHsyf5naHs(4W1`AN^U**FyZArzuHQ_ zkH*FB-{zIQoV)#dOMmRAS3TR-ywNB>{r_>}+vsTrH=nmXy!fQMBxif%-bb!t=d73J{eH76w%Pl9>q3rQhZ`*o&MY|W z7Algy@317xFQsV{Ck54HNgQK&aOs4B!o;8jRYmjw4*WUK~T;A@3 z2ey};)#ScDYk31}%H+;}TnxQ0IZWJcbToRVDWueX-()y-)w*?TjJuX4c(*Q}S3R?9 zNBKS3?XlaRv0hGbHn}J3ohsNB9TR8uuq*T5fxUX6#Y~!~C)wYzGOEaT+W5odp20JL z6X#DZQn>E!7$?>`%`woTZ-4!aLlI4zwsfAk^pfw@YUx+6-`7ul^-qxP z6#c{%e-$Je@V{`2-k$wV^ZbfD^TTalH@?ry%VXob|M%Q>%kOvACrw!Pa_aH*c4-UN zXa63{O=Vr^DKlyv5_#dqK`tyCHh|aH8HIeWuCU$~MhGAhpCf@Dc z5!$P?{#@7G-W``FS^BZZ^5&*|bx|}tu`HwG>dm7)-Ktky-{T8)MgjP zNhv?>Gw>8;teaDLe!cklJz>`WP2^@9FZTAIebn-1+#bE>_xJukCV&6L+wFJ%O}uY4 zJG!8Ez18zwUuVzTotl+V%O3R%h04tX+e+g-P-f+gj0B8-cqT8-A&Dh z|K6SIT79d#dHsG_Pu}UiYaI7JIQ_@sK}}7b!s|oxmN=%yG5G$?kja){>r(phpqano z)l2oAf1h=(w+qKokb<0-y`dU-VJlW?hK~5(hmo4A*t9*U`Et6=m z`&qY+ip}p&$hTj9%~vV?MAl3%m2rEsi~2Z#sEn*!O+g3eK)Gi^;Vz?&A6|x0H$d`MG0D ztvj}C`}FO>iEnC)pWGAf{=B~L=A^xUl|`y!pHv*5bN=yjvp4(YZaX%=+;^g5nS5Ao z@uWo@-YFdFn{8Mc9j*!-YkT)_zsa&5cJ0l!$x&Z483k52P1xe=v{I!jK$Fw`;5LQR zhi~6iJa_8s>7QkFH;*|jUoF)%ab7{nHLKp*r=`M?F>zo4oSYf-T!p(#CK$PPYAp%AX#BeE@CkLM1sn!Te2Z-w{rSc8v@~okI`x>i zvE6&obu?IocUrHu{WtZ?ujjKH?&4AV{oilauESf4pHGi}`8qyuZjZ5RVA|ZsxU%BT z%X=jXT7R=!eB9Gr@p-Md<>xPxSIA9&xcO}D*^s$^oWde}C!hAJSeE=^-S+nC z?{P8r+9$_JecyA&!_Qpv?)eGc0dE62Z%-0h?`?I*b;q2Y9O-s^R~t{uSg$XPU|?Yi zbvR;@>8-M3!IDp_ySugKSw!edUf;Uu`&`Y4lM~;E`~N$ucuYR$U}5gvE6<=|3ot3;y#V)-$^-duRhPu4Jf*&q@BL{U0GVW>)VI-X2>6nJhA6fQQs-ev;#UU zpN_L6oQZrOzPqfs%!w-53g+ele%kBO-jSITc6JV_T>wadZeXpb~H<>g=-a4 zrm!YUZJXxby!L`uQeXCZo<1dP`AVomN~=R*)!`?1U;jFJuBmf#+QN*V7R%;196n%} z(Ip)^`OQ1CfUvscPRj2+mJ(|8*_ScmD-OII%YRW>Z7`(me zc5R*=ep1Q(`i0A8n(I#mn4Ef_rQXFfzkLRyZ*|N>So)^xZny@o&zhmuls2Pj2^p-FJVRv*4QDiAR~Ax3@ovS)UhY zZu#|4U)#5xuU=N3xBs{F&~y3w!6hGkWp8%pZ*}LJpCxZB#A9(MWar-a$t%B1xmN%} z^9rWS^XM`8u$=wfbMD5NxZNd6uMV5~#FX1-Tjj=86`7v@n_{UwZU5<8Q+$`23qQ%J zt>>?=`BuqwOjoXUEu(|gQUTwJMuYEnKQqh>eatYkWY*b(Hq$3g>rqiD-SEbR|G(|& zv$oUcls(N4&+x8TZNKwn>!s6WbEfS2wWxiY?v6dR`DGc0cJJSpTK0VN?6#|inGKe) zmq@W~J5c1R;^Eo%?tqxWM!}nLQrk=}u!T(PWxvi4wL*N`pJ}I^U+*aCoBp?vPw2MY zf~Ak7)P80cR@+p>)QMPMUOkh;Eh&<#?Ja|lNSF`%9S4yo3NsQ77C-p(IG|iXcCUi8 zLS}<=`Z^EY9cyYz6aRXY|1{gWtp8ARh7ACe`~W)i*Hy# z;Ir~G6mRvPVU}6d<{f&nXjk>Oo1Pka+8z=i_ZO0`?f7~j$J+%>(r@#-aHcWvq==<*V(-Cr0lWDtW}&Pd`ov` zG9C%r?^>?S!eGi;#q>o(puBl5>+DhmzOOqstW{n7Vh_^?^#wXknG;%lGM|21T>tC# z(yc$07vB3EpV#UC;EXckfla~q^m}~&t@BOO#qE)Z{Xgrr@;8s(%sh9})RBMT zUcRV9O*XoXskaq)7CjW1_EKqMp>=oKk{MRwOrZ_?L*+(Ug0OY;^-Wptvu@qKcjP={SJ_^tf5!cRm+w1=dxuolO--

z{t*oaUVWhboroRx@9}lyC6w zh4zQ- z;(B&ce(lDWpa0J|^Uhv|!SJ#|j>Hldv8|CSlb>hZ{p{?1^>WQgSCexVUA?hgcdyJz zIo+7}O;$qf^uh%kqV20DKEL9Ta**B9(<)5#!iO!*=iDaWwC^wcl>2wf_V1VOa^{=a zwAt9T_PNP)^BC8~#3)I`y+|lFnI9Z??oZM2TL0#B=9z2FS<@o+EZ$N1?zyauv|-|F zor?Xl_WJ8&TFEdZ^EGz4a0Fj8)ZOyZw|`xn5vOWgO@DE@tKY8!-}p{3$)#BNWLWe~ z5aKm&-sZR?I_ZYkZl=90WVEW+#rsk>TsC!j|EpY6LA&^W*z9TPw?E8ZVGw@XKl^*w zm+P}Rw(8eD?O^bT)YI`+%(e1y&-2@{I%Cz(B|($VmGe$0s+4%)Bh)GVVui$^1t#ZH z3a6g?Q#E@zQYEA0Zxu>SD z3YQgRu&fdiX?3%mKT&UYeo*DQU$Wtr?7OZB&tCpWqRWc=R0x;0h)o^G57{4gwU(uB zTzPWYcmK#64VN`1&QiFj9U#b3u zg7<$p-Qx-VvtrNo&lT4z7T>FE+#g}ivU15OkM)zclTqB_ zzG;dJX7#FHv2`hVQShyw_rR+H-F*uiA9=>|Z{hj2Vx4`ybpNgY)2-iB=q=naJ;KDH zh~bT+rPMW#15ONlvNC$y?TmWTCEiLCk2LH!?0IMA;mwhHx8`10xT@r}m7;GtKi4t= z1(APcQXwrzFJ4NCI+ft3bJSCoQ%h29a%IVfh1XXcU@X(w`$xQb)v2h}yPVwF9Ddhn z+}QM85g!)N_p4jFndWEHUM%0w^;^OC$ zZwm8oDvV|}x8E`6`n3OYZOSuc91b;2TGaE2{re}rt>H4CT>G~D-CkDjqS7JqamCU4 zYdR*&&+TLSNhp!!sJTT@xs2cR1g8a_WLk z{^}q3PnB)`)n2deII}@$F#{*#GS-E5E7t$zUM^E__4`(W%AwZyxHI8?bI#xVx6%Cf zah8N=F0R&-w{J`TIC^XCn#?=x`_kUNdin3p<85o|c(2H4=$%bzlT3XVARZCBK&0{R z(b#^QbEVT`J(jaF9f zkMid9#9524r?rKD`+n%n$aBvgQx2h)hbK3 z=&(0$Wch9V`^UfF`j9jpo^|uhD^Jalez${vb+z@(#X@!y_8QdjJ&*lT+81pwzwoH* z4pC9t)83ahIbJ+Q(89zQ8_ZJ<|GkI3AW7V<8?UiuxK@>DnWRD_wA=J9V0+u074 z@EzN`I!c&dK0IpM7Bzo)spsl357mVFU1j~2uXej^GU>qVTC=qpZ(d9&;W?7AvT*Zh zfh)BF3q2x2(pFx1o~5I4ac0<$kF!Ocot^Lei~s)V^KN;UDCYJn77rgZv7b2eed7LW zan;Xj@BD3EeJDj~QGkrud()0wuBFFLez{O>#51r2WBwj^d7Iwj<>&GpJTox z)?D#ZzS??`Pj@FQO}S%e#T3Y#6RxK7o$bKeHid?kZ5792b*+PA9QdxVhn~|f-Hpytfcf&V_DN}tFU%YC0x9s{)r=OPo^G(%@;tW3YGjC88O0NCQ5x(yd-$v#OS7)8} z_@?Z#H{Nl_!IzBDtnJL3m}fqT-NIVK_@SRYUhhez<5gpqWg0Ud=p`QPV7!>J%-ohO z^d_g@XV)3AD+29PnMxn;$vEH|OsR5rTm$EP%M%jRk3GA5 zf|>Eb9wkT7nMzlB9AB+SXEEjYbx>~Z9eN=a6teT-RM z(FLosKWd(D+9-kA0|G~9;3g>xeF)y2P zsIPXyQ}%R4ksaQhvz|}dAU=88X2Vp)X@5Q}S-vP`hok6%PREja$5*a*PFK#m*s$Td z@lKXCIWNQ#_*bd?cD$-%aBywP9^IU@9f7}j{5xxvB(|MVm@B7hA=`4fF=TE+&$k`! zFI|G)9bJE~JEYj~36D>tugcu++fUVI^$338S$HZkx8-fa9=^)k R%fP_E;OXk;vd$@?2>{)LqU8Vp literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/textures/virtual/gEmptyTexture.rgba32.png b/android/app/src/main/assets/spaghetti/assets/textures/virtual/gEmptyTexture.rgba32.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf806b71c2ffd1f7020e54bacc43fb9d8149fd8 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0y~yU}ykg4mJh`hQoG=rx_R+7>k44ofy`glX=O&z`&C3 z=jk-jQ$!8V!gTk zW-7?MC+v95@_jS;tK?UZ9uSs%D-MERrN2sljr|(^<~rDXUp#IB`QZASn;;jwx&BoW z!uoRk%k?)`-%N%=Zan(IeggXgqUZzjJ9d;$)cH~4G^>n3FS;E{iQ^a<jCM6 z@gb^_$<|lcVdE + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_0 new file mode 100644 index 0000000..f076307 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_0 @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_1 new file mode 100644 index 0000000..7b9a33f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_1 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_2 new file mode 100644 index 0000000..ed30ed0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_2 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_3 new file mode 100644 index 0000000..107ed33 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_3 @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_4 new file mode 100644 index 0000000..f3e765c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_tri_4 @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_0 new file mode 100644 index 0000000..15b7ea9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_0 @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_1 new file mode 100644 index 0000000..1e3d114 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_1 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_2 new file mode 100644 index 0000000..209edc8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_2 @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_3 new file mode 100644 index 0000000..5079adf --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_3 @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_4 new file mode 100644 index 0000000..6d8452f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_4 @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_cull new file mode 100644 index 0000000..7d5f3b3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Cube.002_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Harbour 0.6.blend b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/Harbour 0.6.blend new file mode 100644 index 0000000000000000000000000000000000000000..433719892f3336a4ef3e1beb20d132cdd8e9d947 GIT binary patch literal 16986556 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%0D0s5(Ak9qCtF+ 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�KRf5Dk(8Tyt=3u=#p>NQZA0&1&+`gx$T2Gp(x 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�FsyA4J12h!4deAt;l8B_NeF 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

>!XBWo~~fwMk;+n3pHKA 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 z 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

JeYo% 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

2Ioc!1j9AQ~()Dh>_?P?*3l?fWILeh92zl28EY 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

    De1YG|>^C_Y9L}~p&sea`21g?Lml%5)f zd3u6{8>#e+Hq`V43nzT(2~_{U%1zArhqCcFSbYPle-yGI^$V;Yv|uHa52Y2BL-;Tn zUjG>49|yw~P7U+l2~)TJvBqT;L>x!`lkjQF!ItW8G_QX;VEvzIX!Q>?dW2g(0|ThNO3nUHz%VZ_9LTJHB3e<)3s^YeYp;UqA80-$l%6Q9KPc6YoSwk-50(1U z3d1}-!NQGHTA~FtJ;A~WUwQ)7KMc@v6SMvS^?yjeM;Ep}8&==I>Ys#6Nc{qsw!+X5s!3r|_KTW9R1uUHK?I#4+KhS(iC_PbHe^9C) zk)9l=dXLl^aQGZVC5!e{X^OQR9JljtA7@xL+cl4KM37- z3+6-QVYHjEi(h_bajIKla!EcJ_hX)9I9CR$e}Xd-Q&NjSx74{8<(HCvMR|gRlE}Au z(72E-x|6~D1wTq3R55{>SP3t~tkr#SKHbj}5v5NxOg9_yN5H|M%q9GUmz}rk<>lUYr<%G0Sj0Z`o_PzpF!ys)LsP5|G>ft zUwHw#cM_J5Vfp$&DkR^+^1H%Z2p>i-m<8d(Xn4EQh`@OxD6U0tgp#HzgYq>fM?=j* zNRq%p+&gK9SC<2hc4bOWqsxN!1JFE;xOWAwVMIuR@-qyBl>dO8``Cz@uVLX!C|^_B zE~HdH$PXY4T9*hO*PzlkXu>eh*9~O0D`)&g&DXGS!Z!{IYFEPYC!zF2X}ge8{h+i2 z!l3j79@n5!dNLU1=?N5Ol;}8qmTlvUtsOa z8BqQN2#xM%-^7yCqRhk`1xP|va5Hv6SAv%>l+p_<-@hu<~NT zRP5m$Tw0Wtm`vs-e+C8yO7%lr&%nUU03Fx3zvwKe-2-Yr1m`Dbr3EM` zo

    k!qgEy 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

    k!qgE`Ua&}&7aWPDQM4D3l2Sz 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≤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

    5%#cMlVQ#@L@E({xKl$9A$KluA$4mj$c0M-_l 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≤Y27s!O{;bJuR3I zNl&nJ2D1y&ej;}jAp=9OLU3|o4yAX!gIq)1``b2*rYBIKV&EBUsObq7PN?H)4fYU? z4fe41I4u3Z(vt$TUkyuV5cRP7j{N&dLk4MjY8XvVuqZ~MBUn+>6D*tvr6*YWfu$#y zp|ErY<3q|PBeGY(yXGY(<)r$jr4^@Aw26$`?Wcgz^aP7y6k37>H9f(?3Aw%l?HdDW z0@3jD2|B(9OHT?jAoU$c9WsWFGn2Whi-CdCbFdI@q3-;)!f1Lz1T7Nl1`}#}f`t=m z`Gk3&4J`e@($j*ekn{u_M}}DeO;2PmA*FQRJYX&1~ zdV+-$q4WexKd|(qFd34bVCf8I11vp}J5o-)^2q@_4@Rx@bYL_+!J-(2zEOvIpE4|* z2&E@j`hlgV1rs3Y36{=amcY^zx%=;_S3XfUJxv%*Pp~LPp=Z>hrYBf95lT<6^aD#z z3Vo3D1WRWyOJM1V%;h&QW2itMplbP)Fq)pQ#z{mCYI=f&6QT43OFyvmw4fW3o?z(= zW*IC!k+~e6!9XEcfg0nP)NVf+jHV}86r<1*)u`zS7EXlH6D<9}(vw0bBt5~>8O#z` zdLnm57<8ZVU`$U8qv;72#VGWRO4RfO3nxP936_3f>1hFUT@Wmt!7PELCvsI^aM*ku=E5o6PC_kd{}xScSe|6^LNy)?-q=vCs-7t z&=KXR=?NB2_|g+-eIsl=BW!)+f|-!@jj(l(3N4WOZ^4D1UqI(ZDV&4Q3r<7m;EcqS zR0Ze!9MX@X0=qwNV`&C;*Ea@&%|#~^b|>Inzq~7QoAZ@J1qA7_o)O-yKr>Bez44`=l1_lPu94Zte&7(ro4?I2n zh2&RQI)ga?lAg%z6)`aQWTt177?2m|FgJi`YNscMVV<5E$V^W+N>I}iESwPO2{b2< z!0>r5X!?PrCxzdT^n_kcLDCcX^YW1N8ESeWe;u}4etKA9PAP@0D3EKQ;|Ek)N7OLP(^CSO=_w)?H9f(? z3E#LNXkR2O{lLf~7N141zGE-ZLb7n%+I$&EFkl5QUiP>t=^}dLlQtC2~;H zQvfuakjp3NxDPn44DRs(j?Uh$F7bZ; zLB5VYWS?J0?ez3Pj=c5-EL?^wJtGq}J;A~WIX%Jr4l1YMytBWLe-O-Al4)wErwOC!32Pikq@$)MSU3?%Pq6d@OHT{# zL(&s0oxv=FrYCZjeJ~)>6J-SywbN6=XnKN0F$#Sn6*WD}p`P05iD5K7Ap#eP6_JdZo?zib zC_TZ_4=gGfSUQ7Q0ZmV2k3Tv3D?pb-!AvBVrtY~C7i35Kci3V=A_+A;!NLi3 zJQK9e0Hhmf9uJy+VCiYWRY-b*r8AIf5Qe5FGH*L$U~u$TfG;gc%mJB5E~ajJS}>ZP zutvm<1l05d3n$d{qySo9$AG+U1(tqb=}F--Bt5~(DVSx@^hEYK0FM4tx|o=Oy6LH4 zG(Ewh7=@k@kD8uf;e?u=U|NvMCusVCr6<^WYgjsi>42msW3taFaVttK&P&Zv@X3dn zNG?s?^yDy_p0GwlL>y{*f`t=udNMXPwtx4({{R2~_4TmvOj!DXr6-u-uyP8FMm5Gj7YPUr`6Ki3xU236=IIJdhb}k3&KhmAny+nx0_cgtV>>)OLbmM12QKKd|%!GZnVK z2*!t{CvpoY$DD$UM3`X|(GFBS2Vlc!dcqnTGonz_6D*vN%O{XV~7yc z?vz-KwvP=OzUcWHqz4&;+a1UPB(f>h53>$bPk{D`P-`Ds!!Xa+2ey&7k1Zk+HDANR z38|idMG0y@8=6lEr6))|fn)@UOiJ~`tOKPd(7i6yN>2g9JUzj}jZ|790yRCs!UvUm_fLY#>)`z4>{K$h#De-;p!x?^-@xi0g=vub2UagB9D&p~FnYm32p>j6 z>kK^uGM6glZLD>pZv8`GsS}R+=fRiF2OVx|W7I#S#xJ^hP`v}gAh{pf(E4WyTKxkJ zXF}x#rS%7;`aymGVKxRA$UbT+?I%+h?&SrU>!5Fhp_Ui0aKbVVg}R>%nokL(CraxN zO7(-%5(tCR6S)4NQhNFzjlG=-vTG#c8KJ1@2^LQH(i5ouVStvKnDvimUI_!~M@Pfz zA6R_@tA7%vK=?N5Oz`1((c*xk{)v0L`QV1c`55&NUc-ox1l2n*3{w6>1X}-0L#uzF;Y_H!ptSy=R6ocM zAPg!ms9FCc4D<40K@;|N4=610;TwUdkmrx!~70PPt>e` z42F4nf`uEY^o#)1^aKkheCY{P|G>&kYS%xo`UY12JeUBfe_-{}0%J&h1EUoTA$%AO zuYU~4TS}@LU=~Q-`Un3-#1B?rF9#BgbPm0#qka8z!vtFY^rO{3&~PSHUQk+pP^ur6 z-a+H_;QEJ3>jW5vd3oVLX8jZ4k6K>9!U^AaJ-GgX=2JrHiPHLmQvJy330(hBDLq|~ z!k*7z_Kj3p!Vfh)!NLh&dIHryuyPZ#{((&YlNz3|@i$m~1FL@&`XTiXtX^862dQsh zw1N(V52K-*5WtS`FC~2(aJ$f2b?VkX;dq0h0Z084;~3){^PCBKhAwCg0>l_f{Riv& zfM}432N}>50<%gHrvVv;@MS^hC}2r(l?;Cs3G?gJ*c7rYBf9;Y&}T`Uh5SQoH_v)i<#E zC!rTo|G?^{1)7lh21YBWL-;Tnd`=wX9A|Q>ABMb*rXkd=fAHThr+}mWxl&)?{NdXT z=-M|#{X?n$KxssI`gQB)OQk_;Ss5Jkq4iHATKxkJXF}x#rS%7;`a%8yVNiKN&Hj(W zFfT6}$gF=Nyim&vSUBM;FTnK=G@lYmPn6alleB#fx?U&Ea8co zo?zjGFFk?kA6U6b?fM5+-@xjh1>KPP2UagFP=VApFj_$g!iUk|@)>fTGFkP{Nrro6 z)UAK;-$;32IresFkoYv`3%^vc*FO~a57h60VNiP6pa89Zej?oy%f!F{3tvLz1*P=| zrTRgB0AWyhLCyN-fh6{L0ogSiumYL&&kc9f@&Xo4_{s}#{R7RXgwhkG^#`T;VQ~ve zPt>e`HVpIh1PeD(=^1XQ=?NB2_|g-o{(+U7)UJPE^$o24dC&=|e_-{}0(oeCBMYGy zNI_@?2?!mMT45OPNopt{)HlqxlVf6HWB}h6RRmg9?p~B%T7XbMBr8EeN#t8S=zgUr ztU45S=i zSo?N?D5SlrAPk`w2ta5BJ_sF>T46v*J9fKJYyxN;g?jDSXsl68s2#f_a+|Z90;dZD z14cWRBL9KfuP}`4Fp1Y_?O13y!}2vOypi>Q*pPO|@N35&80Pspfy{QtjeV&38Wv7S z^#rsH3%ZvTsT~W=udwt4N;@D7%g-P-2t(4-@N36T80P7Tfz0$YV=roYf`t=WJ;8un zPk`DTuyP-ko?zuaC=DTFXuD$&v}2Dz&d;GzJ2qjsrzhk{B!L~V2Q@vx!U?H-LNN{A zj)k@#VCe~_2$s%Zd}w+a1npR8dZJQ0)?hR}!J-(2me`G&o?zjGRz6|0V`1%9SUWbM z4bqN_@*uQA4um#_9DAzZlUhXjASwd`L-b)84eGXIV^G2c##wM| zCEoGa?57)?x{FOP+Od@S57veS(J;4wXo)9i?O13y!}7HPCnVfKYLPLd-9h%Tq72Rk zxHFh5KZm!X~8g0PY?EzS3X5-M@>(#a3WYfLDLT`JuP5_q$gN81&Tuu zhNdU7D=kMVr6+2aPX)s~JvES-o+P%RrYBf95iFme=?9*kY9Z}YSUCksOCStMPh?+f z!{BU4c2Wdc569FlpB#pHdQu=WJ>A%Xnx0_cM5ugP08Kxz^rTP?Nl&nH3Ko%&^h951CqlfW=fPY3ppSKrOpjGCTc;Y6r>f~6l=dRkBcO;6BthL)blo~UppKPkeT z0HK0Oc{-tF-OGSgGUCe-u<3nzl*6Eyw6(vw0NBt5~>88{LdVD~B;l6}vlBbCw< zwacds!#q7PkeQw&Hln5{SU3?ZpP=anmYx(#aKd+f40zrPntovE2{wKVE2m%)4{bk@eNQ)N+*yIZ z5y&vR@YB%qeW^756fn%wlLMLQX~sI#^aKkhg5?u*{sESrU~vg6r(k?&dLr*|R0akH zaC*Xjq$$iQ0yK5glfp1hPY-sHS3X6oMNLnza3YkR7C`5*VCe}qpM@T&(0Np{%O~os ze|Mqky!;2z;oTlbk4Iwp5^GS?6D*vtx5pV6;Pdj(`A}GTg4qX4XD~iAJsFZa0!6)h zlA!5{O7-1=(ewn1VifwuD%A7@3nzT#6X>1_*gQOJUVcFfWL_RNU%wy|+CGQU3h59& zjCRk-PfE-o|2CoM!*^;y^YWk_QqVK^Q2a$K2XRkQEM6@MIQHrOZYXk*sD5)8az_&4 zoCr$&2bzzEVUWWlq@nwC@1o7iL&Fz6UxV}@V{p3zS%5?~rTSskQG48G!Z6R*4P>@E zW~@Zb*RXKHUQZy+%R}=iq4Wf)Ct$HkI!&p5n2n(HM9qD=3Bx=+!NQGHI${NCdV+-$ zzVrmzrwc1LslHDaTHnCxp9f8l`Uh4oEl7dZH?a_UK@=+OmY?pFlbV;3T109{K-3E* z9rXm&Kh)db5C<_Bja0BM!MiT(rdEr~w%#p=(f2o?8ACD`R`-BtWX%%S(CQy(IK#>d zg(OHgBkKXN!SzQx+1(T>?t_EwtEAHUVS`~_UMP@R|41xHEiYiYx#g!TP^0e)s(--ayi`h048uG<9oR|UILeKssObq7PK44E zEd9XJlLE9pfTc4~S^{B6dLp~q3%VB-dhZd)H1aVU1GIdi(!9Y1k>Nd#l0as9ny~~m zJ;A~WdES5#8jTS)0Up z)P9iyG@N1idO;{8e3A8l*x+!ECx1=3YhD?Z+OZCh`(vq;uN_A7H7I&9@Qnqi`5G2Z z*z+}FTn?6gVChLA7?Pe~=?rEOBt4mu-7x~CC+f`MK+_YI=5GW>(-SO;QRo@-QPUGF zoKV{x4Ji96LG2D$`hlgV1p$!s1WRWyOCafq>}D)OKv8BcH3}#u255SsQu*{iczE}V zVDU#P9Wf6zJ;A~WRz8LPtGAc^S8uQUuil=40jYd~rXN^(Qt*SMCs;azxdW1(%*d|r z!0Cx91r#(rQK@{|Fq)oVQH(-M%tcL4uy7(+K0(tDEIlpohNLH0IR&!>lAg#umV&`K zqbNT&QNcU4Qo%VjuY}y`00wH8PYt8#2^PgD^o`l5=?NB2u=0t40d!st3?r3K(DVaK zPYRxp^aLxXV3t7A6WPrt+4veNJaHyga zH>RPcCs;Tkr>Cb+p4efW69-K{@bm;5KZcf5FngfsiR=axa(W`WkOMo0y6I`cXnF#N zDmpP^Dr$Oyg%fgmTDd|4Gd)4m4=g>w%!QRxFg_$bnUT93oxv|Zvp7}3Eit(ypUjnB zFqcqw9yMXOrzbM!CVd1n|_ zNP2>$Gngf?^hEA}COAD&rGTPt`BX5Po?uaoLQC|arYBf95iFme=?9jc6xKk}6Rezq zSprK>&m`4&p&@4)pP zmBtGiM$;24ic#nr?WpMq7EXlH6D<9}(i3dI2P~bzEP51Gj4&oN-mQMkr z=?N07XylAG)bs=kCqn57mVRLA31%!Tox%9f^khnIdmKD}2Q!Q!n!4#pVKhBqjg5#_ z)bs=kCw%D%v~LZzPYt$jE#V(zA0})+o5Ea3{kNbSLMwDa=ml*M+PN}0CzXPIRMCf9 zN~pVUEdguzC{*L$w-&xK(q%$}6~;YJl==_0XAMLnJ51sP+P*btIK%Swf?1I8Mb-mi zL+0hl&D9JH3JMC2Aaf|iOtAg(RN5Evfq!`SiwPOXlQ*$rEwdB(e#8hGG_cmO;50J!q+bXts8=+ zA6R-)=!2vuSUQ7Q22D?7H=sc6r@@$>7)H|*EQ(R+h(D<52^LO-(i1HGz|s?}KMhM~ zFiW86iR=cHmVz^Nk`t^wPNnkc0^jiN-@)RKR9fOUYI=f&6QT43OFyvm1hW^G&R~3K zdLp|4rR_qcYESw0XC)l_iEIq--_h9J=MnlJy$(@#` z>Upx@c`quBKNSr3^aP7Q66qN~P}37EoUpgYq3w1i1_oIAfu$#ywXk#s<3rPv5xFCp zR9Vspb`11fL)mpc9GX-iw0vnJz8d$1v`_fQ1*i zG-!SThCyZ&=tA$kIEXe+0S#aDd=1irjKS>=WC0S{l zVBtqBE%6OCU&F!)dp&_zUkb~ggwhkFo*>pWnCd9i4>J*zo~YUGc)&Z_FM@?FGJWF< zYI=f&6Tb8Wy7z(sT5eMP-V11b1FL@?{DR~YSiQ8s7FypxX$5NtA4bFL9|Q7Md!1xR zbEj_olY|`H80-bhu&2ua))p6!Q;(r%yCUvg!Z3hD0a)DwqCr|`s6y)>%dd#>U{Jdf z8oq?e3rgz`O7(;M0K%a1f|~WuhGAY_IFMQY%=nC2UckZ$UwHu<=Y{1@Lg~rBw4|Vv zfl^aQGZVC5#Y>mOKs1FL@&enRRW zSU+fi1*E=#(F$e|K8yyhV^VNdFk&FD{>j^TG>E$OPcq(Uaae}E{&~VW%f;a9S&aGz z;Xk~_;*L-G}=?wRopwY-3Z6Tb2ST>n7R4=g<` z(1WBWSbm1N1CpM|Ugp98TIT{YixQgJ>+lW?^Ylb+SVz1?O;50JB9xwB=?9jc6m%fz z3B8>EzpFdCs;azrEf@jB72$3 z;9VyS4JVjCM`=h1+<1kWo)VzpL?}JM(hn>>DX2rz6D*xUOlM$#q^DuHP8b?aFn^BH zkPw*h5;Z*;K*I@rT>{4W6VUVnOHT__An6H~&LF14(-YYZC{X)}IxF$0yY8F;8cr~O zj?$12hO3MatdNPJUx-!fEu*xgt>=z{|**^q|y@4QPa}} zXgCo{Pq6d@OHVL+Vd)IUht_vwH=wi!>pEd*IKlim+~^1E$Qv)X@f0;ZEr5m-q4WeB z*Mp@e*!UiLxI)IOimVQ4s^`*)=CXFNeoPX*9$!rmT7tP_T%A6R;Vg(EDT!T8Yh zH2l^HL&FK?&ruo@0uhf<(~|=&P%}NDHeQ%l#j6aiv?29_BoVR zkbv-EG(rzz3ZtS3#SnfQB!6z6R+*#^81bvH*!}O7$bGV}YDML8bNo0?_n|Fn@Tl8pxd| ze}tN^Vc~?HuQB@B(0ocLJwfUT^23@^{Ro?>yPxC%7xsLPuy16tZahFuPq1*pm!3fL zp_+1kw*~FT^`jFw+h)g@J+E>$Elu^YWsB%zp2T z`>5pwES#|SQxN-9VCe^zo)!o|(i1E{Lt+s=E(hb1OheL>BgN^7fq}aBrZo)n^rS#$ zdWyJ*nx0_cgjWC9qqk>Z=?9jc6!;+N36{=a2?tU>k-u&VlAfI7$u|Mw5^9%E0mD2! z9asyg_aUK2JSlM(H9f(?iD3BzO+T>o1Z!Ww(izMJkn}|Mup9#z> z4)!&fAa#T>b?=@1z&YCA!WQN;ZlR_pSU91jCyaY%Vf`HR^n`8)r2idH_B=VH--B){ z>3n7eX#f5GqO+iW4rn|tI6pZ%wS-zWknX18s3YPgB0Yh|Z(;pqSpOO3XIQ@)#)r`h z*dXnu1u2mFHaIyoFEyYjzaX`!Br~-bri^G>HQ-n(b^FihSnXbLVJ>)ID^^Lc;DW;p z3_A{@uQLZrQ9ywD%`l8?jD#3k{}~#tu>7jP0tshiJs>tTzZ#O;gLcbLcg;&o%E3R% z4YCP8W`pI|U+DSOGmrGq90rC1qvb!=0GGId$gctnh;Vwq$iTpes-xlm|Nr%%aWU{Z zb7=a3rKbgqkn{x0zc8(^^hEA?KyLZzRJb)0G9E+CeYO)u(-SO;QRo}jP}37EoCx)I zVCe^*o@ycGKYBR@OHbtXf8C5-;{8$+i=1;Z3s4+RG6&k8pwj$O!f1NJ8Ur(~qNXQU zIH9#q88F6Upy>yeo)oGf=?Rw3V3xts6S+NTP8x#14~Z|Igs=OOJ^|4VCjk6jWCe(*=8O)kmI&x1Lf0R142<11($gMhLTCw=1#B0WhkFfhQv=`nOXQw%Lc(8mp6 z=?Ipt7Gy%w6)e5Mv_sPsnWs-PFhJ5(aAp;S1Lf3iM+uCUQ?MvTp=X>%q$|)kIV_wA zwxgiw2bP``(jn;ymd;?7z|s@Bu=E2< zPq2AXSUCl=1D2l19VdsRr@>e6Ef}r$U{Q=hOPoZcCs4fy3nyahJy<$|r7M`>u=EDw z!_pPGWaHTdei4Ws20EQ(R+8^;mp3RLgG!U^AxHf z>d?)D>4%w@05uP0Pr`PHc@LgK&HDy5uME3+F#Ry|7@+3C>{)OVYR(e~y&wQ$jzS@X zMt2`fKg_%Ziy`V@_9Wbfn3M1bLN5q~$SdSPXms;n`eEidK+S{MvtS*>zY88f%u~1v z^=~?M^I-a6<~>*hQ3tc4%w@05uP0kHRL1`yO0}`u921zkb-wgXxEv#{e}CW>3Nus5#dl^a4kSISQT- z8r^*`{V?+uEP$wk*|VVL4>-TV&7BM3E4V<^p_>QO4>QjJY97p<2N$63x&)yWzCp}e z@E1a(n+MYmGw;ECh`lg-VD5vPI}2jYf*%kX-8`6nn0XCQ^I-PCoPvHc_yal!p{(}41 z&4cNOnYUmr#J@0m5*9)9Cme&CX93|axP{$3n0}af4p8%8_9U!?>OTT8PvIQYzgMxF z2h$HT@4+01`(XCK>a_=lAm%Noh00&RZXQfO%)ADuc`$q6_1ZzGc@+@z6i#9{52hbx zo&wZ7m_4v`mrw`MukZ#!FE|LH(enpPKg_%Xvmy4w?0HZO(Fe&0FvpVxGb_?B>Dr!^~rVng_E79uLrROW_>EoCTX9G`jm>`eEiRm<91K z%pP>}7MzBdqp%S|qniiQ4>QjJY97oU1z5a7-M8Qv#GD1|AT+vpF#Ry|9?XQe4`vU# zc?w4$<|wRz(CFsD^ux?+fSL!h2bNA?@w;Fz#GC~yAvC&qF#Ry|6rkq8>_InAVK>Aa zh2;<$-8`6nn0W_gK>Q1{M*&tYL&HzuBgC8qOCU75c`*Gj^Ae!u!R&#TQ!w-HLd;QE z1fkK*gXxEv#{e}CW)Hlaf|+*%V$Op35E|V)n0}af3#LQ-3$tedw48cS1<|i?8A{K9 z(CFsD^ux?^fSL!h2i~r#gy>%o1+j0z1PCA9JeYo%c@L&R)kDpNwfhpvA^I1@L*x}Y zA$)Z6VESR^H9*aS*#m2rE+~cQUyuSZZ$Tr3k8U1JKg>J@sCh7ZVC{N%Ia3TZ?+2uu zK{pSkA74%w@05uP0k3tc|9GJNa-a*V! zxB;Qj&4cNOna2P%4`$DTJcxM<(xLPdh&c+EAvC&qF#Ry|7EFQo7iQ0c9Edp&QX%w$ z`w(*!&OvB&^I-a6<~cykgV_T!My79>FFmk@In*h2W|=E3yC%u|4x2eT((3Pk^d zIEa1)GiZCm0>Vc(52hbx-hoLF|HABnn-dGszd#d0E2u+gbn{^PVdf=3&4byK;0Do` z5DlRfk|6F?P=fH$&4cNOna2P%4`z=-7)0NKNGL4;p%r8yG`e{({V?+uOoaFsW=}#0 zMBjsO2)%$CLMuo>Xms;n`eEidK+S{M1G{$z=1$l>QVPP@&4cNOnfG7<#CJ^sCh7Z5_}=%!P2!t8N{3gDG(anJeYo%c?% z0vCw63Wm`98xIjjHxH&CW}XAoJeWQ3^1umd9;`fw!fqZ+Kg_%by%6`o>`{Q00}751 z^A@N;=}_$E!Sut-Yk-;uvj=|O)*gs{*m-UWeh@yoe_{Gz<|#nUgW0nHYL3EAi2eoM zQ2H+<9MR2#>4%wjpa4%w@05uP056nE+IOPI2 zh&c;BLuhpKVESR^F+k0O*#k2VHcqMF0x@U7I|z+#9!x*XyanA5|HABnnFkvuTCf*l z&VrW^8r?jYewcXOMeY97oUn0c^q9fjQxa~2$f(CFsD^ux?s&;ju;%pRC|@Nu1O5OWqBgwW{b!Sut- zbAXx$vj=7#Y+Pr-W{5co){uOSZXQfO%)AHf5ck3CQJ4$S2QzoUEU0;A5OH+#VESR^ zH9*aS*@JGL!VHLc3yiUw2h$HTPXTHk%pP>};O;ZTZXQfO%)A3_5dXsLK{pTXK0WN_ z!Sut-OMsdOvj@YxKB#{+v6~0e4>OMeY97oUbn_N;L(Ef9$8H`>Kg_%Ztq}jh>_InA zp%Y@>0u}7$!Sut-bAXx$vj^S01#J-X6qK-=2h$HT??DU1eK30-%!BBInX9l7V%~yv z5E>)>LG{DTYk=}$_Q3j;39}*QF1Q7y|3c;&(9MJChnc4UH4o-aSU(GH-Z6-I3csM^K!#@Nk+>4%xu05uP053Jw& zU;@Nk1#4)0=wUYxrXOaW0@OU1J+N^Ig?@;63obxuP3-2u^ux?M&;ao-%pO?3BcT^! zjzSKEUZ8^AJeYpCdHbR3vY_r%fX$P2L(Or6*tb9)hj~!_F!K_ie3(58pz~S_pynz3 zhJ>GjEOzr?`eEiVz|4cv3eb7v2c1y&fTMi~fbWlN-BvF#Ry|9_)p<4`vU#c?!QF<|%MuHxH&CW?lo- zJeWPOaY?xQ+92__InAp#@@|0t-=Kg_%asCh7Z;PbRF^PWS@Qz*o49!x*XJO!wEFneI* z5D9J2d=U$w7i3~L52hbx-hrJE|HABn_sd%#<|zDzq`L(v*v*6KhnbfEH4kPF%v}p$ z=A}c-QAmQ&80inHA7&l{ln=A#0d$-MZe9e$oeSczn+MYmGj9R(UV4~26ZS#$KWKu` z3j(0@UhL+<^ux?^fSL!h2j;GXe~@rp5Ct(up#?&t`xmAkX5ItndCV|-VB>zUamod3 zko2;^7Q1;c{V?+ypyt8sfw>EQ-)kep9N2y1=OSbX z;ppbU^ux?MuniJUFneI<2Ep1{uyaKg*h11Fx_L1DF!K_i=E3ZNnFnhZ!OoRXI0^AL zx_L1DF!LCo=E3ZNnFkwphn*{+Ud{4~BWredP;`v6~0e4>QjJ zY97oUbn{^QiWLm8n+MYmGw;C`i2GpnpqsYRw;W{7`b_Q1@8&6~mY6)8N&ZXQfO z%)A7sc`$om=E3ImVEaiFK4LcyrXOY=1Jpd2JuvfN^Kh{J1PYI^n+MYmGjG8rh<{=B zz|4b<8T`yLh)V>b_`A7Z&(^NjF$3n@ss0=owp-F-0qF!NydFv0ABwF}_pZHBlDc5f-Vc`*Gj^I+#&!|Z|0 zTf)r~g}4uPzZbfBF#Ry|VCNgd?19HC?0%F^sQaMjrlXq&(+@KbcD^ml9(42I^MlZH z*U`;`>4%vIJKq#$53D@|JNFOP9)g``i*6oFKg>J^=y|Cyd*I;)^Dp#Xdf0iU=;p!n z!^~T-29n=k_Q2frU>7t!!_M*dgz(YLgXxEv2VJht0J8_)E`YXo;q&paka$5h4|LYv zg86liK>ImG7$E1aDL@T`(Tog?49rFj%?hu-gV)_crQsB4ojij80|T-=+WBp8wMYy` zHWp?zSz-PuX38>OJPg$T`xtBekFYWNpX_Q4#)&SL{}Y@o{)bu_{P#B2`tPQ%_TOAZ z?vw~GS2`mjBO8)gBr#c;ndF7IITO_+MHV`0E5G$M(f%K4Yy2N%Utxgj|I!eT|3!gr z|BHj%{+5S&{woM@`Jduu{Xfjg@V~#Q&R<(i#V6`gqW!!a?5>QA46LMB&cehbEy~MP zX05L9)z3s5>|c=CMS-sW%R)T<7Y4cg^fJ}mWuhuSS4UpDz*a}KKF{CfRb{w0*d3|v zHeh%7nd#7Lv{~$e}cmlb>Tt)V}Fb^l_JTq9b!WkSK ztSs7E(qbpw4b=aKTO0mQcD4Fn7V7c8Akg){m#OX%9u9U5keyfzU}R-s7PQq-T~r$4 z@f#FQpl|@0;c2MxUsGCa3kx%oC>DLlLX2X3JgF|as((T043wr~9nAh02DtnWwl=yi z#KR5Rrj0MzGVyS*YlqqxKLn+bI7hSpVb+HKeND9fJL{_cloa5tX8;}bhioG%n^Byf zC)LA1{cn(k9@zg;w#NT6yzKvbo9dosVP@h-RgTGHWo8z2*4H?i8c%zbu{}AG6R%$Z8R0{i|}$K%z)0LTtNsyU|Nq~`&5tOHxm>3y(nVA>`Kw@kx%nH(id<~{5vL}PB z48DWXU~!P!{~#;FCkkRholK03TyTrb4GQ3wD! zA_8Ts%uF(b{EqA-kpFl&IrPmnlv;9poqp!}I{lBfHvyM(!4~@e1I_io<(;>Y=6`=P zo&O*)P+9|}Igs6%-VX1KRppz6dAVI#n3&MFl_Oh)m(9k)EMllESCZgreLu(7@lUFo z4Y)i4m2-h+y8i>rbirDDM{U2zq`ya$k_ptpR=V<=l!$|9aqJ&5iD+{v_k;W5L21;L2g1im3no7^& zoh<%?(q(z5=l^t1yZ<12LHyDX_y6%u=KmeEl^+OjbNDebFt89bm`DYnvRj0gD^X8g za#xUr{;wogtN$r(HsHD_!PydA4}$8$Ky$sn=BjcRg?Ko_h)wH6Isv4NiItgIK|@M( zv$L)$IL^bYjleW0ExPEby_XT+?n&_F?&nD!+_K>{#8Ur%h@}CzEu}ON3<{qh;~nnM{rJRY6ko^U#Jm)SlGOOz#FEsa%)}f$0|RmosX?|>fq?;3m@d%y zhjlyySt*E3e1nIP;p`b7dl+V5Xs}1cAk)Cu9z>o!bH)xt!^~Gmf`k)D41@!q<1!#N zE`0Wk57-P=W>;KFu!}Q7?m6yYU|@iS1E>Q9a|^O2vIkm_4MAc*(1wKjgA&O34lpTR z7z0X!#+5+sgQBLH!4H zC&+!t`MF7%d8tLzNWR266XrgcdtmNU(15rP=5CPtLcRQx9_=Og)SSyDu{*HNH5xC_e|(&49_!mWH_x z7G5y-Jy3=C4;HQ<_vPn<&WX**EY8f&gI)S69nP=SOWR2i5mC`v6(E%8gtrQpoL1_I|KfjY<_ z47QK~Qon%)v61zG(x`K3aY=qILki6OF!#dT|3C)fewe>N;Y-c(dx0{<`~|WQ8s=V3 z7z0Yf+y_$+cb^ifK9KS}ib57-0s}(;f$#-|9SB2IL&6s{5QeM|CJ%G_1E^bJZdZWv zVSWOscZ3;80~%yLHe+G#gSiLhz63=`*uvZm((i=L04j-r(kC{fVD5vt2j;#73J~|f z+zoP{Gd2ULBnFCKY(~M{2Xhb1eGlXz?t{4-1Ilm(t33DIJJuvqvK-~v( zH^_aC@rgMF8Hvc+sm3PcKA3x8?n{t^gdfb^Aon>9p!;C%fw>P>X2IMIa-Z`6x)0_a znEPN62Xi;beJ(U~AE<7C*@;ZU(;u`hfw?b16cWF%ItQd5R=1FQUM8}=3Q+qL#31&- z8D2BqCjTdf~*e|mkj@0ufxJN0qRzm+ZRYd+z#^-NIfm<7Est= z!!Y;3+yisp14)ScVD1LFZy@Uyn0sLEQ-Hb;=5CPtXj!-5nyiL}AIv>4_a#U`!Vl(d zkoyL*Zh^T6=Dr2u5ck2{4RYT=)-5piz})u$S|-5U4RYT=)-5piz}yEbvtaH9xo;rr z7MOcr?t|rZn7cvlqh;L!vk#qy?t!^)fgr?vFn5Femz$bb3e!hz8e~2;Ghyz7xd-OH2fPsX!Q2hXJHgltAXDst z0L1(Sd=MID3@9DK*dQ9_KA3u#`xK!1L25u41gXAFNFT%Qv9-1+@>-@{4j4X;27)>UUU}Ak(n?3v&<5eK0jJcZ2e8$w1Dz zK-;P?_dQ^Nhs`2tf9bDsiKKTIEprbgTK0GVx9 zWPPBt#&ApFDlG0{ZiTr$feqqkn4duEL20u%l?DkD&mujT`(W;Yxepd6Fn2@a9u&lM z#W455+yiqT%n>kmgWWfPc?XtPVD3|Z<{eo74-~(}sU`6RMbw(nhlK!y2AL0Gp^~uh zgSiLhz654y`h&U?q#xwI9MFA!+?Sn7n<;XT`N-~qv0?6m zxd-OH1pCk6J}k`LApM~9mu(PF?$y>XE3wib^RY?5+y`?H%zX>&Ant>?8>AoPKG?hf zHnS)Z1DTIaKg@kF_rTouz!u^@n7cvxON&$EQ&Q6sOLI!%!TC5dFCCkiSj>e0fb?01-TD&PZ6>{OusbPgVce_ zA(*>i{z$Nagfq;4Ab)_$a0+y`?v*nL#%fq`sB#cS8->_ZiS@L=wPxd-Mx z1*rRA?gqP$8k6P_Yca^pn>OKfAIv>4_a&G?!Vl(du=~iptPsOBm;(3j#o>)#n0sLE zTVM)tAI#lg_kniwVH!;pk*80dfY+v@8wQJCn0sLEdtd@_AI#lg_tB(<2655K6&iTm z2Xhb1eF{+b!Q2gUAGm(b$xn$-D@p`yfQFb%TM`z2F!#XRmtYJDKbX5w+?Sh4?DgIh zJ09jfn0sLETVMonAI#mLG90B1NoEV7fIt}zYNLTL%wr(;f!b-v`XFUE_Vx|T-7tSV zFogI6=0A`>5_6L>Q}dv0VKV*UK&C&C^@02`T{qeehC%yJK>h{QsW5lL{GkB#2h4w< zF-6ciVsLw&hUGpi9$+-geK7aH+?QYg31^tQQQSwvav$a{7!7kD%snvoEzpO!59V$Z z_tCK2hq((z!`ugR56pcJ^dRnoxf{iOG%WXF?t;-U_rcr)bDsj#eK2>UxQ~YAKFnP( z8sdo%snvoEzp6u59V$Z_nFh)T`(J9?t{4p=Dr8o z5ck2{4Js$o^3%yI9bvXHFbI%YP9p0Am6He)K`f;H6V%->e<(otF#oYKGBAMrQIKDp zS(2GgcD?$51%LkuRDXjo$aNqL3TMz-8)SVTf81ndV0gid7~h1s7v}y1El51T;sc}y zG`^IUPqiT%kn;#)ko!UP5X?O=_bt$bxDV!Tko!R6OX)fJNr^e}RCgxGd~A+|xew+Z znEM{EK->p&H)#Byn)?kOXh6(gzzU&ZZbR=H!rTW_4|AUaR6k4~h^EHe)CL0S6BLdh z46+Y|LGA;!vyk~;7&Ou_p+y`?H%zX=#A?|~@8>By->Lcz5hk(pS@DMDR`(W;Y zx$l7z#C7zgJzf0Q^~Fv5!MpTg1Hao9+>+SpzedY8^wL`IhlE>iIj}wlI%X1 zdtmNMP=tgZ%-s<8fylK}iox6ma}UgY59A^4gSi{xzTA}Jv=Yd!pZJu_k__rqCCKeDWEaBR2Xhb1 zeF{+b!Q74PzM}LbD!UHZMW}3;`(W;Yxi3Ku5`HjuBfAeY|46GjTvXQ~+O9D7z}&Y$ z7UDjbyOG^jl3G!coKM|JdP4CFa}UgY4`d+jgSi{seer3TIn=C#3AqpE9+>+SpzedY z8{K_5rPOpCdaNS&@bm|D56pcD(va|jxf{cM`6&oPXvl)O59S`2`xZz++y@IsboZsC zmLz7<;m87*`(W;Yx$l7_#C@X zB5KAlKKH@g19P7O)O|2_BfGDvxG1?el@6H~dKLw^{|j{w%zX)>knn@K8{|Gv>ngq| zu_QAen@=ed1DTJ_1X%pS+yisp0uhM&VBrYT4;nivO3h12Ey~TOQ8yUFi7@xU+yisp z17V2!VD1LF58<}>#FVncyyVoB_|&|_q?}aR)g>_Z!Q2CLp90i}CEF3}lGjrpM2FiUf_rTn@fDht6n7cvlOU@~Z z&(DibE~De{IV}8O?t!`Q0WZXTFn5F9SC$^1QcRzAJuHr4?t{4p<~{|e`(W+{xvz?T z)dtLY@bL|pdtmNM;DLl6%-taOC6}egS3pJ&;QDFJfQ28-Juvqz;D)#l=5CPtpzW%% z^myvGUO?t!^DE4KF!#XR_kauHKA5{f`qT1@l2hZ8=+m%*Iu_0dE zB>X_;L!E>|!Q2OP56pcJ*dgwNxf`S(62G}L2|tkeC=P>iVD5vt2j)HnsQX~<2I+^m zFOeqU2Xzhx1#=(FJuvqrutCBP=58eS(IosZ90nDDxew+ZnEPOJqA+(O+?Pa?@B^6- zbrK2%b05q-F!#X}!Q2hf4~gF-nuH(7e3+fcG|YXlxoVjE9xy`U7dEF2n!8RZN-U4h zNvx#CsJH@jZhQd~#2%QNkk@^K#9;1&sfW2Qff-dFNG&zyt{cdlyGGUr4r|q>ewf=~ zZiTrW=4Y6nKSge9$q>eK7aH+y_$!b2mtTem;HMg&;S;+y_gGF!w1y z(Z8?m=VdAPjOF2!q@QT33Ut4-{6QwUZzWk_V67K-~*-KkR%| zn7=@I3v!M!`pONEEu`awddT^!3+f;=%mie&gT!F&gQT2juOP9ol-7g&5bNM1 zEc{^M1#{nm3P||D;u++x%;NYoV;T)Efy{?H3W))8AIv>4_dO_wxDV!TkpA4nlK3)e zG|Z6fhcQ9%17jo8F!#aS19P7O)O|2_gWLz&A5dD5l30=&pO%wIp8+tK`(W;Yxes=K z1kBwa|E1+*79{28XS)~Wmr^tCpPnETN6A-j({Ed-d0@YAsH zgSiLhKA0|;Kat%>of-~i1AZFjK3IIByAKxcp!5eiGcLX)F$uqk9_es3R#xEoov|hAG!7o20wWKJOjN%crtQMQo7+i5V8mnsjf(b_<=^S=n4@cSJ zv!Hu{A+85GK7=gCqubiBMEana)Jf-r50LwA9#p*rpU=S158*3JgYp>|7(i(OT|bE5 z10tw|(epF9u`{N=fVdAT!Ajt!SqbfLVD+GM^Miqb0T!+{c+SRw8a+%Y(7rlIJEDM* zfdLlpx1jlG!8=I2!#uwr9>Ryw3b7DAj1EdI$}cTR)iW?5ZF8{V+a;c&C6k23?q2`30fS3w^C@lt7f7zUZ}L)q;c z$ej|?KEl(b022cPEPQW3;{l`=8}`gAplFpCrTSrRVq|b(0Nq92@qQ7wTmr>kaDH-j zYDrjXatY}NeJI3ndB@nD zfdN*IzK5nmO7lM`y@Ki^Sp5U5j~={%)HkqtYC#l)52F<#Abc1NtwZz-OvoGZZmz7>C6ulxtxqV`5A#1LT~V_>N*Lzp3Knjp z(l`FSgtv!5?HpJ*5tFV!^%1NbrFMM;tAAkik-}?8zJb+K3qqlMD6J3-;lpTnePl@9 zD9(1Fwa(P7kI-j>QDdqBM}2hEMdL8@;c}YSM+&^q`lth~K7xiXp>l)L`h-&bu+RjR z8`P|i6oz@Z;XrPE^cS_59_&gi`&;>57{5(Sw-L{t+x}k?Dv( zsObt8PQ;`uP<;d|N2y&O!RjAaeU$JLQs2PpsRaQLK8#lIgYaQAygo9vK=v-t?1uSn z<50;Mgi`%5_k+?Cs2-wLdiubO|NJGGy(5jj@e?&Y!NLh&dIHryuyPZ#{vj{F z!^Y=e^$o24S@0Z^Phj=Z0&fT(Mk{zi_%Iq#|B!bmnoyFi7j^3&T(@gMQrdx45cflP z2y*GND(Cqe7ieDp91w)oKR@5V`^TX20v5i6$_q;C4@&hTLJTrr#1Xs-JWq!hFLukx zC*x9{1H-($XdtuxnehX)ynuz%L$vw_W1a|_PYI|`onjE2`g z2IL(Y+A#lI0d?yi&`K}daguLXbF z1FMe|o5X^C_uxB zm~sPDAHnh|p>#!QeL|^zSa^Wa6*cRl2hpSRL$I(#rXxO~rYl%D5tFV!^$`QK9Hn-B z1gn2w^-;njNWOv9QwqBw^$(0*umi$}(TMtpyz#lbjZZ76TOWaT10#n#Dtp07i2qPU z85l(8yg$@k$w2e^h(iO~KYD^%AHl+xP`N>AeL|^zSh#`84Qkd$3x;{Qkw9jBB=Hfo z+<=7>G35rhK7!^~Lg|Xq`h-&b$mxoj^-;nwPgk&TBbC1K9yMLT!iku41*(r=AeL|^zMBq|)z9@ltn9nbhSs%@KhbT8d>lI+(gl~Kw zTn|C>DWUX4X+1)ze&qB7s)wjG|7bAW(-R`#NMc32MNLnzaKe|KK=lu-+{CPZD4Z{X z);F;F=fOQl{R69)6gEQY8yLM{9fS{~5%mvw<8yf%bK|L7|KQq%4T+`)DmO)7C6t~htv@K$5A!!DJ%Q^VDy_e~z%OVsiL7ETY)*2^(4Ff@P;RshZWg6kh>J|&c%D6Kyz)sLK>!1WK6 z(o?}OPfxILBbAPLftsFR;e;K|CW zq_7-P-@xbvOCWq04X=Mp$g6)&GMv+(ZvDf9H%b(6)IS`1+np!u?W6g6?F+E=2`A9% zA80reDlaIlKPc4?3tUipm74t@hhbh`Jm`YtD_HmuOG`XQEiYiLrCmkopEjFPIPE!)QePL*Dq?cA?rB>efHJc%$UNa)|%X6@ls>!*9!IUjN+C zgZ6(8qSZgpa3)k} z>50<%gHrv->4}>4&xT>1o?zidDjo3{H9f(?314~w)jzOuliKwUtiFNOKM$@$%4b-; zq%ap!-@xbvvmksJji`UfTMrj~_=_NQ>mNS6QIde8{wa{IbhbX-O!N9@f;6=Lv4or( z4C;r1$_rTd5-Kk!tv@K$j|g1qu0LoP=H-O~ne~svBh>N&7Ebu)i$UoLmOlxlCraxN zO7$bBCvg2krTwY_!#q79!i_Z6jR&ad2^LQH(i5ouft8z>^$%t14`B5Tto~8B2C08w z^^(F2NPPpN7fgllVKk!tA#eR#-bURN>efH}_#*^Q{ge81HqGmw8&=Tz#|W+dfrc}o z@`BR(gHrv7z@={eqcF_NivyjIe1!-<;#f28qm~!2aKcw!fa@Pkmrx!@`Z)>kkeL^YS8r%=$;-E^2uJ3nzT@#o+n}nokL(CraxN zO7$bBCvg2krS%6N{zJ}Vgqc4|Lqg!jZPfGx3nzT(2~_{U%1zArhqCntu=)m8|17u! zDW75Wl0qM(zJbvTx*>cR4X=Mp$-B=%HDFsXb?YBNNI>Ht9dOh?rR;@=1*Bfky#7g$ zg7$w@(CQy(I1?%_D6Kyz)ej3+YVSu?81DN9$*g~7+(MKWp!0fQ;Y7^7L2x|;&98*g z6{YnErTUT66{sGf)_FY-qDIe0zy>02qNXcYI1!VsK=l!<9L21UC_AqQR{y~2qX!ot z^%1O|Qs{)#KQMYh8-x#|;q{RjdAEkD2C&srw>}cW7W{Cr2TLLTg9|_z5_jet4&HK@ z=Hqb=a?tun7Og&lhBKjZgVOqhQvJ~2Vqk!+$EMQw{efZLeqGRkJ>4O~6FW=d2BO>m z_4Hxkgm3%=Tn|C>DWUX4X+1)zeuS^7J03S-n5QR1xRJ)XaSb&+!NLh&dIHryuyPZ# z{-JO_2wLC3>K}#kkbDBGmlRqc^$m<(&Rz>efHPcq60%NBvXE zIO(v$nR7I+e>!06vBl8pA80reDlaIlKPc6Y2wdvU2PF*i^1^}4`e(*f)baurPWZ|T zaQy?#r-afIrS%7;`jOKUs2@bN^ALu4dP0O7X{?AVsOiZ78cz7q6R7@ym7CPAe_-_u zto}(j3#or#{h$T5(E0{SD_BGLFd9++khdR5HDFsfb?YAyyb+>+qyAxVUU4}3QW4F^ z;|`cZ`#=1s^$#qZ36&R=)*qDWM+7c)>mLSaK0ug1yjTy~A^D0_UrAg>EiYi&=P(_sTEDVomO)7C6t~h ztv@K$kDQ*U+5agR=IIF$Zltjy&ZDL$SUBNJPoVk-R&G+e{(;puu=?l0Nl5t&tCtoS zL+TqCtzZb@!)QePL+<>KST1$zA2GZUl7OTBd730}c*^-#G#`IcP=wY$jA-=_G@J>Q z7nIf?lm-N@kpC2d z6LSl4QWeNq0SLOs4u&BnLP&{9)bkNw;Y+C8ATPEdc7jMs^@Gd+VMc}{450H7s8wz# z4D)j1KpP}qfx?ayJmWNKxd96&V#*D0eFV*~uynNmns3qFK;9`U2vaE44>O60!G#G_ zA5rVvTZhqp5iDp?=!jE@bOl=H0t+YDISFUa_}IfR0|Vlocv$*@r6-u7uzCT;cg!is zNQ807pefaluo9Y{sI+cMU^G1;f)!NLh&KbwICQ6CF2F)%P9nTN@2um`0> z2xeelWMYOY0f|GIaEe?pkUkiO7{&yl&`6LPm=K7Kj=^&F3=9lV43Y=4K@w0g5Pwu0 z5=NupF!;j(6h|=3zyPZoKr|>(W5X#>LHzj|HQ$5IYXP4d3hjr$`Xvd+Anhkue?>tZ z(*J)zUcKmvK|nd(tZV{`ay00VQTkF9z+iB{S^sh_DgOYN7VPA zlno0fV*4eq{0d7~3ebEDibG^fX}^L}{V=ysyI=C)@925~SlA-dGmatB6{ueV3nxPT z5?K0yr6-t~uyh9FQ`)bfR6ooe46uGKmHH(cM$;1_XpvYEM^V!gESw1TOQ7}fXuky1 zPk~`j`wz?ph45%U1{4bLJ{~AsM#G2x{TNV~!!YgpC9r-7tY5O=2&7*EpEr?*^gk9r zX$4s*UkXBl`z0pi_e)MPysM*bzeEy}iqS}Tzl0Hczr;b|=OG2vKTi1OOH9zrB!&y> zkH9dpdWme*ehDmm(d&C;Js>uv{R&F;gWLeZ)b5uo80P&F1~U645=RjAJ*Zy-3nyax zC9wPoOIHh^`4$w1$e7Z81*Q67ZlQL+q+zrj2@6^j`o(+S8f7^Z!{1lA9M^-CTcg7iyZ{S^fXNdIF&Eo9tLp&CLj zsDRMM3IX|{F-U>= z=){6!E5Yly(8XbVZI&C3)>C(2%$Feh52ltB8rCNP(a8EFQc(LPuyBUe_X|WJ;f|~a z#0IYmjwf#oH%Py;0r`4C`eB&b_uME9^ZI^4Dj9zZ2bP`|2td*kdN~D2Pb60Z@F;R7y$XTrMP^XDd^#}9)6;_%^2(6D*tv zmQT?114~Z}xFP8YR!*U&CvsNgLricsBs(cW41kibn^hsObq7P6W#*X!?Pr zrv+?~^aLxX(9#ommnJbVFgP2MofKhC0MpbipBRRDdP*QOJw=$KrYBf95iFme=?9jc z6j&hX306*lBawjtRz8t;2{8i$gCmvF6Sd2y3%`eV|Bivo^dw=1nx0_cM6i5o@N-MrYBf95h|Y+K+_K_ zJ;5Rymd;>&XnG=N2@%)`aC!;>Gbtpfo1Pqod3t)#NM89AVT78VVBth4J;CO&VCe}q zpM@Ujkn=L)$u6I$xLyZx58~5BXF=x?fKEIJ&QH!xEg{bafnlDW(BqL=6^nzk2zYs!)q*fTjQ?On*`tY1eE(U6z zuOf{#OxC1B`Fi07GTR+9^bq+Pv|bn%PQA7VTTmP# zWAbWugb9@DhnYm}^}-uQ>kC-WqR)4AXwSFsvT}>z5?_`v7jg!}===@*wSa7_E>4z9x-Xawt%fM{ep zCBjhqC9v>CukVrdfY_AwD=5_uasvocyI-O(%=;w@WcEvLXd&u*P`?BgPQ><0VEGl6 zt`& zO8XU*>W8_5+WiuR(e#7}S|nD425NeOg%iPk3A8>Q?U#Vt!O%7^sQm}#gF+Z82I7y3 z)Bju%P`JbJNDhCH-(i^c{SsI|1lBKE@CVW_f%R7u(jo157`-3`%1?sO;C=}O=g~LJ zZ!4j0zeE<4moYHBU$PqFZVUxI<%ia-=Ed7DA!qIp)E|LiWIHANQTrvZ@I|lhk@bMs zl=dqq)emw52vfUX@*rY(pZj>A0WuE>3OiD;ggT#r<`ht%sZS|Jw7kAl$Peu*LZ=RW3bl+B@TzeEm_ ziqS}Tzhnu--DuJb4nIl{eQlD!+Al#@O9~&>CjrsO`XoG1`z5gOMX&FX^?=xv_A4mW z4{`$tQ@dZXV7T{7_CxOJ1ceZR}I1%cXz|s#aJ;4lxr85|x(tZV{`eE*%cE2QHG(91L z7KwF30X03r!iiwN1X>@D_De?F-O%I&?R$X21Jn)%(O{WTad0qz!vh)?^b8-6T`)}h zehI7}0_&G3{DkyNVEq+^2uM2~MlT43@`E8X_&j0K(Mn zmn01Hen|qE{gN5-i25GXFM)*KEzXTReg!(10^aD#zFhgPK492IlUqPvUm^-N5FJTx>Pl%vJVoAuNrYBf9 z5$u;h>*LXW$w0L?N9~0sV`y6+6ds`VH;4wyjEaMU0Td=MO#6NbtRDjFmn3|L^h;p< zl?4Hic07z$@PqJSv`=PwMu~w-W)ax!q!ZhPe1(}97#Tq4YXqeh<(HPEl5PkC0|Q6n zip`*NI@lN#@atcKeLc+yrIUvok4-$xz;MC|f+5CG>OWYY1Vn>OydmfI4dhOVov8g1 zSoosX_aHsU7<}FivH*!}O7+96V`PAwx6|*4#9q4||ix`LdOf@T;ATuSxBtOBL0 z|NKl0)Jj(m!iV?zKv=kuO3#o&O;@mRA|_oqfGmTSqwg6Z_rin9Z^-#bv4mmxa3Zks>IxaN-4v zvDZft&yF0DiHOIjk0|vYs2+l0kfRRRKIeA&gsFXg?u8$a zbOkbdSmJr))khJMh;jooo&gId*mwqNSRw95f#pv^>50;Mgi`%5_k+?Cs2<{=()n)- zhI@K~1ssXAgam4Of`t>l^aQGZVC5!e{X^aeDXjj1)i<#E=fP)4{R69)7Pvvm1sJX1 z0^!4GNPmGmH-Lg}yO6FTb?YA`kg+(i1CII!)E~+VsK=;(DD@w#?g7ytM_I^1>z^fP z^$#?h36&R=)*qDW2l)YnLFEM_10w^q%8PJ%Q>USh-2<`Uh6u!0I1`PmuZt zRxd4Zgw!{1+7`-((vb2wIJ1hpVKfGzq*ht#)<4R4qvgRO?ERmN_LGM+To>V}f5`VA zsNR8Lu)`Rk_0L?i`Ue`$gvtv_>kmrxgZ;q3z(DQu`2~h~dGTNlnf)IT)baurP6W^A zhvrX0>50<%gHrv-=?Pr_{6Zh!^~@`QDI$S>@EuZ4k)UNnD3uUKO;50J!k3;v^$)Dv z#H@cn@k9D-46OeHt8ZZSPr?UC{R69)6s#ff2%{HRK=?2kI)|fYU`F1ZB|=HPdDN|c zRPd&w1|0QI)R#u*AAPH!b3vdvA-u*AEeWf8Kr~2`g(k~@#gVGcTgVGf>>!Sx@qw5nu;fjtW_)yaoES!i*SD^X`R*q7;K7!Rhu=?o1 z8%TWw>nAA~Lh2tFy+9Abhtcr*$jB1i%S7>`56_XJZvRLPue}ErVjrKIlbGl1wGVTC z2(Mv8NW$tO5DikEVFs;_I?(DPXgCupHz=)7DAf=00|pIgAM(})z{clb^$o24QFslhe_-{Jf)1p|=FCq00tX@)3htxMPdVvar z52K;=4>>^r)+3a}%0=D!M+0mwP69{$6Sk(?*+HR}=JP`pg3$Ws=WFo2KcIF1sJwuM zFQM{+()xo^{jhKal^5Xt50%P`58oi^3TFOrqZ`Pqe{Qg&mKU&a!dG5^(i1Fy5=u{$ z)*qDWhs84}JyEm%IWWxA6D-_FrDw3ArYBf9;Y&}T`iB8pZc@Acfz>y#`e(s&Nc{ur z2Pr5)$^{s`Kpw(}(a`!w&%n@()Sv*X7fPC|M&0^H6KpOnV!;CJ<8K>E7dSsinc)c8 zt4h1|2`gazpHFD@4>X(!l^2xOAC&5cg)3;>9#sEOYaV&QFdw&9AhZ67U`3P{;Pna6 za3W^h9$XJW^DCirMQJ@ksea^i1*(Urm97$?;RQ2)l!k1Py0G4VBv&s{2p8nLGvl0^h9YrLaBb_^aQGhsFj`)hIx8|g&V2#3`W%S1Pdp8 z=?PT-z{*X``iH{#AZUF9tA7-pK9 zI)30#bB6SZK!OYml==@g7X+dqCPGMwCusE#G@N1O#R5@CI73t;NO1iTZ;lWkk>!@3 z?wXgFltbqBE+pF^=l5^~uL7T&1d2Jx`5kUK`H7_O@GuzWWCx&63 zo*v96uRSxP7BxM=!U;7!fzFR(U_dzs3Yvak>1lxgBt4;*Q;_sT&W)9jgaArUZq!Il z(DTKpRX$z#3h^(*mBWv0ATvEh)S#v(SU91kCl6-^h6a1&^aM*ku=J$B2MJ$TIRy)0 zNP04caY?3~a#HhBQj6l<6LVAJgOd}pNJ#89hCrMIr-aJSU#K&1MV?3~u@9j=A}zWbLs>b&CrFcsz(o z{X2nSo}N&{j(A=~Icj=>g%fIef|v(OPoQ%yVdFHgahrrkkZ~K>{J{b?NP7xKE3iQL zFd9B@U|<0;oJ3M6X>A~A+y>O|hnhvA2@vIobC-1>0yxMA^Rdrk&tSE7c9?PeAY{yj zcJtUBCeV3M4!;p2OsRf^9n`HS9(;kMD}?#Oj78?SjYJu0zJ`Sp zdcMXuZyB0T38g1UJwbk0Q>q_fGj;2U4Z}S>Ap(vh){PR>^aKkheCY`^ZvZPdG3O1) z8>a=W9|hGvu=)m8|15X_sefSg(gH?Exd5kYA@U2LG_=mpGcX{pZy$YlOEGopA6>lh z(SW1=(X(6a%pe+kfY$X-25evbHMIH%8qS2u3rgz`O7+767qspYJa0{l z^aQGZVC5!e{X^M45?Fl$tA8HcgVZmudP$)g!iUidDj<9q?VO*Rl$n>B67NiENI=wY z7y24W-TFrlVlWO;0Z09l$H4C5aq2O2&KlAGq11n%`Dz#jIcb9swEuG+wf=#HFQM{+ z()xo^{UASpFtyiBDGc-S!hy{CN1_n5ynuxhzI86(`Ujd%38g1W>kmrxgVGWRgVGbY z{-M%2{~ta>+RY%dM=>GgF0_7u^@GYF zd<7`Ipcul3(eU!w5#dKtSlfk;)>60r(Z_53fqB@+--;O6U3TQ%z+L~4=|5QA1EN6= zYfy*QKPS-YA87azDlaIlKPc4?@&g1@cl_>{)OlZRSfz`_aNcnP@vf#y>} z>50<%gHrvFv;-olJN`Cdn5QRDh>?RMa#7P0ES&JACs6$ZD>pIgAIiqxVD$~G{z!7xuxpfDo`-^fBuPq1*pm!3fN53Jn8tbZu$ z|G?@SSpBo$CZv9W)k_LFP(GAikO|?#Xhi)(-r9530JTc$);|Q?fusJZxXbI3(Sq6k zAt#QJ^}y;L5DgN~(1+GPmT2dQLBp3&c|mFYL8*R_A0U{z{U3&5US24WS^vz)L@h61 z;e@Zf3a)>k`IJz4qO|^?R6iswfk^81e=d9)9e)FbDmsqHKuu4uaKe|KK=ls;wA{q3 ze<QBQ-Z{!A8RC+uTmRtihb@?kef%we zwZ-MdG(#6!uRlo8gVsMrX!Q>?oC%c|l-3`V>W8IgP_o+K8%LfKZf|ny>Nw-YJgY{b?YDe>+l?K)IZBa z8eLwv=+M0W`2f4;OdGBKfrc-k@`BR(gHrv7c%*Ls$6=V47YSt6KQmHL%L`aI;cKsg z>mO)7C6t~htv@K$kDQ*s^$)f7=?wGqga|j%SP{vn=}7<@PWaLjsQ!VKo0#)UAK;Z+Uw#2YdhLgwn}F zu{SqkoEt`||3KqzFbwjqge|oHqk>ldK*O0(c|mFYL8*R_A3&Je{htRPhxd3%1DW?c zOC+I|7qD=`*IotJKhS(iC_PbHe^9C)l$Jmkl%Bx#50&N&k%=(ACvLC+x2U_32>YoLdAoUBZUQ&pF@}cyCPzWDJL(1pi%qlVuq7q8t zWuk8Vga1s31|0QIM*GP_%j$06sDH@!AFS>H(V+Bl!ya1y$fDIh(C{TxUQk+pP^ur~ z2N0(E{-0r9UL2TB-uT;$c+~Qu0UA#D_G^IaA80-$l%6Q9KPc4?N=qONN>AYWhg$o8 zpy32EdlVx=AR-PmJq19+314~w)jzOu6SMxIaQ_dqzJb+04=zCJ7g#??AsE7k(F+0~ zd>9R>e_S$)81T=#AVL6@mA6sVmb{xf70aMVAb{!iNXqd4jxkpEEKO)L*o@4zrf z&ji>#nqp}64>X(!l^2xOAC&3``2mEfeU87vFh6fyf!zL2ETX&so#PJ+Ct}W92iHT; z{7NWYQCg2ssvnf5Kp2#+K=lx{&hdW`I(n}&C|uF;jcC+#1q&x)(iNyaf|a9~^$}&~ z_`~WSSbd~$9$Mc(>nR042p>i-@P_bVG-5so|2Pu^UKP;|6=?PR1QR^K442O7?V$_q;C4@&jJ;t|wt z1=T;)YPT*J=Iz!6JIEW4lZZf+7oh$SES!jGw}R^-XnrM>t|+ZXDAkXgu0Zt=wbE6> zFi%&oa3htz5r&$sVBthex&qZluyPc$KBBBY1gn2w_0fXUkopEzPbs)S`A~X+BZLp5 z5%m#y>$8QDbj7G!9}#c|j{2x2ZI$y0In4PXQsWt2J*Xc9!yvgA%Fz0V5v@LghA*LV zgVOqhQvD!5fG}u0A5z%XyWI*?f(%?L%58=(FWES&I-=Y#7ZXg(#Bo+zzH zDAf;2OCStNPoR2;TIp%RFi%gQFe3*?grKG;SUBNJPoVmT0a|Wi);|=^4?*i2SpD1s7~>mMszR)NJA%)&k%H(`U`p($5i z)4V^#!3eE?DpAizfQ2ui@`BR(gHrwAKx6>j9|v8ZO{Mir3B$a+c(9$!{!lP#c>xP2 zeB&pe`UjRj38g1W>kmrxBc~^D{X?bnWH8Lr6D-_FrEdhHrYBf9;Y&}T`Uh5SV%9&D zjmN?28(96LZ~{`l!1_T8c0l=1T45W652NArk0JhXFkIoZUC7mvy7iAWE~~)e4mj$c zgil)zwp4$kdHvHM1Fe6G(CQy(_!25FD6Kyz)ejCt1_lODdzG5~ABJIGUNn$d|I7$L zEiYi=1_5KiO#Y4>X(!l^2xOAC&4x1SqusL#6$M3x;`l zp+IK+BjJZyUckZ$-+n@H{R7RXgwhkG^#`T;5$VZ+s`tnh4DmSPYr^4zRSpBo$2(*5I_Jh!Uw_qJa9!9$vyZGg27N@!;CYR)saX+R| zk}vptp5Tncl++^7Ep_fi`K6>^QJx^7B=W5uG%jR|?qo23!H?1hRZL(eR>I40tFz>{ z&4=GzN1?4khnpaOY5gw6ecXo!grQX&Pd{(*)oapgrkd52LjFfdT!7l_MY zBz4d8au_WyU;&Fl&+tYqFJR$>ue<==`vuF#uzdaC5G3Ei^1H$s2p>i-SP9|7Xn4EQ z2>*E_D2_$q+<7O*M%{4@J0#OFnGHDFl_@=qE(_WZK=U->-W5y}ND~3&XBYk`4^8dMqw6&U9E`oK2w#?>RdQ1dk`obZiK}!J(E0_|zFZFF&xg?H{_#yLNiE7u%u#?OL;L@VB#AGrz`7e`#RWNu$*H-id87}HGcYhvsvqVK zMur36bkgx2y*z=en}w+(mR1;D-;5PRxFXUCXx%(4oM7vl(KVsprw&U;uyh4e4@++_ zen>`Ua&}&7aWPDQM4D3l2sd(TAs)QFr_U)LKUh7&N8=j`5ELD;r&0 zS3RWpx{e#Lb%p+D?N4apE_@XdJEx6QlXL;|a#l@plij`Ue`$gvtv_>kmrx!_qr^pD&gAD-S}3`S~>D)<63Y zLF_NgBJ|lfzN9;i@H(=pJOt}H>7eVtYp>#!QeL|^zvkxEPKMom|+a3UsM zf$AezIZEyN2v+~V>LZ1pkopK#Pbu_4>K_=rpc}%6(TMtpyrpm_8QkiqTOT>&j~X2H zk;3Qj!!}9WG_Q|5450PVCbaqp8qS2u4NB`1O7+76m)iBwgW%!aKXM?mKDx0JwcLP( z6EWomxITjBS3>EE()xr_{mAKxn)T6wVVP8Tin{d?{`FD|rehzkTaeg#_)s4M z&FiBR8qoS^HClZH4QE2-2Bq~0rTSs%p4$6>6^8lv{(~)K_K&tB$_>ywFf5$#?b`&` zL(qImC_PbHk5H-~IX!{uA!?n2^x^I3dRbW5BGVGvP}37EobaV5Q2hfdH!to~W>6;l7e>LrC1NPPpN7c@fnFdAO}n36X>ry6k0iMsWVD{^pSupMyJ zKNakShZXj+(!Bm*fSn7w1g-vohBKk^g3|hfQvI+1rFMTPVVJjD8_2AGZfrr67ohnf zSU3^WZUxsv(ELg$T~S((P^up}U4iN$YRwlZ4D)ma3pY~f8Jkhl6)c>HNmroy2v&|_ z)<+c17eVVESbg;1Go(I()l&;>q4f`xR`u+aYA^apa#{?J_1`Un=zgvt#{>k~@#!vdGu_0fZ%;XOX5KxTauu?e-@fQ1t= z59_&gi`&;>57{5(Sl)~u3+ItDlM@QHC@5NiI{W+s*hmhD7EV&Sp5U5 zj}$&Z>LXY`X@Lc#{(;d7W)MD%hSx_1AeL|^zSm08-K1vwo<;H={LaBb_bVbejNMV?#D_FRZO3zq_nyz5sL`=E@)km;$l-l(Xtp0)3M+qMw^%1O| zT3`&Re_*tNA%qX3;q{RbdG*mr2DJj})<+(AqecNoeIzjF{h#;qkgpd z2pZ0W$_+~E6H4{N0+-tL(SyL@-9Jhovp$Mgi&}2L!iku216&_L^DCirMQMFPsea^i zMa}wX!7xu(uy7-lmRN(Du3+IrOu7QqN3e2~+Vv5v{(;p;3*JHMBUnAPKo3&?z-R>> z2p>kn>mw5a_b1^9u#*h$La19GdE&4MB79&f_VKz0NdkwL`AXBgK9Yc~U+6%qkD%d9 zsNA5mKA}`UBot||zI(Wr8)Vi;H&&sR8wt>GBBtB`*GJI&N+?}XTAxs=A30r7vp!OQ zh8N8IQ5q5gGghLeD_A%YldeGZ5v&}gc6|h^e_-{|gEx@+2v$!m(1g@KFj_$!!iUlD z`pA^L^A{TCmr?orNiRr%;~*1o)JGC`<{WOwe+51Ji+1Nvt}uf3j~dbHBWO4iDmN&t zPbk%o2v+F%UsO6*<-jms|FmEedE<2vD-h)dXgwV)oba8i08=HJ>mMJy5wc(k_VG9d=M{%j^6t~T{t4iK)<2)n>K|x06Dlt# ztv@K$j|g1q);|oxyu5g@k<9+jV$|{i7Ebue3vm4d&8LLY6Q%VBrTUT66E*9f3vWjE z6CuJD!ID^nnx0_cgfBgT>K|CSN$vUvR^Pztp9Rk$^$)CGS|A0fZ(y{71cVQx5%rH5 z!jmMh@;0tbrEdM>i`RAs9Q9AZ=}m__DzDJI{!tKx)<3V&>K|x06Dlt#tv@K$j|g1q z);|k|d3n)5X8m(x0cv>x3nzT#1-Sl!=2JrHiPHLmQvJy3iJJ9K!7xuxh;So~HDf+% zdV+-$zVrmDe_-V%wd)^PeFLk19z2EAKd^dffheTDS+E%*uCNhGPlnJTsTC!qMXAB5 zB_)}8>7<|b-Z1|dczqn?))3GwB9z`M=!Z2z6wU?Xy;m@L2mcX|S0*k#xwgL?TA80tk$_oWyNVp^G0kOgLN4%vuh)oWTAV(8cJx9RzHBf83-eH)R z7Ybz7KN0g#%L`aI;VUn|^$#@tz|zwK0Z4j+wWGSkzI z*{JCW7EXlH6D<9}($fNNNP2>$Ggxr~OHbsDt`6SvX~Qs2PYh(Hrx~+Q(-SP52&E@j z`hle<1x`qMf~7Om^khli;#rs>RH3PRFHysAPfuiqdBjZA^aKkhLg@*XeqiZo0UIPe z!O|JbIgs*+%)_=B7#Iu`f)zqiD}pntD7dT->=^2f2L%lC^t50-neC?;sObq7PH5@L z3FF>0X!?PrCj}NrdV-}ha1=5yK<-zHHzBt<&S0PrGAPrN!Z1%y4rHdM8`DtJ6D*tv zr6*YWfu*MfjF9vME2mJ?lNq_qCkDeoT0VVvHN4y757v=aKFyelnx0_cgqEHdFv=%r z`hlmXTFCewES;gHC$h(%3PFhrOkRH3Qc9-lDG(-XNtE-@K3J;B0>PXP7EZ|Z9V^suex&*imVRLAX+a(&J;BN;s21q>lMzMZPlK`jv|uzn!J-(2zR`o4 zo?zjGoSr}$FxpSh^aD#z3OSJU1WRWiJs=DzpNz;JF93~a4#xIV!DxB{MK1=P(T$p( zVBv&X-!Wi}Kf%%uEIlpAgrp}}IR&!_lAeso9xni;r@`2Mau`iduqZ~MBf3!26D*ui z(-W5V6Eyw6(vw0uBt5~>8O#!BdZMU&8jS5Hfzk8?i((X7q7yYe!NLi-zQfvnf~Fr> zdRmYINl&nH3T6o;J(-i;eu9}pIZfU1%m*(<+vC{ci((X7q6IZQ!NQ49dV-}NSbACz1xZh^atdY%Bt4ON zxG4hzc)iMCY>z99rYBewqtG{+P}37EoUqh)49Me|u=E2zXPSG z!PtH}Fq)oVQH(<0`1b;FP8tIP11y{f)pxM;14~Z|!I1O>OJ^`kAnD1Bg8p5I!eDGa zO&Cp2uqZ~MXZ%G?Pq1(zl%8Pe2bP`|1VGXgES5!HcRbTzG(BOB z7Kz`e=?NB21j{FA`hlgV1>TVK1S_XtmO;{!Ioa)T0|n=t#M}akw+T~wy$Zu6y@=?NCa zD0IYk)bs=kCqn57mVRLANx=n@o?z(=W(g!cS&%(G4ogpz7EshqPX(jt2^PgDw8S^m z^aKkhLg@*XeqiZofg>b6!O|Jb5=eToBs)F9%%Pm7ZhPEeG(BOBk{e%8(-SP52(`yy z=?9*k_CnGVES7vKVBtild|CiaKd|(qup5$| zVCf8I2{b*C-M@pTCrYb3s_(yh@N~324vS-CI^q**dV+-$q4WexKd|()U$GnggN^h9?54wjxM zEug5~9&Z>;Pp~LPp>MoLO;50JB9xwB=?9jcVCUb$(izMWNP03f9QXz~b=%_sqv;72 z#VGWQcc|$J7ET1)?zw@b(on9l_F-!Xikzf~7Z@dT6>bG$1o! zfz#C>EUy+o!wcrmQ5q5gH=d%VD_A(;N>>=|D`+}`rK<(=A?XTMZb58eV1T77a@$Ct zbVaUSm>WPewcG6pqv;A1tQdI46V!AC3nyaJ6)YXW(v`woNV578#iW-Bc z)J|6lqv;A3#VB;dW7Kp73nyaJ6)YXW($#`lkaPu0Z!pW?>59x13e+19g^XWuQ0Y9^ z4^KwtlVNd;OiMgMq$>di1_oF-A&-Yb)uWt$082lx^rSEYlAd7c45|lF|B-n?m4Sj! zYEgkgFw8viX=r+)(s`~2M$;44sJQU}H9f(?iO_rvEd9XJ(}Jmx^aM+1Fw5ZO6PY9I z(DW1nGmm_ly6I`cXnMjL6*KOmrYBf95lT<6^aD#z3efvgVd)HJ89Y6acbzwb;UF!a z5=PS#EQ(R+hRw zzQXT!;PWmP{D9I=AarP$f>UB~Cg~TvLmi?T@Q;PM`8xn=GAgxT9sd07y2|B9ro$;` zlO4+R$=}yd^EWJW2@(-;{T8K|{xX8|aKf3t9b}F%ILNqx@;CTC8)!O$r7ML_NVQ_wbRpu$D`x3kYs^MO58wAPq1(zl%8Pe2bP``S|I5Omd;?dK++SLgCF4Yi>Py- zGPTpwg3OR1PdqR^aRy_T0TM34=g<`XoRFESUQ91fu46v=HLf7Jq^zC zsbDlc!J-(2o^cg5J;B0>PY(?Jz)hB zCsETAESw0XCs_J{rKbhZbwRLn2D1#7p2(dM2HgiZ7}Hb2XnKN0F$#U-IBI%=g%hFl z1WP}#^aL{$md;>&Sb8FNMi_M8)?iFe2BYZ-7R4y^jAN+j2^LQH(i3QXBWyh*Y<=T` z2ax$-*t$oBN09n&fgV&`2SP8In zzq~7QoAZ@J1g%k4pJTz^fu5W~dQ!LyNl&nH3Zxo@q2&{~!-0_U z$#C%1dkVw6-eVxQe6mHPCs4fy3n%RL9+q_<&~yY#R|_sc(iN<{0;MSshNdgB`+Jab zYVg&24#T~iT0>qr6=8!&SD<;fTbT;dQvzE zNl&nJ26GN1J(0f-+dbaL)7>M)(~rVLMeX#o0UAy)e~!|S5SU?snx0_cL?}JM(hn>> zEjR{APq1_bF&(x~#E9HwjtuVc0glezt}gL@{z1NuK4hO?NA2{~Fq)oVQH(-In4_jA zSU4f4Czu9MIR!7Dpy>yeo)nHi(i1G5!Sq1OC$h&4pygADzoSopha=2X(rId^r-0G) zgf$W*%uv%4ESw0XCs_J{rKbf4A?XQLPQfgLrYExdckc0SL9W4mu0HY3{yzReFk?xk zshyq_M$;44IJjYgnx0_cL?}JM(hod6*+S;uVd)HJ88khSyX=Djk)9|kps1amKHM8^ zkHg{^nVw;cnx0_cL@+%;(+?~?DOf|&6D*yU2sJ&y!ii9Nf~6l=dRkxsO;6Bt2D1d3o{V68Qfc>iM_(s@XJ?<# zU{8NPQgtKLQ#(CP7)?)zz(rz77^0>pSU3?%Pq6d@OHT@Bkn{vgXD}51&|Cr5t; z=#nUyiR9AMJy#-OG(BOBh#UH-=?NB2sNjHV}86r<1)x~S<17EY+?38n?9e1fJQSbBo3 zw}zEdFddNeWK8xsC2mEj#d)bY3O@NT6Un8io1QM*9qr#?iwOxG)bs=kC*<^GY;0`* z?tlIN|Nraj;p3Um_4=^%1Tz~}PQm!l^hEafI4nJRWWr1&m!@udS}>ZPutvlUE!6Y` z3n%3CboR^{JB)ksp!+^x=?S*~1KkqXz9V#TV)>M>sDs$V1UsjMO8XNEM$;1{VA04K znyBds7EVa(>OgHLC`QzGu=E2?8hovWS3n<5&f{a9%VHDBSJy*hEG(BOB zjR+0Y^aKkhkf<)=f69s}}* zI`cM)vV-=q`Q@ji2Bj9|mzI#XM2e$v#pWs|1_m|;{Ntn#CjY>?pXh|r$wLA$3l1?b zoN$6*P-rnQ!2Ji|l1#$(uz_fh<_K-KZy=WC0S{lFGZ|69cu<(}O#s{UTV{BGWfiQPUGFobaV52L=WPSh@Kgx_=T>UI*tVXQz_6B^K1* z0@XjT`UY12DBOkCFR=a8N)WyRlwKeY;lpTXouOwy=2E4+jj77it$*+@b!xy-|2+7z z`Jls1ZH)Q{Iqt||gX$d^2I+UOf!03<(dr*)_!25FD6Kyz)erIm2(vM`K=x5nX+PP9 zVP0N5SWRC2GeZTnynuxhmU$?Y{baEGNhm#0T7OWgAC#6r7?hsC^$(TOQ^PP%PoOX( z2S+HQrYBf9;Y&}T`Uh5SV%9&Nc_j>_9~}*=e_-_uto}*34XIyX^^$@tgb$+^NJ028 z+ATjFa)dPldHtX5LZZ&pt$*-eovDDM{sHxW6mIHZ)ISLSkrUet46wQfM1xHbh1Nfo zufhE=P&|P5O+dq$PiCKLNwMyjVbP|3?Y6ynuxhzVZT;o?!Wt zP{i86<(-SP*NTqKmpr$8SIN?iAp!x?^Zc@Acfz>y#`e(sSNc{q< zmlPzRd?>v@6vBtm@cs{(Tk=%{>ZGV!|AgX=k^_^lkH5ve-F$FE;(Uzy2d`m7NP_Ae z7zQa%;D^>fMrid9G<*q_7nIf?l-R(i1i7p98}@J%PfE92_Bsnx0_cgfBgT>K|CSN$vUv zR^Pztp9j|=^$Vkn>mLL1mXe-ixF^;nK8%KLLI69$zm)WGz`Tv6k<_h!!tnXFf%StFI3au(y?_nEhtc43;vnZZlT-aL zF+y|Ax5*6S0rKU8yf{{_yPvbnP3W{-M-=pfsX9{krw@rP83atPBfGq4kd} zTKxkJXF}x#rS%7;`a%8yVNiKN&Hm4YTf=+&ErHDXM?wO%ynuxhzVZTG|3LF8q4Y#) z{XwaIP+9_EPy#`e(rwu5yFSj;PM%Ao-$eW&z*PIN~v4_;J=a50Z084BtFgg!Y@_q^$!L91ND1g z7?fTd%%Js;7+U=U4PQd#1*P=|rTRgB0AWyhLCyN7V7QkTWY#}3L{ZBNSUBM;FTnK= zG@lYmPn6allFQ|af3S|&FB(=gY-jj@gfND9(Am+ft#K-`?FRBQ%s@%OO zzq9}f-R$jou8=@LPg6ofXvX8xE01uQRj3b*x?R%^QhIx6hU?q9uZxX_&s2bP{-5e-XcFg_$bQE)FB)%J-(??t21x#kaU4)6Z71DWaRh9GKs zf`t>leWKv@47A*br6*YV4@*Zd8qyw#CvPzT0|OPyC+Pj-RGLrRFwD~vEdEHPX9%FC zCs;Tkl}{)}g691|=?Rv8VCe~_2-d!U@uBI-aNzf`L(>zL%BP0W^aP7y6gq+*H9f(? z39WpxN8iT|Yq!GMu?puQ?O0g*c0n&qXoVaI9gG>$^O zc5F0CxWG7s+Oaz#w>irxaJn!sV68fMK4mAFLp=9m|KBuVLYYR8K(Lu%LTck=n7){0d7?urvhA&oDkDJq^Ehtimu) zPYq=4=gdN~D2PvnlCF)%nAkgpe(ra?5d%O`_jo}LoOOiwe|P}37EoCuar(DVaKPYdE9 z=?PX&f#MK^q3Mb2O3RT->51Cq6T>i1PYh(HrwCTm^aKkhg5?u5{lL@a|_XSVmrbC&7Z6o?zibuzZ51A6R-?5Cut3 zuyP6(k&yI6b~l^BkxJ=_+U3)NVV<5G$V^W+m{8LbESw0IPtf!OOHT?Bkn{vAr_j<9 z*%KAcUL8+9)b=iD(cFu=lzVEF`1Kd|(q5DZCAuyP7DJ&|2J zF+j)DV8)S6gU*iuk3UiAJR*T%o}LuQOiwdvQPUGFoba6=1Df}Or5{*&f{h=;$|+dH zL)%Ye-_s2mcUHiE1TxGj0yOk|MJkOyJ-9Z!+v5k8kXPSD)S#v(SU3?ZpP=&(u=E6r zOjtUD@uBI7yu(o$7#P6m3ICC%FslgA)J;zthIx8QATvElRHLRRSU3?%Pq29`SbBoZ zXQ4+bbRL!L@`-xu-(9FWFW)fC(-V3;63f3)iJG2Z;e@?C&cFbhmxrYvSbBol2TNx# zJ~TZUk~;!Ly?c_N>4{49UBGC1f<-Y3J);6OJ;A~WU-<+&rwBF=51W@?a2hf%51X%7 z@PxL{q4WYb2p>kf=j10P=8%7zQ1sy~exP}I&<-i+nR_VyB9?==Cn*-MmIo8CpA+%B zp~yv|`psd;9Z86DA}IAAXg(f>K@K}01Kp=viFQu~GTk7wkZ#-SX3& za#HhBQj16p35fc8^o!u*bK9Wpsksn( z!7M2K7n1Is^K+9j^HPhzJfNrYBf95iFme=?9jc7OaG% zCs;WJvjmc!$Uc^W!8xNSKQ~dqJGD~5IW@0@-01)YYL`y}qv;72#VGWQOw{xQ3ny6l z#J~VLF9(K^$|q?0fu$#f<&g9QE2m(VK++T0%_rpa6r7xxlL|AJRGQl9>A~gE_BggU zh{!-qPq1)8N>51I5a|h)eqiZo!4gP%f|XM+O_20tNOl9t$KOT4ttc_MBr`t`W+r(w zb?dtgqv;82G)SbQrYBf9q1JZ{nEThE=?9jc6c$0!6D*yoqyQa1hNUx@J<#+-b^{7I zJ&|3=fgMBL^rSGFp1`4sPDCW5rYBf9A*ZL6D>N|D6D<9}(i6;FSUCmbL(-EOxy#WR z{PHu4Qx)72lS}f+T!U9rYBewqtG+rQPUGFoUo4< zK<4E^^DVIS14~Z|lOgE|md;?7z|s@B4Jc50qRQ|%12jERseDQpO;4~WMxi6(P}37E zoRG^WWDT%&L$LG%OHT_XK++Q|ox$`#(~~i|^%i)%fC>c^Xq_xI_h}f6rYBewqtFtu zsObq7P6W#*X!?PrCxt#pdV-}hm?g0EMDBnlI6YCNfTC{s#4wtkU{Q=h--t#{Pq1(z zSUy414=g<`=!T>xSUCl=1eTu2t?#Hge@D&o>B7a~-M@pyAF1?=DAe=>3n%R56Jovv zmVRLANud*xo?zt^%pK75WI}Fzhm@Wup1-4JdRj1=o?uaoLPtcRrYBf95lT<6^aD#z z3)&#*36{=amcY^zx%C}Yrdq&`p>BOwFq)pgp^8pOM4+Z8SU92AcNpVO(DVaKPYNxN z^aM+1FneI>iQMrgaQlfWiHf@E$ze1-!J-(2z7d9+o?zibC_TZ_4=g<`XoRFESUCl= z1eTu29e+ZeZ=rPl4qV?+X}mySG(Ewh7=@k@ikhBa;Y27s!O{;rJwf+-z|tAa5?Fd7 zw>^%Wp2#iZAa0><`SjqzXnPzIuBc>02x@wQg%iQ_1WiA%^aL{%md;>&XnHaww>=J? zzk?Y@5l!9nv|%(oVT}!mVAS*k3nzT(3AAqwwoeVVZ!O^%WZxQWKbyjD$o{kiFCnzT za|pfQ350g8OwLKAU>}ugz`tzj?psU18a@iu`1h@auZ(n=&|rme&l9EogY8)Z(Z~*y zNI~1T1`TIezFzPH628cKKy1joJh{1=fk8n*!4YH*rI-n}U!F?)LK=p7zIK>}Jw6G= z!;L`Hd<_dHLj7!5`hleMl1Vfh(mFC;yY-(t{JP;i2oMG4KsaDb}&AOnVZdLlQh zX9S?8Cs;TUN>8x#14~Z}K10$IESf~7N zP#m{W!?5%Ovlo`m zV0>tLG9q_GlPXIZ!H$8RuSccw>B70u{v9}2(TEvtsObq7PUz(mOdDw3HE5m!HZK92 zr&w?VGEV`UzfgDtZJ$Hw1@|F*7!AFvLeId6ynA|ul465E^Ayy(_X2+>vH{1v7X|Gz zU0S%0VcdHG3omkM(EJ1pgUnE{h2DD+i#AUI4PW$p4bp>*!R-!Y0TS7i>W5heTK`VX zbD|dv^L(v9=KjG5SJZqB3n%RL1k(CaXg(#Bo*?xEELKUUDb)|N5tN>&+3qM9=IIF* zZlux@E~x1V7Ebum6X@OxSh-2{doPYa>Kj=7^WYGK5383H?n3Gt7`@;Ygb$XLh=nL>`1{koKVXPSUBM;FTmrx(0ocLJyBYJ zP^upm7NGP*&H6`Rn5QRLxRFZFa70Z{uyDecoX$gO|&p_Ui0 zaKcw!fa@Pp0O7-J;A~WUwQ)7Kd^F> z+Vu~tzJb+033ZVA1y(O9T!!!$9E8%gkbN@>)({$8KF5=NoD@Ue#;x9<`iFY={-t1z z7DDTU&o@Q7oVa+=8U5ZrO8p0`dq6a@!z4V=>K|x0!^(>V7a-w{tOvvf*B=zD%Lc7; z0hvQ7ruI6#hGAY_D3Cet7qJJmynuxhzVZTG|3K3ZEIlclgQO=|eul+ABt4P6%!L88 z&IM)`B{a3y;ROuy^h9o0OYBBXPq1(zl%8Pe2bP`|oQ9+)^l}Q4p2%M2GI-Ys5A*bN zUUNljNbcA};y1!y=CN>8x#14~Z|Cn5I3(izMhkn}|MGMB--PWa65?r*{3k5qcb z4%GDY0UAz((i1HGz|zx#W03R&OJ^{5K+@ANTqg_-CzwA+X-Eh}Y)4H`2cY4EzAgdd z{0V6Kfu$#fBark2OJ@+%85p4HiR=axsQpBpm3Y)$cRm3cPB4Ft(vT34*oK;(VBth4 zJ;BlsEIq;d)6jGVF&&9e{>B#^ZP6X2vbX*UXo?zp9=-~<(Z;l^+>x7}< zgzn#w&X3rHnw}V-;e@?Cj#wuQOFyvm1PjLn&~yglL(|jnTPJ*aw0{SSV`N%lBWilO z01YSf@(HE~zD^iAF9DmUSWp9PkHhB6EgXnel=hI#2G1I!^%$U-Wzp(u0h_ z?G9uC64{jMM_9)KIe&sm>;D%((<{RKVa6hNo_sxOzJ`SpdcH>QXT$O*q4Wf)C&&+L zO7$abrtW@{g5jQ?5CKOLYsNa%^aKkheCY`^PYx?LG3UwMa`F>PNOA*6F|7W9)i<#E z=Rp;u{(;SxFEEDIH#!h{fhH>L9~u%68UiwrJbaQtkC~Z)k%4;i(a45L>_n@7py3QFFBA+R;f$;Y#0J+N1lx;Bt60MGb9#a z<8owoQ=sX|k>d2kz(C!5(*%ZjdRj0YQclC-kyu({4QhIVg%eu+W6$6qbBw`3#tl?Y zfY)6>(+?~?DM0H3SUQ8*4=JC>o;HA{C+B$bS6)F}LhbVD!KvZh?{y$EJ>6J^nx0_c zM6i5)*ioJ21b(`av*0j8;&Gwwu@>bZ~NNUTQ#5enDzcNoHy>Oc~L% zP|{je>h^civD&@h!rU*QbcIzCEV$q>1H+Dk=<9;PQWOxNehv&H8zZp^wZ8)kS6F^s zpaKbBWIZ4@G`|{>cM1XngIj*OYhGef4*pR|kWKh88!W&6LeH>Ef9sI zCs;azSq4i_W-tK~X}A1zx5Oe6HDOUs?evr|nx3$PG6Tbm`Kaj$7EXlH6D<9}(vyNP zBt5~>8O$wcAk_PK=Hlz~UI0o-qrNu0Z4Duy7*Sj)JBiSb9?6grp}}I)m8( zOHbsElY`Tf;oz(H7L2ARSQMks5i?QK6D*tv)qAk?14~Z}p!1}#atdY%EIpAsP7X;= zgRkCOFk0`yq8Npin1M)7pn4A$PQ=!Guyh1VS1`k2=?%t*r7LpB%OUA%@YQ<-qvaGV zic#nr(-7$jRPVvU317Vj?z=(v9o>PpyB74Jp4YkH59EB(gbxt$1rt7i*H0{nhwx!b z$3gSWAoF1QVdgo&%!AtV;1|Ta1@9pG7j#3-i-Pdc&4cNOnfIU3N+h`xlE z5PHF8sCnKHKDv1@{V?+m^gz_X>{;*?;@<_&A>sVqh**5Iv!Sut-bAXx$vj=7#Jf8ia=554o9!x*Xya!zn_rdH@_z7{} zgL_c%HmHBsU^fq@A7)+y)I69y3AZ8UDBOk63+6-2QCJS4(Zdg>A7-8c)I69y3ywg{ zftyK(o-SkD9nY>=S1f!#cqewcX-Q1f8+z~VvS8q|F&A?7GdhS2ElgXxEvx1a-}4`xrocS!suT!Dx$ zXoSXZA9nL#`eEidK+S{Mv)~=Xyaksa<|(K{&FjQ&9!x*Xya(+NeK30-yn&ea-~vQk zK?!PJ3wHBh`eEiZK+S{MqwpGHp2B&kd9o1m7T97p52hbxo&wZ7m^}$EA?78Vg_&_y93)!D)!Nf)3O?W9;U^^ux?cfSL!h2Uf2=I0-c`7D6x3 z!)_i-Kg>J^sCh7ZVD*~935Yog5l~tkyLmAEF!L6)Le#_Tfu*~IV-WEL-4JsY$U|uK z^bFGvGtU8P9?YHxzo6j-Ef*GqLi3vhcJpBRVdgz(fw}`~F1mRN!4UHnh+;PnrXOZr z1Jpd2J+OFyl?w_w5OWlSAvC&wVfta_DL~DG*@JH00!@fH3j`oEx_L1DF!K&HL;MS~ z2Ntg|_bpI?n4`c4q0!BQ>4%w@05uP054w2@N)U4va6@Qx^I-a6<}pCcgV_U5C(!s+ zkcF6|zzLzz&4cNOnYW+`;$N6O=;keuf|#>_4ML-v2h$HT&jD&4%pQ2T40Ydv2@rD> zSRgdIc`*Gj^By!p+y}DILw3UhnbfE<-_cOwM!TLftaV@0(ECRcJpBR zVdgQw%!AUfc0H_|Q3!^Zrx1bNJeYo%c?4%wjU=PHDr!^}&7ng_Ed;X6eCg69xg!4qPRf-Hna zcOOhY%sd9Dc`$ntZbRA|51vBITObPID@b5B52hbx-h$l_|HABnnWOLoVx9sg#GD0e z5E|WmF#Ry|9H8dG>`6EaF(=^>gkInXr5UlC2h$HT@4+sJ`(XAc+=c3Y0HyOFv_dt6 zMt2`fKg_%asCh7Z5^h8EJ-7#<7i2Z7iJG^KR?W!u=6PtaJ_sCh7Z7F>epgXQA|0Z_gtghn?HrXObBgY6La!R$%60?`Lc*9$@+d<7Q>jcy)H zKg_%asCh7Z7Tkp7*9E5``WFa5`FkOJbn{^PVdg17&4bwkFAq*a^ux-71v?;obn{^P zVdfp!2JtV<9(Xx$0-|4m1(I(UY=-dB&4cNOnU?@H4`vVSeuo7|Ao^kFZz-&S@X^hK z>4%xe05uP056m2egAn}-RzhfnxeyxNJeYo%c?-5e{0p;Z!E;FX!^Z6tmP7aoGq9Tn z(+@Mx0csx19+-Ksamoctpyo}+ZXQfO%)AF%Ant?N12YdcPN}d6YF;09^I-a6<~2ag zgV_T!4>nGuFc)fGCwB8-`eEiNK+S{M12YdcF0o)f)Vvn#=E3yC%sa3d;$N6OF!NyJ ziV7Pc<}I+rZXQfO%)A7sc`$om=E24l7p#MtXMx>3n0}af3{dl6_Q1@8k1MW$nrDpN zJeYo%c?&i{{0p-OW*&STVI|Z&J?!Se^ux?^fSL!h2WB2@Tt{IB)I3e>=E3yC%zLmA z;y#!?F!NyJItyk&%~Qc{9!x*XyauRwFneI;!NzqKOof^!kKH_&ewcX*Q1f8+z|4b< z>nKcynkR+bJeYo%c?UK?{0p;3;R#efv|L#512P`FKoq-qF#Ry|5}@Y6>_InA;Tyy} z1!3&w!Sut-V}P0mvj^QgxcdaKn+MYmGjG9qh<{=BpqmGGA0Kw}VESR^IY7;W*@I!; z8>oLdv6~0e4>RwcHjbeh&c)p z5E|V)n0}af2UbD+3$tgz1BgC&J5>e3R}hBK=;p!n!^}&7ng_E7*6)3A9io4M6eNBX z_#k|A^I-a6<}pCcgV_TghqwmOzd#Ra9w&s4ZXQfO%)A9FA^wHg1M7DrT!H9c;0;YL zED%1rc`*Gj^Bkb&!R&$0lU;)7U$6u+ezl+$dwPNChne?a1;l+Yd*Jh0F!N?X%u}ew zZXQfO%)ADuc`$om^T-b_K-{O`2N}OwP>kI?n0}af3Q+T4_Q2+m;pTZl%u^`DZXQfO z%)A53A^wHg10Sb@&a*1SLgIHpCU)~+`eEiJK+S{MgKpk}D2RCq>DbMK>4%xe05uP0 z4{Tf#K5v@>F>gT%cJpBRVdgDZ2JtV<9(3~*k|5?OBw;rXrXOaW1Jpd2JqplqSeW}1 zav_-hxbsc?z-E&4cNOnb!a{4`vU1+!-3b3yLA;Er`Ny z9!x*XJO!wEFniF=Qz(R(rx1bNJeYo%c?Xt2{0p-OK3@xSA9TKUK`3_fVESR^B|y!C z*#n;kg_+j~&A-9e&4cNOna2P%4`vU1o)%_a8^pW?0ocuh>4%xOU@^qMFneI*5D90Y z<-u-f`R9qWy*v*6Khnc4UH4kP_!ZC>c2PdKaT?gSS z%*AdVOh3##*uCU1dtm-dI0iLu2gDqON04wq_b*I8%skjVvoL#L<9@Jl$^|J<_d)Nw zM>h|qA7&l{^gLdeJur8{?&n-^AL1_9{m|&m|u$u?d4>K-=Kg>J_sCh7ZVCKQ*&0zbA7Pw(I52hbx-h(+1_rdIe znFpKKgY73-5P;o0n0}af4N&u7_Q1@8&BMX=6D)AVZXQfO%sd6Cc`$om=E27CVe82i zVj=k$Jw3zp!^}G{8{%J>Juvg&nW)I9f*f>6Hy|O|CcJpBR zVdgPF&4bwk>&L+QgA2GJ<$%H?NI8w}UzmQFc?)Ji{0p;30osp&o5uz*Z^3=+=E3yC z%yWR62eSv(kAa)V2r*CL26ppc`eEihfZh`evj^U;KLIgkK_0{$h2Ic=p!*l5A7)+y z)I69yFn7V`krZ?w<|=%{ZXQfO%skjVwlI5O^)Af31+yUTTksOQc`*Gj^I-Q*!t7Z9 zoo9s4TU0>O3GCilbpOKi!_0%-n**~4?mp-}5ekzb?t|SkiEbWDKg>J^=y}92dtmdH zaQ78M+y}dl3Ee!HewcZ%^JroAz{3r8pT%=XxWUdJMmGJW{AT(anR;4?@q$ zMmGoWeo-kAOW`;LPDU$*7`|F$#d|F_+F|6gy+ z{QrG-!T*2z3;zG!o%jFOu7dyH!Dbi!|97zL|G$If|NrbO`Tu=S-v1waa{m9=o%8?C zzJmY1_ZR*DxxeWD-vcH8zwOHZ|7LUc|Cbvwz-EEe|J+^h|Le|z|6g|I{r|Wn>;I>1 z`TxJ{Ed2j_U-ADRy9)mQ*q#6X$G-gk-*)Bx|Fs+BhZ3;Ae(fyy|94-(|9=OI{{P=! z^8feVqW_NUr$*_dSLGf9xy#|8sZY{|{Sp|G(Rs^Z&!v97tI0%K!gu zXYT*c+w=ba+*bxMYiGg#&$|o%|2|mp|KH)t|NlUC>?!#FW^>m6SDUi_f8A9Gv3q~% z|DSt6=9m2cb)fwJ_dO;5KWxkW|88^c|Bu^2VOjeB-=X6F-}V;%f3+p&|J%(u|6gtd z#Z%$`pL>hJVF?PipL+_ye*U~OADnhR?a2TCX=ncbzXu@x`?0t9|6fqp?JNBMWk)VJ zKK~yqg@pa?qW?d37ytjhujKzvP}uDNrMrUvAGQ|!|F*N>|Ns4;L=B1^<8VDf|B$lsEPl|NjL_3kS;o zf7zM;|La~*+AIN^3(5mOK=HjZ|NpPOMgM>AD*~sTZ@UWrzX#`oy#L?#6#V~luAS`~UAyIXJ)k+EeiV=iY+|Jj@W z|Ihw>aJlk(KPdf|{)eco0Ou)CIQ;{qq5Y-*{~av(|Nl_&|Nr|6|Nq{V|NrwgP#!1( z=MPYM_7CL$!Sj&>LQf3qMPnW&gkKF8TlWU@5q4`LnO+|F_)*|G(`9 z7hf4ncIavDt)Al@YIRq-VzV8Ob zUGe{STk`+^0hJqjivEAwQ~dw;zOw(n_LhS4&*xnrH{^rMF;JQDdQ%QKZG+qoDxX1l z2xRV`{U!guL;d`DN5TIOTXMi<{2ypo{ytdp|KH)V|KD~LfWrqAmw)z^{{OP0=>PL| zxnQ-RIQt4J^FU#{r{w>a-6j9O?kNW6qjy_!!R7VGt-1d{g39`<~+eKlT;>f3+?PoUcIf0jke_>?->I zaSKRo!T%q-Ky_Wo{~!Ac|9{>Is@qEc|2|Op|L1}7|KC7i1uADi_1Ug`a2@t)V-~m` z{kE(4|HrKb|9^w>3Rq1MxLgK>!52^+v$ypBx7}s`KkY33|8iaC|My#R{{Pxn{Qu`J zQ2kg0E}wqvF8u#~GpGy##cBTkR~td(lmv|DSdg|NpqNmwC6nCKd z2b4a3>?{5MeNXBC7aKDFzu%ezPXF(>WdDD?Irsn9-KGCQe)w|$WN$t=t%2$rP|h&-a7MSx{Y{|Nr;iy#Id>6oTtGkh}hX%3VDps0=Iq|9WHY{}<~r{{P$s3Xh!spSI`!|Fy3KTo-`qgFoOpwe0^dP`PuU>_0fY z>@5JdKS1@}=UoN=pKZwg|72a(|1Y~h`LFo@zy10De}UR3pgILqUhXUT{~wh14itg? z1`6B1dmv@(ul*(e-)_wM|7t_le~@`^x8(kRwK3=a*PVI)-+|gG+d*j&RGycD%bnjK zx9u$W{|8jZfa;I^MgKqS$p8Nal+Sj7+D(x5#$Ql5z8lnLfTXK``%C`+Jx~g+bH4A) z1DBOwcNF~p3R1JD;Q#wAkaht`?A7|r|L-f1rA4U-AFuL&pC%8#DfY-41Gt=KcS*8`NGc1iS0?hAeO%1C^a0cNG4Aw>2NqrrcflACxyi z?UXkgv;KeGn)m<9=DhzOHfH~Sxh@@CUVjADX}j|Of7+Jw|I4o8|3CJY{(rY6`~REG zIpB8gkG+Nef9);#|7S0#O_lxs^`=a4Sp%vkLG7t;I|~0lUX}U(;o9u~ueaoY+kBrv z<aveTD!3>?!>JcTdUxzo5En52#I0^8e@VlK&t*pmg>Nl$Q2@+CO>V za_tGI?FOnJcjW#5bExG1-@~9hQuzPN&RlR>c(5iN+}8gGZj%)M|GTgFKcv2bwBJDW z+Q0q9V0ZllmH9gg{{IEF?e~{M(*K?!aQp1b_B?PN`UYwX>;k37TxdT6RL19m%fjFL z3;zE)Q2hVTevn`C|G(Lm_5az%tpBe!W&QuMJ@@~Q-Jo^}NDZVc2Gv=hGz&_P{|}Uc z+n%5{^UpmcU^jxw2vA!Rlvbaw%l!X&2dI37)a{^l4XEw)2i)$5)SIBT;7X?s2>IL)7Jd|@3$2Gf3X2nMu5t_^8cWA?H5p4u&?C*r)>rQ zKkvwev^{r$`b_!%-){${Wl+1k`2RbQ{I1gfzYbLX|GcB<|NG6L_6Vr#g|t^e?Klwr z4XRuAmx2BBV^;~dKlgrX-v4)-^ZtL@Sp>ER)cyzcvwj~a{r_WM$$wBA0~A)EzQ9jV z*|s(R|EtY8|6gy-{r`3wC=VBa>)_8jOaA}fR}L;KK>a~bSbpCF>bHQ(&D{ULL3R9& zqW?d475@i?@4x+}|3T&Uw;lQ5_RG(Gp!5Z)NB$lt0_R0goA~!$h#&s!2jz26UMu|n zVq?z#_gnJ*e+7p{A*3G*N+bKqz-bfIeggGRe}eiCpgsqvU$D32KgiFYw}bL}(SJ}o z57Y+)m399>WhN+{>;?G&ln+2|EBOCwd+z_Apn3>_9YV ztOP_Wut3IVKx{Cc4;hyMvvCt(Ggz1%ajU>4!w9+OxPyU#K>->LT+s0!bmeU50u=HS ziXq{iU;sJa0cIQ@i~*%V<4Pd+!PLXtx1b23AF7N2XF!#aS19KnD2{3nq+*b(` zq$3S;A1pp$?o-HvggY$WLGCL_tpE-6QpI%-VCF+ja zCpEq}xhOv;2PRB&8sV*@1+fQaD0-VQx>zg8CgQ4pL8I%@4DlC>mrwHia370r0F}fz zaF_#gAIv>4_dUpfxDV!Tko%l*m_ZF;Q2b&u2j)JQdtmNUfVvOnZjk$2uo*xlF?Jm0 zz}yFO56pcD>5%Y)xf|p@$N0pYf{a8QCQ&9#$bB&Pz}&YW4dOnSyFu=A8bJ5K+yiqT ztjvPB8{|Ic0dybCJuvsdVhiSOko#O{=suA7FguZHc>05u@i6x-h=s&2tjOPpeLGByKx&`JQ znEPO57R=os_YGv-0&@?{eX!&Tb2rF+w5(fT_My|T@xz}%PM4@rNp{tKvXp=!T5 z25No)goe2by$uU<-vg+6nEMoz zFB)FAz}yORdqOnC&oDoM)R&}IfX3`##!{6AnUBptklR81DwumUF6U(_rcr)bKe7KxWn8H8q3YeFDJ(eiuAzT z2Xhb1eXw)^b2rF+8JX!B6j_E>^AD^|W0?D3?t!@vW)#fbp!iMBNzA42B3PKQ7&ORy z3_;|!AvC|j-1h)lC&BVHDF23FGk{F71tF01y&w=m!;C@CC$R8?sfW8S7*!w0e*>9+ zA3)s$bDsi~4|6xjeFK?)VeWysFChpLelT}~^2b2tUzmGf?t`TZn7cvl8_4_%a}UgY zu=EOZHzF!rN3bwKreXOP<{p^)U}|9Q zW@8XwC>g*xA6Q!-=Dr2qko*Db6M)LUlGFJuvqvK-~v(H%LFoeL0}}8tJxL1TiiLa}UgY37(Mf zgSi{#zSO)jR1eaa2Ma%#dtmNc-~n+T%-t~eC4ue>r?H!mjfc4p<{p^)9=Jo?2Xi;f zec7qBnW6`okL)fO8|FTkdtmNUfVvOnZjgRZ`pY(mC--V?n3Y&*konjoVD5vt2j;#6 zH%R!w+zrwXavyBY9-CQ|h=I(u- z2f8N-Ss$if8tg&pKx1GqcfEKall7{DHcj66Oz>yJ7xF zaE8PO%zq$%q~?`T>J0`3GW~(958@A4jDcuGe8Aid^Tz@wh(BQd1NkF6wK6_AHLoO< z{A9)O;TZn$UQn6>VUX)U7!=N+bcL)B>JQL5RwzdJ1Lkg+KOQ(j`~mYH%pb+ci8+)k zx;a3=AE5a$5C-`HghBq`VPIfD)(7SmZ96rg;V-(Y?y&rB(yWRPhB znSMalhszHzH^cmp@c%h@EE*Ocpgwjs)m8<9gAaw+uwEaOHc-Ss99S5`+yispf`1VA z!Q2gYAJuwbAe&L~+BG`+P(>g-nEPPvfw}L&Ux@o)?gqP$8jB7f)?$#GH*Lb}KA3x8 z?o)ue59V&L`^dd45yLf@0{8F5;f-IIdtmNM_yY+)n7hI5Gr=^MS|U%MJOQtbM>h`^ zzcBZ}+_&I2#C*t*Ol=!rw#AJxE zG$&!<2Xhb1eF{+b!Q74FzT8Y=uNSA-{V?~z+yir8!cR!}!Q2fh!%^ChWVR3z2$bQV zx)g+A9s{`#RG%X2gOuUe+cz+G!~C(}2gDyR|AG9Gn46TDng?wQlj#owGW~(959E*O zy3uwp4BGz!@-L`Pg}EE%j|bl&{($)pG^Pkz#|&=I)3Dr!#RH6nxew+ZnEMo?8&o!d#x)Z2VLItU!`ugR56pcJK0@3F zb2rR=X+^2Ud8zc@2Lp2t%zX+__rcr^b6;XfNl|`UT5)_aZN~4>V+9s|F!#XRm+%1+ zelT}qxUUM`B--#{?t{4p=Dr2*A?|~@8&prH<)@QbJ0rQB%zByuNgpVzkW6Gisi&dt zhWX>cJBUAE{$piiU;z1}Aip@XBr~7vcHM=e_{SkY?MD!Xxf2x5ptW+y`au4;$;`m; zf*CQs4s$Qe{R&X`!{P&^2UHHE3C&UGN5C{(?gg8s;`j7z0Yf+y_$+ zci(GNeIVu3m>XR{Abod1jCtDDEFX-3oKN0+bK)6G(k} zd{t6uS{fxod?4pw#US&sNx<9(a}UgY39lew3v)L}e|mgzMq&yjBX`(b01*S34`HE_ zF!#aS19RVkmk{^C+zry79-o+-l%JfOQwrLxiE0k5crf?D+yispgBK9@!Q2gXAG8Kd zEs3v+Pt8kAqG%kH7(c<>2Xhb1eF{+b!Q74EzTy(PI1uJOn0sLEOLz_mKbX5A?n^Gs z$%#)Z%Fm-u0|a^99MnB9_bqq^aUaaxNbXBYOs3iLQj92vg&)j4F!w!p3UMDS93k#2 zNKDR7O^MF~Ee^_|%M3WoeK7aH+@}C_AI#kl_kl+MO7dy9tq^DU!Q2CLU&0ee_`%$b z&A?yb&$}nUCNhSTOg&+yispf(H=y!Q2hfpB@id-Ibn7cEcZ2k&$0z4x78Fo%MF=(*p^Cx6 z59S`2`ySkZxDV!Ti2HI=iqlFUyQza;uq!~nEM{wgt!mpZgls>r)B0)vk^_meK7aH+@}C_AI#n8?#n5qrt8pS z6~Tw6Kd5_P?n}4<2|t*-G2BO|k{aedn0sLETW}rXK3F)SyDufRBr%f?L&-4r!Q2CL z--Bxq_rcta?!JQ5qGD?9fdZM2h*bm&=02EvVD3|Zx)0`VkpA>|Nco&xnVgeaQdvOF zkq(gg2v;FkF!#aS19M-(RY>^3+zrwXcOPhVA(cyLkogE#Ay_c?!Q2CL--0U;_rcr^ z(hqZAL1sZJsD*_vg>n|id~Bw`+y`?H%zY0oL)-^*H%LFsec;|ld~$wnK_cmANMdsY z9x<5vVD5prPXX#an7fhPS5;h;Tui5VAej4L?t!^4;SwbLVD1LF57fGfFG?)Qq`^EI z$b4+U2y-9IJuvqzxCn6{%-taUpt1d;)V!3`qTGCH4^x87$LBtndtmN+Z~@{zn7cvx z5pIi5OessuOHNIJj259^qpZj3$fw^zNIf(mU?gqIpF)^NIeP59I_}m9`56pcJ z&O+P=b2mtTRebV*?K_6K2j)HnsQX~+SpzedY8|1z!>Q@^uXW*n^?t{4p=DviJknn@K8|1#^vh?^0$mju1 z^T?F|nU75`%zZHTz}&as1jKzXcZ2jp+f`-h@zig(S zNch3rjpRORRJUNei6LO_gSiLhz6D1i?t{4-;l4zggdd^t4VZgi?t5?q;y#$Wk=!>R z;RkaM%zX+__rctaa9=J>!Vgzm!{Qg_9+>+Q4nx8Z=58eS(Iosp=3{ds%zZHTz}yF0 zvjTHBNIxY1CJjjV!Q2CLAIvW>cO$uPK*A5UmI&s)2eyzireSN2Kx>OqiW1A?a}q15 zF)FSAUAwfv4q^{1JkZNQSp34&!`zo(kE#!(pBih63dmergscw~mkjDlMPP1+xfSMi zn4e*O0;w;~HKW4;A zkhBZ)7ij${Xl9nueU}0R+z+ZFK^WwA5C*vq4_rXko zxf|p@+MI|0vk5y5a~~`|(cK4&caZxa@k^bmGrBxsu_V5X8Vz484gtjv7GcEN8mN0Jf{J;?Ee<%$L zJ6!b#Og+qf3TXO}-AA1k49rFNX;}Ed+yiqTOc%`E$nK*~4GgmZKMivqEI!fQ2a9)5 z`U9PL9AA={gx^H+WI^U*(+P5)0uuuR?0&xcB;I4_7ZMEGFHxl6m!FbaQj|(Y@r`R* ziUD+|A~rXZBbG1)n%<%JHFA_KK3m1azyNVQ$nha$IUe0DF4GsdEHGhnNhpWh3;E#C z6UezF=1;*i!~cg6nt_1$&Q4on6ONe~~s|Tf< z9}El(uyD1(b2cGv(}sf#=v)IxJEwq=fdLlpx1jlGK`A61z4n9GXuj3CkTegP)0vqDs2zLAd@Vl-M)d`DY5ApJY5PfF)+Zw_Xac`Kx(mJ z&%6SPR^d^qALb@T1{VfK21bUC_lv;g5-9$H^OLhvOTto|NpPA2dM|AD`-9?l&<_sODIZMlX#U&^koVz=XUhmF+^M%+#%q@V96Zpy7xff6|}B5Bu(y zr+Iy}Kml4GtwybnVBt%s+@Q2Rp;SLC+(6|9HS41V!@S&RAhSN2F#)yQfQ1t=59_&gi`&;>57{5QNl1!SFms+m5%5~O;@mRA|_pd>LXY=O6~dxR{y~2BZVSJ zeFUqg6v`m=4~$+=4B^9Qczt9@-Y8D=;We_|LVSLP@Po)UA(j4yS|Nv|tLve_#$0v81WP`7rBkn%74RHqiQL zE?RvA4QE2-2Bq~0rTSq(#snR&<9LcbUgr$jxd>B6H2vTR{`2C9HfWG4JYWW${~*zQ zGrAGw2IyR2SU5d}j+3Ao2RWx7Tn|C>DWUX4X+1)zewh0~=?PR1Q7b)d80P5-7H*`{ z5nZV12^LQH(i5ouft8z>^$&UZ9X37(t8ZZS&w@Ni`3$R<6mlT-4UArp3E{(NMEyhF zp|q+2VI|b9f6#BeM2#T_9QDuAWmV4eIWEw={?V|6)<4tG>K|x06Dlt#tv@K$j|ff3 zd=W?RD)2lVV!YTbC!dT<5gUeid67V7{UgzdT3*1y=^Oc!!9l z01GE##!bNeAZUIil&&bPM<~?~N>d;VN>`wIh+6Al5{7%a0tFfwIHDCbUBSYMm~;iI zk6`5}W_?87dL>wW1gn2w^^rn0q`ZdJQwm9t`UgfYh==fDG`v1CBDX#=O`>jnguL4g zGol)B)JLHi#}BR0LuY}SSrS%D=`jOKWHS41XUZe9vu&_m@Z#1E%D_A%YldeGZ z5v&}gc6|h^e_-`dLMEg>g4I(Bv5@))MlXnh@L@EfJ|b^?u3^5LEp_W7&~9bqkVj=J z;HZy8=e$4EUCBW6`bYs*A2p)YN6>I4RBljOpHQkF7Mj$qj}{E`a>Iel`e;TYYPkUm zCt}JCaD4>LuY}SSrS%D=`jOKWHS428x~H)q$^N;1S?0W zT_3^fA6R{~ARSU4!Rjf62uS?{qZfoi_%Iq?9~qN(31r^JrNPv#k2vv0&4Eb}|Dh`a z%@^%ZQ=@r(R3Q)TA6Y(vrw35E0SjM304y#CRQzld@J zv|a%gPWZ<6LFoyWKMAELO6w6y^&_VzP(4Jg`Nt23hxhsyM7WX0iui+?o?zjGFFk?k zA6U7GS^rQtUj(ghVD-;~R7m*@tCtjlA@vQ6UJwA`!)QePL*Dq@Nrq{;)UAJT?ZSq{ zQv$B~r>Vm^ahf*G>z@KqX#Hb^R{uc5nNWE_Y5hT|en==XFo4!KfyU>kwZ7@VFfT6} z$gF=PexsHbuyDe+z6o6aK=Ub~^h9a>L8*S^^aQSdsI>la!Z1%yuy7-lzVQ<^J;A~W zUwQ)7Kd^EWv;LuMy&SB*fz>|>DUkXH-VgGF)He!HdVx2D52NArj}dw6wHZqGs8hH8 z;l>{&IO?ATiLHl&%V@t|JAxfr|7fGtKhW?cR9;Y8e^9C)7PxG%_1eGC*K2!{b6{6H-)VBz!tZM_`mQg+b63ZQvkaQy?#r-afIrS%7;`jOKUxc;G1dNLU1 z=?NBYq|y=JQPUGFobaV5Q2oOIEjKaiA5eZL{Z3m@It87l0IP3c^-n?)r2c``OA4Nl z`UXZXaD(t+G`#*XA+P>9$uQ53y7dna-Y8ix5#m2|MI3wEohR(=qxpL6ALh{dM+L3^ zfrc}o@`BR(gHrvlaHDqrhhdnP7YB^V8-J7dhFV_0!U^$%tJA6R_@tA7?GK+0!Wy`kmrx!vd7r_0NJ~US1@SS^v!Vj9Om6!Ul1T&Y|C@ZpV;2NNLvLswKFUFmFnx|!zn&kB8L|3?h9{(*%vq4I*#`h!yah;XCs z`U8jIUS5z{|44j9EiYimPo!`Ue`$gvtv_>kmrxBLbJY_0NNY!+X4Bff0G* zZ!_MZmKU&a!dG5^>mO)7C6t~htv@K$kDQ*US^sPp=IIF$Zltjy-lC=_SUBNJPoVk- zR&G+e{(;puu=*z<8dCqj>ZJvnA@vQ6R@eyP!)SQ@V{A!UKtMtC;gA~Y)<2+Cs!+qR zPzpHeAJF=P%!(DzyB%nEUcw70X#K;1R{uc5nNWE_Y5hT|eprxFd;LMfFfT70$gF=P z-k_EjuyDdRUkt8)p!t+gdZM)cpj1C{dIHx!R9b%!FwD~vEZj(?Z@fZHPq1*pm!3fN z53Jn8tbZt5e*mj*VD-;}NJ#wytCtq6gVZ-LT44=@52NArk14tLIh^&SZv7*OH%bol zL;Q!XsFc0%uz=JHn%6%LEYSLg5v~4#hBKk^g3|hfQvI-SqxODOg<-yL@PQ$j{hybJ z@&dGP5Ef3v>>C8vL(u$6C|yxnk5H-~IbDJ3A!?o1^T2cTd<0n7BGVBsP}3DGoQO$R zp!x__j$+nFl%3ZDtAAki(SvYEc@3+l7OaHSKQLNhIfM_R;q{RjdAEkD2Do`rw>}a= z4t5N70*?Af;?A7I!CMZ~d^}D9cE3<1L8*R3EW0pJwf^}JIsXb_{wNC+0uhf< z)6)lNIN?iAp!$aaT5eLi{(;puu=*z<1XBON`auikL+TqCtuPnDhtY`ohrInjLP@5= z)b0O>fPxt(UeE{eABFV`sO7~0XgJ|3FTnK=G@lYmPn6allmN~2Fyq7yIO?B*)0++(SV_^m{<$Flt$$L`>K|x06Dlt#tv@K$j|f=m);|fuyu3&t zv;LWJAGN%Ig%iH=0$l$<^C_Y9L}~p&sea`2M9uz>!7xuxh;So~6>$$WJ;A~WUwQ)7 zKd^F>+Vu~tzJb+04+0?d53F8VFcnhYz-WcZ5I&4X)Ia3S|D0s7Q=@MEBZfCZ9`r)| zhpy;plEC39=U>r${4D^s9w8R3{(*)wq4I*#`h!yauyCXHdV~eTecqVN`bXj}qPzgD zM}UPBG4saYdI*|d38gDa>k&%zBd04+Jw&bb2noYIUBLp5MEb^U)N}<4Ct}hSs6K*~ zqnPy(W$O`O^$)B*Qt*eA*RXnO!30SC1EUrCp!{wK9gaB&MVmfo|mtNv-hAO-v`zu!0C>k#F@34E+q^AY(DGg6x_HRZI*F3aej% z&!t9Jz`fiK&gJ1NlXkbOrZLRTIb#}jP{FQL5o61+(e`+&^i}bIKj?IID5v& z9)=khknV|xrXN^(f*A^{7hrtHoPvx*7>5j+QvC=kq3MZA`<^fS8=YrFge`(4aRW6y z!NLh&KbwICQ6CF2F)%P9jKjieum`0>2xeelWMYP@0f|GIaEe?pkUkiO7{&yl&`6LP zm=K7Kj=^&F3=9lV43Y=4K@w0g5Pwu05=NupF!;j(6h|=3zyPZoKr|>(W5X#>LHzj| zHQ$5Q=Yr1-h4w>W{gMP1ww<`?eWIs_e)MPOjD)zUcKmvK|nd(tZV{ z`ay00VQTkF9(WAz{S^*m_DgPDL)7=6lno0fV*4eq{0d7~3ebEDibG^fX}^L}{V=ys zyI-gcxS`>Q5RYbZ1^-EykM5tc^OFyvm1Tz$t&R~2>`xTVxhq;3R*3YFxaPlB@4VE{Sx@RNh75Hu>eNfLih^S5E|SsF(JQSlD9E6gS!0^Nk}S2BjNp$ zx!C(94hlaHDX9K&!Z%-Hf@UT$Tu^@mhLP1vc%b%6VBw2i-y`b*u_^6WP^ur~1`wup zzhuEM@0UE#BX7P$;xeMX2lY!};Y4)51e#xA=?a!_L2-zTDeYHKsvqVSYWGVVM%$6F zphcl?TtuWRP`?BgP6YcU&~hJ^o?wP9fTlATpVEE>rTSs+pmx7RU^G1;f)oehIWb9_^Qa+S@P;YX5=Rpb#GImw-ZHv|j>B2cVDu(NIj!bON#qhH2j~f%QXR z{gMZskbViQzp}sr(*IZ>51|!gA@l+%2yLtoke``XqTrKSRG?>IU$u#D@=FUyF#@bMK|%?x&vdr1lfNuwWQFn zJ_(3M)+gbJ)-QpEGpxQ>FoT3IvK|l{ye>GNyfxe){musD>jmkDVQSxV^Wg9BULVmw zX1^rjJZgOp3ny6n5f&d18nNC6mVRLAX@M~$J;CxbL_GroBt4OLCI`q2M=GT!2H3r^ zR2tXbFwE1F0-5Pa;v8yvf`t>l_9JLLAT0gB(vyNABt5~>87M7)FeE*ZTn&Jrvtj=jhoy!gPNXT;Y6@}f~Fr>dRm|dNl&nJ28&Npv zqIUTdFwE0a0-5P)#%a{_1PdpE4eo}-v0Zdc7d^#}9 z(~|?4>FLIC)bs=kCxYb@H2uKR(*hMpdV-Zx;7DYE_3sSHyM&m5fx(eV>51Cq(}ZE3 zo*rnES3b=+hMJyW;Y6@}f~Fr>dQwn=q$gN8g_@qoE}j^m<7qJC$fl`%&r8BEPfrbG zrl*LbsObq7PWbNS0F4*G(hn>>!N!ka@ zufDr+2sJ&y!ii9Ng3V*W(i3bx3q8^y=Vio`T|QB9y$C2(hn>>!R&*jGZ-J5o(#zyfuiDi z9Y}hj(tOK;(ewn1Vifv@-F@)6A>eevz`y_tCw%1-XdfeN9v(I?uiychmxs;QD@Z`w z=TLfqD3mV@p+izD4B{zTFMPI+i-DTwt4O1S3yh=iWDz)g6sBQcFMMEH^`Yy2?=j}( zLH>iCuR=~`51NmMVVGM$w8T!-d3jhkqvvaoT4YS=dS6QQ!`wpc^}-3me7$f2neC1l zwupQUS}zO>C!*I2L-Q*vT`55GEi4{kGRLp9-3OVCe~FD6C$9@hNRTP^us14r;F#b{I`hh@eGc zNm!$%Cs;V)Ykz>xSAo{Yqw9si>w^bi9q6dN&}0k^dr)|Q*2RKou*|49I2b@-0>iXl zFAVF4!1^T#ZjgQntiQ5A0Mh?}(F%M}J~xC0wc9ByvE2OCJ0h9cM>`ErJzcj+&le z;Y6@s0OhyC#3%YqZhD2`796`+%KWvJo=Lib&}NWm&k(hG6shCOFFRkOBi~}53O6x zi??4w&fFuYKLW$Zj*?i7+Ao2HFM55CtOvxVv|mA~evlhLnA-i42kyiB+{Xo)i z`+{gt`wv8e19-Gw0uBanctFEqG<@jaKLdq14AZ_}0_%ss`XvvXApH_pe`Nt9r2he@ zYa!!B3e^xA+%GXC|J=vu!!9z^?U%?wQZX6{@0T=U@0U3IC_VJGNdjxX1kEUtxUfD6 zh(^{Zu>`eW0t;XC`W{&ih)rp~f>Qk;H-Ip;`y~s8dB4Pg%zjCP5u&~a^-EykM0CFd znqOh*3YKp{afpm5?N?B$ALbTn_e%ms+mW!KMWH1O5$OulFM)*(#a3a_*f!4>P{gTmkH#9jx`yQb10JVcb zG+1U-92^Yb@PLK|J;MiN7Yx(BUjplg!1^T$j*xx{tiQ6L0@DA0(F$cyeldgwpGQwY zzeFf0RfWrmn)^%SA+d)>!q21M32`@?G($qqk3&}vH(=XeLiU+1AUi<)5f}#XVOU}= zTE7Gu&gk_$Og)UIv|mA~ewaI`-7iTP=KYcf8syEF%+N#B_n>|WES!k#m%#EXEL|;t z=37`i!e~nS6_o0Sxr5sMk`F(z=XaQWBbAQOMWicGzXTReg!(10^aD#zu<(PWGZ>%J zeg&oaVeX)IzvRGZdO`#(5=%k{H9f(?iD173S|5-0O9raFIchI78AIFppzr{-zdg#;44^Q9VcPdgVEqtSza-%wr2PczuP78k>U9{sAP>Ta(LR~!86^fTnMGi?lTN4x zv{^ARFfxG7*9b~2$}cTRCEXAP1_qAC6`Milbg(ff;ML#I3+Z>ED>|Wc@{r@PiH8{& zPB=j@Lz9b3>G=P@ z{{R2~_4TlQ%CLM&C|yC$NkKD=1TLleVOD|C)qj2_25P0N2X4cAeIP8{NTp|JqNXcY zI1!Vs92giFVCCq0M##PJpz<4XJ`#EPACz7}=di%)A6R{~;149!W_O`Uo1%gvt#{>k~@#gZu!()IL9V!Z7cDHn2nT6)5aT!4VpWasxD;0ShPCcm}Fj zi2G4s`IAt3qO=~NR6or9p!5W)hd8Ko{#(K@PfxILBbAm=M@>(#aKe|KK=lu-+{CPZ z$QvPr)jzQM23G$(_yx%)uzE=$9a7)G=mjYdK8%L+7szu1DC~ridd;X?|0scs#fcB} z;O-CQ1=M5IKa~0pR`-BtkfUDML+hVLwE71c&VEsG^n^uyDdxUVzVwgyvI1>50<%gHrvVv;@MS^hC}2hhdnfCs3G?gJ-Cq zrYBf9;Y&}T`Uh5SQoH_v)i<#EN8u-={(;p?3Q3Uq21YN4hwx!EqluyDecoxd5XVL_zp48ajugXJAI&oh5l2?}|{j{!u{*ZwwBO`X}m3 zqw|lxRnWO0(3}v4PO=1Gbq|OJ8IZsYt$#kD)j!a1CRAQfT7OWgALIuR294W;`ajef zw_h;K$L$-)T&H$J0a0Fn=7V72M9jE7s9gigr-afKrS%A<`ax+5ghA;FR1Z-rT_p_j zbOj1Ca_|g!)N}<4Ct}hSs6JwVmZO;U5ry+X(E0~fA1(L_sgGdwltKig{(;d8LLqz@ zji`^vIkg@%A2ipKy7iGN-soA-jeR_>D6i4^zU3s0{t#Znh>!%;Lof_de!&7-AH7Da zkD%d9sNA5mKA}`U$PXY4DmSQEA1Ms;azla4`Y1vUwcLP(6EWomxITjBS3>EE()xr_ z{h%}j!k~0T&HCtp>*)FfP`ILF30c&11q&x)(iNyaf|aAxu8&~#53D|V@EKAc!TL!G z!I1g~MlT3}@L@E(J~FaI_cBrZ?Lu1_s9PVY;kDNRM}0IWG0)j+ALjfJUc-oxgw;hL z8l>Dq9$FtgL936T;Y_I9ptL@rR6ocMAPgGM2h~T^njb0{=Hn>`)FJr_6n3QG8`6k! z1GGK?7Ebua^TG8HG@lYmPn6aplj%>LF^SCx>C4o?zidDm_CAH9f(?314~w z)jzOu6SMvyZ*2fPk!)SQ@V?f?^%aaUl3e>HC z)bU2igD&j-p$%f)&Q7;5=ZEkbMua4&-hp9|@(()D`sXfM{R0hWLgfXe^#`T;L4E*X z(0D$${-M%%zQ8aqFA~VCe;1T7OWgAC#6r7?hsC^$(TO z(}VAjatdVjC`N>Ugam4Of`t>l^aQGZVC5!e{X^mW5VXF5)jtUzAoUNdUQ+Oc#3PJe z;0EEtXlVU|@F0n-JMa9YsayYO;B`R*j`}BTO}DdyLM_ebhfc^r>z`|A^$#?h36&R= z)*qDWhXpREyr5?NvthWG7i88yH^flO3s^YeD=)zH4>X?=N>7y5AC&4xPEXXVe;S5+ zdV&QUiS!In)bs=kCw%D%RR6%rO={Oau=)m8|15Y1sefSoAO#mleFLKxI70X^8e0G8 z85o+87!nZWCmHytJpQH$F&GD_fTRA|P`beRLCOqA$X-?2txs@(?GHMSR{uc5nNWE_ zY5hT|eps-A#_d7%54Glz7Yy@p`vq!{d<6?XV(ADGM0o*Tp8yRfV#e*k^$;|_5=vK; z)+3bahlK|yU4iN$YNe|LXn4WQAEhB7AR&yJu3+IrOu7QqN3e1fvp%A1eFCihfz?M3 z-azsVte#q63$1^kw1PE+52NArk+A{9qa>2ihh?Ow+aJ=x>w*KF*vI4ET#s`0VNIa< z`UDL-Xn*JgYJCI?XF}x$rS%D=`eA_!8ovkCN7Nd>4;bd{R|hidqZ@*VasxCU1Pdp8 zZJu1(E3IPLNCxnrJWOVlHKytNeu?L`iA-EctQ0~a7JQEY7yuZ z2=}7=(gL_Vv5W)>C6RCS3=B*R+E}$H>~44fIyVQaBuH>aryavFS;r3?YR-^85lE1M zfl~j$=7K;p#6$=waS*Nkfrc}zyihQMgfm1nf&|we@#Y8t5?OBf>8^Q+NjYS0??ST8 zg#ldu1g`?0n*@qE$oU;^Ir)jC@9_BW4ZDAlEF99z2da>KMXDzv_)*IXSUBN3uMb@R zK+_K_JuNVXgfA>V!`uN$Pvp(zg3NF;c8T{(O)PTG$s|3~f((FT>ZYdy!#q7DaFUmv zB=}I%6D*ui(-Y|YI0gokbD*H<2bP``3?bO#zCd> zX~Hm1PYh(HryD$|=?NB2sOibWnSr6f9yvY1(hn>>EzpCcCs;WJNev7Pko05>1hE6dF9g#Zq)Py3n$d{RON!6o?z(*mYx)# z?NwMhgC!hDdLnOcA;=83{B%%t2Vzo)shge*hIx8&ATvEhaG|CrSU91ir-mYo^aM*k zu=E6rY*;#j@geDnytyEd8E*OMZi%FCw*_fM!_-Yr48uG^ zDxVk}kn1~GzZpF}p+zDCWIQLHyv=3|3=D4h>5jSirDW}~M|Fz}19&`$O6{i$Um^87 zsvV=e8|waa@-?`g!0SW& zl9cL4m`>e#V!<%a*9~Nj+st4?&DXGSLeJM2=Pg6?DWUWPsV5MzN-B#|{RsQ0TTc`W z^YnxWH_})Utf=V;7Ebum6KLK5R&HX>8<00n3)@Emt8ZZS&w}TW`Uf_Dpr8b)Z(#HS zc?cgyBkCXW`u2Gn_cDU!4M5}0P_sx2P^fCex&OLQ5gZhb`bW=hwKIcg@Bv!aKQH*8 z^VUXa^$#?h36&R=)*qDWhlMJ&*YP?G^YTK0%=$-y1+~0@g%iGYm!NqASpFoGo+zz9 zDAkXgp1}PSD(xc?80P5-7H*`{H<(b<6D*wYr6*AR!vHNeG3y`7_L0Eq8(97G;3=g3 zfz?Y2vXJ@)MlXPKto-qt`~Of1u$^sJx)G{-9Jp$PXY)?R8TRzCh9y$n4>W z52!%$6{&uk!H8O3z`_aNIu~&L1I?#|(i5fi2c`O9;Q>ld;QEJ3=lpLN=IIF*ZluyT z>h2-V*JWT}fQ1vj^aQGZVC5!e{X^lpDQJBItA7-pK=KK!UQ&>NlnXF=fhdFzqv7SV zBdH+)QGb%*oilaoAAN|yI7kN^^-mE4yUUKe8@THqGW`dudq6bENf(%*{T~&y`Ue`$ zgvtv_>kmrxgZu!&)E$3o80O_g0=e~1EoylI3nzTzCE)r8nokL(CraxNO7%n15{RVk z_*=j*Pfwr_BL_#+pr$8SIN?iAp!x?^ZerFyl#Rc^>Kj=7lkf;q|G@e|3c`^321YLs zfbd~7bj(c8z?i(XT0%)z{is|2;NQRUpdEYv=fQnmto(#aKe|KK=lu-+{CPZDC_^g z>Kj=7^WYvNpTO!R1x`qP1EUwPLHIBlUjG=7dyev5ChFEd`1@fBIO?AO))to+(+pi` zz5d{WHgx=rAFcj@hBKk^g3|hfQvI;h4r;Gbv;UJY%*zW0GV33SGSu<{7EbuutKj+v znokL(CraxNO7$bBCu;V842F4nf`uEY^o&k%=(A2{tv9afz>|> zcOmr;tX@)Jfz&rJdI2MZ52NArk0JhXFI?fYU5M3)y7dqKb$AEbu#dkj6KQmL;i5zH z`X>Rl{+a`={(*)wq4I*#`h!yahJ%Q>UShy# z`X}KwB%i?Qr3JMRK8#kVhVWrD_?~A&^6EfPctjswLgjOm@o#xcz)}C4P&#=i_U2}c zbHgb0A86bShC%*qP=NM-7*XpVSojhuFDR`)DAf=00|-;Q|FdAYmltH-^DI$_T3*1y z3152^RR6&8C!zF2Y5hT|eo$HhVNiOaX8)&PxThyjppk)ZU# z{gcst^3bxn8#wA8^8E*^dq6ZOxhyb()<2bK=Y~PUmr!{@Y5hT|evltPnCkm~hIx76 zzzWGXps*ta&&We9FC3uZgm1qFxc-6WQ$p#9()xo^{jjhAr6+LxL#_Qk&~Sp8KT1PF zAR-qvJqbX=314~w)jtf-auc)up>Y2Xw7!AWKM$@$@(HXTw4fNmhtUd!5I&5C)ITnn zMGW}oT_C>4B=a_2m8Wj~gZ~Vf1+Cb}-$4DJwC_i8)IT8qVY;0d5m3DY!yxq%u>Ge+ zX!Q>?oC%c|l-3`V>IeA&ghA)6gXVvzb>6zdFh6g70h#rWL=K|70G;Cx3nyaETL;%e z(ELg$T~S((P^ur4ra%~!u0Zt=wbIoCm(hEjLE(yyZ)BmSD_A%YldeGZ5v&}=tdA%= z#~)Vz!0ID~YmoW|)-PI+2jxR)g&YVUMkD5f@Q;I`hX;&*l3|+zb?YPiXAC>wsE-aL zPj%kgvjw9*g1M7i8dev9Xs{Wu@wjZX`Uo1ngvt#{>k~@#gZ;n&I;1T8~hwA2~gN>LF^KKj=7lW+x6zrgCH1(^^&j8;g8@L@Ef{=r}F;|iy| zjlG7{t$*;JOZT7!dw=MR$$aMo&to*Ne=_)?<8diy^$#?h36&R=)*qDWhs7hP-Ac{= z(1Ky!ZdD+&{*g#Wloz1>5GH!NQGH z`bH{hx`KrhG3g3aAHm8|%=(D3{t&GGfz?L~E%fp$XlN+ zlyo+fy7du$cQoLrk6O}JIiHZjoF5`Jp3&8V`av)Zk~<*_t&d{S>LY0Q5-K++txqV` z5Ap*DgU0hg^$`b^#`7D7dHeN%A|&5{!j2R?BLz`zfcitQaKbm953Yxx`IJz4qO=~N zR6i^%K4;?1^aKkheCY{P|G>&k%=(AI`5|b11FL@?T!7>g zSiQ6$9>Ryw3b7DAjE2`gMg-Oc;0P$y05Lb})<0G_Y=Q_Y;HZBlY|uM2efHjxU2$;A85ut9+&WG%fXiFZ#1ue zR>00D^+&6Jpy5lXyr8uHpj1CN5E&R4KZ)m@6m;= z&xX}Eu=*$AETn#c)k_OPA$%CE5DekNXhi)(UjIiZX>SpA>mM7uF_M6z{^4M>at?UH zaD>+9BS=_4`#&CN^$#?h36&R=)*qDWM+7c(Jpz^P{Yn_-<;4O8NWMXYA8{;+Sk&?Y z7Ebu~6N2j>Xg(#Bo+zz9DAkV$1qZ6$BWEzo(-R`xNMqfIMomw!aKe|KK=lu-+{CPZ zDBGV3t8ZZS&w|sCd;+VN(0#Wc03r{g-HcuQ@-vH5-4c^a^2xX#Q#HUY3snCEXC$Vi z7J+UFaxcm+CH;!>1PLXPZ}p&YAzO4OgZT@7ls>3p0yD7^UWQwpCBJPx{O%$z^o(qX zGB;xv1+WJd$nzm=?gvCeOoWgUj%f7{G+c=*FXG8NjDmrIffBz!Tn;0tyPut5w7h@? zEDAj%3bnj|g%iH=0(9>rEFZ)2^@Ed;d<)C(3Vskij9%ak;lpTnyV3~%c_S!}MdAo0 zg<690H7G|z%|enTo{6~k%MQOL9PP@Ko<^4i?FXQF8gcIme!~dMg7PyAgH;s&9qAKv4j4rI0~BO+1rH7uO)je~;Pm9YFtC_PcyE~HdH za(V)fYfx!ieZeqKPq1(!m6nJ=O;50J!k3;v?Men{xry1Xq;OmvTHnCxAB7Xp`UTd$ z^n~&qAvC&weG^Mki!u{)6d(yv!OhqOT?t9qO+j(I;i~+oS&SXS^|kln7UCK5&{YTA?Msc zc*K)8!jQ@fCI$vrx`3q<1s6yWHNkM%OoE4XTI`L^=Vjn}>xHY<)AjCXD;kq3H;gu3+k6=?%sY$;eF3&Py#W zh6#{JQ>q_f9VA_GP-*%jL z-FvYbwfzYTU-W#9>UstSO2;oK)emzI=$tfgyMjvnRfl1ouOG-m@(nEfh^21?qULK@ zIN|HBg2q2!`IAt3g7o%?bq%IEO7+7`1f?fxj(-RY^YjD@H&W>t0jTK-7Ebum6R1Rm zm7CNa|44w=H?aC=!4XJ4fz?Y3c0l+rT45W652NArj{$k>I!-c}xl*_O!GA%l1CILV zhKt7GiZC&npF18P108=~f>!@P!5uy7)_zXHprgwhqI^$4Zx1c)>7FSFms+m6q^BO;@mRA|_pd>LXY= zidi3#H(mi-X9%l*VD-_1Ly-CgR!=S14B^9Qg^dtCjE2`oCiw5)!xdg98R~+lTOT>$ zvI;Ezpb>k2s9~MM;V)+dXkH(kFoo7f)6nW8XgCupHz=)7DAf-RL59_&gi`&;>57{5k-{)fSFms+m7d{^nyz5sL`=E@ z)km;$l-l(Xtp0)3M+yfa^$o0^TCfhvhtdjbAbc2&sE^273MZ6gTS?ve$Qf_cG~lR@ z6h4O^wn^fqd42Rk09qgQqt!>y@Fi4kP+Ff*svj1()UJ;nI1TUq(E&L~zJY}wv2=tN zYPkUmCt}JCaD4>LuY}SSrS%D=`eES#N>|jZj}{E`bOj4HQfUcK)N}<4Ct}hSs6K*~ zqtvdCVD%5IK1%rakn>mx(*&MDt6bX1tS^%4H{QVKZg zqXmhrhY$5J(7Zlc0jrNX(CQ;-I1?&2D6LN@)elSe)ZPdD;N9?EFPlJSeRRVeQEq_d zfnni9)jtdVKBX?4F_`TqkX95MglaPh$%O~^$|3`5=vK;)+dzeM^0DNtdA6+;RQ2)l!k=BjJ>Go z3KmYpq$^N;1S?0WT_3^fA6R{q@EuYg!Ro06Qz7*aj8>Qo;lpTnePl#leI%50G@82g zkq0EeagjLcBY`>Z4_(kvq zES!i*SD^Zc0a}hyyFP-|Kd|~}!Bo>LKY4X8v%a8_2AWZtO%YH(=pJOt}HBkD&RLP`aYDKA}`UEWSbMimLU|Fi%&o za3htTu>&<-Er5m-G3g3aAHm8|YS%}w`Uh4YJ@^bM7hv_&f^JCp4Wku0A$%AOua8X0 zJAdIML!KFR>mx6`QR9H4K9aaI=Ws**E9lu@v^#$?LlRma-9@X9py5oY+@Q2Rp;SL2 zaG~daQR!TjhGD+`NrBAzC}KOJ+yJeogM|~mb5+3g5Hz0>N>7y5Bb4e#PEVkEh+60L z1Pt@^ga|j%SQ6V%(-SP5@TDhE{R1mEG3y`7&NYYCH?aCg;S;3(fz?Y3+934}j8^q>mP5t5%Rzm;(l~RC5)2}-^l+;^ZI9kHnje^hF1ST!mO)7C6t~htv@K$kMK2h&&mJr zc6jd(K!h7Kj=7lkfpj|G?^{1&xq=1E=>wEtVb;`VBv(Xya3lf(0ocLJyBYJP^up}JyEm%F&OUY2@!B4v1Y78O;50J!k3;v z^$)Dvq;~xSt8ZZS&x1FR`UO@mDQtuA7hHV|-tVGt8A2~GhKPrxR+N+$r3R;#lw{_m zlYZKJ^x-Ms_1chILqNBPP7#9Nw!*yP{{ax`Jpa|C=}1GUEM8HRazu|Ntk zj({~N@d!q&MJ+F2;e@Ze0M|dz^aD#z3L7Em36`H>RzlK~p#gcL=L`&yFoP(jshgfI zycyo(Zw_RpCy6zv=?NB2gwhi%{lL=Gf_0GegkDa;(i3^B0T>ttYx%Tbn5U-)lH`?7 zH&&shCs;TUN>8x#14~Z|YarcRWa7n5QQNGRr54<*4Zi7EWmC z$qD`5G+6q9rKbf;An6H~&cIQ~0KH!+-h|xdID>&g$e>J54_*)N_V@t_GTTo}QPUGF zoCu{SSo(pbCxu0j^aM+1sOia!+~yO5;UF!aHVpIhlt5;Bny~~mJ;A~WEj=+{luyv~ z14~Z}=0nmGES;gHC$h(%3PFhrOkRH3Qc9uFAq>50rRmso_Fo?zibC_TZ_4=g<`m<35suyh7<4x~M9NOu1Y z)E*Dc$V?;aGGv$|7#JAXVE11CLch-#bp9xkLL!+8qv;82NZnX~nx0_cgnmBk@Bjb* zbAj%wb_{U@kB>vs4=gB%R*9A+E^H1r;ID($!V@M?Is z$H@)o8S_!o6D*tvmQT?114~Z}rb5yatek?m2b!KJDxW+u(=%Y^kxx@MJslWLPgtWO zVjgOGf`t=mdivpr-X4dgA6R-)m<&lzuyP7!86-U!Q&c|rCKhMI%p;ekc6~QtG(BOB z3W>R>=?NB2$n_m7R3|@DeFsZFu=KQG0wg`b(iv0>dNL+^ya1G*24nk)VKhC#q8Npan2DO6 zVBv(Cp0Ko^py>yeo)kJE=?PX&!7PEMCyL6a!PtJf@N%?&2a985T4DxjdV+-$a(#!j z{RB-vu=KQ`4U(Q<&jHV}86r<1)Q&7_rESw0IPtf!OPfvd# z`#xal3}y+Wd@>`uJq}7wgRwm>Fq)oVQH(-MOh!#luy7)no}lRmmYx)TL(&thoPt>b zNl#=RZpy#_UavA3+v5*jjJC&Nag0pgn24I5VBv(NzGFZc&xEEQSbAFU1Dc+o=?rEE zBt4muJw6UvuQC|hPa8(l6D*2R=ou4G(-SP5(9;vfcqTOcz|xb#H%NMdl~XWFpy`S1 z`8!a08jS6yhSBr{i((Wyq8~Lq!NQ49eFsZFu=KRxGbBC1$|;y7ko06mLH{m9VKBCz z0!GslEQ(QRi9Xcy1PdoZ=?Rv8VChNWBP2b+(izMWNO~gka$#`$DMVo~wx1M6(-SO; zQRo{zsObq7PU!U=NE1r?37URj>1n|`NP2>$Gmv@^hNLG;vdbrs8Pvhl9nbvme6&4| zEna4HqoyZVI1wzLpy>yeo)q3d(i5zlg4qR0Pv&H|#|;#ma}sk4DBdPa?e!`LM$;24 zic#o@F4Xh{3n%3Ai4m#;M8n53q3H*fo))}>q$gN81=Ru_&on1{JQJFpC_cu3+UaS+ zXnKN0F$yiwiJG2Z;Y27s!O{;bJt;hgq$gN81+xTNK9SwOGf?o&EGo(`qO^dbc6v$} zO;4~WMxk%CqoyZVI3cGem1n|eNP2>$GngJoda@vUd>odZC@r9$GngIF^h9?54w{}Qt?sD4|8Bu(dV)nU3VovqH9f(?iBNiir5{*& zT5t=Jo?zt^%o1pNBD;TQI7r*$1*7Q+7R4y^j7HS-1PdoZ=?Rv8VChNW1|&Vf(izMW zXnG>Me+NrXlon9bZjU>RrYBewqtG}0-36ap3m#WuU|@iS6QT43OFyvm1Uvs0md;?7 zK+=<;;lMY@soNeG7)?*GC`O@Y{6$Squy7*O9*3nLSbBmP3QK1&J}f;M!30R8jTHj& zGxI1ty@2}X7d&`6+8)Oil@WhX(-SP5kjp2~xD!Y(hz6HqObiULbGTvYX~6|ZeFsv9 zj3MX4$CKS2H;4}nGcZ6lkvulF?-@>j-k(dJYlg2biQkCyB*DPI01GEv_YA{A0+y~| z=?Ipt6wX1?6)e5M)I-yip#hmKb8xz%LZwOVbfqwwu3%A&Lf`m_nyz5sgezU4pJxC| zN3e9Y;4~y%!O|PdGI+YOfQgVsgVL4ZAS|yQ)Is)Rkmj4=uX@H0)N}<4Ct}kTEFHnp zmBL9#x`L%QSO~(>l_4eRY7mxJ3r5owEQ(R+i0`QB3KmYprYl%Ff~Bhk#~|qnmfm2N zLDQ8PxdRG@gSCA%nyz3`j6zF%Lrqr+&~U<)u3(zs?JHj9&UMWDs3+B&J8WI9GzM!TnSUBNIR~YRpXgY$Ws|5!k=?YeEL2O}QfTb&P z+en~vMXp|$8$dL*+wBi(N84ARa7D*6KBJ~9SU3@zu3+g1o~~>m;S4LcVD`b&6$RxL zH3m_sovs#)rYl$!qtFqbP}3DGoQO_W&~yY#R|?jUbOlRqFw5ZSip&)X)Ef_l-VaZu z^ISKKj)%gc7=@Pjh)7og3=9mga6%prg=#=O{{WhPVCiXr1vEWD(-~9`qW&ZEf+_P2KbqFq)pQM#YSGsObq7PK44EEd9XJ6YTy}SUCl=44$6IyUv@zaFCWy z3Zv->7R4xZ#9P$#1PdoZ=?Rv8VCe~FC@h`9`0(^Z<~$8FJq^0@>BE!J`D9oeBhwOZ zP}37EobaWm0!9V~*uBrNd!Q9wL+U%&{m{sEfY=I#5P29K8pcps0FodRpJZT@W@2Du zpx!;u{#ae2u+bmyJ<#(nl^ywWR?qoMsw#c%fwp{rSf2!%*N28HdcH>Y3@l%xixbNa zOHD4xFCtboZgq?dM;Ji&#&^6&zvqHH8xltQ+gJnp#w$d=2G8q5!wFY^8)gV-+!>U= zVfh)BzY|_U@-HmkFVKVV6=Wgw0x2lX2BAa46r2)^GfBVT9qN$0jkWdE&EEk~lToP! z>+t7q*Htb@G96Aio9s}gPyRMS&EK$ahUISs9Z2}1`T}+jAo&CMp<(DIlE(*)r!g`x zGEggjD?rmNd9E4!x)z9&cMsrdQwn_ zq$gN9gJ^-3Q)CW)fYTFo?klBsdYUkro?uaoLQ6bHO;50JB9xwB=?9jc7N|hd6D*y< zEP<3yWDb6S&o83Reah5MPYI*x2^PgD^o^&e=?NB2$mt2H0kwRBrXN^(Qc!}VCs;az z>VcgP0^^cQgU;)t#{JyXPEQ7-=?QCG&Uk{Fo?zibC_TZ_4=g<`kcXrvSUCl=3{pOk zyNZy3Ay^?eIWdRQyWT;rq3-={45R4@6sQsQ0l8ALs-{Y3tKr6GefJzaP_Iz9`FV`N(55o&sZg%hFl1WP}#^aL{#md;>&Ncm($ z_6m5{yu_rORR6TJ;#7(@kx{$8TQHiQU{Q=h-*|wUo?zjGT;GBAje#_QXn6Sq9p8hc zCj|*eeFsv9jG^PqWUlIBV4(CIEQDLAJHK5pnw}6ri^Q67A2mI}!U?r}!o1H0mVRLA zX@MvtJ;BD2VOBuX6WL2hDcyGua|Z(hb<>l>XnMj5BJQE4Cs;TUN>8x#14~Z|!jSX? zOJ^|4VCjk6k#g#lPY&RDFb*oM=MorAPp~LPp(XC3rYBf95lT<6^aD#z3j`qP36{=a zmcY^zx%=;_S3XfUJw13d+8&3+F*1GQHfnl;g%hFl1WP}#^rXNCNl&nJ2D1Z}p2%E& z12cvS^Z}}tPa8(l6V^DHaSJs)!NQ49dV-}NSbAE(4M|V1bOy5wmY&F54$okqK%Mb% zYPX*nM$;24ic#o@o2cmt7EXlH6D<9}(vt!wBt5~>8O#z`dLnm57<8X9HO9xOot^?l z(-SO;QD})9sObq7PK44EEd9XJ(*o$aAXqwsSprK>ozz7L< zWIZ4@WS+v1+-icsF*hkQHLryH2m?8Sfq{XE;Rpk0eIv(H^!3Z+8GT@w=j#V7sUg{3oSG(y*TklQO_VDQOI&nPh< zFV10Z0MXP=PZNfDdTJmuJxN?fO;50JLZm0qoIC=<=e?lm2bP``sv+qKy_|xUPh`(~ zLDG{;CZ$^}K>I5|*?Xo?z(=l$JmklAg$4 zhwYZ19+sF>N?|JsBo5VS86mVRLANg)T4 zo?z(=6oViPO;2P`)4RvJ`MZM*q7YMk-Rv+=Pvi!7#3|JDv;Z1T$mJ7sTnaos1sgwr zr5{*&T964zPq1_ba}Ojvk-rYxJ>JLD-6O=)kHSPn?etUt4JVjCM`=h1NSs7XPq1(z zl%8Pe2bP``(jn;ymd+ri!}f_7k-N;1!96~}(b?P8CEm|J$k)+_?DOlWot_*<(-SO; zQRo}TQPUGFoRHHKOarK#f|pOw^aD#z3sNBI36{=adZ6VK+2aP#@+rjM(I>#e5oRjs zG_}){z-W5H8VNIwp{6HTI1x%uu=E2PXnKN0F$#U-5NdjYg%hFl1WP}#^t2!flAd7c3}y*5JsH9H zq|)y3j=oO*&dxre!Jhtpr0Pbfr*?V@7)?)zz(r!sIEb2_VBth4J;BlsEIlbiK++Q| zox!YtrYEw;pB()api81)CX!22_go2u(e#8hB5v5B-g6BLC)Dvw&^iNxSVqymBrl$j==?NCaD0GAkYI=f& z6KZ;bX+bKVpy>yeo?z>(Vd)H}1CpMM$v&sVtthoPFEvNOCm&`axiodt(}dCVgf${0 ztWnbwES!+jld-X}{k#A5|NsB5uZN9i!qN{cJ;4lzl~XW2G(C|$J`PJy9+@x`$)%~A zo)SjW6V`~hVTqcaVBv(Ep3a^*V~2519(3OaEIq;Yf1q0e+joR6PAs4D6?G7sm|*9W zP-%aH!DxDd1S}dk!vZxu!NLh?T^*?H1jUH@4wimk=?P{mY=04q4@*zv7Eq2k1sRDj z!ziMud#(h-XnMjL8xiKH=?NB2$mJ7ABXao!+Q$alw+7qC_TVXGy*_Mzn}R2_eGa7; zxIy?Z+ATjFQuG**H`IBOq0Jw(kIgSXB{e9uD8ICXyd_c`jVm@+F)=W(G2kC3Jz#@< zJ-$3q^P(j=WC0S{lq4#cv|yO0Cs??VO5ZR+O;50J!k3;L7#J8}<>q_n z{z*`I9h{$>ol54GSWtfpRR6&08(96L@B~u-!0IIh7f5{rqZc?r_%Iq;XXqJ_xl~Cg zi8YM6^$-4~P6;^bp9fzyA9T2>jZy!Q8o%i3LG=y{gXAjAq4kd}TKxkJXF}x#rS%7; z`aymGVKxRA$UbT+?I$Z3=H*2Kx$B^fQOgThIANKGLfuaW&8LLY6Q%VBrTRf>34}rE z30(hBDLpw1^YjD?Gjec*5o&sZg%iH?1gd{vE?qu=)p9-@xjhgh!D2 z2UagF*bA+1ptQnn2p>kf<)=fAux22)|5GMJ-TH^X)tNZzA5i~C;ie8o{e$oyIkC;a z0IPdIG{}SxqR{$B47L7&g)^b@g3|hfQvD!5fH0`M0QY~WR9*-S^YTK0i_HFyA!>O6 z3nzT#1!x}*EPoP8Pn6all+?1~HK%U<6N)!l7Fc61 z2jbptKDZ%qK1Th6*DxX^LG=y{gOqC+LF*rWwE71c&V;1T7OWgAC#6r7?hr^ z{)>nmaMV8uMmmSy)X~2Fd0+{xe>l+UA80reDlaIlKPc4?OY)%cdT{+irF8-U!@Rs$ zAcDQ!0}D@Fw1f_7c>xP2eB<@t`Ujd%38g1W>kmrx!~6|OPvH88O6f^qn5QRLxRFZV z&_Yd5uyDecoUfQ1vj@&a7{K=Ub~ z^h9a>L8*RFS^{BEdZK3ib6}XKCs3G?gCjIh(-SP5@TDhE{R1mEsa^lT>Kj=7lW-eS z|G?^{1uG%-4UAS;4&lRS@HugibDYVkei-sLUM-<+{e%C8xdt5d&z1TD=MUd*K-az@ z>K{t|2TCK#)2~}UUn&h+%gS&=5L*9K-v0tx2M1~gfXWM4_!25FD6Kyz)erIy2!qNC zYSup!hIx7MKp1xP2eB}iwJ;CxPq4Y#){XwaInBPI^iJJ9K!Z1%y zuy7-lzM+bmo?zjGFFk?kA6U6b?fM5+-@xjh1veq}53F8Vumn=yz-Wa<5I&3sm(P&% zl*y`pgpy2)s9XQwzmZY_NBt8dKF#^UFIDXI4+Z`M^?P6#lvXle^FKvs^$#?h36&R= z)*qDW2l)YnLFENC>mP$*US2eiS^vyXK`k#};e@Ze0M|dzd`c)iQCfdcsvne=Kp2#s zs9FCo4D<8^3NvzWgfeP+f`t>l^aQGZVC5#Y>mOKs1FL@?T!+*@uzG31d}w_$7eX(X z1)&vYKK79G786>P55}AV{i~-DD@w#?g7yd6CtETHd_4y4QE(+p#TkUh-w50 zu0P_*KK70QJWz@-j%*gS?;W~uYj}^pDUezJNGPF}7qDE_>lBO!M$iy+b2rhbIlhF^YnB;h`j#v4F%Nn1Pdp8`$R$Q8CbawOHZ)!AC`__ zG^9NePu^kx1_mmYPtg0vsWhKhFwD~vEdEHPXULa}B|QNjhrA=HlD5xLD-PJz>ffdQi( zOOgLT?N=CvxdlW^q@cB9q2Ub6*Rb#gsYS++cE|8*#|jMde4RjMyF)@2HDANR38|id zwqZf{vLdx(q4^b-o?vMRmY-pKNO~H6?bru5hj+h-fz0%DLmD+b!NLixo?t+(C&2Ak zXt@tdPq6YImX2UFwB0cX+ObC%s5vgTVYsI!SOk(t&yYe*Pq1)8DxXkHgtud%?FU$T zf+>QvFJOFVdKv`nSZI2pQaiR`G(Ewh7=@0IL`_eya6&7eFxs)Ob}OtMn{Wlvj)k>v z7j#3~s|p_kZ=d7MaGbJ2ieDpGB_KM zuNT=Jp!pkW&Ibkz^L)KPki79T2?^AE4GSmi^#oEo7Mgxw>1jb5Bt60MGb}D4>51%P zj~N`Pl%5!1=c`buo=_O(>B)i2^mIcEH9f(?39X*MY{x>=4=gpvqIUUoV3?<;1~SuAga~SSf`t>o@(G%L;OXfvq}zcp zoDIoNiXiLZnA+vjgkheZ6v#|Z62hqI2^LO-%BKa;^aD#z3cn%g306+QA`+6G$nIt{ zI8rG+QM-If80P8e06%&4-3>w1^aKkhLgf=I{lL=Gf*;WI1WjjX>51%#3TN_@BFqV3 zn%d=)!7xux31p_H83L&32^LNS%O`01fu$#fZ;0RzVjwd;Mew7hCs;TUET5q12bP`|e1@baSUH87p2#kq7@*^6FyqLkLFdPS$DgQl z9^QrP!@GaCfRDWTPJ$0LJ;A~W-}y1%c`s=Cfu$$d_%W=Uf<-*E{Y2hjVhjunpmApf z{6`?etRg@|&-bO$_|t-6o}L`YOiwp>P}37EoCuar(D?^gdV)nJtek@Jq3Mad!%<=B ziNKMjFuU;6)J;zX!#q7b;3cnon!$~lo?zibC_TaEv0&*5HlKwar_gy+vdbsxt$%l+ z>b$(eFi%hD@klH`f(tc0!NLi9dz^s*J}(cQ4~3;Cn0>Hx2IE81lOeeyP}I9837Vd$ zRNo1VrYBewqtFtZsObq7PWZ|v&^;Bfd3e~o{DMo6d3o4;{eqX!_BoVRcn;yiX!o4_ zq{JNZZxh-sbhQ99FAv%w1wC^Q#b3m75ced-;?;7%5_|doyP?QMqWaBY$Q?HVSUP@{asUZPTAAL9n zd`}L2hpFO||$z%Wlw2Y9fzqhaxiiqxE`ZV09q0XU zb$Iu;82?<0VP90^g2v^j*Ds1kG9AHG_+5#&UsT)1pbHZ z7s~lX2ouO-f%-!*jBJ902Wr1a0UFM*e7)c*B;1kpfY{)0jwgRjxoch-mD;fmko#k) zl&>d1(<{i2qZknaGip)uH7uO4=WE2c94!67(v!kvNP2>$GnfsK^khnQ#|V_3s56HH zO;1#szeyNPPp~LPp(AQg(-SP5P}?01DElfw?G9M_fu*Mf7a-{gmd;?7K++T0%~*zj zqRd=s6i`eI(DX#5^2uN{J;9ye zo)peO(i1G5!7PEKCo{4uJaBrVN&y8;PgE+O7)H|*EQ(R+8HsWH+CX(^GJAVooZ|TvBOjr>6y@ z=?QBTM3keZCs;Tkr6(kPi1Y+YKd|();20!5!OAI^CP;cRB)b9SM0Tme<=A55bmReMz z;7#_TcCcfpo1O$l(-SyU(TN$wsObq7PRQx$>60gR80W-6(+@m7!N!lFM z0fn5N$S&l-j-hUPdT@EPJq`|5G$Nu1H9f(?2{}EjT%m!Po}lRmmY!h7!pbQaACjKT z$X$-k;Fq6SoT}iKm|T)i=1MP^OQ<`Kx?#AdCo<>dB??i~6D*vN(-SC0(90*-JQgfH zEwF&hXMxlrW9U4p5xHdx*#lR|jsUZ%dwzDqa8FO*Fe9C~k&l|5VBv(Ep4^!mz+;&x zbOHbt1cT|~b0Xv4e^_{_JdIEdLnoH33Q2IE81lPS6F zaq#>d%rJ^*>ZYfH(e#8hHYAcz(-SP5@TDivzBSlBHQ2tjgtL%+Yq0%n3bK&;Zvi)i zR^Wut3)mpEb7gW)Dh2zfPBNHjQg`240@mjAML^YY~8Y6b=c1qDZtIh0~1*nW8`?F(@j=K1;nGkNDP z+(z@Y5{Gl?>q+U3)RVV<7I4Q+{7)bs=k zCqn57mVRLAX@LMFJ;Bl$%sr6wME<@IQ2R+C5oQ`CG_<~>(zs2-XnMjL88@O)(-SP5 z@b!y8>xN+I2bP``_#o*Cmd;?7LDLi24Jc6iX)vazfYI~>i((XdMigp#f`t>I^aM*k zu=E7$Ps7p~%o1pNBD(>lrQl4RlDX7)?*GC`O?pB2m*5ESw0XCs_J{r6-u7 zuyh9FL(>!44Jd6FDkUe_cmb8t(}(lJyFJc8W_w&B0yRCs!ii9Nf{p9J(i3ca50;K# zG;~~<+-Z5Lo+k^Q_oCAH(}Cfho?sD3B7GwaH9f(?3441SvF;j{eqiYdW-Tn8!T8Yh zWJKRxnx}xxOTgwS7MzC6 zQ^4jg6j-3`b11!l5yFSj(7P)142;OTr+2&1T~^RM1@-Q|z~6~Xz;W+ILHkUX7Vcvh z_g=uli(DEsKLNuaGd`$5@4eWGHctT!U-Wzp(u0h_?G9uC64{jMhgk<&|4z+wq7#OB zzFxph-aJJ_2x`8Dg%kFA0zHJ zFlu^&g%iH?1iJSER&G-L-V11b1FL@?oP^XruzG1hE%clRD6LQp;lpTn{bNAhYOj+F z%QC53|0Lm$5*+nU0Behj$EnBAvt1GQF5x$fuq>?Z0nuR92GIIv6Keef3ui**1*P=| zrTW2sU|?VXl^4{ke;9^&dEr22{c|G_wY-3Z6Tb2SG|mglpM=sArS%7;`jOKUHS3=X z=Z5(>3M}AAq-O-6rYBf9;Y&}T`iB8pZc@Acfz>y#`bXger2c{RgBDak>KhoXPzK?{ zXz)5F1!n~#26F44W4zR@f0FUW$N~%O?a(Kzvs?_mp2ett5dOn!EKW&Ky#vD_MG=C~ z`e!v-{R0hWLgfXe^#`T;L4E*XYS%vthIx7MfD3!N1BE3%9N~{zUckZ$UwHwpf1vr4 zP&kYS%xo`UY12Bpid( zKd^dfK{2$xNrKP|;vuv`EQAJ^&+%j*C&jQ`NR}T||4{FKixjL;LTH`v`KCyh6BjQ! zqu={SssCVg4~Rx~n8Xsa`Ue`$u<}Bo5E8z~dO&P&{XxOHY|uIvkU5lMYOlj{80O{0 z0w(h6pBp}?;OK0Cbo(+*^oPZ3_I>FEJ9 zoCu{SSo(pbrv;gi^aM+1u=EW{Ph>B18NBO+q2UDc=O_&c0SQmk^t1sQPK44EEd9XJ zlR`QqJ;Bl$#B>G*NO~HE>x7}<1oP)84GDo8?x^Xh0UA!|>k=@|pMa(xSbAEJ0!dG> zbOtdUo}S2VK!Ms%)LDr~-F4>y&~SqJbCiaJzzjFk^aKkhLg@*XeqiZI0otF2l~WMY z;pvI&2GpQkCp?;-U{Q=hN4TP6&7oF`WexK;|9r=Z?CVfh zkFbsfa{dIB*8e9!(<{RK;l*kobDsRhKGb{-3n%n^jnU7B=2JrH2~tmxAJ&xWN7zi= z{Uip%JUt=8jWpJby{PF47Ebum6KI|sR&HX>le^{QCzg=r2nIy`1FLUf_0NMtkopHU zU%ns|Qr|4_hR_P0sI-4*NI+-^$=1U)2qi6*WM*Jwpx!)r8r*DThJv-vgDNIu5mdI3 z*#ehOi#c3om`6kFAXIsBd9b<%L?fFaF%7N$frc}zyif>+gfp@p5F1>7#FMut2&5m} zUWj+5V5S{p3Jul?5A*V(fy{ny#2(c0f&m&%*!wAneJZf@14~Z}0wC!LmY*T92p^Y& zaY?2j>B*7e^u)kG-Fwq6oF3leC<B%{sd=nrpq53+~VV<52FpxJccVj1NdRhPtCxYb@H2uKR6Rdp!OJ|T+ zgq2TZ56dw?(vu^_>51CqQvo!bVE!C#^nw2mzu;?c;qvc{9jNIE7Eb8p6GT6vzJsM7 zSbBoUGcdr)DHtD8K9RSl0AvPu|Gq*4|W7VpkEd z9W_0{!U-)sVca_l>*t`SCv;mN{qK0P=gA@c9&}Sl=QA@v`|tM`odxAP(0E>OesXqd z3AJn>-A%($hr~8SdIF8#!urdw{xi(auzod+52F{jLE23VmO$v>fTH|@)S{Bi z)MA)2qUpSiQ$wlSe@@40_ks&^36$px4l^+9IEcQ^9IIg@2!i^}FpR8Cq93jQ3=LOU zepPURgfFrl5F46b4ax06yXB|5<|QWO;2-4%*@Pdn!Sd@b^!)0XNBU?E1B1Y5`HwZg zZ)`#2R{;h@I6YuwU|>Ym(eVHO|9a5*E#P(L(DVaKPYWC&=?Rv9VOnA7iQMym-15_@ zaBC)HJcgS4oF1GS-u-7-{EN=N&n znpotVlUYEj-%!;<+Y?lpU)nI5o=}4q%8S^9nx0_cgw{S~z!;B#rXN^(QrHbiPq1_b zHJ$;Mp2+P%gVK{5HIfsozN1olY8XvVuqZ~MB{rg_Cs;TUN>8x#14~Z}c0kh;G@ZdL zfu$#Md(cifsd*`>Me**5xvB9K-JD6?@+n|6J;9B$TxKqBpypYE1eM4~1v%Bh{6KAaqFk7EgDhKRMO=?NB2gwhi%{lLw+>Hy4xk;I+c_kG0@j&xg)a>6K7)?*GC`O?r)}W>*SU3^t-@(!kEIln) z2T4z`bOy5omYytN0wmHtnduoN1{5bJ@HubPOivR=(-YR1ys-*3J;B0>PvUd>1y!RdkmxH6fBBS=ow28 z=?YZu!NLh&y$9;MJuru?m%IaQcQruyFvAxdfygJ6zXh+GP}m6JFJOEJ=EJrkfaaS) z=E3yC%u|4x2eaqFA*lXRsCjE3e1+=gSj~g!hnaW445A)pPr@+>|3NX-yloJ^LK$}R zVESR^B|y!C*|Q)WYEBV^UJw8=N1+fxqx%=8A7&l{)I69y37HUc5(*&nf>4M#3ONuO z-8`6nn0X6KA^w5cv)~V;Kd~SWVxGcWh`d5NcJpBRVdgnN&4bzV;1|Ta2RTslW0ngO~>kM};@gc3A{= z^I-a6<|#nUgV_T!4;If0-a*X^#%>-=Kg_%X#t{F&>`^!f;Xg=)`gb{mui%H>JeYo% zc?nSSVD=;=LCr~l&&VtPl8r?jYewcX;Q1f8+B>aP>zi5bg3X7ojt;22}Oh3## z1*my2dlr0!n71GjYF;PQyp`C^gXxEvcfbIm9%j#j&k*w-ghS11fyggdg55lrewcX) zQ1f8+D13sLrw|4)Z^2#&f5Ck0=E3yC%wvF>2eT*P14Ms92-LhC5dMN$*v*6KhncrP zAL1XFJqh2T`hy_mDfB_)7fi)&9!x*XJO`+GFneJ2+JgXyc?)VG<}8>1q0!R|Oh3%L z2YOKZq2?}t)ocDx^C}?bD0D(-bn{^PVdgbJ&4byK08MuZz7X>i)n zW)D0bpyifAAH`{Ql zE7W}p+92jE(1XzE=E3yC%yWR62eSv=JcSmBISM)u8r?jYewcX=v?1<;*#k=_u=rhI z3o&PbCWJ;e52hbxUIWxTm_6v`DOf|yQBa4_=;p!n!^~5Fng_E-0bVXc(xJjeh&c;X zAT+vpF#Ry|4roFA3$q7aPC?^CVJ^fR1tkcLZXQfO%)A7sc`$q6QjJY97oUSi3L54QgII#2f`q2#szYOh3%L2O1Ff!R&#xOBc96%}arpvw#so zqniiQ4>PX;Y97oUSi2rx&J;t;Sx^BfXVA@q>4%x805uP0Pr`SIdlh~{=mnt=a};7B zG`e{({V?+ms6+I@>``!p_!DOCf;@;h3K0+*-8`6nn0X0M^I-NY_yaM2!B;4q0x?G+ z7(%0)2h$HTj{#~P%$^6oAm%*y451gqL(Ea|gV5;a!Sut-Tc8Hf2eSuej>0F1_yTW; zISQT-8r?jYewcXlkfpTE2Kkd7wqQ2^ux@1pbAkBvnSynl>ZJ&XF|+b zU<;wq-3QYTGp_+^9?YJEN09c$gEtWK6t+R{x3s`+9!x*XJO!wEFni$UyoQ*!Koeq) zf;xmocOOhY%)A3C5PdLv60Sh_2`?eELK2i#!fqZ+Kg_%YsCh7Z6rMozFL(~61t8`q z$U2eT*P5yYGaPa*UIZiqPw5)c~QJeYo%c?*;w`e63J?%jd86Lyc3 zf-rXTVESR^IY7;W*#kQt0_INGc|;0)*v*6Khne?43F1DOJ+OOG7d(K7!|vTx;KXho zOh3%L2B>*3dtl~0xCb#0cE7Iz3wHBh`eEiNK+S{Mqi`2u&V%a^TA><3FUW(?=Rw8B19d`o&`4{d{{nKD1`7AWI||k^I-a6<|RPQgV~dC8=?=Et`*84`~@ix8r?jY zewcX-Q1f8+EO-FPzY8uw^eb$H=HGY-AKg5dewcX+6d>wg_Q1=73lMR5c@PERqniiQ z4>QjJY97oU1!y^-a2}$6feIvE7lcCi=;p!n!_0di4^aoR2Y%kxX{b2tJ`g_$AKg5d zewcX;Q1f8+EP$G$Z~~%#fj5-i3!%}?gXxEvrvNn%X3v6mkobU&+bNuc#>Woq=E3yC z%sU_lQ3taJW*%&ua=|gEd7B~X(A@{q4>K!R&#V2OF1Ia1iRgB@lJ!{)Op>ndbmC4`vU{ zJlMFR!eyv=^Rb%;(+@N6feb_)%pRC|uyMr&7og_Nf~Z4xA51^YyauRwFneI;!N(QP zLCu?r-8`6nn0X3N^I-PC%!7|3oQ9e=0lRrH{V?+mNJG@Y?17mFAJ?&f#&0)79lC#E z`eEiJK+S{M12YdcuA^WLHLnf3c`*Gj^BAD!!R&#V2OrllgPPZf-8`6nn0X7NAnIWD zz|4b<>nt#an5VECLZkZ^rXOaW1Jpd2JqoWO`e5cRkb>|Pwn1og^I-a6<~@*vxDRFz zx_Jr`5OWr6hS2Ed!Sut-Yk-;uvj^QgxcfF@HxH&CW}X7nJeWP`=E2>!4!e0U{V?+m zNI?7xvj@XGK8QIBRzhfW|HAac%u9fp2eSv=yan74a}<_CXms;n`eEiVK+S{MgKnMz zC&ZiuOCU75c`*Gj^A?Ch{0p-O-Mj^C5OWk3L1=XIVESR^IY7;W+4JBHL?6st1w#mb zfgXfLHxH&CX5Irai2Gpn!1|R5FCqFDL_zEGT1YvAZXQfO%)ADuc`$om{Vce7ZV>Yn zsO#n{b*>4%w@ z05uP053D@|HxJq#QYgf39!x*XJO-$FFnbi9K;q%SQwXiF8)A-v3xr0G514+Kc?(1! z{)O2CGY8fVT;K>XXTc5#jcy)HKg>J_sCh7Z7CeWz3*Jt3gP5~mGlWJr52hbx-UDHX z`(XAgfcASI+=G~_U=59rb=b{=>4%xu05uP04{RJl;V#6y1p!d=R$?~~rXOaW0@OU1 zJ+OX9!fl9o3OP{sFTrjeOh3%L140n>FnbhW^JF(6<}Gl8jt|YpZXQfO%)A7sc`$om z^I8j_<|*ukn5QroyLmAEF!LCo=E3YyfX*X7xDIt+9>lx_Q?Z)|(+@Lmfgr@cFneJ0 z$Z+#AA?7Je#%>-=Kg>J_sCh7ZVB>V~dC^*E{B~nE52hbx-U9)M`(XBF;Afr zyLmAEF!LIq=E3ZNjZ4Da#|H85f;Q~t!Sut-Q-GQWvj^Qg1r~^T3N6^pgXxEvcYq(_ zUzj}#&~aFp`xN*f<}GN%ZXQfO%)A7sc`$p>&0D|?HSaHEo*KP8fa!;s#{e}CW)FPa z89I-?Konx0!f)*6!Sut-TfhhLFU%fv^Av<3<}LVv-8`6nn0XFR^I-PC=WAi^gU;6~ ze8X-YOh3%L2fPsX!R&$0gF?+ySOj(7XYA&|^ux?+fSL!h2R=^=GjBP>JcWM*7Suw_MGrriewcZ%^POS#z}yAD@0Ahat_2m?&4cNOnWq3fFB)bKY#b3b z?zw;w>OSbX;ppyz>4%wjfD;nlFneI<2Ep1{uyaKg?1i`!-8`6nn0X0M^I-PC%!9Ry zVCPCGcw#pXrXOY=1Jpd2JuvfNfiZUT zVESR^IY7;W*@JGL0`&X?1w-uS!Sut-d%zBHAIu(f^A^DNzw2Q)52hbxUIWxTm_6v` zDM0tHD(GN052hbxo&wZ7m_0D_;PW)l{jUl+*v*6KhnaVP4dP#zJuvfN^JcJpMGEQI z&4cNOnU?@H4`vU{JlMP*Y(I%YA$Id%`eEiVK+S{M12Ydc4+q;%ppb;!JeYo%c?(z} z{)O2CGY>Y74_i;ZpcbMIJw3zp!_0Glng_E7W*&STAG+^hK{0moVESR^Jz#;TgV_T! z4>pbuTd%yJ0-_GxeK7qn^BSP$!R&$cV_^M3g*A|JK!F8PUZa}_(+@LG0csx19#}sH zZr*Z;c?%e^n+MYmGw%R1#2+wwVEq`ld5fUtRX}KT_rdhT%u9fp2eSv(u7}P0ESLZ> zM?n@sqniiQ4>OMeY97oUxVz3n{HNdtF-JiHLZh1p(+@Kbb}ur_9(4C9^g+y7zzw0% z&4cNOnFqhe6zWdcJR^MGLJE>EVD})Sn+MYmGY@tT6U-i1y8v#UF~nW4drQ&HgXxEv z2Rq*yW)E!M5^kO-#C@>)z0l2r>4%vIJKq>)4?JFB_oHw^-3L849o;;bewcZ%^KD`F zpqmGuAB3K}j&2@IKioX%`KB;?7C_s5uyg+wK-)vG^K3E9gX)KwmjLC%?16_H%)iik z>0#%YqMHZP4>OMeW*(G=x$D76NIry}Z>iu3;iH=e(+@Wfy09H)54>Ff^EYfh{w`+w z3Vhby{JKY=b16j_Am^?rK+S{Ej0}tnEJlva3J1S~*Rw;V;S^|{Jc9rO1F}5q{I3 zj*f8q&z?Q|9|m5$c=3Pc%$fhi#l@*=|EEu%z*hYI`}hB`W5@nSM@Ns^4^050;Xj)G zz?tL!|No%;H+%MMn&!Xb$B+MyiHX6Q|K7ZL^MA>bCI6+Qq-d7^&!0d4KPf2*tNp)! z|NejE$dUg_N=h`b9~91S-@g4{RaJ%6evtg5N00uisHo7){(t}e{qODV9TfJLl$7kh za^=c@Q27iBm)Eaf{|E6w<+GEM(|&5;+S=OxckbNz|LWB%Fb3HHN@LE>&ig^}{p8M_ z|0fR|_`hY#mj6qaF8x1$?%e-VySo0*oH677q^_?2)2B}TKe4y>|CC9S{!g7e`TvCO z?*B8UP5VEwyBn-#LRZ)S8Pli#pVZs?f7+BO|EElx2xf!w5l9_Ke!+qT|L4t}`+r)0 z|NrUz{r~69p8bE;tXcm-adB_?^8dHCZUwvX)TvYdcduFVe@SNM|Lv<+|DTth{(tMr zmH#Ie7XDv3d-nf@{r&%E)z|-DyJ*q>DS3JSH?3a%e?odXn4X-I^MBpq#sBBFw*H^r z+4+C}{{8Hjl3cKqL0RP_JSfdl`yH8%b~x_0D{l9Sd@c)fPMgK1xIr4u?b@l&~+qeJUIeq&7U9)HZzjOQc|KpoC|6f&B_W$hR z!~ZulHvT`kcklldMMeL&EnN72=gysA`yVb}{{NhZ$NzU%uKfS{;luy?SFiqG;^FcC zP({W66A=;rpPWDc|59Jy|C^gP|G&Fo!~d&Gmi&Km{P_PXEiM0_o<9BmQfKG?Czmh( zzu4aX|NhaV|F11w`v21M<^S&=I`sd1W##`St2jT`^(HZ=TyaryH9U6UsL-?d~3-2NBKm;ZmgcklnVr%(UC zJ#*&&7uT=B{r}6ONB>{+_Wpl=`t<)d>(>2$5*qsd{fQI*Urn9*|3h>0|4+AW{eRHd z`2Wp~8~<;fKMzjtF#kVWzWo2a^78*5&Yk=J_RN|8-#&f%e{SKz|96ib{eN}aw*POQ zKK*}e%9Q_m>+AnNIDY*9i<2k+f4Oks|EKo$|6gw1`v0b}@&9KK-P`;BqBs z|24=h$B+O2eEIVKPtDE$zrK3)|JnBK|8H#A@c+chmH$s4J`C~y|Ns9#T)q1L+1j=L z-=8`2|L^bL|9}4c`Txu3&;PG(-TMFit5^TOef#$R=JDhIPcC2n|L*D2VE)&aFaLkp zwd?=4ckljx*tYFIi2w1>q5q%n-1-0M>ec@rk01a4?d#Y7Uthoe|8e{F|6kv|1M9oB zd-wmtbLaj)x?{)xy?gh9)8E(U&;S2;{~lEIg4Ml!`0)RaA3y$odiU=ClWW)hKe}?| z|Hrp)|9}7fon-v!)hlp(y}NVg|Hs#_|3AHc{r|P&$NyhAbqa3({pHL5Kij|m|L?C~ z|35x>@c+3e}dFb2L~1r#J@j({(pb<>i^F-Z~p)L`}hC%H*fxbdj9oFKwR zR3)G9-~WFzH~0U;rl$Yjo<9A5cjCnV7a}A7zqxw#|APk)!1jLx*>7(C|JQ{J|G)0u z{r~gCiD3JmPoMt($HRyJ|9<)M|KW-i;Jl4$I$_?=`}hC9banmzF)i)?uSbvmzXauH zNy-0T&Yb!G>(?)^{Xf^Q|Nnj4w*P+~KK%dt`t|?cX3zfr@B8=v->zQ$|83#I|KDfM z{Qv#x)&Do@BjZ274`o|Ny+~|j~@Mh-_!H|y`$s*pU}7j^@skve*ORV zqeuTiY!Lo=&~73ApY++Z{T7eHKgEQSFZdA;lDqA{Qq(P{{J6WuKfS~;sw~e zi4!O8A4m-C0u31D>&U>+!3Y``fQ-|*L-*qo>mXmplGN0a42IPB+{BX9qRhk`hQyrs zoXn)6#G=ahq}0^3^2Fkd)FP6PF;ZY)@L*(MSfKv`>v#steF`0rdkkP>88C6&G$X^= zGd}h(%)roKkBZ?s?Ln-wXU^DxXqfp5iy-4OATbc$Fb^^=17f3Nb_NCp4u~Mw3|3}W z2#;8j5pvI@3kw4S%%8&0@gHZan9$w@FB7YvZH7nSRIV!Sfmf;bF6^S zuyHYjj={~6fjX}N>faeqdI6M%`)>)ve;msoG*lbI4yd{VQ2GXxhJ^=A9WI&~D!~G! zL1_rYWP}E!z(hzqK+_fc4h99NdpJRgLFo?4hjMXJh;$9{2P;%1%%5<1s6XN6L-|nU z15Ux*i7VVZCZUEKr4EMKrvOdo@Nk3jDK(#veptCnNF6SDko!Sn!W|5VGL{QkwxH`_ zLl>Zs|3D8?rZ336gHpEhp_vPFA51;WeF{+hFy$ck6{Qr!7pIn#Wag!lehCoFAQEYq z`(W;Yxi3K%;y;+XLGDY=&rQnAOD!Vz{5BGu238JpAIv>4_bF&Y+y`?v$bF$OA4q*(VlK&D6p%h-eBlISjviSInGMPxAPf@&xewG{ zLDmP82g!l!W~f_XZhxQ(aXZXUAoY$g18G2m%*SRd%zZHTz}%+*b>9N0yFvP$uo*xl zF<3ho-8h*0VD5prFF^$oelT}~+~=02EvVD4L>3~?XK-5~e5U^9S9 zVzB-Nx^Xb~!Q2CL-vcFx`(W+{xz8~^F{dCS5#0!?@CmsO<{p^)6rk>dxf|p@rvY>y z%snvo!OAR{yFu=A9zgfO+yiqTEYe`^2D#6LhVBE^4KO>AX?XgB)+I3aDM&)nAFR#+ z>4()Vixeu03VeSUGkCt@{%szA)mOo&13Cw*8T#)#M z^XrgB>lS2vptwY?TVQU5 zx&46{#O*LYfz+3zR)EIrK;ED_2APk|P*~W)+yir;0@QslcZ1rUC8?B;Iw?$Bh%&~B z%}vN+F!#aS19M-3C?xz~?gsfUH#M&mSuZu&AoH=A2Xi0HJuvqv2teEib2ljO1Yx1)&IYk*fnoCj=w`#*2Xhb1 zeF{+b!Q2gUUvWle8aa2FquWUeALc%odtmNM5Q2ms%-x`|+?@P!QjDgGTA2G_?t!^) zfgr?vFn5F8mywyCK^04}8u9~c(-`JHn0sLEgQZ)TyFu}roRgSK;U&{pT?P^anGd4T zG0c51_rTl-QwMW5NPli-QBgjn7hAy$CX$A^4_2PQ+_!)m62Gu=2bAwah%}QJWeNOH z^LZdNOb>cKhPe->9_~IqRDIy^8^H2q0n|M(_dVc+xDV!TkoyL*e1W+K<~{|e`(W+{ z<==rUUtsQmxi0~lE@18kxo;rL7npls?t`UQn7cvoOUwKVG9P9qG7ZZgu>1;hAFRy_ z%hw?Np!Q!{eo<~B4JtYGHZ{zRF!#aS19Klt9_DUP`BE}~b5gLr2+Vy6Y>@m5>$8B} zms){7B?I#Y$#eoI)O>ab4Ko0J{2CU1F!eC^E#N@a2hvZCzKH{weG_DTptOe4H-Wkp z=Jp3rKg0Y4QV&X-#i=w%m^jv0fWiwFwlMd=+@}C_A1sWaaSzf$R}6C>%snvo!5jf| zH`sjxn0H`#1?Ij5tdO(`%Tu8EElw?oFDRnciU(K-KxmNp5Ed#43qP29VD5Xs0&ySA z-5~uS_vL`@s-@d%7RXvd(3~U8JuvqvK-~v(H_Uyhd1a^`q%jW`elYjI+?T)%2|t*- zVeTVi*&{_hfVmIm9+>+UFhSf0b2rR=*{QTyLI5%!n@3>ogSiLhz6XpD_rcr^(ho|1 z*#_~Z*vz3+3}ikwGhpt6xd-Mx1*rRA?gr@xxeqq)gUu{T#6ad_(+_hW%snvoCD=pm zK!dp(q`$N{H9jRZEwMDGBp#fPGxO51nMsZq$b4-2VD5vt2j;#7b`bZ$+|A0wzyQu0 z@yYo)6m;+e2-MA>wgU*m+zN6Z=#DsKeVBe}um`CFl|wLh!~F5U7UB<>|3Ll#mEjb6 zgW`6D~EGCnyquOyX%af1dj{ei3x>JQKwekexx1Lkg+KNeU+ z`~mYH%pb+ci8+)k3JM_L577J_2!lcyghAma(jm|z)5eN_FKA3x8?pt61aUaaxVE0jDQ3S+V z407|PO?cf0a}UgY56mI%gSi{*K5{RL#c&O#!2Nr1c;gr59+>+SpzedY8|*$4OmnFv z^7P3Q@V+2)^I-7{a}UgY31*P+gSi{*KAN=9ATCJuvq@FoC!a=57@COPpeQQSwvav$m}I0bVb%snvoB^W@$59V$Z_tCK2hdT_) zfVmIm9+>+U=tJBGb2p0nXjtw;odu_0?t{4p=Dr7d5ck2{jp9BtxOSQ|VD5vt2j)Hn zsQX~+Spzec( zBZm8`&`qKZALc%odtmNM(1L^?%-x`RIxRn)%-R{@_6cOx)5!WjVTCXe#6s%7L){JY z#{x}=KVbf2Wn^Fg`J*7eII|=(pX_#B0s()3+K(U%avcbR!WlI0h^!CfkDJU43@?}w zZ1+o|B)H zm=jNRXM)Vf=2)2fVD5pr??Dx0pBl{Fp!p|i?gvg#hs4iX5DU^)dVRHdQ3}ilpg-XKQ2Xhb1 zeF-X%@PoMU?t{4p=Dr2W5ck2{4Rs&122CxAuZmC2 zOH86@9F!P8!Q2OP56pcJlpyYdxf{cM#U*rcAk2L*_rTnz0CgYC-4ORBm*(WerxoSr z(We0d&D)@|8|EIE`w|o(;Rka!lKYYplc~S_6=XiP_=bfa%snvoEl_~C59V%={`B~Q z#N_PMl=wW*;-DP5%z(q(2Xhb1eGlXz?t{4-;y&;QKuJFBwmo75A7zgI0H?r;^<>x1!tnY7<{p^)5+oqu2Xi+_e|mg!PG&&?6<35{a}lZ-Ec{^Z zfw^yiIK+K0cSGEln^K%s0@?K)pORUULCI`BsymST%g8b?_rcr)bKe6oi2GpfMs{CO zdJ>gghwLI$Hq3o6_rTnz0CgYC-N^0(txuxW8ZT7WLHc&!_8-(eF!v>hLc$N`Ze;hB zq*jz9=TmnPAEEe#xd-OH1tJjl!NL*Ueer3TIn-=K6LKHSJuvq@5Qex9=5BQN<&;v> zb?C8*;KS1&)IBiwDM0x!cVoDZP9-(WeK7aH+?OB(2|rjkqPs68wInf<4nxT>_rcr) zbKe3%i2GpfMt5I9YEdyY_h^C4N5m?E1#=(FJuvq@5P-N3=5CPw^ms`5oLrfllUh<) zK+Ta3kogE#Ay_c?!Q2CLp90iel9jg z;1Pql59S`2`yTK@+y`?vviquvi;|1!G!F!GAIv>4_bEW#2Xi;beW2D=d{JUaCJpA% zK;~l$Mwt6x?t!^4fd>+PFn5FWgU0rYQu9($i*oa+JxmEQAD{bR?t!^)0XM{bFn5FW zBit6Bm{OLQmzjveH%NbCVm!_Iz994Qxew+Z znEMuRK->p&H%Na~eDZ+pi-x%e=Dr8)5ck2{4RK#-0j+WZ$b5X^2Xhb1eF{+b!Q2hf zpP3t9G*Iq?xd-OH1U5+c!Q2gUUvf@Se12Yhav2?`H(})q%snvoEntPX59V&L`^wVe zQ|PpI02bFU_rcr)bKe6Ni2Gpf2Dz__`qc)^88~T}`(W;YxlaM=KA5{f?n^F9kFS7? z9^f>O+7dAL!Q2CLUjj2E{9x_|xewZ|Doc;2e(MEfJ~qF>+y`?H%zX=(Ant>?8>Bxi zzbH91K8X&!B7{p}?t{4p=Dr7v5ck2{4RRl3?@$3Xs#}Bu2(V!8gSiLhJ_V@zVD3h8 zA2q650cO$uPK*A5^9+>-J;R|y&Xl)UAPeV#- z0k!8AV0K}nVet!F>jZP(gK|jx!q!BA+?P_6SRS8~SV@ghdj;s)ss$Agdth!uFK1xx zgQ^FiT* zj$!VDxd-Mxm^zrdLHhIa=`$V;vl~Ri+y_gGF!w1y(1KhvJZqo?gOpMMAioiE9cVUlKfnT6p%c4?gZ*ynEMmTAZZuoFVOl}(9AKV`$88G za6hOF1!0ieK^Wvdko%GKf!q(;y8^->d64^I?uEHu0eXHvEFM5*1LU3$>TIf9Pzntn zs68OJf-th%L426|VCrG+dw`}7==>q0%ko)rUOMGD$0U}Hw zkCjjWF@Hfmgoc@dGyOr;!`z3i5A42z#KKZ)PME+cWJBBsb2rF+p#80-1u2Oosqtw!iS!wug}D#r9+>-J_rt;54f0=FPG&(;etx!l zQGO|<^YRKX|7StM0TyVu$`_b=nEMjY^dY;CIxQ@ii}2I1@PoMr=02D%n7fhPN1YY| z%m(~4%zd!5kUNxNw8C5nA4UhI7Uh?gr0N-%katKx-o~%0Obm<+pcD-?3uZM*G)Lo# z&7l0j2ESz&yY>bDAn6)iwqc#a;bv7IX9k87P7sW)f;|4?rPB5=3^HK>!{&(~cS?BN zhNnvbCI$vr_}+lV14u14?3q_U(JDqt^~2o6$l$`j$iT?Z@qQ7wTmr>kaDH-jYDrjX zatY}N)h(!olyflihZ_wmPf7LHjRlbM3Y1?ZK==Pb!|5@Obn^dy{r~^}>+3=4LFo#X zPYIN8*=?WH3#H1?+P&$N`qwk^V zkkb4QO0S^$2v+~V>Z1q0AoUTfo?0*qQvbkcg&7b&jE2@BdIl!sO-TtQsj^YGKEmIk zae#&+Bvufl^yl!yzWe2AULPqiLhB<(wE74d&V4dQdgI+c~gsBbAnzi<+)r z;Y3Wj0@X*ba+KQj5v=}!)kg|HA@vcgo?0*!Qvbkcg~<>;jE2`ohUAUns0O6vP`5rp zUk!j7QxE=P?;jm?(KyU}xSZzokp&a9KKgkLwSNQ+XF}x$rS%D=`eC67DmSQEA1xT> z<;H>s*wY;>JaN%CW}}uHuy7)#+yK`{(ELg$T~S(}P^us1e^9!jW_^?}%+nPt+(@No z%tB39uy7(KU4iN&SUF1V`UqD4!0Mxf?~wWkR!=RM0I7dqv_c<*52NArk+B7-K>}94 zT`1R?y7dvx;dHQl4LItfB~2a9hgomaygr(s53P?rq18vwa3)l4P+Ff*svjJP3=9lR z(D6Esr|9E#&Y+#2Fl9v31q9Yb5pB>QRp>xweH1YhQEq_l&wz!~Q|LGes&^Z}_h*3X zA!t4&l%6Q9M<~?~b3Z6Of$AY@r6-4Bo}OUgMk*~a12sLt!Ugqq`V3d4Ndq=C%(Ct?bsya26NfQ1t=<0jyK5H!CMN>`ND zBb4d~r6~{wr7KW9M6Go&4=P9Jhd|+qjwL3erYl%D5tFV!^%1Nb#jKCWTdxGGk6`r= ztUgls1gVc;_0)n!Nc{t+_d?~NG`v1CBCkF=$*?Vwy7dwAZanl@U|>kVQ6Gh796z)| zkDKQ8(Ft8>eRLPCK7xibp>l)L`h-&bun+~68`P|i77X)pLxIft=*C3Uasw7l#FQJL z`e*?(pAt$}l-4Jd>PJpj)U1yZhIzVzg&V2#j0vde3KmYpq$^N;1S?0WT_3^fA6R{q z@Bvca!0IW5-4H&EUa$kghtY`oh`jN+=))pO)UA&|yQ%TS4vzXrbk6%j-IWY9ua7KX z^F!BA>mykB5-K++txqV`4+~jp*GCG&yxcf&4|~5H7M{51huw$?n{Kj4`faZ&KsHxGsK1wi# z_K(h^)ko0qB~)%uTAxs=9}%F`oiExj%*Xc=$gGcU^dQO&(0T<}IN=-L2iHT;d`c)i zQCg2ssvkK$f$AY@%|A8_^YnxWH_})$x>3^;ES&JACs6$ZD>pIg9}4G-p!E%`{(0~Q zQoq3JC54R;K8#+l4#J1gi28@T@j0QSUMly8aP7i|#FGQA`lqSGIdPgc&Fh~Fu=U#~ z(CQy(I1?%_D6Kyz)ei|p>aUjz81Cf-ne|UZ7ixI{3nzT*o51xCG@lYmPn6all!`f`t>l^aQGZVC5!e{X^M$IaqxItA7+;L+cl4y`-=P z!iUidRzmnN8eabxk+)tuZ{t=m>h^!Q@y5u5U)cLU3lduo2ba-)y|w`dwEuGut^R?A zGokW=()xo^{jk7ggRR&8g}z?fldRLmJ{%t2>zfwb#h&h9;fagB(T-YPz{2SP+Il$# z28IUE!3v;xUvT{c&8LLY6Q%VBrTSt12Bjx({X?bnbYPgLCs??VO3!FRO;50J!k3;v z^$)Dv#H@cn`JMDTfkEjMbe;mNzJb+02`?e_3#?vJSPtRC=mkq4d>9R{e@w`$f3^#4 zEv0V#!-F?U8gSG<9DCcHC+zK``FiaPHfa502{|_l6c3>C0v5i6$_q;C4@&jJ0vEKu z1GGMYTKhXD4D<5Bfz0|Rq7}8gfQ1vj_9`en!SW}e^h9a>L8*S^^aQSdsMP;S80P5- z7H*`{5-q6d2^LQH(i5ouft8z>^$%tJA6R_@tA7?ehtw~ydP!jslnS@{^$#!JC{e&u{}_H-M)Ue-f&sMtF+!_kmrxBc~^7);|oxJUzj}jZ}I@BWikrg%iH? z1gd{v1LYOKR?)^^^Z1M{R0hWLgfXe^#`T;5rIqH^#>OY4e#-{26F2kyDNxu zo){PyVBv&sz8GBpK=Ub~^h9a>L8*S^^aQSdsI*^o!7xuxh;So~HNzG)J;A~WUwQ)7 zKd^EWv;LuM{Q<1Lfz>|>PoVV+tRFN3!dHOO3#LN&Fd9++khlJ=VSbr8b?YB~yb+Rs zr~XNOI-BP8&jZ-`+A3)E4>WuUl^2xOAC&4x1TJ;!pMqgtUMP@R|3uiJmKU&a!dG5^ z>mO)7C6t~htv@K$kDQ*US^qc;^YnxWH_})V)~M+T7Ebum6R7@ym7CPAe_-_uto})O z1gT$O^^(G52p>i-m;m9!Xn6f&Y)M)`Kvm~$Or`R9+MrdcP{XlNIO-qJ`h(1h70|mK zXm?)11lamFS+x2G8qS2u3rgz`O7+8n6f|E9p8uiJe6heVFE0+<#@_FSg(oihh9zow z0ShO5^Tpu$2bxa_r6)@34@&jJ{0&M^;QEJ3>FL42;oYBxg&V2#3=7os1Pdp8=?PT- zFhI*q%=(A2^#`!}23G$pcmSziVD*whACwQJ7j#4TFdAO}n38v&!*-#!`qb_J2;z;B z1wXKt1EuVRhXtfw(7gV6!3-UL6GN+ipy5lXyr8uHpj1CBa6$V9LG=%{&Q)13%=Zl@ zkXipkm?O#y(0M(ua3W^kAh;fa=2t@Liqd+7QvJy33RDkKD_tcF^K=CZH&ST{Gt_hi z3nyaI6{tRfm7|#T5oPD~!0I1Zee~cSq`raGQwp6BK8#+_2I0eKczt9>-mRhAg?OE) zTOSGGjT#3W^^wG#IfsL{9H#krTnB7D0zX=P1Py0GgF0_7u^@~~{d<7`Ipb^4{(eV1ml)Uk{hWXbrs9XOC z=i`Ue`mgvtv_>kmrxBLbJY^-lmaA0W&hUaSST zu%|mhzKk$JEiYi;1T7OWgAK`x&25Qzn3d1}-A;OI`mV_Z{dV+-$ zzVrmDe_-V%wd)^PeFLk15^h847g#@N!C%NdpfFnDH-rzP5%mvw`+*wfn^Ac`stDc) zX~0qcFgUL`9DS*X=HqbzM$qv%M%4NT7QTea3rgz`O7$ZGm%8=OhXccV{N91g`sao| zYIy+*Cw%1vsQ!WFPeSR5()xo^{mAKwn)T0tVV<54;YJ#3h8}8qf`t>l^aQGZVC5#Y z>mOKs1FL@)+=SFWuzG314@i9jqZPhE_%Iq#|B$yHyJ7ynGV1n!MDa$50*?Bp;Pj@$ z23AruuYWec*27hzo`(PnUqa;trS%7;`VoOk<@(1SlI{@Z4=>h(n`HKXbWzKT572PJ zS6+bYA80-$l%6Q9KPc6Yh-K>be-1#y31R*y3lstpI;iOh7Ebum6R7@ym7CPAe_-_u ztp0g$9a0X!>ZJvrA@vQ6R`>|v!)QePL+<=fX(Dy&A2Coc?oC%c|l-3`V>W2j^wbvsk4D)&81~TiP8(N6+0<<0h7EZ*>8-wd1 zXnrM>t|+ZXDAkXgu0Z`DYOP0jP(FG-HY{wB=^2`+=?WH3#H1@weFQ5REvv=ks&xE zF(tJKbSq~_YK3QRVmgV26+|eDe5+?*=w}eeYO{jung>-(3=9g5_rd%9&=qlS`FZF- zeyB480}r%Lf~WxbPa!xlw;(4~ft(e9pnL3K7-AxXl*mS_kD%d9sN5hgwjp+cNJ{mC z%m86Vh9eAAT^~2h%MArG>!Sz_)N*41G@OVjH^B7~G{3^q)dFa~1;rsUChwFLgb9@D zhnd90;KBr|kEnL;(`dg47PKg|ggPQ!f!4W9fQA$7oP@JyeC%PEfdO$(JS_dd(i6;3 zSiJz_JLVK*B*Hjk(3I*&SP4x}RND8P01YRE`J*gQ2;5LbO;50J!q?AcU_sQ!LQD({ zj39$>;s$$AI)q>b21X`ks7jDHlnJNE6$9ymVTfT&5DJY1seuWB*ytE6XV1XE0L37A zFdHNR6$9}{#UWud8V-X$96)gd!wd|tx&cIk5;ZoQ0u{ucuTk?o=)6ksxuMX02&`X{ za0SvYf%R7uok#$O>p!Q2(;fr41BkKXNDeYHKsvqPA5T)zUcKmvK|nd(tZV{`ay00VQTkF6oz@f zB!SF+$qfZWeGlrFz`}{xehDnU!qU|OXubu-Au^`4UqPvUm|LjbFS%d`DbHZ$kJ6A3 zm?4iySD=0gESw1SOJL~-mYyJ{F)+Z=8H`V9zk*WzFn3V9U$S5{Jt2Y?i4`G-nx0_c zM6h21t&d0hC7|{;41?N#U^Xa(NBbq9P#Eo(fYJddBtSG2(=(lb?1Ew1_e)^?5LmzD z!39V?4(qQd+<>&>7wm=53cDfnf*larSRo)kGp|I!C$*?R&%nSC6mX>Ayp6uBOepKP z+>7!{3rH~ntTsVH3A~Pri9rg?M<*5>TM1srg)R=`YqQ*Nw4S;HW4;90e=xPA(6BxU zh(^{Y5r*0?frT@yzF%+^628cKKy2{3;CS-ZaD((a8<4LTq#uTk=ENl(+?~?DO`r6Cs;azsAph+q$l#ud^aKkheCus(Ex z+U1kLFi%eoWTvMXQmE+(7ET1qCusVCr6+}Rkn{vAr(p33O;2Q3T8>moPt-1-9@s+K zSulSNH~PUf^2(A+R;>bn`DsObq7P6W#*X!?PrCxs)B^aLxXz>&xR>)#oYcL^~A1A`-#(i64ICxv02 zo)XARPZ1)h=?NB21j{FA`hlgV1qUJN306*_rYEwCCkE(v8q7GdY0$kKpnZfKRJxbr zgU#@6k28>&o+N}((-SP5@ZHM+8ZUsQA9#9#jUPkP87$%yEONhWmfYVb5m`Nc) z-SjkJn5QQPGSkxx0o3#a3nxP92{w-fOHZ)*Ec8f+oR<+#cKJlb^*WGqZ=WtY3p$Sg zbmBp9esXqd33)ao4DN^W62JsZE7tY%l%E-k)&GS{HQNjhrQJA(6e6ET@HpJa9aTtAITJ@pp ze(y2n~ov%VpWe=Ks7ZC)N4&gl6Xq!t-dy55&k{V=ysd%f_3vf+I$ z(}T-owqtn^`5Lrd7#2>%t`~;oS6I4IfaY6RJi=)5YIm4!1_ny?!%U*~dSQmq`T`cT zDD(_&M7jd47lwrsto;GnHxI+0Gc9244_Nwvr6-u7uyh9FQ`&x@R6ooe)Lt)q!5UIO zBFrCUfkGgH3pG8#!UMDw(iNy*0t+WX{SsLEfu$#yp|ErY<5SwNpj1E19n|iZ6pW@P zM9?C!X0V~ACs;TU?3Y06zix@y$zm&k(R4gJlZb-_d^Dty*X+xG#Nv~9uyv+_BV(I%Z!SHg8>vKFiiV?39KIi>z6z@3F()> z`YQ|OL)!5$T464fKMO*G`z40tpZl1%@ohYH`z3PVP(&x-{gN<8zk*WzFt<>yI-@D_DjI+U}zf{)cynWK_Ltk1Mx@2A?vM1!-4+c019&$rhUHz)(?U8OB7B(>Ty_q zMPUY{9S@@yOoj3%Lul}M^c3_yI;~U+Kz+;Eeb7BjYwCZ`4U(- z5$cz~(hn>>!3>3^GZ>%Jeg&oaVeX)Iza(HZJt2Y?iFKnAH9f(?iD173S|5-0OF;b& z7zVZfz-&+mkM>JIp)k6R3zQB(ApxSHn4akbWETw6zFz|Chrs$J3CAG)5?Fs_!30P< z9!4wlLHID*Co?^x#K0x92oz#u;FAnt-b@UP450Hhf>Mj}OG{G8Fol7EqjAM%&^aA! z3<`MlCw#*`Zhb=OmoN$6*h%uD<57s9E(I68mj5kjNxl>{_YQF>)zUcKm zNDndwpSOc7Kq8w`{V?koq37*%yg@%71=90z$t+4uF3HT#gJ~c@FBsFPf}69cuu>46VJyBYZP^us1c2If()k7RqI{)p1C8QjK znLkQHLf}RTYI=f&6Tb8Ws(%=uWVK<7om@+YD6L}~p& zseVve0%1^kqGtUwVYsI!P@s{4BZ^Sd6D*wYr6*AR11mSFUH`!98(96La1c`e!0M$1 zjga~VPXE0H9#>cZr6J{WaAp;G!)OfKg?!DZTmLBIjTHwR^-o6o$wL~hi*VFG3s^W2Jf9z$ zKMAELO6w0w^@Gw92!qlSxc;HieGdl1JUxNJj2wI;A2mI}!U zAbmCl*8hRkH?aCA!46X2!0IK1-;nwSMlbjQ;lpU?9FCrW8F_b>G|ZPXrf&VCf;U*dJ-6+_0i9(;Bih+KNVDNz`~bMxj|`tLaBa`A3zv1o)4;zs5PI= zFwDnO9LTJXW@IAD4bb`oSUBMu&j+O^SpFoGo+zzHDAf;2OCStNPoR2;TIuP61!SH9 zWcDaVgg`_FYI=f&6Tb8Ws()bRCT9IZ-r4|Axd&Pw2di&j^^bxjr2c``OA2ow^$m<( z@Djp@(eV1mfV}ONssUxZ)UAKi5rK_`b>K7hcIgJOZfB=knDawej37w}RPVqrNaGAx z{qqT}{(*)wq4I*#`h!yaAU}XGXgnWW|4?Z>f59*>FCJXLp6);1^aKkheCY{P|G>&k%=(AI z`5|b11FL@$%pvs;tX@)h4ykWo^nxc4K8%LeKcof&Tz%fgxo*_0e>C7`V`C)XsDHxN zbUQmJ)Y5!@=l~nE|MMEH{(*)wq4I*#`h!yaurLLc7u2kO9EN#$(LiSXGb07Hynuxh zzVZTG|3LF8q4Y#){XwaIy# z`e%VDr2c{RgA^V?>Khon;68*8qoMVWo`InmsX+l&f07}rl)CkgCfHn@1djS=L+JwN z2PrcgA$wJ6w?1J7Y=6)bwE71c&VS?G?zZeLUhdIf_{yQMNt-R{y~2qX)*2`UqA}DcptBKQMa1EeIb*!|Nks17zpIg9}4G#p!E%`{!uW3)IYF#N#O>xzBvt{6;7hk z&WSn6Zu#k?1_NBZY5*G}sQwAgNK8pB0-XZkUX)*20GB70kszTY@~xhMfr&vIs}_ab z4G%!)=3tcs3GV2$V>l-3_<=*s8PX>L2{JHH>Oa_A5Qv7D2q7h|q18XoaE6r^3$8-K z8KN3Ng6ofXbA$kiEVul0*Sy4}95T0eA=&1_0Iq+6SAow>0>vEU{0_IA{KOI@b;L0n zhIx6BKxX|T5sO-0z`_aNd41se2bz9h=}F--Bt60MGb~mh>506#T#y-V#xC)Gsfk6- zIhmwqT95&7Ox^SpFwE1FLlJrBZ`_DRO;50JLQPMg^Wzv8P|ksZrXN^(T5ti9p3uuF zNO~gY#!5&+0Hr54Y9uG<`C=SYDxVaFd3t(KNM3rH5rvwbVBv(Co;;ix7#i%6(-SQH zz|xb#IY@efl~a(^z`y`WPsT7V$+S~WYFA!O{;bJ;5Rymd;>&NO~e~E(m0XTYkD*BI(<0L0Zu; zb<@*?VV<52ka>R0jWE>o1PdpW^uz!vpBNmF>pNJ#89hCrMIr-aJSU#K&1MV?3~u@9 zj=A}zd8GHi&|Tuf03HvbQu`@kn5QT7&?A;VBNR0~!NLhOJwZ%^r69R%H!!e(7)~Oo8sJwA8n*%U`=Mr$XaYnz;@o8&hyV`K z0mr<-3|4DrhZ)BYLdI-pH;-+g3!OJOk2-Dx3tvL{8eC7{@EbA0lZJt-A@vQMu7&cUG_=mpGcX{pZ=bjE zDJOO7A6>lh@!%u&`9nRs)y@o}!3Stv|48UV>z@;7^$#?h36&R=)*qDWhXpRR*YRF3 z9p2+83(jFrcd+opMc)WSEiYiAW^3YGSeEEwkL z2^Mao(lY{3(-SP5@TDhE{R1mEG3y`7_L0Eq8(97GKnGI)!0IK1YDj$pqZd>__%PZz zKQ}2eFEu6JnbeSgs6WY2mQLOJM-O5!4zdA9{gcPQ?&5LkF?7xv(f^^;f1vql7zR6u z16uzaM6G{d;Y+BzptSy=R6p1c450M^(EbmV&RH%P=H-P0ne|VEKWcda3nzT*T)_1Y zG@lYmPn6all% z`bR+yX?rj zfxG@8(|@qK2SkIM!~wha%o6QfF=#jwDlaIlKPc4?@&g1z>mMqOs|yVC^5Vf+GW$P1 zsO1GLobZj8fa@PK|A?NTCo?-@xbvc@RE~hL67)leboDyU<=;>efH__pcoI zfV~`eaGw`z|A(A7M%DwWcVHMKeuDwp|1mV{!nUNn$d|3rA9mKU&a!q;8}*FVsFN+>;1T7OWgAC#6r7?hr<+5c%6=IIF(X5?TA zPt^1T3nzT(2~_{U%1zArhqC?;tiFNOKMT|$^$)CGQpkbSH!ylZCWH^85%mvwYtMy} z{xVRv{=x5#1RV8G#a&*Pj26uP4>@s+tOr*2fM}5T1K7FB+GzC;G@J>Q7nIf?l9R{e+xP2eC<_m{R7RXgwhkG^#`T;Vg3fCCu;V84h-}3 z1PeD(X$cq9^aKkheCY{P|1dzyP0ad-vi=XOzJb+03M!EL2UagBBthyM7`-4K!iUlD z`o|FexEHQ)iawl^OWpbh|2n({@3EHy%S0MoUbyJcy#5J*o!cUdR{uc5nNWE_Y5hT| zendP{xBoL?n3op`WY#}7oKVXPSUBNpuY&6zXg(#Bo+zz9DAkXgp1}1FmF5!@hIx8I zgd1tB8IGvw2^LQH(i5ouft8z>^$%tJA6R_@tA7%dAoUNdUQ&pK)Hg7CK@@}!qrvw) z8}>50<%gHrvV zv;@MS^aQSds5GC*FwD~vD9p&gGxnmUCs;V)OHZKs2Uc!k)<5Kx{qX%i(E0{e|13~| z)IYF#Ng)DK-@xbvp%6ZdhLq32nN?&SM3uL3EtT&v!+$2kgLl~bKN;;O4=t;^fusH* z-+!>W2SkI?3kMT){Q*B({R0hWLgfXe^#`T;L4E*X(0&bY{X?bw8W)U)_xPIvne|V^ z9@O#z7Ebu~Yk=z?Xg(#Bo+zz9DAf;2OCStNPvH88O6h6AFi%gQFe3*`>_$ybuyDec zoKhonAOOOL(UAJbC9{Zuz`P5Nz}ha< z8b;mz5B@V`8gSGya1i!4+|$^&RYl9L(u$6C|yxnk5H-~l%_x!l&(Pa z5Vg+nPZ;Lu3KVAK;2Aqm(-kb7h)GwV`UqBzV%A5Lo#PLye_-{If-Iyyg7=I3AoY&| zlwRNs;lpUed=UO|FkE4#8jz<%-TDas8N&)V>Z1e6Q=RwrY{96HaJidUaadghqCt8j zVD%9rT73i!Uqa;urS%D=`aymGVbJ&qxIaXt@son#-hL%>J}6>4qTB$T;|~ibeB&qJ zdI*|N38g1W>k&%zgVGWRgVGbI9-`Jc{tm-EJ%Iv^3@ot?H9f(?314~w)jzOu6SMxI zY&;HD-@xjh1Zhb91FM%5JR$WBj9%ad;lpS|{e!>U#}!n08*N#rTmRrcm+rt@?Bj7~ zOy)Z$cpjs9{gVJYkEastJOpSs6Dlt#tv@K$4~s`oyA@RbP^;alFwEPn3r=HCcd+op zMc>$hC@(<$Ay_yO({2UVL(u$6C|yxnk5H-~=6_JS0@Xv*N>>kxM(;I)g)K5YV>4>H zf`tFju)ITtKfg^+uqY?EHdF!(oN_;^2f;8%zXEK1ToGD*1Py0G8AA zh+66Cf#L9;Zv=%IIap#NYI=f&6Tb8Ws()bRCT9IZ;rtM^zJb+055yt$53F8Vuoqh2 zKxu{D5I&5C*FQ%1*9G7TE1{%T2kO>8R=BK!h~ub#CT!3Yop{VVIW}4^ENUA6k!EUckZ$-}nir{(K_JZxrtf-P&OV1t8ZZSkAfJa{(<#_7VLo3 zH!xaZ8-x#|;q{Lp{&6r|;iMYy&6K+Jk2NlUL^$#?k5=u{$ z)*qDWM@~=R`iDyWX@y~)o?zidDlM@FH9f(?314~w)jzOu6SMvS^?yje#R;}P8&==I z>YoG=Nc{t=mlkY>)Hg6%VIzbOqY?EFdHtV;`QO~BTmRVLjS>eO^$!Q5m2Of`t>l^aQGZVC5!e{X^OQR9JljtA7>< zLFyk^y@c+&1?wR74~%v*cJa&4EKYSxOfJbM<9^J%jdKe?^-pj{VoGWe=$1P7qWn_Q zuP9HDP!jo84;mM;MRziozu-sdgDNI46D#3mxYb$m+vdaXF7iUp$c89$Gj>q`dr*Nq zAHwE-Ks3Ze2q_VUR{uc5mALXEp1i{-7#J8R@e9P|Fp|3Gc}*BCFJJ+SLPxAXEiYi< zgs;2+-8%`($FO|;Kmd}jVfkHQ4J04K=mjewd>9RHR~q3zZv@4$NSwTlYcoLk8kD1< zW+BNE&qUliX@^(SgV)%{HBx#ST^6(-faYn$y(@SPBSI3CpJ5oJ{0B31T*DtVU&F$e zP`;+LT}Y{ZkRL!8v@Q`mu0f@7(1c;0uMeEWp6)Um9l{F0ZNTS3uwOkLneA&b2!oa`-t%D$XVeTN;f3Ug-L_ zlaBZ3l^aLtV zVdW;Z$3I~84XplIzzwN?VD*y13`l(gqZdqt@L@E({xKkLUB^j=YvI(bfAC)rtAL~a zx#6O5xFSr9=I4&zfZcns6RrM%hBKk^g3|hfQvI;>4%&|is(+}}Ur8A5{S`9nABnk$ z@&eRffrS&%{S|0_C6ulxtw$);kDRVR^$@kvmBMgOSFnI1k-jk-HC@5NiI{W+s*hmh zC}w>`-gpIUogu9Lfz?M3I3e{Bte#Ss45@!$^nwWxK8%LfM<)31-@_GL+l9W$Qnx;G z!etd${J<;h^KuRA91eduBS7=|$N;v_YBgGY1Py0G#!QeL|^z@g0R!=E(Lh2tFy`T-khtcr*$dJ5q${XgFQMrFaV7(NM z`e;F7>)}Iv3^cEgcEIYRxoGtfG@J>Q8K_JZ zxrtf-fc62Cz5xn0J_oCBVD--e7D)XAtCtj7AoUH5UeE~P!)SQ@V@lrmoKVtHD&N!O ziZ@CYyu@A(RInEwR@lo*^ZG}^5V~Gr8e07W4QE2-1*P=|rTSrkOYQ#9gM#5bKG#5I z{Ub3MQC@)Ni(uhIOuH3a4?*)Qp>#!QJwmB|nyz5s zL`=E@)km;$6tg~}aJ~py|G?^_2TYLq2v$!m_`;ES!ibH$e3fET0leSCrN#lmzr(QS;yh z_Wn^o#_>Zrfoe4GA2F~&>!S{|`Uo1%gvt#{>k~@#!vdGu_0fa;;oUzva1498gM}w9 zTA~lN+<=7>G35rhK7!^~Lg|Xq`h-&bF#m(n6*cRl1;adD!NQGH`bH0Gx`KrhG3g3a zAHm8|YS%}w`Uh4YCD=j6<6!mFg3plp2SzJ=gz#ZBygo7_uRe-CY@<%y`p5%s)HL9z zj|AqtKXgGyk>>T$3RwTB5v@LghBKjZgVOqhQvI;N1(h3AUB58Q%Z&sw>!TUnsO3fi zG@OVjH^B7~G`|u`SCrN#lefe|n3f=kDB!4% z9wZ4IUgj%J^ZIB8?7S~awE74d&Vrz=>%kx1WYM@?6-a3UsMf$AezIZEyN2v+~V z>Z1o%kopK#Pc3)}sefR!!gB~8M#JkPQ*zH=XruDIPF{Fp=D>68<0cY!<{WOwe+51J zi+1NvdcgWeMridBG@J>Q8DL8*S^^aSb$QR|$zhGCwb5aC7|>qZl5dV+-$zVrmDe_-V%wd)^P zeFLk163ij>53F8Va350Nz-WcL5I&4X)Ia2%|09&NG>p3Sj}QI`!BPJ(IIlRIl6Rlx z_0I-l=z0YewE71c&V%6}p!t+g zdZM)cpj1C{dZK3iqcF_V6C&J5W8L_73A`Q}w4VpmpN54KzVrmDe;AK|CWwBQz`zJbvSHz0f%ji`UjNDBz4YSn;iDb%fhe4!>|rxrZJUJewT-gLO5 z@(RuC9}U=gIa##&2O7?V$_q;C4@&hTLY2Dp&j;P%Jzmm4ZvFEYwY-3Z6Tb2ST>n7x zDWUX4Y5hT|e&qB-&HCrSFi%g2a3hTs@dq_M!NLh&dIHryuyT{y^$)DRfz>|`j3M<8 ztX^7h6;j_U*bJc+HbUvi5IQ8aqNKDaH8{1TBr`9a^wZwA3vKlU)jyD1LqNBPP+$=_z5Dr>6slvA3fMMZ=AssObq7PK44EEd9XJ zlfpSjdO|O!VCjjx)c_0(gSC7z80P6Ifz0$Y;|FSbf`t>I^aM*ku=KRxG$cL2(itor z!_pIZqpO3rd}0{p>4|~N^c3+OH9f(?iBNiir5{*&QaA}oPq1``nw~7lTRaOhgeo+3 z?1n|+NP2>$GnjiIgSs&Oj)Ey66FwE1_ff7TH2uKSQ!OMt!O|I8dLn!L$#9UCPXfa{ zJvES-o+Lh^rYBf95lm0e^aD#z3e}MG1S_Xd(~~)QhatiYp$bji_V@$s(e^mDXu0to zH9f(?iBNiir5{*&T2KK^PtbG*vkTH5Hzd1%2WpQ8XJn?4br~|u5e%U7hN1Uf|3bgd z7ZYfF(e#8hDkR>ZrYBf9p{A!Fju`E6X!?PrCxt>tdV-Zx zFv}q6$(W+@$v3e$8)hE4G#djnJyEH?Qy5K8Sfk>`E7bG^3n%3IjuontAE~~Br5{*& zT95}xPq1yeo)mH* z=?Rw3KzcwJQa%}xJzfAB&m4^Hrvszu2^75;IN}9rdV+-$YJJCmG5!QgKd|()AQO_F zVC59dB1n2NCVRX9l%57-`)R^xdV)nU3N7&*H9f(?2{k=oX+J^J4=gI4zO;50JLay(ywx6Ks2bP`|q(IUWtek>b0!dHiWVfGS z=1@*kcRbTzG(BOBk{M4>(-SP5P|GLG`VN+UVChLA36h>*o@(G%LVChLA7LuM|=?rEEqPUjHV}8 z6r<2H?xUtBSU6#+?--EBGhyimmYx(MAn6H~&R~{6(vvCK8O#z$dNQM+e;1-K7~4+|G)CLwusBAhZ`?*rPq1(zl%8Pe z2bP`|1VGXgEST(VMuziB)fb9nL!;)-SNzZ(e#8hS|VJG6O;50JLQYRG4an&U zmVRLAX@MIgJ;Bl$Ob@htBD;TQpx~QXRFq#tX#qv;^z=b}v^@@sV`O^9Rn+tZ3nxP9 z36_3f=}Ex_lAd7c3}y!;Jz0=FJ`PJylon9bPEQ9$(-SO;QRs*(sObq7PRQvAR4#!u zfoNEL2TMP&^t8YclAd7c45S`}A?eAI?DPaOgF2YH?ePht=?QDJNL)ruPq1(z)E>()M`5XnKN0F$#U-B5Hbqg%fi51k-?AJ}rQzA6R-) z*bPZfuyh8~15Hn4_wS(TiPGwhf!g(*!DxDdMKKCJ;{s}Wf`t>I^aM*ku=KQG2Q)oF z(;3VXXnG>Me`h#I+v5zQ=?NCaD0IYm)bs=kCqn57mVRLANnsl#J;Bl$%o1pNBD;SF zOHY&*P}DA;E~t(6?_hC^OiP?YO;50JB9xwB=?9jcVCUb$(izMSNP03f9QXz~b=%_$ zM$;24ic#nrXHe4^n3zo1|= zJz8K+Ux6D*vN%O_Af9HbdU!^aDt=WxT)(}H!7`VOQH8AHy8k0-l5ZV(?DW?+D9 zB6)1k{neoJVbcKGN0W2NC z($#{MkaPu0Z!pW?>B<5oLK+Q9SB8VIyn2xP1bpuhX}%f$s&5=eO;@mRA~s#Y(h)3O zDJ+MiD_DAig&-_l8B&t224Q)%U^HF9q8NpqaSSzG!NQ5ybOlRCuynOx2_#*?(i_Y& zXu2{ZcR;~#u(q#8(-ka=QRs-HsOc&J8cw*<6-+a{eFaTNuym!c2$HT~=?$hHnyw5D z$V^z^bTtUeD+OqH!TdQ&Lqb5}2x_{5g%hrHh0(r(rXyIoS}-4yu3+UB#1;kySh^y& zjRZcRjT zzv7_M`F0MYI^aM*ku=Jz=y+0L}&R}-I(-V2uc{3Oe z((-A;XnKN0F$yhVjhdcd;Y27s!O{;bJ;4lxr85{Go}S2@r-7!YL03LCjHV}86r<2L zEK$=FES&JArvgR>2H3sNuzR2tj3D5L3V!2Kes&Fhc$w=n~mfq`L$1tMRA=k=lCgsZ;|GXym549efI{0z(A2?mh-4a@fm zeUSXD@cRaMo^rttDE$ONhlVLQB^GCre!)A`Awo%4d8wPf1E40OQVZ7M&)=@AT#jTq zoN_kVp-i9r&4HS~Vc`tR-wV1S;g0GH*gb&c58#J}p_@n^A2goE$iT=zt^BP3O}FH^ zX7KA$I7sHbZRV)?8x~GD^S6V{F$M=2H&Fft-)93&N3e9I&1WiA%^t7N6lAd7c45|lqJ_w9UG7UPf zj~e%LQ#(B!7)?)D<1)esH9f(?iBNiir5|{D`U~mzz{)9@WsvfT+*O1O48aP)$%#3X z-t`W04fMV(D$O5F7)?*0K*hikhN$TY7EY++X$|%ejScqj_Bb^Cz|s@EUkxp%AnM`$ zJTg~JFffD+()5%tnx0@$j6&bgM@>(#a3YkRVCe^zo?wP9fTlATA5uOUk-Y-mH7_wK zC)GbKtvHpUO=Q%r?+ixM6D*2R=oxyb=?NB2$n_m)-xx>}h=!L>(D6N3dQ$iXsqaAQ zkTG zMD9pA^~xs)@H`j?mD=MAM$;24ic#nrTBzv>7EXlH6D<9}($j)>kn{vgXD~}(>51I^ z_tYz&sGFV&M$;24ic#npnyBds7EXlH6D<9}(v!j)NP2>$Gngf?^hDB zd~z5~Pgvt5LIX8D!NQ49dV-}NSbAFU5|W-^=?rEWEIpCA9G<~IfjZ;k)NVfsjHV}8 z6r<1*>Zs`n7EXlH6D<9}(v!k-NP2>$Gngf?^hEBAFz7yIYK)IlJ3T#68f}lm;ux8} zp^BQGVBth4J;BlsEIloNt_y;tGngH)^hEBAFz7zO!I+*ljHV}86r<2HR8Z3sESw0X zCs_J{r6-u7uyh9F!_pJEGs4uGzoT~f)G(T!U{Q=hM<}DFCs;V)OHZKnjj;8Mu=R}# z^dRdSVe1|h9zp8A1$vNqVg(%ty+9K}2WKRvq$)V)=a7CB71;eJ8RV$EemM|qE;^yG zI|1+dr|9RBk!N(kFwfTqa<7Be2SbC8Xi7o} zHDANR=_w-v1881?fq?-uhYH0=^Qh4D14~Z|cOmHsmY-n`fTSmKdqoTkKAGtmB?jch zIm`_pn%e0}VVI|<1Txdp4F%Nn1PdobdIHVKBQR{<3zmLh>1n|&NP0pqry%LcknDLc zNP2R~B>7-NP$ELYp#2q~@~Ptudiey|!Qqlwl$uqc zL~O8nk4onmd{7+T{p|zwb(QQJUuaxS?@{6qNXQUI3emiSjqs=NaYhW{lLqY+~AgwKuu2u&~QR7pP=JX;PENg z_yH{az|xb#Nl1Evr8Ag&AnA$xb=dClKA!F#A)bB|CMs&DCkALZ!TdQ&Lqgz&7;1Wg zg%hFl1WP}#^t9j@Bt5~>8N_thJ`p2wmpL-H#|Jn%d%L>C`}qg?I{J`(ejT;b(*=d$ zJ#GMtKT_!#qNwQ!7EZ|N31%j!oPw86(DVaKPYOpM=?Rw3V0xhC6WQYi(DEt7-_a+) z!x3gG=`^*|(}L0Tgf$W(L{QTcESw0XCs_J{rKbf4A?XQLPQfgLrYExdckc0SL9W4m zu0HY3{yzReFk?xkshyq*M$;44IFJxVO;50JB9xwB=?9*kY$5aSuyh8q44R(EUG~9% zNKcd%P}ELO4x{M_7R4y^4MEiO1PdpE=?R*CVChN08j_x1=?rEGG(C|$t_iL0JpJ6` zg9BWhLwy{{E2F5Lo&-kI6D*2R=otd2=?NB2gwhi%{lL=G0t;w*f~GT=CD8O_1mlxR zyT?2FI{7<0`-BF2`umZp8=;=s>FI&|XnPzHx(HSTKWch{g%hFl1WP}#^rT=0Nl&nJ z2D1U0p2!}5a`ab#E{TGfNG?s?b0s#6rYEcsA;E{5o?zjGI-UtyX8_WUn8$;qA6R-? zU<^r5uyh7e4Z_g$MCNU03=EF`3h<>Ri8&w>$;H%7PYt8#32Q{$;6Y7Kuy8_6PYR&* zbqpx$R-owzmYx(0A?XR0&R~{7(-Yb2p&b3GbTKglb<B-pG*#6!B`v3p`*Vn_xGokDCVd)8GIINt4@uBI7?D26}dh*DGnMf{8-SqT9 zZnQm)EhZ#5QPUGFoRHJg*)wPCFz(5N?)!kHC)oZEbUR@Cj?l%4mHM@>(#a6(#F2WmS(F`~YMr5{*&f*A|jUj*aB(i6D_lw(doMk35G zifHPdD=}d-Jz#|GQC2HVH>KnJpq4Yt2cK^@vYhtdmF zAbc3@mY)tOdJM=L>J&Kj=7qo56`e_-{Jf)b>@fzb=(A$%AOtuyot$Xu$Fw{fa2 zb?YDeOPwA(#a{nB__Fz+!%c0B`iIo`MOP21cVHMKr(p!Ge~QrRA80reDlaIlKPc4? z@&gF7F}OhXQB!F@8N)CyFC55R2YrJHwY-3Z6P9@>l>KC|{7EQ1QCfdcsvne=Kp2#s z!1WK6($fXm(Qy<|xT513jHu}e7Ebum6R7@ym7AFLk7r&91L;Rc!|ESceFLk15;P(8 z53F8NkcHGYFnWO$gb$kn`#)rE$=@!t)Q`ILPbea= zv9J_y)IV`=Hy_-PI3J__!D0kSLZEsFhCvz~VD(Q5TKxkJXF}x#rS%7;`aymGVNiKN z&HBe-n3oq1YRRjAB5F{}3s^YeD=)zH4>X?=N>7y5AC&3`r6mvsr6+3EKLW!%J%PfE z94t|dnx0_cgfBgT>K|CSN$vUvR^Pztp9iXt`Uh4oDF{RA8yLMn0K$jS@cPGqyrrbu zg=Ax?TmRs{i1@%0?Bj0K|CSiCOJ%Q>U z257lS?fM5+-@xjh1qzV*2UagBut4e?7`=cI!iUk|@)>fTGFkOc-p0Gh)UAK;-$=RO zG4}DdAn|F=7k;T?uYV};AE@60!=Uscpa<>$c%aok&~PSHUQk+pP^ur~2M`987u2kO z4h-}1B7w~MC!z?oynuxhzVZTG|3LF8q4Y#){XwaIP+9_EPhrzcRDk%J`) zQPUGFobaV5Q2hfdH>q9!!0H=V{qsN$Qvbl}r3JN+^VbxrA@qU@2(3^Cp+izD4C6h? z2?>avyp6q;OiYXn;QOMAK#i}FhgAd)1I2@*;o-|9j4D@9?|rLa2}?>$x-7q>dg zC>(P(;p2gh!9k3n)PJzL2Sh_mgpd-BsPzvloMGh!EW9DA5hS?&h$s8lI|lGTDZ)6i zS=7FFC}Fsl7i88yH}X--3s^WIl^39XH54QEiNewkEIq*@8kWvrd`Nnt;9fMU?GvT$ zx#kALJUuO_Ca*s|BM&t_!NLjOK2dOc23qdJ(i5!whovJJ4QY?WleZXvfq{zU6ZHOZ zD$OS{4D<8^i$7B7h+Ne41Pdpm@(IOA(7YcgJ;BlsEIq*#!P*xvJ~TZU4*WiLXnLa3 zy$ctlM#pDhag0n$ujT|g+HlcRxj>v7!atfR-3=A0USc?1yYQMrT+%XIc z3=%uh+Og1ZhUIHmcq8ipu_5h_;n$8`FwFC{1DWlP8(FCN8Wv7S^#rsH3%ZvTsT~W= zudwt4N;@D7%g-P-2t(4-@N35w4D6zo?zjGRz6|0V`1%9SUWaB8q$u1wQm<>LfWef0wA=4AB0}u z4WW%8$DS(qq!y7rhzjySNslLW+p#eqQ!(&@V=M8F$7Vm>;M84gg3*qp)PJxxEQm&S zl*A^qb}TfUVfk7i9TL9CdO&PQyMydwMH!q8$kz+9ABI8mH`JUDd>}cz`=@d!yzWFLFX;7FzP!~i>Ag-YWc8-{s$QXn%u z%}7B_Pq1)8t0yqqvC#AbOHT?(ko1IJPC?QWxua(c49*7R>xHFh5KZm!sbQF>rvsJb z^@}2sQPUGFoCuar(DVaKPYdE9=?PX&f#MK^q3Mb2O3RT->51CqQ@}7!PYGnECy6A~ z^aKkhg5?u5{lLFGuS zYI=f&6T$KcntovEX+abuJ;BN;SVTh76WQHt21hETCu)~ZA0&o%dwf9!dG+0lc+~U+ z3nzl*6Eyw6(vw02Bt5~(DYW!N_C$p<`AHGx1TanQ^69`ZPfreHrl*KF)bs=kCxYb@ zH2uKR(}GY)dV-Zx;7DYE-K%U!_C1r1R7y|OE}te0^YrwfoV@Z$A{I40!NQ4P`26=}Cdi^fV(1 zH9f(?iD3BzoqvF(Cs<^{(iw~oO;6+^Em08UT%k2Hl@MS!MmdSV#n>FGcjdG%dH zBx-tsg%hFl1e?c#r6<^Y7J8&Y=TXTnpQyL~-G!?2@)yL1cmEDO9*N~kM4+Z8SU6#C zk25g9=H+4O2bP{-_QBE_j1NsuhUAVwQSY84XnLYjeYapVJ;9B#{aPWaLjXrC^u+@$(GU1)s+tA8GdL+T$`y`%wkowYY5S z-EtUxe*>B^By(YP4~RzAEU^Tw{(*)wth`v@2nlCoJs>u?{)i{Ln?l8XaL|2~RN4n8 z0L=#=KMqSwX8j`(j9Om6!U1@QV@P@;e_fbce!2oR`o5t0 z2RzP8rS$YbYVBrKSpF;oD+spo|w^#mG zZ_mJhR6aq|4=g{DdPh=lU!Qh-xl%JcZ;GJ5j;GCLQLhf_`1GUSigwgZ_ zi((Y|hC6C{f`t>Td}3e#otFc{NaYhW{lL ziV~AcGV}9bW|Bu!x4vT-O;1>(A;J|kJ;A~WwZ3D(+`kS@Kd|(qun3Z#VCf8I88khS zy}<$8exgdEqHcP+ATrv&gT*m2E#ZQio?zibC_TZ_4=g<`m=8%$uyP7!2Q)pA-GGV= z4Rg-VD@!dZQSc^vQ9IZ%)J;zdM$;2GRMCkWPN?Y#7EZ|N>FJXvb{OZxLDLT`Jt;uP zk74NyW)Czyk==koPETYPa$v_$H$4@MrYCTyq7yS5QPUGFoRHJg$`u+I=?Rv8VCe~F zF07n_@geESjNIku41W2U#iFG%!Zz0Nu}{8fnlDWz(Ga^ zF=H=kdV+-$a(Z%SZUB#EB9CXn(hn>>Etm>PPq6t?m{VZsiQEPhXugFy>(Csiy8r5d z@MwD+7RShR#2(c21PdqZ;{}j;dC+_dEd9XJlfq<3dV-}hm>sb6L~a8Ll%A+EJk9`3 zPgE+OHjJhxSQMks61!2;6D*vN%O_+FuysSQ^aD#z3noC)6D*y<^gz>-F}d{?c)WlL z1r%tVEH(FOG>oPvSQMksH+G_?Cs;TUET5q12bP```XK2Emd;?7z|s@B1DfFUM3n-H zy5&>AXnKN0F$z6n2WonPg%iQ@37URj>1jbXBt5~(DVQa&^h9obN6q;=YL-t5qv;7N zh}e#ro?zjGy?jEfO;0A|)^|whiQ@S?YNn?TLZj_*SR5nM z65CMI6D*tvr6*YWfu*MfZIJW?OJ^`UVCjk6`i?47Envq`x4t_tnx4R+icZ|vf|{OS z;e=k_VT?aP(+?~?DYQV+6D*yt**?I)@vD(a@E38U!=7R4y^jLoR&2^LO- z(i1HGz|zx#Mo4;sl~XWFVCjk6@h9Z@7E0&u!1W!K#tRZg(-SO;QRs+GsObq7PK44E zEd9XK6Lh}^ES$ z{qj`W7ji*xc=xjx@MpqNXQUI1x%uu=E2$L{qzbDj4SJ$$`xBNn#CZdV+-$q4WexKd|(q@DY-pVCf7N`H=KPZm)=eLE8mp z5@j^C%O{6no}S1J?Hj95(-SP52&E@j`hlgV1@9o~36{=a?t!Ey^7n;++D{6JFw-cZ zq4gb=#%%;f(-YRnn6VNyJ;A~WU%v>vZU~xwVChNW4J19m(izM$XnG>M0R?J54aW5J zKwx;c$6@hDDjl%`H9f(?iBNiir5{*&g7v3iK5nL5b{)*h!)`Ltm) zJ;9>!3>3^GZ-J5p2%)MX}eGhIx8=kPWGC zVDU&SePbzVdV+-$q4WeB*Mp@e*!Uj0z0h%Ga;N2~dY&wJ-iu1(PXWU`J)y@VvHTfJ zP}37EoUpgYk=9*9$A@9*31%NGox%9f^khWth$dB*G=d!iJztMX<&(l_dIEx612F+8z<|SbB6bpnP^Axc83x!9J@)AZbxDVmOXy{!PdIm=1-P4=5 zQP&uBz8>}Ny};jzeDLVumntS$C?M#9_L(j%+{ZBPy+EiSj|G~afMJjc227hLg6x;* zN1LaBhBJD;2I)b@;C2VH0Eui$^~0T^$)CGQn(ALZ(#I-TM#~shSxs^-R(i1i7pM+taoK|CSN$vUvR^Pzt9|e9${R8g@-GJ0L3Q&5%RR|wOgV!-BI4c-2kXQfYZEVe^ zZvB&tH(C^M)IU#HXSo=BJ&RHQApD2dSe%ledIyFW7ff`t>l^aQGZVC5#Y>mOKs1FL@$cp>!L z$i5i`YX}W4pX13sPKqIKqbil}w@ASnC4|-qpKpqEIdSo#Gy1)Ml==@=_kd_*he`ar z3?2srje~;93s^YA%8LaTAmNRy2gC-~9~7+12CZ`enL{b2_By-^e8YVFjm&w!8M9E! z3s^YeD=$Fl36_3f=}F-nBt5~>87%%G>51%RE)1Y`E-3m-tBQ%{E!44X8o8P8b?aFnz9H3L zHzuN{rv_*^5lm0eaXnaif{pK?+YcFUjvs#OgrVVt?%$ElpD_V7Jq19+3441Su}&D4 zeqiYd7LE&`=?un)rl;YzP8b?aFn^BHkPwLIM@>%(&~QR8pCGCs=?T0}7&QXT$O*q4Wf)ClIkpDvMJ62>YnJpX9(WPfv(&BaL;V2Q@vx z!UxP2?EMtPJ{4H{fu*MfdXV%4%g>NlgpKo(-A#d}Cr66Y69WTv?@db> z=IM!n%=8q|g_@pV;e=NI*fTiD9Aj{haf7Ynfu$cHh`ul=Xmm0 zUO`+!?efWBn5U-&ndFVjNpzy7Cs;TUET5q12bP{7vBtmvOJ^`Xq`osEe_RfH-lrqQ z>51Cq6T>i1PYz_JryK34=?NB2=;af7e+$+wMNdz#bOfUz{iS%a?{$Ql&Pct(> z`&;)HodvZ^LHo3W^OLhvOQ>Z7`EDCdI%l*Y(i3RB4c5Pb^><)?h4q7Ad>E~u4sAEF zLFnM*)V$PyqWpr?qLR$iVwf_b>FC2gJk;&)q+_*v!G*ctb+}k1!Ga48GcfEph`ufu zEJXnU>gT{PvM~}*Q2RTuaE0a91uBs6Mb-miL-VU4d8Z&SFu3KXyXGY(<=`Kc1lfci zv%&J~FZBHCnMZo>n}Oj1_wXKX!ylTsWg}V<`Bi`c5l#;n85kH*wKe?z|GysIK82mQ!vY5>51G94=6pkQ6o9Q>N_f>Cx_AW1dC!6dPXB^dV+-$ zq4WexKd|()KnjwcVC59d5?Fd7Zx=NKgHujwUP@|FynAA9YCJ_Z9a6V^5*STSuqZ~M zZ~VImZuf)RMGOoKuy7)jo?z(*mYx(OAn6H~&R~|n(i6EOd~W&apz0209N9Fr+v5+o zM%&}qB4fs1)bs=kCqnIUSo(pbrv;*r^aM+1FuP#s$qXhyBJGx+?v_|Yq9!cLshyrS zjHV|nq0GP#@dq_M!NQ49dV-}NSb9ov_Jroo?z(=W(h1kS-=EHqR5FfcH{!s#(|JW~uU zM9{|#VCe{!t`=}Z(iJSd!L&ou6`7|6GcZ8XRd8k%g#+c(ZbvDMmQ%1OMxi6VBhnRU zoE#QT1lv*2^aD#z3Y?Ji1WRWyOJM1V+;MVndNLe*_1*{0(S9B*j*)4JZ>Z@B7EXlf zJy`mIrKbhZc~V$81+xQ|p2!_1hoq;$SMMo|)_brhMxk$fL8K>8y$1^?V(UFvI)bGu znBlPW2IIrh6}jW(kaRWp>b(P_PpyBMH+ znBfb!Z-d*f3I8DV!-5Hrb?^)3KLU%xt~LOTtAfmf>4%xO-~nV`6U?3moDlOC{DGR+ z4K;5TcJpBRVdgnN&4byKzzZ?&!7r$JQ=#Tf#cm!i zT46baMmGJuvsd&D{ZY-wf>L!Sut-OMsdOvj-Lr3Qr*V7p#QP3X>r; zy8B@IVdgPF&4byKzy@(o!Xt?O1&z@7?St^q&4cNOnYZ8;#J@0m7T7@aFL(gaukak2 zKRO|Nbn{^PVdgnN&4bzVzzSmCgL@GD3Xh=XwLtjj=E3yC%zJPX;y#!?3YHM_6z)Rw zE8K;cx8N@%9MH{!>4%xu05uP0Pl7qbyoB3O^KL-R`+?m&n0}af3Q+T4_9WOr%v*31 zYTg^Dd7rVH2h$HT@4yX+e_{5(>a_>gq2|qnlzR)_VK)z^A7)+x)I69yuzF458q~ZQ z5c3qCV>b_`A7&l{)I69yuymJj1!CTUZYX^pyLmAEF!L5%hxiv}&x4at{m^n@!BmJj z3O67$di=ul!_0Glng_E7-8_ZK5OWq>h0y5c!Sut-dvFcnKA1hQcz~4)3U46hC|rin z=;p!n!^~@dng_E7-Mj@aA?7T&0HM*%gXxEvrvNn%W)Cc0VeVV-1Y(ZDIS7qz9!x*X zyaQJu{)O3tZl1y;h&c;RLuhpKVESR^B|y!C*#l1}(D+rj3o%FGB!osc52hbx9s|@o zm_6v`Ew}|SXTdQDjcy)HKg_%ZS0Mg{*#j?^q3&BS0g@gSj$k(rrXOaW1Jpd2J+N{L z79R?~A?7SN2%*v42h$HT@4;n=`(XCK$|<;c-yr5J*bAZ2&4cNOnb!a{4`vUnoO*Bp z>d%i5a}>5gXms;n`eEiNK+S{M18-NIhnTlu2b5li-8`6nn0W^-LHrA|2iEROI14pr zFN9WDj@>+%ewcX)Q1f8+z}lq?PD9OUfs}s>=3_SxrXOY=1Jpd2J+O8?tejDp3^7k( z26ppc`eEiRxCrqt%$@{0h(3jb5ce(k45?2PenV*V_<-q$ndbmC4`z?T35YpxbNis? zf5UDbOh3%L2NxjjgW0p-2*kVvHc)d~p!7%V=E3yC%xi#}2eaqFA&7YotRUtr_zN*d z;SGdF_b*I8%sd6Cc`$om<|tS~&3g$kN8veyMmG`{<~n3G@*p%=J8 z%u#p*q0!BQ>4%w@05uP0Pr@;Xe;1fS%v0!u(s!|&2h$HTj{#~P%$@{Ih`tBL5OWrY zLfRV&Hz4BZ?t|%vnYZ8^#J@0mVCEln^6`QI zh&c+L5E|V)n0}af4^Bbc2eT(Z31S{BT`vfQn4{nVq0!BQ>4%xu05uP0&jNLbz6FvH za~B9e^6!GZ5OH+#VESR^DL~DG*#j>R#G&Rv%Yy|wu$u?d4>Rw;Nr-=8_Q1;lF^G8z zMfNk z#2kgW5E|WmF#Ry|7My_i7iP}_Q;0s;xShgsNPH;FfQX};2h$HT&jD&4%pRC|uyM)- zOQ7aW#%>-=Kg_%b$06>6*#k2VHcqLq2x?v*cJpBRVdgbJ&4bwkGY>XSq%aq1UMF_* zVESR^DL~DG*#k2VHZHMXKGeJx?B>Dr!^}Hy4B}syJuvfN1ln+MYmGmimk9?Tw?dGK+?H4t+ae1_2I=E3yC%v*32 z;$N6OF!SK!2rD7xEO-Z@(anSDhneR9H4kPF%skk*j=~IxISXDwXms;n`eEihI0A7W z%pRC|uyLIQvmoXycmko(&4cNOnb!a{4`vU{JlMF-f~gR57Tkx>=;p!n!^~5Fng_E7 zW*%%@M`1F=oCUWaG`e{({V?+m9ESK8W{-jqB;CTyUGM`k9=qTwcJpBRVdf=3&4by4 zZl1z7hOMeY97oUbo1cuyMWz1n0}af3l2g23$q8^Jh=PLVK)z^A7-8d z)I69y80Ni!`u8Mu^I-a6<~=wFaUaYcbn_OxgqXMB7!i z`r+o)L(YeQ*#qlWCKy1>UGM`!E8K;+6T>{HewcX)P(I8aSU(GH-V=y<3vOXI52hbx z9s|rgC=Kgp!Ogo5HSa2R^I-a6<}Ij$_!njmtlt4QuNGpS!e#8{!Sut-bAXx$vj^55 zf|&Kg>J_sCh7Z(9K)05@Mc0EOzr?`eEihD2KQYW)FPa85+L}Hbcx?5QW`5 zn0}af4N&u7_Mn@mun}UOLIig6VESR^DL~DG*#n=ig}DzpU%Ma_yLmAEF!K(SLHrA| z2R;u9Gp`Yve}l1`2h$HTF9B*E%pUkWEzG<&hOMeY97oU*f>OjG_*X} z4W&J?n+MYmGjBmD#J@0m;Qew*h&c;pL1+aR?B>Dr!_0Glng_E7=B@=W^V}fjEO3O- z==BjyKg_%b(0jjO_B?=%lR(W=*amUmg1y+ygXxEv*8nvSW>10$B)vTlhnlkvLMzP0 zZXQfO%skk=on6qF9#2kf3kZ?x#FHAqoJlH+6FneI*ez0-M1t}176`=Rs zqniiQ4>J#T9xu!un7d&2b1t|KaTn}_ z9&BInf(zKqgXxEvcc1{`Uzk1U=E3%rDxAY^9!x*XyacFuFniF=gY7F^a2mULF#Ry| z7@+3C?17mFpQnNCf9;0kYxMYl>4%xOARppim_0D_VDo0MeMJk}u$u?d4>QjJY97oU zn0c^yJ=lJd1rxBF2h$HT??E2KeK31q=E3ISVEYLcG-5XorXOZr1Jpd2JuvfN4%xO zAP3@Km_4w54BR|MhQjJY97oUc)MN<5?%}PAm%9ihS-blUzmQFc@LoX zI>PLMxeGRrq@V+J-#6^$!Sut-Yk-;uvj7FR_~k(+@KbcJCz2o(0f( zM)MXd89CV(9MI-4?@q$MmG

    JWA-fxv=&S?A$+CdkA*^D7twt{V?+$WI+7`J?9c0ZZQ8s?-7TclZ$R1Oh3%L z2B>*3dtmN*AOI;pVdq;aEQiDkx_L1DF!NyR+F|y<+66Fw!{*}^c0!RCR?($m%X@9E|KKP)2je@uMz|JZ~WFph`}`|s=P^R`&rT;5y%l=o?l>RR)$@`z26#G9tIqH95 zUh@CKqKyBg<$3?}in9NQga!XsS62tS!N5TOe`sXr|Gd(I|K$x;|Erp-|5r6Za79Dq z|KiG`|4FF{V1JvLn*8_k^Z6f_5c5AVDgJ+4d^DJynVI~*p`qk|U1P=n>IMid2f3j* z_kTfQ+W&^8qW{euRsWkhYyUTN*8eZ9Dg7T47Xfy6WNgI$qN=k0jlEs}TPIKW-!ifH ze={=f@BUxg(fr@gz~H~1uh0MFl*Ioz`C0$-3v>SGTUhsGO_!A`!wA4 zgWToj=JG!-KIVTm$j`|3*B1Y8ZYc-*y|%6He|=Ze|Jv4Cu>Cd7mH+EItNu6jRD%8A z)Z6gCvA6j@%>Kr%#{aDoL4Ke3zhlM>IBuUl9n1#NAiF_0EHvbQLSihc{bl+8tLsbt zH@8*(Z|rLL-_YF*4qv$at=0eQyKDb9_Ei6G?yLXbHnH`8+oZPtEt9&z{%`DV{NFaQ z^MA+8DgV0{E(GJQg$w_8&71eXYrz6A-7$0Ke~>#O!o&V2CdGl{zMv!@9R9`Sh5xG? zEB-fj)&6hjX#(2~ieD7_dr<9fpVa=peR9wL#_pE?&AmcQ!-2IPMf``iAv zPwxKTKB?n>Q(w#f=DwEy?US+C53?JI4h;?dpOusGzr4Eie`Q_y|MIGm{}t7x;Is}( zcMaVL|JQdmfYTt%{-)lV|1JFu|Jy)*pE?0-XH$3M|K`4CFuP;s)c@Vc{ztMG7A7G7 zgUUCM{jfYNK5Uy*h`(FdfkIkTTSq;vA z&Hau4+a`DZZ=X8(f9s^K|1I5h|66)%|F=!*`rk2Y7D@J3)tCPVm2cH`rT<%6%m25u zSN?D6hU6`f{h;($2TGUC75|$%D*re4RQ_+7(DJ{1O5gwXsgwRU_jmknZmsy=(pmYx z4V3Kk+0Qs@*e{(;mY-{;n*H-(#vAN=Z zOI!K>mX7lO&ApZXTPL=H{oX!h!vCh;mj4ZPh5wsdOa8Y_?)u+3dp1%2&nw9KUsG51 zzp1h8e{*f_|AxxU|E;jHy$4}`1IT`mnwH}K&D~}Hn|rJNgY(_g$^YA@^#5<}YWQDM zp7p<>vEYBllpb(Chs85idf~$Vp!mY)p-wXNlN zYya0(=l^f0&ivojQH*N;baV{|Mis_|6ALOknEoXE^nF} z3jdd7MuO!#C$#Y=rUzQ#7KPNu$e{FH{|K^rbi2Z$y z|Jx?C{BP^1`d?R`@xQ7l`F~S$0XY64;Xmx-BQyDbbyeQ~rkb4pMXBNc(<8nAR~IGxZ)z|7-_%q4zp1zWe``;}|Hk^F z{}p-h|I2e?|2Nj>g42K7#1?S5*Vfbczo9(ie`!j{|H}Nt|E-<1|2t+*1DE}{;=XIz z#Q(9;5&v^Clm6FLX8*4(OZ%Uj5cEGa)ct>TLEQhw&XWI4y&(JR{M)W!nFy&eH#_omKx^Tg(18l&AeKOAGs75FY?`V`FXp|MrP(|2w8n{ogrv z4kR2FF8tp)XU_kQSu_5(PwxHS(pvdHCL-{EYJAxL(wv0{OR#{Yk;kHi0@0O$XOY2p7{n)ClRca{BbZYlU*S&#rW zH#@@fe@>+L|AP3y{}owL|0_ZHy&(R7TV2-w=JM44Woe=R^J4w}m!yRLuPsUY-_%m^ zzp1MMTqn2mw)}5ut@__sl?8TlZBF$609V`pfo`_{V*=d&CkA``kMXwqpB&%>&POec zx&NEni~rY@r~NNZ4FiWg#C|U@8)Q#WQqcd}!i4{AwORk$>azcrXGVbKKLZ*400-&C3Lzcw%Ke_c-W|H{nB|9;Na{{vlZ{zv<}{f`fF2iu?M@ASVQ zA?SZyY0CeW+N}STdGY`A69WHdM|%Fx3iJ4%74GpL?2ag}|Ak4xV0EpvS^pbKlKz*Z zg#6Ej#!+!v`2V`nwEwO3`Ttw$^ZqxKr~j|Xjrm`c81%m^HS~XeLePI7d(;1Zj^_Wv zJna6*_&GuB_jCN86XW~8G&AadWq!i{;?(f}Inh4ga7pxc{GT4;3U&i1Er9X@$bB_M z$^UC|WB(V%2mDVDar>VU>i)kdG4OwNcJ%+M+_?XxnbH6AlS2Ndg?s)_@N@hh<759n z-q+#3kDbZ?07tX`VeZyoyJNg;|Hu2-{Z9{d|DP8h_`e`2^nZSQ;Qx#;_y3804*z4l zY{4|h4Y^U?|BI7@{}(2QLfjY|@IO7w>1j{g&bT>mEqyZw(3bp0RW z@AN;!#qxiEgXw>NdlNABu{HYdYisyF%+=z5q`MUugY>2ZIfKJ7H^%pWcBJ?JikUt9&0{$n5dj3xUneXTHKf=r5f4GO;|4?^ZFb;9I{SU%Hu2%m8oGt$Q z+L`?Ku`&AZV{821$IkS>kB#AfUu*sUK@KMWL!HdPbflXV*bkXuka$iBa`_+cV-NOw zxU0qgU;&0sXZqjY$?`wg|278y{cH^W2iPIp0&+u=zvKVJK==~pee8_?``Q?Q!vGWx zU<`7Ly~+PjXN&(Ku9p7;9nJsyf#S&;!A}2u9T^xp7#SE8I3VK~?y&v%@R0-j3}46c#GD*MhSd1n#FEsa z%)}i0>WP+BU|{fKWMFuZ0h#wCqz^ilK}Z>R^yKUrAA1;PU}&&M#c(6+L9DZ9&e(xy znE47UH^BSeL1G}B03DYBv2o$EXMDhBurj;iQi5Ha5ppkJ2LmD;xWGQZRL+JeM3IOB zG~5^DUqtaQFPf>KaV3!ZVCrG+OGrnJH<0^^QVQaWQ%g!R^U_Jbr~}PjV!1H)!Q2CL z--0xV`(W+{xi2|CHz_kOwTRp^mWXu|vO1XiVD5prFChiuKA5{f?h6e|%*)J0)=fV9 zK`O+21t<+O2{!Hsv?Nq#Ov3e5d5_rlz-5D9TV%wM4J zrDpm4ARc1=1E@VP_j1A*P#Wewn0mPTp!%W8z*HVZAqzHwA%Q^ng2E1jA*vzm2Nuvd zmq_|x@-Vk6K-~&+dqN!4?@)1&dPkUnG@wD|V>1@!KA3x8?pqKGaUaaxApK6*44{%2 zD1Blx3g$kTdtmN+5Cd@^%-taOIb$<`N@Ae+#by-DeK7aH+@}C_AI#k#_qkv*fJ$P> z`5oCvnEPPvfw?as8WMgmcZ1yL7@wF^kdcV2ooZ}C?t{4p=Dr0{5ck2{4RW8;0J;z6 z9+>-JWfsicAon>Bp!;C%fw>PBaWHp-+~-0=_krpLn4QQpJpDn-c$oVZ1VZ8$R_B29 z!|E1t&&x!%Hz5LIenJq0hRNZoTVU$p?h8lN2hvZCy2SvgjsTg7jzRGR!Z2}A_<_nE zWPM!l_eWIi_YVD5vt z2j;#6Pl)?q?gr(ZU~C4EDW(ARzk(OU9+)w#Fb0%{xeulu?miz>eIWnkCKhKywNafy zcNfe8nEMi-?t!^)fj7i`Fn5F8SDcZVM$Uc7FuTa1VeW&u2j;#9&~S&j8#ET3lV47b z6%^@#xew+ZnEPPq0_JXz`!X`qGbpkQujU_Eo5nEr!Q2CLAIvD2yFu}rn^{zpPwC|} zFoTJtVeW(FSD5=AK-J=>q0%koyKQ|H9k@ za~~|d!rTpt-+|1(u>1;hp8_=h!tyo9eW3PLT7FS(A`L1LQ2PiLCdf1_|H9k@b016% z%-x{!rDOo-tYB?@nEMvkLGBiY^$Ec4ORb>Vbn^lyNd8N(hu8xP56~D5j18h;;RjO> zbKe6;h<=b77^X(s{{jc5xiIrVG$!V%`aB+z~5 zG+SpzedY8>AnU{<00? z$-NpJW+he{WIi?tnEPPvfw?ci5)ytecZ2kU+y|Ri!DbdEVj%Oe>4&)w<{p^)7Fa;s z2Xi+_e`#@Qd`fCsVrfoEJUAa`=A~mZlN>RS`PlTq+y`?H%zY2cA?|~@o0W-y0h~AD zlk;;Z=-@3NP&b3>VGxG7734n9Jx|E`F#XbC4^jszhhXl8`9lHf519Wz{s5KX6ncZ9 zfJ}cN>x1|Mbv-D|A24^r{E=V=i4U0nK>kS0E2GpK3=U-a16d!$AFvn$(TMnfxf|w> z1*Q;x!2AdDM|Nsud~#}DNh$^71_EUI16d!`AE0%(P>k>g%-t}5JTQUy1Li-NKZ=tR zb0}EO#PEO}f7=x_KL)~}PzGU8df@@B*G19?^#@2Aj6rI^c?0TZm>(3Ne3;*0ekjjO zDWPPLX#};y7YJ|BEL2p>E z4@w&d0VoUP2T&Np+yisp0waj~VD1LHk7_+IsO3o1+BG`+khpLr%zZHTz})x15aK?V zyTR_G#-anb&8Upcn>OKfAIv>4_bEW#2Xi;redJ#Di0Txqy!-d!@WwC9Juvqr7(l`g z=5Db2Ot2bF6~U)Zo`Bc(qZ?8{|H4{hX7Z5}#I-m<%zN<|HiqVD5prPXX#an7dKjmzzoK_2?A4ALc%odtmNM z(1nB_%-x_e9Hk9OW(%Q#Kp75dqk%BYV<7i|+G)u8AZ0lA_6^M4Fn=u2f%pUFKaf8X zbCWVt^Pp{EGW`)irazGNf&4LDH`)${LHl<={sooyFn7cJ@jx5m519WzV~U`4*x>d& z4a4_bEW# z2Xi-y`^?Zyp&cLQKA3x8?n_XIgdfb^DDE?-oqNzthPe;s9+>+Us6pHZb2q4*Ov_Iv zvvfq*sz7EriL4J)P9jVMv5@*tP_ z>jTT@99s>N1I0betuVJMK-~`W6G(k}d{t6uS{fxoEFkA##US&sNx<9(a}UgY35t-g zg}ED~KRv!UBQb@NkrQk#fQW(2hpphVcZ2k&$0wKO%36 zf)CYcU>?kUF!#XR_dp)vKA5|a+?SM?O#S6wAoIZvLL*@AgSiLhJ_V@zVD1L#Pp5v7 z19uI`d^iV*0dpVBJuvqr$U(vn=5CPwbgGZIBOC%UAHhSgVD5vt2j;#7vJm&d+zry7 z9uJybPERGfVnkR=Gz;cFn0sLEdmsaGAI#k-?u*aK%u7wAU?i7l=P|(C2Xhb1eF{+b z!Q2gTAGmypFV4-+r)Y2!i}OI{V-beC59S`2`x2xf;Rka!NPl{Ka!zJJ0TpL_u(=3T z3>JPc_rTn@KnmhMn7bkF%S|axD}n5qiciTb$)H|Ug4`ZMb|K7tF!#XR_dpWjKA5|a z-B*;JL}k|@y9kvHb05q-F!w1y-3N0wvim^ukF=V@MRgsb?Fw@b%zX(Gknn@K8`*s& zsTC#3`P7}HCltRh_rTn@Kpf&en7h&47oV1yL(NKUyRRU%sJMWN;RZ4vn{hDr!Q2CL-veQY`(W+{=}(V`l+VeP$vLSd zl?BvnNrTMC=RTNwVD3|Zx)0`Vkbb!PK&uC+Ttb7)$LBtndtmNM5Q2ms%-taUF!vQ? z7Nmk&Fxbo^R}5r6HodU;g}Ddjz6F91_rcr^(hqYVcvpISa(-?>Vi7gt7@zxK?t!`Q zfdIsPFn1%nud28xxj2;$nHPGN2e|(Wbq~ya3Q#`G-5~dYT37K!i6xo&*nCQv7|48V zCcxqs<{p^)68ItE2Mb4#e$d!aQEFaFYEf=Jjk>`YPK3D+<{p^)7Vtsb2Xi;beF(S3 zC#IAo<|U`5#HZ#ZCgr5kt}cPO59S`2`yTK@+y`?vn)@Kf%EW_9!gy*-xq!^a2t4HU z2Xzn3eF{)M%-taUNa2U#K59(4fXv6|KA3x8?n~f-gdZ#%LHZLD<7w8n1euS|eK7aH z+_!)m;y#$WLHeuWlXIzA=OViYWIi$<#)hXqsC!`Ud%y*8AI#k#{Z;X$1+>ZuAoF2v zLZ)HvgSiLhJ_V@zVBrYTpP3t9G*Iq?xd-OH1Wri!!Q2gUUvf@Se12Yhav2?m&tc&Q za}UgY3pgO|gSi{*zOwZAlw$g{>tS&Wb05q-F!w!Rhqw>sZjk$`=vQsPoChD@fVl_e zJ_V@zVD1LFFS#r|z5+6O0M}1z1}yww?t!^4fejLVFn5F82W?lCrN>jh^#U> zgSiLhz6Goh_rcr^(w~-Jl$;u$M4yHg)Uh!4!Q2CL-vbti`(W+{xeu~7xPThfE!1|x z6wG}v_rTnz0CgYC-AL}EMs-WrVNew?_rcr)b6)~8B>Z6RMz}ARCgBG%AL=9&3g$kT zdtmNczyxt0%-taUkoe7|N%(=xM{yXG19KnDJuvq@V1&32=5COFi2D+05`IwUU{Emk z!Q2CLp90iQ+ z2E!6xP z2n}-+@|tOo7|eYz^)UA-K=p&vz%VuDt|yQ=ca5wM9M*sQufp68b1Tg42~a=7`~*^8 zoNGq2l~o|~VPS+!!`ugR56pcqH86LB^ylZ(w_ONw1I&G}v(A z`(XZoxf|rZfs9|+xzjNBEhvSCKlHq8ko&+Radh013<@K7`h&U$=01fIi2Gpf2DvXk zzr>eXmq|Q;nh&EvZUJFP*#}}lFwA{0bujlqWDz9TeFceyrL-RGM_37F!Q2N6FPQrh ziXq_#i)WC(GK=HWjA=Bu1Tr7&AT$EzKA3x8?psg5q=sLelYjI+y~PI zb2qa4s8hqiY`{;$+y{$KboasH9hCk+XYR$9BqrfEkvv(D`Pg)V+^4|AzyQ17=01t{ z0QrRkgVu`{Dfs25q?Qz=l2JT@mepc&8iO}3M`KluUr^yAB%QA{3^;4>N@ctP)HzH}PQ2k8T)1rUvnd(Z_a;G^ef zbfaz@ItF(SNRCw$MB>I0udjgBgVN0p1_lOLxZ2=38wa;(!$AhLuMV=ttALS#0T%DK zp!sM43nU%De7b-Ua*q_8-U~^W3!rpRYEgb^NvfWK33;2W?!40rWny4t0HtWCSum?f zqB$B@YzE~IHt?n9GXuj3CkRGYK_36{QfYe_2AL3Hxp^YU zof1#Z!_%bz69WS*d~ZPG0i+fi_RK4wXq6bH`eANjWN={s-R0i#ei67_0>xi&esXqd zNmy!f3F!xYEXaBS4iA|5!;OZQrzCpp#(PM91C?JA3=9mgaC(d*o&5h_|NsC0`g)Lh zaJqu#Q$p#=zqEv+ghi=-Sg?T7)qj2_25P0NgkhepVBtn8J>wl}x`KrhG3m+yRF6W- z(f81FNNN5DrB_gW1gn2w_0a<+NPPsWrxbQW+zq1_?11oLG_(%UGcX}<$iHE}T`G0! zBm6Cz1L@Fq7Fq;Ke-1zFyI-E>_0b1gXnk}SwLXG{FQIaS()xr_{jgvIl^fKoj}(S^ zxzPY?-@^isNIK#zB)@_3E2ut#g%dI52DmHNmroy2v&|#yFP-|Kd|~pfe}(4!Rjf6Z4h_E=mnc0d>9R{j||Bh z#fd)5<4fK82z@pfHKr19)JI2MG!8Q#E~j~Y^uPvMA6-MMkD%d9sNA5mKA}`UEHpvo z1~u!W1;f1DP$08Dy73B<-(d9-ES!ibH^B7~G`|u`SCrN#lK|Brl<@BYc-#b5PbqAKxEn?LX}46Dl_-txqV`4+%sD z1}5lu9miAj@j7SF&N`SfqGw1VbXpkyA;EBCoPRO|tFCh61R3CxPwS$GzQ|LGe zs(#2hN8ox0nokL(CraxPO7+9s4@ysu$<)i<#EXTcvx{R69)6xKl83!@jTgz#ZBqW&T8P&A<=ULWe#Kj^nE zp~ldHH0dOf zTTVV1m-1X-#eZHK!rr0DN+7fTx$zW|-$3~lRR6%j=^B0c6f2fq677X+Bga|j%STmlWrYBf9;Y&}T`Uh5SV%9(8<#$ke2Gu{X`UY12Jop8v ze_-{J!g7dvVf2C}5I&5C*FOg29U6L)!7h`!^$%#J7w$N5z)}B9jaqQXmS4;TvQ`1K zW&yVuq{zV5Du8H^J_`kC{c{kl{(*)wq4I*#`h!yaAU}XGwa4QWhWoe)ne|V^V@Q4j z`-g+fa`UcfUu=)p9A1VBV)JL#-N?{Si-7tE=d^6I0! zjdum8TOWZ=u0{`i1ph%Q_Wn?4#_>Zd^tfqWA63BmLzZX29{=6Bm8s0VKbH(g~Q;)JL#-N?|U< z-7tE=EC?S)BkCja#^<&RiI!8hJ_79qhJ-mbvH?eZBs%B)q3%isn%74=?4kW5BeePm z8qS2u4NB`1O7+9S6jW|dvp!N7=H-S1ne|b`JxG3o)km;!BBtB`*GJI&N+?}XTAxs= zA30r7vp#x|KH5Kmg)K5IaThgR!NQ4{bOox9VC5*a>mykG1FMe~e1+6UuzE^i2E^Sk zdcjl(A4bFLBV+O|AreY5Wub0;#EBg27;FU`^$}>kXos2_?du~MXnmxORv$sbnNYbw zX?;Seenfy$cfP1#n2+y2a3`~WbQ_Z2K=l!5z6cgh_{R6a^$;|l5=u{$)+3baM@~s0C7Ebum6R7@ym7AFL4`u7+VD$~G{!#b@sej=8pgxFu z6`=HjZU`Sn!|NX-^44qTZ9G~@-TH?cZD+6r>e`bP|{{(*)wq4I*#`h!yau)qcF?*PpQQEPukz%VZ_4!B|O zcf-OH7aeg0lHWl26*T?^3nzT-RdD|YnokL(CraxNO7+74C_RDeA1d{K6oz?vf`uEY zw8Ul9^aKkheCY{P|1dzyP0ad-vi=XOzJb+03*JHMA6UJl&;oHUj9$w)jzOs!dG5^>mO)7C6t~htv@K$kDQ*US^pdu=IIF*ZluyP zE}*6-SUBNJPoVk-R&G+e{(;puu=?l08%X^FtCtqoLfi|Z6|5nA7>%fZ$XgF5lr*=N zy7dnq-Y9XvQU4T3S2|mtZl-ztv%>;f|8StzKd|s6R9;Y8e^9C)5xCS{e=uRVmltH# zKN064`3+Y8z`_aNd@-p0f#pv^>50<%gHrv-=?Pr_P-(wv!f;Pdh=3!BC2|>uOamhtX^7R0dX&kRxpF`VKk!tA$R>-X)$%{AAY>? z@gNC%{|8k6q&}TZ^ZF-47Fz!>qSZgpa3)kK|CSN$vUvR^PztpM;l?`Uh4oEii_-7e*@>LijKmUjGQ2 zhWGfJ1DW+t#3@LA1E&)P1_oF-;hQf8*FVsFN+>;1T7OWgA2~gN`#)4#f3RSfrzcpr zkxEOPL`_eyaKe|KK=lu-+{CPZC|iF3t8ZZS&w}TW`Uh4oEzpCw7e*`SK=?2kUjLYq zcb`MvM%hT})<1%HqeKBm{Zqh8(-kb7h)GwV`UqBzV%A5Lo!0}ae_-{|gQt-C2v$!m(1f@fMk}a8_%Iq? zADNMNYiQm^-XQAMM?#PQ$3Y%Q#9l5)+?jJYc*|j$kH^h`)koQA^$|3j36&d^)+dze zM+7T%$KwiydHc12%=#$eC?vmu>LXB39~Msd#!tZY5Hz0>N>7y5Bb4e#PEVkEh-&*$ zhk1HJgd1rri6f}#$pIQp_|g-o{(+U7nDq~Z^Fh%123G$lJb~0duzG2M3dFrIT0sfI zhtcr*$CSMBxV(*jy{KFN2;+^A1RV8GDdVKW3TMvIy#Cn$J1;H;t^R?AGokW=()xo^ z{fNM&Zv7(w%?AkchZjqM%=+iXAxM6M)jzOs!dG5^>mO)7C6t~htv@K$kBDXJ&IdhU z9Ny!*h;So~HRB*^dV+-$zVrmDe_-V%wd)^PeFLk15*|V7A6P$Vfjq>$Fj_$t!iUj_ z`iI>8Ky5nIt$#%DM+lDkhrxNp;pj_6G#`&MfXxTRqSZgpa3)kL8*S^^hC|^H-%xIo)FK|CWv_KS6-@s@EVF({aBkCXW=6@RIucPvLaAJ5P z!~sYB^E64|@RakfXg>Zn!xp+8+aIm|frc}o@`BR(gHrvlz@_$j1cl)~Z%k(WbE6Vb zUVzpkz`}``d1G)r1kJC6(iNrk2&MXw(-o*5qSktZ2Wg|{W5dE0nVwOBnyz5sL`=E@ z)km;$6tg~}Y&`<3{(;p;3U?v(5v-nCAONXQjtAO zBwIB=E{ltaks&xEF(tJKbSq~_YK3QRVmgV26+|eDe5+?*=w}eeYO{jung>-(3=9f) zFN4Q7&=qlS`FZF-eyB480}r%Lf~WxbPa!xlw;(4~ft(e9pnL3K7-AxXl<+{SkD%d9 zsN5hgwjp+cNJ{mC%m86Vh9eB1^AV_3ZY&t)<;DUh?EP?1SmMJG<*4NbES!ibH^B7~ zG{3^q)dFa~MYof@Q&teBP^uqh5)*?96R19-*11m~7)IxXU}1|)OOzqf6=l|J;BU`)eA7bV@^RvB8)=@O{so_mC*D=rG3u_M$;1_XpvYq zN>I}iES&K5vl&)wdr&%rU4Ra2VN4JT zjRdKI34z$?7%XScz`y{-AbBtwBmorz@khlWVKf>JgFhTVaRkE*46wQZM1vAFHk<+# z#GkKG^F3(Y3;5hnXg>tjFG;u!>6gIzD+-*D{s)X+zy{^BKxk0AJ>Ho7e#xD8dEC_P zmw-kSpaFtJ!TTlGu=h($6@DH{c&>@JUt)}89ydCo?U%s97rnkm)&pWw z+OMEgKgbOrOznP2!Z7cbIFQ*dnNf_W??EXW7EZ+WOJMmGmaY__`4$w1$e7Z81*Q67 zZlQX=q#jb9!OS0}At4Y^gh*H5ehD<32=z-~=?9jcAf_=ez|t9vPien`QvEP@Fu?k` z)asW&!wF&jC<_z<5{0Pg=>RmG2=+^$_3>!G1k_J~VNm-I%mxMRXg>xN3h+K2C|pLv zhyMK-P?*Co?fWILeh92zvfw799*57HFhcqt3t;qKsQhjS4epnikl!z9n6G9=-F}HA zBo(8P@P5g8?EMl4g`bBMRR1{Pn=dgzGm{uDs6PV3$m%6_qV`K*;fr41BkKXNDeYHK zsvqPA5T1ZLzR(iNy*0t+XC{Ss*Ufu$#iX$%Ytpy>?8r?g)|seYI{sNF9~ z7)?)zphaRu|(S8Z2y$!>l_8*uH3gOXy2`Cgs`z4@s0162Z4aM|K zCm_3EnD+e=SU&{TFL`hs(%*pfR~GDm@E6R7&0raI~Jf z17p4f*?%y#q|mTF35Z74C$R~wUjhwhSbeXs4HCY{dO&ROy5M;7)^LOLI~$O%7o;DC zseR9l!7#7y8_4XJNaUc__poq+wI5;e0ihA=ZD8pKmYx=DhNLH0euk)LV1T42^3LP{ znc+yK^uz$WHfxo^E8JrYBf9;cGvF)&s)Q4=gq94~T|Ql?gZLNSp5ekj;6UEE$&5_Y^aKkhg5?u5{lL=Gf_0Ga zg{3oCxI)tt*_DdQw;eNl&nH z3T8hfJ(05_A7X;DA=yb0VgQt+cKK8=%+pf>ndwO)9W_0{!iiw{1WiA%^t50lBt5~( zDQGl8+fRmMS9p$8N>9`-pB#pHdSW0mJ>5t}O;50JB3M2_(+?~?DJ+MiCs;X!mY&GF zG>L(M!I}J|2y+6Mrgr%xFwE1_f`8=IcQaB@(-SP52$oOK^aD#z3zk6A6Rey9MUL8wsfC2^LNS%O~jk11vqkA{&;@ zV0>tLB4-H^*a&cX3IQ`IB&eI70)}~dQXn%u&4@=$Pq1(zl%8PoSg`a2o6kazbjW!b z@nn}zR9vsaK+XNl3d1}-p~oY!{D?Tz^aKkh?Co&|2GG7UP<;nWKd|%!vk#WeV0>tL zG9-5dii+!XAnA!p^DQ50Aniq%KSyau2uQ@DrYBf9;VYj&`xs&K@UVG#g=>)Th0WJ1 z%z*G=^n$5S{$vOpl3HO9Pr-WOlMMe-xEQE;zKS#?K+s49kEP&qRTNHOUoU)MTJ@pp ze(y2n~ov%VpWe=K0K(K>FZ>{N zc%RF3;149eL19M|XxM|o1GFv{M1y5U#lgV< z3KJNn{d!?oKLpkzV>E#EOUM~Cg7ry2G_so{mO$F6u=*YrzUcKmvK|nd(tZV{ z`ay00VQTkF77X)#NdlSu5{U>zeGlrFz`}{xehDnU!qU|OXubu-Au^`4UqPvUm|Ljb zFG(0}N5X;@g}xDnNLQeK2`rol^-Eys2bP{-hQiVrj8AF5f>Ql3cTl@uVlbMX5J8K? znh}bco?zibuwMeLk4O6@;C3*y4Ge1kf%%{ihKhmsqvG^GR|FL9Fg%jOALMr!rhUHz z)(?U8OBP&$^fzGr6@^YHA4)H1gYsJ-G`L?v!Flv28Ln|sw_hR)%F7rS-Y@xi9z1V? zp`fSy(7M&Uc>5*f%sqnoBQT6?r^H;;ehDm`(d&C;Js>uv{R&F;gWLeZ)b5ug4D)^o z1DXAjh!8}559*h|!im^^2`sz6#Z04aB2{gnlc z5I&r?h42-uAvCyOVo3hEk0%+vl~T7~A_vaQ=mfl9@(Fvt#NkKjp|4F6SoIb<2gsI&xQ5fd^k_EpZ@eK+)Qt*rbM12qH zm%ze_=za+_zrxZLEZ?HLfzo~jrTSs+p?1Gy!Du@Y7PKgIgg+u(f%+w|a3a_*ftLHQ z^aL|>0W_V#_>}f5DAf;h2etbp1*7Q+5wu7w2|v{I1PdpE{Ss(>JlZcAsP^Wlz0hO~ z?fZek1JwQo(O{WTad0qz!UTqC-!FmnLty<9h4Ya92CTobzyivL(h6o!zA=ObpGQwY zzl5PA#)8XV7~-fACLA+!0ljY8yM971M@*43>5?MN5x0y zOF-!WhUu9eKz6|}?fWILeh92zl5iH%-+=X36bvDJ7`;Fb!iUj5nduoN1}>RJpd3U7 z7D~!hV`5-r@XJq04N5J_FD*$W!xRPvj>Z+6tC$!V*ccS>>VFWA{oLIXN+%CF9-DZW zf#HM`1VfCW)PJx(35W)n*kHYRBFLQ*9jN^hSoosX_aHsU7<}FivH*!}O7+96V}zdH z)bVD~S&)A~@fVz*oSj+%>G`;17NsVaWaj6=G!UQ{4D)`8!c9ng69@(jX$en6eGlrF zz`_aEFA+o2@&AAQ|NsB%>*4)fXnrM>t{~^6pczI2ms0&Ot3c@rbnXtd(pADRPgk&T zBbC14j+(Au;Y3Wja$sO!fR&@~86o$=Q=0!l=@oPi3#|Tu)kh0XL+Tq?J*A)n`bZIP)HL9zk0PEOIV2Mik5L~{>OW9D1j8VQMc6~@ zqee*i1d0dH`AV>GCRA=vTAxs=ALIuRruO-{52_&P3S{zX1}vOl z;~A)7g}5IDmOlxlCraxPO7+9s4@yssk7qD<5bUr^Ue-cVh zl-3`V>W75|C_RDepI_+xAJ4oJm?9GB50#K|iUchqLg|ftsObq7PWaLjsQ!VKo0#_wCpp!pzJI1w{$5AFv+^DCirMQJ@kseVwJ0%1_P z0@Xv*N>>k(hxhtNP?(W}Ble)CD_A%YldeGZ5v&}=tdGc>4~Er83DEinRv#@m0;z9c z^^}4Hln#!QeL|^zP?`c^P`aXKeUvcF(-kPp$iX*uqNXcYI1!VsK=ly=v>c^&eFUq2 zVD-_1Ly-CgR!=DiL-;UyfdGULqv7?DktI37!oW}>BS+o(NDZ$$7Q|v7pPQ4I=j^o) zbAAY~VMIv6>LL&gQvLzfKMF&ukD%d9sNA5mKA}`U$PXY48qWvSN7R}hIxx(~QxwRo zk7n#ZlpCP+39xX&H=Yl!hoJeCPYoi_-Of(8Fz1Kx8b*X9sNR8Lkn##EXn)8bt^R?AFQM{+()xo^ z{UASpFlamnsMJU?NWmlp?qk~cmlu?@AnfQ1vj@qBRo1I?#|(i5fi2c`N!X$gcu z=?Pr_P$@kb4D<8^3Nv!>jV-9@2^LQH(i5ouft8z>^$&&fL(uvLR{tc_LH7B>>LmqE zNPPpN7qCJ2FdAC_kP{SOJ$W1N%22od(Eyu^i+B)&z5f%orrX&;p_b4=b0ShO5}>50<%gHrv- z>4}>4&xHy|IR!I+l!k;r#3t1A1Pdp8=?PT-z{*W(*FUiO23G$psDac!uzrvN3nU(4 z^a4f*A4Ws#A3Xy@Gl&OCB!!Yxsk}Z;6R!&zaMV8=N*6dkNSWaX*{e#s^$7~F_1TVS z^$#?h36&R=)*qDWhXpQZ+#Xc_P-`ApVYrXmlUe^rY($h7;Pna6a3W^h9$XJW^DCir zMQJ@ksea^i1*(Urm98Enjjm6Cg)K6DV?AoRf`ti(?1u1RG`v1CHbC|+(QKilP&?}OhqUn8t$?FGdUHL>*@rcO=Iaw8 zVC%JaqSi;S@Fi4kP+Ff*svj1(pz(W9eMGJC`vt?i{kq@>dE;?2)*;Fb(0mXqobZj` zgX$qz{v?#1D6K~*)sLK>K=lx{(o?}OPfxILBbAO=i<+Kb;e;rx(K&L>s z7v+~0z~zZ$BuFTUe5+?*U}Dh5szqUU!voMcGgu`-f;&3x7>>z0e&A4ZhV+R*f(#6l z`VTf21fn4(LP&{CX!Q>?oMGjK!Zt`aLsTP3aQzW)ju0S`<(8lBnwOZAL+17_B->mV z!1Yh?D)6~UpqPW4-{Y2(pGf)+4~Jo1UO13h|46JsEiYiKKd|()U^65= z!SXXKA|dICyt!PE8E(cd@qVd^Mb0^yq-R=?0dP#+^dvCM)6;?5}2uV-q zKQe*L^fY57YI=f&6KZ<$aAsg=ut!c$u=E2 zMe**5xvBBN$%*7weAF$UHVpIh#6V_xidcb~o?zjGnx3j$(9;tv{lL-_ti1|LXRw3= zNl)bMEd-h2mY)u)?m$cmF?G{Z!!S=z3vQ8D-$^V-O;50JLP<{zMHuM`mVRLA2^QI~ zbOz%?(i3@eK_D~S^3&ZCN#AY@(u#(uo1OxOd3tgnGdv z8n*%U`=Mr$XaYnz;@o8&hyV`qKs5GsR5MtuogHQzKL{DKq1`-of;@B`?`qU>8(8=f z%Gcm}0*Bv-5vEi>!Vc=z6CcWkcfaVtckZnZOmXz&4A*FO`ap!LrZ zwE71czJ$sPO6w0w^}_;}+Us~H4D<4$fz0~n#sbvx0v1mA)?I?;4Pg0`P?oC%c|l-3`V>IeA&gsHu5%3zq67Ybz7KN0g#%L`aI z;aledu79BUlu&x2wEmz}KPWAMFep8N>mMqe^UpBM(-SDn$iWhGQPUGFobaV5Q2oOI zEjKai9}3q^LF*e>{i9F>tzTgMpcxRp0+e1b6~c$n@bcM_oX}ukxbtpZB6aH@eY_4? z5QTmGt%!l$Wk=o(-1QHc{)5#$AR6Sb3$SxsrlHk8(C{TxUQk+pP^ur~2MDI__}hij z;XVF#;2U}4Z#QP6mKU&a!Z%(5u79BUlu&x2wEmz}KO`-INb1hhEEwkL2^3=F;2E<} z(-SP5@TDhE{R1mEG3y`7#@}G|4Xpl2D1g*2uzrxjWC$NdFPH$~!)W;Un=yH7wN5fj zv!HJMgMa^u1CILV!F^t={U37T7+DXf-hp9|_yX9umi=h;4>X(!l^2xOAC&3``2mDM z?N#u)T`IL#3x;`lkw9ks6EPFDynuxhzV<4({(&Kuu4uaKe|KK=lu-+{CPZDC_^g>Kj=7vmg&rzrgAxg+3@BN-yY!@L@Ef z{vmJedEUmQVbraE@VnzdB=-JK#a&*Pj26uP4>@s+tOr*2fM}3-g)DUZtplz8frc-k z@`BR(gHrtj9$l^aQGZVC5!e{X<#*2Ug#}>K}z{X#E1~2em->3Q&4MBZLp5 z;q{Lp{&6o{;iMYiXGq=p2md-e1swIyGLc4?7cM$9uYWjfq4m$tlc@JRL&KL)c|mFY zL8*R3JW{v+6EMun3kNdmpBocV%L`aI;cKsg>mO)7C6t~htv@K$kDQ*s^$)f7=?wGq zga|j%STiP|rY8kxIN?iAp!x?^ZerFyl=XjL^$o24NyvoMFR*%P!QXS>auP->{D$yh zH29upL-OiCP{`$N^kt)N{eyqY+kpt|<8LRFP9BQAxf$c!FiQOg8h3+Xkbft@)*pOA zt$$$QOQ^h{wEmz}KgbUtOzr;9hvMNqUXnoOJIbDI5C)|uaQ#E2`NRXmJUxNJj2tY{hnk*X;e;C$2Dtu#=2JrHiPHLmQvIN`1j3;71g?Lmwf_eiP9U>KF(L$Jbfc!H1ZX(nOHZKs z2Uc!k);|>P|AE#wu=?jgDy05_^@A3ChSWDOTHzyv52GRVk4t6|1O9mzLxQ7zXJvfYm=w(CQy(I1?%_D6Kyz)erIm z2vhqU{{_SSymfN>KV69O0(6c)ES!irZyj6@LGvr2bVX@BLaBaGngU@^x&qZh)H=sM zVYsI&P@s{4B|1^l6)c>HNmroyhyhxTV%A5Lo#PLye_-{ILJFilg7u3Qyo1y~Fk0aa zgb$+;^FjE>!EgoHNd~cE>efg2&lp}1j(t4tK=M@Qy**nn>LXn4CRQ9)7lCMyo*9zR z`JlUK^$|3j36&d^)+dze2l)YnLE|UXT#sM?ZI^+}9*+3I7c%=p?TB&%bdEnPobZjG zfa@V>J|&c%D6K~*)ennnPU#}!Tu^Xo#WTmRrcm(Br4{d2}- zzH@@-F`Cyu3b6X;8e07W4QE2-1*P=|rTSs<2x_;2>K|&gTNQ?RyS0JL`X{0lQC@)h zL$GinrripzhoJeDP`aYD9-&k}a=HT5L)1!F4-!Z3HG_pMGA+@9nyz5sL`=E@)km;$ z6tg~}tUm;+e_-{|f&@r?1gobOJb~0dFk0aegb$+;^%1%2vupLJTOZ+f$Ad8J{h^k$ zRn8~mFz1JmEwApIv`=aZgCtB;`JOsL$Tv_7F!KgbUt3>wb|)khpu8qdE_ zG`!a*D3Dnn-DpCT8=(FWES&I-=Y#7ZXg(#Bo+zzHDAf;2OCStNPoR2;TIp%QFi%gQ zFe3-gXhcm%`sYC$r2c``OAGEp>KhoXa2LXd(eV1m z2>-eOTw&EPe_9cB>mMszR)NJEaMV8&Hs~Fia`iRM`$G*@(DAqvX!Q>?oC%c|l-3`V z>IVlR1L*!Z==y9bt!FA2=HDe1YG|>^C_Y9L}~p& zsea`21g?Lml%5=hd3u6{8>#e+zo_X67Ebum6R7@ym7AFL4`t(Vu=)m8|0u*l>K|A? zXu&N=eFLKvZb0}j8eabx;vWaY6;7%FY_im?f2?s?1r}GpQU4@-+H$a^`Wwyb9}YQa z{c{kl{(*)wq4I*#`h!ya;6P+xU;wpOsoDP#80O_g0-5zs#2?i10v1mA+N>~Te1sPg(E7&`^?U?a_!25FD6Kyz)sF~VX#a;w`w2G;_ws_w`sc<^)baur zPWbi{g6kh>J|&c%D6Kyz)sIL|4phBIu3@;RCq%%J#G3H~H9f(?314~w)jzOu6SMxI zY=0`OzJb+03nC%)53C=A?zsgQAoUN7b~ASI%g-!MbxTYx$tUA}%C-SfNxM#~FW zz@pF*-%-m8SUBM;FF@@|SU!g3>j&YGd=1O*3g;mC7)CER4dKJ+pwy!L(vnm?10($B zji5LdiF11lLX(0%}#rxEwA;5Cd0Nl<=< zVUY3w*uHaZ)O-yKUqbns(sm)G`aymGVbHon@VEw*#z7T^dA?roiM(-jiEpU+8Wv9Y z#z8^t$_3DTN+>;1+AgG2KPWAMFep8N$2F*wo<0IBf|{OS;e;e`#RWNu$*H-id87}H zGcYhvsvqVKMur36bkgx2y*z=en}w+(mR>Nrz8Py!Nqj`46VSSOSUADfH=}F9xKACL zj$r8urXH5wVEmAb%;fC6)Z${80EslE`VrPa(iI1l#@`Q&wrdeVi^RI|9+9p<>yKdJ zL}>g2*4~7*KNCVA?N8V^$O2mkA4V%!L-;T{2tNKn?mpjR{L~%)0JYYU0tTIlWBg;m z%0?I0RS#*tuHyjg-X&So_9rZS(epLB^C=y_pj1E1J)r(7xLrY|{_2Ebp06Fq9RHZ{ z4mDrH!UpE_@XdJEx6QlXL<11k63dPXsA87azDlaIlKPc4?OYiV~zEtY3Bn ztQ^IxkH{OZfUPrx)jzQM=s^IazJb+K3ydLr7_DFk;lpTnePn|F{ykjbb&}zl5_Rh% zCtOy6#T{_eM-A&74u3f#K=b;j0oEVlK&y|S;Y_I9ptL@rR6jTn85kI-T^~J27~bat zG>};z&3K7gZotBcm~sQ$FM{S*Lg|Xq`h-&b$mxoj_0fW1o~~fwMk*cg0ySO1!iku4 z1*(r=mK(5e zBBtB`*GJI&N+?}XTAxs=A30r7vp!N7=III+ZluyTo}#8JSU3@ru0Zt>tQ@6weFUq2 zVD(XgFQmSK)l&;JA$%CEpbp`~Xn1{ONZvW+c^h3Bs9PW5UoX{wqdr=Y*n0R-9|O(n zqZ6=m$}7?K0Yk%?P`N>AeL|^zSh}b7K461kKE8k819{_hGoB#I4bVI=ES&J|+XUA` z(0ocLJyBYZP^up}J%Q>WYMq0`FwD~vEZj(?BOarsCs;V)OHZKs2Uc!k)<2+qz@%@0 zf{o9?>Kj=7v%ni#zrgxMDiHnxD6OCb;lpTn{bNer_+0eiB@WcBe_ZiKi2{!Lr-Hrk zu)+^^e3OM0o+4FM@>= zG3{1xJp|3KgwhqI^$4Z? z!ucX-{R69y9(Y3P8(2NHKpw(}(F(EAI#gxn@QdJ$PI7Q90t|+ZfDAkXguBcfbDGc{?1q(P5>4K|Brq~HOm zZ(#kT1yWExlva>{@L@E(J~AM0eD2P>Z=BSvkKFObOahMjC?Mnbp`1W9n)i=x*hBkA zDQNW(G<*q_8t|+Zf zDAkXguBcfbEg0tM3Knjp(l>6SrYl%D5tFV!^%1NbrFMM;tAAkiQGy$!zJb+K3q&D& z7_A@-;lpTnePl#leY9QZZWeXxBMLX}46Dl_- ztxqV`4+~ss*GCD%yxedgvp$+}3$@&Ug%dI52DmR5y^2B8oSbRYs_VKz0NdkwL`AXBiK2m`8kHXOEBWU;%DmN&tPbk$7 z4n$h4?~Wbb{i6r($m}28KrJ^OK*Nccasyl+LGvr2bVX@>LaBb_bVbejXaO|5VCIj~ zkPx_W4K-cC!iku41*(r=YhSx`?LX}46Dl_-txqV`j|f)i z`Cn8zSLH(f@IEiFfz0}7##KbQ0a{N73nzT%s(|YuXg(#Bo+zzHDAkXgol^aQGZVC5#Y>mOKs1FL@$_Cd~5h1E+77$NlyoUVn)FM!gB`iI=}e^{x! zztsnCgf!r&e;Axs98Sr*PxJa`25kMDBU=3f4QE2-1*P=|rTP(pOWpcMV3?N|2i}r5 z9yj9xYIy+*Cw%1vsQ!WFPeSR5()xo^{mAKwn)T0vyy4xSMuZz_tcdfd=?NB2_|g-o z{(+U7)UJPE^$o24S+ECEzrgAxg=#1tN-wB@@L@Ef{xKshAfT%AHu{3^bpoB=4mArZ zLmGv+|HT)tMg<)8Pr>O;hdU~-(7gWXfQ`THM6G{d;Y_H!ptSy=R6incsayYS80O_g z0-5!X#5vUR0v1mA$_sG)1I?#|(i5fi2c`Ov(-Sr8pN3(co)F$Ggxr~OHbsDt`6Sv>A)~gPY+&`S3cc1j+≤Y27s!O{;b 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≤e=Y> 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≤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%0AUA_) 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ඣ<>nG7qHR-&prQNIxhZL4E**2S^Mg57GnjkBYd+|EUQf|64-6 zz-|VGHz+JXVGr`Nw}BQozCre>Nr-~u1LPJ^Sb@R@gh6J5{0qV$JHY8fOBL*HkUmiS zfYKHyzCmh1X%mzNKyCr~2jpfDEhjAa-&S1-oCeE$od1K|0TKt<1u_$qu0iew=>x@q zla}g#2Thg#pfCg34Uz+e9Y_wO59B|Pc_4E@VFnTdnI$hG^j}X->VKu53)n7@8X+F8 z|Ddo0r56wenF9)MnEyfU2k8aTAaPLKgUkcj4+;-`IcczeL1LghU??vG&SN06L1G~H zgWL@=4-_UKJ3#3Uly5*{AhSX72}&CvyFqF|`apb8T!8!z5;u^S2Imh@dIP0VP#A#R z0_rD$@*~I(AU-HRgX{*eL2d-u*A(LQAEXZy7NEF*sRfx~rK$kVk05c7ogn)_>Og4) z6h9z8gVHFd3<0Hmm^>&vG^NDBZt#RVUQj*NilFaVWp<{9~5VxvJRAIL1`4^caR!0WqEKp0}5XdA7+*i zHy60v0r?wL*2USHg3~c5jeznXC~bhs9gsUfX&977K=~2mSCAMe&4Sc|+zj$B%iTmsn-auY}&C@q5G50vjfah~UH2X-SUJV5>fsRhNOs)Q(5FUWnM za0I0TP}qaQ4@86F9~4KTygdIwc>@$5pg0EE4NAW$4i?}t2;@GHnIQF`cmesR$kPEF zb|7(3+5*KLs7wI)8I(SIqWr<-1}JTT>;i==NG*sBG8^O7A1r@xRK?6OoN0g6sw51yDGG)PejDs*6E>1DOL-4@x^Abs#pZJOtSdDn~$N zHYjg^*s{U`|3PIm$giL<1jQjJo|;eltw}7L2(1hGaxo7--7G}rG1be#Q1o@^%^LSK;a9@&!F&usR5;L5F3;ZKz;<7 z0dg-$Jq&}~1M)A(9#A-e@;WHpgWL|%19BTE+(CI26sMpv9~6!taZvp(z{Lr!4?yJ> zNFONPKzRU^R$=h~as$XdkpDp83yLF9I{=i&L25u@3W{G)8UVQ&mJ)Pc%MkQ+g60@(|)3*;A& zKS1_?%m=jtL0vIWc!Mw~op_0PY11QWuc@Ja;NFF2( zvLEChkRL$yf#MOA=Rx@zsF zb)b3>R8E$9JAvE1N%rR8_7}(9{s|~9 zL3V(`6zo?U)Bhmh{!3uGS1&28a6;C3n~JV9Xv3U81bK=~2mHjp|{n-8Q{n1}m6$WBoH2gL~} z?Ss-A$lW0KfYK1Ct^)ZFR3?Ms5acdU9E0)|C_jMQ4vGs_ym)Pc+dg*nI_ zAag)r4Kf=P79e{;@dgT0kT_^u0JM)Bwl5pk`6ICX+=KS~kx!8Q@8q37VnpRzbQl;w z=Z~a-23U{>VQ9c6@%#~pM~(DG&mW;dT#Ony8Un*L1YkuO`uQUY(0%j@uOa0xoQ959 zgTsS`fq{XAfdOU)SPV{p&QoZh+C4f6a*%s;U^LtsDB}X_dhj_Z62zWA0`=Di2JG&K z`5$CFh3Ahz%4U#3qj)p~7#JKG7#=t>FgQ3cFzj&bm{tD^?^AJ)Sd<{>4B9Cu=7X$szX#fV7_%9bWYO^ z3COukAoUCy3=A-FkSb6)NzC~pA^6W9nGrcnW;d_P|D9a=jlvc>?T;<*HBNsoy=KxM zmDkU2#=d&@YK@PO3kwtD&d=-X{E?l{<=FFQ{jcf$Zv5j<-M;ld z{&wuI-}$btPGIMhA9L;Mw|(0C|M=Gr#f|6JAGH2`+9|ize#ZW~3!lsXe!J~-zju;S zkjU@d0sr-;JbK>zAvU3=@2PkG*Y)l*o`0_XZ{hj7#`^CL?XuX-KYzaYzQ0(t`t}X= zqZJ-&pQn4h6?V9^eW%Gi>A!D27FQNzKTP+rS5j20KXv&$_yCe;_V>PUYuVp#wT~~~ zzj*57@6*0SPda`6e*K@?RpZ7QYpHyGI`~8_YNl%LMqVYe?rmc8?wbJxkWI*EYr|RoPt2z#pI`bjUA9-B3@srvy z(aXDU1ohhLZCG6Qh0FZfmCJs-BG;R3m;W%H_F>!Gx}Dpjlb_4(Fl7_tw)wO@{@r`K zg7sdCEcff4b?rzB*~IC5;-&ibMvoo$m)!FH(0~1X{2|lE1)8U|Ci*2kPw&ipXzw*a z?n0+@@BR5wJf-#G3a&Z1EW$z@4N)FqULQ=4NilWiFqm-6X^OnVB3bOkniF;9 znoZE*-KJ4bHa)gVViR(!4c+iElOgOJTYXkuK}N);oV25>OkbOMY3+>ATq@T2XvNC3 z@U_#TvRCizn--OK%?o_^NWZP(tZPVzk1S_5?=gJrW9(nN`Ha==H^n+HHh(~8p^~_s8 zxa!(1DM|j@DHWdmccaUMIWr8HH@qlf_^8F9P$H7HuXWDi3Bqan+*ch^a-3yw+p(iD z!A|iOul>^V`yG<`dhP2b`N^K5X*s zNq%!n+>oi4|MiuP<-Nf#^%}n_t)6qz{?^Yk)hyAw`HqLN3(S6g&0|gSotl6TCeL;- z*PPJNS#|Le&pdUr_lZK{Cyxaf34Afqyu~Q9P0Z5HrTF0-$!OV6vTt;^U%HX`CCSiC z;bv1y!{cLdb65q#6>ol?z|mp7q9I9ft?jdg(s!pEe`ERGw?<1`b>XJ9E6*O(6|)xh z61(5*YHk^9H#xyQZ||DJkt+nNu5m8i`mow-bN}5b)fw-~tE|r$uJ4_7nrriV2N%%@ zMV{v@4B1W_w-{FCwf1Z^KDmDy-%eJ+d+N<^mqxw3tv2QElAW`o)2DlyPD|O`?t8|| zX}MO$#7DO-=4Nc%=>KB6eT3TM%|{Mg{^8~jR(v~&Z{wBYm;cIK&8Xxp3Sz5N-mOwl zeQN7rh5~_OPd66zhO+Rh$MpFG%PtO@*3quw@~6i0fzjRBhk38HW-kqnpIF2ddu8#e zJ-c{alsL?F+WD`T$j?)77j@Yd>GXC0%mp{cMdX&G+o+#rGHMWmRFvw z@JdFGRimBya zn9qmKu-%(h)a|~VN$n^nJID5e)hA6w+$FYS z3vX93J7_;&y8lzj8PfzM3x+$(H!H2&?AR1v-8HQcLYRVxn?NN?V)H z?XCD`HHm-a4eqnft~>=AZyY6z_2XYE+5}E9Vp2Qe{DuAG9T892l#A{rN&N0Jp0u8e z+1I-Nomg{yhXvEk^Vw^z*lk>#SN*=IJYx3`X7}mWHSbjZ)l0Z3{Wkb*f3sr31a0#o zwvP|*x+>W|jj;1RtF@b7#dwwLg?W>mt372``IS97+rT|*uG~38tD|#0M7ONkt>6N!JXIw4#KPhd+`d^7{Eysf=D5+&;E6AL#S6EkX$J!^oxN2}#PU3>l**4?Y8;QpiBo$M=xQito-7b$$hu za5!Dn`lROis)=v%Db4*XKMm}nLo6=Y__rO{Af2hWn9pd-;;f?!RvbHhIe12nykSUX z;ENaRQ^VP}WX+6f)6PD^H0i`r!;?GG*(8=ZIUJu@Q_0UVv2N?q>#usu6T9>rq~ZiO zn(8hua`l>e)oR9$IcpqhpIEI>{$aYQNk>S4XTh|;D?(>2Uc9d^eUZMZ-^I&5E4QxM zReo)fL}jt^&$1iayizuVOUWLa`H6e4(WkFI-s+`K=E}`mb^L&8;!f3|ccrshTX;KU zw}|BKx_HE~T+Ow0gY4EDE&CPCEfh{wE_js@66G8#^0nwyjG!>fg-$P*-O+U}FK>OH z)BNL9Z19ToLsO@QaxQXGVG$JPh&=P~_;RjW0V-SNEKYB6)(FV-x^`UH*s5>k<%6H? z=BMOuou&KjP)mW#!AVRkZ%!E9zjwvyxAtA%T7@q^i**#H{g`#B+e^jf+iUiK%I4*{D_#kx?}__%{mJ(mJhK(AKT%KZe-hTFFXz(sV#})RCzkH3CLdb( z(s6m)MWeHJC#1w8x*G4w2|X*)6yEl6lWCNU^@Y8MuP#{lDldrtQg6fRpDM{4rY|^@ z64Kwp@-IOq>6B&g;ojw^>v@!X4Nk}_sz0e%y0_2%)8CTkdYe0Mb7r0THp5?LYxabI z+bU0&N!&d6<$nH^S^uj2AM?#uvU`3rZPAN(9|<4pw2ntgwiB8Zw=3S5(q^MmzPkIc zV|$0fb<=y{-al9$H9tudvU`xY#^d$Dt4gc=^Do%&R=dBNc_l4Tz39=BhE1&&v$!rU zTIQ3sHpZki=(UcC{8X+zhudbfpLOI6aXvQ5(Q5v$LZh-}ogJSJEaI?kHgNqqaq1Uc zcl)QannN0|wG{UTM!7pH&dt(2(7!j~!0#V{LW#2`uUe8&x6Jj%Paj36MJo+tUo=`j zG!&@p>#$nHGdFzh!O1e67sMmqv~6Exc=3(o*^sl`&k~O;(3__0oY}d(OFVf>_(hAY zChI+aTHA1anm5n%xU>MHPxDTnY#S+AYo?zXT3cVlxt_7+Wx04}sle5@ne$)Rt4!SO z{IpTv+}YB_Z%%bcxxVmlUK?uX-WKkwzA*ZYZO4j&2M)@$%qa_^`<_qQAm{yP&jQJb zrGfJE0`EVadga|L)A`9Mv9|(Q6Vl|qPEy;?6lZ_Ty`t#Y?3~lbDV6L-DZum3`T*Z2T`#Ih~1D=wxq2(YV`6s9`pC`&0iz3f2r@n)nXUDWTZFGn|1ZtjUxwCuh0H!&mx(5xA)z;mlNN0 z9a&J3WXq)48}u!qq2=28*YED${VV+^JI(0@!(_41LqE=q9{QoAP+?V(TTqg1s}$iI zpx~Tel&WB&XQF4I>spanW~5{{dgzC~p`IbiQ68WZBL?-MAF1XR$>u4B=DH^4rY5>3 ziD{|2mWifjy2)l~i53u887T~ilASZTs<`tJD<|U_ky4WgJ6#cC8t7W47$xhbnx>^08Cw{dni?P*;a`-Qo|%`JlNY~Qbz)07`B-uPE)yN{vJk;0$Cuit+7 z{pYWU5Wk9?)R%8RIM`V)Ucbw%qpHBm%_YFg{r%_9Z{L4Dd-e9k>vwwo|L+k5Qnr7PDyeEy;=Fa7qzCwVFHgC{Q@J$H5Qv9mEDevh6!{r3GQCkHzdBcqhK z$lrheY>ajP{rmUn>o-v$er7cVnYZshv9L1#{qyhRmoJ~beEa(S$L)ttjkQ&O|NX0{ zuEfH^q9iND!ptPV&%?&b^7Y$~TMr)lx;t}ou!sooJ$wFwm6b(+kLSau&vKIDZ$Esx z{qQL>6Vr(c*QLaSzkK`7>}X-|};&e z%-md@x@wAV-+%i5|39;wq?nwPxTqjM7bnNxzkfe}{qAmS`s3%%FJHg&a&!Lu`EG{f4D<#Io$?^8x$9EsUFflUTdH76SNlr&ik%58n7x;t#1zD+ofB(LI z`+=2}MMgsO_n*HHpT4v=)92yheE;e5n-8DZSXuaZxW4`PDa6nF;nNppW~Pfb?#fDv zef{>GIX=++_n$u>K7IN7_n)vJ9}6?Hgs9N(KYutm*uQ-H{^`p%CT6C;fB#&){ov=X z-z?0`T%7C@B0_f_KD~1L!I!V!K-;Z__<6WEzkK`7#KiRe(`RKlDKTNepFe*K@Nr9s z2{EfGNbf#!)>udN{iiQaU%ckxVBdB0?A6;3jI`CxT)wHMDD(FH$J3W?sw>Ifd;E-( zolTIRSAd^SSx%CPiAh#c?Dg9ZU%&leVq$#%;q#xrf4Mj~4xhR7`1z|(U%owk`34k3 zKY#uPtuFZYUr$4smxr5?iP2nN^Z&p9_Z~mz=jFcl`1!Bjf0Se;KYaYGq9DV<%*?~Z z$;`<3_uoHhagkg1pWJ!$?9uaAqQU~-fBgLV?FSz(7Y{d=gou!kAfK49;P)RtnEhR> zn3i^f92$0`_I5|=fP8bP37H3&ocA#aKHQT`QN{Ppdfnn zR$Wo{_n$vpTpTRS%rD=3ur$#6`Rn(yS8q7k*|<45v{aR!zIgTY#p`cBezLQ%{`&n# zO;P5@k6+JTz2)R!pE)EWM zwjV!#adUCLdiz0ELX?k(OH^3k>$e}w_U8Kk|1pNk0czj^=h`%h4C>#8dW@$)@>`G%X5gA24{`j3o+=&QFM z-hce8EGI1?Ds=DhbI^$uW_lX0-o8_mkpyil|M~0b%Qr{PUO9C7;+5MEq{M`|xjFy; z|If+E{{F+Kk6*q*arz|J^;`Q6_ zKYuC6NIri4iiL&w&!4|fU%Zi(5W8^g*7MhIKY#sx@6q#z&t5SzGrf584s-+e|NjE~ zJimVb29-q$(&F5l93nz|0=zuRa#Fe)Dwl5Dm5~tPa6&!4}4<)p;F{rJJa z$jHad$;!g==?kcsR8f%TM)I{Po+z$4|Ajb%ce5?>%^Q_11lU9&S*M&MSuj7&^-A3al%msV4hxpD7tdVJ)cpWi-w z{KCk{C@U#;`@s`#F3#(B9zK5Z1Jdk4H;Y z;V1ZrA_fMAPhUXygMa_|i-(Kz&)eH0fJeD(H&x{~aNPhZ}?|Mcn0S4IYgw;w+J`}gnX&tKoZ|M>s^ z|G$6#?mT*?rYQUE`_Hf6f1J5;Q%*wU_n$w^>Pj+fEUcgkfSvvEb5L6T^XK2Ix9|Pk z?QhfD$4x*3ks-<*KeyT$b93=f~al#vwWo-6a`g$zkUnw^M3yFT}D#u`}d!J|NWB^ z6aM(+D?1w-v!aXy2j~zW22OT%eje_B|Ne1va(?^%gNKV#M2P?W$IoISf^Xh`gcM|l zPF;HU;j@pE6&DBl^H*;Vp1Sz`$1epLaZV2QPoKa2{Pl~4nF-`+78Vv3W?s9e#K+71`}d#kKYp>XvhZ+oFS^`-+}^s7p~ux78m*U{RcBQC&!16Up{~PcJao&A3uJ` zN{a12alz71>&5GLw;w!}mlo#$l@Orno|B!8gB^5`#eatXk|IL;j~qXC<{}>t7Xt$$ z#1oI6y)@O+`1JMLhfiO4xH!Ll|M}zBFJ@680eLBLB{?ZZ2F7};S!#cXMy_3GV+__$apA?{NbuPe(+9z1pN<(v2XyxhP4fa+lu zX66S^UI_5=hzkq8dH?C-=daIRzWMp#A}zyBB+8D745FC!`X{u{VqAt@%z%*?E&B!B0@V}3p!St(IzanR8n&tJcl5)=9G`OC-8 z-~Rvq_v7a;pPNY6>#{{hh7AY+pyq{~_*n|En{j|2O2ugV`m? zVgFkTlm46OY5Y$JbpM|k=KVi2%I|-6v_DuKNPb33$^U3y=l{8}f&a@=!~b`crTqtq z2fA8=)q!YNE93v69(MmDy&eAtyV?E+xncXtdH-iL7ymcXQvKgvobun%+yIPI!o2<` z27CN3NC^I4oD}*$!rSqGWqK6Y9XT-p|I;IU;AVl?g^3~m)53lJCkDCy2icPm>H9xE zzzxg?*&XiX@E?Rh;vhGg>Z*g~L2QtEO9QR{)0>L^S7k)~&yNrKpB3%@AEdS@G30+< zT+sizoLI15lS4hhbYoup|BAFou-`y#1Brv&8|C8!b}Pt#AoqaW1u_$42FP4c*tuC7 z|93Fc|L<*Y{@+|*103!kH?}~-xI8W5Kgb-An?Uw7|AE9oaRl-gC{DY})4}RMav(k^e!c9?!2Sc7X=kGMKi1#nKPV1BegwrS z$UKn#q!7>lApM|t1o;6J9w0H0JV+17Ke}p)|JTo-{C`1D9oWsF@CStjDC|Lgjtg)F z$2TZE^)-~i@d0uRD6BwX1Hzzq1^E|*L3V)BN06%x*xev~p!fl$El}D4sRgA?P#OTa z1>_%)n?bayy!3w`2Mcf-oLrmxALI^@ILI!LnV@tHayLjHC=Nh&1h`oL2Zb5PZjc-( z>_BoLeIWmV%mbMN3Nt?^OK_T0SCsv4WvKmsYC{3oE|3~=VZr~Pumq(S5C)k83U8SI zLGA~+14M(wL2(Z<4`e?mJgkkh!Ttq_f%1T@i7q&gfy@Spf!q&rH^@9tn1Jj6r8`i* z0f~Xk2E`{R&4KI&sR8)`#0SL%$nPL=8)F@C{s5&nP#Oh=0mv;D`kLVU2=W7n56aIV zyFqM_8$tHX>#q3^(gz9)P+Y*&g3R!+H3jEKkT}RrkbNL^ptJ&tACR9xX%tk3fYLrp z9uywN+N$7k1!RVkg~5MNJ^<+h=>eGsas$Y3AbUV*6qH6leh0Y)BoA^QC=A0q?f=6t zNRNT0GPs=Zv@`n;iZf7I2go=J*%}0T&9BfpmbN89Sbg( zK=y;&1kwjei=g-eD@ZNKevsK9zktFPlwUz^2KfasHGb3tJT@)yWXQ2c__iwg0B%UqC~LFRzUMv#7xT9Cg%VE}UPvMKHV z7f)>d4=N|@P4&QKJtz%<{0vIlpfCZs9aK+&{0#En+^*{XAbp^C1ce1C-+}xAvKJJ; zAhSU64l*BPFDNcS=>p_0P?&-Af!wipLeu}L_4(ks1XON<+y{zBP#A#NpfCc(CCI-Z zb3y45qz+UDgTfYMFDNg7!V#nnY`I0VHLh!1iH$PQ5Wfb0aB35o}h9z#u)|Jo`F;JOf${y=dJ${Qd( zpfn0n4~iR5o&mW7ly5<74>A&>;Cc-dN1*Tp zq#lMr?g9B1WDh8uKzSXM?m=z`=>fG3K;aI`tDraqmHD9b28tt4{VpQN53UbD8KZ48y$Uaa!g7Q2lUxWMxigP7dNpM>dlny|8K>h)R4M-m--Gb6Gs4f8c8AOB9 zE+}t-+A1J7fy@HA1LO}-8UxkCAUA@{0r?k{20-ZsRBnU929(!8=?>&CkRL&1GRPc| zTS0LQN{gT{0)-n$FDQ;ceg&xkwYx!WWl&gy{0q_p$~U003FIbFz69w9rF&3Zfx-fm zM?mU8^&qI6oLG|$ZjXb?4^X^<+yTlLAR6RQ&4&VxfSFeP`U?|0ib*Z(%)Q=2=*7uO`x(7WDY1Tg7ksR1BEBZ zFQD=dYBgj9X@CE4unF)&rP}qR^l=eVr02Egs^FaL~P?`tD6Ua_be1O~zatkP(9NfAF+&=-u zCCCm?n1cKY(gX4@NFOL}Kz4%4Yf!odnF9(3klmm#1(ib}dv#P5{)6%mERBNteV{M} zr6Z6zApe5=5AqYp&5QaQ!R=H~c!I(T6y6{=fbt{AZ6I}^HXlf@gox08ke#6X4~i2| z+6SdKkh?+d0i_{OT?O(Vs7waMA;?{zI0oe_P<{Zp9TXR!IGa+J2ku9L!U|Lefa+aP zS^)VKWF{zlK<)v>0jR71#V4q20f~X+KyCoV703=y-UYc6gh6otatkO8g2EqEMu6)2 zHM9HwgW?sW9~7=2IZ*xsg#)Pm0ol=Cl?Cp1fYLE2+(6+CYTs%q%l!wr6BM2x_kqe8 zP}vKz50vgfA3{nR&6BOnk zcYw?Rg*C|Sps)bh3rdfmFa?RbIEFZa&i#PxhsJg82W%hppgs5F$s+K6Zqm>F$jdKC zEXvNzOV=yNONWl8P)>o){YV83uuyIkUK5aPzt&i#P-A7lju z=YF7;#{r2Y8N~{YNyYg&r6s8#qv?iy6SGql2GD-Gd31OnJ_e#eI(w{ zV@sy9bAYF_vqC{pep+TuDg%SY#M+6r9)}%dj>ZSOYKpRVcUZWr@Dp=!mGKtsPFT1_ zG^*5K=NIl-CMueGeNEX15B48j)!e;#9pAbpg&&NM^ei-Yd365w=F&~Fv3PfUcXj{n z@`ej546eTEVp^3Zxw69N%(Jkg^TIhe5(E~{m@;Ff`lW8kioW&LKYmn+Ka9Nh{GUv% z*S(Ymf0aI?yBj*pJJQW{=YF;;?3k+3`eRPTp#|JR_C>K}KYNQWCN`$G_4s7XvvAQ7 zvyOO|5M~teNb=E!MOjnyQ)0s`@(aVXO|R`zuTL~szjnz^zhag`9mPf!mlG=%_HgOA zWL)(yoVe)kjQ08)AJtE)PF~I9*2fyM(5dLpgZdA8)cKF_%Ti?TIyW3%N z-tGIxx81d2{B!=m)N9|ur4QUufBAKrm>tuv?Ty{9x2e5noNj&K!el+kNy&joFYVsI`>O)N=GQ7F$W z$xr}oK?-l=6K7yxTI=cJ7!q;#?R4L4VMmGM^_L|yl9jbMS`)4|Rjg=l3c29CzoFvH z+5CVP&p+x_d<Y}m{AfM0Igb!)!`TuXWq{W)T!x%bch#$p}7=ymNM;~S=V z&nKRL&bULs?_X-^S)=*vd=0nF?#*a8us5J`twi(l$|7P${D*){j=1sh|GIvJ*IeHLou$yzbt^un!j_gSl&j{Z|~6nJ34cQtEj&`KAz z$(?16ejHreF0jps^RkqwS5wt@+PAGtec9ZAKIu*OmjtC;&OCHpT5$r?w4R6Esvo1g z;A zX4l(xyJl`J^HknJn{q1Ha?YavtZgMEfuZs*QAtHxL0uF2Qnw)kM*)!Sk9 zeJ_7hL}}iO{B3(7YwHDv{rBb9Nh&^JzM3`FYpK)r+fStyOi5y&5!&T{peg7{qx7}; z;a#~8cAbq5;7WbYShM}x-L<;&^z@2EUzAv}I2P>T?LMm1>eTr6@85^h<{xD5a8Ys; zU|F+vttA@u#+|kOJ-H~W{rvt%Qrb6juB}PrSOrZ&$I(6#*88c@52hlKhfb0h0qYMoH zpFe;8|IC>){|_8E@P8fy!~cEz_WkdH(s@w207{oY>0&5d2Bk}(G)Qj|5*sAn!NBl; z@7}%tSFBh8Pv0QBLHHyCqzd}*;luyOk01Z z8k7&xI}ysB#K7?X-o1POr!p}7KXvNV|JAEkW7vP1f#E;Q4PU-|`9Gb3;r|YhdQiLM zYu2p6NdK_34=M*hdO+?#b`vNrKw^|&P`uv0ef$5$jTP0*`Rdz z92yq4pfpH)FA^KXCkCHkVE7M9Q=qT_oCVf3aep*^)a;hO!S2IBFF-b!o zV4*=YlewOOHlC(||3-}*4S~@R82AvtR+NG2jRoR6!RyErPC&|E7~L>H>lq%%K-M$B zX!MX1fUalwVaEOdzTN^|5p*A+0%)EQ>MvaD8DRbg89~8%2ITTMF*#cyD784hv?w{X z7-TLzacEw_fZ9(_zYYbvVCxxN5|o`?63m?ktD6_BADHzFE3QJ;GgwSOtY;`4h(JPH z&j2eIVCxxzg&>Yn$cB`Y5zulI)cy_;Vqk!YgH(aa+R^n4Lv=j^C?NMQuIw+FxWqJ!g^oB+AaXr}fHrtN11F<`!2S1(@83TA z&&tZm@c-XG@KFN){{3TMWMpLc_xCpg8wU@=&+lIt9z3|mpr)?P@b~W@@Eu|xH7u;` z4FCWCWBBvu55wPo{}`AUK?4#D3?Q@q{{72v_s%s2bqzhxiX(={gI3 z7#W$s1~D=*G5r4doq>r7;($NDe=)GLv4DN}=g)5j7FN*mA<%IfOkf9t>;d_Mjg6gw z3FI1(0pGrTV*oki|9?h?A3uID{Qmuift3YfAS)X?*f1t0NJualg2oxotP-FqQ_|KnT;B>&o z%Es{L-#>=Ps8|LzR#t`|KYuYWGchtSGBGlI`vwYPCI(OfWM^k*`1$h}13Nn#*f*RU z>}SV)LLPF{(DgM$Mc3Jl-``JaJ>nHdyR z%wV7W{Pi153kvWv@bL10(*-DMK)&GS<_51v1)Z+K%)-L(@9#fwYX1KHJ2+ki1O-6x z1CB;eNQ#MyFv!WuFzD)PGl+=_gFVR3268aS4p2xkGW`Dimx1NqzyA!setieK9+ZU` z85tOU{P@WrASlSd#mNBCG4OD6GcdD2%8)Og zzcAc?@PJ|a=9LV8|Ndt9|DTQF$B*v}jLa+ye}4Z4XJt_C`}^l70}Cj~L6(3D2v9y| zVq^qI2L}fyII)1r0a;mDhOb|~fHmK{e-E56L4F67H2nPhV4s1aL`q7M;qRZn3?Dc? zfP)*9MLAeO>FYlOH#aZCkME$U2IZ=M;4BEv1)$OolpjGpXJGitz|6`9&W<1l3G(uT z6A!375SNf(U}0rtxO3+Y1E@#=>HGcnFWBeYJUk3Sf`VYRptQru#RV?NczJjkSlJ+j z9H?jqiGTb0g#qL_P;~zRWoJ;S#LUbL_5~=5{Qdot;rqAm;Jp3q$4>@OaD(FZ*RP)p zpt8c$%!~n)6F}v}|NjgOZ{ECS`0)Nc!`ruS89*V)!OqUW&cOjrY~R0sWBB{~H#Chf zf(tV)E*@|_^Y70u22gGStxpA~Y*6Y1IR;c>@$vD3D-Td!<>KOExO?v&!`Clg!KqwQ zQj$Sm-;m+oe^4G~VtDoH6~ndb*BOo+Il}Pe%NK_CA3lIB0y!E~a)J`z*Kgk;<}v(d zfRs7^zzOsJzyAzO-@ktWyB1V4eg6(B`~QH>>;V_Wpo9s^UT4mp1snYS-8)d)V-OY* zVbIjn0*BJC-+v%A+rNJdpj`9o=TC;upT97?efN&x&mT|?%fP_K#=^kL4$9L18DOO; zI|mmyDw){XIT@IkSs56aSs6fyn46mqY#=DOK`sQ9aG=ug)TxsU&tJR%=XowpP6h>e zc?LZ_Jq9)wW^keesR4z?i`~3McxS9u5`=F{E6uO`?h~@05 zW8k;|B}866eg;rY21?~PTE?&CG0Ln$6>K&9GK%v3MC&B=tK~Zx4{3%Es!pZ@5%%5Lh7+B1#?7>+A z6x5)c04nQQS(q8Ve*FfnG(ag9lxIPC9%RX*M~}dT3@9!{MMW7v^#Z6wyK?0U!@oa& z!NoJE&A`n3A6!I(%;8{X1xKl|sWrGb2Q^MUfBwM0#>TGCMc>wWegK2QGkle@87A!C)3BgxDFF zKt2U!4N!__WMl?sFHo@ys_Q{DpscJ6xGVrwK%lG#N_3!B6DUXAy?Y0oV?KWT$N;Jh zrDbFobhLFCm_cpIfBzZSSU`;qP@4kO6l4Wk3vQJB2UXdi_8}t!3#f!*W9NeU{ucwN zO~A{;!yqCo%pfZx$sj5!#Blk-F$QLEyN`?E$B(bz1}M1I^ZO6D(aG>1l)pi2CI%K( zW^kh8=Hg}mRXm_NfQyrd;rE|k;DpD*3|S=(%J%=67#UbVQ2=V;fPx+r3jhB7Vc_HE zWl)rtWl&O5WDpY*Wncj{RKdRb$H2tN$-u?U!vJarfD$GsOa1u%je(t$lYxnW5nT2D zV*kzn%HE*%BS;NMEjSH<4)6k%P7I6;oSdMj`31SG7u0YB)!Cq+1%;E9g*k(&suF{Q zxG2MaMn-VU7$gn~t-pU67?@cY8Q2-v7}(i4z^z|yP~!!ZctK6{zyBDxdHKPW5vZbL zW@lqy=U`{}^yxFWGGk-}HQm_351%t9AC%8QTs@nhm|INVkpAnp% zSXe+66ce~TzyvC*L56_VZ-U|pR66kriZZaWaDuZK$P!Td@6Ycapr{7NDDA4#+1gpip7w1UKVBofQTKW`^%SzB2s&4Qg#e8m=HufGROip$Bp#$V?_s`yV6$ zX{EA(i(wW}lj-+whCjdlg7MSG4;h#lSs7TE*cg8Q`pdw{&c*Qi*FT2;pt2t1t6zT@ z82>Xf{QdQl;m^-s3@l8n3|B8*U|?Ycbw*ei{{8;NzzRx7|Nk@m{r3l4STQn!5+f6+ zU%&vVG{AoP5B3$Pc?L?1paugdZT$ZA6YP6X8v#@mgOsweFfsi6^$Xk~0fibU`anf6 zsD}iKBF6ua-Vi8SKnWF`-T(e&`1R`#xS{j^KcsKK1S*0V8U8Z-{P7*^dr-X(YKDUh z`2)>nAbC(%3RJ3rx?`|l2c=|C=z+=%P`?kHi~jxwM-wQQ|Niw0Z0^sWplE(C>MZ2;vd6bu%)2*1}OmL5>8HD22h%S z7|slCQi1x5piues^9KW{Bf`oGX=a0u$YWq&c>De%gR~qg11JPQ9t71dpo9c!7lN}j z!+!>*|Nj`CtVng4!y2y%@&SA`IcTg2bT%GrY@Xm+@-WC)703`|3^Ip7fPp~)Ngk9~ zKfZtY|I4S>Q2gfqhxaf4fByIyj6Z#N{r~NoXa7$f-~0c=yQlv@eR%Qz(}$P;KfZhR z|I>$8U^VaGJpKRX)uaC)b3poFYK|S=2{!Y?yXXJkzJBumUg*H8b0#zjE z7qHo&xO@)^yBGhze0~cKcaWK2d)__!4>A)Jr)N(c0LKH^{Ex4|ZUeDjzkKxn-RsBy z-@JMZ4vV+19)ax!#qaS$+x~z2@Ct11_pcwoaSsZkS1%rd;{oJ;kl7F#q7K9d#R({E zLFo$=PN49(bm2JMZJ_iB((~r^GjRBR{`BTQC=5Vipl}5F5u_KC{y<^=^~-y(+d$z6 z3V%pgfzsg{aGHg=9VGw$Ehvq@`v39ci~nE0zW@L64 z|DQg+{QvUheXyF(pI`m|{P{Il&Bu?={(t`b2F!o=?&<%JA7B1|^Y+RAFJE4R&3gC# zIoJ;%H@tlfvImqOo`cgBD9wTV{^cViA3k|-`TvKH&;GxD{qXklq*IaCrX~;LcHKKK9GqwD`) zKE3(>(Y;ImZ(cq5|JtSF;Is&`59DW1xdBQapt9`S*AM?eZUU8EptPHk6#KuqvFiWw zCA0qT-?Q=mNB`fsdG`PHD<}V7zjEUL^~=ZqUp{~M z|K;;X!TgJ75B|S%{mlP6H_!jSa`D*zd$%t9zj^HxxEuh*KPaw2=?;``L2OX|dotLOK@9Wg_-%kh=|C4H#fKc zZf>ssV`F3gd$_y*H#Rc*&&0$CIuQ6jGc(iwqlb3>zj5W{e^6O?^}-Rb{gChn)i1BW z`43b^g8UE4e_;IS&Hu>o;Q#5V3IA&|LVn~|8HG83$`DW&OmMeg#oDC2E{ulEFj?z za?^|dF;SuaGt-m)mzCuHud68ohdszn&>{2k^78+!t*!rid3pVhjEwy6?d=VA3&>p{ z%mR%kkpE8|+w=e2>4V_3bMfpUNc#Ky4jkq$p4|o4L;H8F|9@!T=Kp(kto?uT*q;AK z4{rM(9v1Y!q$uZqZFR~2s*1w@Y_LH;28RE(wzgoqL1FIV;__cZLmeF7ptu3q4N?p8 zKPZll9^C%_=C#xRFP}g1|H_49{}1ll^#AaIZU2uS-S_{*vHky#9M}xb_n>+fR91t^ zPf*FEg$b69!+g*ym)dU*Vg2oL`s9v=SR-roNI zu|qrlpF6$(|E=q%|KGiJ0bJIC>N!yT1}ghNbp|NyL&{%BUI5jZ@u2jdnf$+`DEoh7 zedT`>W8?o|vm+wF_M4fSg3~uBUx30J}M`2;wB!OA*tdIQyupFs7{3vk##-16*ypuhM3tjv`ECB?b_%S-eBhlhs# z4+#kd+ih-c{-2$V1)L^9ewLAz`me2}_21sk?ter?#Q*%fy#MJL8Q`+u#F1V9FP}U7 z|NiX@|F2&@2@Ypa{DR6nP&ow42Vl2+dXQG}6@~vn@f{Tv z_21py{XZz3f${;!&mh`BUmu(wK>iI65Br~qHTkI(;$XOH~9cKO8r8&^;N zzj5URxQqq089;dt6#lSq2e|`OFM#47Bo-ST{=XnE^M7GM*8hsKe6U}fot*xwsj5QC z7A8h;IRi?2Dk>`fL1iAO9E^&J{2v|`_8*i^OiWDvA33=F|Cy6}|6jdy?EkInXTkmh z#W~0hP&)|32DKGHVF7XzsBHpjqlAYB{Le^B_+M0z`M;{7=)a+%;eSy10t#8~gUTn=YtCjU=Oj{6UyvoezY=VYaT<0daR<9~i$CRlA|dLr13 zAa_<*7X6<*q4WRtEvx^ZJi7D$&8w%ubs)%ppfdj3mk;2!5U76vYL7wU0TdQb{)6Hr zDkAuQT5A0NjP#`cpt>kBBKUt;Xu$ul&_Hn693L0?ACyKCpZga!VOjSl-C8xszu z6XK%4?Bc@g{}cP#|L@zq>Hn1rNB@J$Ur^YB>c5ZgUxDoh*#&Bgf$ASn8weCWpm6Z? zaQW}=>-pc^&H2BVhs%F&FW3K$4mSUto$SE0hr9ECM+e*gAlk**;lHo9`+p}#5Z?u? z-p$qVzn7=me~|k++UoxA+Oh6Gs0|HC`>+0g`uG|g&Y<=Ns2u=G3t;^DEjW*W+8`je zg5u`W$2b3v9M}qO|AXo(P#AuA3+f+$+Db3}zkmDU|Hlun|G#_l{6DBI3@%sSzx;pg z%E|wrwjQVr4Jva$`aXYr`5)v@aCk%A0Fncl`}*bM|B!Y%s2l+Gt)79~i=cc7>Pvvs zf%Sp=7w^G+2vGQe@(alAAbAiQqy}WyiDSE=etZco+upqemGzIneF9J(0I3J*hp2x8 zPLCjSAbd#s08}o4_y_i^hvpqn-wWbzP&xvI5h%_;;Rr6%KfeR_SwMY~vnO_g`*5JR z1%(SpJ;+{=c_8@vT?syFjYq0oxNFV#d+b91)?b7#e zp8P+5<`6i1K<0w{`|;g#Xg})>xJ?b}6M@VDg(t`!kQ>jQ+6Q(s$bL|t3gUK9-|q#u zUkQ2*dsOAhlt$R0A*lB1T#&Lu@T3V|S_=#B$RGfQd) z(0;mmc#vBt#^T`U$l&g*z|`O&4{LDPB!)Dk28 zVu{B6DU1vZD`vRpO=V;N&Ehi@5~GpIY9zu|se|l?84GGpgU-f-l?$-7qkP98=V{BgnH=TTO2L>j>MUTYi-;-P`h8yz)VHqoPnx z(cNj)4_jo4Z+%adUReEq?TdK1!Pj7r@j-L48TgLpA zx&1|j)s|8Dw~KBm{r{nAcy887pWH72n{0Gsv%kCh<4qzjMK8D)+`k_!Y4=f6 zMR0FNeB7x&E3cTI+sCr+h-h@>*Ii8VjY4_{E^p$!`h(^3?;ABoUWi{$?-NZ-nG^2U zQhxS*<>xc^J{`M%>Dj_(mH89H*BIJA_J6u$`=V+`x!-@1cD|L|f6CW>(x0x2$IlVT&VFBS1Z1*5Yn6DzuKFq@ z^TN(!ZoGPGb~g=-wjbEk!spQ{E!3!T)~(sMtE6y=YqaH*7Ww#$nYyQAl>2Ru_}w_g zl4?BpUn%$eyB5dRs4kN9-k-#}zamV1PY27N;sa&|3pO^d(mqgLybY1eu07B5?pDA2x6)Y z9|GNKSLCj--*SI}+iWTQpyI{0R}@TlhhC_e`yz!cX%5E$-YX6~owhSwmrtpfH2cg4 zTc=Qs!=7^stbCIcX80w^e%WyQ3Dcq<`wO_AbxZ#bFG^hWTV<#G&c8iT^W!_Wb;PDx zG)u8w4cFB?yPxCixkFp>o|S(n<=G$g0U9)jxP?kQQH=K;emixo;LJ^)2mk-4JkzYpvCcJzw|{=Sa>+ zI!BTjdXD6G)mAaXxQadfpWj*TDVJB+lI64cmr%p9+smeSb^ScFN}{T@!GMXwal*{h zC7Zh~e_Xq6TN-rtXyvr}`}0j#i0QJixIAJp_L*JLTv2w}%;LSUd!%bv=lM=`-(3nH zm9LBT-?x|^D^`(q<&5X&BY{a9?;Q5x-`urQ@VvnB5Z~oBitjg`s_fnzmc8Me?N4rH z*IL!nrBTTqiJX}!3Qms9p;r=={dW6xv38!DZ1*ql`h3OdPV2NJEX4xa*=~Mq{(tcO z&8Vd>HT5+ovHXgcd7do8@s{cBvd1;@)_%WPIP93itFFiAGZxQZV!k`-4Tr=nHobMb zXKiASdB>pa-XQ2>tmIipR1RclAn~SSCLx)D*PC1>?=Uq z*-}dsl2X$%^K6yg@7}MZkeOnu6mIHk;9KCFnvv;IRg@ZBspan zW~5}trC?K(l4cd;;s!OMC?(BSDWjyMz)D}gyu4hm+*mKaC|%#s($Z4jz)0W7NVg~@ zO}Dr*uOzWTH?LS3WCX+vm(=3qqRfJl%=|nBkeP`|`K2YcN=jUyo7cci7x|XHpl_(<{k&+D8Ur<_< z1NKfzvVLk#D(F%J0SY54m;B^Xkn=oUY?VOvTczYDXQo(znU)5L#wHdf$-2ho7D>7$ z<|(GSiOJ?Ex|XIE#umnA$rgqwX-GzS<`tJD<|U_sjH<{j(96tBv9d@_votp_Hq$jQ zPBzpvv9L_kwXjG@(ltp-G)zrOF)%luEzJ@Q zbPbG+Q*=!%Q_XcPQ%y{DO)QL)4U*CflTA$xz(%DcTe;;I73@Bo({EISE^GXsyDb-fV5G-DiTVMq~pEbWI zBtJjLRte+;1tUE}h=V}VzNsaNDTyVCE{P?nwn|0@My6HBus7gR$r*`x>8UBUO3(xg(~^lLF&G+Jn44OfS?U^@nk4I*q*@s3S|*to>!z6{ zrI;9+npj#ILDCc4^y2)qlJdl&RLAtxyb@a__srY^a9Am5K%+_%)ivcAsi1f;Ff!FO zFw#W|G9`V8_iXe*B?ip5Hu@Oh0a1Wd#Mp5uK*WMv-0Zk)^ugsEsLX>H2r6@EiJ|d8 zODhx_^)bZyAZj}U4a3#%{_yaQ9v z0CEa|c^*c?JPry7bTMQ(7@Lq9Z1NzpLHe=Dfy8N!kplqa7<7k##9)qqvC-9l_#inD z2C-r4@zEf)xa860U}h2{4pWP4Ho88L99$hN3%~_HvS=72hs_XVWgs;mKDs(|KC&8+ z9vB9RqhpX9HZhnu%xoARq!uIw!XP#>2B|^Da5-22zy**PAcH`fKr~1g#0JqYK8THs zVe-ggAT};>kQ^=y(*vW??SzRV>j#N}Fh~qtJxB~I#uWe{17L=MG{V?08YG5}L3)tI zaPeVgfaF0KpB`j6m_B4Nbp0SXm^y57AbAvw9snRsAWV`WpoKF~Q(^j`T<|$-AT~B} zm>9@DkQx|A4)hd& ztO;faj7FBj#s;Z_IS9lCse$o9Y?v5`4a3;PU~=TrFf)=8RIetqy}9M zn;5bhVjK!m1Hv$UFgA$BWO92>)sU!e%B*-{y4n>wnRs&KCk^^Co zI68)jgVYf%HxL1U&4DlnvA3Q`U`@-F5*Xip62 z%sbc~LVRc5=`!dtC^$m)9)e6k#vpURXWk*nkI0G_IZ#H~qaiTDLjbfuX%ss%jPNk{ z5A{EcMh_2M;^^wg<-^Q}(dg!&i=*?=)g$wObX}zk zl#h_hOf)p3>JfnCdT&(UXb6mkz#s?#Y(*KU-oWLw2h#@T%)10>$o=Us8r^*X&@=CD z5OL<63+VoIX!$G*U0#58#;9XKflFdZVvJ9Ia$-(QNNR3DOmcofWm0KcT56GAQch}K z3h3S)28M>Y{c^5M3=AAlx&ulJEHy-NBB(yTz{tSB5%<&5g^7V-CL=`u0jPQpD18D- zzgU8)Ux0yu;l;CQ3qktlL-jMvgV+zVmjlXYSPat-k%!x#mLUz&53}C^svc&q2b6zf z5llbC8zB84`#l~&?4JjjCBOfa`~t5A*+v`wrtpG7tMK=C&V=Klo{d6>N%P`&|NKf?c@_{;c) z>V5~PdYHW)P`<}ZnEeR-;P8t=b$c%`Ao)aQz7XgTn8{M~M4j z`L6-0A7n4c4$zz)tc=7rrs69$8faUkKu540K>kn2! z?d`FQ2YM43j`Sul9PN%_INBM(u&3UiVM(SX!^~J+hJE$k4EJWoF}zw7#qf4XIK#Uo zVQ_qNdMLxqX(0?Zrv)=ypB~I`Wm+)9g{eUdrzQq69PaUF*wyCCu({EPVMBu-;J;$%>N6TGX5`V%l*HqE$jc29*m#A`~aq(Jb(B9;p12TFJ8Iv|H$FP|2MB$@qf|OuK$zj^8UBy zM*MG2^JQ#}v0<2$V8O7h&XeKp+$e_Uiy|1_E(~LMw>W~~?V>1#*9&7A9?pwnI6f_g zVQRHE7Hf8)xP{|B~h{6DL!{(niF@BhjuN5xr|MK~_|F2$rhv1h#{y%^I;LPQ-~PXT@#+85hp+!Xe(?JL zgF7$(Ke+Si|D*eF|3AF<_W$F@pZ-64`ThU%S3my0cnu1lFaKY^`V4me#Z%}0PiU$6 zUliy0zcI~&F~&lYp*PuxVRw%&!}|pR4A199Gu)b$!O)xP`+reS!~fe?FaLk_{N4Yz zufG3({qiTopD(`rfBf*p|5GQ<{$IO#!~Y4rQ~tNN^!%UDH|_uQY4iSX-n{4kr7QRT zKYaZD|MQn${=aw$vi~bM%pTl*_W#u3BmeuGD*xAIMgNa=&}0ZPmSAX()nj==ga^&yPy8Ik|b@7?kL&7&v(Kfe0>|KsZ)|KGg$_W$w2cmFS6y8VCM`c41q>l^;Z z#mD~-3JUrk931jLDk=tyvvczPcXsvt-?4N5|68{n{eS-aOiW+yA$emHZF1He&S9kzh!7RbY5MFNER3#2AM5DC>W7+MEABx_0~j+ox~;e|Y)j z|GO7o|G#+h@&Ba@xBf3!u(*@ifBo9s|1X|>`2XVh=l{>1eER?N@!S9R?>zoLbMo~64o3R_yp0qY z3Vih#9?b}2*jgXVnBi{n|G?HA|DQg1^Z)g;&;Q>%|MLI&h z>+0+Nx3sbN?;q&%KPff-e`-eJ|CEfR|0!t+{}U5q{s;K`{P*|u`Cph{@PF;9_5W|* zeE9$6^H2X@JOjDm%jkKPu~51`TWcOmoGqR;`9G=7q0)0 z3JLz79pvsVrYPHgGuj*eKfL$i|4UF_dh+f6{X1{}pE-5ye_d_se`6!F z|7vP#|8@1W{#)Ca|M&It{2!kX{XZ!=?tf}p;{UYtM6mtwiBbQ3{k;C0ni~Iib94XS z*E{+D&Fhc;KY#k^|GPIo|G#|w<^S!wPyV;m)q?HsN%3IV+Z4o58{_hS+p3lSA3u8g z|Jl>8{~z3a|NrvE2md#$+x0&oKJCA%iu!+b4G>oOuWz9J-_G9Zzkh)D|Io0&|B+Fl z|D$8V{>Q|G{SOKC`|slF@ZZST@V~yk!Ti-FSv;KQ}`2SZ@ zRQV6OFGo#H`M49{@d@BjHrSO4FA`0D?a>yQ7RJ$(mke|>G|e>)qO|H{g$|5epg{;R8l+@bhi zRaF7(1`r?Q7BzLn|7z+A|5erH{;R6V|5sI2{I8^>_}|vn;eU76#Q#qozxn^}?f3sL zUw!`n{LR<@@7{g--(6kszd6B^ae0LgV_R|T|C6VV|G#zb$^VO2?*Bh?`u6`L2QU0@ zYnkxh)y4b2nwrLcHFeehnp&#h@Q2u`1a^;xhRS~p4W<8T8W8(cROSDxs4DzdQd0Ww z;_Uu^%A{HUA3b>e|IO=f|6jfQ^8Y0$9lrehzqz>Je|?NM^<|A!B3`G581 z?f)09-1~p_%$@(oj$Z!1V%etu$;ny&4GfI_8yM*QH#IZ*Z)B|ZUr%2P9QF{qLG~;E zSJP1Zuc`(L8xU6hZ)j-zKQklm|IY0P|KGp!>i?_fkUH$`+h6}5KY01SHY4SKW3(s3 z{+>{V##D!Yn^w>KfA#u}|Cg>l_; z_y6zT{`i0G+|~aTv7!IkqFfn{ObBLZO||?tXJWo>0aKXiEC{~0r<{I{{S0Ov(e8U(pPQ&a7~y1LqbRaN!> zMuz79^K;AoZ{D!?|Me?R|3A9->Hq8JKmLDw^W*>LH(&oB+PwLHRk-KB{#a**i?bpb z7Swn!7A3j-zj*%Q|BDwN{6Bm8?*A*79)in*5AVPJ|N8aY|F2&^|Nr{!)Bg`2-~NB} z`2PRC{;vNnE)L+h2BkMGEsg&wDr*0=H1+<+#-#k8JA3*6<43OkzkcQA|3~+~{(tl0 z_y5oDe*J&*_~rlpijx0rv7U_cGrSn?ERJW`+8fM}8ld}c_qHAXFI{^0|NOc8|L@&- z_5Z{B@Be@O`uqRy-@pI={rmI(@4sLF|NQy!|HqH7|IeO1`9C)|6CCF%s-X0*`d?qq z_@$M?VgfAiwc|1a-<{XepO*Z)i(=YNyad>K|1 z`ZGLT8pm*QW)wqvrY&P{Q}zFY`;Y&>c=7)KCy(F%|N7)a0DtiPX7TaK|I141{?DGVER1E?-V?^qkQMrW=7iq=M~EiYOH*Yxb z|KPs!;BY^E;>Q0=7w-SRd*|i<=TATWfAj3!|FZ`U{_iTv`rjPw&afyikYQtKFvFLn z5ezSv#4y}kki;;*I)t$*E%^V;sgwVoKYQW-hj${vTz~xk(W6)YAKZWZ|M|5XjH%%s{};@f{QvspOaH%o z`1JqpufPBQ{r(4b11LWJ{`vd={k!k~Z{2wI|KzdT|4$yf|Nq3XNB>V8fAs(4$w&Xs zoO$^F^5w_>@7;Ux|Ngzl{}1fl`@beX^M9g?C1ZW08^fydXomIW;S8I~f*9T|iC}oW zFq+}nyf}ut^I{lwcLp&O_-iw!1zP=IG_~{p?JMX1fBE?7|F7@A{{Q*;@BgpwzyE*z z`1Ak$yRZMBKXdp0sbdfRpFZ*A|LGIY|DQVf?El%b&;DP&^!)#gYmfimzINyTv3>jg zH~R*UX*szc?Z6f0UyUV|PX{!}6*GhIN%uV0*Wg z1u|?Y4Pe;O=FhOC$cAA-jtRr|T6>1e(}Ef9E{JBhJ}-{p=;UaIb;l{XcQ!$o~uHF8x1y>hk}i2QK{Izx&+(jcfM*UodUO|Nh3_|FxO9|BE9- z{#8VJGIphSGb|_$VOU=i#jv#|l3`nUFvFH&ABN4vJ`5X+eHfNk`7o?&4PjW_;KMLI zRi9yByEnt#rSS|8mc}vMTNKN1eQq4Xk-l(-73Cg`)ABw3&1gvZH?^bme{WOS|JLf# z|Fy-%|4XuR|0jn<{r9o3{pY2x|1Z(OlCe3)hhaf+B*TWz3|ou*7*-YdGJwVfKx4D8u})lb zdayClK|80n1Tr^9)|_5;W?s5pL0&pyxP)RBXihH^G{8c!N%##w8)FX0OomMG!Dsq% z^2-bIb1I8VO4HJcV={8hOmY(oK(lu=@HBp>j>?XPz-R~z(Gb8^l!5Av2cpn>tmZ<> zUj-;VVSwiJ7Dz$n^k6i4aDQNi++%fuh&eq476t~Ge{kMo1@%A39y0E+!d4y^r=}=? z=Li)*(}lWDIr+)i#US(PfkX332h@Ig_;D!NA;9A1s9@0KEYK+EB+!^RXz#Of=<8Yd zt)6hmrc(Jns~O8wCyFsKFj!2UeGEi{%Bdv6&Y-#q2bt83Ap1e>Y4AN(&~gEGk5vsn z#L5R37K7*KWOpcaagZvIABeceim?UbZXS(^wG(YU4m-#kjSqI!6lL%3uy9%7 zC+6ZR<1N~quyBiLRH?zvFWiW`dHRv==3#{1&GX-zOE<~J;@$Dx)&0B68!oIcxca7x zX;qr!$_k$|&%%z*3+LcS5Li58%8Zrjm%1e@`qo$f_)#VPF!J8>e=@aR_fi`CRr-wX zZs;)YNH^D=``NCrW2#E)k2w{G7H|vM7sZzS>@B{S*qGkdYran-|c;-bGZ z+Usw8R6nUYc{Pt)A8W`$r=mX(>Obs`-fUp|RE;&+;d^&(eGjAUZimfzx9=a{cGrgS z&-nvWuYC)bK5$3<<=1Uuc1*vvH+H|?ruLq3y7hqzll3GgDgVsmYGwLR=XQSzGh1Hc zfmyesv*nlbJGAYJ+Q-Pp*Z5H>b$#`o-P<>BuRp)#*KfxA0Y#VQ<{4KpFfgzsdAqwX zgn{4^P4(*p4~rHv7v%cK^NPsBqIpBWheh9ujr84|a?=84bG>3s{W$ z1QHE?G5(TvN=l68e$BpN>*46KPx=mmo0twIrT*nJ+hC;Q(~`c#@l1ojtcQEwMTgFO z=^7ULJy|L4%b7jZt5+NO&$FrQs{6Njeq@KBB8yDF`<81LW+^P|kWii>X{qj!9Wjkn ziA#WinZY6S((_|LJu6qY4|Pr5#aPL0$$7@_*j#|8Rc)57wx)JNDT*ga{d!MN&Q&nhMZ1LKh2o1X}3M$djNz>(HALum#ln{!mThoMvGbH%^!8)i9` z&c1)}jDpexMkU_c+a7*r$R<42Rfd+}D z`pBNY-W+SY(tY;wxUjg$Etw)DSNl`qasR3Xp$#1qijQs5sd)I)`oVz}(X3zJ%(xlz z{OR;~He+T7`;3NZT$xOnyz}dR*&ACf66G|7y6oTjn$%q?%juO31ne-+NWVQ*Z#WUHCEv&)ZftExh*i;f*U zR_(uT-^}yZq6Cv&G+7PZJcMn2J?idM;BT^;&XD0-P+57?yZEKQVASdi-w(fDuV1|F z)gFPl2V7Z{n*P?Yiyqu&d0gjo)09c?y=KZHl@-iAvTYQw9IC}Qn zSNt|9W*Y0(swSHb8|&i=_9aUH9(_y>(AS;t-cs#;GLPbc5JBgLRZdZd7lsKKdg%rf zUh~)d`G~FK`}_0FTKE35NA@xp7+<)^%oMc#_8jAYrPH08zm+=i*fKD# z-}h@3`_}ER8=V+-d^gu`?)W7)cS(?!fZ(5(pWP?Or6|qPFk)Wx&Drv|R93FW(mN}* z?n&_wZh2t(+MqqZiiQ1vbp9SgPGJ{?N5;8{Kfcu4AO8B#V5a@jjwzcKpXcd~5#g1S zoSU%c|JTL()wfe~Qa^{?Jo)R_%ix^bWv}FX6<+!5-yflHX+f4cQ@^00QIaNWqvWBU zEh#CVqAX?jGL-awJ?rMXoEo|8f`z#5@4t21HU@S#O5T$E|E-R_;%;MgTZrgZ`GPNb z>91O*7zg!atWDIGes|}u9h0?BXpB$bo23`7&q$f8bYst+_^Ovn&ncT+m*-eye!u2& zn}0SEJwn5ggb z75^)rQHZ@68N7w>wFI-CUfGJJP0j}%7BDp2^#1#N2}^Rprb`0p*;1*_v6_4p+peXp zElLPj`tyBh%(VHl%?_$n5WJ@?JI#a^vR>e>1WUJu`*n5XJ#_?TIpfwSe@2+V)O0jUk5V3>5vJXkFxY6AnGWAU%I&==955f9?rl z_gp;r#*DkOIj*HPu6+G}RjJX3%DKh)v$ME@7I@6Qn|LL*@!*vMiWXc|caKXPJmMg( z;_`&={7sn!w^9uP|MNL@EM&LwF<-IOtl6YV`drms_Vdx|f(Km+b&hwQu~4viHMKhT z?gABzDa5+Gg`a#TxSkTn9GJW-uG(`6k02l zF{adJYc`Qk9gmP~i=x5_q)zbR^$#TuVhQad6Lc%zh^;Yew0{)^WaBF&E(Y)-g( z;9&ZDiR#mxcC+)N8&@ru!rORQM46d$>y>-`{&w*X3})6Is4NrJ@Zn{eugYPL>kUYK1=cde!oloxne;e=Ua$_5>l2LP-zQU>%Mk=SiJvt;QbAoi+Kc3?@~(7kGKE%(f@+gV|l*3 z;N076nY?SwQn)u?iE3Xv>s;Bl7Z;~)+=(+<(2#+GX#T z8F&5W2krGV7f<-{`+EHB3o@l^tUA0tp1pcGuU|T9`#k4@xd{yG`0p>8#?&qMYl?6Z z#|Du=ZDsq}=?&X+cN^Li2K@QCKK{Jrf~#CF4^L#dF8=-ffB9`|ePo52t&gzihYL1- z``f?nXz`Dv_Z~6})Gq(;aGq~$996hbIH{rQ@aAc+-fFox+Ts@Tzx%RI!Of=T$A)~DyZc|KSm>;IKCk*+o3>12WoKem#mA%K>DqmYPB&aH zRC4F+Z3!)%_ISg=5K)!fGKn;|FPi87JWJodV~%Zw2>Tp1!+X1{&mZ>>?wIqYz*u3~ zjoUY0O$%1veejba%bpL9xFe>E`u=&8a@%bC+2CXUX8vvYu;Y({Q~S2n2X~jhPl^re zIQ2&3{#$|Nv&x@mMZA0d?5)JYyF#zu`ni61@><? zCoGrFyZJ-uo!e^3Yo&9u&uLqly1WwSW@J2nZ>O=OiQ9VLM+>)d9)DbTr?blJ*ca2R zH$G2$?HeWUc)wVG{r(}VqAk(MFN&Kx9`wrpZ)Tr=GCRgEX~mW{`9BYSTgdR8u=LM( zJ|+Foxu1)tJo-M(S!%VC-swO4Us~Uq8M;N5-$PURxyfRm4~eZovy{^{ufBgCRP_jYl)sSoQ-{hUW4?B4tLemyE1mgsS8^R1O@6_0l0YTr%zwypg2 zwY8Ud?3%RnCbqKp&$pXvkXrUW(0A^WqCgEvDG((PjO1nq5sUw6Y3u@TKcR5^}Asw>45s=1`G@gurW-0Yi@NIbQlz_ z5m*tUE(J?XqV?a1I=08Xb zgcA}H{zpYef%zb{Ao(A4qR>bkzUgkYMooCJ-OwK9G7JA0LqS z!C@F076x_`NB|UuApe2f9U2<;KO!RXe^gZT|B%p7u-icPgWMP#91M0Jh!0W^$FJS-d>mmoVq=7Ibf84>v(WGBcEAPh1K zBo49zls*y?;{PWkCV=BVGAat}$Ee82|8eng|Dz(K{zrqt5t=SQVGHs&sZ{PyiD zBtHH8z-|SZ4YDI7BpB>>kUK#B2hpJT1I1$iD11Xh!EObmEs!0ca08`>;NYPDAiW?v zK<0!;M8MMl$c&iSnE&AskbDH!@*s9_ zP%yac0Oh)_2V^ctEr<;=2V^HGZGzGWhz%-hK;ahz3J+M=MMp(}(;6s@LE@mW1E~SI4dic-`JnIs+3Dx&``_Ek>p!T>0F_-Je}K{- zNFQh~0w~{u_@HoxnFmT^AiZ&M@gOO%KSAb#{02(bAbVnCW58uF$W5T|0m*~h0ZKz4 zyFnNfM<6+nd*Wha!RZEM$Nyh{{)5~S;2!`khd`Eq^n=_6QV%i*=AY{~ZvT&rgybnu z-T}#h%mc}T!U$v@s9XsR3k91Gk^}h-6pkQwg3JV!4RNt?;BpD1|HqFX|3UQxhz-K; zK7RyAhSVX0diMjQWChV1i2$HFaWF;E;%{* zKPa692L*xCB}fg(e<1TiLqovjC@B7XeSQCf(j~|rAag-^8su(}`g`~8fx`+^XMoCq zfB*l1-3?5<`GwSQn5Eu;s_?lbTS|nU+ZeeSf2JM>LX^=HvWURT(EJ`e)@+mqD;B$1c z=rF)S?wVVgczQHHjfTKz2n@>*z*dxj*4!#U*N!RlL&{$mjS>i;Yhzd-=fR+egE;Y(bLAZpDm$i1NJGe8|-5PR6*Tf4z)enInfpf$I!asjsH zmYW^oQw7J(;5D~5L?C+=K zmi2&Eh)b5ZMwB?`=jNv7l`uFLr6!i7rYMwWmSiZnd-?{1H}Z)yFt9v^thrqpd3(}h zD~_BSAxY|=|JPdyr^_9&yD^Ee@k#Nu(BQ{Eniw1}Csf(ZXJS|?(!s&t;Nsx&mfzub zJik)b`wkE5_3sTnYcjJ;Y%035{=M+T$jwtOt$X?Pwba+hzjfvFIWnFfkpCzAD*Ee= z%EqN4KNj1?h+a6Kd34X@S%+9SemP4oS)XYcx36r*bx-^Ib# zULiM8-T1K!i$KZlrLuRmdjs;GY&g^SHge;ptSOU@b54zwiE4moG28lenW} zPM_VU@cZ3gK40I{7-{8t{(gyG^#SSDIUNr^|K#blPZiMO%3!s5u`rQs>5c_Y_utQF zIIwHowMI`C7o#6B2ij&GZ`IztF?V+4n*NrEg>uGKK0<;VEcW*Hmd{iY-Y{NT@_Unx z5!ZKHmrVD|2b!()Uk8@Eyx&&8{9T;wv{cWO%VsccWHu9td!%(FOj!M0d< zxv~i3!eqtXN4oN%eeY8JmmSMy50m|~E|{UOEq{fO_mRw7X6jG)ZK=F#l%AQ8#$RykMsmAyiTS+z_ZteQ^tJu3-V?W8FQ<0x_FZ!Y zt8b}VOB)8(g*5iu3E1S|;&}9b*z^C7TGp>$Um)%)wQG<4gEN*1{>2{goOyva6Q1#z zD9y?|pZKa)=9K<}6>9hI-;bRUKJ%X(Z-wJDrnV?+19O)XofZzUvy`*e{j9kyKT*NS zt?Sv|!yN@@&-G4@nLB@D=(~vBM|%77)7;8jG>eyVpGk2&u)4Ef(UMakZBu?(BGW_- zH?L)X=W@RNcyL>YWcO*UV=KO&D7$8K+d_2<&$gzLP6n?@zvr!}IF%((=~U&$W3c$4 zR88;4S2u%Hawb{rxjcDN@k61aY}=O`d;RX^&P-F?DQ5ZbXU(!>%in%#-RXFp|IYhz zL&d@=!f9=0`pi>uv_hNjcJ_aIiP2%s+?u!C z9U7?}yAEDFU-3`gccRjRrQDa7&R+L>aaj44rIl&Rc;~kkExWNvhe2@L_ucP*>lZLt zxC!z4xuhI#=y-kpLY%p*71x%JQ%`2zk@(8~^)B0rr4lt4&R$*N<7SrPP&NDQy7)7~ zi%u-K{@Qe|3BPhfPF1K(#p;X?FF(e&FTWdchsTAp@#FPlw`N^(t8Jbq=RT5)m&?6mTe#3&_Fl=wujg5oZT$A5YM1oeb!VR${_hV`KCF2*JFiYo zf9Z^eNp0+3zyGacH#T=xauVrXVZafbR+i~3d;f;A@0mXb>$4@Mo-6zRvBJYF_GWq` z!}VheduOTWxZa#&cPeo0n~tQ*tsi&14@(b;v_IW;bLKj(x1T4P)tU5kyh}~A{Qa&V zb%SK%mlZm0vyWT|p6l3o^4QaRJ6>t{&P{*t(tbtS?q?g-bsA4BcVD7<~P-!Yxt!9b(kXcH>6FdPq6-Buad^$X~vUQOuqfH zWX)gk4LP;zwI})+fvQ2+5*YXx6|C)!Ym5rk<{z|UR2`5$66s@9Mfr&-CRE-P4jH4$ z1~oQ7p-n?f;usaevq_1DW;ArysL`V#Fd72GCj_t+WuP&t1<<~hLL;R7h0zWJv@cu% zIz|Pf(PO{>I!3jE*fA=ozi^FF!Tb-hhm0{QM0pG{U=)vr05k-|SR5Q38Qh%(7zLaJ z7)_`$ehW34s+7bv!w=ty*bfe}bU2PpNrbIZpNdpCg2tRcV^pwm0X9Z;SRE7s3=9bq zZr!h9Vql1XmYX2;N7NDGAXOmau#8bDFfcGEaDW2wkHp)>3=G^~t3o15f)dLW3X1a6 zGILTDN-7Id6;dlQ(-;^kZmpe>K1th>ujT(|k?NL3jAsiol)tf6|M@$~==>RLyYb^HF`?EOEsyqPq0R`fak{wqP;bIre2+8(R@=D+Lwcfot|AHVBg zzx%!Uz|s@hHGgl~$>*&5d~g5%y!XC;p8q@VG~ayR=W}&67k>Z#_2cWW3Vn%J@45FX zcl_J>dGo#a3Vo5o){DOUs@|u3YVEZ6pyu;S+1CZ@C`Nx%{W#}Puvgxm^$$H; ztMpi_(lW{wt3|(5Km7dt`85ZhM0a`ldC6tQ{q}p+^Jj-%7hPX#vwTL}1qM|` zfz0asEA#UW>(`y_m->73@%trTH=Mk=>!e1h@XUlDF9=vr*`mafy)^8t+t@AvW^WHO;XZZ5t$@KUCe$>VIn=@wC(?0pen3*UcGwF;{q`W9`w@TcZoB(-+4}QE=Re(%vgxke_bLAWj{Vh- zEnlg=pZ{yEXd!EO;^%V6nU?i!n(lkh2k;;hXb=)T_-3Wox#}t zE+Kzk@SnY=5f!m+p~*#G3i?=cqTV!2opf;iBrTa&V!AUUw1v^?nEv&c;!UuG_-3462nO;1lwH_OiFd6g2D!4G}gO2S_qEix_pwt4nTbJkOn z!#|uYlh=Os(EREbLveP!gACahUhiW(^Ds9zO{D+nidPDLF*nZV{>+H|C$+S~$dD_} zBk#x?Ex{w9?M2EDFNFENnfFU-?xjf<6VC4N($}^>T@=6b&E-Azt^K>dwJ9Iu?XT6l zzv#opBmXLNirH?Ty~iIf)9^86^(hnSH%&pT=URwnmBASicDjPKfxZ!c`NuihnrL-7Yp`J$Ol zap{_5ZIJoP=KEsh*1p-AYj!=%xRK+LcXqoa!?j0h9TUH|oxQ2wY|OH9#eu?>U6&TF z@=q6-_1MCDcGbnnPX)gSq)!ZZ_T8Xw%^$rs)>pFxo-@3$)P42Kqu1G>{!`u}o{LRI4g9vrT?M_1WRBgpJIFjKJmcMuuWr@{+h$cSi48uh z-4+*`U6j?LbLDoESYn#6_uGJ(_r5LD+hW@LI3bv6vO%v=nU$nfj!0*n!i>dQL z#YFF@b-w)Y!{eK?_jGXV3*7$VSn;XFtAe(RW+(+4Z2$Qt^KBBJU}w|W(;0i0+*CiX zWZuq2Nh@-mStW`2yhz`6d#{Gblhrq7F&q&qxm8ycaCX7gbyIERUTE!nwcc+%hqSKW zvC{8ZTez0Y+#;vzet7A%nG%N$pJ*)h+wj=I^GJWK&GZXlY(gH_rO${}Uf6mt>hXq) zr;3j@8Mr(8Z#d%7onGxWiDSZ@Lldv+uuOREtYK-b;r3PXe9{Cp78jp6^BEJPUMg3!rE&$Fx+%wIoid@vwBfJo2Ekc zc83XDQeGFYe0MtdO|Ok&;M#=-O?u`pX7HMya*EU7E|U}ObF>-{MF&3@bV_0j|u_(>Y`w)|g_zMUmUY3IShKSGM~8+#}FRvAyo`~IavE15&B z*O7hN>N^+OMB8KUEo*)2H+g;H2H~YEe7-aCq&d#EvAX>wchkFSQNQj}Y3&mf76hzw zzt!J6NkMk=uEQ3El{^edA7mcLH}#lwuT0|6Ib2;`f3eA;ic5(7)hvRaTUM~etoiM;%ANP7 zT72+fKE_DK?yAR;Jw?*YqQ9Bgk3EXKo#?s4&RO7WTS@2PnU6nnl+Q|dSnweuqf(Yv z?f~C0wX-^&9X-!dS4U;U^yue@I0vMM9eUf8$DSZ#`6Ky)#K+rTCmIH=^2v_5tX$a9 zBKz`L+x>+>68$3kbQyX*Ii2(8bUI4~)ohjL=lNuZ&vxH4ar?33G4HG2A9+X_!81`Vn z51uV^B1}bs&boaUH`C)^z-!7JRvZ~#!k7F@PUz!8wRoOKJ&Gs0PsYt_U~^!tSJxd717z3iCf!PDymt4zGtwsmf`m6@KxXW{I!>#1f= z>Mwq7HwD>g(}SMt%CCQ1r4%i4uKQJ0@N3W4v9B4IH;PC->5y6!@-9JX`L&YSY^<5z zWm_f+)_C7%arxNdxvZP5R(PU9^|eb9_ttx_zBtoRp_8K~{f?Pq=?UT|^6CX6a zmC^LrvCEoo!(O-Pue)9q@Gjhv?>o8Zp@-DEKaYMK*~sdcpfkxm^wZ^>%cd`^)PmTW z)EpP27L@MU@XeX&Q!-md-e<{x(0A4^_nzY9y}5QlsCwgxGLKJ7R&i*DFAQ63&aop) zLFI-g_p;eiR$o{e3zthQ`tFb&bbQB*=d#UuZTC{`H7b+82o(6rwb?0llzsKN)+})P zeTk#AhSRUm>jo~@8$y&A&#$Pgs^t949?ZtJ!0uW?p+5`9ET@Q{emet~+elQV+Rh5* zUR$~K^5ozzT0z`Sg0q$etpCswP8 z1ln|>AFP->JG#(=U$UHar;}5}d&%Bv$z@7s7OO0))VeouX7cs5N?Y#pY$%zeXQ9RU zHNSk3`eVY8-0$fT`bkn$iV@Ll4fwSlS^W`wwZ z-7%|*!)cMhl9KarOWJQKo{Bv6D)?!&e!W}iyq|KRrKh}bpD}S;~e`xvc{zE_KvMS!71q=*~&6&>5 z0iMpzunqtNL&Y5M!B7Drt^UDFgS7a{1PV_C%zd*+sc&hQ>xO_!Tx+dn?D@ivI2daF z(N)deo7eHJYf|{Z3_Td?yK1YLVO+(Y{?G3$_ms;kY{~N3{7a}|+3jUhyt;lKS|w4{ z+F-!M;W%Mt>XOafmOrjtw=E62d$e*|{r&l-E5vl!SX>^l82ikwXs#%`Y-aIZ*geuU ztn+-Qy6-N9kIL6Y`|n#!j}@y(yK=_!^O3-$jdu=v@o(;0DR^Gsc!=-v8pZb;PgQnr z4$Izf&h{s_vTLpC>C&iVk3`PQ6a^!5UO}6_NczwR&bf-Lp2a$Gl@u_HWBMwN7M->J+a7za?vf8720y9?HIV$LhI7EklvX>Zj5V z9th0P2>!O~{BHKD=il=E)9dWN2NabiJLJD)VBjsw42dX-@b$4u&d=3LOvz75)vL%Y z0QKk?Z0suv5|gu2OB9k)(=+pImEP~(ucVNfVyhHx>TBRz;GCL~=}}db8eHWUl3bOY zY?-2DZ^va*VO5b^kegbPs8ErclUHn2VXFi-*D9~r3M8zrqySb@l5MLL;TxdfoL`ix zV4`QDXQ1m^ky&P>WXGjoQVe4M+y;9b|`8LzX8*8|zw{nVRYvn#2jQ- zfs9JYOtCUIw=hpkO*PgvF-S_%H8C?c(X~i1HquQpHnA`=NKCXyHA@B?m6B}bmS2>c zSYoS`nVXoNs$Y&Bao&iE6ASbaTEx#z&Rw+C)FD1Xc7$FssnVTA1 zk_ZYqU}S1#U}R-r z8DeB$WoTe!VxntcYGr_=K0hTht&)&xJ5ctpfke7TW^qY=Q6*RilBa@G3n4rRHzyOM zT0ubpoGq*plObLxPAp4J0eb^3m7I~7m!6tps{~E3FfEx_5`&3>p_#c^Vw!H6MQW0+ zNs5_~u0@hzimtJ#ak6=md9rCLG(EvhFV0UZDNig)bxcpqE3s8_&&(|Vhn0c`G^#XF zT~nTs3W^5v_e5))Dn`ycQm+0gNvjPAW89P>KY9$l0twa#iOZY=uD;N zrPwN!E7{xqeZ~2gfq{Xuz$3Dlfk96hgc&QA+LtjfFtC?+`ns~eWa47v(oq!OyMf4a zczLuzYl1y^85MZ$e`c&oay8IaK6duHwTU*kN5}a8|6g7~iH~odK78`xz}Y)YjG$>d z8$%^o2_YsXW;Ral&mZ3X`TOttk6%Lk+{`SjPhY&15*GsNWjKHRp^7Z%xG5fPuD9<$ zF)%PN=SI8jJaWNWU+LkKSG-(ozkYmu_UhgLU!Qpe#lC+2$jrnfD#)X)Bq1rnFDNR* z#V7dn<6CAXrVpRKJ$ms$T!`oYzkdS!e2<^M78Mo!_VtUXAkW9IKRDT0pS=dHTzLQG zJF}&ZjEDgDoDIiKb>u#M{`TqX&*yJG$x4baF*9?pGV^k>iVE_`NJ|Td$uKg3yz=kw zUv^HOH*eo6%ZTvsi~Rrh_s#o{qJli9FW-?76L|jmlZvw9E9iTTCrw{JdtdH?C#pWna!|NqCx$o%co`+tA` z+_-gHNkRVkn@@j!|72ib6cOaV`{a$Hl<&;bF#6pva_*sefjw2%ZE3NOiZSFsy~1IVPa`!6gkOcJ6(AKt#= z<`?<<_qUvc(6iT{*g1Jv*f>N4dD%I6m|0kbM8%aA6<@sl^ySls_phHbv9P{=`+8QP@vVTU%)h^XxCKNwxcNDF_&>gV!SwgfA6apM`%m98GBFDXiT?QZ z>Cdkp9BeE+Tx@S%K4D^F=HeA(W@csQH)4I=|1GZUkZvc%`FKlymL{{H>*|3AZrFW)7E zd7nRj{`=3LAHV)^va$a8`|snI?=s>7V!{GHfBs}-V*3C8|F=)?MP*dKeR})SqVWVc1|8XLE%4tesXZ}FflUz`TLKHSK#NjFM=XsLVR380{rZ3 zEPwv|d;9U*>-S&2{rL6&|9?hChNrJSGB7f{cmv8q-#)!%WC9h5ob0UMzJBHx5)~5` z5EtTAkrg>}?J>v)|Nj2@_5JJrfByyfxHveue*O5$#KiRW^-Ez9v7g_+$cTe3%>MoR zuY@o!KMyB2CmWA|h}@6gfB*gC7v_BV?(>Jw-=w7^e*XG%=jEF}fB%UKeU+7#04+cG z2`U{}7#J9SeFv=t{_x>FCp+u^e}8}d`gQTvQzj-x$uHj-7#Q}QzU^V9$;!ff`Ob4? z8DRzn9%h!0;*wJT{{8#@`Td_ie}De^^Wf35KY#x*GBUEWu`n?)K7RT_RFLQ8+t2r( zy=Au26yfIPdH?Z?kRbopZ$AWt#eaVP!p+If$IT%w#K+0bs;wmX@83UePWET7LFN1X zr*CD&_*mIEKE8j$#Kidd+fPt|!^p_Y%qS}^AR#8g$IH#j&GG5Wx7Q!OsLG16aImqw zefL35LFwPWzZ_irOw7!JB2rvDUlm=e`zsL*fMc(^9b_uFfuX! z`}2pLi}&xJ-`_sJ=i(J&=j49%?9uBNPd|V8^8MRqCT5l&;1c)8&)@(5GyMAgg@c=q zkB5tynd$ZW&u>0_ee&`HD?8_(-#^*8c)$Mm#qgiu>-S$`!h+19ZblzJe*XONJsTVA z{rh)6e)#z6-N%2wzOu2ieg5)!)4?l0fBpIS`wt&Cn~azM8!HPBFW>zquXs3F|NZ?f zB%#3Y|G%KH2+RLppwR#ShnW$-&CW&ieEF7g0gp zC$Bz&k{|=ak1rp&IoNCrl)iokIfsRrnS+O4SW20bS5SbD^Ygc#-25W%Up{1HVq#`y z;o#zZ`S$a*doMqKc=O}ir+qqw}9x^53f}eWE7-D-@gC!_4`k5epUtshEH#w|NQkwR!aQctEbFNj4z%&<>F-f z^6i%pKNk}tBMUP#J0}klGt0Xd4>i?QZr;AfY_BIND9Hcr-FtR+)?Yuq{{Q!nos*YW zNaEw`C!D;3Ow7y-|NnDxu>Jr4@5lGAtgLKr-n{ww`!6pSyMU`}yq?D;ozpC(o-FPbI{JSpnEVHmq$S4)BD%|{{0gW68-Yw6$=aVkDtHUIJxiLzQx4E$ok_K3k&nB=WhgfIj`M+ zAtUzV>-S%>|3G=--@pF{PhDd+(~=Ss7GPxf|NZALE_PONAzn5PE@l>%AKyOx`tj}g zn@=A`0x238g(899aDKS3f-Uwsr8 z=H(X<`uF$u%eSADWJH)a*jfMo|M&gpZ((6!W)@a%enAc{-d{hyvUBo4+EVOnEdT%i zzjgN^D9``+&dkij&BH4yCC@7;Dkvzx!^Qsh-~S(9KZ(mIfBpW;P)F_i&tL!k{eAl4 ztq?!grQ6S#*jZWFIJhLGBp*M00d_mvpWnZ}etP%!&u<<95jIw4A%5PEUw)`5E3hy# zaq$WA3V@OWD;wwk|Nq%IxOn(QczJml85!>1xh}}ddE(qPPIk8U@7{88us(hD(aJ!D zIo98njh*}3r*|w&Ouv49=iwLn{O-l4&)*pS{p1st-(2yuijt1_u}cRPd|VCdH(j3s;nqG8>^&**q>iNnUf-X z{`~sE&dI~h$;r$NO4eUKecX5Ywxlrczn@>2n3@0l`tjuX>tDbBaB;G6@e2L<^@Ed# z|NEEszkdDx@#{AS3j;eR&*3vS&2{A2*;qsbxS5%lIN4dBy!yb*0E!`IX9G!2E*?m$ zS zpa2^O_q_*?4b-I>82+ni>hW=NN=b;abFlGqb3A|Zk(-l^iC<9U*6lm&oIJmNf(mCQ zW@ZU#SutS&Q+-Wl7FI4kVJ<#Uqgqf9L^3ci{QUlfi&v0|iAhXGnT3_(Hz?2;-hBAN z$;tWc^E*yn!T${Z**SQ=egDDC#CY)BU1kFnF-2L)S1+Cm2#fvu^P5jt>i@sLT)aXI z|NnFG3NkVNEH&z z$iT>;%b?4kaFD?HvPklv7J6Hb&;J!&ssE=}hW=karRe|ij^zK_=QaG_G`;NqwmG%` zH%ux1zhzd{|IITh{;%rI0OLhX(O@;}CguNMJ24N8x6ZElzincW^nYib zFWB5!HR1nfR)_tc-w^eGa(OUVEWy|8zloOY|Fsix!RkQfFYiqGzoa$p|LVRhuv?b3 zC;ngEm;E1P-o|OA|F_Pr2D@){ZzkA%Aa`zAMf zMvz(%y>V*E|Jk(>U_0Y{O#jcTkNm%Wa^ZiFK9Ct8`&V|SgWWixB=CP(ywiV>f0uV8 z{Ri0#atp{mAbUY(Zl72Gf6as(usattM*UyWl>#;kWdGvknE!L@A|PQkG5`O%iTU90 z1DOE|cbFW=eo#1r+y~OXesTd=U$~p$|7jH=|ChAHg7tyS>nZU6KcP4f9OfYVL3%*` z2I&L&tEbQ(5{A8*|Kq$(|Ierj`wy}UhYfzkk^nfr(4Ja%? z>OgJ*g)=A(fWl;IMF`kW#W9Xxzk}=p`Kvz71DrNM=@Del9#zP+9`11NjYv zL3~ht2DuMpE-dar@dQfC9l5^$L2dwrJ;+}ZON0I|ZH)(ufx-%8KPXH=7-TL8gWLj2 z;~=v^=78J+GNUQO6PyP?>2gwO5IFCE(jv&spnPAR;QSvHz92h6;S0)>pzbKX6=v;s6wOpfU_34>Akn zCXg7&Y>-}1S^<>-Aa{Y{2NcF2GeBm8 zNIxiSLE!=lE08}xX&mGh5C+)|vZpZG0i2&fVGRm*P~3v_fy@NC3*?W!qJaOIA=cpX z7!)R;G9FaMfZ`Aoo*+9wX&DrDAbUV%Iw(zn*q}553MY^|L41&ZK^Ahn?I1=&>)W&gh@#sOSLfyyaQYt8>4H-p@j=x6>Pl!ie50jUR- zeV{M^nFF#PR3?D(B`BOhWlv3t+ka4efXY5l_%x<_{s*OJko}-=2I&KZEy!MwTR~|8 zeSD>&0*$uJ-6qX?M zAh&_i7${AG)Pl?bnGNzIDBeMC0Qm_NCZIS3m17`xgY<#ozC7L;oVP*pAU}fAI;e~T z`2pl+P?`g!FOYx1ViWVgWj#ne$PMwnX5hLK6mOt%2jp*%86bav^nlz2O8cNV1c`y- z1C*XX@dR=M$St5S2B`(fgZu|F7lc9K3UUKTKgh2je}n7+g$pPyLGb|!OOU@o`a$6d zaw{lJfYK?*jUaJQSb*4|v;@)%D$hV_Kz7xpxPi-WP~3q02ckh{fYih62k8U385AcV z_k+q0P<(*YfYKnS-3W3o$UmSk1*IEM9s=0`vJX`DfcyyZ3n(r?c@*RqP`Ut_4GJ5O zn?UIupgI^7W*|R+(k;k7 zkQ+c|fG~&;3QG_TvI`XUpl}441+oiNR)OjYkUv1}B#=EIKB%1pqCx6lZULoNP#A#x z3o0W)c7xa;49Xv%@CL;T$S#oGp!fro!yx-XZUTiZDDFV%2^0q)aj^Ll^TBOzP+AAo zV<0h*8$oUW`4tv6AU4QNAiF{4gVcfKK;ocq0hM1MIZ!x*;tS*!kQ|5xm9rokls`c6 z4)QN3oOkchC~t!55>UK>+yOEd z6i%Qp1GyPg)`RQ^*|lwM9k@>eay!T_klmoL2g!r@pfm@H2aug0J3#GRP~8UdFUWq7 ze?egZDnCHs14=`nz97iGAU-JVg5nJnzM!xLnFop^kefjEfWjKo=K*1m8$fOZ32~rEfpuK~jJ=m~4&A86)fbE4Iv}bo%LiUb>#_K`j8qnbpf|RFk zQGP+HUO`?uL8T-qXs-YNKZg{DkYqYSF^Ok)!0r&Iji(XL8fA@!z-R~zqY%JWl!5Av z2f~nZ5*3Uftpyej0{Vl=5z@PvX2PFhhIfLWu4hIf41_p-ezS4CJ42&%pTlX|3g17ED z$Q+FicGVPR@9wa0S>Y$<;ws}U+MTd)i)d7-!Okz-h^>45NL%+9px8XH1!~QvFi5WJTZl>K{L<#2-f9 zd;U+R*6UtMgTG3j(cKLl<{jzgx^q9<6?RNjY5g&$;?M$aA^W1(vY)-h7ZV%P+j@Mm z=2^Jth*?LxO9(Rxc_jI0!=kJy`YEwt7Wsu?+NRfbsn;hOtY5oir(ZEkp^jpsipz-= z3wyY9Tr#eD7*1UDcSd{tjgRUlRVT0JaqD9ZS?E;s=Ry64-O-y3Y@e#JCOdrZ&aLlZ zwB7BnIq&xUYPy{kC{B+(8I?x9HT2gT}(fE$WD+~+_#GEh7_!hL5G~?deh`m{d z4Fv4E^*EpKGR+ja@M=vhv-2~jd#cX&mtNR8!Tf~O`nD9KC%io0UigLUg|EC88?)5@ z(h`kH?=QdH_kPJ~hnr=$ee2hpV_?{@&AXzm^0dkQK;5dUGu79Byk2-_5rcz(?`=kg z136ZKlI#o>7nm|`@ugip=^lT(r%X}m`QHq=2;FDbncI!lvHN{JdedLWL#KnS;oUDi zxrp1UCb{gsw-4UZd%U^f^?{Z9RK!%oj`+ISeEOa$YA>!JY#^yBrXsc^W;kal#X;SPmQ@fB|oUDmU);<4t;CyV< zI>SkKfAj2a_+XmFu;TZhI}?khl>LxD_x0)|7o7!*9t%raxlJwFI)i`O`<|5Vib{u% zW}VwPSGg*J16SLEB$ffs})!_t%RP^HONjU(W>zDvL`>)6$A#U~NLUM^p5Q(npWlq+z6t8a)~U!z=_~McM!V|3M8A zuaQ;lhxFHBG}wM5q5#@o?;y6n4)qtV z{yNP6AS)>7ufxk`kU0Z^T~gB$OLIz!2g2@AJ2685an`1ZQwKwn6UXHGH&bAl5L5Yp zi4c3%W-0>%18AEI`aLik(!JjhdsZhQPo@!4Km&PPXKljD1z3OGfe&K2!okJh@j?k` zxe4m8gXCc1AXT7f#?fC#K5G-pQ9IE7`sh(RbUkWk{w|~0gg1I}TBbkenn7ge9Cf4T zt4-OW0z3?ie;HU9zkmGA$;!;|_a_6F(69Gz*!cMv{xJRj`;(E4k>U3r1`ck9zkfge z`2O||G)oB3iG`G_(M>L_0K<67UuuoKK4|33QoOM&?}n*bjJ6C=aFe~kbCzkL5&oR9hSyN{xr%=~QJ z{NfA@th@~We=_{}E6B_G^UEIwc4iik!ru%GTnxYd{`mXjKLb1C&tISa{bK^Totd41 znU$S|nc>f0CJq(_QU1@rKQjFL{rTOy{|t;TKK&IJWM^Py6yfG%U}a|b|LZ?9^QR9V z85r0YnErnK{FR;Q@3&vy85qAaaBwj&{D1e0L6V(^k&)@+pTE3ZyiA|I|7BohzIgjN z11tOcpMM`ddi(s{S6)so2ByDUob3O9f0y89Vfgot;Wrl}!_Vihe|-4#{SONp9|y~i zU!NG5nYsD-|8lYmg0{7=ax?$A{qoDpcb`8p{D1oD8ygeLi}#-xAFN50mk};&>KmU-I;$>rF zdH(LJq$tIkODq&-~%*A5IpQ zzf24a|JZq$SQ-EPRFvlb_U-$xpMRNuGTwRljp@zD-?yH0u28d7?}Qn(jLcuQ32LJ-+wXx`S<(Z zHwFea1u0>M|EydboB}+&|Cs+v@$)eK`S(vvL5i929}hn}!;k+uGJNbm|37{4NnV)e z&Bvb-e5}vjfBEs}KLaBJ0}Cqy>rV#8-wX`Q41X9Im>55P{Lb*7g++jefra(eyMNC= zeEG}rpW*M{&;J>pynMsJ&dSBZ!6eMh$MEmBkRbQ1hc7?>`1Stl-&gP6GBEx7@#jA~ z8w)olBO5z62RHBY7auO)dBMQK{`uQ)&^3q5zaPK*_W9Ev2G;-Y-+W;B{q57&@1Ott zd;I(r13T;2&p%`YIT#uKz5Dc;g_Q%8c)tDk@#ilKFDnZJH#Y+l*X`%;zkc|vCM){n z={p$-F@`_CCBy_p1^+Vq`gix)cLCO)-~Rp7k{0~W`tRrGAA+DwW$zWm**Q2^8Q3JQ z-+ryB%+K)i?~50o1-UsG{~suO`RR)|FZbOiACwhD82*0!$H>O?=ilcqKYlR%5fu^n z_T@Kd3k<_AR#vt@KN)%1Sr}Lu8UFob_`}A)_>X~!6_ll!I2c&}fBN;0kMYlcR*w4* zU&sgxvGKD1|N5DUftiV$jg{fwUu6|xhCkmf-g@`t$KQ89|2}^AQ<#hG{ME-SEG+CC zjC|ZYoXl)Letl0ZB}LY#dPoaH+@wJ4%WYnzkh3~h%>Np7%B^cdK0W{41Yi= zN0gtFf$7(OW+ny(rtjZ>J%0P2fsK*z?^hOIp@3+t2pTGUiz{2?Z@6R7U ze?58e{^R?fk6(TH_2ZYED97)A%nU57Z$AHHWn~Z%WMyDtXZZ1tk&%;wm4#PGh>hbP z3I-*0A4zAsjt z`1kkg_aAIbj54BJ3@i-Hzkf(ch%)?R2Bjj#{|rBVs!Q-Pu<^05F>!LUiE;d9<6{2H z`kRsSp8zlGi%%aVMR;z$`poeA>+iq+B}Mre{xUGL{}<%pWn%dGhvCOJ9yTrp7M72n z|GfMDjf?Xa0}B%q7yE+;uNm0?zxni0l#AmZ6CmT2~Gcf)?n9sn%&%pGT;rI8SzuDLs zeu6S86T^?MKRLMg85n;uFmV0(`<3O_Uj_~~hJVZq%)c0Z|7ZB|`_&I7F+t|H?|%q$ zb1?Am{`mQYgMpoa^%ui0)_+XDnf@|AfA^lBpM{BmfrH`S=hv^^e*eSB0NUgC^Xu0i ze}6G>@NhBw`pv+=_WS$KAK(8laPfZp@)uO`{$*kK^Y1e&D;EbV0}~HFKPv+_C&TX_ z98Aoge|}~7`Imu%k%^Iofs;v6T=d^R7N)=d7(aae%FoHg%A zfBDY9&dR{Z$jbKj?Zx^Xb!%f0-C~S((3n`~KkJ^Y7o8fBgCjD$E)F z^RhAhVEF&~%~w!K^^f`0$1glAEKJ|Ne`8_bU}I-t`_InG#`gBZTX{*|N3TBea&R($ zcH%NH{QoO2#>T+TEG)qF`^yh$8D8eUOb?!Y`S$IPf}8{|J2MBv4{%k%_2T_E4sLEy zLAJNw{xJOgEhfanz{Ab-@#}XUE;a_n{~v#R`TOlJ2S5M6KkQDy;e zk;%$=KKsP*n^BmH z4?dPu_AHV;2`0|^IvM2*52LmhTt*2j% zG{qmh`10)$MBm$ zPmbr|s}DcFefs|84+8_^N6>C?p?`l_co_eG{>2Pxz_D^O{QL9a(~s+qKEL_#kDK+M zAUhiq8|z;wA;$a9-v0gh|MT0={QS)9tZZ*yePd#0VEFrkpZWK{e}5SMd}m-|W?*1a zmKOW*|G%6JCj;XjF;N}{#-D7g%s(0azj^!l_1pIhzuz-3a+in|{}>qmfBwh7%Efi(38>G+z|O(&{g0>+ z_q#VgzJB@5@Q3B?r>_iuzjLy)YRK@tc>9%sk?Y5wZ(LlQlA?SsKK+yt;P}V%k2%y! zn~j-KPE44Y@!z+fe}wt@m^rvP*f?1j|Nr{^gPn!r)AyfT9RHb^Se`w5$HV=XiIL~c zkN@ndH6Wl z7#RLDFtPn(`S@_|sQKAzlXN9|E9afRTam7rzKEGw2+Wj|{(mvGVaU z{AUv318w5|_U$hh7uT!zU%vnNr7Xw$<2QqtkQl>vmS0T&xVRX*x0KHf2;o`@>N~=w zc0m0~0|o{L*f<=%eV#fDIt&Wg1on9%$%DfB-L``Ne-D)X|9`Oj|Nny(|KIK?`2S^Z z$^ZZR%KpFKR{a0o+Km7I_m}?ve<=6=|3gLp|L-sU|NlV#|Bt(i|Nq}x_W$eV?EjBe zrT+iEx9C4e&;Nr(|NkE>{{MA*KG@8c8*=_XSdsSs|Ixz#-wzc2|9`CX|Np&}|9>7T z|Nm!i>HjOsQ~tl-o&&b~|Nf%?@3-VY>^olj|MTvO|G)Q_{Qtfy^Z)NX#sA-L%lrR+ zTh9NV`%3>mTAud*&z`LR{|{FEf3!aD|EI0F|NrkV`Tu%z?*IRLi~s-MSM>ki-rWEH z4^;gBxxeK9o#iS2UvA0&e|>KJ|4&=9|NlQw^8eH3!vFtw6@%S-c|qL&pSuhGf7zb@ z|K*yb|3CNV|G&OC@&BKL#sB~B&-?#rd*1*5hbsQxUIq$>vj6{&R{#IMyX61>qs9N< zu1o#@Wm`7b-EX#L{s)J_0Z=#<{l7Fn7Oe04?tHMF{|}e{f4(98|DSES|NkB;`u}A| z?*IS$a{u20`Dbs*|4*AhZY%iz=TPzg*Xz>$|36sz|Np-H|NnR9{r|NCi^$%=Ka6EB<26BO&S0HAI$sze}Cow zuiLW!KUg5C3ObHV?oYe3;&`Tzfs(*OUDR{a04G57yhP}m(Q`2TlT zDL5WKY%Bi%XIBv<{`P>vxA6a+l}Z0UZOQ!qa9PU#{|8I{zg(C4|No)t|3CLv{QtW% z|Nralh5!E_t^EK0SpEP1`wGEvdvRg>|JPeVVF3zPm_I=2tMdQAh2vGV^nSEhsG>*9jc|G)Pa{r|bI9O}p7|37x*{C~M2 z^Z)NdCI3I}DER+lZ{Gj^M{2-s`+oprN6G(R`*Z&P-&^?q%kI+u?{*aYf4mwJ4*w68 z{{OHw`~RO^CI7$dFa7`bVDHq)l%7ujEk>dYnXT*Tb2gl9fGO!v@ zp7^q-?El{brT^b;$@>3&SK@E2J zX{Qv(W<^SJo0OgmG{|{FtL*oBf<^R7&s{a2!0CCU%6XpN^9WMO; z3*^2-CIA2LD*S(cdB*>Hi$Uq7=KudaCIA2L&;S4bSoQz^$Ljt+Uz_&-|A{Ja+IX`S z6xX2iTlN3{iJJd^_E-FWzb);L`5DgQrhE&Ts|e>o(b9t4#o1^>VA z&Hw*u6DS=PfYay8&3XU-?1|388B>@E2J{}?EZm4n^=|4`Nc&!D__F#rGmqjmrPAFl?NZ$I`{fYS%K ztUFTl|NGAD|NjqH{r`Uil;3Lq{|1$Bpu7x9j|VIM|33mM6ASeT;VcV+(n4=Q{2=ly@aD)ayUqh-v>eYyy*Y`BW3^ZugC|~jAA5@a|2bR)HV;&0J>Q%ScH8wOiU0ra%KQHdRF51j{|_nyLGk)^SKrTzc5BlrKyZN>jTZ32Z$`Tu|Ws{X&<2&o&Mt;_!ZZx<-tRf5ywvkjo~ zr2PM%eP#cjtV;psk!Krn{=Z(E1x;&(;Bx%ws@(s-_7?pA1IkOFI_pIF|4&;A!Fl1^ zzRLeUKzR=ocSp`Mi_@8 zEC2u819C^z|Emk5|3BZD`Txa=wEu6`W&MA+H2MFJ{U!f@?#TQ9X-6Tryad&wFIR)g z?~4DgH>CW(y9^Znpgdg-F4vxH$p3$Tb^8DRhs*x|*k1uDD?nxQ{<8o7_muyCzb@-P zD33l{nf3q8#@zpJH)sBTyD|6wtL;VqUv2@F=b$uJ{Qu8^s{fz%7XAOTI~SZcKko#U z^Hu-9@2>oRd11`|zXwYG|K3;p|H(R#8!P`m2c_==dH??(2Gxb2_ym=)<^TVK?A}}U z|KF~n|F1XZ{|A++|M!F9Hvj+CMalnv?kxQObq}aMsr>(UZ{`1&>vR9VSepb+H=sK3 z^8D2Q_m{^1|F@_3|CMf4V96|6fpe?=AlS?_kCM-=OjpRA=um{r?A)_x2b6 z|8uY!Y{!348xK@|94Pz$VpA44&EHv^`v3po%K!fl;J3GY2b3= z>+aJ3KXw%U|F|Rj|F^w`|37Uj0=EIdhhZZ|3KyFAyAv6{QuXz`TwsjNP)!B0Z>_7{{Pm>wEs6(B!k2J@v5}{ z{||xES>^wKhf4qd29-Yt%Ko39m-7Gq;wV|G(Op`~UN1 zP&gI;zdSeT|Bu6<@}%VdgO#B6QStvfD>MK92i5bScm=0#P~3ymfcg!fJY5JbkHPKx z{RRJjZz}+&jbETP7$`k}(f|m9+F=Lk{{P)y^8YI+{T~3;C&l1;_2T@L|IgQFLF(V* zpmr?C{G$IKwq*Uku_E>V?G+%mfZ7kBya&qD<^P|rONW*-p!OuFtx@*>)p}4{yzKuU zQ2h)l7xx$czrQr)|NjF;|G)0Y`TrhNj_)b`e|uHN|J%#c{{P;e_y5UyNL%gA=Dh!R zL2@WWR zYghjNZ@WSDKFIxr|38E3sg>FP?=4LRyY=htlK+1|VR*3U|ARHD;C4KyZviTs!2JqP zcpWJE|7l0o|M%NU{=eOr{r@89f!g(liXrXT6V?AO%uW3N z|7iXHcUueoKUkUq&L5yQ{r|(DIxz45-`xd}z7nV$+gAgQ>u0O8{=eUl{r}g|ivRz2 z7ykdgCl}HdI8YAmzx)T~d64=8MgMQD$ozk8Nz(rhyNdolS(p3&+xCM0&o_YT=wfgg z2x^ak`fA`h1YEv>+HDZ|Pn*;K|2qJxcR=kuP&)zCw<`t5CnzpJ<@iTXzwb~rxQ+Z} zW5)mgJ9GZO1BKavy#HVJg4*b%;PMpQ-#b$N{{y%kTmfl+f%>KUOaK1>)lCP={{P)w z{Qv&yG;lu^R6hR)^P=Rv%{cv7^trXY6}(r|FJ#) z|Brnjd&~cS0oetLn?3pepMm@WYCG=C|Nm)w_WxI~d=E+w$4mcz+X2cq#sB~B0=2vA z{{P&Z^&gxz_Er7=2kLW!%H=(vJWvhpGk@5b|NrLl^#9K{W&eK$YQr2T`~PkusBQ-3 zDNy^g{QuW&pf(Mty`1;|9jLDX4PQ{*3>semt^a|or@^&u6t)g$(5@R5TLhkuCu7}c zYGQ6qYH_h{dQoa>o^DQQafWVsQDSkiE_5BHZZSR;purj}7_`qb4>Z7nMUI+6Sl5l> zbuegYDSj`3RiqWA7H8-tB_?O56y+D_8k(4xn;M!~8tP>gq%+`>8(oh|&A1&kYcvD~ zO9)^q%0TtT0wL%=Pku=Gs{o}J4A8pK2V#(Qqc9ph`~;xuMk|P2HwyI+u63g@|AXuy zYTYQ!%Vv;ENXNm6WvL3z`304FdU~Ym9@RnZ5P+>4bzvxUR%&Q+rndR?HZK*&x>0i7 zp)vKuix-Rx3@;?)d0&DiUKtn|lF2oU0(}x4Du+PsfEfX5PfIW`Fu=+M*t*d#phdHw zeV($A_4ESJ+FBUd=oy%q*;I>>Qk2-2aa-Y!zT&Vq|7!Vqs=wWdUs~ zsAXhgW?&Iy6;d>GWD^cdWLGK_F>0K+kVDyN<3Z7&iyu^slZu)+xx~aJB&Af<)HO7< zOiazpEiA2^U0mJVJv_aFLqfyCBO;@cQ&Q8?GcvP^OG?YiD=Mp+TUy)NJ36~2O`bA! z+VmMSXDwR1Wa+ZyD^{-Bw0X&P778mFHFAhJOkXewyo?*o%<82NnR@!{a6Dgke<-Yz3{_6{twQ$`pnP2rYmft3wo$T-T!&>&HfiJw*8+!-|~OP43qy!Q+58wPE`6IKTYv};tb{g3DcGS$4yoEA3H_< zf5KGd|H(7d{%6e5{hv8k?|;rb{r|c14gTlMHTa)BNB@7;EZzT^Gj;waPm=}Xl<9K+ zQ>H6Gu_D;+q$$e(<0dHnkLs5DAKjz)KWVbo|McmG|5K;x|4*2p^FO9v?SH~FHL%@D zGgbbBFw7lE(^bLtr_a{;pEgVTfBH3>wW!vDw) zx&IOEvQWE}{>M*I_@6jU>3_;hbuf;br2IdkNA`bozvBPUPHC|H5j_fEKS%eeg6X(P z5c@%P$4ycCA3s$Y>JE+n2~$+T?oXPg@jr2@`v1g9s$l!$`c?jea6-T8|HKJuaCK3A z^8cgz75>LhRsrLvJ_WG9BYWk+bWj^43_?3)!EOoblKUUotN1^0y88dPDJuV?Cn|z* z>}2Ktv6EH6?vCh@`wwzs>_k?2nqD@IPvT;{V8gh5sPC!@3}G2687T z{eZ$fs$1!QbdU1?m~Q3&u{|pPBl}eTNAxQH59?O^AKIk=#$ny^|HFHf{zvpG{*UTc z{vY0>@IS0a_J2g5JQ#=f%7X0x*$u++Q&s=RPgVOLGf5dN9^NbW9~4(046+-9L3YA0 z$PH1Q%Kt$)vQO{~-IpcJ?cS(`i-iaYQS-PpT_^VUiJUM z?MnZH+7$l>wafnx=~M)VMa)F?{~)_TIBv4~|LBQI|3Q9+*eeIg-_umUX$|D}~(*nqTkb6OK2MT{s+=KEBDDG3IY5&idY4AUFn(qI^2^#<7`_#a8g6sxikl#UZ z5j{Z#Vm~M?g2Pqmf7ArI|4|cV{>My~1D7$NG6#ecrm2AQ8_a%CIsmy9lx{(JCvK7o zIE}?mQ2n1WRqH><4G9y~!0{j5rSLzbNAZ79m;C?0PPzXy!T$jQ?G6K83kn}l`3oxl(q?P^kDsCh z&f}o64^#$%+!56y`#-W%=6`H2$UiDz`@;I={)hHS{|}!a`#);30@!YlUlV7k{s-Ba zI9vID(i{~q2C?I2DEyC}DhswhVY>YPxT$jgVGJRQx_#Zb*;eY&WML15H zr}95_q5A){MH>H87ij!Xov;2s4dkXdivJU5%KcB6Aq&PyGZp`*%u)j5>;+o?)90xD z&zz(7KX<;)|GWhtH)#IPoTdIhYqrM!^o5%LLFR(OGisU)I9_9C%7fz=WH-o;~1{pl}D}F-W?C*afOjLFo-dgWLeBV?pT=#0RB4kY7PKWw!GF)Hy2P zxB#VtxXH5rQ)Vjv&tGEjKWCxt|IFDM|5K-{{ZF2%@;_yo>i_iV>frDPnFBHtl!rhx zh!1iLh@Uz~9h|>F`5cs{qbJFN%K#7!OXtb6l>f&~m4(MUDDFXN5oAB8J_Xg~Nz;}8 zCr(!SA2&h%e@vh3|JZ)H|MC6u{}U!C{7;#s0mrGcHUFp0(fSXfL3KE&UIo?dpn4UQ zr$OakSdSF6`~{_Vx&P_&)WPWu;aXdpz;I62e}DUu7m6Z)vqA?A$6QQxZDSoF`#+}q&{t~1~~77!Ut~u zERFxEvo!u^%+>x6%6p)4C}o=Ze-KWd3W@`@|H+fp{wGaR0oNNblR)LW9Jqb~)nOpB zVP!su53(Cnr-Q^n^&H4ep!x<>?||F_Dw{zxs0|W38PW~_wIe|7E)bnCMGai;f!aWz z@(0uw0kuEk`<4F3O;H8cso*-JOB&1u*$t}0L3J(&gX&#Sy#jIzNIl363Dea7gK*RY zNO=niBTzVk+z1i_*$c8CWH$&y>;=_V1%SXqVi75C*jgKo}$jk^`%otO9QPfWik9U!XcDWtKMBU7$8s$_%alNz=6c zCr$;G`;fX9R1bsNKykgQ(DsKC*bN}_5n*WogsQw4#{g@s(Xd4pLX8@HO^8Z0*gUS(5UIvxHAUi=cs7%b5r}IC3t~R)> z1(u(s`agaer0o$qMHbvP1lbR&8xp1}g8P4z;wn8t^cW0)xl*o zsNMmUouGOKGL%IgX$qrIh(ma`+wF#o&O*)7(aE6>VHuE2daZWbpXg6 zAU7pVSNspEce3Vd|Ie7K32t{}&(-;#J74dA-U9vqIdgRWXU)WjKz7000J0y% z2H~8=djB)#Yk@JyZV(394Z@iVH2-HW(gwFdVC^4J{g*To)Q<%9zm@(MEH(U}y9iY0 z>w?=qAp1c$d$#ufj2RmLLE{3TISbev0Is=i*xbROo$Ka+%(YN3*Ik~Up8}uXPAf`H z)ipN*&+H;bQHWY4;o-0UJF?&37%;TpIgD{z0#soU6^-AC#%Vdg;7nTAuzl{ z09#Q8sy7}8Lg%^}A?2?Elnxl6xo!pMTsMqHkChFKkTZ=lh@I<(`UlrsH_ZPadq|t> z##tVNj2guwJOp5K-JtW4IvA!5;Gdmn(JQYT9KK?z~Jer#Q-XO z*%^cwnZdirL3*SZS;6ci1_lOcC_9URfk6YR1{D5=j7$u?3=9lK3=9lLj7$um`NReW z28PUb7O>taAO|ooFzA3M*b%h5r*D9Qk)EM}p0Nc3gOP!esg;3|m4T&#k%5(gxs{O- zXgYoY!Yv?U{y*e7n^96yV5P60SFD$qlAn~SmzVRW&tPL;QIMFNom!%h zl$xHIXRGvn_kJaX%oJOta8q9c-vZ~}1OnC3`ysn+mIn+=ATH zl0=1y+?>2(s|s5su;EsD#a19;eI*63l9Fs&r3l{u1?T*tR0R_~6Fmc6*NV(CBPBZp zo1&C7s~{IQs0l?WX|_sGry;bpKhp88yV>qrKIT=SLT%@R_Nvx zE5l51Ni9w;$}A|!%+FH*nV6WAUs__Tqy#m#BDcWT7j7`tFv!gXxfbk=;u6=g68x%* zLn;eW^@CE2^Gl18Q(ena^GcLqmZc=a^%j&C<$yhqlB}PalbV~FS5mBRsAmYb3KW}g z)gTY2XXX}wbyVaQz*SY`7Qhu@bv(%G0$*P%m;B^XkR_fjwn`wAtWxrmGgGXt_3lA)O)h%hj>G%_49xv{0GF;qoZYEf}!ejdm$aDDpaO5?vBYQf-wGxi18k`*aOVtqcsHit|%4(<%um1?3}9^0e~EEH23}s)Xi=;M77W zD<@L{oFc6flR@d*R;f6#EHy<5Dwv#+n3tZKVymPN6UoFDc_t}IrY069x@LyvDY_;G zsiwM#25APmMkdCoM#hE~<_6{lF#W~(X(i=}MX8SIsd*)~O75At1>g`+(13=oCQM~{ zMk*-q42(>54UBXRETN%bY@(!Zr(mNG%7_qe=z}vLk`KXhNSPLc;OXof9}wj4=IP@KUW3fE zASXGun8ksCAvdq2D9GJOAtEwLf&C=|69X3mBLh1FQ(|&)fp4%|2&hAZ9e=w9?s+j> z)&-e`T@6lA-jvkhWCjLC1qKENhvb5y5(Wmw1O^5Mv+|Mx5F2zTt4MN2VhRHT;~G%E zt|%fhih+Ug1_J|wND_qo2E!CQ#o{AsvaGgv3tHD9UAEU@~D~ zU{FcP%}ZfmV2XgSQ$Xw*5IZ-g6t?~x)Ia4(%?k|%i8C-T$S}Awcry4h1TZKtBr%jS zWHRJ1lrZQrWHRJ2C@>T=1TnZXIN{JQ1=b(HP|A?Rki(G4kj$XK;KGp4kjsz=*3STn z14xJ=!nQcg*a$4f$m7Joz=2?#Nj`3wyFEes6Xjv&O6rZX^XZ)aeTxLJ@`lnAzm8ML}TEscTU({cs| z-be-p;R_55T+xtlV*s7q$-uy{_&NhaNDTvn&sheBnX?!e)Y2Ik_+xPR8`R^6hZ|ls z(C`DTWM=>^$)*H@4536nSnvNs@a6D=h~@B73=B+6pl|{Q7>Hm7o!H65@&5>eBuF0v ziX&s-;E2Ze_BwsPwajx&o>9c(olI3^*+;-hE zC-6!^Xl!TChKQpllkNW>VbB(2U}R!tWZ?!G1;&gFf=r5rj)4<}3L7s88zm+cHBDN$ z@#06Y@yv{j_KaO&-Ck9T{Qb5y&lGHCS1 z$EAwdll|Eia(dG z^w$4B!XP35Dl{N&gOCnTr!d+pGFND3hgrqBtaRJBS4b-|=V`$=Xw&e7*iK-%Cy}xMMRwQ zM}BlrV}zw&##SfQlwJAZvmmj}#K^+P!VFKnjDm^`hK_-Wg^de8Ox$?!AtJT~x{@+X z+IW7&Z#85)$UX7&$pa@}NwSLRNk~+%zph?nz{t0t>Qjxe6QkhSlQZwCiiPm@G+cfA zG;NV|wrlS5?{5wWsW<-@2EBqu?GM1OiGhJpP|=aWFt9MOapJ;@ z8xMYX2o7CF21a{<;OTKWTyiIqJ@!kRy!s_mr6sq1kJXDE^;((g+>#=hn+Vt(keB{`vTXKc2V4;LLYN?m*9W zfg}g6=|9)zS~~3N@M9E?TP*pEb>HIfMGmL6-s zw*od-1*-2rNe)z(f;84MW|90}~LK#~WUV;N-s-_*zIzmcc;e~Uo7|MoF% z|D6-O{yW6D{kINr{BIWtp+V}bf*t;YFo+FO3uA-S*@Qa%w+natZx`+a)&tV-6z2{$ z$1&FZzeBXgfBOh$Fb1gs={NMW{IBP1^54wY8f>n4fbD++SF``RPR9R@y)3|DM(!41 zH6U@2J3)4Xu$jNje-H+_8zc@g1B5|rbANlVUh6RD|5l++V1Izj2AOH%ZTTO>24Ofm z$R4Z)**^}EE?~EV{035M8D#t4KHBxaQ@kfw9OPfCK!`msedc~P|3PMg>;bzY!1lkf zmlYU;{Gsn+`X5At)Pei}G8d#CBxdMr3XKDs|6sF&9sZjI+JXH6^B2f1HW5z$L3%-U zfWib6t{@DGCtHwzp>YIagTz4L4AKYUgJ_UjK{Uv2kQrb%d7A$>_p<}114B1+aQK78 z-7Uaw2gMO6PC)Jixdo&T#0IGanGXsZ5Qdozif88-xBo7Q-r%(4mhAiAHOU7YZXmls z?g#lBWQT>n?SD{snEBfN2eBdM*@M|2HK4EnxfK+iAiF^{*nUrQa9D%lAH)Z#g~@@~ zAhj^FV0MD!LGA{r2eCmIqz2>@{WGBckAax)bqy{7oQg7gH{$J0*2#i7c zKx#nZrheAo@B_KW(8JhH0I@-C0EHWf4KfcT4)PbsJdl4u@*p!o7$j~J>hK?CzC(=bf5$ivaQcObgVb0C zI)c+2$ZaqTG7ID%koh3H>?54Oc@~uRL3tWfHh?fFAAs^TC~iPzg5*KiHqsgFCs^7A zr3;X|LGA-#kb02$AU}ZI4yN7A!C?1LPiKA4_<-0}6YPn?UBk(gDaW z5FdoW>b)TG3vw?A8@ic-(;~=DQ22o`I6Vj2{RhRhX@D)*K4f!1el+v8`VX=jq#hLh zAbX8GEx~03$V^aJz|sRO4}$CirBzK!o&W0QTK{$I4F2ml8iB*lz{v!hcR^~w`aR6R z;vhZ@gZu|F)4<&noJK+7ATf|#V7ood!D#}*hJ*`9JzR~u1=xKcF_2zE4>K?yBoE3L z+O~%OHLdmkYg_7oX^=R~&002kaQ8y&Gyf0P?`a8k3rGxvL3tDu7NBqe@j-Th%mJ}M z?gEK}!_U_m9PTJ#=V=Kpvq0)#7^D~CHvRwFw))`k0+|KU2f`rpKo~jxK;j?_3Tu$N zLE)`or32Rwaudi5h+8eeVFoe-l;%M348z8*=Kn$QqGx9a_B+UakXv*d4Zv}uVWACn z4@fU4U4zO_Q2hwX$Dp(Z5(A|>kUYpeAUA@{28o060w|n7VF+>yI6t{V(k3WwK;aJZ zI~Y3}L(+zW(SL0R!~Y4*%^! z9l>=d%xy6DgX{vOPY@0AyQZ}+I1KfijlgjacDI{3IQ~KQgX{(Q8)Pns2G!*tHppBM z4a>72^FjUxfb4}~Se!uYhlC~A z4WNAQX%4PKKz4xK4+?Kkcz`g74T^tI7=dVzJV+emHjukOYWEo%wPDgg(F8@LC3rgo8vp{|XnE_&h z%!Of)I5-VNxPr|FxfP@iqz@D~pn4BfkJv}J{s+|sAbp^AhOq~vYy-L1*vkx@reXR( zZ9h=m3&Nl}4x|@k9teZdJjh)j8e|qo56Dd*cYy2$#k-le1vpGV_JQg|n{XF!od{9` zQV;Ss$X-ymTLnSdb6_)qL3K8wjSR8}V!tyuOh9TtZUET}VuQ>A#R&+5(oW?4#xZ9inBW4=xWtaREvPAa$U68)QF79f$_;LFoZx9*7TW z7l6XR$lVN*mVB+iVF>aYNDauHAb*3{Aa{VoK^Vk_gcBq`g3JQh0rC%s2J!8}9l>o5 z2piJ=0GS6e3*>%Kd&xe^6RZZL2PAIfW%VDNw%x7%oBG&*!wVGl4xqkAj2pP^18OIO z(?YcCe~{Zi@naE;NRyy)7t~hu$`1JNl@;{gJw4#Rdx{^p?dk+-KShDs{;ps?NFAt6 z3rb@)q4xhl=@#S%P`U-FbxZRHn*nMoLDHZr*bN}{*5Qz{3KSloc++(>1-B;Z+pi8rKvH1&a$DMur;T+_Ex~wst(${6+0p09%SsT$S5r-Ni8Za$xqIXH!`*~ zGBq@ySn4%!vs}%`J#Y&M&A;DosmEEz(QMNzF@P025F)18D6s2s@xT z<^Tf&0|=vwgQwaV85q#T9YA7?44@;DP)rJ7WMBYcboCP$85lqqUHk$g0|N+y=HQVH zGGJn00AY0T2}}$OAPkCcWc8qR;~U!fH1l^sLcVw=;Aw=7#Khp z-Tgn97#Kj92iY+U3=AyH5R5J^z|6n^!YXL$O_&)NKp1ot9kP@KGXnz%3m^+JFfe#9 zLom8}A7%yy5JnddU}j(dVRZ2jW(EcjMi-A@W?%qeboZw)GcbTKy7~-e1_lsD&zqUd z3=ANQE}q5AzyQMN;@Qj$3?Pgyp2N(*0K(|vxy%dqW3?PhdZ!a?g0|=vw_c1dt zfH1mvKQjXZ2!q5ueT#87uApw6!py(`!szh`lHLX?LmWdK6+mSRw9Le{Zwpqog7gu$ zZwt56%2GkQDL^LC9|xr-=MSX)^!M@Lwh^{(ONn8&vl7EnXO6SSJ|UllIapjTagBe< zHzM|J;X0#qL%QY!V)PFd|DwACc19`3HAwt``s$!FN@3*!sO|-oN$%pDV66&=Zrum% z+qxkD+3yNc?;*~~022o(0;$KkZ|f~XML3guWOEZUQ!^9OG}APTWYgp{W79;FBr}U7Q^ORaL<>s;bMw^XRLew*lvHzL zb4&9S)0C7{Lkly*q%NgEGdG z>@;zqNYKWEACfMz85cD@{3xp8JZX`MD{RRTo+w>;&HoG{ z{~7l0uV2~O|NZOhKj%M7eNQ@&Hl_RTt3O&E%U5=;P0Oy_;=a4Ov*WwrJ6reHS6u21 zUyH6>;eF=T=KQIP?2843-~WC7_dmn&^?(1?_h0!||7hY&)#QJP+EuQ(_ENsjCL6v} z{`yY+dwj8AX6JtfVY~kfQ(|vj=RK0&+$^Ux`P9F^k>8^t{?&`kd*9FIx7s-_qGSEJ zi`nk$+gHro`}q1X+w<@59Qn8R_kRZYKN;_m^+Fr3Z147LXOTI6%FcBAE4A7qF282X zn9*M-EWbba*T1w(6_OywBHC9>k?_bE)I)D!*&L8JIZ#*t=YWuf1`{3V8_nu$b|NHpqzx#iId{y}8wLx}u?fJm>_jiZYUdxU6 z`Y-uUb${Ic_?2Jn-@pE;#ps>*_g`leq2+t%r?rt?vd5DEQ`$Q zFwLk_PHSu3kL7;Y`=4Ro#eem?Y<+z97t8HE^Pi#rd4NQ0u%l~X*S$x%!s4@TU*G?0 z(L`Zk;oqGd--ZAEXLx2mZ~bSGReLJ3qw!Fmyo~PryMOMMe$)><<8m$i z>A#DH_K)h1zf(%SD&ws+pcWAP*YSP5W?^(W!uCDRlAEdeF zjK?$k`u87a%=qi$<9m+Js-`~PvOjK-nv(igd->`6>-L_h@4xcv`#<&TpGChOUSJ)v zWx?}@@;S{NYcBu!J?s3>?eFiO(tWr2KSO87{3o}nR(AGmdFr$*Y31|V-=1dQTp#Wj z6qPC2#?%ygFw$M7!>)Le`sbGcf8O{{RZ~jR&aZn`e`~Yd4H?$=`48I(#K<+m=cCA5PykU3(>H_N24tv~PZX6trTU*R748x7ND2 zpG*4q@%#I`$zM&s=NJF_`+NQ!{~!Gqk8XBuiy|Nc+iv)tbuo&Oo~e!E1essDX^=g6(} zJJtUg4CPn;J^!=w>#zCOcXa$?c@;OaW#Kc;_aXPV*W8KovRY9cXh;;{|qU0d+Srq9IZW4pL53lmHiwsz18)S zvoC~fslWPeqH+9Z`Q5II?CW>VkKh08pYK1e+m|P9{j8U1v*1H?%kIaE{xgWVDq48X zP3cTGtz0GZ`N_KFCTk>@daQg}t{LqUHGS5})%o=|1FL4tSX%GACH#A~|EXFRpSmSy z=9CH-e!Jb#*}1h&AnW(n=xgd%>w*nU_bOjGy7+Fb>mud#mfm&$83KaEZ13e)M@{LE zTck2kZ03K4N68O8XZ-#3U0D8PSBlKy8Kw(Tn$E7s{Bh*$;(wi8*V59o4PU=Kb9A+! zy~d31f6^8&Ub-wZ%P%OYQ%g@d+;N)uln;e5^Df`lbq`bIy|_$k<20{57uA~_WbUrD zHI7`n|Kq=Vdu!5a&+q&$`0xJP_kSPR*FV4S$r^O+@E(^-_x>{kzy9-YuaArS{=#2> z|1H1sZ|}dqC+>!ces$CKcKQ87BHnVLec)s>XSN4IQ{w4d=Bqd)z zRsa5<^8KG*|1)&VnE!qLKbv3Q|4iAjWI@MOkDRli%Kb8z%q*?etQ46uv)lj8{7=8u z+)z8MbF?m;QP)hyb#EB&>)#1e<_DVW|7*T}{l`~VXKr!-W?p`<%H?;5%H%6|Hb%}5&YXWWzp{Ty^=$Wd$&dfuKb>fiedO1Ma(C(DxgR}l z&abIX(OB?`#as& z*LU{EKmRI!E~jIE(nYVXCqE`VUfS-dJ-2VP&T_A%V z*U{Q((8Wu+K-~SKd+cyv4i4 zu5Hy;-s}0!&hg**sf+L2ewZJB+OBTat*i@8vmBE)eipfRG5gj=ljXb4L}h#3{%SIF zOVCBbceP>L^2;@?3Z^JYB`Z!5&bX7^tv|VIzpkwIcCD(3Q|5m0P+N21>9&o}_646c z*mbjIW4)nOXfa>%W5=WWf`tX+w^mhk?DdS8KQ}w0KUiL}yK0M9@p;|FLKF8X)J^-r zwrp+gr_S&8{oix{URzU>#%%uY^R)!gEwiSreUhIQmTxTldFK9|KV1JtrP*G)rdxN% z{q&uvw6y;WJO5VApAuF&Z7qkc&Ewkb$zMg*{CPO*T4r{X@?*J|!v7h3-~QdY;dsXU zx!LvyE>B!9@#3s!_=n|Fdsef|*&QcSy)=FCmA<1_I#XvqFx|1~vVHmX-R@z}idwX5 zazCmZeJv=e$|hgdIsfg9J=HVkU(FVq+1c6IA1L>DrlhcJ*PK7xQGaT~?=G48GFnTD{{39cOLZyV_&cdP7jFchx7)8Tvmu*WYaXHS<4%*!tf+%IlXJ8Exrl z3bS_R`q`_xeCO=fX&L9ZMf6qemTHT(=FeW7uxScK-Iv z4UeC`Sh)Szw(d)IAzL{ke#G5dTgvqD+be&UpSScyRqkzw_WAJ!ZnU5 zH!iLC+&@9b%2qbtr{t^Bu89ZRiYE4peBhY(bbHx1$+peqdN(riU%Yc!l;FEAOR?(D z32Uw=J9U-*3QgJjwth-bmgJ1C|AzlnVMQsc9hSVTl=3s|MWd#e(C%|!}nKn zg@pxw&Dt&V@7SDcCSN-ITOWPhGU?-wZ~qzW6*Vj+Rwq`^{5@^WpT#$xrEU9rBGKZg z!q2Gb6D?Y9m~OxIyTChWa#hgeckBkP`}o#=?3}HieJM?)@Xx%$%X7*z{j7G)3hZ3v zGU*hPz}%g)3N1yh-TofsRWQ|0sKr#eS!Gd(aj!)0XW`y!v0DnSpXe3w*>dFQv-=i% z{^*PDwLQObYyGZ|S?3R3+xl$l&$`F|R`$sGZ!hLm3$lxpFxoD$vg)O5cC16q%79r~ zNt~aHCte!$m(ZGUDKp?e|eIfsS|Kp%V5T8p$Qe0r{^t^e*48#<#e~&Vnt6g7T&gq zi9xw?tC<(H2Z!0Z@1B+^_xO2!py`i~kIUYk&zr2BVsybbXxH4skt+|fuYLDbbg3Ha z_m}axtknTq_BI?^F!AO_F%_d55i9>5T`6x=Q}@_s{Bg z%8!kW|1`Zc;s{;2to{D9Nje+7Z#~|+I?5&PzN8GFuGbmYWgF#-AAjz4Ir8VxBr75H zg}TOmQf((=X5VS>oV2N**A|s%tf;2*cwWyHEQDJGvaX^q-;3 zMJ;fv(#Ndp?`AyMu{wV@yJ@aho6^^xmoADjEWZ2t*Vg*Rd;cz|ygA`0reqk!<>FMk ze}kCze}*#)yUxy-`O|f^pxr)U(V2~XQ~$;O$eVWSriR(t;~y6^x;bU)u3~Q%l{{iU zWzy6cvwp9?x8}y8Sw6qJ>)y?NaQYf!)BRhjoTB#k8)`SHR2}JHnB~e`dRA1%>wC9= z%bGjeOubEJ{CsN`ySzlWYgSc@y3nx}m1J>^t#9uBDZM=-`$bIfb*8{c1&^HHxBOkb zbfI3a(RxS2&yh3tvNG=II(|=m)#b-dEh_6z|6X)I|9R&2{c+3x%{Y5GJ;KwNGi{^! z8ux=u4!Qv+-hW!`6#OoxWkdSi)=2S%VpD(iY5)4?;dQ@zh0Vu94=0J77E$TyxTsvWeLu%?py$^s?_wX_V59-VIj7mCbS<9VK!%k*4BNBE=S6~-E8dtKM3NrhizkCgfQ;mW#i~m%1sQI8eV$Gpl`~JV>(Y2rYtg5=$z(Mwdxl4t)(UBZadET`gm86f}4kC zno)3W^`9xRCDP0Jz8il3CROOG`gBM1`-ZDcCr()VAK6@=>TpD5(lk!Z0`WUBDO;|k zrEl`vteE~$GV05k6+tdjN;OWtQfX3urN%2{v8JZB@A~>(w;u05m*YLX+GLV!=&Eh#j4K;_hk$V1|{&P;GW z@gSqyz)@Rli_P4Z5gJ{4Zom1n_t(D{vYVV&vPE6m#&IlQm2%;iw_momTdXTickt-B z?7`tLq`vFB{Mn4F^XAzw#-&*6My)@0q;IN0^p*%Novo6F5v;ux+Co-7*B1ZTeCg`) zTMRGj)4qzy?~oJ!aB3r4qIy>A?Olr<_bw^fEX+1x@`V=xl0m-hCJK+1h#sq479j7Z_xuInAS;YsM?HEm`K z)vce-EV~xRD_>D6^u|+dV{*&&-;=b@YT2I*+1_xWSWM(X+!Bt%J1)(eH}6qU`6QQ< zAs6m=ZMu7U+PYne)ALu#dNK>#YSJv7xaP^WNqfwm%)Mbh$E7=6#8@TbE7$2uQz!4Z z`&v}!@XQr2G-t;>QS|X*a1^~^^LORf#JsF;Y4tyQMJ(1C$p%L0FkD@^(@t@Z%h5;M zeg<7M_HSG;(d+MS{-^rVrqyq*ZZlq+p>kx~8Y?Fs7ojEdJG~5}F3MfsEV}&me+IKX zQTg>1$4YsQwIrEs&0HuRlhU!KVfw5q7tPI26nm`I&RBD8+mAp00;}9t*V`^!Xe(jh zUUj$Y$f_e=w<5ID-r2}jNAECwDk;Qqq@yz^tUE5hzhTeXCHFG*EEAIKk6m4Ql4(ZA z&pL}Y-ZlB}azCwKxy9wk!CZNcpT7Gm+sz7!O78BN@T*FwLt|mY)-cg!>!qSa_5C{@ zgslnfYWuf7sA=npN1Olj$`uD?7_9!N`QDsY-?&P`e0I?NjH#-tqR#x5KYn*nuIT)F zjrn~g9iAavnL=CCTEmmBuif{w?m$wDNR3_SY_YU2ll>31ENxfba{S&FPhXBxL0?5Q zdnPXL*X>oh{G8vB{hHvRA9gkMG0$&u^E|G2b8-Hb*UQ$-bX&DaUh;Qv_LSByNkQM2 z9GMvP$L^_JNLR;o-IHEHmsxbzmGe8>yLxZ`B-V0kqG#*-59&Kr{pI!NpXmP2@Yzvn zTL1Q_sIN1>8~^F*t62HZ-gVX+wN}pzR`DGYoe54WB2uPqUAX32`ooVBd#`b6pP9y? z?c&B6bD=kYH}U3)ge#LH8d( zqsUhF>NvHF(Ua~j;Qi|B>9EQ|T&7!YDeE+YIxQY~%^y*VyKb?1uKid4*~8%OL?73r ziyVpb18NgiX4U?F&a1_8ST!p-NKV%+b8E`x%&oewuI@R%`<~iF(Ip4Y2N_?Ub5lC~ z%T4xW>w^SywDVH-T`imQbyrnU+nS`f$7Q#ZZg2E2TeaW3@?+cCRXa|zuHC2I<1#BE zD8Gv7;Eeej(z!qUp8Q$%WtG?z zRZl^4Q#HF_@ny{)uJ9Ha%J*G~;+D@ltnfZV_He~QO|zeDEx&oVl#NKd==7Jn9t_c^6)sXdEdrpZ{^66D|`j6Oe$BT= zkNdfAE3c|56n~7_x9{$MhF9#Twrx-q%9wR#Ldw$Bf>}rNqib}<_OIOVOgsDNT93U; zCT9KFXVxEo?#%on!c~W5ukBlsK1D_JrMJk=iz!~!*L43*SLkp!u=btjw~ow?JvECa zpO120z3kURUQMsr6Y>{D&y(M6ChEQ~>_k;2iE1oMf10uW)U~y>)ocDN_IAI+@Xy#}>%TyG`CrM;1x5SgcdT)_mZVf) z_o)7iul%~&uOUIF#1;7)sEk}W>L2a zyJENQT&x;(y~plaseh@$r8z6v6#FXW&ClQNe!g0FU+CKQPb)PeI=1|tp%VY+`0X{n z=Evb>$1g%Y4Li+ZA*fTPR@zAIqO6J+Y3FM6J@Q8&15#Yu2(VDu8_o*F#Zf(Ft%m!3Hl^)cuP z!cF{r>8#U{@!C_rpAVY3#&B7wQ)G9z+5XRa+a^Z0P2byKU88h$@4D=RD)VnwwEi;| z>zFw^ru+B)V6)lL-+#?7e*HA#tNr`Gm*0Q?{rC9(z-XUK1@jWZw4Zuq%-(NcTIHLQ zqQ$ZO(WEbH+|Rh}nbxZC@5$unEHl@1KdwI8W7Yp$*sNo1+Qj&<`N6MhkM8}m{CBNO z{l|ETnf-Ck>?eK~^t{R_(JIvIdRTEyr0UOtkKtwQH)3zyTBPZAvuaaMw!LQiiu5Mt zxaq3esxn6pMf1%s+t0D(_M?imYeiwnCDaK^vc+4E_JVQ0;!YZuK- z)6PlpI&v^|yM(_zdc5M_&8>U?XqwC~-~Z|Ns)T!7R$^B+zDTIOAGX&mKJ;h6wk2^+ z{`C_3?<}dw&JqbUw0pi@cv57{q?1m&O{(ft=D*u}$UrE;WcDPbuUn4X-8F6Vr|tKb z?%$Mr#oRmiMW$a>&%{Iym&&jw$1Rk(*BSk@3i&cOH^SLJC!4oXXQZjTtju z8$WYiW3F_+zwLwJz?5zW)7_8-Lf+``3)^KRY|W%OuTLy`e3>R!lbETy?Lj zbH(~oY4>+mefPiP<8tIo)Yk9z8vh*38}4w<5cXx6qB5zKah=8Nqv?;!m^~UIT4au& zndrZ*zGc$IAm3#lJYHmG)wx?QTiX`I$I7%aR_*t6TWB!c_0Va=(tiy9=dgo3vHh*H}u zzPB~M|Je6g{~1d4U#0Emy7YBV*XG#1z>Usqk;@M_23_<#v$e5)`*)>mO{0I8)Lm z+st&m`=8lt`MU-#(^OBG2%D~zXS~pT;L*j*S$|I^Oy8=kFDp_KH7wvF0SzwJVkVcq){pZQN3!FR{(+b7uEHCC9BM z5AtT}#H>@W@BX8@^Od>jB;~AbudTleBi7E|;}VohJJe zI};NiHR)pI7wf)_Q9N5_{oNnh#nSxm^?|j&cAWRgdDPP;sI+M5K9`s!^S5Wt+`5)K z?((Oli?3YUvNl&(bVlRxmGhs7WKHZ~d2=i)-2H6yPrW(Gt2}eVe2>d-%epU;tQ9I( zb@Z*QWMautuPIMWgp|MLH@s&R?ar9_<4=C}S=(E-F285HulOGIQcNrLIeTE(sx9dr zitfiY2eM}VJ{$FD>ze%Jt$zH)Q76`V&ib>~IPRmFUE@`6udvLJS8mHbMqhsBeQi-x zuJ`Y)Yj)}y+r9oU>7JVUmH!OJ*4?q@mKvOCZHsk&{XLuHTBySx*7-N8rTdQgU*EKC zGiLtyw|{P|^~JvSEKW76Ni(*;x~aDFL2w^ezOAc$%J*!T0!0G@%{P}}*60vCA-1AhbVm1yXIplxiu~@Oe{5oY z&-wG;|8D%a_W944BS(`L)U6S-b82?H@t>jUtkQo5smu3Y?K^3&xisx+=YsW_GrxP? zox46?_S4l#e=R&0b8J5@XRn+-uRA`pZ{DSKu9aVob=QSF`1k!vyLywZ`n1T7t&-_) zMFJw0x~D#CvlL%{>gvptM^V=#UPt?`6wbP}(QZxLgp_ax-Wo=Q)-~F<^ySOGM_t>P zA9VT7{i_O_Kdyb0DQ{T4=A`zYrYlQ6&)%Ul>qcr$ijt7i(G~meg)Q=()qYXCa?^D6 zo2GByO*7Q=x}^Pa>Gk&uu{BxxEahlyk!Ky_w=mYi z2u9NvQSM37&c%TeHy>wR{9TZ&yI=ged|;UF?qHV6XVW?Bq@OJ7Iv?Pjv~Z8j*Xe$T z<{px;uX=s?eaf`&U2C&z?}u0{3-7-5WyacsMcWshxus+>=QPjPzh;+bG3h+J*R~?d z^0&Kyp2529JJu#nW@C32OTPLq(8|tcwnI5SVv}I{hlSOf+ zvW}~phWahjx7GDEU0Y{e^A;3J3iY{W^&-^kb%s`~wwA2wv0aeE#42oColA_RS~$J z^sO+|-G7JvjwFv2C*O*4xOyx<{aZ<2+-B00?x^(N?t=2C!$Lm2*KnB?Bp<m&gq#ZSo3m&}ldIZ+xQS6rTjp;F`ok~a(KTuN#w#yhZZhLs zu+%VYQJKJt=vAAh^US@L5h1YZ<(0aX7k5qCba#5$vq`L3LF_Isc8g57#n<&}&m5gF z{`4Z3cQcjO8~3*+zah@X9Iiq>jDFP;K!?eBT6b!FY&TetY!*!-VidH-IopzNxs zje%;pIUzUX&)vTwvFoDuq{baN@>|XK{HZ;{rD?v`Kl1Avmu{C^``!esW&ZI><~`k-{r#HBgoR7ft}H$Ho!j&WmuBUJ&0a0WFWmhO&Q$SL zxVBI~%H@jrjIJxfMUJ}i5?iWepIsC2ou#GiyUF61LBdb%?t*a9*9-kW+tn1-%-Hkz z-j2Awo3b&93B3)k=6;B_d!TY{YH8DpTMHWguDYjE`g`@fg)5)b3x>E(65H%KbLGY- zx<@OwSQhB*T5v&kR(0s=6aP3*9MceZq%^JHc}v81QT0dK7n1)TI17C+HmdL`}GME;=1jLmX! z^0OavUo8J8dhtI)vo(^zlc4B+Ek6A9b;Qd$mQ?Z~vC-^_X-o>GPkp zn)5f$Z95d%efHRs%(PZB?N=N}-Ptc1ecy76_s7E>Nv&ItIc|Q%8Xuf>QoHfh>h+zw znB}&~@!QY$zIM_0Kf?-%9>q;c_v*L5@eK+2B)Rsj_wVl!Yjd-v$8Me7!#2(HSiP#j zUX6oC92>-H7ANiJe?R}skJ@hi;Cq+f)GbT8{A-fAb#mAwoi)jMA&+PLe)Kc0Nqd(| zS9#u&ILFT?JAT{jxw}5*+tr=t7Hh}9Gxkz=@aBwm#>zK)q7EmRcKZbVXD~e5UU>gE zXXIAhzuW$qb7zD{{iu@Ezp@}JS84l!`y35zJQ7LF9-HQ8gl#{-I-5;xqUiqHYvO{! zlIq^vs;}37_x(RZ<;)>JPE{~^`Wx@@*hY&$#u{s?Bx`=(mOPua!d%|B0lvG>VaXXTw9 zzw52mZAyx?RMhvsa${14>hr57f`h*6{yl$a>x!3xnH?R^6VKKKEYoOvx<%r=MCbSR z`prdKj^COccFCG)@lu6pyte-tN_?t*`1mB}PB)I$pFg$xdw#&ptb^~9gq(!Co@&P% z@?F~~xo7h8`k89iw)j5V_xE<;r&rOj+&)(ok47{_eB-#fqrLj?jijryCT*^c+MFL8 zF@MUnG|i9y0(g2YBgNB-;+w8~x|VPE^CkD@+}>jqS+lxg&Ew9`x7@Yo&bgu)cZ~R# zaj`pQ&3h91$zw(6>Fh)6=gvC1io>}6Zq&6aYr-Bk`M&q>wKANX_M?S&?d-p(K_th%};WV)u>x2-EZW~|Nldi#`gzU|WUoceP)7A}n6p)6X< z)%Jzs{PzU&sm<@c%;xg+ns(7{?Wd)y?tJ^UEcq8-+1PMADaGj*S-xO zcb9#TtTs7uXXOjI`?Gr2YF9@s-tl6O@5(gysB77;l4{SNO45#)-?QnCyYKv+r%f0W zriSg;l?rfNeN|v3IN}N(#!~Khkj_h2eUA@K8KK?*U^u*VZ`cYnjE?+rroS(A( zp7Ei}KRQ}++n&T{f7G_OZ{gC-K7RKn-{cSdk4?{fRCs3Dv#UL@!rp7&TH_N79vi>dkvOa{=5C3Z#xvMDq~)>^~+t?9Xsw8v8~!KE4HM~ zbmJDT{|sigqJ4hspY{A^(YqU^v)X2EViR98F(^#8(4$jjtLD#%EE7*M#!snX_FP+A zlXh+U=^t8NZ@L{ze1jR57cDTU{vOo!pMmSvwT?Ca8FH?F&-i)#TixD2+J-tkMfdAx zE@9Vgx&7x@i?hj5&hOqIRBl}FTz+%OwOo6SrEA4BH672sk3M_s^NgD+6SmyRTB;D& zvW4m0oi$O4ZD|+m8(tRqu2Q_0_Vug%b6>M>XZo_%bNZTI zU6u~#`}`Kh6o$m{rB%Dz>ZhKl(E87C%OPa?mdGqAC3Yv_hmJ?wkELI^wAucyp{-n5 zm)NRcVJ{QysjVjiu6@w*KX>1{ulB4~bOL^$NYa8 z-ag0gsIHEjc;r`qVMIrN{h?K%2i`hlt7_TYOt3gSXJ(GO!~)%*o4U$fUR$LcS5GYt z?2_=GF@621i}9s#*SaE}%)h?y`s4REUK@VuzYS~)=|NfnQ<;d)~tcZ@EXU_axcuoEK zs^8y@g$4cWA9R?c+*@{Z%ax=hM|I^T=D$-_|KtAmt)a28+@jn+pT*iP9hN*U_F=|Z zwM=_ki@cY&BfJ-FJe2tHNAL}+IZqB0yeH~ zqvR_`s{YpN>XnwB-`pLsvD&CO?vlgNh#2O*OA_VRU$uL4#CMskkNfxf?JxYTkF7b< z_eHk-)yBdw?fgLb74w4yMb`i5zy9yzzxs)~nK9ot=H~Cp_TMe^?^#;?y|lF2^ZWnJ zzyJP+O2;a*EB;SEo((H5THI%`W>t=AxHiMXr-$FyG(WyK->moD(zQ_z=Mw`I`x~6J zeABP^{91Fy|GWS1TbJLZ|2gxYVgIKMGj0@iG~BxP_ut;?wb}3N&!4Kl|EKytL;b({ z&s%j4?H5aU($Hl8W98qdfBVlLQvdqO{$Bl${|t}pCkwpt`nzD6e2~PJKW~4{_W957 zu~=^T)Bg+=KmA|-Ill6*Td+cmdvo{m{-Zzs#J8_^iHi5Jsfe?Yzs@`_f8I``6&G0@ z>)lE|i!8ZRduzY`l_T!^3*&#E`S;fN{lCk9CjAcDwR#1A&jzjE`%mR&9n}3j+c!xq z_xE3y`p&=q8T#+&U-n*T38SJ-+|`E9HMj>{2T4 zSDnjn_3)23XuonM{7>}L{OhZ${xjI^k6V7l=g6=5&u*miWh~Ze-B-^%eO@$M2T%7g zh67X2Kg`$u`>W^JNrCh6ugoV!T$}By|7xS~>pM}|_WR@CzrN!0>+g}OzkmOnznCg0 zI9KZIB0bM8*T;9RB_%08miy1J`|mzuLE-qi#eb^$_qT40R#_a<5HB9~@xjkO+qMP8 zh{);K&Z*jOzqdqr$?ut+{eiz{%>OL+pW&YR^&kHk_Jh_jSN)4B%&@xlgxu4OI&7t|2bM8Zn-Lu zk7@t8`f!2OL4Rs}e*d2Q_oDH;q>KLX-{yb&C)+AMFRQyauAYBq)0wZ20<|u^Z`r** z&zVS`Zo{GXwyZt>q`oDpk|{O*rG^?h|$?KHK0e_iuEe_l$fzkN5Y&iHqK@T>az z=RYTH78A6+{@AeM$C;@5ZE3mhHoyP=O8M{e>pwdGGYI|(=@j*ya`E%WCr@@S+Wh&d zRB@Nv8+c-!~SIsp+;v;yt$Yg7^a=MeZ}@;o}zzU{J;It6`NoB7ql>? zvF`CK=JVZ!k1Zef8D2Iu+ZeQ0>Enlhx{O7eBYyV%akALzvHZ}{rSHvo&V*d)`n|=+ z-byiJHSMKqZe}B{b5*hz97$!wc+nZ@GNDLx z>XC`I{1JQA>dg9!;|t9?zZ)9b@0kCm?(gx}_kaFpknP#XB)b0nzpgX?8RmaBlwZ;R z?eF;&U*+Hb`p;1Rq{P*?a)Qsgvq}k5zJ6So|LeQ=^}l~_UvYh;RKH6%fBNg6eLHSd zT-o^YgKX~mw|^F2IpcGD<@}F!Yv13go?rM*`RCiVhw+~0ZRD^0XSn>}<+;`0n$86+ zWSf3@e%C(n^V_N>vP!7*J=xk>x%^w-lr=SV&sWT!zH;j_CH24m4C8yw{GNaR^U^t| zU3JYkmQAcLtl0ABsQlf(m$Ry7{rVam{nc)nTCTC&e}-v>mzu?oZI;*k&+u&eU-$Qa zjwU5vf3<(bnyQZZ@%lafpXaVLjt)~&zvF-YY3A0X$??JQzi(aZoL~I!-ZR^({wJ5; zZ98!z#%)tlq;Yxkgik*$r1-8(iC?km`Mp_2cUPx=?&p2JYQnlp^WJ#=KG^a7d!}K1 zZ<6NUZ(YYotCd&+qZo&8jasa{EqLlKnROu)kF^YfMeP_Pgv@EtfBz*!G`c`H3%WQnO5xHC9gC z_JLvR?>OfJg<46GU6FyoPm`-9bMwPCyf(CZ{oy}@*q-D68HD9lNA|zlzQ6F#U#4{j za=&SMMTB+*>3Xi2cK=_{y=T{Eg+Dfqm|eH*vheGxwSIM>49b1e)$|V*CD*TYM%aU1k@zFIf1U zQtrEbi|<_j{whhyc0!%+z7o}jiakf<|INRuZ7kq9b8Fg^nLpi6rDa!#Z4`|7cW2G< z?xe`@)!%L{f3>aqlE#^!`@8wJ{fx?grF7ZL|CsXAf9m%?*+y(mU(Mb7Yq?-ZVUg|Q zUH`nlMo#LmE;|&Oe_LzeuEQ~={h49LeM@~hr9|6|E=}$4t-HH2V@deGRcCYmGlX)! z|MO@6w##;_KlXo)yyCm&x68Gu3FhBlcI>${b;f@N(;d&Y?TJgje@ywR{>QDW?f>|H zx}BCKF{As|wXKV;EKR?2{`B>oTho#@MqR5tyVic^*H^Z`zMguxc*t)-L|)|6bKObLO-{Hxb#!{|siQYwAL_^47<#eWj*; z^`GgM-~DeozGj{Ov3=!NUa#1SE&mzvZ~u%^`?vf?Qu=p$so$NNO1ZCW>(6Xoe>Z9W zxha=}J*Lg+3g}P}%vdF(%9CoYdUlO&vL17V2OIxWtDn%G@v5=g#sBuE?V_t+UlGgwmn~R1WBd20{bfpO$=8qBo;m(WnfH@U z;*z7sBz3N_oP8N}v14{s!;FcdKW}aRwCelbW!mo!Z#ipSn?9Y6mwd<>u8bN!D0%J0H|e*Jl| zXmhmmqchhZ3vm3rHu0a@WwWm;^Y2`~sx30V?(yAhW6jI&zL-49Jb72rI#uv)ZtMD{ zjUQxozD`}Zex>~i_nbum511uRPrFz7oHac3R~ENN!;+fGOJ7FcY46n7XDHSop%C7m zwtwXo*Jq2?))`j0{Q7Pl$&k+^pmybV@*YS+Fw1zik0tCXfK9RIHKcjU`E9RwlqFxd|L{!Gx;u5&wlji{UR_`BsCG)~ z#5w(2k9z9$+m7s?&mVfp5{cHDR?bXInpS|9Sjb>8(Q&hdvcO(7B>4y785! zu=Cy}W?MPEuYHK<&~(iTs|)!(G3(FrAF>DS-f!>O^8WS9updIVvYeV(CTvr@MiAcZP6j~uRnY-?YdUC=>8}A6^3ftgvIxt?3z*k=iIjLqpS0; z)|sr-X5JHZQFQ(O(6)1{Bi^;ViBVvD6p~Q#T~syc`cysV@VD;Aw)H3f47&c!`@-hx zBlmyS{@Y}xoe;#F6l8m#wrA>wCxw46f73OUeUxo4x#m{-f5%t$x!V-16TNyKoR5Wu-q!~chyZtoBj7hABmavv)=OVwl!as_3lT-AHLdm>2GvO z+m$s2I=1|0 zc(kAUT7CTE=c3>3-o8uz>G&edDED%<-No!a7Pi`7d#+8$XpPw7`!|Zg`|qTCX=)2} z&c9=S{qwMNrM#Om&+7QiCTpi!tYBxf*E)ZDrlPLf>%d!TZM@6!4Gl$Q{xhUJx4!b^ zP7YVMu+t<<$*fi1H*`9?u1q|cAH}6@GIO?1R8mr{kN@!>XZddLe!IIlt#92D@1C>U zIh~@-T?4pD zL|ryf*n4H(zrfF3;g3Jf_VGDW_vquNng3EGtzIk&UHf4rujh`Q=&&s-lhVR%z3snT zy4F9%=lH2Dv#YzVeT)wLI4>~!Uh7upV%?8hBbyFtc|~pM_FcAJa8=f|En8R1OULcM zFFM=(-1pX{^S`S+i@d(}AE)x#N1CQ}~(5q+GX5%JQD4xpB!Q_K6wA z5yB#W#Lr;X39{*>b>ymmFt%R*GcD`Z;7(v?YZ z({;{1TKALF0R_Su)7T@gXNU2%TGY(Ag zn0#1gYuJT=NBXA8bH2*B39mR+otvmE|8&9rs^umRrC!VTmPAV5mek=n?D(qj=-GWt#T%Gs3_a|>UwysUIoO5@j+465^!%ged`b)kRIUQT;Ww|o_ZJ18v z%#MGN*Q$eM>Zj)QO)m%&cEy&vTI78 zWV;3SJQXr-^>Wr=aqD>Kb!sN}clq1jjW2gE>k|Ir;kYt4Am?EWbL*g$hG8;4X| ziAHct+F_%*zq8AWtP#AI2E_qahbn<2VJ@sTlewW#d8*?^HUc+ zk4q7bFZrGN2O9*J(C}Di9O*dj?p7DhO zfv~SL7U(;kahd-6?d#{6(rFJA)=jwdqS*CYWJ1=#%wp}-Tl)VQsxKZ0ek`B!S$V_l zwQIO*KivELL032N(!6=gI%?g5E(*3yyBRlA(Q@L>Uh{4Kk9OrPDOFxs)F|;v$#~Ne z#uDDR45y#RJN_=si*+=eCiNn8OV8%TYpyi?p0YKAIWGI-iZcSgHu!$-4m;dA`^eEn zmm}VPc^SqMxPGOf^Tk5O>S(8X>jlje+7*|!o6ZmNzo?tpzcu>I@0EOiyl1AQ%#^=; zV8ZdD5H>-*qpevrGZ`LDS?Vn!n=dcq``Ua-(8tK{uNF$IfAIca;(3)bMXxu^U0dX8 z&-mc}UC;QksfTzC!dUG!BE&4$MhB>LtX8~xINB@VHmAX*SldUZLimo#`!s6kJr?_S zuPJuVmgSP%5~m8)4!x3Iad-BPyV0)tt*=ZMmRTo=dd%`_o2Gi$aMtzHSB`eR(s{_4 zxpJ-7(UnYFk7Zp;Ded^_yL#p)HZv{BNUIH5S&E;|8!Xn?{B7TBl`Yr!q`3}p>Q^(t`Az zdD-74g?ltExv@>QYb~!={G&iY$C&Bu?50aQqo!SOytj2toLZVTbJNwcJIk6RcfF1K zpcI-Ea>CI!O;7E8#f+s~+S78g|Ev^~iGCM0eM`N4(KXJ^4re?ToY4@H)BN^2+1FWQ z|M&jyid$|y`caep%J$6h^S@sUE>C#AJ^a&ohS)7i+Z4`(J~}GvTX;`5itkN*uD&zJ zw7vRK(`Fo?VDhWp)+L*QJjyQS&)&8@$m(|DT65o?;J^;SNfDao z9!)x$J$u26H9>lZmx^|(?#=V6-6^YSf3vbnEY~n9YDwqXzekQtn*8_UtF2#D^5t4y zg)&|fObWf&x$^PT=&P}!OE!C~ed!%wbo6DE|B;fI`&u>oOlMy|dbQNsLgrOTaGB>P zt?4UUzqjc3)YoxE*7!>|gTlwExs&z4K1q{&7j| z+0vCiK6-R898Ozh#g)m-yXf$SOp&d*#h2f1H7WV3mUZ+W+hT$HyMlUhmi9Ope=cJ( zzvdtB9Tw1jdBR^0*VrXaLEN=ow_OuX_F3ug?wRErQyRDP^^N`8SOi5x{<=)sDAIo; z>E6n$Ann3{`9+x~-Tt3uoVO0UXl;I;TQg3#bb4YIZ^rCDYu}W~90_`|;+cOy)bzFg z8FoL-T=SoS=YmSPvE*spyuJONI~F~iHR;HjGbfU-?oYPObev^LtM#iaxS+`8#jf@>NE2W^yVN zUH0g|v$|bVYVq_%@4h@Rn8-0PXHvplDMl&nb4-5x%8*}!v=GwX#06FYflJ-%R8_16c5-caw&16khOId7+koGet=WHf zw_RUTy?!O%eB0&IV<$N&mZUg*W8jaT{VA7qA%j@mQLQ6A*Z(t2NjU3N-*Y2*#{97D zK|Y;Y&xG{OUORfKVd>g?w)d7^?v(XlmtOdL_oA(5AFZ(8`+VsH5$~>xRdWPCSc=V@ zsrsO7iEmEepJiVbyse6uY~XeN_N?BeXUoM)xxnQOL?#~@6wI_bw zsypo+IOR)e{!4$qx>ZN-1U8pGI^5~5`DFF3IZRR;*u$(QR=R3xIi5{;xKgy@ie2ZOd4*$L4^j!^tFTY96x=k}+|OO;rh+23DDY18)h)%B|Lc%k3Bn(=Au^RkdaTVGj&X{ycXraaSL zPyV>iNXb0R?&zY|({!V@>`lJmT0cc1dC%RCH^kcZtqC0!SUp19Q$6j&&w8s1#xvi4irR*P_eGFM@r=pKKp@ z+cTfvuU0EpYDx-~aC6oE(Ru0W>TVceK1hFMkD@9Lc-MN4N<0PKKKOwO~#`C5vxu&A+SDkTx zCC90yQZgo2*v~mHGq|G4`>Wt~QTee?hqwhreVU_Ji-upx7T(-+w9i#@>l`s=x$7Ga zRIK^)_?@p;^pX?V-7 z9KX{wZ z7=GncozJsolU^I$n&(Q3cdpg!SQU0<{k9d>hec-9=$mcv>1xtHv|oYg@`o;Q$BR#2 znyd}nGFgRJs@FL6WkmB7T_cVSud}B(cg=pBeM`fB$DT9S?391{U*|3V&+t6(tjxEx zYpVH9tylLwak+f;*pF_r?rREVohm`ucAb&`8CL&{?`ck!eb!kZZn913eM2J0gF@4| zgL$llBKtdk%r9__Ix}sG{JD#-R{z_)r9Jwwaoch)~V8s0yBlSw4U-=J;Ve@~i_ef`4TOG#?F`N74D1*>i`XMtwo z{{Gn)_!=}G^Jlf)e}+Q2_mTZ~&cFZ3x;D%2zA58^)rI^0_y4^wy)iiW?hEE|bH^+av()BOK zo_T>P#YeW)|5@Fm#p+)kmm3{mGGmGGzP97MN?Pb zwC55E37GuT!?(`9h}Ai&?m_*}wJ$}t9C11ENISkW?dOt}Yh9N*@l5aLztLTNtxlvV z=-TXGYySnl)Bf%%w&CBGxWijhCT1<$8zGgZ;g>3w;Oe<%TcelJ%GJ>v+rtiiSDbyz zeplM^h=~=cPA+1)fBKz@r!Dl@Ji%kOno*d|+cPO|Ble5zv)UbIU~>0xV4p<8MB6!{ zN9W(}Yk6z;ZgZ%TR!3RdYu+rOZHtBV<3GNR-&o(PviSR_l}p-W+7^EoHvKzgDyP;) z=FeR*+yUj?uDVHLQ~%wVUw_BHr+SU=KeM&9$4_5heNH=ETJj= z6Rz{_4;1}*YUj^um)|KRDQO$q?GKLl z9^e1_XzicIOBY(4tO|uT&EEF;eaEdoQ~Q+PELyTPb*5jsNtM$Y!_QYr8M1nMu4$Us zD*vf_wngTMucz48zgM@ejXHAX*P6K6U)zsqL?|zt_Uv|}`n_n8OHJj9uOn7=Mhh-x zOWK^xw`~?r>6%|l0;b76+xRNa>gvKre;)8F=4bG5MFRD-WAZjDBpyF{|cUfuXQici(=++h0v};vUZ2<7?l1 zJ9ARonppqkt5-{1668Gg=(J7D%9i@?rE`y53h;Q>HfMdHaA9IdwV3DMJw<_rt3T?l z&kyfdu+OwBBvs~&i_4{rp0lst@y(1n;#+^l<;c;+R=SQUse-L*y`&b;T&e$ND@Uea z^zZqlO_!f|xoSkr4w$xlasH^u!QzaX{72KF95fg>Yx+XpO8RZ-w zdHdU^YuDOlr&@32Iw>eMF--Sb<*vsQuU$3ylD>Q6s?532exr>t|9%h7#ykLnxv!eeXB{MFt$D{pTGXJs#T*{6N2 zS+~_Yq*V9qH|@$j&Zb+!uB~5n@0!L9QTdZ4q1%s?&$^VBnbBVyVQRlkH~Pr0HGQ?0 zl9aY}9SM^D)pS1W#>UGnzP6SeM~~zlx^!Aj-ZMPb|F(3&f`9i9&DWeAwt05!mKL$lK;M|HI%&Q6<*^CZRJNsE z_WG^6Y~CVm`<#jO0gh+>E%7;bI{wmDPa%)yd)|8g{-vaC{m!s{#gC};=VsdvDLtO} zcYkq|&+U5uw`uiag-S88)F;h`&ir{sXzTpKh#3!`M8&>zTK&5%V6sWH>+5J8 zrUR?wOTT~W+EFZp z{>HtEn(m{Ux5-p0yP>agAKT{(J}o93%3C#-Pv`A_;{UEa;>5YttFESdhlTEuoa+2; z>W>L!-<)nW$)9PpKeS~@{q@(smtFZi`IG)fhVx8jKA((TS7lEzj&~FkVUhEcmyTMp zcD1>zQqpF#-=g31d!nwiTuXdb_e<-V_S{V0tXtDIJ(=C1ydh~~{JWJ3+Z46Uw)ko| zx%l`WTk_+1@6>ZjoJ*CXQ{Spin()WY&^Z5CY18$0o+1HGymdz(edTFu-P&Y*MIdk8 z;he-ReJ}GoF2;qq8Grk+d(Y=9!qc>?HN!4WnYzC^chTPokB^76HhoXL@c8M)PH7$) z&sAqGwf>v2^ITBPqS~(MF)oU{qKcYPuJ6V6W(vz6=Qk=2Jbb&UcPjV9_L-}vYphLL z+8=W^rT9kXjfu`IOaC*ds4uQNw^8HqLR*!T-(0OV#qBdwO-$TpC~w-7yp)gE|MXn; zO(pjxyXeZbC}gRZ-8Nu%%ZxY}a;i(`$~BJs%*mE^{Y*zIYxkNlXm!NVS9ap`&ZsirvD6lGTX%GhZcQ4nDvzDZOEr%f|>^yKN(Ha z=be83)b`k4jYqa+_uf6&(4*V%GbGO0GBL4f?hOgQnSGLfW*z1ewmUlirQ6aL1&*v9 z<<*ZYwg=WdUnClKPE;`3wqaXzOM$J}3+IC~8fRqRJfuHqmofLf>!nK$MO`qrZO(jQ zxY@8K;P{h`saEA%bC)jLVX`*TQQ`Ae!{+Rn(K>fIPMfTHy_V}})9U$CQ(vU!9j}+U z&VRIE{o~AJ?bRFicKglvYUeEdpFu6>LB=+*hJ)g3uc*o2GI;&n;mi*0zWv4q#*3nQ zlAJU4XFLr%So?X)Qj7DdtCQop5D(Pz3L1D~}sbe@@%>A!46x?|+6o()k+s;o=^K~>y?(w&}dEAFn#OIm3_x@UMQX|eAo5uwAsF02Pv^SIYs$6s(b2hK61YZfS<~SQ=ed?9U$kG*v;U~^#@D6h%JF)Uk#}+rD=&K~XUOC5 zN=Z6xt>xKE*OHWsQyuQ`U;3oj=PusO|GYqLQ|Hm*G->b7PuvGWAF2 z{uYr{%VzmJJZ{T!|4MP>{`3V&*MFBvG3VRJ!xYT z$CCdHmuLNFc>ZX$#qvrWu@h66IJWxEpLX`h+=&9}Z_TdOsTwo}u-Z3DcScBn z{^n|?{|uH*Pc5@varA7A)?5Bi?o^fS8s?eYdev8!u28wYx^!_+l)kub!hLIB?Z035 zSF%sJ6p(7SbnaZ+khmHvmf73XuL}pN8AL60Prfs~`EXB^hm}nF(xfagU2%CC-XC4;o5V)Y%YymmVNKX4}J5$e{ZDl zqHWHshtnLLc^>XG@%9Q!x||i0G2ur=`J^q^!n$W%IAWh2re7Me37q3PEPxp z-*e%bYHf|S|J2!wO52Y8%DwRXea5wu))qS@rM$N#u84kh+4XHMX78Y7^#anBi#+p8UzRv*5h)AMVN|Lywqb|;~cY`|DNtL z=TEc4Se7az&gh&mE221ZtD2guTfyten~Zw4F?{)S{p9o&d$o4%N^RGl|0$}XxIo|K zVc|y4n3A8n7$vT4^!^j~=eg#82H%rhj(K8d>?VXQeHo>*VUC5CSKqw%uTC3&4B7Vk z*-G!Ikhm89nbMp>v)v@#r9SbPm)*M9a?{4=oVps^?)#W#?Jwc!4b#kDYP!F^OsUqz zHTkjNe}??x-}8T;`OonFkA6kQiPN=i#Ze-s_10-j7oMi*S}8EA$zZFVb&%5XHP?=> znKW%jtBK6nwI3&P2O4<(J#&2j_xZ)bg8yv)GkjCN;{N{U(KL^hb`PFk-!bc!ef-_X z{|tuz8E*e)cvsI9UtDp1!#{(^w-;`hm!og@^{>T`b%vMIFDSZbESCJ5c4L`A-tJe6 zqBIxIcMi5|2-&8&CRscC@3gc{_N}W~)}Oj8KGWyz<7DleO>MtK)0X`ZvpsX--(9sX zM^2H6A*`JpYmOhgueo+n`kgcHJ4`o~+th@Vgzoj7Qnjqn*{IrHivMsG*B0iuN1G1& zspUId367Nd&!F_@ebg=6n9^Um&o`~AR!_N|azFp-dK1rrfbAJali2;=M`;`W{Vbxn zUNBl{bB3*u|VhVmPocD~=TCx0wcG^en`{6gjGzt>l1 zPud=oWz`Y-wL*5;)fpQWXR4m4o08oje&NZ)sB2;KIixE&*1C8|tm%Gt^Zbs08O5)k zMn_%SbN={Ko?RWMR=qhGt{GTA<)`hPF9uiaZcLwV`mj&CFIaNbx6^)}G3UejipzVG z-)#_+hwt(|LA;W zm(NS*q;l<>*!NgJbXM$S-R#KJ18ZE@J$TmA)gt!e-t`%ptRnqIDW6V;J=x7ypUs(h zF7`{p`DbaD_%>C2DPy17uRDdADTB9yZ*7ah74gL>d+QaJtjzX&rM7)_w9XsXJB;=# zg>BrF#X`;0)|f`e?R!-w^)0AAeH-_y1(Pn6{*3B4=Cf4Brz2$DIwQMFr=I?qcKqh6 zQYMkb`f>|5y1l-efAaA3rQEBnepRh|5pr&!v%pr1g_#Rqs5XD*ND%(;J8bV-LAysv z&0izepHfm=HQ8H*OYVKpW6=d`>TBJO9vA<2fNi7Q-}vwElJ6W}KmC=O{YLs6EI)68o2?xGj6UGI#NqSFnHX&&%1hH~JmZ zYDe9WBc2-^Kh5v?HQVFSxzmSNGHBoud)ib{vzrN%0pW#dT z-~EAdf9r4Apa1;HDROCN#*DS;*T2{8J#&72X#e;B4EY~_{bxA;$u(yG3Hfu^XI0Nw za(18T(%k%y?=Jsm$oPBv@7}uo=RbOD2F^OZH~svhUs0zbxGWu3AJ^air}o~WcJEnN z7p%;_b@`RjM$kI={|uXd{r%7I&A$F5x8@J?HRk>kZLif`-(RxE|6R&t`R7;M-);Q$ zpCSMLXPu>d@n^X1wVOn3R{!z4V@BuSBWK)y%=~vher12K{j>TBM-BZecjjl`O22dF z{C|e*KlMf(pJ%2^EIw9OXTLqN$eA;d+lr(*kdYjRIdG1np*v>w2Si3 z>;qrf$FDE6e^x(HTy=fsmh&rTe6^P^d}sgmU+ww-4Dvq@|1?<@WOZf9+PYx*+n@h4 zh<<VN&?#`>On3AAkJVQ~2@Pon=qISuDQ6V88tR=j%2vCItOwDE^*( z#@9XLyU2{cHE-qLXLNjz`1&{_o=})&Klte?MW;7MnHeQPVx$ z{N82T{_^er(f`~1$B$qC8E*f$u;TjP9}?@o|7QsLV{4(MdEh~OyN&tdgMY1#yolIx zuetm31B;m}mf1$>8r!YS0L9<=72n_AIrHmZ?VrA==1Y_AJlV1_>+It1?{qW&GYI}? z*jgX_ul5&cne6W$i8~~&-I2Q!-t&9?e+K;s5eEG~_V52Q7+x`2>yR(Drh3ou?>_an z?2oVf3rcF0{oiK%t>6B+nYZSzP}+TIpX0}J&AM)>e;54EkkKFfswgBli-v~plCSPRQ}tDDS@QM& z4D$DX_CLB_zU;?`yHVF_n;(9zGj3bz%5L9pCf;A)`X|{k-v0XfV!`*{h2LLa|M{K$ zXZ!WP|1;dbzT*3z$3eH$lD7T$-5>mWMrVKVzvTP>8JcSUGtB(YkT<_x>iF+V_QAiu z8h-p+{rC5OhU5Pkr2qbBIKR$(k84^|ef;P3h5Q-~S9xkN-8@a{iTV_53?^{~6xDvOoTJ@A=n1 zyWd|qzP`}@d;hop43GaaZ2$bJF7EGthWW+6|1-S%&+r+v0{Y|PpTGYz=gC~FnwcB_^2ckf=}Z1SyZrgD&-ou6^RM{-uKN1#-hYPp{r7+WXE2^> zs&uW}f7hhxOWa>2sbw1qn|^(jw)yq-72n_09`XNVwDsrFMa?t6%00_Ao7rD1_@80R z@xQC>cmDmgeSiEp)2%BF?SFRuX8^5xzWvAlxBrLE(0I{v#h)i1pMU=C#bcRakw3ou zJOAhNl^Y&jm*0kIc-@#fe|we7pSAIYuXKe!^-oR91fARK|Ehk*G1(QK0>_oNOn%I~ zeShfRGp_Z;V&CQdy7>QneCI#I{?BrKQPbD1j*nYwHvi6lhM6<|{@efd_5Bt98HE4Y ze^xLsc-mRza(4O6e}VrQeD_v$yXIE@`_E9nzfkyJQhlNQgN^$0|Lx!YHm{dhJ7dGwcfxA_JqDGHDjXIY7IB(Q`m_9Lby$+}mHLmuzvma`7yh3A z&*a}Ts}v)P`N7|nub;a3Y00n7{|s`^)YR{s|6TQ6*cf#7_|c8Veg;>cYScfo*!}bD zy0^Ede9v6{pTXe%W43J3E5}?pKdVGte5IsmvgVA>nKL!|?~?z7Db=2FUk}=QQTLx= zTGX|TcFWX~uN+@Fb4GvY-`juOf6Sj!-|^S|M}M*Wsj9O#v(G--?5PrDA1G*lJL{Hi zeBtZok!y~esqS`NrvBaTKf`nZ1LY?D$Terze)@6d`nxdw%vsmpR?l|T7M(f!{3-R{ z`*+{DWe~%ph?o!|XwCr^#uV%=;M~h@5R_a!)&C&dt<#JRhJ9GBYMM>(v z*LwbE*mM17!SC`d)m=wdf42*?mzeSW!~D1Nuek57njdT|_xIoay2n3*Zb;T^CW+sT z(3v$cqQBSfZf;=k+duommcBKcUpBL2JLnkenf)2Qk4q04=6S72zisyK+T7}h->Cw3 zyp$ikHP~15^ts4mTkmx*-Wu4y`91NSX66)aBhmUQ)J*k#k7K6TH+ zrga}brIh}s`m5dk-QVB;XXt(XRc`rzhRW~1|Ao$oeR@=s=gN1+*S zZOu2Vj+^)T_m6*Tf6w?=s=PL#`>oi%<1FhBUHkr@LGRl3-LC)Qo~b_;7G2|;et&Y7;oH^4s=S`Rm6pMPmkCL+G-bVI+l-nP_zV4ZQ{iFJspbGH=jkP{alk(Lu;NqJ|3#5tkC~xpZve7<>o&v-+3E)%!+=@ zq!N79&Yq*cclG-({yi>Hm+jsf8ymi>pX~XnDZ+CR4Ef4eS9{=3k>Rk&)FX7+mX z?-}#s@8^FOHvcQOG2-v7Z2SAKY<<(}%MJ&7M<}j(b45$##n&f4R~NRdd9;>uDX*{U zwE3%jb6Zy4p0j+`dewy|u6|A0`Z~VF_1V3@?x!FAT63oEt=RW>_3=Bqu3z6@`2PC- zCv2^Gx0$5UJN`sZShn@G_*%8hsGx~vo!ig-XSn;HK~GJ?zFzxG^z}6Yk`tvg)we$i zvfp%V`KgbYTdpyG*ZuYV_0_$%zW+P?-@pG1yT1$mOaIT% z`~J@P-!A_dST9e{SMrujWRW@)KW^Wt z+ducFbkNH8GZ$w}x@7+)?MLm7w2iO!ElW$=y2t(4<;XR+@0>rTrYpDP>P0p0a4)+B zJ73Nz;(1tSl-GNwSn>AZg=V6hi*%iGQ+IuzTYyGN6dD}#;KaX~;tyxwZ zR(rsMPv>CyY-P@BW3G!qCS37coSWtHeY_{ySgVQ z>q=&NyTaH|^GwGPIG_Cfenw{MuU4wnMtd1?aaqZ-?7y6(2QcQAh zRhx*{$Qp;g%(<_kE|{#;yck}C4cCM-F_FaB|-_rjK zcD8}Hr@y(fWNSvYYyHz(>2KpUS^eDiy>~ zR{MaCR=$7y&yipM8BF_wjX`zC)d@#ARK=rZio){d{AXAew(-1ZUg`?DMVB8O)B4Y_ z^k?+ZLzk@Fx4AV7M!BkVOKh7l?X{uk+C2Zd1x+14CVhUFrnY_k&n-u{U5;3>f0JGK z%q{1?hfR#HTl;D2{$0sm|L)iL{?0B?et-R`x>=?vp|gbFZm{;fZt{Cez(r%z_3zZS zEjjZ`rE1nKwW~9?_*_ddEcwr{;{2nn-!(40RMF5Eu)4LaKlsDUuA1vhj_-=PY-qYw zJ7ebh{m<=pT~HN|V-2XyII_g+pNi9j$=_v!_$+hZevLSBDQNzmm7W#Z7xsPpIH&t` zZNZ&YyAEh95mu9bVJ55jZu|OIN_A#GT+{zPnjF#b_ut?13vVd9hUqZ|=|@Fn*4I6n z=yl}ysmt-@TeF1?#k|N4iwt}cQ{-zK*0-!Z>z*7;ZVx2`U^{`B8PV?)os zM{Z5DUm-8edpn8j)#3PNEHbU>@5S?XnkH-% zjy9?OQ~&JNN0EQG&L642`)6zL+800X%q=PQ3f=kkwqjh5>DKq|nX^CX?LV1}OFb)= zoJ~^GG}d`n-S^xnVA>RAS#5rYkfr@TC;l^-WvzYo=epy<#f#U9%());pTXKAS#^*7 z=C_Wq&PCGaBqq;XDz^CM^zX)*E8h5Tjo4EAe(Jg;-`2?A#tN$0A9p;vs_?d2@D0NY z$CRu3r_>g!M(ox1c72&7eKpfwI&7o;lO-Zzc7cDV|E%IIV?X?FTU#I7mMrV&qtZrO z_Of#ySQ!|{{Y_icLf@nDsK?1}v)S?w#U~yVpY?)yQ>%W^rJk_qp${XPV_RoQs$aRl zEW@=hsg7k$_58WEm!`}7?pnR$?Y?ubShg%&B{awEl)ZnTxA*d#d$x)P#O7K%@0h-R z`{aEASw~BggzVlp9p{Z@0CE@$K-~| z_1;Hfir<7S_3$ke-WSq5ZI`6BfRXE0mWZ>VT?gJ|xn5qnEJ`ysgO^KU{f(|`PX(2) z=9*hDMqD~AB(^Wp(5O3Xi%z0}rsxe-ZTpS2i{d!HFPpmdy{Dwom#%sR%Xw>LPKP~@ z*3xlc)_pc%naTw3llxSnzJCu6WBj=N(UhYLJGg@`dS3|6HhE_{!}Zdfty@hN-F@fA zo4RGE>!H=Vbk&z@P3xO!GRN2AtUUV)*9TG43LR^1>%^AsiT6&>__SE$<#XMF83}Pm zFI--++FK~!Bqq@^a{qUZB?_5NEK}C5Gd_P?Ix%+A(Nd$Uids`|gdI(BoTT>Y`qEst ziz#Nm)kSW#@I+nPur^Vyx&QiN59>3rQHJlAEn2{vuq0~9YT<9qk-w+NTqvL2Hqq?6 zyru4&sIY`-KdQup*PTE6cIh8h$z^#zSktCm^t*cc=5@ED;^!tri#BdwJukW^@BCw_ zbs?d;UdsMUGG3MYl$Jb|6h8Ci`!PpXqstRC%f1ShY56KX`+~a6t)n{b=ihNW6$vT+u5Gvc{-?h0 zM*s5uBnKN#^Io8T)=4bED{PBQbxP>&B#qPGlJqlIc*eKffBb3t@hjWPZ<$VIEw=ol zb<*zSiV~yd@6SBAPIOlPXSiP9pqAl%`;$i0Ev0|2UuCI((!5vb^Nq!S!?(otnvY$l zBVNsn`n@ykM~Ay@-B}Mc#^Q~im;OER$i8g;*7v3LM{?%oTrs<{WJzl8=CaE!jZSWo zDZ5^sd%We+FY873FDI)qMBFT7eQI}Y&b+F{YtNZ~=oL*B*s! z3-LZUW6dqDDv2ZfJ69Yv+sYj&^~CAnD)*)Q-BJ8lm= zQs-izbl~W#%h}Tn*R2okcRQ%W-TZ^|!Wo|q-Tv?2)zt29?Y0-@N~#N$eNy=D%io*6 z-MIp%+SeR@tYbgN>)Me8TV7fJvAs4qSU~6cGdA|mvqfB%+|yS6$+!Qb)r2dFE2K)T z<~VNDTDo(mV%N@GZ=WwS%Vq^#R$sCyVp7Y@#4}ziuH=LI<91aIPX%w7+suC`sg-^s zbwSUmc5Q|gTnALsI=qj*Rod|Hrgp$RO|PI@pCGk@>T{_Tr_YpL)A*^h^=$b^r^H** zivuo+iQn1&;y*)2*b8g6&(VTeY{^&uGnCC2(7ErD*F9B=&uuQJU#mjE>vf4sPO~oS zy273QbB4F|@1J}h6aFo@_Pb0bR5PV8vDIA4}tp+Kh3_R%d&Opt@2kVn8Qmt-b!Y^N{L;*GFknzMsK|6aX;JZX{_&l zr6jFtTQeJ#Ux$ zp)V?vG&A>H(x~;DXZD}rQM+m4E}g|2TuWN{oTkN2)!WSxrW^3jbH)tOBS+n$)~CLR zSaWpI<=7_@XX=Y?`PciVeiYm#wj@k)!@{(8qJ8>vk2~?U<~ngb+3L-*^l6o6T2gE6 zpCflA<9!WUXZ$W!7RU^q==3KeQ@5>R`_ZgPUP^x#-MVklEp~tX(;$;-yAQotw;0 zO?%S(ht1&HWz`L*z|ee`&Av%-A+3TdXL_wXf@qe_$E2xJyW3 z$xor}Gq)V6+IrZ~SVjEXng0w1KW{2@oJtp66U4QKV?y@re?{?z8~<+3SaVo&($bx2 zTediD7Vn%nbIY?y3xBh1{2L+sOGEtl3Uz&PR(ZP zFWhC5r^=#tvRG(OnoD7-WmR6+>kPxnTZh8Cres@wF4_O7Rnk7!`Q@`6Q|=Yd-u^hw zG2!o$2;ENqW_g2O9J-c9w;0tc!cFdTOMBlSjAD ztc9X)qW-;2xhvEy_9e!o`0c+X$G3KET_4|nXj;dD)ft_gYwm4~6yM*GmQZMzxBRkc zvYOGHC&p|=yqXG{Qkto`=JE3uU%vNp!yN}9Er-blOGM90toY9m@~S^-qV$@xK`bH7 zU4paYQnohM*VN8(SZTK}FjC>se})b7AAfr<9Oc3ulr3(sU58`M^_#8nRz0R@x0Pk~+>;U$L)vyd{=G^k(6{cP-Syl02KLQ6Z*Q@%HTuB5AR)*0%vsk` zQo8Qx{MEG(zC8JkYx3OvUWJD`#i}nRc};tH+~dlXsXo6vEbi{p^U|BqVWN{$^lQ(T z6Dg;!oIa_YD%>-NN&SFe#m|;2-Pfj>?)80QDBdKr+1vN+hxxtfPi4NXnBckOVN-dn za#_!sdpecBy9JVXE^IUPuo4iN6*9roAZ6Q(?wU019e>q5*4v+JkDqia?>UcKymQZ{ zcii4a>Q8o>2*rIhTHk5qv$0a*$dPNl{*7y*CRJ?;-pF#HIc|N|=>VQpqO$|D!wxRx zbr5@E%4Z$AOXB*^>e(lfk`jc^UcNlXRK=RZb%MX2OD9XyqHf>*yW5gmgm%5iJ|}!x zIxk1es9Q{KV#o*c@K@bs`Ys15b{+0n>$9L~$L^U$Ubb8&{*C_*+>T{G{hz_^W7(qb zQ~iwBJ4x;Dtmu%)t%~>UQ0#Ho@Fvi)ZE+6YE=7E zvo~#8SXrs6aqRA#H=ms~cO<=LJ-e=;dDd$f<|F)TViO}}G z&t20ae%V{i6_VC$tXC z;J-a1fmP(pJ-ZLjvb>JC{$~i?t2Uh{`iK6-)8}5xKmYV)>So>5Qi59@``_I8GF?ol zS&+eg(gWLP?_JZr#jaF6`kz7XWBl{ocHeT3M^(+5m6KYx=8#IvLEq~;w66+GwToW7 z>&;^|zMjP8ro91I=3a>Y%4E3JY`xjXYw-c5Q+Dw^ca?0-+KRN(BHGXZ_@FUH3=^>otAGn92Xqez4N^N&!=(~*Os_0dSxQCL3zp94ym5T z8ClC2_CHOq*JNM#BFJh}ucFIZfzo$IoC~)FM(Jlqecj9Yx4B#Fa&Yj!ocOoXbpL2t zv`&wqw+-Y17c@;|2h zXUJnUS?bBWquVgv`N!Eu%Kz5a-?5yr=Ip*ZXZ|zfa88UkcIO74wD8=euJ2A8IfOi_ zTfJ4O>qNrVmHTeK6>w8Joa^!P^5c&x{~361Yp=WHI#s1qQpqrOuY! zQp+c=nk_Are!<^5(rMWl&nD@nN$2mTeC;wU{Ci4ndidL@ivkgf?$Ngn+1Br}pU=xO zGxfpUDv{Fk$I45SpYnAE^r$CpuOIlpVO ztX=*#`surk(MOK1uKz5uVXe3CTK};Ay8Sb1&b5CHjSrk@nAf*Dr?-D<E0VZ1>9cT#%9Z(LI{t<6 z&rdIqH7R3FYoC(%QYJ&iDZKraZOPJIh$V*Qw=b_?zqRZl!sCjMR$U zvC)pXqdER<*L;N=_4<1aJ%1cs`SCx)qOUXd))i;0IliL(`5AS)pZwoq7MOm?jdE33 zv%30L)Pjry%d)Iug59$83$tBUI8J_;AGFuj<*uohQr<1^t1bIW*Y7+T^OX7OCD{p# zMsGrnT@1VvC~Xk&yYMQ*&*+-fzH3bCZatg7$Fwio>+$aeOZN$Ie*NYp9TvJJWTJpH z-{y~7H9t0AO1q_N9n?2f*MmQFXWF&D_4PMq>ilQOeN_~t{O6YThnXt(HVW0;oiy33 zdHaou(lw&-r{;$-dMI*C4C9V8+Hc)9xng6E_2u`+ %~c)@t8*Cg*!WzQP(^?Z*F zKcC-zQ{&a%q_=#MlOj?&_Me(+;}cS{S65#Dx%c*Wz8Rb5FePrCQgoK_T*!vSrOauM zHlMlv_O6Pu+N`qWOpRf|b8c3!Sa5APxv}qTMux)i=&onnMwX&&$u1!aRA2i~zq2+i zD|D@C_mz!VRkDi=wi-3>y|`k+ofPe+WjV)Z-+9L1TKISUX46@JPV(07zLxp^X=K04 zibuJ@*C$&(ElLbZ-WXxK zo@08U<)+?=D~aa$CR^FdGFGe&abC4`_ewXTi(-Yhc$Us|+5CNC#Mx7;=4~=?_7+$l zXZtTXv^6)%<*1lQMCjVp{~1DRANh9K2a4{AQnQW9ezRy&K{f;HcSf10qpC?8Kgs`f zUdnC1Ls9=@XV;lO*`K!j>io{U=Q`5?9r^85R|H>}$=cm*W!@9DrN3DD`|GR!1V43b ztqYkSSXHmPE0$L{V&)@_{uLM2$b4B<$h%xRrHtvb*R89KeP{2~7kuB~!0|Kc`kFt> zfAZ}qEiHXoI8n`CEm@+$=7alm)@Q%gyG2!11>Dv+rQ$O)biL%MyYlK?R_}c+D&P7w zef!@5%@a&L8K->mdjj#5fPC3c{XYgg){!JwN7Q6g?vo&I8;#xV*yWWs4*|@r5 zD{u6Lt6hDq3!Z%yUHq_eNB>8S{OJD-xp^KxBZ{`V*lc(-?eg3WGaf3fE4Wj>GuuBk zt4YP>)^^o3#Z1?JhJDDNa<={RjA;vJTkQHbl`m-jq|a_$N9X50?&`WAmgSv&sDUGK z{?W!O1;tags@%FScyXEF>^*BI-d_G@BJb{?_S$#amrnW2NniOi$IbH2omFd6p1rr5 zwVa6|G~6loiQIF~ztOzAHFmBGU8i-gW$C_GS zo^d;Mt*`dIoyRnVX5ahxa}jbes@-3+K+&VNz&it zEojkCzNzzfIi0=R#+enDaAb{ZuK)Z`YvZ0pS+Nw#)`rdXf8N&Kqfd0JZRoC0O_+bO+VL0%}pR;lf{k@&zn z=UTSWt_#(7pLq+~e{M14s=KQBsdMWQ?&GJfcAR=SfuYiE-HrtBbtkeq-U^ycnEcEl z`Q7>5H7r&zO zyWyX$SN3LPW=@yYjorj^)hcI={M@CVU$LGK%FLW?TAK1}>9V)-CE0qqMb9PnRkgo1 zbvak&7Zo=9TF1&I!8QNH^|!nfkzI73W5)XLQQGqIQ`dUAxUY`?DS!4@L8(z=*2HIX ztG1W~DIHmn8-4asw&@-hzUJ*4kDuavmGANI##iZ0OAS9O$s~W;nxmiH!>&!xD?xS|VJFGxJv@krJ;sc7}GRfaK~u0KW3 zpZcxt6W{))?%2I`GfbA9Uhi7+Rh9eF@}q;{=oI^jRm>A4fJ$ zdjI5M%I6NC{VLF@X{&LX$}5p+msGD?EnmUdAG~VI6^DO* zKmN8{syll9#@fu9wLR^;6AW%mRqNF`d!Bd7c5Nn|s09*riLqf9Hyv%R{pfo5@053M zUcNkcGk?8xnd4XUrj+~@y7t>H%`^>8;KvjTJM!Z-nWleEDiVYj(4B z(QW65j;jGiHK)}o(x#MWWu7j*R`%f@cVYe=#a$PUKKf;`e2R~)#nYxsStjl0W^CP< z<$V5LAxCAw;-XEODgUlX_9$JP=( z*C30WPkMV;c1`}Y@mbc%JI#Ghm)9GlOnCb1;Uu>BbJ-?_JYBjAr>A>_UQOFy!s6$c zpvx5hW@_+1^8=SmA66);eX1;cSsH)2U+{?$N%yn}WTj$91=M{n=~ivF)>;&jrE#c~OTW*Gs;bednW9 z^q+$zPKz}kUY)c0jP8qm2H&#)YKF{wPuJFnaS^9uj{Iscl2<@I#6TD8N1Hf{D2x9z&5yGVON^0ly|V&M}r z`08#%Tq{qO=sqvM`YP{bvxaS#BCqJ5U+}JYr^3Z$)!qBH?F!oe?0M{j-rWg*mrDFh z`DuTmBC^J@VyR`u>AS~XR!^<2F?x1c^-=nZV9oMP^&);V+59J7NHIF+{YcCw?tHfW zx27`JD4w?Fo(uQxtgx}~tN8eQ&E!YI|Mf`|U`W(@*{1kiqyCr;^E59H8#jN(sPa*I>gPzjypTh6to-NhS4oWH6qvz4( z@jAhMVff?Bt!vG;M7s^;lxVBU8=`Wkg zV&64a_o?(;n{(%K{nHFB_uiJj69ivO+xnB~$Di#}tYQ`Pr!Sv-;?tk~s@uL5=Iwuy ztK94>*RJ6^-7I3ov`da9(mE=J8>h7-vwK<_sd-Gk;uYv|WrNbHt8AJK;uE(0ntEm0 zljL0|Lu~@3{zPisZs)gnVR1R*P45LFQ zJne4dy1gq`7Ojc4%sXqn}Ii5^`MiUdoc3 ziEL{on8+UgarImE>ANo~>a~mK`5f8S?|L-%<@#oKz1`ZMe@S|KoV@&e+s>{7jzWUl zG(_#fxeorhy_Q*FS@Fxa%DHzW18a_Uwbh7x`mj%b?L_sgkbt8P_GQaN`p(GwrW3s_ zz4E-YyHcrZ;`tc82EGezMz1uR({l|Eng6tmd*;n)X&&|X0 zC110bq{?(XmGU-BoHM1koBQ*%W7bJ3+iFWbe_=Y8x6hg7g2zSg-oDP2F&7wS#IsGl zz{Fzt$u;z8#e!94Gk)GlTD0}6@cBa#G8Vzb>E2i|{K_4&{DXAkl%r%#&K=jw4|^VhFZKJFdvhR0V1 zX6PTkIH~ciG2gQ?K9-IPInsv?_S?^xm_L8%sA^c7OWOv*1R1Ec>?k()s(( z=}FBMObgem7o4;x^u&*pWqa3IifZoNy)P*Ez1}(9r1g8lDxT|`UYeY}OjIRnpK!+K zEF)dt12U?!E@Y{{i%S3cDk(|*{yR1M+h6}P^w)p?&tUiXPQ79Mq$s<6r8E9k|7Xbm z?f$!7xqjaCJ6|Vh`9J&5u&%0b-=talrhDWiPH&yp9FjQ6Ad&6Sg6S-xo%`?p4BH&P z&8Y9%(wE6Sfmv}$+Nvx))9h|fy1CqMR`5FIW38F`SCsNTY&P%;5;aUH@!5CMgW35f zU&D@*(f=73{xkUQ+8J?ooy;pE(@Ui%xKk}2bRYjW=Sf)ml1ZBaPS4N!F8*ri?*b$L z+cRgR{kEBKQ!68C6LWGE_oL`Hp~BBIJWowo?RqjJLo8)}uT%5Y6*E*ym*0;2_K!#9 zaNrWX<#BJapNoe)+`ZhkI?T+aB3bD5nVy<0?ep2ZtRCL9D>FMhx9j<1UYR|+H_qd^ z*uWJRr2Twt-_@ngNBdb+U%n~tj@!ap_g2@5ZD-@st&2Ck_ThiCnbFxNxX2;$+>g0U zqW<#_cDC%72$TAlEjcM7dH#g8f43Qw&AFd`DpTuiy55g$qpp|hZd^^=@cf=Xx9Xy! z-N`c_Omo=bCsn)nblYmP{kLVV8hojAY3}s-`*ic67twrE@2x!+@G3TS+02%_&+q;- zq-`$zSFt)`ho|YRBS*ERcTQB@mK^zD?KUxx~Z8a-uNLHf&k(7N(yMcP-L; zrC?%THiiH0fg@4fjY&0|uL=jSg{ZO{6xE(?c&H*0w!-bevTNHZR`0xpPkOh%5*Ve`f6CEOolE zE9Sn{`D3~ndozwd?#oo|a#d5?^4F&P&7Fkgq}1f?H;;=}K5CxVq~zw#y6CY?%Kp@P zi?5PZg}e4EJQMFen7Vzz*)JNMyJOQ5wn%edu%Ej07W?dl1QvuhVdzmGd0a8i8!R?qo$YX$$XeE*%b ze@)b)(>kkX3rs4LtvjK?=)3PpPqE>*XHU28y)^&!um22Y^W#sfi+FQ3sx0kkq~V!E z-}W58pY-nm)6&}i3^mu1pI3Yropt2w{y@P$U%sk}XWZ;~yXqW^Ows;ke%ZWvJ#1RP zR#&F>UggtW)U|Q9#sTM7YZtT1Y%@AKLnUZwzspL_%pXTw+wIoc{dEabvM;uKWPAQo zq+M;wJEu*FGR-1UpkY`I|9EZR)&Cie9#~{sHREgczh$=W?`|ApTz&THk4sVJB_+*@ zCwcYLrUxC`a&`8-&&tv7?p<^^s-#vMG4GN3orh08=}7nq6!Hif#!kDobDz4>md=%u zvyYtr(-f!vJ==BB)UA)y(l$zDZcbKKZuy3fHtd&3=n}fp(S7C!PwBt=q4SHQeEz-8 z?0^5)|MlMwcZ(kIhIjED*>d#3)sESh_H(QWQ>(4-=WN-g;-XyN+%{|xhA z+5Y;^@Z$GBpWRcx=l}Z8;JnoGKf~j7M~|DU=GuP=O1d`x_ph(^68{;_{9F9}mHp@U z*FT-Ho^owXN4@6S`c3nerD?wYxAH$j2IvSv`}J}A?|=RC_jG8*`OP}F7V{s!6aQ6w zQr+^$@%7Krzy9i&`So9Y{EpckJ3p5|R({2duH(P|J^#<3 z*OJ7#^z?JnK6~-=$B+BBWZ1u2w&!x>`h>H;(@$1Ne*YHDm;CNl?SyIlg#p#hfB!c8;)SUyd*13#^nUp1@%*~gL2I5WN6nir#wq-FYX7?> zx9qoVoB8+m*Z&M5_47Z=EwZ0quktH2qIW^iwv7kPR@#NlFSL86YiumH`0wBP=U?Ua z{%5fJS6w8?y~yxn$X)aQ3^sMyYn3$_LPgkRuKzv%bKXjS#l%+TTOadJicHEDnRvD~ zE-BOA@_ThvfAQ+(tPp|D>%S+YgoZm6C z^XsR-NB%v&|Nctd@~?ly*7v_CjEU2IEIxJlL4{mSo|^XuQf{=2CDi2Ltf|LXpB z-@CeE|EujkX3qG}VEoV4r3$i+JM%xo@t@C2C6@$odj~(4*Q!}<_-Xyl{;BC#{w%(~ z>&)-@VV#{{4Go#I%w;~Pcdd(We?D>7x~Z?$9IfFz`tZr;?&s@P9aWpRw|dL({`zn8 zzs)a{dt`tA`j7t%&wtN9-S*|jnO{F{B`Mv1`};q`{=fTYGRPnL_OtFk!&|xi!N31A zJX%y=_@Ci!fBgPuxi8IRuGJUX|M6cB_SXLE{~7G;KmIwpL+AYQC&n@R_fOk(?^Jz%fB&65=STGw8(zQL zY`1Lx%D-o-JO4B6fBy%xtk(XFe^`I=o-+)_n%+?yZ`pjJJx@e zUpc>WP1TmF@BbM(XMDAP{C9uwzyA!st8eeJc>HLh;pY~g`i~oPZ%sWW^PgdDP4Vaa z_$3RJul)LP{FUKU>1+2oJ^8J2DBcB$TT zB>e9FBmWu7-(NZMV3Jz;mE)(j{ylT#Jb3fWS9|@y{|x=#|1;RHfAWd@us2V#Y{rq= zUqK%Y#Z=B*`uw>+Uj9myrhi%In%^^i)-C?Iv3t&kYBt09^Xj)xU({=qp&a_)0e4Z| zOf{iF21&;K0psoVRzWBzC1-~a0T-`O5`c>(9AKYE|=nRMh1xoTM+-xpwj0+~{jbYPyl%#lFiusts+G_D z6Zx*K(0#GEKWxLZ^v8m)|J+lnJ-+MDGW%e|k2B^!6A6=ke7oz(zT)TeW!j^<_JnVr z_Mc(te8$h+>vla{TsxEX?RWQgY8xv$XI1_6>AU=U{f@7~qF+CKm3w4cZ+&G__131y zj-_^COKv~T_|Nbt-}I~f-H879{c(@fuU!B7uAoyeC~Di9OJ8QLUH$&w%>NAeh41Rm z|7URjYH0lDPxrme^3U%5t-t-BAs@6iCvK5#^?!!*`#=A=vf2DyrJs$w{XD%NuQ`>9 z+cxI096nlSXQjA&jpf$tgulD0*PqI)RNsBzk=nPe>tFrjt>$&)^eh7up}3+47=0 z=v|l6#YD!^BqiNXYaDac_tqcrsrvbAYnu9%9(|;ie&dn0ynem>lfpTVwYs;t zCLa9uTW(%)>G|1m>!&1Z{OWyf@$G1xj<7s)YH9caS)bM^r#uz@*;fYpMCpolbREbw z6xrhAzUu6wjT!w{AJqpdP5a<&pWE?UrL*gnomrR5zrRPW)jNOx^*1Wb)_>QT{|x=l z<6Xkqb5z@y7ieQDXATlfB+`S0F}p!bJ9q`ndJ zvEQ|^(O7)O%&m2I_n!IBaMkb~YjxDM?~!ZV_g|f@yq2lB!z;W<#OrWwRkzN5=E(Db zljrq3mDSV~k?`5E&CTtK?^>_Dvp!y3o5Yp=G|6>Q@>l<2LA%9w>w@K$KNS8w>&THa z{;!gM>Uj4Z?C1{rX!`Y)lAUSSe}?Uc_AOGsQ@zFK=wA2TQT69Pl<>detoawRGRtz- zFVSV58QnE$S(Y6g-wo{^|G9qUKZ9{YxmQ;0%}w(aZ){~vQ>(Mzb?N!c&Yx#)-#L(^ zd?hUHv)rSk$g)|}bvL)lpVc=JZF{YFu)*l#)%0Q(F=Md}a|((sy7%cHywWzU#5Kp^ zNZjSfEtk^jw}1V$;jP?ixo6tK(LU}gI%lq_FR5FTb;(WomdeznO1kfqpZ?wWsq0U! z;isj0uYLSI^T(0j^XnFGtu~3D>u%&drCfH=)ZaqBQp zU6wzw%y4Vo(HlZXXPr57O{uo}#}W6_ch!_7YaqMcj!30D2;uI|`!#;0zd{TYr6 z*IDjuk0}1ONV|Twcr)8&;a9v~KCZd(h40j~U)lODN=mDrrW2yN`tZ4^rz*E}Jay`4 ztf^Vl)b;N{@jLBLYkX>y{xir2%kOt~y)gaSl*QX@a>J_{B#uiyEo_=)WpAg1^F{qQem-!~jhl{DT>lxkdA6+0IJi1<;;mfMpF;Qk)+|!0Gn;i*_xJ3h zYvrC*Tb3R*Q$N+dvpr&`(tn1s>pyE2eg7GEeaq2hwRL;zOU~5ot?Hb1L|8xJ#OlPT z{qoyIJJuhw_4&696!Gd`4Gl9oJHP)~b|80Z_AI{0xNS4ns@eY0G`7EO93O1H=2qIa z`91!>f6d&!Cw{f0yHDSg*#R0?q&zk;=d_zfN9Ws$UH5ZVz0x5$Id4|z32o&$p9=1W zPrNr}Y39dnu8kjmOsXpu%=r7e`}q3bzrPyFEvvtM|FgjAs}eI;vuwKdBQ$^hvHN+~ zx45vj>6(9ynEAzW!mVpd!uI_O-Ey|5iq$s!V&N;(A`r}<#XO}f6BKUClyfs(DwyWxA{EX9PUjNR{P<;QnI(yBIt z|F)NfcfDHaTQ)cSSM;hI!SN}&VrgN&FIRR;c3leJ>1k-M`P(3)bIFn4`&Z0=dNlq> zNP&t%09Qo$ifcda-~D%|&o95lk>lw8BNHaR+i17?@8--IzA>HGCf&?zARq}}r+4oQPO8uvU z=AA#;@;`N7eq1frY~wO**}N%R+Dw<#n{|Ywn*RRtE8x%ruEKdUm#;PsRk2!qZ1t4> zWru&})Fe8bx_D)_5%aTc!Y+J%LT&#Uit0q?pXglMmF<4);;USiS;ya9mfv+t{mvE7 zIfd*W`Ijg?=b0k$_CwPK)-JEBnVM@OS-tba_Nv{tSeqTWb@@}_KU*W&Od?m*-F*?U zM(m3G3a0-I+BHf~H0z(7sh_{~o#*GhX&IJZKmGHmKX`1>vZV)tpUF+#oZQs6zq{)A zw~gL>+1cys-!=6V#&3`Rxo~a!_axD!cVzb-s#?5v$Fa?Vw;O9j-sZg*_xHJSVcK3l zsmv{3t2Lf8e@|Bm-`KZE^*0T?Va@%$H^cY^4c~n+RB?)%Y+N~`i_g38`jxOG z&1he5cZ-;RTkjc030d(RwR@$qYdSAS=5P1C3EwrQuUMOPZIbh}D=VJNzn{4^S8^S< z?xbg#Xa6bpXB)n|I(d1vOV<(AG~N9672SV#d^a}CI#b{Oyxu3TI#65HZR*Bm~^uIwmM;|R*bL;z_=*J&#WM{kY_*JaFlGn#8u=h^DN)FRUq49dz z3#ZMS&3hqH()q34Y@y@rHnDvLmuH`gYG!JlI=z>z`Nt-+lIWa6Mn|@02cK!Xo>{Pp z+i|6U(@A~t70c!qxkgN@3_V-8#b?&O`aSl$^E=;!J$}wCdt4`Cx#&xIiJ8hQUq!lQ zrtRc|VMHVjBd{^`r2_!c}DXG5`Y1O|eQ}gI^d~a=BW`5k`r#5eM{a$ar=E>9MvUp_? z=fPFK!xT@tb9b+}`r-21>a`lDG&$LBIx3wqVm4QL&sJpG7q@cGk548%f+^PX)ZAQ8 zvgGL{xiHMx$m6wn7Oc7^s;lMmCK~TebDEX0wa@6Fd^6X7hFXP*p;HsH z;$F{5UCQoNJL&wc2_iFh<|VnluAJX%yyUsmnH|4m)L5#oUGlY(T)>mOa-Y4f;k=8{ zUhet_`2V@G2bgPbe&=-2?ta!>w$oXBAxBodH9B&3e&R<5Db*xb`<`Htsk<(U&hE(y zTR3COjnb{1V*kXJm~MT#^lsT@38$5F9!kE<;#js?C1AC{5*O}$n>{aHZ23}pWYRj; zz9lg{W|M9`6)c!u8@Z?GKSSWHU=riAgG>6{lcq68`DPgj zUwGsHpsq6a&-3&pzfW(ykQQdbIA_=K1@oA$?7bJVeW8n|uIR=$`YwB=W=Bo14~`FC zGhcmnv_-nB*o2kNK^CbDXG7M$mrsB4*z^L&TIM}>OtZ8WKCl4xGrmXgJ?vbkqYn=D;nH0R5A7B|asmkEZc zJ?696s#m@#sAYeaAfk9aYjbkf;+R7-B3zaZ6C7V|2!?p@0;Iqu5LJ(Fs~<{z3aeBslgv*MPQzE(=!x_M+< z(&-mAqVrR&u7o>IGC49QEN#C1_M*PS(plHG|EO)Q7B1a-*OymKpl{i}nVX~Bru}v4 zV42;VQ&6mSY!>r*e(H(cY+X_l ze;oB%ymGCX$b_!GrMmyFb{79yy4w5JMS1CE^Bm59eC{~sT}-*mqjPafH%(XT`YfKJ zJ?V7JrTzCLU6Vtc>GzSDFMZLNS>_6cJ?Fnw@rVap4P^7gxBto=@-SjFJFGQ`n7A8@a5#C))(f?^*H6TP&x17 zt#>x!+in-VSf9IEmsi3$Oltc|hHD*efy$CIRX!YxSbEwgZ$r(oc7y#T#~u4EAEqu? z@c8>N(Iv*qOY_}AC$jDDXUoZUyzNu3aHVzS-j0nGvn)!=BYF8YO(>XSVybg+Hs|t3 z(M-)LN}VApYqc{K4h3CWFu(usT{ZibzW0ZA%&`{R9BX5xFWvem+2z^kU6S>x8}|Gmm~S;zGUU5X?vm1@uQo1s zjm`G!-Mp#uxz@}Pm0hd7Ia|w1ENyC26Mw=+C*h~^c~ex?mMm1evd%wZ<`+Bb`hv6R z88Pw&Vc+eucFs8CRrc>Ohw99pohQGG`nGXBE|>YeR>?+_PHYx7X_T zKQ_+Xo_1Y*>V<62xj(O7de$4T!Pr6HGiLf8p@U6fy-|-;?k(C|`-j$F<86elp3>Ru#K=omE?;Szx5D|= zF~$|=c)c9UQ?{)-uJfpZz0FY~%XQj}^Vy1*Z_N<1IH79)wBD{t?)RJGgl>7&=_}6v z`LSr?@0cs1FC69X+%Wt4P3>Z);l8-`jNb);$3L(Cr>$4;Mf8H`=X*<6zuGeUV1lbi z-Qnzz!s;6R7gLs|ZLFWLR$gOk!twdrr~GFKl9^&6T9!NMHsdPQPEEO(Lpz^5{#q5* z#C!7F>+i|;?|e0KbX^j>Hf6fBRZ!RU3COW7lCvQSr6;@(jy%aybP}FucVc#^-&bbouQy2ek#QAFgohQBIDw z3N3V3+~gWL&57}q5U<#VM_HEKfx*}QGbmgW*Uk45yBzs1+GgqbSL?d8!f&0p5t_I- zG&JhZ4AtYDtKG8IBs>{rng|4kvzmOfu3qSx$C7URRq~i9M^@HJ*Tc*8BVr1!1op}- zXTBaDWLT~7{;R(qgQ2cUZqw}vDJ)YTe{7vT`~2y1m*Vc2tKXj^c zBsRv*kbWzXth>eIql??VzYB^iR=gArmn`twl+1KLwN_yQH{V(T-^fj@OcN7LtLtBO zvxc;XMxV$E<2bRNeP^12Wt{Y8|8(zv%s16GHI^*Ac<{PYp4WEA*h5D%jPxr+4;zKf zW7^sjf2Yl>utvYoF78~;v#rNOl-0W*{L_ie?uPZ@y$+hO>*?;{Qm0OKi$1~ zAO4iz*E#*=!mf2oyyu{HK|zK-AN5K;5*l+dNC*GfxLUb;I+6?gAa zb?M`LJ2l$l@&wgWUoX5XRn*9|irR4J)ys)fkHsvUakC=Opq-8D$dg?MZs>So`fp-2Ru}+4F*nmF4ZZv-;L5T@06r zXPQ#B|5(p@PahsO?d(bSwXU?V@_I=v6R3M2eDs#?#=5hy4r_EXrH1}~nCQL`?7 z-gI1a`CGpGce8z$P19AoHgi_{%xCwKqZizMK4VkP+7+TVT2FpI^wMF~vTTj;oeA6< z{Yy<8uO+!;PqCL^nGmK@$*o(QHOW=9VFt6>y4uy>Cnhe8X(%~$<&*W2yJD?pyaXn! zR_czMzL3Sg<@)HO>Z~(- zUz;zd^4$;K@%Fp^BB=>elnuIr=RNE0U$EabCA_rsW!v&XUf$aFWl^(=RSu@QBpoRh z-DhsT^~;{GKFKRfEAzFh1z#+>+AIB=$rHjhD14ad9pHa*6N{o~ z`cJWWkABoLTU&O_JR&EtIBn;Z?*+A=M3^eN>QAe3oAUHIW^uHLrrp<=c!{g%rBRdH z6&dNPKAV*mi_X3=b6_&%oz;q3hSL4n1_hKeyWcc;XuUakiZRzps+E)iPjVn60gk`lCE-CBz*DB0$+ULqd&NYj43f|W0 zbd~kg-Pb9)c;!EXj${(PO@%Vpo3XU)`K^y%Bu(6ucW zjthioemkVJzGAgP+4Nb*AI*_h7TWgX%#ovynWsH&&EeVW5+zmDHhtmbdmn$SiCD8q zQ}&7ds!5Ai91W1$zBbn@BvtnH=h@0J$EB~{IAhY#cqz8^xs}J#1D|!SY@hAv$2i%x zyZc}4Ds|>43nlT(BERFgPJXUB5y<%HqV=Q9)axI&8qel!I~z5rzVMB(`!a{Ci|j0t?4?>CWzp3gS9e9v&5-JwXL5IH>YBxQ zb@!OLe(uZayWF21(^aCNf7HL@M!m`W8XuiRAH6$zUY>Sm#BAr-m-*~nrkU*{v@yrU z;Ov6^_b&bpWK*<@TmSu-%&&PYVh>7XPqS?Jr;_~k@9C;NLgK%tZrwjE_Cn}XuNC{u zvNn3ma#Wa{a9C7RY1;g$y1IO7Q<{Sx8)w(-|2gH?;kEguTVH=)wc`DMhQ%J`OV1e` zIpdJy<(d_JOa1QKsGfR>*)?_bcUiIxFE(?`s+u(EWbdzzx65{L>dacZ<58E(1=ZEM z=dU&jaGGzOuCOdi&A3!~-L%i9-xf59J$h+m7#rfb$jHl7ipl&1ufU@ndRC4qVFm1p z`tlQ#j{al%$8+^rnZWbB_@-}?x{K~SV{=c>{h=$Gc8fFjqw(ZVLGOh`w%+7;`)O&; z+@vqsd2c3F+-->vaLUe0+_g~O@$Bjh>Fy01XU$ld`#pry`%}yW?-{B)a}$m(n?Ge$ zYoN_Ej-%IRF=Zv(nUoMvI`b#r=ZyI$1nr-xobXd_yJ)s{fy!3T#-E}ci`l6?CdcgLKuWNN4+J$w8f7XpJ%n;P|_`UgEcKr2I*{^@x zdmsGr+vPce=^D*qGd8b`dvMmFIB?QwOYt>tOHRH%X0$XzusAaEn`O_a!yAc}B&xtgY?({_n;{{YcwRyZ3SLvJ89o?d!XmaZ}83 z;p*?tfAgIV)QW3exX;+TLp<**OO#rxuCM2s%Xd%3xvp?*x~$Ecv|;tsO)fLkSBA9z zE^GTIFFj+T=Pa@GcNZ>Ltf{{m-_V=I(){nF%!SKhGv-fi@!Y?D`mS4Aj`z0BKASJP zk}crg#{Awz3A-!*GjzY5X}w_kQq9PnD~^3`y(_X=uCPZvNgf0Jc^z6GWEt_U? zNAoB)tvUKW`%F;U=5PIlQTc@;R~sCc_|)Vk#yy_x|L4^A$>zKj=g*z)jQ3!ODp{G; z{V%R>P3@U88}CgvHJE&U$ty#qt=ZpWIJ~rKQtD5B*CUab$qUzK68mbb8X#CPGQCE_m;1^w#njmu<4JG z3r5vjssweteH=?Mxkaq9e9zbT|`O~|%AYplag z$2BcIZNz{4j{egd-vqP+?<`)MVQKN!WTxqYFojc=|1O2Uy|MqR?;^R6_t$JJcY4IX zfh8&<=;*$peQ_(_e!1*r#yoZDr_Q54vLAOn&T+5!P`pv{#_vx``lf3bJ_{OnAMsF) zoE7HkzfW^(&R*?bqRX#7%J=H3j4SI|VIXU8ZK~3_Z5H3FCQe)(Hs##f+z&sl`a5O^ zO*UI7t^fGaCab86x382eeYusrqqXi`s)VnXs%rms_T7(n_ekCUTz9qZDxaZi(&C>p z=a+Bk+Pbk>TuxBpWz>}^44s+%q2J3my|MB z!q)9yWw}$}*l9z*5KEm^Npt;G-kElnJ9{J_dN-+iz5>I?;}g%x70>+hUTAA);jQ~h zf)T%`ESdAK+gvyKYM#-RFKNeq9Pz*Nd)wcziP0Q|?f)5UY?n1=vYSmj*tgpB+s>P! zS&Q{HR(5vv+eyW}jJq88_kh6V{0Z*D(=SZgUAO^KQ9)?5z8D^Y5uC2Q! z(C1HBqm};lpGDTEryIPr&tlAf+U%>k^R4L5T_;Ri*cH24cV7yPF#8i$ci>&*nwpgk z9jctU4xX#(r=I@Zb^YeI-<(-Hr)@oL^Vi<;!QIrQf0U2hy|$rkN`dQF(QY~W^k1K! zFYtGtz9x3AsGOzGwM?1KR}=PY>x$@}I@oFUweq{Mxa#{z-4kBdJ{z0PTpN%my27Jl z|83Q@{Z?mJ*0(N7%awcmciXJrT}O@_ss5TV|KWdz6Ecsucdy>DwkPKAkxi-zzAwF- zOgCRFYZ84nb+^#QsbzdSR!$6hxU}zOOFKZWpQz1jo8`iIHlzN;&<2nv`<&$&ZzhA zyUZRu&F^W)uIqP-P78~_5Bt_|;mC$4S2Yh~k69&33!eGQi;JJ1-@W=ty~^huGg@;T z%X{9)`L6lBvt?Dn@qg{N^P76k?3#4>V#btNBIkCwiumYwYX$LEuQR-@X8C)e#>L+4 zo@rVp{D&VrzBp^i3ZA3qts|~J7Sm0evgD;VyYaGb_P!gP(x!$^A>|2wf={pNIC-;VRo=wZFJ})wf01fDfA;pt7xwqA zU3vD!I@h&PDGW1r9KX8%S=_2J$<7kXHM5q@SWx+>D4kEO-+A67@5OW8emHgT{T%&` zz6*22A3U{VNLodYx_4GVeKUR0xxk%uu_o?l!%VJim_}S>XtlcN6cVWHh^ZTNGTU1wS z9C;SBEW+#v>y|&&&ktTGf3SfL&e<#*xULTZh3_O^cOUBb*WY4+Q%*0yqO-RoXXytJ>DJ-YJtw6iAR5xdh2pCw&0?27h1 zkrb7bUw=1S!2Y>j_u^iQpZmL~(0{t#fyP%!xp88vO(b^xxhS8$&Mfx%^0#bChgpy8oZZ>Ubm{u3uN(U#*3_3= znYK2!az@wRUGDGp-JZXkUr2r3w)=ht>N~#G&8_@-qU@;Ck>zn{OZY@1zv$DT!Y^QUY#+Lx~p zFZ)n#0rRPB{%q$(^|FWe2|JtKJkRcXzIZS9_NA{EPi>#{InX^UH}#c`zwhCU!o9Qi zd7cXwRA`>`Y|G8_30sPzt&^Wk;9l_L~u58)~RcE0; z>xB8y{iyEc=IYtOnIZmfDibq#LkrgA?AUP5n>Zc4GvOLrqd$61%~iAF{NrG> zI!EL`gZ+lX>r%qD2&(v0PjiX>{aZz3-TK8-npd~BJePgC&sx0KENruNo&I@s`%tb$ zFYnEa{MmBpdR64^oS7TfDo=@7yroNL#=iq^f13U?daNMLcFOEay(T^9SUBQ&1bs@)R!>85H z3>Ta|6*)n)sH>NYE8t4UzG$CfTgC4$KNd3BoZTEHx$L#onOjo?IV#soIK|c`dv9&# zPvP&`%;M*4uQq>P-uElc-n#wp^Dq2YlE2zd-#O=(f%lTv`m$5o4qe&E?aCS|s>`!7 zOGr^!<79kGP<^-9ySjhY+>a!c8X}h^Z1&i4H|@rP=2|tD#Pf%)b>9d$(y)C^)Ix#x zQC+%nzfyAc?|vsf>D1Aw6_53b_RO2p60PU$ke=yWHh<~|`(ITz#CvSk?T>!qzkFHd z%o$}B!KJ~Mo-SIfn`t}m#^+gbbMv@4+fLVfJZGz>lgU@HggGw1qGQM31jEO3&-hK| zpL4ugZ`Hf|zP#={n{Fyxi1cbURh_iSJl)dV;K`;C`;|4vmoXk)`EKc2!TRNVi>;+k z{gkrW#iO4X{jM(IZNP*pEd38>?alqX{7&{A!9o|l4WUgEd-$IGv#XD|XLNp^FzXuC zt;V~QbMkg>J{O(yYaKtYsKe3uTMSNi6&(G#FEvT0YRZSg3r$NH%)U)H%Mz?h1}G1y(Tdh{q3Hluefk8|I;Y{Q=bJR zzW$z3Q-_Q*!jXiqo2-IceOP3q)DdlD1i^2xQx>Hvj44GG%e) z!CunH}{U)Nw%af3D9;d;{q0oT)ugHAXl25hPp)8wAOko@sfwrkp1^~lqO zaYoM!#bU~}<_3G-<=y-*@?8I|RnG+1Ea~CqSiW0-!i0++Kh`;j<#XR!_>a?N)v>b-z;x;mffp)xVUMr___)W zhp=gDTvIN3U%$FK`qoFW@4`v0%eKz?)wz1l!Fu7h0@wGl+Y21Ib?;HGpx7RtGrwl8 zRoeESp*l>-{)kIG-@f#3ynCfRuO;Notq5%8b-uCs+9dA{caKMPNu=4`U68!SVbNyu zuhq9U?6Ha1x}db9WBLBN{q=YMGaUc^&;I!SV&ne|9e?ZjqCH}~_TPHn%$IFe|=&pT*Yrgk7}%He>#C!6}PWeT?E- zmoB=hs+)ChTj%$8+twVpR{vS}&s(8Z{liyWe4i;zG=7!)uD1F=!|QDM_nCj)fB$Dt zb?rCncKOe6R##hmBH#V5Vd+=?)Q8T0)Bk?Y@2{eNkH5a+b;$qMe}?71!{7ccVF}xR z|J(MzR);p;y|^{Ydun&^@9cLFeGsS9Z}Kl5KTQYLv9aJJzb*dzPIYHf`3KqpR7cs~JlizY|%&`}FEfucSjM zLK`K1Yt_8c+%n~?RNA&EPZf#PMRJ-Sf1F)x%kqW0ep1uPdi%ik2anI>yI7^~zvb(5 zIb!LL&Z?mMUnW0NnlOD${h1%fKOUPKvOMcT{A?ZfTPwu-f_5phJ>04};lbH3=_hWp zHIBy@|M<^v>B@m^O>eUJ7nYuApRU>>8tn98%|@#*m9UnksLPIbf&~PRE=qqY+I-#o zOj`L}|GM?^r{>LcI1nywtalDPrj%>c&}T> zbn4uB>$G<6(%x_=D)VR`)2oBGl~pbVi*ai|*PJ(NvwTMB+V-RyYi@nttNkZskNlQX zuS?H-p1g7CwRfuPryt~WU0=N6WpVPa{a(LKES?HHUo6i*S#-Yhe}>Czz5Xn^bi>PV z-W-)Bk`4i9%C!cH8V7w!mZKL;{X@?e135L)NB@& zGe>xee|Mj8-yN0xPHF$n{|tum$GK0<)4u=oKf}Yfe-i?B$!eXQJ6$#>J@1L+GO6UN z`DUWp?;ncV?_8;G()H)jwSQXvM&>-BN@`-O#TskYdMve#%C3&P+A(v>uh})r|M>js z|M=&ue^~L>WlGGU-TVhD{_QFGYn33~8NmI}$8zgx9hpznyjp2$^+#OXUu}F>TmRnp z{r&g<{xkgf&v5D^{{Cmf2`$D|;dj@*OWXYV zvFQ5W)%~B%=HK66zoP&5e}?(b&#Y45tmd64(f89?hDWxU<`OonA zKf|O&y4SetOCJB~t+403^z!_1+roC;A6vsdnl05elc`yz9l3pdv7zAa`Pac`zW+gRwp6c$h_;#Mp_+9Gy zzCKBRlfZMD8b5zLUu_h+!C8FkYA2t%W!i$GYySQHxA^|w{|xo(>v#OCS+?45=a18u zZ#B*D?63HHFRA|3mg75roL_%c$^OUv6HS3Xx6C@SHLO3te|tq^-~LD0g2u+x?mxc1 z{{H*>ukZG!v%FTVGAfWr+&z7%_U9QhS1i7MF8#{y?dR{WFZ?zC{`;@LEycnmpZ$FN z@y&Ak_m{7&>fg#A7BBO-S%1Eb>D5&?1J^E?Z6dmmfobZ_q|H&YzOMgk+WGg_clr1K zlI-jLGX(zm{d4}`yaxiy=I4Jn>>;Wj(f{+Z;JfQ<>K17Wzq9}T*Z;@gzkh@@T<#u_ zWbdC-`R(YFmp)6?e&|0xW&h&OqtCGn_sT!5&#tMh{`$`T#=QM6XLfv**I0A=PTgOh zy8UPTKj~fVuiO9r*Vo^F-GA3Vzw`U=e}<3y=e8|m^6uF(@!tO1Rk!~f|Myvb{XZKY z(2?;!FPe39e76UmVSfMle}?7%8Fv4Z__zDhE?l-Hu&Fv z*V*mzYsP;D`5pfm4FB2JKeGp|W{!XV$1wH5)pG%F?Dlx`J+(QcH~)Q{_^#_KUpaal z|JM9*qDOvo^wX>v)Bc7{>wl0{dwg}>KYLI@jN5+6628Q#CEKfnItAI-vANr^Mr zU79|Ina-gekNz{va1?kve~;ABeesM!*`N0WX@Bn6Q?p3d?wsnK%9OyE`x0kU*ME8X zGH1n(Es<*16~msK{CK>tZQ9b+#=>%IlV7!b*9VqjEl>)+UV=+|1L{X|8pF)B|!R5>-0HlT2r5_|MvGs?U$LJp`|^y zkL5`1XR>){^X%`8y=l6?*RQ{F29!O2{b$&|;;a4Jf424eKZ`B??YcMH(6q~SU+`;WB#4GWy*h_+4`>!etoCjx;^n; zUHt8A|DW><<^D6g75;bsU(T<;{~5M_z7qTB=g+_IAIsD{th%1F&Cn@c)&54fP55@@ z+N6+adwzA@y8Ql*i*NGpq~w1e|0VxtSpN4vLu*V-_OsQKmwm_&IdwGJx#kyC5S@0;^o>_6|4{>tEq_*8L~q^@BaOAAg$tM^{kpKSTV%8GOd# z{Vf%rEZ7rb1($}1GDrK?efjg`X;+o}nQ2>G zYVw8U^QLzDx_it%6J=kp^QExo(Th==lQ&liyp~_lU6b~?+I?k5*R{>nF7AH~^W%5+ zKk0ByG*XSUak`it_hk9^u*DnRf7h^zvft%t_BCV1&zike{}}``CO_YNGd|HRG*N} zP^-rRlle<+&3aQCZ#jGHmEd@5DyZ%KtGoKEaOC{Z@4_Ev&UW8+WrB^D(F9J7*ZRTB ztmZh_t~zY8^r*u>Up@I<*1oU8>g=wscoUk>vNkvLVh;OtjW~lwamQPSKSbSIeITRo zu$Z#yOwrSs2?2uZ+4t55XB~Z}t95T(;iMJMUTsd(f6o7)>aJ$&jwg#xA8-4!CEZfy zdZ^n}yVOTlB@@It<~J_d5Lms`JKBH!+#IF8uRGq`OKkDoAGfG}l6KZKAf=i(5uZ#PNj@e08_&j7@p?*4n({bxk(g13o4^*SH8pcS-92tNHT7r_ll|rkUIt;h*=xnt zZ|b`!oH4UQMQp#4@82`Wzx}aw39aqf_<3v6=GS*7{byi2s&-|euKCu-4RQK2#>y2BQh(N;?vDG?$amQ&JEZtqrl3>Ql)ncV z-mRar>*SsEkZWt-7oESCrYW+2k<|CjHNu-yL7={xjUZyZ@e2lKl~vBOXnj3;Qc%-()OJznbv%YyR8* zFqvDm=f6e&&T>4{_w~mapEI|VLZYf#WOEbQG^=X%mD!*Fo&KkK!Ln;#GiR)={gala z`$|pu>-np1OqZJnT+C7oa&aJ!r?#tn9PA7+$h;3??y*GP4K5zQ9 z&1RP0z3Z&2W(#I6oxP@7<>=r445`cSc&b0m{BbKSrS3n&wtIW4)~#Rk&+^^0p3}~2 z-)G59EE0ZbC@j9xJ}Bd>-TTNHd)3r78^8W~Z1bY?tHk~@q|ICTpFy*_Ms1t^yXKu~ zYM;D+|7Q^VyY*{*{f;fiJTAolTOH^9-G0~f-`jNlC~fQ5f8yHgFy$*}T*4m<8h-5m zK5L70t*^z~YghV~2n%v2Jd`-k@wwGy`>B$-zCoTE(kT(Af2MfNN=oF5X4~^vO!RKV zm)Q+pbdw*y+d5@j^(@0AG>U~TJ+z`&i@SZQom=r z|CrJF_0J?d=NDnqty0&Y)Bd#NPp)Zq-G7E%*{>Gwsn59)oViu$qIkzwW3jjZhr|W9 z9&hMP4ER{}CqMd{oyeL#wQWCy-%V1x93T8GJOAC<{|rYzHim6$^l-@z`9GW9ApH8+H53epb&|ZCX9qJIJa!Tt+4Hq0=Z|tKJ zSB+WDFL-5To~HSYBTHg`M(J*0!_1xB86A7QJ!f72UisrpT>0E5TkqaZn_2mbSDz_k z+HWR9x4j+wb9h>2taWFZHR;Mq{fNEG?yZeja!s${P`yjZnE=kaS^9-W@oBRTv(8X# zO*+ubxvKGjLe`%;QGb zC&N021yhyY+`fM+cI8U%Pm9IYFFl*|=e=>D+#=JLEGuU&yg2Dd)SLSk_BqAfJE5_E z$C{cXm3`|!cKZZP&is4yt#H-ZomEwz?@DH#yz)d#*JOU_#hH>S(n+Z~RWDv;utdCK z;gZgHB9nYutoZoO>(3Q0=%{5ZyXa!<616qzLgp5MdhYul|CQ}u`ef?tLziD{*~(!R z(zyIYxvXrWsllexbw&$*`s$nZ@2d~lo0shqm0~t4Vq;=kX4189KW|+$S?a#4;>cye zcNV*LG3|d6yE7%wTdrYJn0r>-k;%WegxN8#Rr|V^(@_4i_NTi>pE$kaSa^LNTyWFB zt>Yb7A7HWJg^|D!`IVg;7VX!n$^E;vqicJ#lhou=6D7aWKd}~zUiL~q;x3$e`N{5w z$G4cKO1OJRow)n*oU8D|TQ|=XHFtgPTVnEY$`zwySq~IiU#1GrSaHxP`gzttKI;qL zIMcRnbd|S0`sn^H-$(V+*2S7^);qLeotD4+o#iE0cl0D&n*4F=@l5U3ALsYabXyK?x2gAvWqk~Tv26rsyfhi<7mtU zlee{o@;iMm?e;qFxO&;UUl%TIo_V_2Brfs4m_)kQnq zqx%9Px@8P?c zjpP5?2q{h9o9%sKy|DSdBAzd`=Q=kSAD?)7+k!QR({E{RnKjGx-$~B-b3|YNG@0bO zAW%gANL_~qtNOdMmzVzvzb}_q{&AOBmE5|^={d747e!bl3%spnb>?mMkWjz1MU&r^ z>0-O<>d=#gQNpY5yl~=AzWe&PS5fkp$t6#htF4^Uec9xK{?)`%r-d2cer=j~=fz9! zAf@-c6Yt3!5t;USzs%#~VLtzy=fq80*Ep{rz^cx%=Wp@FP0yBZ=A3XtFS2X9V1_Eg zn>&+@3$I;Us{X^^MddzgH6y;ij5+gPwM2?t{qw-B{Pxz<-=q!ezb=X4K5NIax6{ov zGUyEv)l^8Af|PkOR`i;%gL<+$-bgQ-!?>uNq% zVYX#I>y_SIFtoS^t4YcIN}FLN`BzT265du#rsuNP)6zVp)kkJ+@JM|&2%Wted6p_z}f z#Dv}J?dPS0oaQm-zg^>fB5zN`7EQIsE8a;8F4Evsb&d|$EVfjF=jiJ1p7B$U&zL#W za_`LsnL8g6UrjtdC+)bb$;N4ynr_ZASoEJEC;#)p%Uh*>C;Ig)+5TjsSOv?3Yab7# z{S;4LAZ~cwHhNvq_SqB8vBkN}-TcgF#?IzAoz{?@#Z2z67iTK$JM>hr{&~>WN!yn9 z{+KMdJQe_&c3w28Yra~1QJ8S@BV2{N0!LG{2+=h~0a@7TUBU39r{R(902)ApW+ zG9H#@J+EZf?CGh^UbS-9md*d3wp%{!h@a=U1{%l4mTYV-TBhqKuqJwU&~6? zcmAg9Vy0!!e_`3oYdbGKaHC~c%r2|qG@A)$yi`-pO%@SI47DYl0#ek!tL!u#sJ zoZ{TiKR6(-C($dQ0RW*gAI=-5UMF<;L*Vqb4EeYDPS4r)&=A&%$ zNB{QzbI#pW#~!w3zGDA|q&4nWL_&-|wlxQeHU_<(Ate3BN9tgIRQyw!Ke3yi@;dB2 zsZ*!F=-OjhzN~D!qYOU_E?v=!6gzw0FK6CeW06+xNymD7tDlK#Zhp3qZSRsjyC3b> zx4)oxk#7>?qr>(e9v$4~q9!))_p}@z)4-lIZDB$GQ?^DhO_ zM_H#YSDCW4Tx;UIS&^wHnti3q!zG_dZRqiP?7r=)s^r8u$;%!6&N?o)c5`@cT3Tx| zdH&hS(_U;byS^oTE_>+3Roh#;4ykoUJXm}7J8Q*S&g^NQv)8PN%ZUzf+Pijb{y#p~ z)`eT=&b)g1=E;{^=jlxO_aVNU|4#bM)d2ziC$2>#t14PuFna1^Aab~W>Nm+VrORGf zqieO)gt_+l6t_^2bam-*iQj6n5|9#wZ|1;myMn-*G{xi%t`p-ZxR;=(I zU-J?h6JB4v;_7D{E8R=ZWOzMSeU`GU)s0h-*WRe-@s?Yk-(C2Y^s{*Ci|Ynb-V5wj z9L~yq6h7}-y1%y9M2{5Hf73K$x?NYRM1Jj0xVP`U>hI#JdhxvJ+%xXJo>6u)WX{`I zmSx6YR;W}3ZJV_0--fTnI#=og0$qYPYO~3hvTSx_&3C$_ymaCEwY#I;cXe}Y*t@Hs z^O%6nofDq1+rK>Oiv3(#QgS2X)eD_TA?Jc7nH}4%aqYV30ndl47jM0+9CFp*RqLEH zMrU<(40c`5di--uNK#(*@jIny+yRqV9oHt+oXmDj%1wQ+$>4X@oA5>FbfwQ-%IR4g zYnCmVb8IOG+oh#hyBQRYdd<3`zG92eq6IHJX6Ee77yS^iQ`=Bxog~w-syAE_NBv#a z`Sd*NzS*X!6vq-RP+#Y!-_$2U82)z7=1XUBv`+z&qW?D6t5rN%R+-FRi~P#piK zt!Z^PXLis-?y0RySFeAOY?seIQtVuUBw|ty<%$OE(VRMMA#@2({v!52sC{~rZ_jUiqv(FC6@7%`fH-TR?VQZGcVaay_r!Lty zoBuoDe(c)9f47c^o{HbGXUc)E!iNL%8k@Lwetj0U)0I_c#_e>8nG$(camG6uj-V$!(}62{$L12z*k>&Fs=F+-M7TYtvuMZ9bXBss(7Ja`d}#ml zJ3H0bT%N~1jke1yJ{{PVttne>_xAeMz7JZve$CfneJG)9T^RO&X|-7Yj-a!D4OJ#Q zNz;CDEnu~V^!CK`HPJU-&QMqSuHoU9`%|39GbQN3sWpeq)~?K0>;Gqd{MJj87q4Eg zc|0hQGbAb9ljBiKP`A!vyVKRRwO-fSdJ-+1qPu6^zrtzqq&EDl_R%mE87`VmvNh6+x* zoXZs!6q1t`;;mbKHIc`;YKl}3*TkS3YP_xQGJ-C3#%v%yYuP;97 zn;_rR<)>>MaaFEbZ2O_tGHb7>{4Sl$=cfPQyOdSXyT=-@PQTJo-xjc_GvTh}sat)r z6YXWq-Q$D*NLi&i@l8}JFJ-uMEU=61!J?pg(^!_BX>pN;cUC<;EkAcv;(D{@&WdH- zX1khs^|;n;<#LM1nx@7c zUt{(Ndt%99RPd2lxL!4#f`f;rFU zTrEk~?J(J^ZOW~(M#swe?6PgUzuXNE_Kuvwmgo|m&7n1Em(-5S3Zbv(Y8qX-EOOc8 z>y~Y&7T2w0y%lL)Yd7OuP#s0?pbE zivO6xWS}b+*YfJeUB9x)Icn?tL))6x$Sj|5GneOM!~(XNt0V+w7{u=S>3i?dPL0J} z5iUQ1f1bVEHs#Ci!|q;H#T-1U#(`!Vr!1CtvAC)BZLR3rTA^ao-|68&M!lz&N^B5i zh&i?I)f47P_jd2;F>!6*SebUvWJ%)9=8*LH$1Oc(^ai=EG|N(%V14QPOw%+^&#wOr zmhP9Ls{ed9`xo4k_$GY5*Yz8!ufKC|PYgI6yOHVOg77uBPW;Qdq!!lLcXVY+`0T@F zzOfBnS{_}yTR2+|I=j8%KWGrsAa`X}?Zdd0H#4^8o2{9orY|hoZBWBLW%A2UVu9=D z8!tL^a7K7smZ;BGrDfT_qW?1(t~$u0vGLW;HJg?Hy*jjn{m$O7*X2=CQpInVYP4;+ zxj6g9Wv0T_Q~1MPOc(yybb9g27g?`8uH96B>C&hyy36ZWoXQ249j7IZdl`3rv6;tw zrgYb-{g!^xQ+Rl#gEMVc{(k1e>k~1hNUv0vMgQ3Ryh%p$@-%;5I_{U#ts?b!+7;P- zXJ<$*dn$02J1E95eAboI2fI~&Pm-UYpZW9lTcOV;`)i$N&%L~?{ILetyE_Zk-uHPe z|7+b+e}`u`ZeHCo$;0&B*LstUNr7dGnR{#bwk=q?e_AX@Vz;p2=Sg2SRjV%AX8S0q zc}2h6)wH(GuAU~-XID48Wp1iHbvAg~y6w4(S4yb;%ICleE{}KRdEl+`Di2FV*H{Mlir+hSK{_1$0c=E3PtDc(o* z7CFk_{vEnvh2b9!$NTcz!i%@wKXHipe7fR9@6K4w^Vxx-znsp>xW@Lkrg&)_YL*qA z&S7+Lo&6D24Wp2a$Isk4vFhTQb8MZr6({O{nQe3NbEN$7kE<&)yxTwB6q%67p>Qnd zf|SJ5g|D-&FJ!Y_*DZNvTGZr*D-&zY3hub94lb=cZ@+W0-lMwdIZlR?#WuK?2A7>I zZae={p#He}mqm^|{#zI9a4UQNx#WJ4kJm|wuG-sIzBI0vpD4^IbKtb;7U9R{->>~% zXz;M?fWxHrwaX5Q-}yc5_ms771q;uF?f;Z1=)b%A^3%+{f9nlrKmQtgEV8t?b?(}E zS&_R;g1Wd)z5jdc^ed&O0jtj64RPArH@j)U>TF%7sQQ@)^}ifGCby~NTnXc}m&sLI zWhL8#E;a1AwwZOpfw!r17VwHpy0_S35r^yR*%wGPlA+|=TTysw?=#&pR7F7wy`# zbD={+T7U2B@7nM5q9R(BoS9NG%m3ZhJ+A8oJ${@&5xjh^EYmkn*Ar&NI%k?>cn@vf z%DcdA)w-aR&>fPKL#E7cT`9Epl{MQn(~9D`=jQQ0O|fX3@MY8C4;l50^S-fii_6~l zd3NPHZ4>c3JC(Mt)vlO7b?v9kJKuaQHBrd$OkJ*A*Zbr_&%3LPtBYmtU$T{Z>?gIU zRLFYY$!BwZb+PK|^ZqGVa`S2Drq32nQcf@1mSb~5*TZ}nZ!x!GX?Nw;%OzbZeWI znU%oC4>DmF1Mg{mTJcuwhfkcl*_N>EiW%Rd&iq*^qW+TPkp8L{yVq`9p!?{~HOt4A{F+N=wj7SXzU26>hw5KG>llSZB{w-U zY|#JsyI$>?W{_(qJL^6tjpVmSP9C24p>oU4&|SUeGtR%;C4Ah8GwIueM^oH>D(%hw z&f=+9rJc^QUv4qXLpLUU^)((l_U;rtHQ=0SyUXBW*o)Om!)2DKR-N)Nn{>O7ctJPX{%1 z_vfla?^!u(DR;E*yLz7+u}KpazuKgF>V@6itLe`(G|rl@x%BAwm9?wblqMJjOl{)f zb6i#RpCNWtY3QG1qzjVqgB*!SP{%2j)pcKhG4wC^ci`|N4(lj7U&r>zwa4c6K3=3q^ZQ_>f5 zaLiWLbvN|x^Zux+{hz_-*~NFIeFu4U#b=6J?0R*!xgb7y^+U#P3K?fE*tkcB={ItP;TyS~gReG%3+TW#ZV&fGmGr!I{7 zHB0Kz4)%48pKn&oIW~O?-(3E+OP6T|-HKQ0bTiR#-PrERs@(DWXn458*Z!TQ4-2kL zTYjs*p!ZcOOQbdLHskHfr=MY!SnK65qeG$5C!OJm>(XgUll!8(|0&Mga!qolPC%IV zR%_X`V|Dp@s_yNR&$1aZ%y!&0t7z2|Mbj2=q=%tsovj@7}asKMBPiQoUOBqb8Bi(b^p^JM^?;KZ8z2Rj9jqj zdUy5Kq-!(Qgz1`X{~o3Nam^XCJN)UZkNh}){I|D^#P2)()4VUQncW@zwq*1CIrIA5 z7C-Y->~yw!eDO(1i0Z>#(+kBiqgsydwYT}tF!|(p)6RPz8MrFvzT=g@aaNXzE8#2i zoxbYuxvWQaxGyn?w=&HL>@XKK(M@t)TdDh^dE27xXWVA3SemvnI))*%PUPf6TRom< zr=tISuB?}QX?l95T-UOdD&a9x6I9pkGvhp*HN|c1{vWehrmob?|EDr_E$Fn){|shk z{~4w<-mR!OCm1&UP2jm@_JxX~J=+%OyktN1P1r-l!!u0wV(j(YAFt&@vQ{p4+L&{x zKi+b+ZkT2{r*fS7ql20ev)hy(SI+o(|kx%>2z#TVvvu=O8?vFJQJ6H2%7F4|G zIMS1&U1)ShKHuWFTw%SM+q!ZtiNaOEP635zNR8F zc`?s3p|=dvg*?L@Tc+)q)1q4UA^YP(?jSXlL@l?dzKE3}8yVKWy4dv6`?Xem(32{6 z(LW~=KbGhOcZOb{nsM#Xu3M#or%t6^d9lv=M(5%nbH_s`1)tlgFV!*DpEiRpm)+Ui zw{X?TRY45)WoO*Y4|lge{d~)0;|go`hISc;>y|UQ#PJ` zvODp1=+_(Ep&O4e|NU(@t>nZsUS@}92SsE(qvoF9TsRd+xOT)o!Qr}rcw}~7 z_A2&(%a>xF>KMnY-MMyRM40%ExFxd=wpWE@r}eK4Rw^tUaa$12Eq@h(h$)+IoQ;m=Sox=?`p`G7$Tz#zOu27na)swceB$m4=O6ek z`0?__y+10?t9{>n*VoKdx~$R6@|fuoQ~#|0D>>*DP?LPY z^68#=pM@7aFP?NtKJ@W>|D=<;i`LcMcU?St-ZY6>-78{EJs0}2MQ?av6m1$T_9|@Y z?&_s0cUcN8l`40i(rctY_w34}bH2`+m6IdgDY2>d@~b!*{;i>>&zspBK8j=SKT;gN z=5^%uAicHoa^5YS+PtxM`pPHA=V+g0p1=BQ(1YhEw@+VY8u*{#>h@VFY7CBMXY^Og zugd4jtq`8~z>+s0bgyh<$=;y5Vu_2Lb=M^a+R_Tf7#}p{~0E3WQow`1cXGFC)TyIF3f`hjX$ z#TRu>yE2SDHz=)HpK0T|+R(&QE!T7T?&!zzE4sq|t+iXU`FH=bE0*!r?5A#=(!Q|H z*WB{2tb^_r;~>uY6aHnmDr`8Z#LKm%X3_zGafBtj7yLNBb*8ZpOr@xs0)WEdSZQteU(y;pFv#yKW z5nZVyVY*LzNzJPuHnzw$0<3$YuKu1n|CvXP#?AM0=3MNzD|~R?cMj*H*&T*UG^e_L zuQ(TT_rsUEH=CN5Us!Oa-lur(jps5I=CN59x-DmT@456_kwJUOT(;!Dvm&N8dSweV zE)3_@3HLwt&+6$P$x{|vJWXYSFSu^~ECO>EZD zb=Fa9t8ZG(>?pYT<7kfWzJ5hxx7G7LnKDbtC!V<==9Qeb=4#}$YYZ)#7X?lh%~{fT z*2(C`Y35e$qYv)L+&=oT^=P}-l{*tJPj+#-eK<_=F>Xm$pH$R=1A?^Hh z3(LCV2OAdu>iBX|c)wwk+QGdi%h*#_dWhdxa_Z}f2gM)tzuAgxe`L*(xbM`IdP)0z zLY`q~6OUf>JZPzN`KkLv27S$`(KC~0xf}jHb#~Fw<&W=t`TcI?SNHiQw^C!J)BnuO zoR#rPEIgwu+A*3@OLbZ|3+Ls@9A&l)+#RLex1>+})z?1vjHP(-Y=$2iSBn?k;^Ps0 zwsymAiOq$V-n-xX;~=CE9`an}Acy@_Ws@xuud~WkR_3wToR}!OHBO+cvFvs?SJjh; z%NJ#?&6)ah(;AKodD}nPD$a|%d+zcrRwG-tDy^%6?&mIfZrXS7d%yRuJ%)vsHdV(d zc|>e|rj-7}{KUD{Z)&gU2P~27)YQ*hB2;_kO6dOeSMDVxUF-j){GVantlt}6Y3JJ7 z%09cgD`VGVo>jg10!fbC=0aEJ$1ApN%sSd@D7H1}f_>Tdj3&*ub}OR~w445W!2X+E z^!w{8m%j>r{BgwP*ZkjS{_H)oJ$LC{2G-)x`8od?>Q8)$&Xkm!@jxb4bo$Xfk015O zMm>7Cs=jT}NA+D#jdR2v%N|hpv(h1;INJYvly;)WdV!1|xBfG{uYZ#A-1tR!>zb{v zq>r{`OHE32&^Qxy#($$|bH|o0mbhigkL@M8{dY9ZoATXr|NcUej-N-)963|B_Fb)S z_CF>2K>L;7-)*!%z0B-m*!*ptle@mlT!_D$@iS<1{2iC$hc-w2d(D64Oqf!d=C6Np z4?ULgTl^^e-2MIUE-g9D!Z_ph`7h&soM*aJ__FBDryqHFn{$^Lu}pjCmSJ*yzQoBH zc>%9Zee>AJD4l)ntV`VW8Clb1ADoFhyjDZy&dck6p6SWFo^7|&!Ryo-LD}k?yE5Lm z%)6FY9e37}Vee|={|w7#M_m?^iTp8VYx!o^7~4N*1^XvY<6Gi!;o|HR^IBdRHrr~$ ztRp=Mv8(SSE{$r6JK7yLRj#Br&E`b-`7^6>=jE$M)qT{Svg^Qa2ftjA1zYS+ES>1u zUKR0ONB+0ANC)qyIT@>e=dIgdx%psA;Uhc0$r4BAwEfw+r;^EH*>^40XK$a~37)ij zsa~}H9c$A|CL2?jxW(UWEEN1`k{G3En{_sH*Xj7DfkF8nwnWW8^u5nK;F0~K)eCk- z$;utF|M2UfLX=#G*Kd*O_DdEhww<0Bax~gGP1Pl%D@en?f7RL>>$h%N(ytoJe9ZTV z#?LJQ3TtmBh#K5pt7pZT_;*)NHs2+SA05SJincz>dcSY}V!Hjkv##suz@SB)lj5d) zF_JsB=GxYsohA}%y?vb|e%C#_uOBUO%6EHvX;4+ye+IuI-Kn#;M{sZZw#NBqUg-AR zi%(WPTA5jO>Qi~namTBhT|*Q$e_FFnEiLy=wZYktsD+a@%HMxEZPx4!SB@W3yDVsI zENryp3!_~1o8^f&a#`k`7yEHmBl`Ew%;>QCecG8_$5(unm;Co~=GQ;!mPz8y2Hle% zrTHmOJr(tzpUJ zGVXsC{&{Ka?GluH|M2hHv&--NXOLDiO&68j&)iVQyQ1Rs#p6Fx{Pn*^8%0ODex4mK z8+vEYz5fi_J~jXBo+a5A+rJf-+kgId{l~xc25Pzg8R`RHC13f^@c8fk<3Im1fKE35 z^XuK$YM*#Gz! zHqkR`-lVhp{w}&`p!IvjvgGgo8I1lje2ub?-*rv->-#&u{>3Ndi>zICC?;NV%cZGZ zVfD9c&(uBt`Y)~a{Hyx&zsCvtj{&`ZRKW6I>)u`y4+dG@9XdVny|_{ z(mUk(%G&ea*60@+XZ$_;-gJJT+~fZYW;6dYRQx^vndyLxfwb|Pgzq8}*}prMod3Bt z$@cu~JHO_C|N8H<{J9O5-@ z$Fl8PjzsBx>ijAwzw6h3hRW~1{@wrl&enhb!|jtf{j$|rk37(ye*RolVr$q*F-6~t zA-wKW<>JLpt6qs%xFc(!okovx*F9a)`5%RU_18a3t37k1`n$bk$JgJ#f6kmdQ|dcI zfAqbCP{n_t^Bc1BgFpT_bH?Z2KD+1Nh3((V{b!h8Z*w_B+x4OCYMJMMf3a29YTf)D zFR8od@u$mgub4fz5SrL3toiPh$$y54$ww}o)fawuA<5_Os#)9DF524P^Pl0WxBvd0 zh~lIx!O9Bn#n+sPQosJ~mhJJCo&Ddw{%1Hpv;Secdq&mH(~q028j2cs=U$qw^*u3l zUtyKr*Y|2kU)4`e4xD&pGt=+jh#52fx%%s!cexs2SX}(#)LMfrXH_eHth4&{XQuAz zteEdh{v=#{F|qoNasJ!>XG;6#ziLpQwlV%}NqW}LgUUW@x)Q~%XxkNCSMP~_ki(&D z{)3}lbLLmUj~(BQZVOxTji}UEL8X> zzW?^juBeNDuYMIa*{il~jc@guMni|JKL?9$eEpg+e~M2?-0P^QXG-SlMEB|XnQKEC=!R=2d{ie(x|N1{q@wumzeCI#I{lCxuGo1U+u;o9)mS6uFj<5gypMmLnVwn3p zVf*RxP17H)+jv`@SIu_vxBahYJ=^uVyQ;r;k+!kmE9Jj`j~rj|_x$@i|DM(V-uKM% z3;V(iT}Rih+sSE`eRYM#s>G$I&aTNmx=Lb2d*4K(eKVG{9T!~yGzV>I)WKPlIxNC8buX1zlFk?0S&oE7i|4r1V ztxXPQrZ-})&AK-KfW;a6vhJ|-r^0ss8RA#|XRv?&uD<^LufP63<`=*JsX5_ev58oP z*pk>H-+!umTdaSrU8Y?fq<(#8f9dyk`z@B-{$2Z@fy>BGYX37!dpUXgKaaXjy0W?~ ziMEln{4l@Y)<|mS&Io_`;>dd;^6KD9Hc2$2D*VHg;-}8@| z6|)59AJ{3ok?T#|2C-7V2*uU@9a-}8PnayZS6ihLbzS}32Tz5go}Hcj57V9f^%opG zukz;EO93AX`D43t{8mg_q1Y@lQDKEr*PUKVPfdH3r7NE#B^Zhc?9LW;*M1ujr0(Xw zJF~UlEl;p#iug7r%RPO$*?pOxew=;bI7wTu>esR3SL3A%lzlJ$=02vm#BaNIQq}Zw z-m5GX%o0bR|Nbh!X;b3)0LLE_cZpp{Q~El8Z{$)P4O#8?4Xg`06kz`RXFgNXE!(y7PYs zaRn4El-igbRH_x(&djf=rz{rgXmKDs-{b)b`Ols~k&C3>Nd#!E7T6;dFXvgt04ooyVCnZP7WFa)I^A zJY21zJ65(uotd^%=TFTXyXl6y!BcaNZ~e7?r^5W#24B}M5>8!Xzdcazw&1+bgGn=% z%wEafedS!(;{KQ6MO`!B26#AH)Q+}FlUwSiRKjXTcN?ohJ zzt8VfoAXpsGWOEh=IEr_<>$K$Dz^QSRXw4>xSeCG#@o|xJhtEFd?S>qwfk}G?!&2# zX&2SRmi$TnwCdch&CyXQld_xNnSVR_Ys0d~EOCoxwRvdNTKt}1b!mg5i%anLcl&Qf zMqa(-V*%iO&wx!&nIbG$0`(>n4J19F2dJI=lC zE^b{cYOXcY=384-5>v3rXuKN&aLpD z#eQy&KK49bRnjdgbopH1k{rR$AD=&8b=dN9#cqafUuV&2teG=)lhTskU7IXuq%prI z{`#rx_fHK)zMG!+aOGHERWq>u~@rhDO%Koso{>O^0GrqOQKTJOM z;M~gDyxu`Kn!ETv*-0AnNqkpTzPdMR z-=nQt;`h529Ctt8u#7`wS&@(6&e=E0VmIG=nCC9KQPa)AYLh|K{Hlc->-^tsKm3#Z zg3sCoSK1%G@~x13sl4#yuUXY=m=X%(TVF>9*&coSY3thRnq>yJ9FHt1IGg>SVI`}* z#N!zgqZUdWO}O^a*h6ch^3tP`GnSv4Ec|hAEzg%HLbq-z^_v9$$k_UC-vfKkW{t>g z;dO@{U2W{1)~_usync4sw(^6HJvr>3&bYqz{K>UI_hog+^zRuvb)#!fg>Ck}b8nyM zmazM$YTX?!Et-9$T;d?B$gMB4#2*V}$8BA!wq(tJhEsd$UJGb;s`xImZ^^5v0ZPCq|dLCeS*`L3Q|G0g1rC4{+Uz=t494+q=ZM%@u}YjMWb@3vbtx$# zX=!%ko`c+i@{(Kl>I{ve{=JTzZ^(3E)4cEt`?}lAr$>i$xu@8g^Kvm2+2?q|g*p~jWb6KCxO_I{;p)O3xq{E1 zP5k!0IjbQM{@6H8YNBgy)!D-zSl^qj5&LLttlS;;?dOrRx*zAbet6`*)S2zQnc?)e zoJL`XI+mY1lI5wqcHIWGv?CJF@(QoaTm4Sk?2lUSy&adhmd0sTY6~Xb+qdufrnr0m zj5BBZ@0|2&Z$-H#HyW46ZxahKWX?Cy7kJU#|rC|nx>h!zVY9zBKzL! zQW8&mOZ6Tf@BI<`J;i*=rk4r@y5(j4amhbfS(Ve#`AQ|Q;%Ty15Z7~+6Z;hVfvybLkoy=yISmhtaxx$P8>gxAT<+c7Z=)VX^<>>a>#IZ(byWq2r zA9p;{{kS)&)>kv@=*q-ftR`D?KlM*>acnkWI=}O{n_HN7W*V2(z3EYPAv~_@E4Jth zXV~awEPu7Je$JmoQ>RBS+8Mb)w{q#eP^p(e{9d;<=1;Zb{2#tcx_<&V=2#8@n-fpJAkBO-XRyq&d%3UBg9h zWG8mbNMKH$Romq7Nb=&+Wz)H?OnvLvrXPI!J@?l_ku?F`?Sa<)Q~p(~GK=G`(z*VI zZ&K)9SN)&!xp`JiTQ_0asw-U`jG{}vY)$jjeq!!FHD%vhZ?Q#RJ@>vB+j1oCga7nn zcA;yIzBm3n<16#5u&W)1&%GCWQdOLh(A(=Mw8=KrUgyHfXiZ(8jYYqlz?Z%_RyR<&swhfi6H${LT*3p-*ek2`xuzdZkANtsIz$JJA& zejjwF6>I73*ss2BzipV&3FgQKrfko=Q?4FS9;<`mzC=x5V=lVq{DII;-F;y@-hNsW z{zK^8VLrLF@i)VNEjQiB5}DrfHfhy1kH$;!rh3MW)j>K!5|^yCvya@{w&_2^o!V#S zKmX0u%27{^+JA?22Io72i9vC7_58seJ3aqym(>t(xY0N%BkGUsnRBz4GL2V>2CQ0h z?aI1JX7-KGKAWk;|6ZRJmX?|EBka1U+Wfq0-^KcBtUEJ=E>2t_^yQV%3RT0Cb3e`r zNZK*gFsJIpe}?w|3BFL+z@YyO?VrSgf0Y(ph&5dwz1|_B zeP!Citx6ncE;yUE%e~IN^;G4LoAV`I(Ixt^shOwCX8by({qu_askiHwdlab1_E+0ZqJ+{(DC{b4gD>&#a?ewyE^ z{b`SDl5TuU*!`2deFbNi2SzeoVh9%1{P&-s!M{RP%i~X_?xWiO3=@Nrrmx?ro3!!O z>7$=LPmArov+?<->$Ah%#Wtr&88vTR&g3_T&q%*R+k%22wAjqVN^Zu}d(V3ZU_Fy3pAQxtz0b2hRkQEq>#wzW>nFIMpFX>Lj*91j$9yRs3febr|5D4G z7(Uw-PpPpWC(bwNd={|tqpf)8>W zbXhe{WVtR;;_IIAF@BQr{QAJsoHgk`gOpWN?7q8xm;HZ4748kabXi%_E$CUr_rp5wQ~a!o-h6xQA5rqVv+Aiz zB(-V+H)K{`{yVrd8WVFcITI3#)fmNUORFo z`6gXi`m#c%%_~uinK|@!hVSGE{+08%r<@JD);jq|+g64r_0?}rtPg6tvU7E$skZv} z{N=K7cd9!K5`!*GRG7&1Rchj`UkR-|Cxb4@tgAh<#k$E#sOPNvkBjbkpSFRnaSY6g zn{tOs&uZ1zJNt`ImVJ9^Raf`p4cF8~mg_>xv)8Qpw&2w&RmHr%KSl>?tvWe2Ml7z+ zby#=SI4$?x*MAY8WW=SJdyhRjv1sc?Q?nVZXSwDqh+7)Uy7y$Ks)lp+wap5$t3S!q zJ&Iu~{#j~yCgB4F z3om{C^2WCq_pdU$pJ#1Y?s;}jx$xRYOXAN+{HzrdSjnt##+I8~U@ae?#hJ~8R_+_S zqGFH#=y0pryKUOC_1Vj26(!m){qk6Y%e~@6=d0T*R4t+=Ud%50bn&X){KA#Xm*4UH zHSw^ZLOBCFCJ}O zqjiTskNUtOR6eq&3v3UFS^*= zRP~0Q*qjrhx4csF!6Vg_`=8&6&iEPf_<6m>U;D2!wJc}f@+sZ8a zKG&2t(`6=yZnl?KYYCl=~&^Nip*IH^;nW6NGU<3DSEa?jK+dT3U;Uaj~S|8rBT3J+lq(JQA* zl4B?GghoyMaWpzabnPHIeEN`3Vz)cN_}?Qi1+T4$i7tljSHIh{OiutSC6lDl$jx{kg_J~ z=bEz->t7T{%I^L6$=zk$apf&4JNov=TBl9uXC z-SL`PQzPs4PxFh4_oX&mvg=#6CdGOIi|Y20+zA|};#19K+Wp&B>K%&;p8qj<*`c&+ zelH@t--cw{?>zTz!_Ix3Wt)x8F78~HEURT;r0n`GV(01)NzMNm=4A)feelk1>~Bp7 zm&`Rxic6R8xpA{-cSWtuRjKA8-nny?BzSYegBLDJ3fj%E^1+FXX(z*SSY~YDvNN4^ z>7vZHex*lVZrV)>jSIKtyeM!zU-0^MjP7Cweus<6mu-t=ggq0RT3Qv{PK*8ySvp7N z*)LhIy%L}2_B=h|@Y?A=gV>vM)tU}p0>mm$hRP^prt;jHaKa~I$E!8Y2j}~<%-bVz zN_$s8iju+9mh#wqAx(cv$5Sbemo8rE7MXS^bnBwRPTd1}JGT9vvbQd4`KiFR%YJG_u4hDl3!kJv{9Xr5G|=?KZ9|m z(Z2%eMc-!rX_Wh#^t$Eg*7ZSu&M_RF{`>htO|if0yypdqROyx6%uUH!vby4yAHTrQ z`w|w{(%wutTU(iAbCv}0O=-3mK7jyZ(hwb=FI zOUJiaJ*6|8tR}WCNf(?bGL>hQZk~8If9b2olYQ&bPt+7{;aTdsM)9-SnY=TnlB>N` zcidcD?Ef>$R4D0uMA~Wx)kurpAD_-XTl(%ge+akrBAv8%XTx(sB%E{ub(4|2nb z)wy$n-O-M_+L5#QR8lw{B7ZPfrO&zkEOpmItKA3d=ifWTC>wHLdF7&&t2{4u{j&;f z)yz=skGlQXeqn^#))hxT{7ZZM`)HoA#eW8!1D>gK#I7Z;ZSWJ~vRcOWQLNJK^>^Eb zWxAIdgRW@{7+(7RPdVB@vafIF(p`nTw$9uI6BWx&7kQWTp6tpzTk==(#iVy8vH>mA zs`8m78(X_4bsMaz^3qh7WGrqSgrO!2rCyvJ` z%7MRp)85dkyE2y!eG*!CxbyFhgr7%eUNAa)>PSjbN%1l^z)}WyYt-I{-0rr*fa~*z_7OPXUFgT2woa| z{Yu}Gh`csa-ha&j$CoK^Y*VUgpLoP-{-KMP=BRiX&P&+%)hcthW=T7r=B{nKbRYfL z^v+vwp^qN1^EbV3NmvCWq75&u=nu$wu#UD=H zcOiE-=N7ZlH!fd|x9H~bEE7MlWVz3`Lnj_BPybiVoY>_vVM+Gy@P&uPyYAbzZ}_e_ zdGprG*(IGX)F&_O4YFU}cQ3jn`oY=UnoH}8cl&A|5G~mH)92dvw5>^-f`n{r=TCY1 z^(UiA%-K7#+HVrKlPu!O`*ZDh z#eX_RPNFb*>GO>u&l*#S@#C4{w>CDlE8Q1f_&>QeUDv}*Y-`xi%*|=elLYr?z#T_OK~6DS96)E zsg`wzY{}-I{c*uo)svwswY1-Q*YF42Si-3`ed48^`^0ZJ9$6srZ+L`-4vT=Q4{ z$K~c#+e=S6@;hApPvZ@z9V+#oPWbPLo)E_&`Q~`v-;UUl>6h~^N5?rO?J$_MO;~yB zKl{3An&Ka1(ue)6R+Dd+1cQS1$}lFAFYul?nf+mDpo<&U3QJ)0#T6}7AFt@^7o2dup~9oIR^ z{0u#N-}${@X~&~4(R1P!zt%4+6)P4y%2?dJf?G>9*EHwa4`cC$t_Gj&lYZ??2>iH( zugAW;eU435#wwG^w`Z>xQElQ_c!(=ztzlq5QNXqdtJ#E|mfZW#Al%tK{fS0{oxl0% zuWw2wUtaDT^WaUR&otW@)w4~Z8^wxlIk}wRW@m|i6hCEc*6~9dnSQjLp1pbZ^2N<( zrAvGN)mXJei`Pdmtvk#y+w%3cZIijH`3^K}TDq)mSzFcFc`ZLZQ<_(LSS?Y#yK9!; zve`>z|DF-P@V2p9rFf@p!Az0dW_`JC{SO;2T~V}O8F*px_n2kD8p~C;YOH8ge0F(y zqsTEo$?v+No|ZFo; zGrIJQuQjns?ai;>T79ok(Lp~&*Z=*KJ>@rk|8)f(+CZ#d93^Y4iTPCHIHh1hG%-ZJC6-jXM7hWA%%E;+?~Kzv$s*_;K;eJkH>x$*73 zpJ86Szn`JD#?ccC6ke`u((BA=) zGq>MXI+S2w-C@2qGU$zr(dKu7%TjNIdhn)9-x;%Ga_F*@5Rs^))Pksz8QO-CE2V`>~is(W8ur&^YHJV$2^5hf^UT5+Bt1q1g@++9ewGTg7U-v3`%=r zzFQpI_TfLnQnMY;jo-Y?m~(oXlgExVs>NE4{wLOiJ<*%8F>>u8h3?yvc)Qsx=iZA(&E;sbZ7Sv}oVf9!Hgn94WzAg(FL47UZGeSF2zFzK3Z zMU7Usl8Tt(4W;ipB698>jTX80?{WFWzq{{!@|fL!eW62+)wO()pF%sApZ>e9U)yfJ z(s{4SbDQfKCU&bdtO-}$9rjq!sbj&HHr=4O=|=wCy7lK{}D&qlDjGa*KNQ%6OOPudkmw&hc4KK7XxSAUyH5 z(Wc9bN{_^M+WpcKb5&ly^>n}ucZFpslh421TDo-g%Bt3lv))bIRy^?q>!zo+YqAfl zV*OgTuWur+?S?H=;(bDUT<(@c3YjVY7Qa$neP$u^vS~^2nR9NeYFISo%TZ(PjI9^@ zx4$~Js!Y_2yS|XULZwgNX@b}ijlN?Oh0iVf{^-sW)eAZwH2= z=a=u=rgDDOQSC@0?o{6s+N;bKG8W%p+v>@*;fz)Fu4jyPH=WK@eNXN7*uU%czg^dK z73&`KPEL`iIl-x06A>30c35R|S+maNx31b5tP2d2r0ha>yneBL*3o63^D|d!o_}#Z z*GXsT*Y01@j{c!na()=UEw?Y{aQC^QGv$@xuPk9H?&Ppmx&I7ZM~@%AWf>W9ZbF;E zjdIUhGHXS0VkchGP}NLk30cX+@%ul+-B**7=FEFCWv?CkqW#Q&w9feG^URX`9X89r zFh=di4S9|4uhbuAgd{I;2me@Gm zPrCWPG|w}4WbGGrzirFr|KwkI*uf9~8RVYY^2sMovK1A$&>z-(`B$T7;Jq*&$IIX4 zPJ6C>G(Yb{#P`C5y1AaOGq3KNsu;>6xNL{glo=LMtEYPhr+9coOw{~*-rmN{Qs?tk z<1>3zWlKB)0v>6ex)^m-?LWiR1;_6!IjsFhrF6wAORgoITb#RZX=%!@e>nT)tp^|P zdtTS65_~@C=+P^GR!$V!dg+Gm$C=q3o1-QM$6B)Ts;s>}t1DORrw>Q&$%IvAw_eLf zoVD0DtuD{uoqsWtZJX<@9h~x6ea!D>Oz)2RzG7~ir%0NTl7gInzueF0sQ1mE3ceM6 zE-e4|U`?3#s%4u`?OT4UWBXZUp+g#t5lwo*eP1SD`e=G!w#2u&yXV@P2L)wqHTBFq zZC7Aq$(k)vviaq^(ys?wCP`N$vs7fPc9hSKFMIyHFJ~kx2C!9u3RkNUSYFf=gIor zuDMZnD%V_%usc0h$|7>Lb6?@X7`uGyS>!mT-ZZjf{`J2i)gftQl2z{h;{jbDwWi%B<|NW&3jZ%&l9u zjIEd|4FqfF?or*8ZhPqB6YW)se%*Zm^@1~VE(E0Y?~MAEcjL@oP3_KUn{wpY*QW2h zJY(|K6>&Mgt0bB)cK(Ud*;nV+DLGx+&GXfon6C>~|11iV*FLi7#m~8X*6Z%X&rA|~ zD&cr+a>)AZmw)^|geHERx5d={(Y`4U!apzDw)91ER1ahR2CZk$C6`Rw4e@xp>_UQaUqGaNCv_OiRvGu}Pe+AKm~nfe2*WWQVG$_c5f z`!`*VDUA6M6u)AN+3rU-55}Y(i}dimV>e(=0<+EdmrE9Qr)qA zfAK5bcXdyb@7z*LKp-}(%qnTicKs#HX}7)Y9wlWK?^-FlXwk~Xu=qa#0;Vjp z6v}5`opovAca81oe0f)sHbvdi{H*&ra__#o+TuUYAAf2beSSrM|BkI|qmG}x`s}_^#A%<7WnSkp zSFbu6-1eVgS@y>SyP&m3_k=7~JIzVw`lD`hPv@TXqr*pk?A))q;zj=E<$LN%#n)%G zoY^<`*xd!%QA--1r9Tz&)V{>2n!~(1BzLp_+Ls=^GFvr{op6kdV>|ro-16K_0bJ}CUU_Re zP00?^R%y7$9=Ug=XaCiI`mN8dNGUm=xX{zo$XHMmy2SmD%Cd!;79qh3jNN9R{#^|z z*`ebVHc>e0R{B%#n#Ff&((Hrn|AzllN=p8_{Odp7J97Kecg4oMc=1j@sZ4B+fouBBzeU^yyo$$>$76M&gN*JQx)69V5T6l#r;mln&XGA zcU`)i`Qym(@0WD5{w=!vN>}hzeb4#kin;qXTc5C=xl^^q(&721k{E{Gf`_apZ(a)z z{LkRLRcCGNVXlL}r~NidejZ(|(O&pPHFDF_z@w47&KW#8=F{f4B+uZ~l;cMu7Cb)x z_}^bvOi;T9VKgD0`O@oM zGA-*i9uqGq4q6Z{Z9Z{H8aw-*=&L7_Bdh05lG8TZSpUrZ+fm!tEtWR9|C$&5YhKC! zFfHdlgZK0G?@k*poF2W+)K8^T%wo~P(26yinP**iJ#jbJe9J|*j{Z1*;70XwJz~^y8z?88h5wJ^N+FbpXr^NF9xiUS@H#zr>j#RI-VE0U! zS5rhv6<@L~Dy$ax7;^43bGPw5yU)||qffnJPPMDfPG0ijt9)Fv#i68dEzv@qtl>E6Sif7Q;^UNtFC++W=GiOe7GppFBMOT5gq zL)7eVOxBy4pV1w4bk)E0pZ3K3slGLR^3%K5jwik`zP{o31<(7F&Y#&mcYW`g-6n_A zk{*QCs%QG;ZL5(bch(o@^Kp0ie2!+t=$y+BW?yi^HtW#4OXqld zuD#m1B>8N$x$4xTZmI{lr4P%_+F5hnAz?G)?UyF}TMxe!j5avszrtH9sOvw&WC!sS z?!fuGroIodRBT{cqSKhQ`ejbLTx<7M*IoKeJzZ0KK8at<3;eV|H{r`aWB23T->q)8 zUvg)gUiftK7aNNS*Bo}UJP}@<#q02@U*EoV-S%w(N;``APixgpk%;U+vbHwM$d`G= z&a2&i3++~H2tM>_fA-`U&jUB>m#%k>S#^Ttn^F|RV(tZni)Q^i7jooJxshZ<=-z;> zE)mw{n(Mc|(?0*=hySsv>Ysad)%pvqSKip=_|VQVqjO)|uN$+9+e_TGKi>CCxAmLr zTJP109*bGIb#<30`2XtYKOX1$@qWvn{|vqJWb~CvD=j5$MT}nPFI==O&0DqUG`C~> z1&!t{n-1O(Tya8Db@Tj?u*k%wyRyEwd>rr3^sL~R*r9o1(t*Oam1->>ue(mCOcK=B zy6jPLxNg4X=Cv6=l8;ONbNlQrd-Rpr6vY)^Zce(pa>W|c$$GuheqK|UZrl^p6*Q%P z?kv^UzyIF;dH!6Co1K65uI0vimTjuklh%B6%Wdyt&$1cJ$-Eg>*Bm58xW4Ngw0qH; zUoH~#+3)$+EtPBM?CV$kR=ll9ny;;H(SEK?>`nf=)YuK}R*P;4e;n;{e0_1&`5phf zOKiPv`&ur@IXYqA#GZ3EF08e?*X-jWxQ#vd?+NcuH#hnxHr;19`^YrFM>-Ro5k;a)MGPWmZ#;ec+AU|=ATmcKd+B}+f=)=bH%fZ zV&5dTY8%E+3H$c%<#%JdZH14YPRnk4^!?0V`*qeQetf&KKpWRKzKeFpU0L&= zVYZ9=iX~g5gqN>8RcNzMd&7L&=2>&fs=BTmDq6eV_{Uf6uUmv|o}Dh*`ST>lw#A}6 zTZ?YLbvXKHsm7GZ3FnVqt$ZjdKX2-)1eT6HS1*X&pXZ=G)nZ-mU;l}vUt{yoQb}L)-iY;x=*^Ni`{~62_PRG2uY}zP#JA`|wn8up>_YAYj1lL~sv@Tq{&bH@P)oRICwYnFl zcsaS=E!6m=Jx%f3^^L9BOSi|rm;SW0Xu^RGk+X}^7BA)S-0@OLcV9v1qYR-i+vB?; zwrxL_q{g=+f7;r(h2|%-xSq(q{;1P)^=Hr2rOTgI`6_uEN1bs<;DelY z^V4)vuUzm@%5Au^K2l+t{T`<^UE2(olr+^y?^tV|P_l-{*mDxQ_W9!9KNm%57~a+t zyI)>f7UlDWDSO@&kMGbGi7}mzT-x zp0L=w{kM2o=*l0bR^Bk_>^k}^EnCo7@RfG{XZvs8<<|!q+V8J_R{Nj9`17%(>2KQK ziA;{1x#D%^kFbq$Z!`OUWeWah2z~!*qx|zf{~0(LAIy32rD31M?d+#Y((kSY)k$5O zFmdvY$imv^$mo4}r9=q&X zhwZ*YUo39_7VVCUi`rlnwE2_zXAiO9wsq6n_S{$f&k+9M>(p(5x7%-<`-@rX>=L?l zGHgx9ab_~xAD!o?$=`f8FIdcWeXVf6eoISn#po{pM78PH9oxR$8X2H zjxPtM?y@?U{7iI}QCQn`*|amCzAViyIJV)8*Oe+!`$xB?>^)W;wY6hc@tj$+`-^tX zmYntT&gP@93@Y!o7`beSydJE2-0<_uAKQOlxe=;$W4g~q`NHKw69XH%blFzix%r~} z^_8zP^?&?l5N>*~Ve6)yYXTy5^SbW*E7FeTTC?G;dsS>x-`QMmk%hq#yc_B_7IrN$ zQWWcsUE=dJ#d7L{ueCSzJ}m8+wq*M{9`AyWr(D*hd|En1_s45??w)h%jT@KD^eDEP z%l9gCM^tO8f2!kVcN#J??gEN=>(=m!-m_I4{Uj9rSAnzO7ZPmq>F{1-S!{aZ zpG+Q4n={kCdqq>WDr=nLNjFn2l2YP0%_q~{V_5TLcV@AbWZA{VD{S@}@AF{LyRsnd z4bOGXJVUXKCbHepLiZN`&W?}QFEsokv$5f{>hAc@Gk+&8ouS(AEp{%7#< z@u^w+_xg;la)13luK2Xw>67*9)34VZw>T+!Nw(d-b}h3IXS7qRrdOg?m5)%uMA5Bp zlP_)i8CE~_i0c%;vRj^O{!Nk3^SPFpuPiI9s-q#=8PRxX<>lx0bsztpsmZXqb?@yT zPZdY5iHRSiH_h0<_2}yJ)tqZQ4W-w`=yB~Y%oLuNFRL}pi`hA@X=(b^w@yMA1x@95 zeD#?5J^Rf06<_}|%)kG0Mnkjs{nftvf{l&MW`6(O|K~r$7yIAy4~tJO+PrC-{ZFr* ztn(cE9|lc+;vkeQ6na`%P_Xb`+UAd-yD|PQ{-LP3Y};46zrSX79SQ$xzd!CjL!jN> zs`>X{-+%q5-qwIoWsX_e5y9u5dw%Y-;w%)?;z({+%iCA``CQc>-U!9asE}#%-_7U> zyKJ{e?XvOfzl-dDto-Z#yY4^3ba%-mPgdL8$KPh!{@dl2@^|6)-;EJm+ZV;n*O+xnGjsi}-+zys@$otS%J%pC;QtKUKRHQTUgJ=IY$E$CJF??H!>amM z^RFCV|EKyt!}k9Sa^aF}x}T?i5DowE^P64O4V%{W{cmcn8TKsim-V>zvFeX@=Fg}k z`}5zfU;mf<=huG*`)?h8kN^G8Fj*;Nu|i(v+834`%TLwT&yU}+{`LL$|7QGWc(ly^ zUiwcqYlnUE@;$dU|C-r9eYgMn`>XxmDgS5K_{x6Tn`iq~C;oZ-j-kL}>pw%`@5)!# zX0AE%Z}Gn!{~5NwzEb_4fk)%_<|q7LzON}hXYnl~Tsf^^hGWq`ud{saw^u(a&FiRp z(C>Bq&7HURY-?(-*>AAdzkjU0Zu$M4Th3IiIsdNipBqO)iu;l&Q{wKO(5{;K``XgI zM{e!^ zqq}B9RdQ*txzf#bz2V{u{v0=%HOJKcl#Zcch3t9HwGXx~2~$eTH``n)yDr{;N3C_* z%K7uoI(r8yPV@C(Kc?ET=08I!zgO7Q4X&b5U)MOSl$U>6yzxM|eddx0%|RQBWjOCm z%%3z}_s!DlDlzkwBJ(?Wmaa7y{a3xhXjoh!t-k9StY(&>3$`bF{*g$0n;DeTUWp4JRSXh-U8LG zJu{|r+SzkXymi@h%eBpho-^jZTfhIx?~bqX>z~DyX?|&`X3PEFA~d69mQTq2g!+od z3)PZT9*ZyfyZ_f3`>Ct{Gx+a+COU2V&RNlq^TX!%__+8S`Td{4(0+a4udZKzed@Q? zPxtd)H0PG#tmij2t@RPpIPv(x%?0Naw@F{qtUt|h#v?Azf3w-wppYrs4}}X|nYzQH zJN1Ea&o!rhS^Zq^E0zcI&+q^0{rvM)3(Mm+(vQ8*Hrn+@t~q+tP}o>}$$y6Om1}&C z{7JsPqVqpP{d4Yh4t1}yZhsXvo&VYHk@}tb{%zuW0s*M|z#clSdd97^~P4$|ZVenqbVr8G!>ksd4t^6bO`{+(K zsT*5j>NPrk@7LV=T6Ffc=^NE-GTCum5&bS6K9?|6j8iKmFg?PZa0% z{M6rnTQ#jNWNX^CZkJzQvu-J6=THCH`SssN`~8J~j=k;@$Xy?BeVeYGf0iZxjK}k& zi$m(mt{i{fw^1eTnfm=#%Kt743;w(RDEU7_|F8bfzyC8Fe{=1l@vr&)E5E*~b>I1) zL4M`@y1&))1K+9tXILm7*CO-p`B%Z;GyeK6Q~%Gf5p-e0mH!O=&s=Nk_tgEZ{#*V1 z-~Dg@8H9iR{r%P0`1KDH4%NcC>s=2j&)yUJ+_yxx&1gjm%0W#`{!NMaoZhoX{kwcZcsx!@oJghVz9C=0r>UXYkH?Ei--k z!oEev%pz64=x$M;Wl_7)H+bIaKl16VYo2ImMq8KOewq2l)5&DV30BROKLavm>BR3j z^`^^Fxzj0a`l2V(p6x$$p84^guLiqvW4%?XlZ6YK!ZXsQt-n@sB=ld>%nSUb>!#IB zS+@02gDTUOEA5<|0Y|j!5?JM?xwl>A{#R}`q!*+ded+0(mDOvvRw?B zP6B3oZa*%Z5w^v3m9l^Tp5uxi^*y-viTqxdvD@m)g}nW?YC7kVo6p=oy~O>%@!0h* zclMpRvR2P?^SlK-mo~BZc+Utu@o>NB-|TsXWnXtq*fHsH&TM|~tmw%4l21p!ubV9E zdVAYs<_lXT3arc*A8k6j;LO#|#Vs56KfU$A>7ZKvyJ;O;&iJa?2hHwYv-m$lkEV?D z$LoI<@-}WUur!^ip;K^Y@ooeA&1rTjdz{Txs%Q2WU+DUFRodqT+p#FSpxed8aSyX{ zf10*=3yaE_S#3_5b2;lz!hFu1CnUB6KKXRA{PtS4 zi}^v?Ro&Op>Vmg~MJc;4UB_|#OW}Ocn$n10>!&b<$$k9xxJTr3t?%>Kubv*wotJn` zBTDRpL%_cG(P59fg)WPAtm#wR(tT~d)|oT@E4~_4_eAY}Kl8$+DhKDM8y01FPyNL6 zZlTzQe^2dB&)47URlDonmbJ@o-$hMBfY$7dbOe70^!)zPC*zEmk~vRS%x5uZ+R z?PJc;V~UqNt0j-+sfMp;FxqIAu!XnHsJ{H1X7ml~#|zAbo_stZYZGVdw)t^r^ugrf z$ivRjQHL#F$nTu~*CD>S_v6~!oGmVud-oeDZH?vL)peC+OBToW`6q&wswy4j-P^OA zf7P|m=G}2yx1ZDgxaLoG)~~hOr$AE*rPN!HzJwd0l`(`VOJ(`pZ%Q+?L5lylmKIlD71 zwh6NzxnIz{e@9qKahCDN&i*Y%(Qn0{W;VuUR?PZyymDT8x^@1nYXT=MFED5waFx&F z|1e$c4MXX77OO)+-?mh(T_?$MQu*!u_W@fw8G|L>Zggc?CzcpR_Cbd?e~42ZcTnz!m=* zPoJ16OIKx_SJ~ioG=rB-)aXCM?x+xr`sY{V>y)NxHzDAvC$&Nc@b=h>U!sZ`OL^JE#|6IH=QDINrKH>Q7%sRhh8+q>RZCoAT^-XAL zvyaP_d;jG1FB{ui#a#V&Q?*xo$*r`HpwrhswmgkY&Uo`Y)w<^DX`g3WE9{iN9h$mS za^=|yO{PZ44R^P`j=mMSby3}04KF{-qSDHVRP+H^BJ=v-RENzVy~ z3&RxM9ZfhrqYm_X*B-bO>)|a;S^8MHPR~zk5%wM}y>6nrByHBEzy8F-1S(d%}%aFFR6o5tqz<-D$3? zOBLS5y}TyHJ4NGde9F=km$lE>g*{cZS!CCGE?x97Dg5_x!!x_=1nxYDdc&p5koILM zzmV50&mghS?+(oD4_~_Ia7TAUA!~pA`E$;zoLSfU>|L;J_u8mM!Yszz&*koOB%R{e z{_j@JF~?c^B}FB|v_s!!{1iHTH#;l4ET_6CVA=%laDTu39aTyvkG<+F`tiBK?Zrze z*(<4QHO@)RX!*+iBbQUOR%wgOt@&q@C&|pU^PO?`h-W9$+J@dmLUT&2mZ>jdYucLB zyS|9U-E^Pe2i4#|8eKH)ES8>NG7~9ISK3Y|gzaM^Agd6|$W=^{uz>b=lYXZ&c5PX?kp3 zl(yf(xZ-)bx~lKY%x94n>n@85OL3Sj3hO9PO?$fh{ugJV@4GhH?_^flB>A7=+2ud| zf3)wubp8`^?|$fQSxLk4EVsRZSM)4|FKZg!O}{Jhsx$lWmMgwoS1+Glxm@Hn=dajX z8R|mjjIJLnUVOaqUFI~?#bdY5W`{>yTcmvQH?u;*)FpB)()LBVo?*Gpp2}|{RDPH3 zRQfuj(Okc*(6{F9l+3pJ9h{O2zATt2eeXX5>%omhamPg;lx@vantJuOk>|pskDp8` zj?a6}*syP1Rcf~9jtP6M!WR4K{m8G9i_Mx`<GE`tKvx5C|G2cp!mpAWJ9E@AE zep~c5cfN(`hO$F*;!?#6z**;7{S^%cy%y?UiYxxkcktB6AyPJt6UHs3n+`sarDPhv}X^7LvA z(vnu$>T>t^ZsGaBa4hN2?Dqc*)1+8+MFXqqb6*^Np>TGMb8oQErTVG7>x`E_xmms8 znUhPKuybGHir~#kep{BDY`c3*GUGyo;#z^VN{hCxvQ%Hyr5BT?_Md?x>+$N~$aPDsZGCq|mws6;WE^SSw?|Lc@F3R`mQscP45s&k zbLJPz-denLC94vnWX5UMP0zy5{+(>mJ$==5`6v4|-#-rKiIBWywZy?n)KpMgV_h?& zqL^B1ca*La%lgf|8QbsaKGQK>8x&HuS^qJ=%DYEar7TNL_lr%O7khrw=UYjf$rl!X zlv*{zY%O2@!SkuM93pXv+gPHeu}Skg{%2tP%6j98{R*3vc?MZe_Z;qfT>JE$>9Odz z>DmHSU7w`=(w_w}7zBOJ+}U1!zxflNcyfPu>%5%D>6cdRVgI`}%9d%S_;L?T(FrPH z_d71Ir21L=)ZX9g-6U>xscw1x(&bB+uiUy#dd7}2pE-9o?$fxf@q8YaV5$G|J6Zl= zg#vnu6&K8rIA%SEXIi*uLGP}22Vc~zZTf5ZZO`P@XP$KK)^XP<;{7F*YjDc+x3|cv z7aAT4Ju7Diu~#e<(_}~x*|w`9UUH$q*I({)Qm$?MY@)SNOJQ^6!Zq%?BF0r|hH80N zmtEU?$Z66B?|XK-(U8W_4M_;dcBy;aY(9<_+ccXUS6*O<0@H*S~n$(&|7v7lje*^xV5qYzs z^>jsBiDp#IqWNpruIFEU+p2cY0={kY=9DZr!+UJQ#Jh$$Nl~%6OJ8|rX1+Xe`JMUe zLlqb1Jk=E3yZo}7Pr@{%xBGJa*2(b(^S!Y@!{T=6uCwcm8=-Hx4RvoM^&d;+y2E5D zlv~|#hyB$} zc5ko5ZP(Qd{`)HEGV{9CFLzgK`Q9(s7jo#$?l;;`HpMyW1QwfJar!8lY9n~7vdgvq}8!; zn=y*5)ss3X`FqO}+v|lZEf4R0`?d2(Le{abY*M$ARaPD|nl|Tl$y23SNfxi>-QV6f z^PhCIcg_>v%dwm8FFCa)S*7Q3lS_)SS4a!TkMr{mXZ~Brw?F=$(e0C|_8a_WUEB~_ z_k;hl=Z3#C?GK&N(LWbZ&VRc>VD;PxW0B?Vb1Hk*^2|B6Tka0OW;=Nu#Y=$wtq^=yIk!qwnW%HKDQ_E;hK`%8U8^+ zPoHUttX9ynzq~HYA2 zxwmdw{GyJ;*c++k4YwBkuq@jm+AX3Z!kG4T%A@93hYzwlT$f(_{B5V0lJ@mQSB}+G zelHK*v~I@=cIIHyPwPV0#BcFZUZVQWu%-6|)2-zX>&%1A%r+ea$fBgAs)q459-`qS7 zic)8zuWETT8|Ku;ETU0ft8P{sSLyTk70yjmzK{`oH*YPA2M4E9(B?RoM^^LY5?;<${M&Qsv;V@{ zce%N`TAy#%{OEL*Em2gYko%bYrOv2%ppn9tF16+WL6 zx$FM4gRbXZIkucQqjm7utAo>ZYuU2xH{1xU-@~=z%e;U0x3z3}Zd-YJ*X4H-6Y^4e zJx&?-%#WJn+RLPJKkV^J>v=Ex*3Bs?S$sPyW73rAc{g3P0+|ejtX)#KD~RX^+LnEr zKRICcjxH~r6z_BY6dafE?zQPvacb*2s43**GquF-vFD-7>Ki|=|E6Qi|GZ+YT=81R zgyhGie`{1qUWal@by)<-CLVNK+nJhiL!nt_QuFH2*(Y?p-Tz#?vX=jk;*F9&b#dL> zPc#2Kx#Dt{>b$T0VRp>cLK9_YZCk#$BS%U8$V!FBVLH+^^?NF}_FhRp=*|02@J!be zsf*L6Jb1W!T~?ig$|KFG(raS)BCBfZIlBc7&ID#1ohqAg+Am5f;8M$$nT9R*S8yup zEM?8yX=38lE>W{3UD7?QYSzlt5`9Z}yK*J2BpWFm<$1d1=Bbbe)wNHm_USz<_DmtO8tolo81|2E51j@ z*vyO-zw*Lp|DwDL+s?B;@pDpReYtGv%k03SI}@Cxw#9AR5~eR!xBam1{Ylj)Jhm?N zS9#E3b@cSbT|$dH)`fhzeR#!W59g$9ztfbyZ$EJ;*X!2To%vDMqJvNV3oVpPU-9vp z-i+dvKNTC_PV@RJDiI;PlObPfsZDXs)mK#$Q6bh@uxT!t%O5i!`M?cUQTrH@Mxpn%h-t|L*(K zDy|DW-~XtF%WUR`FNTl9it2vc($lVD@K~~GwMb}YD$k|XtvV~0HEmrl>?!(8G+%nj zzU`Ac_O)AINNr#IYUST}ty@+*&Z^kW@`_pO-EMKR-!*lelJwh~t+zH@Nm%{&=U1^( zt9`2HicX))3A{Re;kq*upDTTxy0Yr(VWWSu_fOA|UHmVz_haX*u*R-i`;V6ASl9h$ z@UOWPZ1UB~rEJ5B9?4l9YYn$4dMdB7uJn%IaP@M@^p~429>3>xW!l-Lxq^;+RM{OI z%SF_dR_=XUZd{zR!+XMpcbk5$ZQONm-&2NHDZaIw=1+SMMlcvFFFD!HvbXn-NyXur ztL+?)Z_A7GJ7)f+mor~KpoAw{!(TI`r^7Wl;C%Xv^T%{T9~AbST>nvq?P_B%*Yodx z#oU#bPM!B=_q@}OGtWHS)hp<9a3R}n(Z)+>MSQM&%-Z;F>Rz6$k8(x3m!-=*@0tJH zVWZqjL!+;oO@n>+Dm{Op(EFun>!t9rsgD)HV|xmRwc7EVEz z<}DGulw45Qc`R9K((z8U+`AE?i`9SlEt_d1HIX-PC9}pIb+LB}H@DP?q%Z3~ea9{B zz0^Yo!wZWw@@!pVB(@Yk6m$IUBh=|6^JqoA^0TGSzRo(sw9%_3$K?5>H&W|W&MQ4D zjCxn$TV6SL^F*$7&1F7E{_v{%83smO{Hn8eme4nCgCjy2`%h(7=M*nJay)s$-IWrR zYdKvf2Ri6Xn-X$0{+Wpq%h^nkqA#m9g-uI?i}8b&!VtwO2==FS$DUsk?;<(in{Q^Z9_}6P7yUS8QO=CxjT3&>zW&Jepy#-guB=&@ z$GJ^4*L$M=&gp7)O*UD7ZtL&q=Y6U|INT~{*X|P8n*BcfPCZY|nFpx>Z#JZE2@X+B zxDq%2s#=rK^zR|e^VH@TPVd-qMT2AQrELovjG{6l7Ek!vd11opG}%8IRu`_WxT}{H zb3H^L^g+%9CPfYI8V56_X&bJu%zu}wdOpVT?czl~B1XR~1Jz80=bVUk zAZ0J*Te;*v!}p_$uI}A?#&^*(j?O}}W7bTTN_R4)dxe}lrbvAFbajrP*wX5Cn~hb2 z%(rITdU&#L^^3y2>e{m>&XljtZ@e10H?DZW`Mu==k<6Qt)}DW3VtxLB(NsG{zGjgn zGE*0AjxyPK(zIM){~yN{*Hw3}oq9>PhiN+)s0pQsfqUZtxO(A4q7IP|t)@#fT~4fg_ls#-S+Mnsl|wXZFk zzEooUx0(*Eb6LLg3weDlPTbyI;1+Nt<SSlr`XUlvYV`!#<;^sMo5`RaT!@>qW- z#N6x3Bt9|0qnST=YF3_puqEct)gu|jNfM_bL{qlMc4u;(bY;q}b7VSydt=&C7O9ne z+jK5$`PsMO@pJ1MnLTyY)gQinnqYC&zrg4GlVFqWt5&aEHj`cX&xW|eEB-Ucxn=nu zxx#WwSClvI_O>hSd4bEf6~|io=N^mBy*!Ca*qHbBN{+iGRk7!bYAbub>KT|%{2g&I zsCU`hotrevPU!9GdumzByLa8^B^RbX_gTA&!D>QR&PIh-nsNfW(zELIIz_T4wF{e? zYTRFN?@Rwy;k(*Ve_m~#zP`Ko=E@bK7tj6fNuR^h(c0#m$r~v%!CApI$i=Jw_~R|{ zDNT;@M?`1%FFvE26zTf)K=q&2(x~05ZcfSJSi59G5sxGH6dU(L+CgVeiY@uipjfkK z@`{wFRm~jBsy}RElkyhrei3$X#>5+s6?$eHyQ>}EeqSXlX{yS!{|v02J-@d}friO@ zw9ZcKn`5>#IXmo_SLo7$J$L0U8Mmy;NjZ~gD(QK*JZ{aSz-Nt{8tcS)uP5ZZ-q&`5 zt?g8nxI==E@}^!kdqt<2)e+iTKCu|GWf*=36pYDBE{lf7zzBe$pZ$X!@VtLz+r)qf% zYy+NoUH%?+#r%}Y)G9gol{)LPLrS;m{u6j!7|I{KF)B+s^6#CLIo#&cSXNB-`X!&5 z?U{EdYkTpnXEGsK*D{v$KNp|X@^yD_M8@k^ucV4*ZxfiJEIsLp^1eVOM@jpVeCeo{ zQB_e$gz>cD;NGcMmfqjeq8ZLBv|t^Bt> zD6VyFMxfMJ{s(v3RaZ$}zogT&;&1Qg+FeIYd6aj|J^an1GA^-7Nq_!-hMMKsVfH2u zyQ)=t^jkZtHrLlp|MJy3^Od)cq`iA!)0L(`AN!w0s;>oZZR|KUeZgPv;9&nKL6uWh zr7MNpxq^!rlbzBni_>)fMi%a}5wgoE$h_ORHF&c**L7y`=CG^N#Fs8{T&We*#>v>d zI*V_!!?dKib-KZpeqm>mUu`(c@ipF?L~CJXgHCj@6Q`gxsb3g!sk=c*>2gQysBkcmg`i( zX?Jp_^`@=Er(|8oOAE%?2D(Gu0K`P)tGT& zs#CU0FEA?Mo0{3Ys`eEJukf(VY+2#o)Nr%m=*qv7 zy*SpMzr81F!SDM;oF-eM=I$wZymVQX>pS^J=Y1;00^3eTi*me6?yNc`r+l$(^@{W1 zIg6K8E80Y~M4s&G)ne)9s?qAPX+9n=SHEV})qJNY7GIuEH*LAZw*BybqGz8}AS~#8 zZHepy<7|PFwfTm1^F==``eUm%_gF-6aNxH!&70)^dR+Z&x-w#Aotf0+1yPq4&SEL~ zliJ4R>UL0JW}UOiS82Pc#ogQM?6 zgsuN{rom?ubL(5}AZ^A;>Q()}SNaD=$o$@#q%HSa*t0|a*yLBXXRf^Vvt45{GvwK? zDV*+pMqix%z1bMGfk9I+={oz46z9tfm5y^37tM&fvE^!8T)ZsH?jGKnYcsF;GPSjP zxvq5z;|va18x#0B>E3>ckJ&*XdzWRi{yPFD&;$y!^}w+e4!_MkT%Bo359| z$?=4B%Rc#A(R|ufliyZvtyfaY@~TO?maq6tXZ;+R$Hs2&mqxGH5Vc|-vrJ9hZaEevG+)2x>g#WgRiUZZ@}onx zU#~4b(dX)>Qp_eEYfCM&0atwr74-%@C@R&?vrTW}VVtxpBQ` z*KNI>=RyNm)c4$f643c_=ewOzCbvJD97^ib5AdqIP?~kq;@RgH3aQPGrzg(fKek<( ze?zs{qAjCNnc*{^h* zgQ}C|lm(V~1s*>-uXx%o>*77%)|>Y?H{G7Hw)Nt}>@_nIT-$c({ws8Q;Jj5kN&drz z*(ah{tKu|{&e?NRp=Imu>brBV{+W6reMzwHn(m#s$zIpLo80_2XRTK0zAJH?c{AFd zSo3kR>mQi9uVua`yU3eGM%R`EPKXS@_O;C<4eE&{4D==(x#&<5&xDRix+8I z=;5fUzENp^-f2D&f5juqZ-49&clkQ;oaBkGi4!HYn&T#D_0CUL)DYB`lUdU@ugC-PJ8 zNS)S?RO?fmwc%>5wH6!ODaT7TvrU%$nRV^4uyKU^laQ?`y=PKOj&(gqN?HC+FedW6 zR@B5V9=oR$C7X7#pS9d<@uMp1Q|9`mt5#IZR5QH(Wd7N#{x$bbyxjNT#{C5Yf7^Rg5otW?x$|^T1_3czZF!MyyX z)ykYM=Cfm_uWg^be&)H)d2ROl{8ucVEU&fU!3yP%?U$#;UumChP!Le=Uo1WA*^SqG z?yp-|@^#j+2R60eg0EHzZ7!dy|CQ%y=DgOBZFA(_tuATQk9g7gE2!_0O6;Yz+h>|P zW<9=bKXuJlo3dtIuN%_SHWyCXc{D2JU%sdR)av;UUGu_OLjzYGy(}DkYt}n4cGpX7 zi7J~p!gS5GEj`s^nK}~>I@qqz6f=o`zwUAIo*PpiRt7E&F|m}*y!re;!|JQEt{(Yq zx5VUZgjV!3)1(_K15a8<2?spi9ksPAW61@!u2QS-hn(i5bJdx%^UHq>_B|yX^d=)S z-<$u-HtxDPfxL-dcidcMoWDEgPtTh*pX0W29#Puve(0mquR=X{n<>}J)wAQ5Z#r#U zSrpxCE9a1^(zq=5L(zqc2a0)Ejdvc>uKX%JzvOMJ@XjSC($8Jh?$-Sg+!J*7*^=!M zJdzfV9_=`n;V;@(+_%^!{_Kz6)$&_knU#j$m)UwP)%cWIvx3#(M$okCmK#Mzo+VLEcsRv z#G`8-{w^(8+UQG@@62hTo5RE(on_H^^s}8O_2YjA)45ajO%x53@s5$wxbe&KS4F4I zk@RcR7dc+;o!}IjvfZ#wb52Ub)Iz?OcV*)qRn2G?vtFdT?qVp<(=8ezHmURW>dIPl zTbxXlRJ)uLyU_Ka>-VG2Ze8Kan>#&n$=`$Sk=h2)RU5g#zx-xr)_r{S`l`RX@0jg5 zB9<4q<(9Vm*$ICcURh5){Wl;Z)>wXi{Nc#8`PbG2YR667dGYzPskThw@AOOW7Ob~X zTy@uUQ}Gs~F0I4!-nIQSD$su7w_(pECvP#6`vF``Uo>1(XYJ@N6ew2M;N^JGF~NuZ z&8_(oUDwiL)-xSG_$%-8zr32z*uLYFKl>;1>>!k?Cn@> zqMPn@!e|HI@w*~{E!|43-H|p&^>#j5wf2ErRmy*cPp?)N3+@(3QToT2V>rv;tJ|-F zXQKV)iPL?ZUo4+9b&K%Ii@y^spJ*~^uUcICN6EwZUfDEWKP>UJd^BJ7 z+3TOyC-%JVyeXKdFa4$7Qph}K6?X(Dx53YHRkkU@j-M{4Hcwc&faiAS#3N@#_ZClo zVPd(jJLuh(YvTERokDkGpRMs)dh4?5ndG^@j*3S7+;k#-_d(q|!n!X))J*P5Z0-He z;C0XGXKv-*H+O!XeEI(TryGB6g-Fc|Emo+lT5T~|O-*n9vLvnEvWy*xO~)Sh8nQDj zXgqFl>iN0Ty*pKu*!b(4*6O`+zO(51icXnpSAzCP{M>c>Y~Yn;-^}V6w_Y#$y6Dl7 z=i7dnZmRomQE$ey$kM8>vj65C=rd2fb1;3T^`^assgp&IzVg1bh)J-y{qh&tNk1$V z%??NX?$*-TnOWj@cb4t(Z~MOrf0Xd$4dS`D)@!M8wQNVjpVvEW*V&fO%x~>0T5#`^ z+^JZ%&`&Nicg=}@xp(G;B=LZ?4q`2pb7sm$p40r~bx^&k)H8(HFBw02?_~)q&3va&KtaL=`Dx+-kex7;Cpuy4uf2PCwD{U$o7qQZa1=*$ z?GKLUmY8Lw!f;{H<*=D$E2f5NRvNmUV7cvZAw%rame1Df`098z(3l{$&q))iCp?j$!|$&w0ri#pV~qyc?>W-E~_|T}n>5 zxIakddE+1Tr*_UNRZ_oy?wF^MzUJt&Q`4%gBIhn!?tS^9o%-s_B039xPG_2Dw#<2P z`etBt!G)xo2i!-GNqJ1AlUqYsy7))61}f8D-o z#bgig>iGIQF2DPqru%G@T`TtQVAMymwc43``1ZYx_KDgk+F$st*5!BC znLqms1^>)6=Hv)wwBQyLUw@lZ?fR@E?tg{%K;A~X2i^!@0U~VazpRu)PFO%o-)66 zzauHjw*0H~=K5YiPv?lMTh;zE99w--M(;e^qsUW_R>{e4dR56{BzQj4d;g+#+j(wr z(JSLMdT%W)S2^P_+wHq)$KAvZZe^+Yr`da!FFU^NKSSL)3z5bGryW-gEtH+8YPtADFws+6+GvAc&CN!Sfb!to9WN%3}0blXr%6o;aNA8yC zur@GCD5pAKnLg|9t&2&wl;3s)$oH1@vu|9Rk^js%?z~96=B6@5^)Gv0WNQRY%40a2 z<1PIp*mvct+@0^$DvtW?KP+=6E%rD6szcR*a$8fF|1+@3_!pPO)Z4y?`mo63lv%b{5DvD2ob**RPnR{7RF6AyO z`ZP14Gr2oZ;MH8MNmE;03f7!9_NvJ!Q?0r&b?>8VzvtgK7Ta?EQ}wUP7(vbN2`|zk z{xh_A%F=@?f1`iDHs8B{(w+Bqoq=V~c6x_~H+enWzuoK1 zg#DkgJ(fObofsB5OUg}ts^+V2^QR_e2_Cnps?pQ8mo$8Mdftj#;`0KJMSp2;&vic_ z@_0I*y8isV2X>y%UZ>J{b_Va7W3{i8cJ7|I?C$4PH}l{8XK3kpc5&I%TMBtgFYxqf z6wA4J>8GDgds*W5WzMm(y!H0y(=UizS6aJ@XU)Y6k}-$(YD7h7y*#&XW2~K5SD4w> zW%G?2UBf$Ocvp5CzCDs2wRUOG(wJ$prLOv(@0NJM+E>D4+vUs`T43*T(XwQ8}r+q9jNRz&_j z!?DoteFeuWFP23sQ)*3CT?=mdvGG5{l2G=QH$3K~Ozn)_5;Sk>t=oR`vkI@sJ3j4s zdEh|!obx+Bd-^^RF=!; zxbL;}&o^&G^W`+m-4_{haN((wvyKG#FuNB`w_Nrt?Jny{wLdB=zei;5j`w>0MX^I@ zy5aOW+xi0Xm<{qbXJ1+P_|JANnZjYuEuFDQOyjNJ&ZS6Ug>)&%3*uE9N4GCG;_?!6gU;%B7rZ+P> zPs*rltL?r40~^Vki$dRtjVUqxRreB$zR?=EK7+8Zx^Ii(u{D`KcD)b#?SiF?I$s5zv7qo_O+h-ZguAR{_{8T=N&y{ z=Qiz}-KAxxVs-w+-1$7=z_BxDf40W58yEL78D~&s?*`0igv^t}gPIF8< zWIiif{FJKmuDH3ET3qS{^$hi9hiRqtPmZjdynfxG6R*3&9kfJOFM5A-Ps3N1s+hwm z(-tiM)MC&PZu=l1{CiZ@k83%Xc-JXy?%eQ(wsuJS}$$$I2vz=pBQe5oH^Lj__XioA|J#$b=H_g`lRIa_`ty@o4 zOZCp1o%zG3uDI=jyjr+OPv&p8RVO92UQhH|SkEQ@$&}B; z!_TU}_e@s}4_W!2!T9}uhQ+`Bc`edZ_c|Mtf{v-RIO|4RMyufPA+D=n)% zbN)Yr|9=MOpY!MZooEvO(5dU%`a7bJ)N}>ypQ&Ft<5NFl#(##2{zpld^Z)#3n7=)e zMRkr${Py#~Rh;K?bUe3sdRJ}4Xa8II?%w04nO}_!e}Dg1>;7ZL ze+J|4p9Q14uFtwV&*+-|e3|sKcE)oT&)&5=B>MQy-x7Z!cWra74S27YcyPs6zK{p= zr)YFGPPo2wb<~-rvyKmvwj9(@3fuleZ2Fd~RZ+UW!N#+8Yo)yisj_^vHAC@Q=&8TA z0=9R~ufHq4VXblIh8*jfwZ>*M%Ps%P%&kg(W3lSR-HW}48JFH#Dz4fV=A&?BiluE( zUASn{bP|5!7`#bgX3+=ym{`K+k|NWog_SZjeM8lRYi;zF3wExSI zTN};(GZ_C~zrO5m)z|lb{Qv%EI2Q0`jj#IKBViYXGrE2LGvx1_AFsKkCjH8<{|xu+ z3*Y}~xF_|K`;%xs@ARjS*Gn%wcaLdvx@huo`)j|BuT~Rn4e}8v?F#?BIy!F4(q~sY z<`>#){hlBE{@?sSx&6~~dYv4fE;$?=q;dVLXr8nf-;$8Bly4pVe_fR(f9KP0KWBGG zYO(&I{|rTD#cK9E+hbfgUPs3`@82D@IdkuV%Z4KV{xe+d^q4t|>!RGEi?4F`_($of zr$nFneCONAP}Qz==^i^v4UQ$nUD@b8Ke_9z(92t|E_oeIsn<}co^@39R!-h>_3U)9 zIhAoT4 ze&-q^d9P99^uq3dyeUQRZ&;gbHtjP!@ak(t1dn8nO#1fPx={VX{|ufRJC0tpl~%d2 zRY-Nyx23uj3l&6GzBeq6y2e+|?`i&B=4?e2XWMz!4?b&B?kMM7g%UA-At}U3Rc3-mF{cq{kq@--aKM(&}JQDSa60z65QMz!2 z$JUb(-%Y+7{@p(RbKpH~vyScSOV^zL@aGikW#ir2pZLy+E3R40l+-)l=jW8XuRDsQ zZ-mWH`MPk0_FDc^PZds=a%RhX6zO{*5W90r?Ifq=`=1=h75!Ztbp8yt&y5z1S5oqy zRvlG;UU0{0qi)8Qo6&NaUxTMNtT!+F&)~xz&9*c*I`VGGg=-Qe?gbq{JkH)NMFCWM)Obisc-L}E1rI@dG5_}DJ9cG=cBeA z+H)=G$ZzpBt+~_gYWMxq;hhmGrsSs(v90CkPp+^P&98j@r{)LU^7K9;FkgPNu%PLh zux$UZ?W=3jF55l7a-?@AqkGX&){lF{<_rGOjSi~|-I`=yx2U#iesTPjs;`Fce<-;I zeJ^OZYWlYOQ~IpkRV9o3bRrqvp7AqMEAGGD^W){#$Gde~Yg!)ezIIjHBzMnQo&00V z55|V;u1PRjwEE1wsYkB3noU3Z^NzZ#m{8hpVR6k&*_^ob=ATQ8FI{!nW@fvUM>OKX z>1!6b^TZ{V)HHm*?<1er&Gw%`W9oj>T^$Sdu4(5_@V82vz4gt_KC?AyBGxmCXYWg3JxcgU{w_S|jtote} zbllHa`J?RYdkO{yVapWvN{advJNnri$?~7Cw0KUq*Od$LA-0PQI~pJPviFNWILEhX zo_OZfoR=S?mxipJGpm!~>{9a!(e86MTYWB#DIp7{wH$&T$g%U zEOq*_3%dyR)OX0HrA^}ubxrIPQez2DxZ&R8q(P4MVSGoGl={-HDf30Laf7XHuB z@?`hfxWwb)+x8o6eypvw|3Qc0ytcNBv;7)mCT_U&>D0%lsQnV$qK(_-b*}U13xAvE z`thUV!ta}`jX60(@->f@tZTaCe#pV*H>U?*u4HGT}NGxam zJ7HbhliCFyEH)am4{bgyy;;3|!M|kv+lD<4Z-|84Pu;d)>RPp{(a*CkzxU0pFHUlO zrGK|8>e`kc?&mnC?b#T3?dy`TZ_5uH>JCeD^S+j=y5d>w*<~9AB)>E7ShW4$BiGE1 z2Qs0H0z9onx(>elsj$OK;GS;Qm3hyv#7z_yUvqY?f6tl!442LR#aW#B(&29M^?c5q zGjl$h-QK2}_94=0!Gb5^dt!GBHuG(oyKKXWe}7qw=PAuUlN8?PFL5CFvBr#l%llT{ zmpFE0qC0C5tNv&GuNv!TJ?3oe374vE7f*_5e$H0+*WqTiilBz;%Wn=!7wS1CAFT^r zb5!@k&+2_~#xtf1a%KO0ykzUzQg?w!TNXoy4y#}CrxyK)$ZHAT`dVdi$-fJ7+gE%LI{^-)H_w6rau)WvQd9HnZ-H-nauMRHSCl~hq!P&LP zSFXC~mB01f2kRguUF9EqTV-qSDc`@-bxG~pcVYY8(bsqOKRrGDNyJ4#lm73llfSoY zR%O&m?wn*It@y$)zht!z-X3~8L_CMD>iZ}Lq{O^+3>x*e3OV6`1 zMy~bHiufEgWjEjNp0}1Yd;Hw_jLgCgpPM&(S?MR?;PRDo)tOF;@YWrxvs2Tz%wDv? zg~@U5j`L~j0@rZe`(nvh>|Mz@BiQ$DYHM%IRJ$+{9oeN{&et08O$=(9e(S{gn>lZF zM9&l%C)_&Pcv<3Iw_?oE!wyTIo$s>=-S(y9mA7|JYFE7XnTxIFC8CNCvNWzP5B2-c zz;^o{`x~BnrD5sE_b#_x-CU|r+W2YiqMH8>s*8Kl1k!wX0Tor8fH| zN@s*G30!ykxGlpsli93I0vTJ|TQ90=>v&Dl)yhnH{^Xg-lBfx0CLGKYYrUm@Et>38 z_desty$$|#d;cVT?fy0M@A38bzy139tH1a^L*?N~7BR-Q7kUlPMs|Prm%Yk5YmS<^ z!2D&WSDdgHE$Z1Xp3CP^XI?g;aNVMo+{F`C^fk#p?0#5%x+rYM-i~Nrr;T>p*ED~! zZ+dm4|97X(cl-0&n_hFg*5p06!er+$j*cadbR%|eVP@(&QuCts$s3)>wK}_#JGY-Z zduzJahp&?7t}F~o{>X0Z9kK2A)*r6w&);d;m#Ii?ZJ4Aq*?j5iPo0fNyc189Yd(L! zAo1RZtCO7zz0H}6V1*mzjP#?@w)CGR4;++c+pBpl;!Eg;IWzjzy|P zS4AU!JT<)TyltjbE5{`Lj0n|bf!c@PKDX6>rG8xO7~i*5j`!RhZa)0aFyV{jvZAWIb)`(*0BOCaWBNTa|Nu!i>DCvr8ZBdvsVc@>)vc{GF9EXU+4moPDqM z=z9T=HAfdobAEWR@kh?tqX%ARCNH{BJ*C|%cCJs9$zfkXpN~BW#y<*K6rLUHwrB~E zyRntMVBVT79S0`sI@O=LzUbRC&S>|y?7Y*P*Ju8X)y%t`ES=ZQ-j{#UIsdpE!;fWm zUT`q~oxEzc>jLKg3|bzKuWj*dF%g;h@BaMt&Wih#*WA+mwSJRh{^Ac8ck!J0;2iwd zB~0XWfcMr!iHlx$>er{*I%sv2_xD`8V4v9KQd2+WUg*;w_pX=foYnbvU)dzfK(^<( zCR3zr%9YDY8_RM-IS#NFrDiuK9euxONu<$)Kn3N(j!#uxy36N0TC3-EW2)Af>mLt_ zZofVC{QIldG;~>3PTjuv!q!=nCfCmipLs7U``fJx(>lMDJQ8j>^X?9huUpzf9>b{- zCZ(6&&Xs%Y=e8-^FJek)C%a^)_`SW6?zg7;R=D1JUVejdId8*rvlqIHQoA-rE_#wE zmGP9f>-Y9^4_3AoYeupzyQ=CCVg9l2{H0?rLbi$|nlT($vhGD_tEjfqb52z%Db~qdwF51xu~pj{CnY7_e8rUaZ4xi>P$k6ti{o+NP>CPrb0{UQV$ z$>%F%VpnK(&hOZVlw>@}}W8m;=a zt3WYC^o#Pw1l~e{;Hr+0C0q|yEK|DPslcU`C0} zXxIhZog%bQHDz7?RRe$_)cEA(9HUg_@>|`^JacGJeS-p&8@x6^k207!sF?N+jP9< zq>G5Mds81c ziERuqSsJv%jUn~Tjg_xFHadRZJ-=YJVWHTxnQ!VYZ@D6MX}fmY%{iMA1dMjExn!MI z7gb2%-F&0@??kB{DVIvwZ1JsW8P;MPdKI6Y6QopM$%mQ8gmv)Ss~ySO;c@3{*~+!m zchprv7p&E_67sy2Vqc_V*kKs4RI{vQ%hs*Fx*y97epStyFxl-#vzE3{n6fl$)|$zD zuMDqT?7xzz5Se$mWpUXdU!K)7rYae&Ug);seBXuV8j2d#aZfvA6JG^MbJJ)x?*#E174%0$pIBY*GCz7+~iw;No<+ue*$h*r>?#!beJ!5IQlBX!Fkt{wa^UY;%H>APfUS#FN*oVQ=Adrhug zy?lSk+iB;mTDdLm-Tro~ppU17$9~S2ub+4Bm;F&KdGGc*CjIVUcjuIuGd3<;$hYx* z%(02*^!7v~_G&IGn`?A1>Tg?A(#MPmd3Mw1|1rJV+qYfZtgABEEkb7V*3PNt&pnCF zl1M2wS$g7d!6(x*H*R!=`AJWDVyN;|I{18<#6O!i0nh)mx9m5!@{pQy?(jOzALkBz zQ@X{(t!bXZw*R)mvePFg6(vp#SQR&I$-&19yeEI&Zo2qj@YLIHjOQ>e%+0>2=P%6d zc39(c$C)L@@Bp=FGAWGB1vtw^4(6 zq18U6mo-yU%WOI>Z1h@nJuu{F+~lC=4YrAsKh8@qKg;5NN9sRApVM-?-lVH(i;k{+ zvuE<5mZy>T;=4kUULMKyQ8S5C-h4(dxb0Dibi~raVxxUKIt8^hbua&(e`0Aguh@mQ z^docI(;wT-s1y1$&FIG6HnoT&jaL;T4!_wj#pio)@w}~TJhN>)brWT0Hr(;)IjlQX zL1Kdp-|B|bH&5>Sf6GOIRB?WtIQ zI`MwF?6RH9R~?I8w?_GkukN}jTaNfTsBCWXdb-Ph``vVByUXsoE|;3ztna)Wzv5i@ zO34e}ey(hDj;+oV&=$Gxp_blSd3BHV+?Aj2KmC<@yMO2QzWJLYx44{n(Vb^mtLCz0C9t_Y%b3&b<~QN$ z$}Ls@8P9*MH(2z&cUO;#MR(E@r@wLe*0VRvYqp=j zq~N$JDKGZer!R|gvc5=0&OEhqmVb6uZ`%#lpFf!oM(xpSk_-B{?BRrZ{)zUQyZP77 z`|SUWDPc>&ql-&l-1DY1iIJ-Ilu?y5{4};}=s*eM{>^cU|%<R44t( zeNtuC`;xs?;w$D`O*?nB%0z41t=8Y}+**sp&Ymq$)<`>jA>3A6!Sk1B-A~4u60wK& zx%_8%kSx8fhPU|F@rKVQeoFYayOGxDFQ+4)TQsgTj-7{;;aKSTP$ zo9FzdtB^E>VLIKB&$x`NKA4+;_ZO!BTcV4-a9i}(M8aXHUrwd%>gc~vn9tH(S{b#{ zQpoI*uVL$*iMJM-ewo7D?V+=^?!ABhlP@)=54>jAWqw>_8_@mN%I$P`N!RH|F=yIV zM~KayaAJ;p>$ht$VoO`qjULHJu8GWk@x98RWsBM|sb9CJr|p#w({YjgP`7NhhS#w` zf9LBos%gThXMO)`Tu{~m-JpJ|0#g?m&_Zc1E zS=X!G9Lh6kx=oe&8LNvscFy&5y}8Nx&&@Ty@1xq(w(O1VyB*!aTV%9LZlR&Fd5opv z3$ugsRyKcoHdW~HmE|XcS9{$Iy7q0yddJ`Wth^zzS#?WVn}j}BYNl-K_BnEO=}qszX>)pQovKR}^_PE{z$NilO;t%qEKoYT zds6(0&PPIyw8yI;P&Z_p>* zb!onm@AOU>-U|*0i)dx$IlNGN^#xO*{|q;zCiT=vdX?7Xd!KqXJ$mCO3#+8mt)Dg) zeAzIgX3bfjyGQ!ilrknMY;6{r>38%6!$t?o0+(rmYx6eEd}a8}#A)N~JLggpp4|ww z3`=5LHtYD3OCb#c#X*;r%3OYTGAYx)R7Gk-)g9xauaA4W&$FJb`nK!Wo9uNz*}qRJ>b%?L&k2kBciVTF6rE>u%+|+$4z-Z7ps00;QGnEbk|Z@d&^qAT;FAL`nMoT9M_xf*j!ovN=hev zUs~$RzB$`iS-ktNa7(y;`lKZ*vnTV3?wmUh+Nx@0K4zzvN=*xy&2Fim((+nxzLN+q z=lktGKOCLsu-W!7Htg%H-)$);^GUtWQde&G)Q80Av={OabD}05|ORW0L&pApzJLB8$#;!Xup>b-onQqMcqfwbF z)=lfYH2eAT1!f}Qk3^!iRVCMD>lR$h=9;?jqUrwaQtJ|@8oi3*%34zYD%tCEVE7x0 zth4;$v#V!jaLvr_YnoI$$@R(9^9mWCPd|R}qIk-)&s!qy270^O*gTzR|NNk9#irFB z>pZjE9dEG*3YeKp)Bm;SKZEY+Rjf^&uhMlh@*d?Bsos##4~+U6w{3AkU5jaxSL3ZU zk6eB?uJkZ+eU^IRV)F9k%PsS!^hO-KdSu$eUCJUIqOyzgv|g^8d#BuR&Q>+|6#hl0 ztP(fbv`qY}6>&mCxb0Wpqu=Y^H&-t@a@3(#&7frQ>T<1hg0^#lUx-Znxzb2$v#P_B zIKOwv8k;1)er^l?8KxV)f0EAe*bAl6JLyt!i3(&rQ>w<&{+&mD6|SN_eo{nRHS8m$NjcwfatGd$Q{c*Vo`K4lJP`+TnTIu70+r$cvufH`b{nd)u>H(L(Ycq3a ztt(s~e{7oMN^UmZ63J+jD^s^_zW99Zw6L?;9~2KSj4VC1=G;<&GS?4`8j%UvJ@@+y zgQhWu{@xg|_1o>cajcqcH^eqhXLXyl&ur=&?U*pxHR%R(RpvELWd9u{>|3X}DA$d< zvfCj$bJP4xj#*Xh>oPSRCP+)G@u>3L>D^SEl6P+Q?Q>RDwKr`&`np$JGbbxN@KB02TCgEKR}anE3Lyo)130N@A8Ts;&8Z#`SfsUflNo3>>PJ zzB<3A|FYg#`t8}F@CYj(?I5+)oY$WF`nOc`?X|EzD8;Z_~^D&JJIPg6!`Msly*Y$Tn7oub2k1026)fnBl5v%Lk z7MSC*KFAz3+)LV9L*ZwN(?eFbjxP0yE8ONM%N=&?RIai`( z$t#Jj6G_KTE#CZV(v>SI)?2=O>sjn%bVlvML6a?d0=Vx;j{^cZ=k{gw?@UzKggz8R^zPn!53n(#Gj$6mt}nx!d|xnCg5* zS4|hz;}F?ecaY=LAzd+N|Wr7aOZ|0Cn$Cd<7Ezpi|hDpB>CvGR$b{wCg>;65os z6Vb9abGK=&TjibJ@a8nrgatK^J+2uFDWsqDD4%og=YNK^eSIlyIQK;DrkmH9Wtd`n+57;1C~Cw z-hx%~4;6BRU$re<&?LI#pZ>iUmTTr6o__I<+;SeV8z+tlyg0O`b!oQH&e@ZX@8#dj zeNA7K>G*^h!j5OypSs+7bMYo$KzU%g@S@m>Ps?^LkL}vf6tY+2X0vC*tOZxrKfPkQ z$FSz*>TsUhPuX(`{VsG=Sxqu!QRYQZJXb9FUx=fqli zbaPrqoO*p}tILs)z}xvU@qh9+td~1|<+boWj@^u@S;f(OJlzW(tv+0$mwWDLl8DVO z-<9m;yRO-J`(^mCilw$UvK_enn$J4dGk%`A#NfpxG0&+H`%bTRT9D}K{OyXi z-)X^9En9xC%zFJwujk8C@h~BAzW^aYWvz%;3exJ|JyH}DuTK58tKd?HpHWxl(tP#k z*#_Re&kJrOg}sfD=S)~qmz+1@T6U~(bk6QQrWp!bW*uD9>#En|npw#H{v>DVYLUog zNlEw1pL^f@ZYjNleXG-}gPyJ@ZU;m*wz(MIx;9H_U;Fo3*X)m~+UDx3{=LmF)ypZq z^JmGnI+xj#tEXf&pDeaHylz>}B@LyG>9-}{Zm?bY_NUId`A-*b)BL(XLN}XRr_SX~ z)%A1NSuZ|LTVy&*Qtr}8{j+vUg5>wltyb_3x$#WnAODuwLS8Yg@{a|&Ydp#_PY3UQ zr*7fV6KOm}<#0*KN1*`2J<3}+p4pfS&gNT^xOlPb#jk=ZPASE#2&!|<4gH$7xo`TD zPcLtOT{Cx=kfw-rPQ#ViwR2MK(te9fn#3kGV#^b{~`xUj;@SD%?x&%VIEyzyGo8voZn*-xZN#?6oZ=o@64!*VSC^!&dX z9`72bbgVh5DZ=}=cGjdTvnTBT{Px|xl@VDt&Q>bcY~}r=aH+OXsk)}|uWQ1jwvaDt z+fDa&e&Sqb{GXwaIqJxNh7_OjbyaJ4&9)>ivq?~r&=*x}TxZ#^>^@z|F{69lWzpYP zxAKPReqT4WJmPgy$?i^7r&C?~u0OmuWBJ`(;{O@0Xa*m6Z@P8A#1zT2?f+hOSIwVt z=Gf^9JBEk*wl!y4ZMCYMUUYNX>kN@A;mck~Z~49aMzcZ8Pt}`$3Nt{r7$I%r$vk0Uskir_1~f(`THMo~rJ;_l{P{Z7tDdQ~8d&&bg|v zO+fzQ5u@xE8;t%mb9N-vs=m&SIntmVG3%=7>OT?xmi#I6spZ+7F8zMVblXFEVVqU6 z&3SL1H}F1ND>~zMbm@%K zt~LiAeBs%jT*dIvSvP5=`SKHI{><3x`$}bTzN%gR`GsHqGpxAwBX*D7s}zn|uCX;e z?;7XC&NV!>%_edihrs^NfeUNTT)K5?BhU38F5A5Ld1hJWsinwWyEsqB_0x*Ho%{l- ziANvkd^;Tf_K@kxH~yV>UzC|o*m7K})R<{vYgy<;PpKv0pQSu5_`G`5@A9AF^2`nA zgIr~pFPm#Toz?M6DT96fv#Qyd=C$cdYxlBUUVGT`<0ke<4snAdNB>h?Wlf5iYt;-7 zeRNi}->H+gaKd)U<@=isOLKmyjW*JoqZR6?-s#w3m^VFJpZ9c0yYSShliqpn`MGZMA?vd|RwpDP*C>7CYkHhkm$T%wShCrdl`bc` z+(KGk6zi7XN#1bq72Bm*Oo7`zJ@iTZcHDVc)%Nxo$5yUVisO?wq5#(UE7A7{|xF6zMuTm^+X{5{Yp-T88`o`txNhhE0}xH)yXLjcV%6z zZD@8;SlX>H^VWX``=vL^>@+`?b387bf2Qb`?w6gGf413`==XL-I!}3<6>=rzVnK5I zue>=CAsMG`NU<>a8hOwAn(1daS>s@;#Jk4Glq=;L50bSkD>Tjre>YP7WAV0cveuOc zTXwJ7=;^ZK!J$=;7nb+eB%d#`iC4XycQw|aWS-%hKe;&?(<9m4FPBDrzj&bL7jw@k z^GR)aYISey?gVvan(~I(Zu4B`yifbo#l!J2+<*5jDVuU@>POGi^KMlevR+E-8k(Fn zE@9dp*!G0utkCw*v~}BB-`u&=-0^zPH$P_iEg#+9<%J!a%RaSb>D6L`n=-d<`m#^y zHC(57M1B2g&ZnxYtd>bP`+D6EDG`1h6TVLR%$?1@EAH7B3vQd@xv#i-eaES30vGqE zZ+h9(@a958LwI)R+cocZJYAbAvLH7z&27zp1_>$WFKafLJ=$CD@!LF4Yw@FBUavgw zKbU{~*7en0pF^Hz{w}-}{M4Q^?*Z?clI&`BwY_GO^HeMgi}%^2_gYVS@GQ*geb=s# zJjUw7`kk{^R`)LGYl;g$y0>qY&HLCBsZTb}Z$7m4iOH<*6$WQ+uYb04UiOBtSB23b z$96Sq*sB%=?)e}QKgI0mX1_f=Klyh)|1e#6f!t@?M!Br;-X$t}pB`S?%^SOPrd(TA z&a-D*qMpwT>1(^or|;dz5E?!6{kEFe^|v2qKGHcCZr;AReSgcdS(VNAp52e>`TVou zU{285+og(^T~((Q7O&!-n04(*qQ#nx7nN78*1o$dG&JN&PWZ9Bjdk4FtG=2pwY8N9 z$mzZJ=!wzid6oT5*M42T9+9wp`=(3o#*XFDuCwMmTyXx|joL|n&M{8dAau4i;_&a5 zi30OExBOA7?-#%Pgnh|Jea}-*^n$;I8r(c4$<46zdu6V`_di)$wM~chGBS2Hg$VzC zJ(u-H*3Kgm{~1<^E_nT7oou(K-I<-PbbK;_7v$m<v4AsDK6UpZ35?wcaJGr)FKfUgNcO8LP&jrv4qXivFcWNS42{wX2RkYkDeJ-d%n6 zf!ot}@#d~MUTn54Ab9?Pm!@eqPkVGbEZ{#X^g`1sOmV7IQh2#jX3W3x>FJw4ZI7JZ zJ~4FW^QqTfSA2N3IYRGY!JPB1F*V1fr>!Vknwy#6#_R;g^|hFv{--lkc^xlcLQ z`+A3RakbOgQ;&XCB@1hv4!!ni=bc9NlZHQAH3KTnY+SU)P`q}{$LpQx*~etB2j8sZ z%{{lhPrmE7+;{y_w_S7PmLL3cuJR|}b={cqdtEyx%QD}*Ju~F=sol2vU#?kB&pZ82 zILegwdGGS_NLMb&r`_{6R)4x}?IT&-ZTRNsyG_13uKp8T`2E_p>?ogkxu4F*DB0gO zby9k5A9<=c&hB2Rdc1z(t713VM_z-YvMO_i2~Sx+`-+{qGUl^( zsb_zcUwbU!+dW19P`&4KZoXr^_Ub=Fu-nm7bGHO5Y2G#@dC^(hqSzA~a+-Xe zq;FW$duD^giTCdJ?>n9Dx;m*>Vci0DCW%E0gQiJ+n?L=IX+QH!&9%j1JQr`+uKlF` zYWDKwD~@mTux{%Wx%PXbXaAn;U&`{Fe{ZF!Ow4vaby>(`w$ItU=YncZ_IL-bl7D}I zsai+y?{$T=E&g{TUjN;`h5PQmE4TFX3*}dQ&oB|a6;{u9yl4G+wfwFZi#C4A?0fuf z%6a==MXdGT9OVcRMOWX- zt-pW#{*M0)X8pyY9pCNV{;LhY;`6)XKZEh>pSoNsWn5NrC-j4A+?+0XRR?j_mu-6Z zUGP7H_LWHrmqoUpn$qm^XVJUq3fG;lq!q@j+I}hXnaHMdok2$TZ|&M}*>{fi?f(pW zi$f=y1zuzSxZrJcmG0|^yX(b!ENmWk+1c*hnZL&KK8o=)zpn)a=W1~L<1K(5qqV_PJ`|=fk z^SPgXv@A5 z^-IT=hi$L%OA*;?QKnog*EUNbsVhAaT{oH+XUR9$$vq~{U;EpdL5rqBGe#lw;!w``m5DN}S~xp!jDvkgqQ zDtL}=n$l{aPKuiT%broKZ(nV6+Iv^(X}?1+!#@5n2)@5{8{_`d zpMTuSPCj+|b#kHQZq4s~|H{1FV_YLpH=zZ_p4(#%kd{PoC zRI$tK!0Sy{Iksg^ZCt(2UGn8zN5%L?hJ3m9 zq8qo*CH5?8dYr4Mlyf99YVEb13cGzz+Foo5o3`Us&Gpz%`SU)`dsqJT&AhhG;6<@A zO}e|{_|=pbGTnT~y79u=Cx><^dOZ>3uy*x!Iv)W}=`=Kl=71qO4|pBiNMoQzwt|762K&ieYI zG>+XB)}hK;*$XuUs-ve#9{qM8o55|-;-Kz((}bMM>|Tpz2!+htbEhC`J+rJ%o!zsY zjc@f=Z;NWQnR7cw{ghJ0C9!sowd=OU`F4Mt-LkXE{HyIT|KJr;J2rJ+`l`D!%^_uu zxO0)_s`IKM$r_T+8lJ9}=$SYgfB)m+r@wW6&keU(;R;b~^_oecq(n(Kv5!&9_aKrx4ijS5x?Hb?o`0u)^?^@eivzO=9Hs=eA zTc%#;p3ks!$*dP@UQc#)tevAC#d)Bcr|;^t377kIB3&7LFXio@dVFHOSjD>KSEfwq z^WuytP@cQz=B~X>`-B(n_nK}v>tfM%lODO{bI+J?duYu2DO>LG*tF<2ds+LUKF1IX z5ni>$Qr=4yyUgxBn}3kg%5T!Nlcy?uK6@=Q{wdX*6qd|jqJL*{T&}~3cTvorlGa_* z@KpN#qi*%vj(0ncoqc?EZm9gaedjZmwy&Q#=SD~AX5&u{XXVcF^);?|V_koAv$RoG zXq7|Kqb;HfE;+7Y);PSGRfn~fy*+5TxFLg0*0UQ@6Shh%nYX3(R>#(;BaD-nzAjzO zJY)OEH;UUVLVNF~?cg_0m!Gaz#cO_k%j(lx7rkIKI(6*P+liI0llL)yy!U-hW%Kr# zVK?LyZoM#xIah6QqBwWD?c%iP1xqHDuW^^~sNC{z#_A>4)t0WzzIA1-``j7drp-^^ z_Mc(WuA+*A?i)1(K2#gb3yj_`yQxq-+H39JYK=)tQ#((zcbIL7T@dP$#F2jC__6A0 zIsOmP`@En3IyY5s|GrztirdRsc2(SzJoV#pwdLMxRo z&y|i6=YM8;^QQGMNpD@cEx}@r`Ny7K=~bV+CTpDE7JOyGsV%KNDN~NQoe@tpikNgX zH)B`G{S#9BrE~QIjwx<^*#){N?%atxc@sQN?L4cndY9s?lgH-13|#9K{m64q?XC&; z-W&a#n`>!4_lfDHLyL15xBT*JcHMb3@z0L9t$`u=(Y3PzD>|iK-M$m>ZLPO`+4k)p zr}TwO{%7DdebSRxt(lt_U+?ov zeqV1^-s!pM@Y2o6dnR~q_1yX*xz6R#t_7Qc~9V zX@vUBxyGBeeQTEH%vnM659m#oUs3hqP41N=?k4j)PO=Msk0|?C zzeVBbe}-L;w_LlvbMc+9jl!>#l7A*0e|NUQuv6>w8?D)%Y7wHjCE|J7JoTsd?`VqI zD0kMl`qIXaOZ<2K6Wo1z_0Ag8z?G9PU0D}!&7o!gm)EAQ&fjlXp7Geob?|h4>5i3N zx9)2lU1?~4przrq9=DH5Hm}{&wKvo9=WSJ$4COTQ*5vx6{oW`0qwfQ&fMlKHn}r0U zZ!Ee#@%;X&?(&b)@2{_4f2XQ*=6{Cme;?^at~ul5|DQq5{>XoZTlJsik4?`$GFM73 zca_J2uYpl(x0#-ely$Ij8p#ebab3`^R!q5ai;d8h80y72kV{}~MBp5Onxc)@dZjxB#CoXGg;8~XSD z^?O}suK&5Er2hTyM$`WO_4V?Fzh}e?XD^*}xP152(9d%No3`yg{*Fsu$g67RkE3e# zKbJ25bNt(XhW>}kQ=XIi~&>6aW~r#F#dx}kp6VHW~#)pC55iOT$Y zWyTiQW!c{D@9aYRpWi>8&!hQ%o=ri=)%vxc`#RRdguPbO`jBAp>GHgMbEj##>^psb zt=+%vKDW==XK6{gAGa>cx7#1KrtY8V{J8%N@%t7`%gk7r>2&%2_nwW$zvkcHvDa3h z`1f})Nu}E3@9+4pd_CKD`BS<744>a6+1B@e%;=c^ZGQdwZ~yA9?fcL0>bux?LGLi7 z`ndlL_4>tv_Uk|9fBVnyXz}%T67~LHo}d5rF_vj{+4lLr({Ib9&(B--ee+bQpR-o( zSbKb(P|VFo3$<#FiO=GhqPtc_u&MrE7WdIt@fX<&`m(HNiS~S(zPIkf8~a@xDaIM= zZyV^o%L}wYjCvDlA8!^Ewv1#eO-;1mc8#HIL{bx`-*k!--+p^2A z>^{8C`tv$s`|GEsTaKnBY2E*v9d&elRZwnLkZ!iCzWvUwU-Ls}&itOy(O>*~`@5w2 zc~dfLO&)R|H=kE~{rvCd@Y&l>Y{IhV<)%iO=t^Xc=<(gWZ-9JOKng8xzfBpBL z@jv@Q!9RNIFE5&}+1}u*JFl7T!A?`%C=vgU?|FJ$gAcA2jCoef&+huI;r#jA%A1a) zMr!Db@a9-gRNED^sdY`E)hxYR+a-E7pJ#dFs@K|GHl5{)*thJX%}ze;pFH19S6?o@ zO{1-#Ps8S8c39;6^kv72ZV3sB^iD0Cdj52zw#1=W`%m5W@*S=bUw?I--TUu9!~6O> z=XZYpHS_P8^RNH7NER9I+Lu4my@WY+U-q_u!`I_&>nCeoHasvRXWhXorbYK9*_2nV zTmGHvYGU=B@{SqYu1VWwbk48)Tets~eewJM4E=J;>~H^PSoi(cH1!Fe^qS)=<@*AQ zf7RXUwTY2+7VEy^oZ7uRq~Yn_*htG0se66*%Wb$a#sKZ_}ydo|1+?6ztcL^ zekH+dSLN+ZJzG0{6}a{-i2o@5FnxRc_UNWw>9=Q|7 zvEspss9T}G{!RLQblrTb zcKx%DSI?i=*SlJ>#CYABmu7v}zgFdH_&5uN#<=Xg+}Gdq?2pa$$P^?7ZBsS8Tb!W$@hd0%!Ryzuqlh0wVuBmEBvkbt?-a_pMnx%95|dCB=71 zCfsy+^z_-sgvxzwQXgh($Q)ZS*=2op+qQ+7`5P`~y}Yh(Z#msXoj>Q**|hyyw+{Wd zm;BT-N#ATw&_{c2k&rE2*B0j3Zx^32|35>kmBNGfU$vNel0MIxIdgVlG0)qjwbfHB z`(`Bl4EygGkNlx27Z_|rS^P0Ufjn=Mq-0m(UdTg`iHc8=pTJE~W zu3y;w=8YWdxBm=_@04HrwDQH_Q!N}5)(WoTEM2pcH?5y#$NHvchP}! za%p)t#8+xoOWi*0HseO#;rT8aEfG?SbNp7N8&-&Ov3CJ?gY+h)Je z9cjE#&*pyRT&%ozukW-onz#2n{k{D5qQkSQn&K}U-4`sXfBpKM*>CmF7M+?k-BiMA zxtOko!<6|NOZ~Jjakwta{4hIegTdJa$}Ik_DVyG#CIrb{n|FG$t%%?hhm+!kF=2Pt z>8!dNnfq_SD)ry{0}Ta#fBn_}r~2!^`ZNC-ww(F5|M=^#cLO7)?tPS&w*Rj1`+t{T zU*CWK*k!Yh&iPlDsVUhW-?8IeaoL%3hp&jPDc$nfq3mr`ls$jY1jlVX;*X7^yB;@( z-?^2;bor_9yZSjF#A8^M^7(Y;tre9z>zf%hVZ)95k6Z55vTZb-IL&@nn5tUZMkn8e z_0RUq(G5rgsyNcHH? z?JsggbnoQHJ2`$cdgsO4AJs2#a8388u&OV4Md`<$gSY^^($u!L!wKfR;+o-kR~$7*LQ#WQ+4YHlQPd-`H6yCr?S-UobDT&H!Er3?2yU!Tvtk#xc@cjzgmC9 z$LDDBo!j?U`&9p}+bgxvGOvBY3!dCR?wdJm&Mh^1{xYrFO|@EDt2Y2f{& z!!a*rXg+oK+jYsgC3U~yO=h9C%i9^wTef~Ve%xfjjiPy~FL%%DaaKKT^N)X0 zd0FnXv<@dh*V$LxgZxr^_O6VI`||tXCZ)CPJ32L7@{KgL@6^lL{3r~IU#e!<(tedK z?AedpXScFuS5|IbTU;Kaxub4_dM&Se<=z=``|O&_jG1r6zB>OT>{ndV`R9kt46~90 zQZ;pyueh!CHhNtVzS=(|3OKyOOtu zPrU1}!{);F=lZU4!iQ(>oi5h5thIOAI=fqzU9%+ueQkwbvb#Kq>Af|LQ)_GR&KBj) zF0DiLol&=zCqE5)UFo;`VC=e3QPrxv+}8ZRRzH_2t$5uz;h*pIavjw~pTCV^hf+@T zz3JP&WanJvB{NIA?F2sarCPGq*c`vH>et=ms*^7R7M}mlFnQyYkW{A)Sy7LwN?JB4 ztnE?`t^KPJ)#Gv0DC;x3E!U6Yl`r1CviyBRR$u16LFR&Pu^ZR!`|E#f64$tNeAQ0A zmvzo9oOU4`5nWfdHJm#iB*?3I;HqhsaNk0OzSmvFB~dGn8$MsP<;zyFs@?x4a~fSz zm~MPoDNLl&?0!p#{zCD7t2g%^`!#8}_HY?_aa(&XzMeag`z}v{ZmB}q4vDCT4RKHQ zW(dW9lajkk96>SaQQ zr7~`@lx0Tj7s<_jTUKrJe8Sh3y5*DeR;kWiq5tx8to-R6UwUjVb4I3zO>)p`*|0Q{ zsYPVnh8Nl=Dt`TKn_aa_c*V=@w$@X&DhMqU+3A|~RCg2G>$dP0-*!%zSQc|S^yLls5waj4usVeU=AYV`AI5RYPwxPq!i|)eM^o6i z?(IKjV=4VB=W4Rv^4ncPV&7UhMZOlD-Tzf}%ir6xwyu;mIr`{Gf7s8ONA*+YO+PyO zn&LN$w?Zi|y-H<|@O+hwThpWdbJK!nTNX3sW-VJNy7zF_x~-kls_xYpNZr~s>sH>> z<8GJB)+8Og@~Ah{CFSwY*}ZpX-o322T*70l!!nyNiLt!b-H*OxWMiB0T0`<;aHKTo{(nQi_q$?hYwmL|llje9SbR!|j{ zaQa=j(Jy(`XMJrKP82_$vEXK-<|5|QC#^pBUulO;4f3-LVq%?IW{pbL2h$!j5yOJZ-ceH-%ly{)>X<`d~EwZ z#o?QL_A|yuX-`d-A6M>(+c`^C-^gj&%j_5Lt=_6SW@zkfx>b2-dduCe%SlW7q$Zth zeSV%N_38B4H|F-*t+%)BarhelGRLYuAOl3r~GoS>;foeUsy*_Tn>H>3>?b zJ6!ucO>XtmHNMGiYci&p{LA6kI!Pjc!M|hA0=+%6YixJfto<9O?6_v>cEhZ%KmVPc zzpzWy%BOml%AMbQ>qA>U%w&m74$FxWNt=9u@#@lN=e3uF?3ufB`h;!4787uVKr)?;&+;@O6 zb-U-jQ;B{??mw1GoA4(pgtR_iH^*|;z5;F!S=Ob?j>m8QYZd=+Dc|E={~3hW+IsBD z5fAtG$~!pi+0&JK7F9E|1ebJASC9Xyzx=NAi?Vm~<|NIUz1sI`XM(^Y!-QXp&P}@% z;_mdZD!c z>a65nhxG4w@I`8@%HB9@j`+kq59-vHJpEk1=t;$c)ut!Pt7qmd-+O(6pjf_c&E!sB zUq1Js)%rj4UWIBVyuSNqam15u_UUW4S#5grds4vLg{JeiEx&yESJaeTlbOPMZM`~e zEjG>avYME>u|KxfsA^Z>yWK%nvvy73czJNLEgL7Q?FQyz2t1txw-P+g}3}h z$#-f3zw%%HIa#yj<;QQ~_E(C(aK*CSiWQZ9_R-txiqa{u$PoY3w5JmdLOz`_?$!z2 zqPyzTn$_RlS?v$MaWj!;5)PSU+{Kk!kM$u1eK zNkR8=EIXdf6%Z`xcDny=+FDzQ(@wJ6mbJ~BxBfrF=cT%l##d9`&taLlPpaXRw)~PT z1-73$E?a$T{azVgElGU&*UhlO-J?_DSdprz`tp}5+$&yA`p=+P6z6^F(|?9On}zeg zvLAf+{O#-B;G)_t+a!ZN;XkWGdD7EYxau8LO}JO*ly5uh&AN*$r^V8rnsR1OG@og6 zit)=_`N+;QNmG{#?W&2_*A*sv^jSh9Fj$rDyggQeE-|;^qx7(SFe@39XjQ! ziELKO?&gf0Gmc43p~@-^!+#&g@!|RI+aC z{&jEvon?vMxTtb(dzgZ<(xaG=Q18DNT9l%+;~(67=e($9x!mkyeZt2diWl@MU|ZM>nZt~94T=sZsFZl zo`A0h-_?Iq=2drg6Yjg4>An4G&-)Z!-(Qi7mP-5*=u8XTk{erorF~M>ow+gTRzaC< z53StR@kPyiZ8AG#|DWB?1{Yt=zrA;5!C^B&<%gm(x^Mqj&wpZXJMXL*pZqy#n~F9} zdLwc@-s-bQbErXFu2$EREt6chuaxO(MT+_s#hrc5`QY68C8n9@K2=NSWfQS z!M^N8&M8idmkT6UY+l4V=MU?h60y9Hqy|Z~+=!i}^BwLb#CpEiRkFF#uRw8$;J5kV zsRv@NubpdHT-4(o5_xdOMmOdSXZKxHo3i~~^3v6}|4qJm`j6TY>xxWIb&Zo9rwX)8 zIf72TXUtgUx8%~h`tbMsA6mzz0-18xqIuO!dni3uQ#<#|8nN@Yx{;TJ7d0GwchZ?akH+Q z@z&#J>rZ>iGR#cS4|ybbw{HE-Z`sQi-}0+Y66JXLGV|?@R;`m-t}&U?1{(LSf4TR5 zXZPxrcMh>ky6IIscV}Lgg}bgrVQj|L29eM5IRW`CA+38ggKjPPZvXXc+PAey^+#@B zU-_RwZrT2m4xjegP1=^26B`yj@#K=l=aLrB3fuR_L;uj^inVI>&%$!;C1-wregAW& z?R@t+v89pG>{FlAKlEKXiJzfi5`>qVp{F$P~CLl;|3NN$I}yj3Y}cV&-uJ^Wa%sS7k3TCQSY5Q?EGx^{z%H z+irPJwXd?iOJ|fFQd;D({6t9AF8ReTPZxb({7UJHS+_&#WY>o&X;XsNrcdvBHHBAN zPp&si^{r@?t8Sh&POiaAair^Jkv|BwpzJYuF?7Xd~v@BKniQ$$YuJ$|QuPE}|B zoT~ZvG73$L{1ooZ;<(x6+rrFo@b{Lk-?J|9Sw(%FU$^?h?C_`gpYX*YO^uO9 zuA3wN(xrTBr#Djs9eTR%mU6sZVSFI3e&PyYJ+IC29m}3^K4P!BQMF#`^X%k5+ji`E zD-oF{%GcCwBz3X7` z@y{iVtD*N;{+bzfD~GWxj+?2eKR>|pW4-0Bbz5i6KD#zU{_d`4lY$PJT+?!#!m?5$ ze`>3t*h2THUo*D2uKxHpEccIIO8MNDb*?u=GPE-$_U=#hS*YBsbSNc0O{Hwt_gT|4 z1OMcjZg^|xbT73-ztMQ+C1;}_=Q6H)O*5LM!Mfm7S=IAZD@+|FuKYgfs{K8$AfR<} z?f#w^^Nq6q83g_^9gpH+>Zl6vdcmx_XXaKt1&=pu`_}~f?HAKyV!I}@((YZX5X}~V|;nfQm&Mk%AeND>sZ#@@x!kz|453&<11`O&dunLR}xZE zOIvulw6a>ZZr!^Te4TY~U(R?}*K*iX=j6Kw+CdxhyK}U>|L#7!)-=JsYza%qe(XM;X9QorM{w4qNSKeT! zEzeg98Qm<5%8jUU@0#keu{`aUMcvAKFTK5A*9%GI9+>BGBW2=z^O=@)4DD}Z`Tein z4Ss#+Yr4eKlrN%Bj;@_8WlxJR2RN}_citJHf!rInVKx-U%sjEQnQe?ryVpWH16FJ1iWB{g}n?S;~G z$=DTQMemfR?CGA?eco5;pS8PX@%`S5Tc0EvTS-X$V$QaCd#zbff9e9MfE{ah-Po@c zyk}G68|SY3-O6kCH`(mlyx8mAdliwpAy0lkh*?*C*@t2Nv98{ZHEL(YHFWEb&yJeD zQfbNTe{Yf&&8^~nWOS`;(*6X=Gls#3SKt5W>H4;MLV&eULd#a|tj?~D9cyu-ecnEJ@q#;ff~lTO_@@)8(|Qj4u`>&IYSr%7T^RW%LF{$F;|R{Ihe?yeUl`Q=?72+m@c({iXlHJ5$Bmud>qWqq2M_=mhkX@`e9f zVXBe4if7%19cT7EK3tRYsU=*0!GVWNe(B33*08-?<@%pt&D^$Utgbgh|8CmrEA#z@ zOQ(I^)&9Mo)_=6wx9@u8*7?W3nJvpcv{~uKs^yz2``C6Kx~e->+LW_l-zw9vWtRV* zKVEj$VN2B4-&4&$$wn4hve`d;tMlz+e=9RX-`VxE9^MxaS$gQidojky?YBAIOoe(;=f>|h&DQ-eOLZ@b+jH?F&wHj{&bp7jPJNVHX2i3gY3ZVg-?gMQ3~q#S zX8(EeZ~l_a@9UPF*l>07?W`;}zioZXc1?NYcd=N?DO7{)CGXukhio@WoCJ3g>fFtw1hcrFh_AVNz;d%VZ-)n`VA#}VgPm#342x2e zkN6+Tic@u-`6)j2iCp*c^DX7(hM~TExxXcCrHXR8nw=K~+*=uZbteBVS^GI@a~HP1 zZCkR!gXKR%zqxft*yC;Ob=AMtJNEZq*mHD23KZr@a5{Ko$D+0=;84#TXa z4=xB@t-2NbrdH~0_IGpkVBfpj{e3S@NqHOb$~`IzUX;WNmhwPRQ?Rl$?;0L0voUA zHfg7aiKZkcKXF!56#mTQ`=Q_H<<63?U)JaReK$GSdC}HLsYl8ubG6#mm1HrRt`IE~ z;cXXXcvoaNH}%GDosg%p;oq%w_Zxiu^Idw!vXbJRd>7}6PhPh~d0Uir!86a|EyuH2 z9+h!jS@PoFw-BL>O!Hd{x$avwUM-TCvEtLU=*3SNre0dQwRCgPt!H89)+RDv4p|y* zT`pQV|F{re?YzE5p^Njr-I%^3J8#>x#kVsv-(LF9AgVQQ$t+b{CH>2)YSDGeBE3$W z3QR1wm|MJWi*M$gC7Dg`(u*Z`mj{Tu+1>Ye=QgL`ZUM)#aD!PQnS1Qc9!qUK#@hNV z>SWC0_G9;!AG^TN|3qq?;4fn%O9_S2rSDW4lv8T;t#)(oI+nNL>z3)J{GX?DPb_SG zIEmZ5XrtQ`X4WnzX6NVM**{Aink{A1wBPf3S;P+EOa9(#FP7d}FSYMgx#5PV^QJp9 z3;1YF$n|;iAYJnFUDYW8yjw$j(%)TNa&0C5tA{@JQs3&V>*pPvvccla-t}^Nd&OhQ zvwleaNq*Nm>&TVE3KL$aBcgXgK|k7{1NdYiJr zcH!%Dt;gl>M&GR#HH=f+E}1K~;Dp6@nHs~0ezi{;`&PGJx^}fqQvdNuP482^S*%fU z*JddDdL91#p@?s?*xovqEm7NEJS&KP)3)xgYUjhfm+SxBFv!n8@1xh4T{~)(6*lZ#G-o zWX!S2i%rGLbJ@3lkxM3A>TAloV)7(Qd3#QyvhX2Cr=9g$C2LFWub7`Zn^~*HRi7pN z_>QZ4t^T~4Cb@Oe<*3dnys?jERx)j2J=pELW~)lT^~aIRBzS{zBX%<=w@4&?o3Y_} z*nftQJAaF8c3#S0IvpF=|6!Ntey)q(GWnJmZn3_U{>)6{)iK4Df`Kk`%6PM^uaw+4 zRek2zy=8vIZVfM|r|VvdS+M_h;+iGphEE*qZ|~+4G<&D(==<-|CjFC3b^MPk4e(#l z^VT}AehPEPr^FEjP%&f}ti6K21; z*10T4-EgkLv#HEMw{uN)My@&6=fNzbePUI`)XC+nYy0H=mzLMQ^gOG~>^OzFT+ZyC zkoS(gC7M684qdw(`}$n9`222@Nq4@_402DC*6~^TCFAl9;BOT9O zw>Yr#$XCDyV+S%Sn??o!u22bb5J-mweS0i}R9l(~jIWGc%f! zYcs9l+gJ9paek@4e3yDp>^=GTTF0Yew+mLknRhQTkLBypU;j6(=fIMy9#4~uosQ-x z{5`4lB`VGRPuCO6qLGxw3=fB}Td+Wtwz1feq_OI&W`es4y*WC$P$fi8S;&c}~ckRr|t}9bKcfD+% z!}=?3`o0II*Q1%FC2unr<7|SbF_LA_pp7(;wP!TH=YWv*VB5v^!aP~Mdtcn`KMn^ zK6UuirQ;EO+Ha2+Z~LsalzW#{wolNidEHB=*7{6YlvWy=@>N@(|5;G}W&gs(`=5n4 zuej8y6D+DGc6m?MWw+TnA->Bd_l34TkGbs}?8tM$Lvz~83zKJR)p@>`f3{BDIr~)1 zY-v^P`xk2BCmwqn)n&r=O0Du?&)(bT4UE!WXw5!n{81{$r}xWKwN>5M7rb)#Rrj#- zTzb5_!%xX4$0feZytOa#{${gtx1N{ZyngxIs&Dc)?t47?*S)MT?1X;b3z-liuk<;w@3)J!T~$Lv+tTe9dn|IDXV z$;A;rtul6B)|oGQ?nU;F?&%htT8lgG>L9|Fi1clF2879y)3}Onij|}P7%SWbcxxR`$V%ooX zuek*~T#8NvImak7y?(AP&-#PAmQPQ8ziQs@n^+iyT`v@N6e0z+WFO9 zs)jwj@Yk$M^Y;3$4>bPN(I2;^jInyXnG9Q_ZZ1DZHL~ zceh-ZR$G7gDZ`G|_|B!3E7B8L49>4=$jdS?UvP7B)UB{$sh%BE4|%9Kd(Y!wy~FDJ z{?h(}^qJn|MzFWNf zad@&l$DfZ*zi;iCUDkQyMg5Xja%W9f&zw6&=h?KVk`>2Ld;71V zPhq)VFR44a+3@(fZ)s=qc1|u{d@lQ+{G#-=Um3f1we8Jbu()*7{GNYFJN?BbOg5QY z^J6Yw>wSgdT{aK51YLV}XL-QxosaFGv)puT4*#fHIQ#Ct0RLCwvra8`$Pe7@s&;sH z;H?5%^_hF7KB?<=;nfdFieL7AX~L0~(#4e)mS1AC?>6WM*cF(~OEX%fJ$GjPrX8tE zBa=28{?qRCShVg!&OV<9tGL)r!!Mp`@!g>i$1QfEU2>7v)7`6#7XADx_?3I{SKTMe zf0tC`l{ZLN-ei~;JT>w26W*g?5~XIkwbr8FxBSvA+Pdv8yO*9W`>i=&LK$@ zN=bS8cK__y*jVd7Ud^f-Uh~x#+xI90X|nK6V$@ALQNOjw)6py9iY!O(gBP)c`4JF8``&-T)~=iZ`>o3}4hkp34MJY8nRiWLtmPj`G~@8oFz zv{7MxY8Kzc@A{Pyar^8!I%UrC*6d}@T%z^+_p9fswNj3mX%VVCnqNOJT@xv5_hdp@ z$6C*bN$$H`m+mQ<;eSo_XUio%{ePRz3u+ySIld@uSGQ1(a_vY&V-O-tqaX%xiE>S7EkK^RvLFC92b6zD_tJ_kH%{ha%mM+Gfi)$eaI= z{?Aal`#*!vmtUtvgj%C>bNnUaCoF&Z%JPDaarW!8OtS-So>&)fTwsG&tu+&)<5^w* zV^NDzw(!0-(Z~?IrXx99I6401?9-pCX8mUfxZCzd<+|VY{tXuTa_rt#@7b*V)!uLZ zCguO=R${=x;Au*_CP|?+YxXMd7Z%u?WV+^0oo__WWYeYp8A^F|^WX3Px%J7?tsNdK zYtQgZ+xj~COweb+cV&D3O<4Wx+dQ|=;f+!E%ctD`Y~E9R_Hgdg4NbGQz5Ww>_1V`` z4^u4uRc~nCy));vPT7jk>De+-H?6{#RWH-%cZrRtJnfY9T3)=;uJ-gx+oQ9LpDdW{ z8{+9)di5Ur+4gzOzh^QBuepD1&wJ&ilY7>!FOKEaH7&P%KEYpS?snTB(LaCgTKF>L zdhM)C{bg!hi;kK#=tO7SSyH^OhfB=n;Ch?yS{sEgJo!-a)$-kJ#@3zx4sawsf0~wF zd_A@MvS-7rYuxuIN}k;DqB-@pVWawt_a+~GgSVY}vdd*-S=_v}0Ua;Gg{q=y>n+@@vvhjVEb8YPor>%LF@?l12 z(VLPNt^SY%M;t$G)$bYy#`P2H8vVv7JWn+1cX)ioe zsXftK_T{TB+5wxpH}>yns-7==L3jg?;`*#f6IRMP{@Z->+0P5R_a9vJ?!N5B{4bS1 zT68&c{#D$}N=*xh&%AYW;?~fun-{8f{>(Ugy7;kW<bL-`o_OVvAd!<#$nkrK^ zw%^w%%r6$Z$|-;3k%xsp7s%d|qv@{PU;l=)^Nyy@EGc zT&#O`LG!hJPUG^&Yei+Vy^{)dX+_U{IX5Zd+~pTrN?4X^&)dCv(PH;?n+3S*B4!tc z>4^sJ|FhvqjGOK+^3L}rApF5VWr7iaJ~tD0No~<1*_P*Re&!v~U%JKZ%GWE?-u5!P85c3cD7x`XT0W=z_{}}{ z{`^zDcU5w?Y+=+zCuT44R29Q>=TclXrA;ML100fL*4Rc;TQ!d^APelk=VIHG3l_ofghB@$^k&k+-#c!0_wHKPaYS*az5a~c#;1PYtoR(wG$(AU5V?Bs z>~V%eHD4r8FMphwwTtyXgKp18(^&JwR7KZ|ic`1haZmbCG-EN--J@IUggnExAD+s5 zI{T>BlMQ?BtonRRz(VTJRq=UM&2M)J@0~MWOS;)d!8dJF)cjYv3Mbhdt!`gjb)j+L zOzlZxUwWCvF6@bV>l-%prGfMg_5&w8I$xx3czla%>K-+wL%%DoNvZbMy0M*Mx^nc& z75y83W~xq2Tin5N_T{^L8!1Um%~{)y9WeV@>mGjf`froSZI|^{{AUoHGMTY<(y#AR zJwIwq{N^O2l=Qpn_VdQuFO}?#zw+ii3-DOpbLm&*jaL(8c0DToaq6#Gg# zHuDSk-eJ8tjYIswWdBC4qv3WlrcRr0bGPwH=FyVCtmq^Sp~>lYqrH}`er|reQ*`Q+ z_ex(v9u({`UZyhP%%SH$A3Y3|+NQ8!*$1uPyQ|m5d`^BHF+YJhz;TgM2=_G?`|YZF z>^-~oyy5vbZ?Ced(TdKf{WBV$zp-KDU~POpLGDPmeL=$SwYQd){b#uA7&qVgPgd*#MG2MrG~~qm#4wl4BOc6? zyM&bHT#`HZQ_RUQ$>Ge>*Attj_Uk5QGSA-fa@EPt^WMdG-Fv=~`>f4r{cW!*sUw@DH%+^E zb$0Ek+Edr2{W$t4J335TI)m9fUUg2@l=;OEKFaUa%xKro*u(Uw%OR;t$oAgUHDTHD z_jet+<@^PojyLVr%>7oqY? zs$R;Wmt!q|Y_Z>Os2z0CBrf@FkXn|vGe=Bd;SR&Kv3b?LlfpUFT&~&3{A_0Uvbt@h zR;Ao(;eRILD-x1)E-h1WiJDY+>9DkP_s+5(tBhN7cX?;}O_Oh&VIT?mZzXg*gZ5463{x~WwQ_#@Z_|w<;^6$oWe}B(^oP4ru-K)IU+S8Ms zm~UON=)@VRqtUiOrqyy%IiI3AmUedZwR=@njYA0;2uKybL_x68=`Sv^h zGd!-h`%a7$S3)^I&pMkny<`5{EmhxN)%qO&&mdRpzrJqmzgqtt z{|Z)|_OE-i@%{DJ_kaFps1G!@U-_S5`;Y#=fB!Q`IeKmIf1*X{lN*L{8A zzxp5d&xPu)7tVHHF=P9;-}A5hXXyCPu=@V~xW!lg?f=$)|HJni?#Goqt{LX5bDn?O z*LU=jO`lIEiO)JT2>%ex4=Npv)w4MaScP z>iKW|AGh#7%(-fnRXmqD?{kjnU$b?y#1^yt*lu`DCp z;Hb#n%sD9-t*8i&VAaa@3vhj7V~cY ztx0Okw2qwfJ+UV#+L=LDV$FtKdCNasJrEz-ZI$Y}M7875&+P_BCfaNKXITB`$k9d0 z_jld0GyZ2=-Pt+6ZuynpfB)_8-4uAkd+Hh#mUTh1EGcs(~&82O({v#;A9`1i-OO`+v*7m3#bm zf8W&`Ue*;;OrFMEnQL*%{ohT^-^JHn`tryAedB&l?VA3RUE%X;R&JDMem4EAtX#eO z4R)Wdho7cDy?HH0G<99qPmQOcSrW|a@0#^_tPHmJ+Y&unr%SL?g|XAP_Uxy{P)(c^YOEs|v)1$6SoL#iw%hYmnt7Ad83eztM+s~Fv`e!{qR5mQV`$u%n z#Zx&Y_nd@GpRZadxgq+LmZDWP=fvbS51yU+yFcEFrzcb7RbXHT5F@SFI;s9Tp z2}&}u##`)Kn#0!APTBm*yz6D$Th|-S^40S86HXmvJ@R0UTKvDI^Xj_mXKm!Txgs{^ zt50@}yw#GsZ$n}|uJk`$&iL3r_xVJ-u66tloijci>NVT?{QZP<-K#be>TicF%KgO6y)i@e zguaVRz|=L5zsQ-t`rJHm#iW*W>w-7&awj*Gvu$3Kz_`h;Ez{$qVs~X@#J-8YzbGv1 z4$_Fouv={7yP-G#{)fng<+=|X&D2f3CtsaDYya&1^S!z3u54K1dxkNnZ{4CJu@|N_ zm|Q#h@a`VH&GV0mKRcbdeZwzHa$d52xgkkYgME{OP)`#LBF<^=kEWyURvy;<-fv;XEM? zMo)j<$YJ|zwvyF!)~#*g-+pcJ@u|ORJpG*Q0^6l+4IU3oW(F#yaV^=p#qP7yZ|;ud z8LBhd>MmZM75y}9h5eOF`H^XL%k1V=@yne5Q@5yjx#-p{(`;)cuBH028?IbBD7mR&HOu0YPWTr&6Q(EmRdbKCYWByJpb*6=fPc8{(JVbs0Evv0wP zhz89Z&y*<{chX)Ro4v!NdYQ_;)e`4DZ#~_4?6Gi7%(3VV8wI8se)-a0aqjh-$)&u` z&dg%9rqj5C*%s<7@ydysy62M024Vf8d7Q!wap_mrdsVM>6c0Uo@%+wIr?7U1TVMAs zI;z`lGO1>->niQQ6&oHU9bc+;b;d>|emkEB7Z2W={$tmr`jthCZ)PfTwk~mqot*Gp z(r-cNt4F(KrhO}0Zo6koNSox7TpS(LtAW zOWoS+uq`?_3ctOH+<$Ci^sl~@EiaRH8lJr_DJLlBe$47s#)-+AM}k}m9t!noot9^v z`uJ$Cg>-htnn?WzrdhLOy05)yI2pFh+CFP@W{T_9)kQ5~E0eN>f-XnN>0ZB4yjp3! z`I?n=UbgerY_Hs!Uy;-D)6v7we?ixyy{|oH?D1jSs4_`NTQuix+eL#G?y#+vYrVrR z|7XxUoV8(Rj_3OCH44G;_0mBXnflAR{w)4k%DIBqNqueFowG`Z7C(-EJLAd;t!WEq zpOU$^a9f{kme^(XI}7ITy26<&s_LV_mE)x?-(@d;ENp}M<)R&H()OQeDUZEYQTgY> z{g79EA@;X^c712GbDBTrUYe`f@A8<*AOAB<%IG?Od;jW7_J#J3FE^k4y3^{O$lISE zw>|0$E;5_Ky5313^5Rc^@qa~EIhjNx`EP~!#_z6J9Mp6_fuW(PnqMOC)2{m$B^H{m zEeXDO=%t{{W$DF-FP?YyXPJ4w?0WOoWo?r-En?dKv}gJv`K)J>wUK`q`{SDTpME;K z`j^ve#S81d@*fq$!0FWKty|tSCw^IZ^jBBrr)1N| zCchu;mz#IkkHeHWQOjI6zD<<_Q<=jQm^1 zcj?iJHH!Ps?>luyC*)0rz-@nj$@?W+&V)3iG;dwyA1uKV;TaHICggC<>s;39e>+|Z zTuGOWVBB->$Zn~now+j(PG)pBzx`GG(Zh>>=UtzdH>>{AX3O2BOl}&{=~HK}Q&_*u zVanp*{HH$GW`^85@9@Gw;&;yyC(%70^aJE(pWN}|kP=66&GbL!^N%xmt5!tJuJC;P ztZ({~%a)H#PWc6|>NT1=bz7IxLYE1_Z(?$v*ws}0^S%G%qQ|T|`^%S~EWi6tA;|RP z`l(NR?!@h$wCL8`Ajxfkx73oS^GZg2T(z!~2pRvo~hAe007!`KBFvi*IGj+5Vo}w)U&~0mCO-1Rk|+xLbKw&wbVNIp;Z8 zd`?Z=`21_6)vdtUHV6 z2JO5#<7~lRU!UWS^RF1KTd+y$Vr_PaPvKs^Svw-y@1I}lV%D)jM#@j*DyT8<3 zcU-Y=S#(zW@_W1P3jMsWnu%{7Lw;Sg*kYUeZKkMWA7%jd24i)&w3w9R$KQoN4MXstlFw- zeZuG6(kEZ$@3_UW^4!zjJzK>lv0L*Bu$%N`yJmm#5ZD=e$vC&;pyK-c$CYnkQBR*gX5JX-Qeo@w%May>{Jlx1_vR>HJFY$n)a)AC{|2Rd!F6|6!plmRu_P;*w=}Bjc;7Mea8?x^=x* zD&=N5m%8-a#uW#YzBu0hRdneS`^??{_L_e=ySn>{yyWNRi$AZwH(q|@1J`Ts+y5E5 zI1Rm~f1AGWQdqdr21n@!$Dht{zE$~enpO3VdF_`EoBM08le=$wyvSBPJmRC@-dzIM zOQx#YUHxX!n}06+o6Tn18MAXl{xe+Uo$#2+X!jS{r>Wh0pR9{tcj?Hn_rLg6zVMw_ z&ztDAJXYuE=8vMzbC=va{U(|*uW*k1+!)cj0zs>`R^+%o@4fTw?)8_K?rh!nz+=L( zaE;UXCzUy-^iF&7qHOQ={Cmg4Gd49!o)Qu&+_G(PO;E)8&cK&1+`I38nWy;j^<#Up zC&BYu8PES`@OqOOohM(c_$Xdl;_cSyde7I??p9uNq0BF|XkF-Sjzc#OxUe1jJXeB4 zSE_I4&r|7EHJ>&(Hd^)gvVp~edif20Uue3^j-WM#C z3wpNGuI{d!-@5r)&)Vh{?czMHzhlE?y|jC^9z8FYE$b}Wz9}s0T)NV`hS?c``F|Bn zug-p~_nZ4j&H7n8zt?o0Er>n*L(m75h+mHuuZjTUM7YCS~bt`OdV(@UgMM zRqH8xYOhaCtXY_tnZM7T?>W2o>D-B;_vIfjJ6fea-_k29?_9mf{>6d_UTxO8bvHIH z*md)pu()Q3DW`AULcVE6zhB&xJGFS~oTOK~=E=Fe5qjQpH2goqJkj7=XM}iCOMPYT zU%!?n;_r~r*`he}SJ;!C3Pr5;y7QNYr#pzgkiK`OlCSHX^nZqkowt{r5Y$nbW0We) z!~VAM@a80Kx4XtmlXlPNPW>*yGm9^VZ?h?{*QZz$4fXcE&q}J(gF}TbHQjnP+x+F6 zW7^4!P8aW=rdiO<@tkSfsXR@v?ll6@||LUdHEUUws zAu|r{wOq!ZI+u5+r0ACXCDOBeLw8NgFV5qetH2dHt?qQ!p?!JF|1)TrhF#4$B-^Ig zIO#?DvYqUU%&)bDc11hR-*Kg|_MTl=l;qF(!r{!`-sY)Vsd2Ntcl3m~t!*^so0#_A zv)FcFz}8Kz6Io|$jo2%8Ui`D{eeEkrpY|FWeTX}<;NA89&!06;Ej`Ynwd$^J)pO~8 zD=+waR+)#IY~K7dTqa`YQI7f1PAV5Kr|Esmx@)g^L3+lnTW^z?mv~?Nc6(XT=iigHmfBSw((0Tnx}o0R z-F0`*A)m!b(*(|)i2FAySnkQW{3lwRT2Fr2%56SVQD^+CJK=Waow9TL%Gj6>&6P`) zn>qE}Y0X_PQj}IJnJ?P)yIG^`Sy$jB0T->$SL|k=;I8zSW+po`U{Xbeoe_6Uv()Dep z#k6_bF4y?n;aF?blPaco)wr*}c189JCqWZaGoNcov#z*3IuJWaN7-z%&ti>}RXRV@ z{Pg3} z$tGWaM_ie4Ox0>z`$v;U(v$OMFB3eo?Zl1vX|qypK7L)ywr;w6>jw*w8ybgwT|Tc( zXPJ?&?Q>G+ii2}}|I5l5leiygUs2xuHGTiavpc)?rA0O0JEj-crO>opDfVdAzNVn^ z6;}FQM{0N7>fCUA#r&-bTc6B7x<2`YZF#i+4YNI@2H3Kl>)y zpI`IW`U|hdaqmB6b4t}0>pv7s{bRVgx9`-33{Kt|RzK~p)_)XRx8y7T<*n+=7q1om z)cIXi>pw0&@#I)Z=)y*a=jPtJNml}PCS}^~EARF>tIM+0PjYsRXGX{T;OH~c zZG^vQK7DU`&wgQIxHa3vVCi))>$Ul32iwCwg7te!s zan9VZe(p4*Fy$AeyU(59(x`D_-ima02g$X4&qBAErace5`{$r))z7(n=Xbq(u9S9G z)8g8-AoXbqzvgfYu@;INUR!N9w{F%heIudzB~P6cd_24J7gc3U=X>?6SFU;Yj!8_lvtHfc zsqOc%ub<#7{B5FOin-j)J(WlMot=uWo|9VLSkPv)?@(7yVE#7NhIt7rsT2IBuE>A? zzGJJdlmD?L-fWv!9{g*b^X^2Z%WWHp$=QY_iGk|{BK}?4ng4E0*Vq3HYnJX@T~)I> zW5!nj`IY5&&n=e7ds|)AsbtixFxAvHO8ZA5iZ{w+_f52Qvpu$T-;$(+ zg?%#?t^RXn?%{^>Q9ZO~znjgv~p13f_J22ccCCGY)l=t$b zlMd!wzo8T=u}s4|=v8?1qkZp}9k_DtrGJuTU#y6!YsE_A{?)UrBFpNGTn_$-R^BTo z|5#{3$&3XGC3{3Bz6s@D;#YCrlL(GpCEM?a>6s zsY(~iW-pzmedhh7%6HoH-#*=UvS;dvPoiQ=LQ~d%w+g7UsC(SgW48C=jk9YPeVad3 zyxg{_q0w|%)|}F~kVlodn|7YotUh#YBHseP4E=3aZuRt(*!BnMRfR^+es}A;>h)Q- zzRnK2^rW)>xc2&u8`GbhG0@z)=5UIoZ+_4D-L;p(o^*;n%1=D=$5u#9Q+|Kdmv=k2 zPD)w4R^!rrs{;`eJi6@5zbbEEcuCi8Z%Ei0mpJX$|JIkRcdB1hcHxThdfQm9%Ss2< z+M2W93Yp9y?!SHdiuymx3yzn~F?sMlbzfWInW)MAmO-W^HVNGi&lTM(Nfmla3^E`?H^1ZnN{<|pl{afoU~ZG_8()dAv{O%BwVh(!{?@rOetYoL%B4Do9`nD@(b}CC=`B(8Hc#Pf zv(w-66B8~-HzaLjQ9PJZUsGT7eb%*)qN@1@<+j`NZ+FTH8SR)jW$hl9^z^h>q|0e7VLQ7rsUh&YbHb*Ryv&m#LMLr!_G|8+Tg#!ezoA{;SFPPpV6v zOjKOBxn}X^lrCl0MVGTZ3Y$V-zB)TQ%VleLN?7#KuR%@0{bJ^iUa#CMZ;%^5*Vbd7 zOZN4AMdK?xuR~@{{Gwt1>mV#U0O&&X#R*obFPp>T92uS@!Yy75~XXRxdMm zw0-leyPz}Ki&N>+{Lgmwxmz?0CoJA_VSee>n_J&U{XGX-Vu8C7JcPk1&{FM zdu3b@?OeMuL*&fw?l5ipyY{y~tvP;b^M8i(|H`WE&TpAFZBF_^PMt7cBTr!;-+~8O z8cgn!`r^yiuV22h;OZ3jESE(MTvLLtbe=9R`+V*8zPWSGyqD@ZR&lP*EUKz^a=Od< zU0*dK7cg4tuKJ`J)wJj2jD;)COxT~7R>#dZ@s02c`Ir2P_u@IEI#muIWSF&YqskJU z^N98E+17Q9-E?-;wV54zmtD?wpY(q5oSds)H~MV)>d>6)zqcr6+f32NPqWT? zNB%C3KI0R8rFzS+S-zjAUIz1>fY{tuX@;eVtYul6XdbVuj>vDm(o0V(>|Y7f5IgazQi4wnlG~9fna{>@2Njyrv2Wk`%F#w-tudF?T?BM$glYK zL~j4PB-`IJ)?B}H#{K>E{eS<~_doBjUl%v)bm^=$%bpy+nX}z!`u=lmdp&~=tT*|4 zqkKp9XW2BZD3_p*@4pLtnryu30) z*kE_h#EQz_b8dbHmVk`c5+;?l0S2`y)j4F&guPgv$QU4 zSFH{Bn9&uP@}lCbOqj0|_Y;GAnQFYc9-Z5Ftlh`bKh^ek{}i7|6OBLqyrnCgZeKQY z4G7#*c}O7WkgVyWS)7Ov%VFJ#Eo68C)M6UFkMVd>VG(5SwSNz24YwY2LUYpyO8%9WSFYU|r zznS!9%|RK5)pI7BDJpDVTi?5^{ZfAMrH@SScJ_qcV46IiPdWHvkV$#i=5jHwXKN1j z&wn-b!uESHqTSb+jq)d?n!l;keOEbc;`MXYx*w*wmBs`#C|#CYw7+QDS3$8gx32D~ zSzYCRSLELQyMJa!Ny*;vwb*daBmLXtp5CpyEQRdMU3HJIUS;xp<$}Ln6J__!StDp; zArpGlyu4|bM#by8&UC|?*S*~{w*C3iow>)x_)mvf@YdJSEK|PPHH&RsU2w@;AlfCU zMEcu$H{W-wBCnr`;+=A?t*TWq*x_~k$-JBMt#?*E54vu)=(J?>rRxbN7-wB#)T%oB z_Vc!#6Y}be4V;?Nz6q+|IpW)#-@n@B-|E7%Y3Wy7*Z#9_;mcmFSLheJbv@&ax?h`@ zteMgf(K?~(_x}CUZ!f>~qk2uv>kl)ws%`K7&tPHu{-sdQ*R4rX%N9DbZJp$CMoOCd zmUvCj)a&J&|GF8q_08JllVYS=?{`q?!h;xrPHb`F|log_R6Rk4@V?zPWlcv0=xdBQxTT z{oa`RFe{EdN#9UutI7wZKX0P$x%l^lIG^$JzPsza!3rr)p1W#u7Cb2Rj(p}6`tjTa zHP5h~-c@PqJ=WjZGsAV#<+lgcCck)n$z;;&qTa~X`O}2-isPA1JZ*jAJZo!Vc(HL_dfZ%^y#sajm@Vv>*SYYU9g*<(=@YRV<4{oa*_H3-XrAMuhBL5xKQ9 z=di(>=zoa|M9=eml9u!Oblmh%(taO@x92^VoojaMKkRMHFFQBgyG%=Xf^Mw!Esm>< zm6|Io*J`He9f@4dzGF(-DV;@b%L-Sdd39FrJv0AQ087HPGND6ZPo)nrKAz2|fB5_~ z?xv65Ja@d8uQXp>Q~6^r|E$V0ZtD`1 zd&xt1k!zIb;&*bN;+97r|7m`Fp6Q2U=0|PjSs&jKv3jm!?Kh^rD)aR1d)I~8>2Kb8 z`#(d3@6_|DF&v*h&r4f+)?(g<`@x4VA1>wSH$8Iv)Wjz@uB|=Dct&&D^Q$)s&1Emk zu1x)$ZXmf~)%4#g7jH+L7ZA%#&A-y~c*(2GmPr;pOS`Y!l)Wb|r*-t!r@hV+TV*4c zsJVHhXL5Qd=hb?IT{Bzs+qU#`U}%VJwnwb%bfs6_52OWao>tzPqA}^}*Uxhf^<6c& zWheLk!;iDN^^x6$C%@e2wEe(hJ#}vQ!?LhF0b9~OmW7$JWf^8<@^4yyTQVWZd=uZN zsJ}a>-9EJQKg06I=&)w9<0(MMMJq|M;m+08&5M|6s+!dXO4e=;%%GlJ%wLC-;FJfc)4=-&b4kb zyy?#qrnX-4m725fZD~jL!Xn?RTeDan&rR1}b?Rc!cfo*ZcN(MLow&hpRsGpI@1~@$ zYp-rxnO)uQIr9je)@?&BSK>snDLp)nxA{O z-LbfLd)3oF)lcf>w|zZ7;bf@UJl!+WfA_aFRrwf97L&|d+qkV^W&_WM_9wN!=9vH4 zy-nG@{bcWvk1q~+hL!))iOzj(8maA^w>w#O-hrHu8C@&dvS)gw)!wdo?Bw@1BYJM} z75;T{wY_|kgH5*^pZX~t?`^t~_h$BIA?f1MTQWQh)_nn6Y;&Vq)6@<{eGj^_#`p8y zyt?IblRT~kUq0g&d^xIdt%v^0ZL?S&8vZloz~AQ4|mDIKY zldT0a8VpirO&Oo;0k3Sz?S-6rtF=&kxLs4Ao-qut9{PQ>dl~8b7yW#HK(no9yg%o4T z7G5>I{@aQF$=s!j*qIg!RWsjTaOUDUpoHb?g`eiSt2YD@s3HYHs`LzF6hbxmeF8Vg}-$c>% zIYl2IFHhe8S=lDu^_u0Zjbcl8oeQ4m@BZ9&!wCIa?pKo!N+kWAZn@=~-tuQRxwYeu-iTh7aQ(Pg z?eSSYcXpoIFelk7!ovB~KD&zjzPpd?W=q*wA7F7e+uvLMvog2+Z0nOd-TO0*9jcu| z*G$qC+G1wyPn8XteQ?t7a+} zR?lKEIVUopY-N#5z#lLY0J53&B}Rc~Frp7rLu!YaPU zId|U|#O^=JgXEM7Z9;|q)`P_7hYWnkUX_xYz z?%C08r~A^(@Y}6N-WOk*x9(e$K06`du7>ET=b_?TC5r?-y37L8cvtr73dby+>6#Q+ z_@ANvT6&S3`}^Oo93q~Zf7-cCJnl(~*1@~acBvXQ#(Z6w8ItiT>kd~$0}m(XlCT4_ zE@>Q_E=2kfDV`~bndHmPm zWq?#){Z|Oiw%rJRqr3Y#;7>``h?nBQfKdR zE!mhB{MWN?)sLPtXa6%SeJ{Fiy_<7N#T41|6Rsw_j?atEQ({}IIp$-$`l!)*H$wmjgmu_w@Mwocq_Es zRw%$v{oRzwri`5SUtC`bMobc_|9#i$*0+g{5jp|NJ2N-!U+yoz^JI~o`X%?mtS@_u zYWpYLb&r^^^<(Oy%X5#4#b$@GSjw9=r_D-uw17u8tBuqDR6uE;(VVX7+9#@-+A|U= z>H>L6-L`lHOBS>wwk=K4S-Xo_a_Q$1n>p{>E#CR}{pwF;eptB2pZRz(Pxq4O`I5J< zo;Y<w~VJrPdi$$LAs`XzJKm%-R%#< z=Da8odTb+n{L?=Bx5aIXd(*#oWxaVJ8GFGlUGc5O&5U=CW?Ms^h0onuD_=WRN6uw8zM#~0k?Y&7 zTR!ap<$p>`b!O|mo-;pBcIm^m(AJo0htjB(N|(D^A2qJuC|L4YYtH$^!_Qw-JbNuX z^P%zevu92=b^LPC-ubh7_L7^O(Y6a-x$U0q9?M-H{`<@M49hj#Htbt(_^Z){aamlVzSLiP4iX<#Xskxe@*Lu zcP3=|-owfFl#cGX{oLek7DMuRjVBj^XRbbQTCUBsAtFLJ+vWGPCC%pdI{O{Fj?}Er z{?(%tG^gIH*8XjOPW-%;%am1@`NRY}3(Mtj`~UuW-N2F~(`3d(&;0C~MHjPYC8^~` zeiwYTb#0Peu<);+?x$=|8-Gc>omlbx)$~Ji#RIpmK38<@&C0W1c1IX#Wu<<;J1=g& z?4n20ZC6R%aJs!_TKfIR-S3Q~Lnkn7iO9@$wcnMQT{Uxl`;V<@wZ~V?zvFVP*5}Oc z@51))|0MsLyeBl@@aJy%89!EX7ytPl`y^NXRS@H|yLrs4^E!E+pE~T-*8T2%vpAET z51U@C>)|9>+^C+F(&|?obJR9jS0HtJ zT4bV0y{CMI(JN~F*A8JG2Mw60^k`SgwAm7Wu~g8wtjG!bAC&k9X`pd`eeBxH9s zyGVZ0*X^b|>)cJ_W8LhPR|) zORrme-WB7#XANAhADq5+rY!8I-G?u+#+ULt5;S&3ay_^7OYC{F>_3C=Y2(u@Z#U?_ z%>K6P`jeOT6X*YD5Pq}mS`^Qdw&^hwjVDYf^w`KTdr82rv^bgU=PEtP?E048Do+>9 z?tGUdZdt};bGhB`+l7;-FW;z`u+r71XZ^m=En#sYcdo=H?^Ke%UzA{TcJ(#sV|U~x zN0^+uc=m<$owahk=2I@;TXra8ZB6UmblI|r=lJv%%=QnQa`30vh0E#htg8(xG@N`| z3OhZ#Z{60;(0b!%`{%38k}R*)Q*~X=vlY#Id1ga8ga0C}s5{XPuC9((x)-GMdop9v&0-?m(RMOP zUnWW!pZ&Rfb$!LZMeM21jxEhky!5;{G{CAdK_leGDQ{oJ6Gx85pKx~Q+7POrcy*R} z@j-FE;_i$0y&6|qPTRYTXG&Cb(CS~kHH$9JI%e_WfUTvQ(|*;e@bf$8xqNiyUVb8@ zue^;tyh3f`otBpIuO~h5NX8Wc$nSB2AHu93PuY~f-9D|_H^E%UA z|Nd5(D!OaMy@i6;e@;-#ZJoGm)&+--GR5L75#}-pp)=Q9ye9^F{<|CLm)@6J>278v ztGX$_vDeS@&-Xg(`j2tbwtta-adiG)gP;3%yGma?fA&^Fdh6lx#wANluh@Sq{e0_o zjegO82K!yp=J`8Go-1A;?JUcgf67C_N!QT6;99X_!mgK@uUc!aPuy_gwR7y2S>aom zGfuZgOr8I0^Iz32{iQF%uQE9YPFbX@l4tpGa;e4PKB4t<@-yeg`5B*{*X+08jr=ku&tP5gZiC0y)hsDn7P#7*rDi;v@47Ks+$3w~{!7-^}zZ1vO zXRV9vv)s9jv(BIRq|tco`i?~#g(Lpuq`t}V7yq$exhrDUO*@x&<`w2x=*-|9D{ovAJE;}Rv!r!}m`<8l-pLp*zGK(FPhT0Ae`0Q4SaCzLxOV0?Lk6*x zE9Xq@ay-hycG~;&WX4%_p576P-QKnL%hrFKHA_WFE3a(R`ll*Y?oWO%%`<1${rZ+S z_VSECsj~H&Vk)yw@T};!Q0enqWg))yka5Tt`3Lu!wx1}|I<$1ry|smB)pEi;g)Bw& zO;p0Z>n_rM{j>1NnQ!g(TNndUj3&vd_Eguua&wE>!0Gex){$%hZOhrr`ibvZ8?HY!-+yf5=Z+u$8H5!%ln9}W+-rEYmMbdme%BFQZ;z(ZPJ^Q}W;V$w zl&LChZ9G$V?uBu&W~U1qSAf_3sJ9FYEze!e6ko!9=le0N z=`R+n@^Qa8Irv>vtxuRzZM|ll+x5A<)%WVcBp!X+aw{$E``%~w%Z_}1b!~5LeMi^z ze>3`njm=rEYOOLz*Lfoy8MbCoPWRpG@$XzTOOJk>eeKAaGe_TMoj-o(LSf|3dPOUn zEk%`*ifOqUem8IbbK`rJew0s?Yi568;KQt{GY+@Kf~PkbFa^@I{&Xe{@naW zR{rtzcK>Ss{QmiF?`7V-oh^%{B|j}rv5TH!nDkxrO@P5xj_Ao(Gr!GX4%;;UliKBP z$3M@WvGvCdziS2AMKzvz-r9qSrh@wKO{_>%AHR?H9EdV2aL zV;!@}B5m!9HXak4^q;|4^u|^R*~Hyv?oF4?OzOV-!g|uyrT-a9y6cUUb+e4OtPX3B zjDNzg$#TQxt-1dhLZ*ausAhQ1x_wjqsl47<)3}@=kZyt-XgB8vxAbh^_Tv1`I8@Cw=BEdr0I-+z5K{&Q@0)WuKp zOMm+KpVAeM=>Keg+kXGYfB*KM|95}oNF)}i~5NToO_o&m|wQ_VP(gHCxP#BvtmMioC(YP{nJUX zVq(RY<>%+sZan;^x=ZWw@pe9K_4m)&P0t5z6ZMXtsvEg|#aCfNxxeo3l$8H7bj|+` z+IXl|w8_h2^(>BiH>d64S+?a*cE+rzkFKZ1zK1C(-_7-!<($#KOZ)f<^NlGVPuiq? z)!sf!uH5FOr|MaSB|qPsX8JxiV3OSf=|3L1x2zTI!Vh|DrMF!??EUzQMDg4`&y9Fh zO4jXLqcN>7`%5|Rt62vdxAWGlu@DKEU-XPuKP&v{`{z-v%P;nMs@1m7vkmq3y?*}r z+K$>2H^b6xqL1>`?C<%ixg<2;+2#*|C3)-qz5e}tsf2VvW6M&bNvsh<-7L$E!hg?V zi&IUSqRkV!^k_xnhDX}Q@psO|UCivS-yil>{&#)33lYejZu|Jhp z+LwD)nK?Xt`#e@mXc({+tsbN5s}`hx$3YilgxST!1WdB%WFQQUCW#?E2U%NqRY(dA98eF z@3M&eWL|%!Nc^IhU)jD@TkhO44CmNr`QRS^?u}+i3NC785w}tkqI7wU9rO*Orsc=G z?vwu5Z~y4N^yfOGkL#ZPe7An?v;4c}m)988?5gWHX!~i~w@*?g2gP5xYi=kFvE0A( zS&w)6E@q|8CCj&8PJ0*cB6w@hsrTLbT=Tw$KVI_PYT4ZIe>ummpX7M5`{dID1NmP>63Elhb3xA?*tZogNC zX^i#zr|tfgp!M|3IsGH${T!7A45!{RhqeEB@MPL+!*4T06_y^YSo54gw7Yg@%<{bL zDT*fNzp~ysS6g^%spRYYJDktn^;Ld>8+#g}<9-Oz1l$^o7%1e1p=3EWQkG z_YY6Mp1-vETBYlgjgFDk+IoFoL>IjDyr8^Q*s?2YjOu5U%c z_7vByvprXTGUnZai!Utx^~=}ud^AeDTrPSk`|-1FTU@06Gfc|~@?57C!w~X%;>roe z`Pt)#>8w{1q3Ez7V<48F&2Ddh@NNXI{7M5!#aPuG;HU%EI6=({;CjN6aAx&oxDV zl`9?p1xs&z^eOV~&bayd*7=-olGT&b7yO#IDAdY&OQ}oa#%p`8Ub<+rd^-QC6H6L3 z&a5yK{QAfG=i%edznY${d3H?ReeSvPGfY#NRgZXQvQAD=S)miXWS(Ph&LsV6pLNeX zJ)&Bc>%^G;n^PZf>z`Tq$sfNBQSV^;TAiem+%l-&5)3XYLEBrB-+Ee@S|{wsFVA+b}N zulRPQ_=cN~7xhA8ERA3JKRa#X{B`q}iyNQn%l_;?p^;k*_(ANOqkivGHNhQgwq{SRM!-}Q^f!%fHG_VSgYc5jdAxc_G;O5GE9@$|-v z?-F+f*DbQ1vE`%0)kmhTYKLML#g^{mUt@cpVe7Ha`vQMed{P%)z4y@1!>2lI&xh9k zDEE(^@UG0{v(YZMAKP@;-?v^^crxY7l~X!LUu`sbb?NcmLzk`Ie&X-B{NmH+JR^7x4ZAZWPTxmI2SbQS&>@!pSNAr{$=9+!p z#}i)9?Jiktuyj+vCv{ixV`pj({F%P2nE$VP?cND&ua`Z%`20fE*Tt+6rmAv}s-HP2 zOS~(2+-P=m+SSFSc@q+fKVILm;M<43DUx1+lef;*S!g)zzQ1*9<5AtHkeC!12V3 zt&1{0t@RY&ax?Sy_E`b@E$7#BeEVR1{Kw=|f2?1p8tQ+myglb%zWh2-=c!BL!e+jT zUh~SoKx=r#ElM$_1)RyQ6Mh_UQdRW0KB3yUhJ5+vmip?tJyuvP0<0 z`u5oy4nO>S@JYqy^f=zz&uSJv*1dDD-(*epkJ(q+*6-BryTWe^V`Z;h zSS@w=cy{s6$CW)MnIRuNrryt6sIldgZCzoV#~TaZ_U}7$XL`qb+pOG>%#*Y3YM#&) z`$;?1y6?Z8^q)cDWSc|ZXY(E0-Xf|uk6+#vue<))d(O2-^9_z0KaY#wc<$xqi(dOa zTkZ2^Ui7d1)SGB8l{I&3H3W?B>`FM3DdgPwXx6OW9&6ssQ(PPT zdrEq1H8YOo#5)HwT`o!99Z>i(;$3n`p3^$TE6WPSF-;o;7-t%l!}^-fFWt^AjzmlgQcrsLUrgS5K4U#7>~8|cPZRb|)9 z+eNqdm03+?+ok$=Yh>P@u!0r)zx1r@4y?IzuFvq4;cO4rYtGSr0XgbR^Ak4A=3G}M zXUx|(Wvi*`j)y&|-Y;*tIZ1vwZ@E#t`;~jZrJhv&eM|NE-X6OW-g)eFU-HZU3@cyi z{c2z4-@B)E<F(3ZPk!oD72o(RpQ`ls)tA^byYCa2Q$<|w zvhVCo?wyzH5%NdM=C|NHU14rzN0rO_-(>B-k}iIMQ&#q$`@Wa$PvR=w53SAG?mWl! z^On0iX0H@x6;GZWv4J~8;p~OO+ixV=e7m<~pB(R}P8;pV@>*Z)!UKOB_CMoMZ0*WO z4&*&`_~({`bEY&inpdBr>D?kl(LUN$S{^XfNG|K8bGRM#ecrN^*)uq|LMLBHlKcNUgZAi{yg0|v716zOnJ{es(tHMsK#hK zPclYtW01ug<3I9$nQ}iy&2xTfT4pli!mWojjyE$)ch&03o{IMGeJa_zaCYXGHNHHp zZr;b_zV*cH-Z+70g0lL~Sf^i^Qc+)*n@DDE5;}5QGRB=Xv3T@@$@7Wx#u@Jo7k|2X@|j8HyZLV|XBJ-nk^HOm)BXOM ziC^|VnlB&lSKspb&(%dX>(7@cpN|)x@ht!9_enj)vu|BBd6-@JQ!BM}_sz2Gz+9hq zF*{Cw<805EX76D2E9JvI_Uy;!SLH32&gbqd_bvWp<)rSESFGH1>*24H7w>F0`tYXV z%O!c44d$gxuAA4GmU3*$ZMMscf4ueKQcG*aeJ9Q)y`2)fX0PQ2PZ!rb*YzHk?o043 zdCI?B-OtdwQ}lATX6(IWGYxh_rO1n~Uxxp6GXJCfR4@F<{=lX~+xeDz+fQA%ebL(V zIqUjQ%JQwB{VJ!l;EUnZwJ#Sg_VwS97?|at)$G32NA_3PuZoZTSF7g5ojr2>>c@N2 z|0G_2QBj`hwCsAocAtCtp0_KO+vitqUKx6|SbO%>gI5E^8@iWy3STMu+fpW=ul?=M z`l*IHp&$IJX*5#_F z2-U_co?>w7!Qs$Lm#*%7v1v+uk8mQJ;fk}*b5cEbl>NTOmX+!6B{l1o^71>hrsuRrez1uX-=@>~C%Xv|Fsh|42e>Exv``Ih} zUuhqkd+gNI>LdH?Kh;kxEUuS#eam!Qbn5aeZ~rp{=jht5KKu9lE1g#f9HzOYSzn!w zbv#T=XSL*ef8u1grr-R<`(FHKP&#(`?!{n5Kof%V5W zvzDCUl{DS%_+{_2^&CI@U;ZsA+B)UWe+H=^<^0G0WqmxhB$jXY@regMxt)6V`TNhE zE%UZ<^sL(|`oj2%oZ19W#mOt~Og397T<>CY?Dz$H@w-J<{C>;rAMDZlT=aJT!V78n z#akZke-wA#!fS$fty%8*7g^SmW-Z)wHE+=wwa7yiYij;1uq9Z5g=4~%sTXy!NSY^7s(1HY}f-t+wOlvBQ7r&^<-u2#icjw-f zr|R6lG-`4~tEUnlQ^_i?K}V^5Xe{)p4p)^Q_+O zu+4MU{qr&7EjON~RV898E-Sq1X@rC=`$Ybm z#YbxwpA^63w!qh|YsZRDO}eYx_<0OJ39uGS`}+F|^9RMg2S3if6h89T-90||WrqKj z(&~y+LM@BlPMLA)tY=o{)V(`hd)ZE(d;dsw-{o+(_~7VQ6W*y7&NOD7_+?j-XW*9d zfK4o$FJGu$d->UK{v&7ZuKUjrxVI@?^x4IwUnZP*%)01Mf5w}X4C9KmcPbVv{-yg* z+xeo=&#tIorbRv#%RkNg&mg6?Q2mg@YqR6u-Tu8=_}Bb7VadC1{+qo1 z-Y%E6+HE(yjIK;s@^Y)x>f5p!2V`%Bst4wU8yUZzxc=9?`6;jd>TbN2u5n7B*Ueq; ziR`CIJ*j_|UK6tw_{}$~yzbI8hO>ooZ7eR=p8noC|L63bXAL}mUzr^;xw6yb%-Kb` zncF|vTQ*sLWBYQaQTCmoc2=J_@82^~TV}K^6YQDCa9aC zsQ*geICJ)&$M<(^@&8`4|Lwbb&(yygzyFc*F}o*W z#Iv}@?xFIPTUTaJP>5jI+IKVmTeIkbn+p5ZZ+-h^i^*Jx$1jbiUzu=3fYa;Z&Cv2w zpT2&&`@L}GomaJy>93@DEiNtS@eC4j3@u>a*d1?p&URVI=3?VnmkY1iNxn|ka+{x& zue|)xq3%n^OxnKAW>_rx)^zX7jPL$s_w_I2Ux@d$_WTx?=2q#K+T)hl-WZ%ZePOxp zW~P@f-nPfve!c1|#nj)fx#lhZ`6li1W0S;0XO`Mu-u%~i@`v~G=YGnc=uRuS7xiw_ zCeyrUiQa2xAO7^qSvu?CXZgH%T-)dePC%cfM^_{m;<;!Flbe zzs_GPULLs6^W}+%f8br!c`w{^l;U0n2ToGzVz{|?eTrLsRP`h8H=T~c6DK#Rz29+E z=xc0zfJB|jy1KBSnrh=EGCVm`&3cZm%yoOY@RQM8m%va4p`FW;4ES1v7HBP7bj&X4 z=^2YPtKUDaU&gn3%@JAIgL@M9u|Bg``#k?ssnnkf7k-KAS+S!<&=60!r7iM_roQAG%gsbdCGp zMO!;M`v17N)LYiu{WG1cCC<*i-HYMD^ZE1k{mZQX>rnjpaef|~;*Hj|K2b+pd?qw@ z3)%jf(O>-P^84#M|JFbMxr_h#T=}*874~l3dFd9HM^aqX;x*^j2N(+^uW|XeXg}Ar z&0<^Av|nF2a>S?B{h!F?DZke}6zIQnxykO+6&3vhPLYQ*k8J$5)rUpHo2UFoeZk7_O83hqMs7{g&%fj1zP@Zt*uB-CzKUJhKXq!I zl*O4<3zq6}_hlU6x^7$Rf3s_nw&|L)*@6)>7e2q*p6&aeA==~fdjGAy?2jL9nKfn4 zjca?Vy3S16Z0LQaW?BBnf3I%Y*=ue&zT35a*3Gw9E~n1b)H-Ey@p8?R_2)0V{a~PP zx_o0)(&?~iKQ3*KzJAfZIAX^9W$zWY2iH1vt)6}+O8SAOP0Ddjww{yjnMo_Z-MT9i zx-(m@;&?>7pY8Ms7HoUo)N$_V$T?_=7Lt_xR9PNca9 z`D#Yp+OLuRN5wWcxz>5x>Y@eCU*JPt*Hmol^*%WOUs{d2#j>}Tb ztp5xJ9VfcBzR7s;l#{z*S<0^)t``zicI3Eot8Li7>v+u3tq)3Oxd`2tzLvB(y87>* z`$bv)JFZ-o@XzLdc%o9#bjuT_bH$-AkH_9+6L@Q~Y;(8%s`q`jS9)(hnrybmQs4Zj z`GQI3>gtLP>qWKopZMbShqHcv(6tuZ`atDPUo;Lz>_4Zk6EWp$#P_-1#Vxf*qYiCBEHXjJpVJy@b+J^@r#1UvuA8yxBLz)Z}F;8 zD2{(QpL@09jNbvSQT7X?Hb^_X$`AJ3pZ?@K^q+yLM(v~hWyTDJ z_4Y-{H&@%e6z}~0ZnI(hl;a%vE#mw?X1I9gPFvxxIXfxz+3{8B7B62Z7WMzA^xUP{ zH&a7h<@2ELYJ`z+06O&Ceh)2CM?f7s=2?%#s604znA-W>~T51V|MinDTM_$E(BJtKm6{_ z#O&+8m)Sq9TKo9Q@tsS~2-UwAl>5(c&%Sk@wuQQt>-OCS>sBRZP22iU*m<+#g~|TY z-|btSb>^DV#mcp6wP&h+`RZz9y0LimBqc3*8g_N+rJ1fti?5%5mE|8+G;MLwonITw z1hhJ?vWrISI=eTw{^j&+*Ro*CV1en9*PG@^Y_yHylb?QD=E&Jc|6X})iOLnsK6B>y zs^eSVf4Tko&eeTV7d$3T74G}8<==x+r|)~hY|pRg4%;tZzrX%xfAPcZN4_Y8y9xiE z8mAiV>vEDkfBR3S{_P&~1FP>{Rn`66e=%v>%>I%Y-vs|nI=|~bgX8(WH-@HC=lqXs z+xyI67mrKO^_kmGEF7yBK^UJuWDU< zs^&j$zrVU}(OvwW7SzBDcQ?xTtMJG8^L&D{D=eQSMbf8jf|`yAhe zb?n>r@Y(CVS>0Tdt2N!Xfg>t&z4`B)fGr9UrfOfBuFco%HWpv{#O}dll`Y`KXqCDu3_Yz_rJ0}s9*fVro(b&%aQ{L zr5b4(rJfZ!HGj{(j6O0g$<}w-W?|$14EfI&-;(P4rt27&Qsuk2%*OJV%n#kn)&Wh*Zq&{{JVEJ zUXFja@tbC1h`FN3)K1m@=X>9;j`3CgYw-DIeQr{O#Y5@9kKNTvH!TQIyjC0jFYAcL zX=8i&V!KCIX0F|1S(`LF+QGV7P*Y3*Dt>p_VnG4{WW3Q z9F@FnE=z@8PdJ^FX2G}T#n0d)xA&;+_R3t&C?e1td3CkQ`3tORcIGkD`e&?<{`I?Y z{~42CQO!fz+SyHhvlnd5G>A|6eU$ZDLfH4peLMGT zf4t0cuCfK!zcA+K2|ukG`ESc~eeXVW{D<%Hu;!qkC2Q^_U7dAn-ZTA=^S8g-e^lt= zyDi`R4ZBNxo5XqUJ=XMn%jtARG%Hgo)K=E_XkNz2l=v{=wpp5={jAn~u+9*CK4D2@ z+Nq;{ORBq~KOWh`QYO17?a8M93_>@qcHf!TY5t!b`D&;u^P5ZHcY6ifD%RfwSLE*gu-!dV;Cv)Re{q)wRc>1g2~_>G?CH zd2gD2^pPV`(>uSv|NF>3{`7YJOL6Zv>g_Hl(TTcXK1WB`JZM|jpTNs3E*`F#UlmFO zgS6{|y>87fo7VkR{&M-OS-a{MHsnm)E6@{udUHa*PS~q;yJVLa&GuGS6}45;XtOn2 zr}M+6#Q9U*qPFY%zwB`{+!f9LDK^)9*73~k-5LESesiyKF`J@$LM!y^vdE-wTY|3q zF0y}Yc(C|JrHz(Ws+H1qM(tZ~&n`&0dLb{TJZjCYT$UdjGo<$4O{}vxCgmcueP(R& zE%U@xv)6V!{?E{QGL3pXeeI`N4W+xTEkE;Y|DoeMZ(5#6 z3Ll=jyAsZuDL(Zf97%1#v_|z#r!Nfc6??}47&JgUTd7m`76~? zf5RR8n{Th!^Xt?mEB+6kxDI3q#pQZAtWP;Dl63WJbik5s_s#d}C(ZbAV_xQ)%5(AA z>F)Yd57vdJ&T(XUSAW=Z+Sk%E*#=Upd1kO`A8KC_81TZO&B*^qIp6gh)5W)pdKNBH z+qWewQ0-V%5l_fM$q=PEmlc;Cy#CcK>g_bQs)7}F7Pd@P>I#``5x8#F`lbG&pCWAQ zMLTz$aKBZVJ?H9c&v|P${`H^x@xH~STdZ;uwPp%M>}_k((t3HzmgSMoZP6&n(_zcb z{koS~=djngh4u7*2Hw0+zu3?tuPv`2})8f`dXLp=i z7d2Zk>&kvly`Y0(Z`^PC*X{dhJJ&9H^W|l-VQms0y%*g6w_xevwKG=N`gywPw>JOO zSNRw8GbJYT>{PBZdcTDZh3%|sxNv*ra!H=WB2$*8R?V26F37k(WYgUXrAMw@yC=MN zf0ToG^r{>O!%2pVRvs5GKlbDLfq0R(r-J6EPR->>7I;0Y^U0fM>o?X`{Hau6`Br*Q zFQU!9pJ$1WY)yrF;u;GNr5(BEt8>cPe4}>Iri)XXX4&0Xx1dEU^V;Jd ze{XO6e!~04)V;}nOrP}ny*|G4Pu%OgX#e9;D^qk19QKa8b8TAQMguQTR<@*x_Ak~x z`DMD^W7W)nz000YtY^HJb?@e)JI}nPoiQ`IxPIQFq@}IPY<+UsH})sFo=xI6UE;FQ zSpS=y;M)gM^*V-`b1zIO?bY{jia5cO;Sy)g+I&>8|C*~S<{fxq<@cx4&Qvt@U(NEm{X9+6V}A15Md?pJeE-vRNcGx{z-em> zu2xS{Q&Ya1a79B~Z2RgU?N57E<~^$m-M_nj{~mFv{r?$6;f9XW?qo-W z?QIgA^Xh`XNqp#v2Biok&200om~Y~zw4%?Z{p{1N75l(y7XPu_M5r`6YO-=>gn`J+ z(ymL+hF(&2XFOJViY`08(KEAS%L>uWh9<@AiH5R#oJL1y?EO1sN$!ysD{h5tUCkI8 z?OQ5q^lwRWjB8YWQrPC~9)J%R-ff$$g2-1^ap5ZU3mSdh?pu+Ph@7R>n+wx{m#C&DYGE zhb}&DKWE+`pe{M}>dVs2pC+hEMTzUO>>ieSKGVZr5 zD~?*c-gQr%c7Pf8T@m0s8$H-PIeb`3-zu zzWi9TOkH;7Uj?fa<6G}aUY1uq+x2X6?S+}FNBo-u?rLrB3BJLa6p}AK$)c})*~j|W znH?vt*8Mr3)-;pZCv98f+FciJ&7a!ib&@&9RWIsjy=rRPznks9WZNeGn9G}Mbyen? z^tM=&UEF24b6&U2jICENGiC_5vvhaY6ozDdjnmWo9$i?uRc(KFmDk^sFE=WQ{VLn1 z8@TwKBNY-iQqF%B|Fp5<-S#;jrYrpYyxGVg_O<-A zr~C`g%}lR)F7bTvl#rLxpT*2ct=JlPebd{sCg(VVdiG4Q9cYQ0a|IxT?hU>2A$DW#kI@!NsQ};YP z{(SWolYg6+uQ+C%oEm>u-&01he0s(x;{gG!co#FxpU4J$UdXiSP(u5du=Lh1J1J~O5+KeAtA`|CS( z&y*ZDcE6oCJ8Zu~*yZZ5%Su0g&HV1aQ!sPOnd3kIR&QTl{QCZ<>_akQ?Ne)xKHkS| zHo>h*Zl#2(UUc6zXEojnZ$ey_fB)yZ@so+hoUkif?{50~d(qk@TljMGd-{yqB`W>v z?Y>?un#i!>_Ic5ec~|~3)YRRTdwiTbt$c2+VPMhNIJS(^B?OUetXc^n7XE{0(wy$_mbNTX|8S53ZL}RpTEdJ#`J5i)lwQJ(k zbzI7V+wNZM%zQpA-oiM1%YTMN@4_Yiao2A>bE!r9?8f!WFTLEfQ-*O<$rq-^YuCd# zQajuJwT4}f4)G0KSy~mgV6Tb2iPE~V0;_x3>tC2u1~Z$)dC!Y9S)MwprQ-aXm22{M zE?gJCb%E1r_FT_IU$NN-kFJ_oe&)@rJeBD3QDpA(r6fetE?(=P71)Zt( z3gJP=lFq7@YqV}@Z3=z5De_>K%`NFGh0?d}N^U%zv+d^5^BL}ax7)(ke?4|~{e*%Q zvz4-r|GuuVw1Vq(+x!+usk4)A@vT(jDwTZw;QMv&Xsa1Jf6kaaXW8L{oMBqGnUCe( z<~L1y8949l+zFZs3_}w1x}S?`rFOb`e6QT~<3?@1U!2t`-7Rv*f3-v|dNp^gNMc?2 zx@gWL=d9LwJb!V?`RYagw;}t6V z#+{w^c(yy&;%%KjIXV}}3LV`$B~|2fsy$1*rLvIGwAeE<=1pbD)|Ja{-2AO-dC|s* zhaEQWwyjid+!|a|A+PV5CT^#-{A%#hvwF=eZaZf>ZMo^>?y+QrS4d9y1CO3owYH?@ zZa&?_u(}sVqOPR=xTUv_fhFxiOtx!|SO2@nYR3+*{wG#vU&|}cx%_H#Qbe1{@1?a@ z{xck%RnC5IJM)Yb2OXIz)ujiv-t-PMVl1rMBXM|kxNC%rep;V*U!A)Ee}ui{v%t9O zHFZjp9{px`7G=qE*0pP0TXlTriX-gru5|5OwdTp$vrchOO?VwQ=I@n1#C=R7V1amN zy4+%mHLO3X>fY`T@{M?Tv+Jvy;er#Ax}Oi8y!5-YB*SWIrZn?!Ce3~47ajT#RNKIH zbnSZKB%k9u*8IuN+~V_Z?|%kq{zY$n-`J~`?Z0GX^i4hgxZ2~byc^uaTxH@G?|u+` zRm1=9OWx^iTo3hf3+9_RUAA7nR5eOy%JhvV8)8fKb|-3|Ql7ayY?))x4pNzbgRaqov*ZS z=p4&4ez)a>{4%A8*!n+~tM1KNboIhn=~Sr}MK=CtUe*ya&+N;2P+xCT@9-l0m77m4 z)4{V_JQv?_7k{khxBXol`w=;dUvAaMX3esYx*t$wn>N2I^up7aD?fgGjXO}eKA3%3 zC1=94twBZpBI2XDUIZ7|z( zrk=a%iSzfX^B1q;yZ$RK-DGajgmV^6J16rsYX-HdtPjd>6nymKcfEP~akl-gTMv}o z{B3*o`n0m`mUW+J6t-HuTfC%H;PrLqqce6#RmYU`nFbcGz36e%+M{>xy;cRaskNaR zO|{QwR@bp6ufP2Bz^{$hBfovI6y7;;>#CW%{t5r%+2Eub_4(Jsvsc75R+Xx;`DN+t zcK3``Y`*oWr{nz!tHKU9_PbJ{cRnjF{L+3x^vW-B(OdbYvPYJlNm{{#z2+hg-!dBck=(_mu-FZbgfBPkI9A4^9eH?r4kd5-z+sPJT)%T^cKmMN6tow|Ak?-Q{Zf(&&>_!QOQ+D08erV=g zxr-%s)?=Y3XHL)99HynLYp_|XXi8xCPR7l@lKxfYtu)Wxv2@k9$pTB< z?yz8=@!CTl=RMb)aIWo{Q1R3Yd$(+rt=2egcHDg9!q?MCv^>vo zO}9g7U0vYadu+NpgCuN&uG|VV2M^|4MS!(({IIQ{EcR&1t$> z-L!6ky4vZQ?k`6#e2@3Eh!4_Ax-sLNbM@T~Wm`Ufa6e)DcxGVKqh#5$f#TBh&%1vp z-Z&xr>4g&MHMy$O`kK5%S1bIz?Vztbf8)YZqpH{(zx43A?)}e2^yb}u&mFnfxBdL& zHLE51Uq0Ql`M1~l=_?kyySWO^ov&nFdNRc+I^wTKk6UBkrGuS*I$^g9AEsaavNh$~ z`JDN|K{7XIy5C#FF{5J1<cp=C1cY^G`BEtU}${JJVS8nrSZ?522 z(j!qS+5Kt#;-G^|pZFcSROZF{Y1U4y)%MN7-S5O+tvg(@$;UB)bKdE*f0rsnJ(=cY zbxUc!uPwo(^E@)-=ixjZ=Q+X;#~7I;j>4qJEJ(umBq7f9qzuv z@Vnv5Lw0rX=bB+t>)-o!xpFg$YS~@Z7whLg@Zrn5ANybNuYCC-=1FPgx!PyHOGQn; z%zHLBKf>v0UCM&ZedX!u!n4*G9KL8w0``IZPHD_2Qb+kx-NQG%sFRbI*6dW%k*d`!9c9 zSF)|%Ph=gl$rM25j=J^$W*nTbZNXu5$?YRxf zlg`Qfiqd$x(3w5xpZT1xTSD~~helez;8>#i`eWloLy7IWGuQ8Kn%3>1sk~CZC~l)y z_4<#KPrdw5zU%1DLsQdA)Hf+nu?cgWe_T3qFk!3Z!bR&8#WMXn8It4n|G9j%PF_Am$E4`Y z=iQOhFPwSN9uxF%5o^Oaw|T9S9arU@ly9*6+dhy4!wysQ?zeZVs+x2!F z_iiuUkfW+L;j%g3bT2ok)}Pv)`DBgV)1n9awy{2sw+!A}KKE1Hrq{Dqe|#?}r`5Q0 z^6dTR{UkT3X4*1^ym^=3?R5QOcH{KV zSC7@MZ2R@0%9` z#q?G^Setf@QRl$XzlS<^ytZ5X^Ea?IDot54pX&9b@JSajl*&>ig_zpt-lwOjP`Uzov0 z-*vwj&Y#(Kdi{Tfb3N~Ovs$}I<`%bc?Emw0edwd(2CF@Hyo}u2Ew{{m=HBX-__zki zw&3+%jm1qUrX8^*VzS&L zZU49Z@yC`QtJ)j-A?Aq~_tZ1~0<*2lm@@*m?<_Ks%xg*6{`dl zNkUtv-shHh_gHdsRPb4^q}W?pX9Y_ytG+bj35=K=aeYhw!vOcYTWr#-ch=vv_{&#)9qTY>f6tgOwDEsOtgDzy5!8C zY|ky{cm3I0_n*OQN`E|S?w3isRtewRu6|5rYizaGiIWrO{NR3cKR>7DV=Zs~Kl^X< z|1+@vXUP9~_0PNQ`+NQ~d;vA(zJTccbL~&=`i|HGcXg|i;e>P5m%R^oSIr5Lef<0I zr-{?{?ft#}^zYRl_h!FK+Wac}pa0L9rq>;22|CCdPM`g}SVHF3Rt<)&agBx_XC&y? z9@-e+_%^Wrp}FX3)31uQcV0#`Zgkb2*cdvK)%KdMv-=%cH~nCR6~_(b^O82c{{1q( z|GQ`O;aSfwT|4?TX5#wEZeL~zPg|**WO2zYYSry4zqaOouiw$MW~Nun+G!~!dyW?F zE_wfCo$l)G&n8bk?>G0Db<5)0vwr;CRXdq8jeV}2s*_4dtND~0qAV*`|NYO9lRcxm zc71674rSN&@9UIZ;vad;?40f6nwn*>*V|Y~GR2MKwDBu_yT3Qe=NEpMu{Jki{rb1_ z0}bD0+aKP_rn_`k{r&*WIl7T&ZkpVG$KdBE?P(sQ;_`PIhiS{@5Z)!cm-r4Om@a+v z@Oz+zFxUHzDI1a=D=urDxwP}m>M7HH9P#M)pMFUD)BY7dUH7`a{BvGAwDFjZ$9#2u zd-IPMUALPi`|dcQcr>|Bp7#k?Z)b)``_qh-x}WA3o335{r+!A~cSAv8x&I7-_K)i0 zPyWmLvX*~N_1_hiPN}@X4sB+w`8{D5MVG$(zRKHm=E{}d+@p`K%)0%=V%DU6YZlgB z)O@qSI&Pzw{Hd+|p{mQa&fI?Mo7Am;tGs=V9Jy6{yRt^&Mh$1}q$yMPNY!2V_vT{2 zB)um_TW+{?U(Hl(O%#87?{UMu!;`LEoG5rVIaK^;l;z>@F#DIM-{kGoU*2_8$?`u# z%)jjEYbX3Q`_U7ZY;KWSwQKS9)}B1~Ig*@ne^@zQxqWKip-n%hFXd!DvHa`Nypt0* zY!O=47|jxMBs1;TreC@Bhvr4R4Ljj*{o~&4S?BGyi8ZgCJ3Dswh9kvRQYTwem)<$v zymVH#N+9buQ5PKr`|A#BX-nT{Yc}oapK<-r!#|6sPG5HJ{FkhE z+3ZW7%z85IVtAxc;V=EP;NV5)w|EdF*E@&lr|Kp7{^JKFtx?y?tSVWA*>Yq{*=5bzR zT08q`Wli?;3&oO0MP6*)?=olm#6PV~GqNUG*j`WXkePV1dsWv?Teo#ptJbIe)BQV@ zX~%TY8*6>Pz4Wk6*qrfC?ho_V^e6inHZQkX_-Sk5*TzrjliplTuAazt>G6ioyOtXM zXV6VpdnuXW?Pbe{)3ljNR~hYm_IShci&t)4S#r#@O=)AHSM2B1V;8s2eswmZHp8{^ zRbScZ%e#!$@Qo` zb+5ah>E@c5ILZ0@wT;vEEL)l+>Tg@=BFBF2{3GVbvA)l5HcCVQkN z>AK@3b?y?GtHq|d%i}t~ZvLEhTR-LC)q2T~8QZq1E1q6vzU5}QcU|h0H`VoOxrQ6} z-H%_k-+A-Qxy!Cjk($*1b@}>fAx{g|OxV1%zO~bIsgwNXSGhmFE?-sp(fcfvfO9~Hb;%PqNZNmb2AUAF7IU$USlPvD6LW<@s}%b=-OzFEbl-TWS>`{J{p ze{u8?u_+6(q=JsDUwuzYD`=wm*0)(lYL?ym&(OlpA}t)e>sd|lty#_o%kE13tUAln z7<W#_DQy3m~K7Oc&bDwcM*>tOkvMc(PDC6z22SBm!h{asVb z{cFX8WW(V7t1h5n@@C6F>qQEF+ZkS7|DS=Q&i46+qD|Yqo@yNb`sDX9lkgY)Q|FoSe>XOsC3)?f z)PB*~&N9!ovaVUJGco4Fe};x#`pes`t{pDSQHzo+hIj9+qoW!|)XNr#{Onzrsd`|d-{jhB+#G`BHS zPA-v-nICTQHA-;H7qiHtbrVguO*MNsW1&eCmvqLy>cZf^riCj6wnwf@KYh2%Np*2H zm(0^!vr8*CMy#caAp*KyIycd30_G|tw`oR(1j7nO6R+2W3@#mdb35~hn%OOO9& zur2y(x2|vTa;u4Jj?O+XWv5Z3_T9JTF{P{PZC+{KNO}8JH8zm*PF?1mZ46p#*v}lR zUnRr1r0Q(sflUIeUMKYSGBI3m{2j*rIbJ{g=wFG?3Wm${ypFGO)%~tg)*l#kP5El_ z9UuSQK5@FgJN_BW3x36NZkdNv*X~FL!3f?pi7`lT&1JT-f}MCkdKr zTLdy0|1p)eo#Z;p`)MJ&>0X!kxo%!j>Tjo%%{p=;e2wo)VPn(&vhNw+^PgzFOF7Mb zD2~D6W1icd&yUx&=L;FKoO;JTpS4o&rN2CX1ZP&PpjFp5kQ2$hf1i`H zT)m8wcBU)bHw>G$Fz({#{|u&E*XGClXQ*4GR9m+!NlpFEzrTMLUpfA+esX2Sw#$)i z$2_{!JlYpsG0a)OFB}pvgI8CD+xPeb*Ol>!IbGMj&NB55>E3lN;G5K=m!JRsx!Ud< zu`u!EtPsPHrxsfK1P))zSn+A)+678A8qbYJ?-Z1)!1-rk!}R*9Z9FX`C`2N z-<~Z_{?9N|Nd9jBV#9A0d!p~Wo2DeY?YaGoi96RA&RHYBYMHXF>gQcL`kQs1<=D@4 z+u*ujDHHSSN1SU}maNN|p!uoJ_^rNpygkRPrsroD)@q(vQSxpw!w&8Rn-8<@S6L(y z=&9TMX;Y%A1aJM_o3__x>)mbHZ}z=1J$(O+;YsiPXBXJ?ANj#Ge||&F zEB*E#Q#TyfSlSxqo$tHT|7q-=l4WnEsO0gky>{VQc#N4yYu(NEU01GL?nz(1QaoE* zd0N=)OY$eG>9_|{|R`6G9&@0rcB-*ZivW%zgr#+VUO65QJ7alGQz5h|oEOA2ZIo@dFtHrkc z(JR7#Z~J86n2EiB0!&7~>e~j$5*vP$T-;}$@dKQ`) zrWlqVatxZFpswa}UdBu|bn%_z!EQqHZcTCzV%}jM67*d^8A8W%EPhluzCZ zKC#dI*wt5Gejh8})wjFr#Zkty55H{N74X`;xqVS)rQ5wfQ{1<=E;8kvJ$uE4FC7i9 z6rO5)WiQu1Deu#E`tjG&wXMz%lb>&&zBTmA_0!i4N}mVj7Ru#MU(_g9%mPo9Isd$0IdSfJ&eUg<7d+mxerJpBx&Q;^Y~Cf&%xB&e@*1VCo_(QP z-L_k3`Cj9%FBUDhxW>cj#P!8@e6GZXJv3Ues32r_@7;)%qN_HGRyo!ZJ)Ep`& z@#5#Umk*yEUfBG&*R3j~>#^0%$|J6FJ5?XE&o5taU6ygy(NJmE2t%9MPxs6_yl>h5 z#()drfji`^>ur`^+A;m&u@F(SJh^2tdt+nIJl*uKicd5>{%dsW&Y=4pg4bSW{`K6l z?Cz#7zZp*4x+l^tH92=`MU(BGZ|+wGRrhJGa5V~ecPsr$$CQVMyO+-nefgVzkv!wq zvx`+f@n4=lyQ-frdfAyhR!#+b{eo`E6#bg=pJDc=99cE173vYcU)!x)^f@c)mrBeB zIUTk9=qEb7b@k~1JU_FW?jC#hbIqE>XU}Ha$6NoCzHOYiP<(E7mR{U)M}~h9E~r99`63!#@?^>}lNs*bNkIYe33hhxs`xHX%+}`RGvDZJpYY~o>>rNv_b$G$ z+&8`dK>Ww(tJTvZbeDW`j>wB=_FaBx?yTTgOXK)uUOef${c||CtvD>Sx>L<1$;(;V zJXzA?zQ!pYk5@5ImsvZSnt7?Z{pEQwAzACLc)zsXJM)_C#xLq$YEM-~Ri( zQN?Rn6=UPC#x=eF8TdcuM(;V3W1WyR>yLQh(N`ZnJpIqWZM&xTP%^*l3^l*W4Og}I z1zst&xB78gwz>ZZXUX67)6G9yPS!hXY7nDte{R_#sary9bI+OmX1Ji+r?q#%ndgxo zu4KJl`R7LaH6{z2`t};#i{`tO(<*+SoGBaLw`-!+z4d?6CqB8y?5(^d-&1mG^N$&K z-CnxpF~#ln04Y`)=cwYY!rjn7=Y3yn5jk56{(YxL_~ zb?xn1hi%gu&P|J(S$J$)StI{~P|Z(CYqsyba#N8>uqAO(o{ZN+>8)WCf+io;liPdq zz^TdUny}+3dhXSi*$tPk@CP4%wdlHh&EBcnlRHwr zZZ+K;btP_!*=DoCRLhGO^;?@sRLm|uQ-GL&}iGP_vN`O14$;2p8T_}DK}iBTtKyk9YY>F(}>d%ovodb4kO zus(d|a}(Kp^A`V;w%aFlrZjuj{Ar&o?zAnhKbL0M_4=LX`u=M>&$CqCct2z7ezq?) z^93K3C9ltQotS(^?5XcYcdcpfZKu7r{m<~$;*A00+o;Z+XM8G6nEaMqUXrk{fv0!s z*5oi9&rV&BQ#vcOCUo4r`Y!9VcQ$+IF_*{tv`r?8**{YekM^s0^fGJx+@lrz$L9yw z8GM}ISy|8UQ(8Fq@ZRT>jd$oZ3zy!UeLiyWzE?4S|1+%36Y1D}%6jt5sb@`8eVTrG zG|##kcCw@cir>4vTR+s)Vya7bL!u$zn~WT zMn-Y^uUXU17WOh`2DW|v=9)59>C45d`!8LeeC@g2oEgcoef{cdPCc$MzFT->uh#ie zONrZcN}tls$pay$2xE#7N*TW)H1l2eN z20!nr88+U0vvf<(meSO(HwF9V{AcJ~ZrU}mC-7!;?C#e?SB@2Ienw3CjN?kn}`B7vFYvVVUQTT^+G5Cd;`03JLD0WvZ>J$c{e}{vrH|n!NAB zcXQ);`Hwz)z57h>o^$q_p8P33ToN;_wp`}oOy{{THyW&aR_v?j7XNP zzW=s;esose{)hjTkGenS)ZDv%z|P#Rp)$E)&aL?uHVK_RSIu_QOfOln`{s+edy)mD z!uNJo@30QsyllVkzt~R=zv9x5O8@+^FY#mkWSj1@MY8+*tkh23n||7TdgGN653 zAY;#yZp}$)nk$o|0r6*cT-^36_aOz40@~{cfMcC zZ`@gXe^E@XN4UwgkNs^HdhKm*iiO&aFnpS0CzGwtd+k3%Wym(sz&EiI*dG_Zj@z&` z=UVBreYG~r`V$`;FP^!3i@V_U^RaI(8LGz3@6QV2+Q5*&uuY16>omy+Qx`UiY8;K< zX@7QIZQ{@S`+ns=s$RcDNALW9hE{ut(m&UOAAgA7np*R2|50g+s)RFkZX!=z(j;@k zF54Zevoy*1*XMGGXXW(3na`W+Uop;oY_ITb&-L&}cYWlh&%XH4?t4!8Mn|Cu^(!+z zKQ{HA``te#d-IxOdwFMMU!8OON+r{Q6B9H4JkBf^e)Cm%>Ds0GOLaZ1Zh3M_bO`ly zoX-Eqob@))W&65s`*Y1KU_ zmf0s4U6wZr{^P!4ZGG8~>t79j%{rQ-G=F{F{u!krb$^eqm>>6Eeixtm(}?c++0kDG zKXx78(fRj3Lx23aMr{wp)~H`=eCtfVXS*g{?e+DbHPiWW zy0dO3n*L|-<^OU;zJJF$d;b%hDsq30Ry@KDz6RzNpOWom*(1y6c|h zF&5Wd_sT^y)*g5@d(L{lWfx4_S3P^bXZABaeFeWPll9gMChD!+wli+S{E3Y>S2jKT zvN`@`vB2!TbFV!$UK&&+>*f%6=XvkSoHw5{A6@oV{m(G-Z}Qj4-cD5$+`Ya{EH}P( zB=%yD@rFs#fl2j3OO9Ng_TuG#27!%7SG8TV=+p|nJEfqv@Ri1Y27jsB601tB_XV7@ zx7t5@x7PO=d&~vCRqom^ke;QrDl#v1({AO{moHwAyLS2QPb0xI=MG-7xfgt*L}TfS z+DQ+8kKJiA0uiJS+iS^yI%Xvz@zvh+A{>iN&%|G*M z=DV1`Nt*rsX*aK5+?N(I;T8Xl_{;wp68|$C(!cor((_40&sM76{xQMU>6Flw{f{zt zE?XIST4r~+@`wz-&Za-i)x#nB{T+Hf>G^oB-Hs6_nCgyP8GCeod5*)z&H*B7|( z%C|n?zOW_s%elRr^Ex#>mU1k*zEXui0>k$^gsU@tgX0S zia&Jz#r^SnJp1#b=l^_KXBcsg`TWt3pZn*We}4b`{`vLN7fZkVXZZH`Kf~rfpM}33 zT)Yt+I=j;4monP!?bIvJr<;%w(`|a*#oId;F&aA4%v;H%j z*>X1dp@GGZTX|VW{xg)E@l`1_78EvqeK*bijKVD!v$&IMzUp~THcvWp{H~1angst- zY1dSOzW+G??LR~L-7VK2NBpenykS4B<7TN;)~c{4E7vJ;dA_^8fFbM5t&8#TpSAqo zY*qjLI{(U%Gq+6t-qW|A7JbT9RBdxsSdR8lyI^CF`Ne|Oljh3@c=S)XH97v*qWbxs zcViwM^hywN*?Zera^dIC@!JDlESoJkza&N7P+Q12(&%FOsju_DZ0|M*{D_KmM4 zp012vyx!cfxBlhvqSEjB7k`|Q{Bb!o!@0%(#bwKCgZOQ$K3DGS3^@8I_^*5M$2ft= zKwqt6T;<%mv^8!Rv#ZRS5TGgB$)YXDwD#YFlkrn?qU%f3r0?@roU)dyekJ&9`_=;G zj$cuq>VpJQ{+YB_w*K}PQIM-nx-P%zab|o_OHI;-)5$6;-76c#mUvrlm9d+5=%t<+ z%c6{{Cz7V{t`2$h=7!<-l;V$?+F3q9Y2NY@-TucW+h`t>`g?Arl6B;%pya{{xtExN z54wF$FuBt%TW0cAed(=C!#iF^N*o^f*}5B+F3-#Rw(jAp8-*NiE)@1Qz4b5-JE1;_ z$?KV`s_KN`&qpd2tNr=<{F(mrooj;cuUMNK^+G&g&W~6=pOv$D5A{CfbafHC@o&YZ zBS}hHR+paX@GaSMsjkS{_3`gakKI4*^Z!X?Pf_abfBU-VmWht~$Cbr5l5P~FowIg* zmh080DWAuj7}hfD&)UfDpuX^<#~FI`&3?XLW4QLS&Y$PMy7hhknf;9VoXnQzx#e1J z#H6Yj+jo85VzT}4wySw+%l0I(EYZ7pPUz5uUkpQQ@kGat8>`io6$`6<{;uHU;yM#|e5Q)~k*Tw;KaReZlq;O|Ym3jpjD51#FaAoe zJ~N%k$y44Y@nd{O^{Un##&#wzwylpU7F&DAwC;tw{k3CNjh?fg-YMT~qN=oG>bojF zFXNysDI$9=O*D+|*}CRh`kgazN7jUtbe+xq)L*x#&i?$W%a;W#-H z@2J%}*_OrE&!3TX3tDic{YnRm*PUrh42E8hek@!!PoF=9bNT0NUe80(njcmwUpbIj z^(X1-+S+^i#>Uw`VQQE2<8S+4-*EoRgp;ji#xpcdMo(AvyC^KTQoN<}Rg(QJ{rIVm zYF*CwRL}g+VEjz~WqH%K#Xrw@ZT!({o8UcZs%~rbq-}fCJ{oylzH{r!lH-T;&F6>C z_;GyG`!C-gTtDDiuCbO~J2_6vV@cS*^MUQ(O*=a0x9&534=OnR{{CnG)z{+1zs~il z<$gkqImL~I{f(>7PhXm$^ZTszgDJstW-Qk~^!R+2W{CaO@3OtQZ%(s_?a@57)@=Xb zuZC%JwwyWR@@LWhFaQ2le}8@bnA-jG%5e$L)B5IpSaP+)a?#T*E(ck?x<9^V{4V%W zGU3VI_gP0@<@X$2wC_K|yr=e8th>d2C1)M(j+kM>bNivNv8Z+6hxM=0fA2lw^Pl1Q zzl(o9aefs)dMs@5#QYvH{=&0K+h!fjtL$us8^BR|HX-T!dd;dJY68MX6PHDaS z+laQm7H^lIUDN;7-{Sb}SNT_JZJ#a9U*%dDCTR2f@!!qY_Jy4izGP=0>zTCuH3`#IJ`-}|xuvZBvYt2fP2+44CHmaZ=b=ucm5 zxkcIL|K8tU**|^d%=z_aEs87rqWv0H&3n+&bmqq7f9!v!ZCIVr6|%pmF7VTAmmvN3 zcW&K3yY;W4`rdPI(=584chw$!?XkxHRozqFUt8*)sVOC?UpZ6#)!5MP`NA)&{iF81 zoz#E#pvEhaiql1{SKQH+)91J`eV+Z=&vC`Cx4#lKDcQs0B(!xxzp>TB`B#o+ z<^1Net>6CsZms|RJ4dSK*PrM7&k!E@HT#s560_;Tu*zk2Vry<(R-AnKu6E?o{ZD>( z&fn&E&(3c3-|O@19$M|r{9^Ccv+qW?)uIPt*Sh{ZTiSUhYuWtZ*LTh=;Qo{O`uC!w zjqm^bXRwK`_5CQt^1gdbMM~(tB`5y|Kdx?Q-Ed>YNs&EQJNQpsogJ2Kcf8vDi23(V z@r&k1fBDaF#iTNE{VI0TUFM~qb07B~kIj1*ZQXY*jWg59E&J`FJ=OF7Uc9!uqJ?lxc zx~u7}*5YTgx;9Ds-1)vlf6?B*w;xH@pH^L;9saH+X{lh+M6>DNedk_EFKIXz!Qxok zYh}zi#XGR0e$nb#>`FXspT&0YD6IXK`@QY);tg)1U9QJ?rW@+vV3ih?`ch>v5a-S8~s%yFb?Dt>3X}^4} zdfuGLeg#g2Q?@ZG*{xYqlh?Z?u(nn|Q`1ye<7lbol++vnQPzwsqkXQ7wXqrNPwcZ< zC%NvQ?wWI&{~k7bY?;vI@Ls;aF#lbfi{_3;t!qvyO%}{Lb9B*yX@>>;=PpXVy7=yE zL-ASX-~Ud(a;EP2Q^Aa{#{U`4|Fhl8_4VY%Y{9G1izAn9l6qmxWXg4`H6u??Onjzn zhuE8p*bng^B_{S9SbA;4+tlQJPwkh)L}{>gJ=vcvn=Mk$&6BeCmE>NfT;|`?macL< za)xEf8uveoy3*zy-#u;Vw_lg)mc(wHaw_e&H-o?Y?)tMQPy0#Fd^uHgC!5E*J4gFJ z-F~?EnQhXC*hFE?!rNJXQ#*^+9dWs`N~Y!S!Ib%{0%!ZwHc4Gw6L&xToo{E9n~UUp zg>nXuGG)u30f&3{I>sC<6OfsZJuN?D!PJe}QT2NyCU{*j7Mp#=%PWdMa{Vc_%#VAn z-*GwO<8$r4e7xn)`kI=(M{{4@Ta+!#9>>4r(Bq#)S^JHBW7A5OnzBdil;f-A>Zvcy zeEndv8mIc*CEGUo`8Q@su5tg>pDW88zU%Fmnct%>{IV+S$^S9gHfn}^*opO`Y0u4- z7v4Po>b$pmRJ2LrO35tCGfGF|N9 z<7SRs$7$204UwBnWI4?mFC5?XNdDB4Szdqbb5qwo^^=#$jo4Lf>$~~%jL?~$;%sMF zrwA{(*1keQuz}Staw}8j+BZ^h$2amjN6g$6Gc{T2XnuLJ>2{t?_S`WB%NiBVyg1W! zX>DuTN~bILxu!<3F@D^dnf<+Dw|27p**G=j#d|a5Jf1OKyqf&ZVClI}_tm-$Gq;~m zPUDX3*wW`-^=HYnuG`aZm(7Z*GP-#C%Z+2HCplkvnX8s_9e?H7Q?cquyXxFyt8KmS z?lM}tvRYYeQ9{mSnU&A&W%Kl3^VhCRe$D>ksHm{td-aERby`>~FZ+EfU(fGS8o+`S~$~`MJiOv_|Mwf{ExGD#jbX~ayjfq?ta> zw_C-uq}Oh4@9vFPvyB(*wR>l+!D|@0M83;bK3K-Ae!`x!|7O`L{W0E|x%#X3G{1cU^hwDXm$`tld#Z?R`{vUg>RF&3@0A zHya+lh&I%HtEQM{>8tcvu*8fhfZ^ z?zYdGZ1v(zI}({{Plc6;hKI}E)~P-*^Iz|V4SA)!+0M+|uUr@S2~AeL{AJa9rrB1y z>$EoKWqR@8rn8&ZGL zrt2TO9OUuZbggIP%s9m=k?5_n|8%-u+j+{VZpIRWDAzPQdC6J-mTk_IWsZtcQnUTf zpyR2cb4>PF;&rcGYd0L>c(UTit3;-+rTM|CKc+vDOiEG+`F6CGCn1BEHdu!LcCtt-nX8!P9{CoM2yu}*+eoZqBC#Xc63iQ77 z^x5YaIk~;tmU3*J$5XvO2S8@vP%Z41Z*(dCgE+ zsUI0w-2LRtk!k-K3LCH7Tedm6?fJ#e{GV*+Pvl)`^hjezn?p?G;o7ZFKe{C-N{cXR zi?+T~sJXG>;E$BwTX$wFZpi$T?D4$#Kf`qs|Bnnl^V-jL^<0W#%|1L;;@Q53J2^BW zzW5glc%47h(z#pkZrbHy&T_8T+V_Kt8*lq=zTqC6{+VT&*GsdV`Y$)9KbzXVCThLe zpITEcjo$}l7f-9&s@@{iv{NVfrCjZ_HK$dIN;l8m!n@ru&#*9M=~M3W^S{cpZC-X< z!Ti|T4<${i5$8pFgSW>#-u<6JQ*(#i4TZ2vF00(%u0O-g?a=wNbk>E=70cqM{89MV zc*Mm1M`?WJ0;kPCIREi`o^>nDikhZ!VTY=MWVSDt|AZT=rCk3@fRIc9F(eEI990_RKr8D1@F z@BV&#TlUIj+a<1UzH`4Zr}EJnd9yhmsuB(_>z4C7@$BY)n@?*j?z$bGzW0#-!N(=q z>*ugdjp|-f^dj+#;i5||a|KpaE88{Q|E76oTKlE{441cyK2fvzd6kp(-n(CMo2NfF zzAE;-_G=t8UCvTFO<_BAe0`|&S2b?>v42le8Qc?5opHGSrhutMRVV^7tTr|({8 z%kI^iQ)-%C+^Be4;*?-myHQrdO^w%LBKOW* zv$p7P(RbT(pGcbjj1q4tewpmBGD*xmW2=_oB@gczn}4lnjhKCY=if88F1}0B{!_HC zy{3NG`YY!p^$%s8_E}r+c{}aGrAw~cSy$b9bZTF6e&5m`TD$F)tyDyFws9sTwdp9hYAXE{o4i5) z%a&&)HjPi^waS)Rdp`JazsZ~1B1tbNWUu>-D%YPqff+m3MCtyR=u$SLXv;?VjPz9w zYajh*(8`;+a^*^iMu~UQmC4_AE4-r4pWhz*`h4EJB}?k{bdRqVv^Sf1@cr|(Q+_-v zv3l}rYSp1_XVu;NPlhP{^h85uI!pQ#}=osq*_gw z7VFQ?^Z1R#*@N-Xi>@t-vwALiCQ|&zT|w1-EEkgnm9G3}=&K9*Rem>9QENiaHNOOx z#MbC}SKkX4%&NMx-}O}DYs1EA*Ju9Ncbt3Ym6Vga=EtA^wr6{C>oirK3o$uXdqv#X zYM%rO&N7d_x=QDr+DiZXp0mGxa&O;#FZN^1+7EIWpWFNLJQFtl$b4$weYqHt@8;D`O_-k8R(z0i?!yD8?AA@2H(S?Y`@Vp5u>+~nn#bzTR7kDX`zf_~-c7@0 zf>V;F9tqNWBa-wuW?4bI=U(~zqdThiiKSP(D5(jul(Trz6E$J+4YBv$E3af&`E{I` zBiwvx-;Q(ZnwBl=>i1&X{&2$1Qv!eYAAgoqab0=e$yByX9iay*-H(Cofvx7oZSqgZ&w%|A6h@&+R)-iv} ziht!5&78H(Y#PI>+I!0@+1AYvV)vd~*A#lu`prx)qubrQr3V(y*k$=_UnkF+W&SNn zTNnIih`z8SOQ)>iURJ~zt#xvn7ZmiJoBGY}b+&EP4Tr?3jG_BpFnViTu8sKYrT;W8 zG*RM3$>hg>_oiPxWjSNwoujXeBkQx2w2JSRvUljpeD2|YpYg)2wEz1ObGCgoS2ygQ z=XO}#>Qsr*pZ^S&v-iBKZd1!^uj_pG-g}YMj3pbcCRe*(TE26i|GKRvi>@lBUzv3v zrmR`AYU=Z{(V73o3D#qIKT8} zPUeb_8%<`jd7o2Uw)(34)8`jW#8RS8Pw)zy&cfaty6@JNjh%LSkM}?P!aMB*|H@O9 z-v2~TtveRA+C1R>iX-ouUTXv$j@mg>vaC2GTC*o%rEzS;wvNr_qG5M}GuRi;o&1mQ zZsqI6JZVACmd!A`eTYr)f~<=Jx9RDZ7Kf$w=XB0{Ahfls^=Iv>5_=vTFr)ui{+OU^Fo-?tPO=g*H z#Q9M6_uCy8c#6dzbqVZPl(<5u^R~*Z>e;E=@2oJB-JseuYyQ+lYgc=2J|oez)Q5A) zkt-@&71~wL`cHiwU2h!abeHwhKcUy%7LV^SYs1oC^UCycgTCCb zh}Fx^>13?YsSmN-cKO;T^-0EMm+l;Ret7Qu<}0esH$#ed?>YFGec72yp7|$VPF(D+ zE*0-|V~38GEK*wYPmzs4OG!C-`)w|E%d#oFvYFy54Oy z`_;!JiCdS?usnLdaOs8O*tUvpwfkqaxJ4(N*!N`9e+K`14i|nc-*(*mG$YU1^}1jG zey!@WVc2PL?)s+uw!3fdJ^%Uj6O-jb%QpGUHiO@MwOQSh)J;R5=1Q+^VLbIxh(GjB zbM7`(LFTT)bE!r8_frezERFWKu+>#jb-S7L;-hlMqaIfCp3(VtFfZ}XuaxJXB)PQC z9kFowqWo0o@S9z}eu4Pp*bfpYzAfxh3iTDl%2_PKf*6gL?{sn~%Hu zuYJ2$=lzm6{$qAp?<1}~u=2Zn>aN@N&X0@zUC*}Gg#Xp5I7KRMT~ z&TqR_>X)70PELMYTCsQL(=M)Nm!(htz1pG?mL&da>W=M`O}|;rGcFgcXL_de-nBL6 zaLV)S(z`-jPfED&%&xq7Yqsp>_b(rP>z#1Qrc3KphD2XhYsz=8&_}!7YFrOjIPW;} z(x&HF|CHZ6uPfz`%dE~-+CJ&y<_M|0w5LUuSA}X${iv3#oZEl@;)S^axi4bhGziOH zUbEk+xW_cfOE)uf;Z~1@t>$63Cp9`gn-b>Xn%I?UnYS|FT~NryDLu*4uCBSNw(f^r z^i=eJ;FiEU7=3i}!+F6~_r2h<4 zUG1)H78Km*zxu6T`Z12u>(4f9@S0zFqTM*VVTO0f>3h$cUd_0Zzi+PQy4>rQb+6OHuW>!rn{J$*?#{IHX64PO&f?|&nrE$L zRfxBrwYo9-{rcY-Pi1fG=6uxHyDWXPkn2-thVTR1cUv5-N!#H%$ydd#>CFe%JH3UO zv-F#92)3T@_!ScF_MhR3NJ?4TL+ksNT?~uY8h0>f>N>1cDtoZ?g;&+oS4YDBEq)%i zHZUi}GH2RJk7A?cN2D_+U5RR5|K}SY+e-P&rn4&L8C!n(UQbD~`Li;+o~KUl+zbC_ zeTlm6VaG3At>!eFb8n|}SLw_%Vfj;DJesySGds;gd@1vXg2N>#j4lVYvu@Tcl{^@{ z@y?k?Id3K7EkCr#z}BWOCoFL_x2%0@o5tS5FAKvq*gLPxfAKbH{qk(# zn_r{*bv+i;$UVNeX5W$o>Fo|vfAlJ>YKYzHzUsxJi~FVb_1)RCt#8AIP&3y{-qTN= z(NW&MK>x6qub%SOgbSNo*OYDX{;4LYGKuw+bJ$k3AGKwb?Z5M8`%OuaT>T~D#g}%Y zNjt6FU+H|Ez|Dx9^qJcyfNLd)i&#CdM~CXkJN@-rDrJ+I=rA=APB# z^`5l$$}zzlL!aii1}bh=Hum0kjq&*W@pyKutfi2f3TSx2L! zeq7?&@itSkhm}up$`<*1%?|FO!a=ScMjjJBJbpC!rp4)bT~!4WHH3^$t(Mf;i z3N4<}q$exwMW(HtmZV$wdv&15cjbxa*Y~P@>zsA_{)+AIKYE3HYpp9^zdGuQ#>+_6 z<##-ptE2DS(y{0eak-ZHPObL%srpuV$@FI#Z;LDWpR-5y#_hH?(mJY;%vN|bNlNQP z+OeJMm1R5?3RbKVa^ErO?Bc^`AKUCRu8IEqcwWrYO&)F@vF=^mk6v!-D@?H8dVJBY zn*R)H&wb}q>W8SkZCS8TvvK{L6AG=@ZCkP;-LC1bTULK($<50G&vc@?yEfSzds4dX z7AwO-mX&Yn{Wey!3SLaO+vX9rHbT@kX!?)t=RsnZMVI(4zan&qDeugk1OuUw(a^GH(T|{28%bY3!lZknzcpR zwtZ9A_B$)5$CT;+Tej51*FEuG^H<^2tIt0F3Gn2f>KIt5Y$p=*^Q5}v`{J2z`c4|o z`qU_p;X8Yk^Y#z3YqF9qJ>SY(vBv0*yX)ecufNHveDMAB&->|?uyCP2t+}&X`B!Bg ziMhdZ=-LH`(*Z`&@xLZ*y3ICOh~Mk)iokzsgwCE+7jC>_yL0VRlW7-|PyChqo_XP5 zRDbyC!`vlHozsjP^C$OASZ2+tfBbIU(b^ja+omiLjSzbza!g!fdr|7QORYwJatkld zT)kS>a_P2HGd4|Dt`lna&)ycXQzPZ@=}lRC482bzMctD5Jz-j#@vg}GmwjXIYOHQm zbPt-wcVgKk`~56?PG%ZLuBllWD!rFOCwj;FdyBqZFmN-De&YRW&8=fw&VT>UQ1hRm zzkYq(-uljeruRSATg>k&Dl;{_l^)1?C9Lgg-ZREiRvy=wx^8W7{HI$Rbx3f(*pj{P zyrSxZ`d_^;UU2YCP*heKN2ScIw5_Vo(tp?fXV?-}XDGj-qd!paSO0VKAf2#mwVCPdrr`13{4@M7||iEa_*<}#1(t^M%tN8A1%{}~?tX8>);`_J(B=hZ*YE5FSG~UEeCeLu)_3a;^KQ~PbLHL!qxn&bR;iu*cj#nj*R?6O zlNsMu^KF&ovO1utw6`%*=JVaIKM&te7X4H4=cddTF5m10Ya8A!kgB|25U-N5>ek~6 zOFbe>B^Nze;_>`xhJIDwKCjZdt219K{#GDvKhbED?PvWXPK4uMENMjEnEj(d*4H~o4=MtOq>1e_Pem1yXPHvc<{B-yG(bt;$1%F z+V(RWSI!n$xQI`FqYqscc)snq| z-go$ZW?j=2nvwNJa$1J=C8?dZQTwwtSSVDApE&jX*Pi!@t_>?DpFHNg?fH}L^l86} z<@?@EGtR#ER$g<}s%;CFENLtB{(ez6)u5yGj9Kg|w-skn5~F!^6|Q+zZd%C`vQc{C zWT7wDrmHQ9k`wv~~y0`C9uCTEE&HoJf zk2N2>3$dCbKjAm~Y01YQ4{SDLxb$hI{MFTG+ZASnJ6^jQ|EqA`mE)^#^`1D^V(HYg zRAa@~vvLBz?BClgf4W{Y`9bJed#SJglArGot&(?lE&blP{#5<(h$_yTE0a4bz4)7WgzCN1%uhTg{A&G`l<&=5&VA&b)vaeX)sJ01Zq3u4Ds8{o>s?OD zPwV|J>&zvRe(kz?{La&+pO5DpI~g%2jIrfu$iL+-zcpXJoYj+JTz1@dx5sh6pew?c z9Pa*{CXk$IcsJ8Kpi^m*^^$~+1&-amCl=bov`x61^UM742fHQz86K=-&H4Swb{n(x zjb#pLZM$SQhR)I3a7*mZ1|~Cs+-tlS3};W0PS@Gmqt>zN+u6k4M?dRN)gQ%>VUF9`1-HK62wrr&PktWrooh3vgfuP< zm^3##b=E@tHT{Z}<5lI5{8 zy0zE2cwcqD!f)VXZ&V(#>y~8l)l25ClDkqZO$}G>S1Bqkl`J@J{Z^-bKTFkf)2(cd z8J>GBqyICoxQQjan|?D-*EntA>421mz=|0yZ$FthDlGkR%U^8Gl~9GfuIpLXSj0!} ze*IHBe!^!ZrVyX}mAfCGd)PBMUE1{A>*LmbT5TIv&Wu{K>u-JE{U_gxPe+1y&fXvL&ga&|tSd*Cnz$Kh8jEb` zRBGzkx{xipYwL_HHM+eFwVN0os%Dz~aEX(aSe^M}Qd8rtZT}f6x?R<-&i|Y-KlEQt z_Dlb%?;9V!E35d}A9(KhE9u_rL5mHd&Kx^`@>xyi@r?S2i14|JFWXnnb1PXP^ZnAf zWA_eOKb0+GQx@5OrT$=?-N*I1UoKzxc&Fa*KZCg9W3Lu zqg7VDu-r8-+HcZdUi)PmVx}219T9sJcQtv*hI=#2K2=UoyM8j)Ch)|L7krO@v`zM1 zDdKp5@A1)nlP;S++_$wX?s{;%{4c&%=G1@R?+FVrPMk6E%)QgsKANgAg?*s%Jm%tV?Y**gpG2OqHZg+w)d1p>=v2(vLEHc~r>oAo>K`lS4OKEA~aLbDi@mlP%rwX%5?O=gI7IUwo*_ajgJ|K*2iZ`SZ5VICAaD&SP?wDyl2oxuPWQx`ai&+_d4YVwAPEZorkte^Rgia6W!U z{bKaIPjb^$cW*o!TI5%1zqDY#@K+04ryI@droBB|roWFbf4)_9R&k1|W?L;w-yD9M zm42&F#hB~woOs5Lmyi2cg;uHYImx+m7X0|k+Wp{B-s=qG1@ERUyDk&H`Qx{Hb=R98 zezANeEuL)ellbWsGyBy?2iI=XSR~VQBdp@6noDVr|Dw4omL`RG1m;S*wNH4N^C>-e z=JJ)Za<0~$f0Ug3Y*x0{g-|;WCxw~XT(u5960)~sH61&DTL*@}x&8Q$c;?RFpliC1 zbeS0*X-6&z%B=QH+W33c(aikz!{0y7+~dCLo^A4`>OTvsJ0>Q?H2uAFb=Hxn{7-B3 zqwbV$-T%xrH==Xt%8LGCV*{6;b^o43*`BHTS=}*n#(xH3yMKo7|NcGmpP}Qs{r)0_ zb@AywVM?6ld| zccT6UF|HzAc0U!IMW5ffr7hZDZ2tBA^_^eesoBRp{~GnX|D)lbsefv9HtKGf+x_F^ zt7W2F#b(Ms%;wF!%D{A1`GU-X?6mf1-+Tk1d)irHpa0|pY3y8n|LlK;njhbfJ6Z^< zd&(YurT5nTT+!Cw3CE*dKDxQ3sksO5Q80~}_Q7yx+VpFzL0A6hO_w*laxHJGGUK(= zo5Va7U#drOY@M^owD9F3p~x=VUp?#Px1aqG=0ElB&9_FobY$7G1a1a>p8lVqt^CK| zBj=q3tq)u=5WkeMJ$h;CWA)uXzGX(=t^Ae#Szh(N?umlG4;tEIb(K3zdzDVdZ$0ao z`o1mZ`kK(o?)8>SKA&0?C8%xZ+G6smNMPEsi}D{gwY)4Wkv+Gmv-Iy0wWUWc3MHCq z_c1Lw-Db4jV8^<=klmI-I>E1_Exwi>F9=OS8ZpV)(N+XoV{D;b^o2X zIZu4f=9$~g%yn7(vorMZt({f6e@(S)?(==_%Je>5=x)uiVb#a1tMaeDzTI=o^nKN> zL#1WwE+*t0_|L$)RA)uf#f)!@f1G~p{<3}kr^r2ukNz_V{Zu|4>uneOX6K#f3+Jpo z#~gg3_Vvs?Pi7Svf5}{V?&;fao!1K;mMM3=GC#F0Mt-97?UZAYXKVhX92LIWTEOCc`CkG1VtuBH`^(<` zTW&3{wb1O;lN!sXM|c0*UF>aR#&P?^yZ;R9`T2f^q+}o4wra=jSt4gAJMAnB$cq0I zxyy6gz0ZMmZBsl>7aR+hxRYFSP0eQRSqy$pMDI6WlwmrM{s=yzF28#%j$UP zd*)@yDVFaJYwwbG&?^p}`lt2$m3Zd1vUC}>(|LEpG&X1G{I=?eEmuGB&-%#~==IX7MNPQ7#O*7($Ug}wWn8K>9Xvpl?b?UfAG?c0`2 zh}wGfKZ90V+xv@czxKR~4p~+|%jDZ{*~HZqY>}IH@+JLw-F|y1zvZH{=QP_g_XAdxy;Y0S9r(cfGzF%@W`E{gRG4rXGXCD6-gminYy8vLut-1JeLzvf=wCslS|gygw1zMb4z zR9dSacy7zJc<)>P8IFYf*>U(-v53Zh2KN^dSF#rd{+YWkUf1d4v06 zwfWxOU%EE=l@`kD27i8c$!ed=%Nw8dMQz;cPgiV?KmOasEo94z4}VskerwycdRG3a zXHK6IHpIdE8&lieVIkK#-G}}0!*tmq;j_$AeU+Qn0p7`)<&%(;Pa>d7F z7JENboOx+_&RzGu!{ztfL+@^HT2}SDL-|a0Qs$NWmp_@_J25%osjKP`zred*uSMW=p=d3(n-uMB!FIp=j6FyEl_xyk?#gUfxyw4}=oY6rrY2t>+Zt_` zUMg@TOJQNcyIm87j;ls(w6+U9|Iv&&mOXU#g(v0n#PYj7s4!Gkk5?Q& z8Dnpu`Zd^@d6j*a0qewtwd&c>~$=(%~$t4dz1AYbEWX?1NV<_^X4&FwZ|)q z@yQqMb(1og{!~8km#$p@O8DfOp9|IAKJM54BJKa&W>Z*%o&3SWubVIa_}IE}vqXeu z!JTDJ9EE$+?Yoq$_A9+SeeUAiJ3RrL?e=`R8*wOVqI6GEsInsGiW4kOfnFK)GpEO0 zZ24x~6TlYiK6j0zlXdS&ktvUrd^R0hoq4hT#qSfbdT#qC8c(Uae)?(6&d0vKg_Gx* zefL?g-D+dzw;h#QJyn60(sphSepFmo&2e_h@&62+k%mWf@2cF^uV2=FJ>lp1HTp_F zl~3+ge7;M6#X9p-VrnxsJG{&K=W%_ijo)_Y`#CkJ{q&q7_$_qT7rq*}4v?Nw~VpY|IZEwB`b(~tUV9P}R zm3uE*yn36K!9*#>EUThI#nhq+=Bda2^vCV_#lK+xQvR=!zluJJ_y7D?t1n!* z*S-16pUq#+J~LSnIQx*SnEao}tLBf|Ee@;*DXr1oX8YGuPubd1R%7$$x4kp2-g&a) ztaGKYrvLi+VY*RXv*DDT{44gT7?ucJOEUQO)w1sd!zsSJzFFFPWd6pwtT5P8 zb0E9fX6w$)FD~%xE#v&M{@?2RA^RA9eeCgHG50Lr@}rACT`zpJ-ss0sxn$+32hX2* z^ZQ8g)?YCzo*Q4^=PWbTuwa*5W?T2736`RAhhqvSU)b~Z{(Yq%bN+GvX9yMkIeW&( zXWQMIpXbiqD>r-NM>k2y^B=xlpK<>3mx|v};ZH30-tnE6zvN-pzW)sU)itRM+bieJ z_IuyY*WCEBptZhm`R(sZOsz8}&N21Ka_ze|cS*V6)RrX|yEV@82fVQQyLQ%T4R7B$ z66XtLeyyBS?5daLdnGUPiux~yAD3r+`p=XryR*KeKmWnLgE_Tx z-u0i1_}jd9d+>R!#c#A8#o9S7(sw_)vusoOjB_&f=U?hC552K$=YNJP{(o(&`xn&P z)doKOVeRNvV}0WDJU-Ra#l-GFqWnSU? z3m-X(O{|%=9c$aJ|M;HtcF=;cMJA%^CO79inq7IS-aT~I{13DA8pJZ1bLT%--*cPq zp6#;jxw4T5e{HxrC+y3zP07|S=7Hi|AuWfm{t}wGQt!R<&R+$yCH&oF^3B{1w=Ih4 z#-zEev6bEba#=L`P-8I;8x#-)$%Gn!ub%yNChi&?*__P*C|`Wj*BUU8gnzsT1KPkY)`}&xxBh9?lZsWjeyy;3Z+cHDCD8*VX?S zPOMU%F@28Rs_jpsc5ch#Kk`SG?SR^2d;42uvUbxN*o{A}<&*6*XWiDC@!Rc8^Q2Gq z$GhvbB#z8Umfh6XDO{Yn+fOyxOZ?EPxsG=>mE83`{p!xdHM7sO?>;btb@#5asn6%# z{HK3f^Yfy8=Y{-PzbyS^*SAf1ZSm9mUBxrji#8tmv~>TU3m;EDN`4l<`KDv3$h~b^ z5ic)(Rd#lW;{MMNuz&sI(pe`y%rnU~`LlX$y6C6-{%5&@k6l(guySMBhGOQZ<)^+% zdz}rv>n<|=%&F9hY^9ycc5`u8*1tY6`Oo}jo4L1{W_f(A$qU;0==#_@XGhm{pv&UCXdhTwQ{#S_gN?AN!GVXbKVH0aaL|! zl=f}Ut!%r+S8DdzEmOY!`PqL4zrPCacb~0$zlYO#!?igkC92h?sVgOR=`8;Cwntga zfoF-6?!@C;cTc%=vBl@rA-OerGlJE0qfSnaQ@R~tmHgwJyJy=JBZED>XFl0}yR%oJ zXv5U`XER!N);;L$1SEY~H}Joi2J ze3k1aqg^q3mhpyXC|_NcAW70(T8Psra$rEXdPeeQn%>hKQ-mA z!g7m$uD_S<&?;}-@iAQAY1*cf7uD21_Wasf`{4cG`P-uPVy>Q@@!R`e_uWwAi)YOj zUXn=I%@R<`wVG|}tP9>PC2RNoSslffdicA_VYi>OI z`%ZG*RsWVfKUTf`&u~_UT`ZpS=RWuQhp)MReh=Cb*z>yTm2J`kQ(bwj8!l_E*`GPO zGGj)6q5aOz8UGpN-~aif`c?Y;T;JS-H_DdqetTs zt^4}x>m~aO4ecK#CI4rb|L1f0*Ud-Qw_o{ks!RES_??+wZNe;?A;IOgZ{zg8wnUJ->gN>pv~p zkRSN1seX6nnxm_ud|ZTbg(Kz{W`}>zkC*S?*?)a)b)~HK)=2X+leXX4e3`;|vpN%_^nU^@+?`^=Tk83HdK{=)d+Prmw(^{+E_^O_1a zerdcl$H^^Rw&&*WdO2(MlC~wc4mLm5HD8b&eRf}PkjuS|QbF&JB$P|<{CetQ&h%Z6 zjb0v^v1PA&^p#MXo-6B5?Y~>G_n*m5wQE~0Uvay(Z(_04Uwir5D0$^5WAQV;Vy~CG zKU}h|A9mA3IA4MtAsp1Tsl z6T1y=&o4OS>*!aP`R`fPQQiloTRXjD_t)Reiu?NY^Q9>d*Wa;k zj>`ty$c4Xmz0ExC7rU?j%Jq`tVM=fBdWtPld-SYWGa&6PXQ}7Q4-ut*)~Yy|P7QQp zUF4oPJ%?*UKt!U@;@{u*?h`TPjQ75Ds4HmyT@Uro%8QPj@|T})ETzj4bSPXVLvYQT zPru?_UQgQJDV587b-|Y3i7WF(f6u?~*~I@-@uqyxtsb@Qo^7+Hu%F#?TwYICHpM4y z|8%p&?wgaZJ>IJlx4=ns(Ui5?rb{1Jxtra8X1V6o^Q}L2=CssL+9I8pmgyqJd%`-U z^`sz=+xz^Pidpyey{`7Two&Ha-79_&Jaw&UwD5_(6x;0yYu<8736}nRH!i*4IB_)i!h3 zD@(R_F8HuG=~#~~Tj(Q^WYcBFI4v`lfV1mGyF?}^U(%2KJ<-sxa>m-#8S{hx z6x%q?kgV(Sy1KSg`>c1?g;qiBD&I%j)-Id6^IzHWBV`?Hj=xK~w#EI{x5CSc3~a`o z3PPWbrmQ~48nfl+^QWat%>%_|tkFDBbb*06+g0rM*PZ8=*ephzvBP-`uB^A;=3FC>YuUWtTx>SAr z&v4^EgW#V}*T2l|>#=S8c35PsmrzK2(bP3k_p|mra<|v!+B);Ayktkm7M~;6f4=(u z(rPFG*E6`m`l< zb;Z*ClE+7v@I{_-t8M;F!KzPc#=>ucuMk{d4D zHEew?{%^M6tJ>o$_ntSIU;lmPUzhs#e?Gna$|KslpA&$Zq221 z`FABP4?cX#HMtSHI!eDfta<55*8V--?svOulpjZ5%N70kZ>>FdO_J`Pd&e)_Z(a8~ z(xv*{X3-r9MG@+axa{C6|{R(E#0 zulWA{O5Og#Kd-;f{_>kQ*CS-<_KcpKu9o)v8FyprjT4(!mYg^prQFP0wYg)P{$9?~ zIK5wYFIuwdK0f?W!0K*r(VF7V-eF3*Va6Uy{_X!U|GoMt<-hyC_dlOGf6acDW`4)^ z{Y!7oJiog)MxCwV@$2hj&j(e#zB<)TnLE(feEs);HNHw)zvutc(>9jB{r95r z>#u+Q{Ac*j!2R0yo%LBw_Y%`Z#+qL?rHf`wp7rDL`PlnczMS2=rEP|$Ol#Z8dea}h z&t9K+zFtnwV~fVW^BO8|c1x)(=GwH;?!-T}ES&>ON*iN%Ljp~9D*ZcO==%P1r~GZb zzXrC;JFmWYqP*^0+_DdA9bW!9;5%pUoOhdNU6ej$a{Ni1_LfkY{|tM2nX(QZHySoo_@t~Cr;x?+e^zoi!NUKWgq;?_~qd?ed)G{ z&tm-g)BZE4F8v$AF?qwkom*F~TzKTmntfSncNLCZWK&+VOZlOBs@Uc!e!rOiWiHH1-$Sz;^ zsQd5x+FpxW$Nbhf1qKC9=@b{U%k&eP{`oq$vruHpoI(+)-Xn%vnK5lbM z@~_#_OH0qOeR`uR5_e!y08h}HHNls@PB{L3-G;fGE5ALcPH(+l(>Sg&Hv?g?8u)CPnBC64Wp*iA8fZ=@J)VtLAfMPdT8EZ zg(tt;7P=`5KHZXMHR;iU=O2%L2;(^Lpt--3KS(J5eNX1;sJv~zCoT(EbjNq+S&z(J z$Mxjocd0fyKURuO+a&Wl`K)Y}{;wau8eZ2JKCWN5qszTXYjuMy11iQYR|*^uQSg*{p?h(?fXo|PTQ$G>(;TG zt9EprHh-dH7k)P0KbF0(>R?(#RC9TlUv8^X0@z&cQEliWtgTPd;!&dD+B8 zt54S!l{{YLe3j#LxLeTgPBZ_2{@r59D@FJJN_8z=I4}O>&6GELI&VBkdhu!UzC@X{ z#m`C(^+vyl`cj9p3ka#XR&_&&uKq=j<0{Rz2nH?NIR#EYTKn`mX*y>|9dTU+4Rc`7C6c# zznJhp*;h1lN}`Qd&`Cm>wr zXqNxUZbyaYe^<|3ZdipMh zx+~mryyV}<8>QV_+9kDB=*z6Lo?`mnh2Qz#-kWsIQmwA;uluKm(|*3*A7pUUeTEqv01PpqFAhR%O&lI{`zP2O?kOV8!xPw>+XMwnP;PN#s&F(J`Y8% z#$EeyWYTwy)gNSz+`8;JKiKe>?&s_KzqH=ZI&T#dlr?>L1WoO=X&G3HtIXm=w=Ejx@bsjta zeD#OQQVp+Jr`bO~EISk|bzx)L2CwtSmPWYkKd@~{)%*#M?yG4p-{n^^*O>cboTc~A zDb5b%KhqyBDXlzm^}Osqox|P>d>Tvw{&eV{PCfAVrqX>;ev6(jyxV3h3_Kko)xFnk zVd#Z#mC9BAF_%C6RyX4J@@`iQ;vQ7ed|WMyZ@ZyPfWUJ-Tlv?aOU$|zFP;`iggVl zbZq;x|3&avwmJV4mGzETbE#wg)ZcmY^H;pt_$%!25}Uf+_2$o&#P2WKY32WDT~9{H zQe%zI)JLa7j^{M*^r+feX_)6bH~mZZ*S*bG&ikCbXlKotc_Fh%bjwe>ys(s8=dUoV zW>t;ObY8bZZHlD$!ow=Dk`r30-Y@AYk!4T4S*E}7yyN%ROY92kxA4DWtaUe?B^{-# zylAmsMEQlql0J4_H`@hzuHKpbch>Gm=`^3I)~fmKXDheef0=K7<@1#uwNoJruFjsZ zTIzYvQ&;z{gBPBk`OgqGdtdm6l&|o+H;y|gWTf!DgN^FA6Z?G+v?%Y zRae2f>ZR_FS9%Fod^CSbzM69?Pb}?w`Q^l-np0)C{bs7xuraowRP}*^qp*t?!(C*s=>J zJ(=yh-u(N!%P;@_XYe_fD0|=h>s-MT8@5=kv(~A&Q1aq#;=1K)&K|uq!BHt|vv7~P zbK2|QQaw8?yDv5cUH6=FDcCkt;^^WAhT}4~?#8ayWz=|)xol4Tte~VHY2C*gGx7zQ zuDncmUZZ@`C^nsM*+i?l+Shvh`XNp(ckcRovRn-gj$D3d)ylwS_WGW)t{q@vm~?W1 zn4fYV5*_Gw@cY}_o{|w=|YHEv9Yp#Ah zndsMa`q=TU1=8tDKRusuJwvO=_Wq3OzT_T%!yRqgHj8_{t2_V4(Ua-L)rDVv>&TY1 zJiOv+|^uEwj(aR=B#TgxYUAn+tJFMqir)faQ zEE68q_MdMH6d6K_gHEg7XH-@SatiI;5+}2L)}M7wyH5B{nVqSbBo`(0!)#}9c4D8P zhW;IuJKwjy2?AZ2we_7-+;v5@^sh!vQP=jrzH@f%zxsI{^%r0JH>_{ibM&Oh%ljMN z)f}I+ZfE$SZ#NE~KK%6OG7GjfZ28`1ytUhQeNJ{d8prhAb`_h}WxkaTKd*na`_Hf| z`TCFl4EF1F1Lk&Q-h2@3QP()Pe+`jSD+O9_j7&smZ!j_R8I6%O*pK9d$DLyJzL?l6#Q4 zR6$ged8$zV!S=OZK37K7G5-pA`}048%FMgEymjq-78{Ebjcw%|T=!2qa-DNYT~_~+ zv$w+g%;XH7J>ou>V{qriddC(?d0&nf73W{ppNPI^;dAHFp7-hZDy?&4RtxscyBjsn zIoL9`bMx9AM@y2Y2Aw#S&l|EOGSE?%J?fCaO`n#6sx$p61(vVGSMTJ1bYA0=N3i|7 zw0fUlW<$Hi!j(T)x1BjwyoR$Y>{xVo$g?H(;ir08r$3%pG5^TV?GJBUs$cDVrh4zb zqoyZkB5jSZ zx#pQqc6Ol3J>%;#<-(fN{zm9&Y-#V8*d4C<@|+cat={90%T9e>oX;8aUj8ThUitX5 z#fIV+!%gSxxbnti>K##D9+T27n^zW0wtD^4`xN8RFN79#wZ)2*B|WVkcU2`$&k-GDl=bu#k?Cm^Ifcz8(U9LvFr+2 zq%>JXb;aRiscDm5d5Rm|&8%a(&k@XTUAcGjVB$0L(a8SO3H%jeIVWP8tZ_Rqto z?s%j7&aMAZ*wZGWbb9eTC+?nrJI|I){mA9=cJ8^f_nW&n2G98w{pQ7_ zRGWvsf#H9AF8r~+RytSLd+zS1v0pw^_Q>~|NS+FHFEcHPW^EFhDJ~g3-OlXB(UMr@ z9{*c2R;Pd4>1O1+Ir7R@^&OT@Z!@1?o|XCixZmX~^X9$xNE7Ik%lI-SH0;ie6ichf zD!Jq0{<6vZ&NjK3tK_^aS7_vmGa7!pa{OZC$*Il(PjZv49%M+DmEN^~s!*ve^X&WW zKT3A<^qXA#x7b*Fp8w3V7hAV{KGUaUD;BCj$fyY;2B**n>7 zUK;M(E|mS;^LdqW(R0CRGtOO&n=UDln!VQ3qk~Il|C7)xT?N~;_N{8uQXKjV|CHEG z40~zywECWcW_x(_;*-ZNx$yYvSY+EC`O32R+<~ZR0WF30W{-ucl5)RlEflxh_q1ij zc0;4cw%6a>@9p!dc)aYKbjkJ7%A=Y=w(nMGo3z>V`z^n`U-Qu)nY#77w|0DspJ?#4 ze(8&A8>J&1qF2m(zNLz}c2TJOt5wcCFO?>3Pigwyp&TssOm^$zuenFX8$YG}XHb%i z-SPOO#H}rkMHhW?LvCvQ((sA|b%>*Mzt{*~5Na5yb>Ei{`uGWuWCk<`Y`%Jv~H zy4&_z7Zk_O_f37S99!*vc~x;lvF^34@iq}V&Zf1C~%kf{K zZM_fm)r$8#%kTG{`DovddBL~tyeQcm{NktWT1NFt?;mB9EZ)hwX1(g-9>2rphM|)V zgy#!|-C;Gkqfm3bBKh=R^VXWlrz`FI6H4wq{qpXCh$+*lT|a$Ve*R@Q->}-rDDUx? z8@w+QUM~93x7ss9jK|u=<@)t_$p_c%*3?L@{K`1@>9%_xU&k?iQj*hrZYlAyGOVWh z=yUdmcRp8KJCnWU*1cEdQ~PpikDK{AtXp;*^%c{?r)5?_*Jvtbl0Q#S7N62rJui)`K)J6%JNyK+qYcZbLGN<-pJhMc~6V0 znI3K5J^ep}Sdp#0<;(?}epsGP_;`A9?WM1Z7H^%hu0DL2@$idH-tPp(UFsr{OnXjF z4NUobN%Kji$f*RIs}l|!d$x1#)!#11x#i=HL%Wzw=O0;IAYmqEm+rZJ`j+fhk1}oU zn@8Vk`bGM*JAcl6xpC^|TMPeJaSE?eCG-By3!Ap?+`En)TP*oPk3LD*mv-Lj zKZEvNL4_GL`=ZVWKG@LRD68c8H%)o!#L$zO>0XUVgn|_4<$Nr|(;0v-{+mPd5MR?fx*Qw*Q!?_?EZU)O4GPSJ?DJ z$1b0)U+Ztqp6=;dv?2KXe}=X%@=340_1C;}nwwJ6{qmdq2e&sxv;7}$cKh+n@NM^v zFQT7R9kz+7dz=s3RBOa4zR9RBdbyc*wj4Wiub5XpwKse9WAoZ))^YhQ2S1i~ z{PBEzyCZT>$N7abFLiI;KhtcBmC&ol9~EC$_MAN$E!4l`U%h7I*|u)EU+Q8Jz4A-n zFP-}@BbL4Q&%X~FBg=`uR<}OG{E$n)J*RROU2FW{W?ovNLz`&V>fY563$5MjSFUWl4EwHfb*3 zt)HE4oc5*9e^$j+3m5#0``Bl8aj`!8nhz(!-fcWSHUG!t$>%@b>${z^cV_RY?OS+W zUVB>=^X5ufrT$Ts*R#u(%8q=BKR8^7h`^dnoRpb4@|Y$F5cD`0I9A1u>Vd2}qjLv|Z%S zv$xL=*Gm3LJJ=oPu8W*^WJ|?ONQV1XUU~QNBX)&-R@bHyIy?sP^|0Augd(35y?_p z3OlCW6Xjr9yfP!(a8bpjJiV;D6J(r}->eKhwAt>Q=AuVs{~7KUTszd-F6go4R&CJH zZ9SjP_aBrxFMsdqAK5A+bNi<&0xXq6CC}ctb!yA%e7j}AH>r@V zUg4KY*^_OLtrF7Hf7vQ=j!8>@{>{DXmDYr84&q!l+k4((Lrw3fX{t&2@(^ zPjOu<_-pB->Hl7x2~(;)nVGlhPrc4RzmTUnAOE@XJb%9=KsPsM^^<)UKO1o`FMW0B z-5RUKYtlkw^eTVocuxuN`p=+wS1sdH$#Ds{&7P`(jOOtUl5O?x_0_n|T#l-CWJ>A_ zIR$MrX z(4Ffiw5@$*ojW`)mTP}IY~<{+#!^LU`;YloZe3lm*HcYfe7<6F^`HFsnoS#2zJGqs z_jq3>$G-EACA~ttSFB~(86xmnrD*FP$4MNHcTz1*N1u4@>HS!7-sD4uGfmP=Cgs$= zKc*qIbxvL{X#17V;W?#I2V=IXh*Sp19hc?wW_M}v z&bj;Z`zwp*DL>vkXW?j7yAe<|zbI6#u|zcaY3BJ2b)U7aH19ZZs8saLMYiOyjag?d zPWn}NHNN(rv+R_x{r?%*@0Rr~OjtE_Zn?&%0?Bw4!OF>EQ)JeOrZF0(={@un7ghc- z`>|z8S@E~_!u20D*L_+WQlB&F?3>li5+?=OJAZHAx@5B1_rDVjqt5(ikmBR4IT!BB zP$Zjrbmy&fy>Ammk0pC9S@Cc2NpbCu?pZ6OWvznr9{F;X1r&DvyyWcYk;#9hC;E{8 z(TxWcx1ZCR^RQOw>)hl2Li#m3nVqJrkT82#Trwqn?S>!4^4redd-?U@?6mDy4Xd)0 zn+hL2dBkUYPA}8vamIX)@&e7M^II}ENa_7%>iBtS%huAR&)18;`Yacb?Y{bi!p;N6 zD{d6)Z=4a9=gqY+sH8LL=GojbUvJY@UxkG(Wl!*)G1}+~YjR1- z`Q3R8kJp)JOP-Gp&O6cKaoTRd8JDl_IZZY{jAxf?#`#}0ejLacG!a z)&ChP|NdM2^ZSQ24~k@cELPrr%NnuapviZEq$5?k)%vg8^UN=Pm!`Dk>+9=3{?-1e z+3^c>IpvAbyZG(X~JS8kSXlKP)t z%`Vkz_wSmou{Bq8=HG}N>rSq7_gZ_UG~47q18eE$_lBAEDwj=aLpv+>hFWT8&Ee(S zUmA8ja^jg2X)VjIhkUZ)nfU&Zg~&Z^L30_Ov)UD3U)34g%TIBMe*8+QKJd@MooV;= zd!m%;3kBu&R{v+X{r#Qoe}?(@_y7LS!2Qb2RAbwRsq^m?Ol?0NH|5AWciy`{mi(!6 zJ2ciZ}A;q8UA4E3C~K4q)AIi~4GD(1y+s0#Z&`({JWt6BOLdmGJvI(_Tv zQ+uwzwC=L=e6<~iQfExq-)H|aJ%)F3uzqTj`o{V7QyV^2eq&9%Y(J;^zU7f?Ri{Ln zL`2>`v*#(i6JNGn{pw5Ml@7AU?b`BYd^-p_H#_ju7YoJPtKNLhS|4TH)7N*^eo>{~ zXYH4JXKp=jAhBqFrWCLJ%4MhQj`Sq!c)D}H+8LKoflkPp=&;PX z=)Df#ev-Qf>hk3V;y?^)F&P+_&KU&sC%y_n0hIM=P`W-rg zFa2$nyx%`#_X4)RcDj#c-rG%{ee~9UhK`~=cdyjD+&U`Mv+Uoz)qmooZe;A7bm|>{ z_sd;2>bv*s-F7g{aQ6LYCZQ|s)m|*QUi?+#oZ(y5t=+oj{zlt0H8Za`YN+}7>ner> zpL+Z4baV+LIBM-mP_;<)6M08~!YQvR(Sqr`Ee4!{)tqEnjRqGuT+LXWH_pn?HF1Cms@g>GbyJ z;fE<3d{d_02;C#P-&|BtxLwWda#^a-oQp!eSAGUd96Y}JQYU9#+3e)t397f)Zg|fR z$vYX;VYYkXz2(8V{~4C5>}>z}TJ1jr>sR5G7gVnXEa2Lm^l5+pqgi(*Y&tYo#qhN8 z;|C?3lVpt^dM~Z?>Je+rN?pcnC>$SbDF62LpQ`zFkLquw|K0m<`JLbWAOEP9Tiv|2 zXw|1vFB1!^^fF5<_gvnUcCA%jI`@HK_e%)}z4ZrO{xk4fUT*7QxBk!I6S3LoqL<0+ zf6wo)FZ(Jex7VfWtNi-w`~USE`Oly}Ywg2DhT0N69-j{%d|Ow1^;hE7MV+3Lbk$y| zSY}2CeEH6&YgGq zSWM;N$9C!No}w{@(#1{n@kPuEsYe6faIaBq+4M~1s{K`IQPBLk#M;``nenk-HWWEt zzPD-(*MgsK!d`xRwN=Ylx6npt%6{Vz6_bFn)_-!dSG>D$`9FhBs$bEj#+IkI0{$~( z=cHe9-kqxdtY@)D(h_;Q`6oP`!oMe7P%f5{Pp*U&+pk$%2!us z&bp+2$L0Jhsq@R#3^|YftmNyPymsPJ8@K9;BO6leQ~F-N;9RgSy1MPw<MC)K4;F>o`095e&_7ox<&Te|G2N5|54EXw4L3@PpYj~R9EpD zvf2t(Z{c|$c;vv_tm7*suO%oa247R?mYb?;f8@7M%F!K{_6hx&-uid-{oAWmg#)JK z=lOhk;5bDU&2$5UnUj*ikq`g59t(>{k(%icI)PMgO_EuTGz56e3=PH%;BHn4TXVZkQ z=w5$e)wO@V`^Utl=WF)fyzY7XKZD-|`P*&{i=);zTXGn`v-uhtz_4b*I+L5PM2{K% zdlx39``WS3en;Eh%*gMrRHk08kUsHezvR>>x<2f=$KDux>MmjAOclsXd%3lL;gmm< znv|+EUZ{l5jP2t3YU1!(e2)@zERYSec6&WT&9P$F~epKAZctDiF`?AWFDpmp_s1_8}JmKR;IyI!a6 zId8geU(b=fefNUZuD@Gue4#h~^>UVIJ*jP#Z{{93^suh!_agB-jUEpBTGiic74a!; z`C`rgPH1BJ?HBUr{`AYwzfxg;%Ci3YhpKandtdEIamqAn{qdhc?eg+x8@8BydOK%h z^nZq{A3rZ#bgSs7=*=t7J{CzYS@GN6%=lIG?8n<``gcFmXHcAb`tjF$&gVY7pHS&H zIaz(dv3@nj{6&5Ddrx-jJzswEo8@WkQWKLGs*_(w#RqG!pIN){oYc%%ur0Cac_HV!A5p zmAX$n#M$-<)9+UPb4p5|MLSjQUrm{uzctF|(r1s|B~`1^UL~J({VN~4Cwyer>tibCY*VbleqID;MuYEjOn3d$0HQ$>lkdl$7o;#o>D7VsD4`Ronhe zj5wn$R1_rbo8N7@%HZwfUDxGrrA$y_opt`pQW=wvGuF?aG`(qc>%J9zTT+F>&n9-L ztjQH_T&6jFR(EaE}d$yB9N|EX3DGiH_9@K_O2|W<$U44}IZNap( z9Q`@(gE#-$efHD*3&%U&c3w4-w|Vs4#^3Pb!}apL8!wjJsmnYv^OmibsI5|Kx=2slps#&hAPF&y~(LSb00Eul>s9wuO?S#wm;LJWfmBAU-GMMKZ@tFP*r|!(s5*E93d4lLAU@`nx`sOFrJeaOtkP z@Cn<^=Re)g{kk&yKSRKr?MvEgrye{Wyv%R&VwcnPLB%5NNx_A;uASj{>?)blUi7;1 z{wIIY=lRS@*%j-zTunFc`m{*0>Ilc{q|bLV49fLtw)#ot^8PQcZ*t#o;nur9?O(n=dbfDr zv-@kdT-P(%xwXJ@TFF+s@-@~Mo~B&A@buohtuaflT(8{~ACR!>Zso=`9b#U8rlmPuU9f4>&XNE&y(FjaQA!Is%}o28XSp|J?(5(9 zq;f;v)515oUnFMS-0Rl$-7egE;o3#3I9}U-`{y2PS?2cJcALIVRT_cSST;tHeb9>T=w1Aj@3ra3A}n<2`@4AOBg; z`@YzQ?XU5a2S4>r|7V!${oHWDpxM-ZQkCr z>&23A*~U|qGasM%&#>H{|I0k~+>KN2PIuk5F73jFtfo)X{I)Y+GMP1ZU2qD==lLPo zDspApk|Lj`DsR}?owq*2N#w6^<@z&r!q>LTUnrhludN=x&++5Ung6EtpDmWM zeqgSD!@gxk-*augvHg3kyLiIEh-6)v78ke8B@Y*Nf7<-JF6iu*-EKi)MS^)7KK<%y zS#Z5S_N(Z#dY#H{_kCh3&t5C}^=X>BRbN`N?glEjT7C)h8_Sxb)|Lh*UlXrEU z_OXfW{tHQ~oUCMj*`*7z%BT!nY>pSNGaFW)ZE&=1}^#aH4;-IRxt>i66{ z+#(G1^kt$XivG&I_W5<`ie#3<6vZ72d*8EWt(~EN^w#Q&i}(F9`q1C@NBwkd)U({~ z<8nbC-^ZU|F6TF&?tbEqz2lus`HK5PdB*jtOWSLc%-oHiZm$oJ z7xU}-vswE)eyuA%RpV_NKDDO(q0D=|AJ0$LJd->A$NEtD%)9*hlb_s|FTS`Y{Fltu z(+6K^UeEim>v_JX(YN0x@4j4W)T4B~twLX>*0q9p{>S<$+h*l+cf8+uu5~W6`}5SV zbMy7Kd#TA?5?uW=?A(jfSMROeuyix$FzTB&FV{D zxvbq)=%n>)#+8%qZ@1|xI$ScdRrcSVXz}t~^!9U0HD#QPS{81KoF%lgMyz^nR`iS7 z_sj2VefS;kvp;xFoxA(Fk8-@9N*;WDaCKkbtNDMVUuON3d;P&y^@P$*!_>D=OJf>7 zc`bVu#?5l1L@M%@;CIuB=ffBL68-#KIp5~Tgu8Z8S{0wSUx}8y^z^*@k)P(rXU6sk zd?+gkQ7f~%viyR^=?@!kht!7au5MhgyHZ*gfA zK;g)Itx%Qd1+wY2aX)M3MVIY0lXqRQzSDZy`lpPAe(6^ZJu~&cTGDXq@fOZmN5vI( zJh5&(mk_MXEmJ*J=xprl>CQi=f9-m1e(R@m_a}Ahtt)ERoo+n7J?i-%OLx!qCwvvW zswa~-v6{%$C$jH6b1rUGiL}bU1%=wn!<|?7EL-V2SWkb>o=| z??bk0f5nx%zglD?|D2EUUAr=~_M(To_f_+U#x3UY)}ED?Zauqv^7-TW+!>NDb9UYi z(92Z+@#Us>{o(8r8dEwwik^A7XYTw|Q4_?kA1(LT-9Pi&+wL~AY0-(59+N8bW_yX* zzdU>}-s3+*c%AK=U+>L7%dGGD_N!j3;$5ML^U01kKeL5T*8FEMTzbHL=9Z0O`Kn!? zttDps6?c2zU8QKB^5N&Y@MZTeomqCRRGhU|w37ez>X)xyJ*tdbJn@~~%Ed?a@qY5Z z#4dXBN8>-|@C65->{`oLzvkhGFO^4cAO2Jnbo7`dXT*O7-}_%ZpZrPw%KOOf@GIu_r@MRW%#Z!B_wK38r0w&LKfSFp7fw7^ zC>Qf&mrdZ_xGC1h_eFgB#J#mkSEkmmJ=W+&zjg4br#0>m`i{Rg{~KZxIJI}`{>Ss= zkH3!3_9s3s6Ee(HF5wmx8Emy6>kMGMroWE+{TUI>n<*!5EC41Ai?%Mb1^$XEA>+r9{`VH=@8##zHX3Gh{P@q{pa1pb z$F}k*cD;Wla!)$$AAaPn!gQtkC5}sZyK+lR8moeqF3r=vmo3hlQFT--Yx>f+UjG>k z@{|<2S7*nmOl$bH5J-D9i4D*dG<<| zBBy{^b~mS_B)#C2DCkuB_EqZkSH+l=U*)GO1pi!|bvn1{f!@{`Nuq*jQ|5O((lmTG zIr~4u>8>NbogdcxJ<%QgT)1*;=ex~+S@&ObJ{iM4qyF;qa_xyvCq9Y&Se|||^=lNv zzKx-;emy9b$q&EqQ|jkzF{K%^SQFRstk!H@a7^a1-7Lq%teo4r{Lhbf?J7S%;i!}M zFJ6U>p3B{i}2N-Cwu2{!#t>{l_?(3Ysboe|WyW z^w?+9rE8o^Q*Ak-d~;b;~(E&{|$WBqRo`QvH3iE z&j*SzDwtopxOShh*wXY*yvFjY>u1cLQoVl1{J6dU8TNmETmPZdJ$lcS#fi(8Y(01T ziqyZ8KP+E&{<<>R-$5?jrXrv>{`>2Id%^cER=dvbn9h)0edO9#U8kssC3_#aSz&U@{;w_V| zuhw00;fK|;jQ2Npd1t2|?7sb*vFE|+3}ox%|r7G%Hv>;mR(y z&(m9&5^uG4bOo%O@Sov+b4|avyUxn5{1KzNk~xA$ZmPnu zD4~Sp?YCt-S1C=}6ggwYmTUF19e$9`jw}9>iSBJm%qGgRlYpo=CaK;&2h0G zeXK%Tu4WxESouUJ>f}-0Z!S@unx0$pdT(#Kbm)G)tgG>2TlX10zTuxc9&65hdL!dM zL*AMRDJ#}y{5YE<<$j8-V)m~se~vAA&YSo0;-ylR!-^}voNZj5sUQ4jnZ3g7?Db17 zUA{a$|JL8!U_Ya)MlW}*G}60N_+`q`ps<1DV)WIKasD*^Ijycv^!L8wp=b5*U{xkeCy?Hz=sO3UwV%3r49eXd{X3<>sZuQyHEAJ$X-skTv zS>(s+?j5uxtgugFyY-2;mPHr#>NT#Gx~(O-jJ%>sl=X&`x-Ls#~P!s!!!SSG8-n`(vDcWENy<-$1EZ3cXjcae|1)^ z+PNijpNzw@zIo?nG_5%2thdrJ#{5SMt5WY-9W z9IY@{!5|0C=$bmyznAt)-LilA_2bW5N}Dr();+U#c;j*8k}Cf)gYGR#f(36^tn8Cr zrLl4I{H}MBeY&V@sZ0OK-&NkQ%HDbA zny_r+$gW#zw*QtC|NZ!`*8H#bGYeI>qwBL8Brl6C`Tf0ePe5t6`-=Yz%PxQF|JJ$w zKSSvIpU=x*e70aqR{Q!pb?uA2X-XdrKmQEB`&M*q?x)V5u50c79)JB*UOxW3za8_L zMKR~^t_jmkY>0dPyFV~~$`Sv+dymvVtB*gI{!jI4^34fe|D*+eOj#_an}0nrYF+Ww z*v{Q?8Y|BIso<>m6aD*cWz4_zpM7qc=o(jwZl3z%*LQo4hF|mJ_rLx3a_i#j>w|yy zKcCsZlBc+FuUhT2O-tV-ab5oKd%^5mty}Z|UVb;d>z=0lKkw&;zq|ZDU!8yD60;GT z?#fSFCwBd3=$IcbKc{;B$JbZfU)3J}d}jJp2O+-M+VhSq=*qq@T~_J(+PY%X--Q`7 zejZHP_wv*1n0hT&_3x&;|1)rB8NDfUop4ObNci83BQxE#VkrE0GI;$qp1KlyXDtR_tIpSthv`^qJ^A2R+3+8A|weeiz@PqR=@p^i~s5CuWVm+NNO(Ju~bJ} zKt4m~nwn>{K>9|t{Z>9_k1G8To3_TqSHs$WeeuV+Cu^BLExh>JIHF^ANUnaC>$BWf zYG1qlGt8X1<=6betZUk@>f_HZoVUdOV7YeDWfOIiDUMU8q^-NQ=J4a$uV*=yE=ZX6 z<2YA?;R!o!<&THLquYMX`6TXp^z)wTDSx)Q#c7+I^*{AkBqOTz&n%(Edz19NF3q>- zuAZ?~`A*fp%00hUe75|()%?)S_8?~6XDh3EN>n=*+)-4VedNrn?7)_Wrhl)a=Rf?t zrQTM%wnT63o}vx;{~6APIqZ96ANXzc$FAc$`vZlQ_xP{;F8KP7`{(2BSG*6)T7L>T zA{%zLLwBWo_Pbl}SFAnk)&D$y;?<(79rCBtK1Z%O;<_?_>R*=2?JqvP^EI+sw|e1b|H;Nzs)`kT7ZGb@Q;j?9>@#h} zB6ruVp{Y;SizX#)@K_tZHMh8Gt%U01ry|Qw-T(6X;wjrhIZMtY2ha20@WL)UL$mK_ zeDf#1^#?Ai$v!wP>d<>6(f!t*6`C>v-z3}j&YNL9?`>aw$>QnRM_w(Robx+|aq*vT zf^(l|9GaYTvGLMlgDv7FL2J3TF7VPiYTIhVr&9K3&U%p_{2Qjd=Y1+XsqV{C$9Ib# z@!e0GC6;%VW4csT7H`LzjXzZ)tu#!}nhRZfP`Ac=$5mNR>o5Q2tp1fG&iAGhrPI^eAAE58)U!HN z!+O588UOb+ialFqACAhI@wB`4SuV4|`s|Y&tLi^Foz9$m>b{S#Lc@~$<#pH1+I7U= zOg#0|bVrV;%H^v!q@JJF7W9~PZQI^w`R^wG$+T-Zx_E)UaO{Mjug;y1rp=CA#^ZlD zlJy49jMSymH@-SLQCXpD>Wpd2o=%QQSSt4ZpNG#?_6c>Y3+0@Gi&13`ZGEmBeo z{a?(z8NamX$>o@P+WxGqatwFmTm7}B?q6ZPbEa(W$0a_uYTeIW6ns_tpW*iX{eRA{ z|6R{JV|m=1{|quw>~BuAE_crtn;5cnclgS@D6YDPi;l&0|DNAcbAvbOv*9bJc+QEp z?mxf3a{l#qNy>Np*WX|DpW$QRum24DU)BElC$MSL_vy#vHmc4zwsk8@?_bTNH5UZi z?&M~fnszZ(P7u>I`%`JV?AzKCQepoYmVdw4(~&n*{1uBU@0o=fZ*A`f{o{Z6xr${* zU%*$r5Pki}w~sl!ecAe~YF)PT;?tLIxXe7UWcvff)$^wo9X_*Y?xC&QE=>+--TL*DZVX{laG}z8e;5yCHf@VF2@iLDUVci0|I44Rjh;Iux;0$b zV`;9MU1(Sob!EmspR$VEf=APH{laD%?RfIx;_d5dJ?q{+j!%+0?i+t%%b(^8aZ7h> z*}qJTJMq%@Nf)bpD>roVdK`LR>bO$)cHF9MjpaewWinH*o!oonYL0ZKn<2~QyP_SE z&TE%`pZ`i^`9!PrVik)I{WQ8|ZWrhJ?U3n>8wanLy)%-!#rbgRkt2T#SzG7d_*~7O z^F+={Na^k(;lqXL{{ITxPtC3G`m_7VUz=XN+I%DLx$!;QZd^aH@wdCByxcjz*P9#I zwwyk8v2VBW=UY#|o!~0ot#awKySa^WTISmMOck4FKdqa%Z^^!8TQ|P_1mmCGSALNl*8rB&}Q>x}R&kt^c#nc3W!7uN2JpnA5L4 z@7@Yio769_k8WS{xq9(Ux$D_a)>-`e+bLmnzu2|gdSRQvUrEUN~X0SAV99g{m;O8>+!eOQD1(B z+`HNpW$SYF;E_Ikv+v@w#Ms~eTVLM!)!1&CS3%pB(nD(+np;Xff7~|f-<;A%MO}|R zhe({0xqr5J*7^9gj|~4ai0XJZ9W;#;ta~El;WVvfi*Ef?yE~`Z_i%0P_?@zU)wQWJ zJ38|(Km4TQXFd7)(HRUuezUBcXENtA*UmW_l+@R^Wy48Rjl7m?OSt?pOdO8h{L#lg z=NY%!JA>P^YPuKQo+bITW9>C5$w)o#S$$n!egyh7H@p+R{v$F?ZLy}(yfZUo&lf*s zKd@Z)nBmGZEOY*Kl=2j=_{e-(>r!dmbo-N<0k_V$KUgPJ=kwy$k5dgxEoYpYSH0D4 z%Hl1G%Y@1WCAW4@%i&DSJHBwvjicP#mX>bisV@9jaV{o4=)QlQ_L->J=U*)56n9=& zZ9FNnf%CzQIW@OTuPoG5$vL}q*{AM*1zB3BvxDCWB+4FT`Ojc;-ncFK`ox2O=CYR0 zkI!3e$`a2!+g;su!x!IKUw%t=Y|QoCAa+^eLH4Sb+&{XP^M*L^^E8D_|C&=f{n;VTni1zNoQpVIv~X(P7S@G2d+xp#i{-cf^z*KGtMCD}?w@DAocSi@_qOr= zo*x0{PcK;S|7Ug&CY-y;YMefio;G`@Y4t?rz)DUkR2na9kD6YiVjE4_SwIPjzL)f3_|SARTbs1&s- zWq8)EeSo7T@L+SZzLoGx%ig-^)HA+QbJ&GU59bGqGuFwi{vM{Qc34CA{oP#eGe>+} z|3=@bH=FoHaaOziW8Zyk(n4p;Y^OYWV>7uv+1KVz+U83=tLiN4HNr}DJ*^Bg!amgA z$aS9NoWE(~&u(4ct20wSn#pxK|J}3acKXHoT~-;!Gj4Smdu}w1=(P^r)SB%vA>?$= zR+GDJVipz6$3LDbym{bRmE`m4zqWSq%R>JqAKr7gmh%haE|q8--DEUzZVZ8EU;Zo?`Q9LJZPt_a6(5&J&r=IkvfF1FpFHW&<v^4-c0+QJw!>1U+OyjxI(iwE z^;|L6xe@$LZ~Nyo>x8R|7$lBe`e!8e_;0H-_tujur3#BgmwueGYxk3)i|ao5CSN(a zFVM8J^RN5<={q|+`@hZjd*nX@|9r39E%qz+^DD_*+cxEebx&S=KBv*&ro7@<#{Ue< zODw}w+Y&FhpVC%UJ*9milx14devTQ8bL!KtDnFK&x;F8{chj#CKaPZ@|K4XPXfHXV zb4JI1hRXSmH-52hdKR9${n?>Z**E7!qd8q?{GJkPm|K<~ExB2=`)sb*@h6=-*JMOp zNm}i?Bz)=H$mWiie8COdyM+ETBrktu%6V~?^V4bkuNFSGt*ZPmJ-uUl`U5|G?)bN5 z(tEtMR9tTDTs!?##rI<7(7KF5HRn(3?x-$bWj=#t?YcI(r6&TI8lrzZuIxWxBOdxF z;*(kOFV3<#vt`$_=(yip8+`Zp>+Qj>s@%?o9x7w0evt9`FJI=h*3&hq0_Qgetqw6Y znf>Uk?!Nr>2d^H#cs@SAeDS+4bFc4y9PV!3^3p2TZvOF_S(8^ywm5VseNJIvhhlr0 zoI*j#l^>~M%vw6|v zV9o3&g^G!r^r8(@&aFDU@Yk%WiHiEGg`yHS>3RhkGRfWBIYc3Jhf$anMEr>>Ta<|vi@&(K#?sn`AM*`dG{o}OM8b#!YTA8T=E z-YzWKwere2XN%cyRun4apHJqTEB&qP(2LT0r60@9&+NY1&fLC#t_AP*kH%}yuU_pD zJn#Oq?W~f^mi{vMHsjH|kDSZSRc_W@xUHmqdGfCJ&sN%|_u6zn`p>ZT{t8{Wxw*af z>`&=be2{$fuY2i&$v5ghno4cstDePV_3jme;mZFEr_N+;+FU=?u`VK9Y-a1mJb}W_ zTU&E&&fLvS`8RiZ@X1uZz|ZAXxm_i%^^De@)2-$8p1thjh3OG~DXX{LTOFC3y5wxg ziI9sd34a|`t}K_>7V-R2(B<7?r<-|AuNF-yTgsI=>FC82Nt?i}!D7M9`cXw6^ZMR< z&zNs?+V7R}{tfq%*)AoUK7a8m%J+HNle8)8w8ak_!yrOZzu|EA4#(n@dIZ8LB3$tSNrXYslV@2!q?)U-e8`_E7;DJ685b&uV(grEA7CADme!?$HEJsY~| z;vbVYvEt@pzU5I&Pvf3h#=7T!y|v9<{Y-ay|LY%b@-+7~1zb5BA6~55>cPvKuD4lI z(%QqKnm?i3{jIT2Z{PGOqJ3vtR{tuRIFrfGa7wXeRAX13x}NdRb^Qgp61P(}xN}$@ zHMx;=XHHeA_1r^x%Y<%f7S68bKU&u9)2nl1-ct5;C-cwsWd+y!?kk(`v1ievpL*gS z#aVhcvAyfb-u$1zS5D;CqaurQ^F_q+tSesrJQu(I{Ke}&eRqSi*%#h98J00ut0wEu zTKBhA_k=Ht`2~08u<#mZyxVz4ei^^vvH3N}jtR**mY*M_x7t(h{hgj!K3dBHs;)nux+nP3kL$7Ps^dL-`Ieu!x%2p&!Zj%c zmmm7hJ-_Z=lSlCU%9hG~u}=bI4JVyWJ!saJ^*U#!vt{-DAiLZb)5PAjm6=Z6rk(qG zDz|1dM{sNX5pUZmr~h8n^5eJrU>$dDb8A$T3{QHe-jjdJey#a=|C4>_(wq95ua_VH zv`(Trr}a9U+H(E#D-ZwJY#coK3=?bIOxdhz>%IOK>%Yb_vU@7O34XIiUGG_U^;?54 zx4Lv&TA%gA3A!2{>^ji0n#EmPH}c1kDfQBx|Aaqj^KH!3xiaO)4bxy zF5daII$rK|b?v3454as~XM{fV(>Qx^($iX=Yroe>u}MW8Q8}s|RXsZ{*Ir`%>%Y(M zum5Pj^FPBa`+1A@Us`?gZ^Qn}zfaw8F`l`{y{B%GhHY}u*87+5rgwaruQ}`eqyp38 zPl6=@e#bNGoOR9jS?cdR{p3qUq|^$t!#x?5l`Na*<#)0(?aepcBQ$k(SY~B+Skl*j zw*#ikic9{zGXMJf>#ytNU%Eb>Z*2J>enmaoj}%!e+xdad&a;1W{v=nobmPu{>IMg{ z@Lk%qZMw^J|CM)`o5h9Ce~gl}di7@K-e94dE3_Aug)dZ-YRdba7E*NT(XWhWw=4zE z%bM@(dn+?>Q^BNDO==JBoZ5M6%IahJYy7`1I`(i+=F@sP&BxChFW7H>c%(9K@#amg zF1LTpxwop4mXyms6>01JbI(K9i!WL?r$)QR%?^E)qOf?`_3P(6TLsK!wDJhr zUtNCOCcJas%zg8Vs^rADZ@({g-qyFY>+ze4_p2tp+<&deqx@^i>hE5~vc>)^GfF&D z4(9H7A$#$X`9r>z_41hU+=z`s^;g^LFj|lHEIRWm+to zmS=X|YuzgYj&ag45Ni!+}-Qmi=Xr>=REr{t2E?g{Pvi&XTDFcIP?3v zRb~0+Xq)ytzQdABqmy-eFFr~xx^|{Ax@7iF#`nu(+-&lX?Y>dI`np@SCwrCd9($!E z@fGLtkH$7j*|{CI=zyG2BlD@t(KNk1QyL#$H$)By(jbHEie&T1p zlDK9^^|hb-lD9tG{Kf9}whXB^>wmsZv+m39joP^LS8ctYrkupX-|H?i%uPQanZNSO z@~T9wwx4|qL$xz*iOamZDN^a_5zxW*Z}rBi`6~JAzZzc+ci7V(yRqrM*?rfkHWRi4 zUp%G#oBz{{*-=u_vaX+YeKY-7)9`JR<%-W%oR4=dIHucr__BhYTC_Rt-4-2BP0^OeewUAd^|Dz$JTd0 z?!GIZ^y$|=(=_XM)>_Jo;?tXr8{Y1mxA)Ay3O?>5qU@^2q&I%jcD+{|z5Knkh-CWb zqL>|GpHJVdc$=rVBhz-n>*pqZj^7J;K9qft30`w%*)|OxQ7zRks*V%;yBmIUv3*iF zwWuh;YZU!K`Z&U%Q2hAwC}wh`t9<4A=8d4NkJR}d|p{USLGDk^-9`#O1*d1 zH7?f^H_M;O&pNKN&1yy4+V4B~l4VTU%VMon3u^Y_5fb}^YFE;ml^fB!V=n(n)a+10bca*ZQ8e)^o>|0w07$BuI~?C0m#AK&iZt~F;}%*qyjlfvkN z89ZxR)4nVGds=6{c47V8q`H&(k$-((zp@M8`uy(Nce+(ae)T_Hzv62C{8-!BWL;Iv1XZq` zZ>;$yC-* zXFWUbcSfMiVb;xqtzD*(Gnyh=*WXI|STTPW*QHIGYi|FPU%PH!bC${X$9MGV1F!Fk zbuAHdDBti(HO%TiLq?v!H`cX|0f|i0ce+{Cp7wE#T>Dr3q7=_2&yf7R%YWQg3JG4g z(B#juXVbP^I}_I|VfW?uoe6zYe%2%@|NM5}t@c{W<^7$}yaigU#Z!d38B3cT0}>;% z!nVvlYxi=k{hc%&XQ9j0x9*?!N@zEXiMRP!cg+9Z=?~TpT^nWYCUx_Or5?RnP*nJH z^U_$hj4FK&eMXLkj-KS!hy{;09U^DP+-I8nq&n>SmOrO6zGwV(v_5t>duHVB`Ik-I z8~1C@%*x@CT72Z3#tTjkJ_+5nqe+Tc9nP#CE6NW;@{3|=HJoy z_w}XR>|0k9k~V1e*FAICDs(d9u5PQGGw+Na7TJrAG@b6Vp$1uUABw& z^6Qe`JwHpg+|`+A7;v$IQ|+>G#*zb0GhT`c9QJ6qG_|X5%F-nJ=?~=R2b#6}eBN|s zou{PVQ8o>M<l;3ld0bECQ@-(lI_v#h@URMW`4DMFTegu^*`5J8_i~ZH5-Ch2Ydx%%7vwpC8S5jk78KAxXrQ&;t>b8Y&S zYq|d!p4ZQq|EGTc&;Jba-@e){|Ka@nl9FW=-xNdE6w}7K#qT-m>mTXVqRi_((s|26sR^6R_t>npyieNW~c7c22U zQm-WCp5Mx5<$i3+{5v(z>d){0Xe__tKSTY)%;VOxj;fzdWj}AP{P?^p$K&#Mg%53N z=5LJ;-4@e${R#hsZh5Ion_s0}wp(=ho&EXue}474i?EhVV@A7|!V}Fl-e*f^zl$CoIhg7af-9K&5e}<~E>1IbhNPLUGulw8X zZ`it>ji$fnE!!+?vgP_y;rL>?zrQwo_lR{TA`{`&sHKM8-ffBAf)Vz;pIrayP~oj&$E&n>UK@XUl(U*FYjXX+2n zHLKj``?-3XM3?KdqP%%inX;c*o#~mf=vBmmlaXuxo?lG^TWTvO8h}*_Pjc8BHPO(1HpL{c)Tbv>Z{77l#L&|F5hvj50vMaA1L_xPxXHW-dUHbhW|L%W$W$W{wVM~4gGvS%vJfA#FDxAG!`y6rC z`&~Cfo;J+q2sl#vYV)&pb<5Y4_Ac?SIp;s(Ul}h@Y5c1F@bgdgT@~`ndFz+W>!0;8 zZpF{N|C;At40pHwXO(Tgrm(N{+}bA@rFFahsNb&C zex-hDMWOVK*|nxy?|*nTH$hx&5<~9ROOA2plR3kU?g@OFb>o880VW^rU?2PTZ5OpG zvOS8uE`NQcl%}?Ck=njTX-OB2qpQB!uP-!|U-|bxgU*gxy;baSt1gP`SzXP#?isM% zTRZ#DeuftP1KWJ2&wnS|ow+t?gQQHDwweFlcczP%^XB^g<~+uGW&TP_zpyz=mYYm6 zS~fi=QQ|z`WhbFY4&4gj%&y2wuLSI5Wglk8^J%zu2}^h?Zh(`VKSfL~q`Q zYCD6(dF!K-*FV43r{8v9zgc?ZoG<2knx}q$m$!P}+5L}SZWRieux^bbd))Juo=MZ9 zSlV*E-K~$_-QHVfb^b?sx%I|Fe;$=?IVs0bc}7NMUc5YeqKMC-GkcjY-Eo%R=%Bp2 z#dFQuKaN^H%LP-b-qhq?_|SCzLJ4#6+?zbc-B;42cGk2b*|9A6NUO2L} z=6%)?7oYn1cU+E~sqg<+{_{V>^ZyJ+3qof7njNQa{3`d=W{;UOzS=GSZv5}wvgEI? zlIr7@w=&l6W?sJOXlGQAYvlerTi$sJWim_k6Kt&vW<8C!cC2 zw~MdsoOt7-_|4U)v(p6KOFpbzd)nscr_z2eoBs@P`)vB`&sbesT=rt;+k2HhJ-)Jx zaoe*jW9}?5&0lu>80*UL;(KRqJo`G;+Tqrbyki$~c1u=W-#2rU;r1~^_Tv8x?lKz}l=6#-2pMHYB%X}eW}zvsAkV8yGjp#TCP8Pf9oUmAA4g%u9b7|y726C#M5ejX&W|!T|uQ=E+4*oaeJV| z%qh+}3%6x=MtVPCSU+9jTw$H+JEddMkMhhs=Eio+Oewg&OK!fLN&ofYmM2xrX(rMk zDgv?Y&-05@X8$~)8~uC6_G5v;PqBEnq(zdw&d%EMY$FKa@W5UKcet@_1+6lKg+ze*mwHn;uCxPy#sd6aNWiC zoBzWuK5KvfDVJ;Zdi@f=?pU(R*RNDqz1NX{P1hZjj4+8z<84Y4&$4cfx%gm1QPPjX z%js(}4q4CG-sb2u)pgH13!}Bybyfb!u=oARz5m&}^7GW{;JzzY9_*@m`FW|<-!wDT zEqYI_c+{_DI^WlJln=dpWc#D+ZClnZopvnknA5@fi}AB+EKgP*KfL#tx%m^GcdN}$ z{$x_`7Cm)q#p|uz3qq^^Gf0*l2zbuPacz6{*6X~VZQHwRWm=63qWXPQ`e#Ju{n?f%c@W%8!ouKM$wZ{78q$J}ETgdMk6{yi6BD;5{#a89=L zt5AC4s#Oy=NJ^%^);=$Dp8NKX{+H$Q9lWx?!f!mP=-Icp#*yE9{h7~v%Dd;9zIm0E zcUd^s?Xctp*?_=zbq;JDoRv$O?%F>*6#Ymrs&}et*$q=)u|7?kg7a%;-I|p)X>-S^ z>Of_QjVqVEF&BR8~#hP!X7c&l<=<*zl1 zHNLbmZo&D}5zkAsrc~uU-n6T_hv!=S8hxdVO8N8iTwmPXx@^hqM3d8I-FG@VmS{cM zxG#L8(pS??^R?^EyM32EnfcRebC{BL*6%e(|1+FFedX7GhAsaY=3hDfPAU2C{#*99 zD$Xs{3W>ij>fbN2|I&}D&4tQt!AicJ=4N?wm_;N`g;mx(U(BAqaly0NstLM(ZSB54 zIBm+Pbjot&d9znmg4#7}e}qT$^#v^k-v74UGY}ai3DrI%@ef>(x^?tE||aGjUxQ_eAr{=eEk9<%pR6;k@|X(|-dB z_S9`U(3|Ieq9C?t#nI@~LNzC3ZdWh#_h93QJh09x?8WEr;Ynh8Cac%2-OG{tY z8IcuD=yn@YvJnkLZI%&$(B{ zCl+s=cq(1}(!1T?TU~d{`7XZyOU`xXu3K}y1P0{w#I{xD>E`78y{ov%=;sDQD?wt8`&b}rgg#hofZ!U63-Eu2= zWo}xyZ&vk{pXM)hG*6du-0`Yyeeq9kV({huQvs$ThJ2@ztcA+>4j%rN;lIu7k^be2 zZ?~MVTEC)4l9gLc_4p-|DNojUt+^kw*YA1we+G5cbAs6{(LJeIMN!Z1Og@-B-Q;wg z*Rv|U#j74|w!UUk6P4=t__pAJrwi)k-xtgLXGnW6`$D;w)$>bdWWLwc^#e zVy}|3QlA}&ypeusdGFR5`4jKI$0@(r|M1-F&Ch?#7i|x{(|zn(`|X!zTX*bRyRY)| znzTR7lK#&=`z_co*YnKor>`Ep-x*u8U3*3UGJm~y3$J~M`Ekm0X0n>m#w`j$W(%+0 z-cgXy&T%%|eA^6V?%+7K-Ro7``_{Ft{_*hAzx?YHp1)mrDkbarinfK7XV>Ib-~Z5b zY@6KK$}r*6x7S>LBQt4E`t-SX*VT5q8Se7-JyW_?I5o5E*^aEtykASiG^JM7US7Lz z>9VkS%=4@khwqryvUK?h*UM?|PE6{U*l|zbR`Jwl7pg9pPyCa9?x!{Tv1hrBN#A#K z|5U80JCVBeXK6`%scZKv zS8cvjB=sPeJN4Z2wik?BH}S+?S?zmY+GF2w$CAjj`r-Q^GwTl7u>5%MrxRcH{K_#~bN=3opJryqx^A62 z?QnUI`i@7-FE5@xAzkIWPygigJ0G86+di!~B_^Fki)U5lqrH3kc5W;e-~U{D{_OP| zQj7J{)|OnjP$|{$ZE4uXom{8#<{U0bI~I2J?L@JiCwlGY+m@M}YI|`~*}|Mz52q+&+a**tN_iIJ0oRQF3W*ShMswyTz7%FETzqn5X%!&scCt`pP@X zn>U7(!`tm&uRJfc$a`tq`Lfu2!`-tHOLna*zT7@_@tN70 zNA;sUM8hpO($W@f73V9OxmrU}$CN!fNAz8K=coA-=6x>LZgMZwoF_NqZ@%oEuYb~~ zx=xmoxo^@Y7F+nM>$Cn>%chq<-#MPq`Oom;)}Idr&t^sbikxLxD|%vH<*(8Y?30_$ zN3BnNs>Anw%CBPcNxSY%y%!P7>~DYm%e0Tjf@)VD`xo^tOFCm_@9WnoDNkp|&!1*G z>73buuAQ2F{e{ts)+8;IeC5(DBHD3jo85{#{RgicTi2s1`^{77$+P*XUtQ2OuP;9?U0pbPv5E8EUy8CBuUs!T zb{b9GF)MV++lswg>^URtPF$~B*0yZQ;?)M544Z`(t4?f8t~`7CWLfEp{6jx>*5qH| z`=(ZM>reTl%3r0cieCj5IN5poto_e$JnM15dL!m6t($$n@3chiev$I>-SdSynTwVl z-{YGm@z`|J&$nzv--1uyek?4(H%EJczCaT5nZZDT3RsZl!-@->}nV)Ny1xL^1dG?>- zP;>doRjMX6{-yxqS82(|0zT?u!gbzRYfWIsI*ZNcV-%u&4Z>f7HZrVGwwOj&Xuc8T6PqbCbD z$jhJhC_VGeIy2*Z&go={&TS`InZ?>Ju&vgLezn%QHsD!_4Lk4oI`Pg@sf$Nn)GWMH zd}GeUqSwn7&l7t5Th80P>dKzy%g@)omre{`dZKaD1Cxt4UWPv^G*?1BSF_@~c7cJ?Taqo^?HBHzE}^^1@m)!} z?!+v^Yl*Ulr6)NiDGDT9iqPXY5*lB2Yht5iv96t=O0S>v%Cse`TMcxcSS()tD}TQ6 z@jdRB(>qOnKG{+CnpH3P=sizq*;vzS)%@jaUYnRsKju5NYrk{+kag;dHwlLnY7Bf?Q@=(?rB}{!NhW3 zH}}!Gw`Evrdo&ZL9#&$X`Z##i3&%N9$8GPF97tAMc=**W)oE=18CIO{+_%!$Nx(CgdW z6ut2HHnqO$RqS^A_E=|F%?e6hYQSr@%MvT z2k9@b-PG|Z&)Bgvb4x#0-Y1C~{>$c^NgP%=R?m{eXT4N7@21mcy7RnAR=vBmWA1hF z3v=Gu20m*#a;!LNuE*)WmeYD;qy96jwEva%qj$Yr(Z8yBu6g;VZPJYwpRPO|-MldE z?$Zh$-rTOr@a%tF`=Yr@EB2HX%ZB~_&(Jn)dj07K(zZ*tRHcL`$CkVQb=Uyy~=zGj# z>%;!_^Chk9YU`H#(bg!@o1B^+#pnCwZMAB^wX1Kfdo7*A0=ojMHk!=PJAP^9&aUZO zbJ%l3fBQ-O3YKsxK0ViRvcSaTZLbS`?ebRcy2{>Le|h)${a*KiAJ|;JT>LNn#h&mB zKfdoR-m2fZd#!CnYuL9;=Dm^B%e6bNeTnS+EBA3>;}>t%?l#?j_38UlgSVa7w)lC;`NKQCd4*GiN?-rm8OQLeF8jbeq0jacESBw& zzW=!F=j4lJHhN}!{h7V<@6Hl*_;u~6{nGpU4qpnJVH;)Ho#`GtZ9z#{;S6@y+!)z& z@zuZb+6!;`Sw)?jH*L;x%Xdn@QknP?HF}CA-HQvuEvr58mTb333A(W6YQ)Shq5m09TrAuBpF#iY+oL~D#y!0H`FD=p z@A}!#wtOfqvy@%?&ii<*ao^h7!y@krt8Ul)l{~8-+SYw5c*5=({R|6Anfssr-mB>! z|K-Jt*Y_`7zM#7QRn?bAt|@PO78mtCd-W#j`Njpu|JYZrT)oKkis^*|LS8&q)@i9u zZCX9~hWf7sFXD|~em}P|cJs?;8z1+&Z!Rnq`nPPy96tZJ+bOH>Pb_ayUn4UmDj<7} zW+O|!=;_TW!9RUI981cco*{E<0>eF4u^)XCy!tL@N7e7XfBMR`-0U;gwtRhef9Joo z_OFT?_t~@j6y9~q<-~RUWEoudeav(eAaYHM6yo)~{4a_->YPmoIN~@~%_C zMm+~L{GW=RKe%qi&7l0in4~>?c5z3vyS8=3rKzPY?)(}5@cqB}^Y;gut^M1y>;6h1 z&55_1gr;shQrfP@_Ec**qib}He;FXPCH{QM=yeVROEN^jvxKjoRr#M%`z! zRi`vPT60Q;b&JsDGdJ%z&VO}C#o1wT=A`8@TV_?PeE7@wng(;&#ERKHlQVvXm~~y- zoE3iM$mEBaU+rFh_-eQOZnpgS%>N93dR(4meyQ`y@p^jm<;qWMb=W~1?EqfZpyR_}1<@ClD?Wm(U4>dTI`ZZ$jHj6&opA~#K-Ob#yWtB|QQSEcK zd!GG#effG{!GqhCzh_xKU*HszS9MsJLI1>AiQ8MQuYEAx{-#d-;h$@IE`&KQVv9Mm zA998l*E>h&pkU8x~|MR~33v&XV*vAX8dl;n#VmpWY4k}}{}8n=ZtQeofS z&Z>F;878_YbF}Wc^)qApO*_Bn$Lm9l{#<|5EI!rd`KhnpKfecE(AXk&{g2hX4PWe@ zKiH|X=FW!I_IXqH@a5NU@NZT6{Ayu*67_Fi+_EIK zwEFp}{~20a=T~v*&Fe_!UzJ-|r?o%NV*eVZvg_X_UrFu$$o20(!`7>v*ZTKNUijDY z(6I%t4m3PqENhJxTC(uTBt@Z#h7sFeX?vZi*&pmVbN#8D`IUUH?Z2HfXrS(0YuT1~-MNs1pnEfboRK0DUvV$_zC&$i37J<)AVZRka56Jhi0RJP^UazLpU`3d_|(1W6ZAP}#cTceV0N1+D<hSicYtefLDPPAHV z`9xJ~%ks~$t$m^YPKe0HYcF`oI`8-%ovSPPoV(W>{(LppX`0=ezHK^P-c@1y%eHmZ z-S1y2zrxLi`|v-odWW}G^Cx7g5u}N$EHWexUNfmFKtXEurEVqiO=t@npp^inm z(+Mr^8`l~q`kp%SaZUECSFh`js=SbUwe`iUpK28=uUGv_O|7=rag}35!^v+apOu^aOy5cGUmx#&YuDwAZ!<6S-SzUV zydZcxh4bO$O5uKyuK}MVEDgW^nsU$g@3rE>jX{47T+y6%M&{OJEun3ud6|OwUVYl8 zaUY`YOy8-Q-z&VSXNp;O{~qyM%3M2bUS3x1IL7hf&XTLS)w{jqj$DX-AJ*f#$nK(M z#Twsi7QGpJ0)KD3CjNTsHm;i8Sw~;;g}fF!prO^txNNI-z?Es!TuK)yFm1UqU1ip` zRKDxh-Q8FCu`5pd^_AKs zVYPF7?cN3bvR*MKVR!N}zHUtxg_GthgnCwLo!cdQ=9TQN^IIBT=T7@;=93pB9GxS3 zd3EAHTl1T3+q70U z7SGuhS0ghPM*aCTv6-nWyyxq@^A~lOBpaos?C;kzjLcG-s?e_5`qC@J9Wxc$BTSXPHu?PiaqY7`$5+FDwb9r2$F2W2Ga};7)4lG?a%NpN{FkO3A8*n5 zpFuc&%B7^*U-Jw9GxQh!XLwX*HFw&Sb9FOC^pC9xJa1|A?BezVwe8EJ^ZaAy$p2@M zQnRp6zO{Gd{@~yDd&H;7t`_4eS#$JJtI_``FF}cpUJ;!&if@* zr6hW7XWeh(sHo5KMOSCn)Zcy@v37N|>*~K3-`}bJYWU}i_1CStmKoie_WPQoisSlS zx0L=fXm@SQx_;;S{olve7rwv0zV4Cw&!^h2>{lCG<$K)O>X~-)-@zM&^>0}p6lc5K z`YiWaY-`d+v9H-RO1g%B_Wx(#4V(V*+3L6*FDC|@OSJD$U3^}t=BxQD>!s_C$awi| z4i)XS*_!*GAwK05yXm!EvmS3wXnOx>f5>d1&juH-8SH!eE-NZOzGa5|E&twZmX*0t zS5m+K`NH^bzRlOvIh$|BZ;Ce9bN-aJvH#qacFQ0C-OpW0> z)BUZNoGs|>ossTXI&0#j=08FArb^~TtX1Q&3iGWFo1h)GT_^5($J+XN3+*q@UJ>kzssNNuiEg}dUubiNXboxr7@j; zb|-f$eeyalHdjAvThB684^i$#+fIGBE$5ZB-!|v+Yk7;jg6}_%*8e`Z%H?cb{1^XI z%3puakJp^he}Cuvxc$ZU=f&;AW}1iQE84SYwVu}!;D5Kob=|jrRo*uiZ~t@X#LDa` zC3~u8b8YMFx^(%^xAL!Z_e`tj2$Zw`vdKs z-|?xpvHY9zHQ#T(+ajHn+QM!dJ}pSQzIvO>6N8SbdHP9CAG4>332HOzuUPvi_xHnp z%{%^z8!3y&Y3|sx*y7!q={wAxGyP|XuD)^feaghGmy<%LYr1vX{|fsT{PEfXlhTsF zPin=Sd))YcS}CpcW!c%8^xW3lfA^UQ^Oofq9^LyV*W>3AAOBNFzg$v!_H&1I^}D+| z@2Zd02h3Glyh+>RRbP3FP1DMMajO##ofSROTz|#Eu_z=ksYc83-o6iqZ$7YzocTLe zP1|1S&$4M-fI`S{}oe%3*&G{Pi z<#HpF;n7TEeHej-7jjvIVQ-Kc^NSoB!o%bV|I^ROU;P#*Rsis((4YHT-Ajv#DLVa)HdB z%BM!Q`UQcr>R47xQuKcwz_VzBsWXrA!uYAY$&t=JwXz!{nGzwUr5=&YxgW! z__FS?C8}bMS$AS0*q3u1|I+vT`Y+$vOT|-UFP(UI`F43ossU5z_VQm8+SU*!4vq1pZw{U2XV+wx~w zecke>zY}H8sGC2k7cQwT(XNV;m9fc=epDv(d;>$|iIaYps}3;jeV1m(6t}qOWA?`U z37Mb%GJmagDt;r8b-Nt< z+C4JjCFU1r{79~kKE89y=@W7dy9DAMh;Uox`jxjGo;$rrVqqj#Rn_b&t*+~4{ol4Q zwcChwbr?pQM{t!{%EpVyns#3LX{h7t6MKqtneh$zp6|c*uHl)w!dvgutu>ZQ=4-e( zi})lix$>XEJY*qj+}q+c*BuYuQc5cZrzgV`cF=N{G6KIyYhPd54+RxUgBcB$3QsR5(Jm)s;*ptjni_L9Lh!zL+DD_U8z3$4hd!brk+a4^GxajHSx+?o--28a{ z{^I@r8T?}EET0$6iPX2w`?24B+KI5f(z#}d;8+^or`}8dn+pkb#Gf> zs<&=g*fsTA$F9kxU3nsqt=YF%bfM|lFX@}lm&R_tX5aT=rh=c5hYnC6c^gkBz zLL^CIp8J+h5;H#Twmjgy;CX3_Vx?wKUg6Hnn4D7YwKj)j?tLsYK9O{;dtt$>TaQ_H z$*z%&%*wQDDop3t9=FLTdK>PPu*qd%+uGgO}~mC4(t@Hr}9HmvaDrb@rLIkEGi?tIgm%(r;)ch2>*CMg83 zQr+g?^Eo}P<)Y~RS^Br8uHNpwO!s|r28X06%E ztF_kRl;QW?x3>oKx9rm?&W~!m|I{ij{-o{v?)h2K%VpPIvddIllAXnEx%F^tVNcvd zPSav}xk;y;u8ZFN?QzGb+EuCd-ZGQb7rvyY^te4+SrocDEpRVO&z8ExH{ncaM?wsP zoqntqFqgk$>g$@puwHp?Tc!3<%e&XF#cJ2 zwRbNQKS%XGe{#fiMrq04zprmx7q6Rt>7=#V&ZRZ26Jp#f&mGSdGqQYoLGai6S2ON^ zY%|L&F$ycYQR$iFrT)UN=5>tvoS|>=%V9q95HJoO3&@SCy^k z7J4|%g5zUdNWR4G$F>psru}Hylm577&b-#*=U?ZxTwi;W@xkYmNmnEE)tsw;tZI^| z$*Zf5I@dFO{)tPu)<^2FW*3&^-l-|$+rpTw=kW60=D=Uu?x#!7dz*iB($1N4)#AVKtyptmO6q2#6cwB1%;baFwLI6iZ#lQY<5Zx8>zu6~ zhsAlD#TNB$EELh2c4k_%(}t}tuG~7j*3!-FS6kW>?Fq@g+ir&xAFEmI?=$xmUpZ@H zaqD9?t~CqiRjtmN^lNT-f9UD8af|lG)v zXMTp_Uy<_p#;Y%EKWE#2*6!(4=hdEd9vpgJIpXQePCFgS_=U{Y{&=^;^5h0*@ui`e z+k3oM276rhJNDRS^W(hs2P}56Le=d-6O2|(i`p%a{4`@}rPk}0X^%`kzAw6$v&r|$ zydwbuldk@F8&+2Jj7tB$aCR);b*ox^@$IE=jML}x+{(_5Wz(va z*2+015%u(UA{VDt)V_&_AD5=BVP<{wBgzAE>AYslM21?~w@2hG6eqvtN!N0odLS#a zc=O5o{Fm~3tX+CkEAO2@6Bq5hBXw#%4b`m%W2B&Assdmjd>#Q(c~CB^pgysfj& z9N#(PyXk)h!B77gR)4ks>;Lcbum0cezyC9s*?#F?y1)0)gSE$BZ~AD>ul`c|e!{Eg zSM~InryM>Q{dW8ID>C8EW>z)Vt>kxI^kWZ|GtFA?m;F<6jNhMxZELFj*5AHU-#P#O z`#*L2Z+{mSey4u@z7)Z@cP%S-!8HecTHaIQtd z&uq1@e<9rlflUsaS2d$Wv_6PWp6wI(JA7+V^|Up$*3LSM0)N_Ho}=!4iHLi) zpCSUzdive8xi4e9KIrA8jSE*U+h+aq2lumer3*{WT^<>=C*kBv?)st%p? z@%@!!?y_I!p8c_Zn`gm`%-5E;J_${&SBbv6+3QKEMAJ!Qj_10|+CwH;DW1Jt`~Ibu z+1}5`+JZY)R%JXtw9h~K8!jCQ7k%^l)rB0pwKrS& z7l&!=ZMZB|J@xX>yBiF6@BFp<$=rAE!t<(sv!^|||Ndufym-Zpy-qtLfBlyHv&h=; zLiy`QJN$RW#4O+Dw9cZT>*p0S+bt~*c|Xc}{dk>~)gmd_si?qZDp1sW&%5ILu2+&T zj=OnpobpX+Mc6C1Q=7EbWEVx)itoQ-9lYgL-2xlV0~OzO=M{(kXAt>b%hn{kQSk-$ zokyF`?XR=-dcL==E_TjYU9sr95v`hccZQv~s&LgesQuq!o23^jgyXl(c=v_%$=OB4 za&}Lx;_BY8BtH2N8uQmbMooH2hP_5fROHQ@FPCju!w|1{KwI2y>-lMpIDRYP%@=>|xp!vOUS(Oa^_eH4XWuz>DW6}mufP8& z=lZ^HT8%w%^G#mQx6Dob_W9naYi~`&>>hfp;&+`=zmQK=UZpmu=&pU*=^1|}{$`zj zkuRd*KZE6^SD8j0M;~g{mL1z|x!anX+p?7F%8NOYZW8UKEXCo4f2LbLny>V?EYUyk z0_VB@qjTI1FJ~vKUR)x&Sx=?Z{Vo@r>XKS0W38Vn zne~3wovo$|Se7tdy^*?S=Q*Fyc>i~*UoNraSygep=}s&|{-y8ODAKSj5Go93^y|I)#oCzr^}S z$f{PS#T;M$MZC4Tv&vufioEyAH+3qnj0~f;&VMTUYS){b(6T*sOnql^_ijJ4K40?l z&6h9IHcYSQ21#hfJYq{aQaS#oRbnwtM?iYr(wyIyJ_k ze63t3QsxCk$3*hm$S06 z7k?E_wB5awwfAUOQ}blyms?JTM_T@kdY6;-{f~gpX-(CK_q_W)N=Gi1a!Q`NtfHh; zYisMQi`RSQtNb=EGu*sLXI;b7W4RL#oqon>tvA8Yhi{F`V(ATkHqJWh?!mM_cUu>) zdf=LX`YR_BZ(n6Ma}ajCbiiiPSMg`}r))9*6n65Ww#y%rhSoRb_sf4x6}6t`a)xDD zt5eL^HB;TA+CI2loxb{8XXS!p&#wON3a$F1v)8k7V(p@%fA2rGFFSMj%H;16OM*Vz zEmBLGXuq>Bs%cMC!H2?-2Q_lGuQjhuY?NS`^iN|mmtE1G;-0(f!`uR`e|+BIIOB8n zwCEkq{~4BR%YQy+G-u2AK(Q;$VyAzt^mjd95VU3KKIy*y3|{+AbN4;jx9G>-bJ>OS zmPdOZw>8~l^mAHynQ7yrFWYwexr=Lu|2kG`Q(yd3;m_sj+LXq_S`z~Uf>h2fPyH&} zeE*AN%;Y^Mik)JDUZ&@&18036*Tk1x_bw|PRMInly$H?I{kLaG@WeTU(?opT3fR3k>Dc*5!tJ?|!YFw7Ii)!-NOBci7mO zXdde?UCp^}xi4?*^FV1f$+dU?O^grxC-|#ced5fw-%|Y^Z&IktxmQ=b&1-+^S;HB* z*BYMfOKkIze`#Iw%TwiB==(iU`DXj_@+PlcmNUivwec}IhmYxVfBku{oBH}$PS)0q zYdfu`OFoVkvA(6Tv~a_2em$>{*Rp2+88{EETh<{P_FeHkQlHpVGrtVkaZ#sx3?C0A-;!No^0zoyB~SI2d$HouB3_HcL-%J0y&#-poZEN!N_5ShWt>smJazH%BE_Cd-+r4#Z28T6wfuL)@3#^5mEAFQ3v1+>7Kt_m zp3MIB!+*WYnrrG0P51oCmEZaOW9QfW!1s4tswX`EXjWbO=U(<)&%Ls-&b=X*qBOsA zc}H!X*|BxCaFom0_xAc%lP(M9#~+jBU*`C1@x_d?TASs6C4+Ce7OZGn{@lv=)CHvs z=hV=WBURISjU#tvD;PBF^o>5sI$I@1jm!3e0sr?8H6>e>!e$6=*NcoQ2y^<+uwATV z-G7FVu36V7xGqb+e)_4P@!x&>3qQ`7U-zG(et+@1+B5$dEcM(?q(Vg|E9-1X)LXTv zTVT26$-oZhrAbO2PH~IZ)a^aH_|B2)89O#kZ=RF&Pm-FLe{!zHEIPb)(3j zXJXYQ&gi2#lHDQYv;RH*IrVXD&zyL*kJi?P$_LNCwOlKEaAhX{z0=;gW^-g}cipEfG~$Lg={+cWt~PtR7@h{t?9`|@vFW+s-_O|b5B zxAFP*i*xyE=Zm#*$y{GATsWc9k~1;ZR`ScFw=As7?+fU72r9XPP6kHoKE^&QN8-7XurCmTENP~OHXnf}D8YS|{687xyX)Gu1|Mjg#5 z@W`5Z2ZGnAt_g)Gg)udkZUkqNex1dT>do z_&})LG_&Z*x@M{Nw&6EluoQ)|9P|0&U%g7dY{k7FzF7|DW%&`mOE;#}t&O^-Hg)FO zTw%G*pDta@Hcpw{*fNbn&t>-f2A_KySgduL^nC6%-}z>7?vS%+$|VoO9<6KpPpvbP zmfDu?YUcc(VUb5w4p)9Q-_)qOhi~5$+vkPI)_rZx@~QgKwK+RVDQdl3k;eDL&3itc zTsigJo6o|#ol}|vrQd&Z+a-SP>4k(0vo&5`ho$siytokbBgs*;n@{nBv_4Y;cdA=m z#d9_3=M%5Y6#65x@7h#pg)~22*J3@lsk)-g+1K<-k^kyRTK^fmo~)l))%C{K zE6j6orfamq!^;y+^NDen)fGkE?0s!&rMFuC*d9B-NXx(Tidw?oeg5a@%F~x2d3iz9 z%U8uyl^12ZE)=oey=_yPUHbl`GBY*?2DX1HHTo$p^yByOIP>@G&p*!k$zlGkX7TDJ zsW#o0eg=jLMlu2?KO_#_1U<3-@JDxzieH%{7ww_aqIb76T&4l6l*vzW9Db~mA>p%4_#FIx7F%+Oy%Ru%&9dG=d2H$ zt#$vNovv8On^`X}PP(<|cj?|o57s7KHrkgl^KS4ZwvGDL;aBxVxA1BD|67!%v{Cfy z-*5Aa^Y5HF^PfTC>V(VkcK)s3{>fEv!eswLvjvuQhaK+r)fYDYz2@v* zN897?zZwhwQ~xS|+Tq8dLk$Uvo0rVG(!O*(^Y{1PUxaR7xmVl%Yt+V!8UGoK|7=h^ zx;cGv=I2J$6&&UVwXPj)yjJTI{`}pPy^D0?=N$RnUu^hJ`BqbCS`EA9=6;#W^Iu+8 zFkJ0ZP&Dny57%95K3Tk)>H1Yo*D*b2y2|-QQ3})N2Y&qFx;DS(*H`-$YtHYlfB(0Wa;KI={CX)<<)bI5vE@e0wU`(8C+v{xKPG!U{PDiM`iEayyuH5j zZ(&$Iqq2th!*G$kujBXhO}fT5typwTV2ez|*MEmx{xhgsx_vb=G2Q-+?eB}c=wx|= zzN@SM1xM{nIe9ELIA&8oXa4S>RSqYod4Fs%Vr$r%Hr?N_mb!L6JaQ)Pp%+&6HM(Oh7{^qum%{e%l*YC93Hl`hNyF z+cWdXWuYga>r?n`(2YO^Vd6f{ESMz`uN|fe~*7QFkJJ}pZjRaY?rue|6Z)|{~I>z z`geP&-}C!-&iwjHsrHDc`E2=zc1x}%Mtr!cTdV766f*I2j-w!dWgK_K%;h`&%#^vA ze|iQ_?fu4U=f(s(SOyPu?$H?j9IF?X|d$h_l(ZKDCcO*M=E6%?o&|d3aHh z_VU#Grxemzyi!=EWZJ*td9~>x_fPe9$&xpB{EXAM%T%~G)^CZP_jXdR?D~_sGFz9- zd|Y?a+(`YHzk%WB-b~H)H`ir_+-N=V)Of!>FIVl=F77>Fm>yRhoq9F*Y=92q+NDl= z{@xF+J&@Tcq_fJ+c$%Yb+jFtrC>zBu+m63t^qJaIYZhU&Vt4u0b9YRV7u(fe{@!5o za@Mr%4L|QaU-T($S>Eee^8}umtepGTYR<{a?dCt9m3O@MUA}U9Z0x3D(>A}Q*W~IV zSuD5ks>sVvpT6H^V!(d@hVkq70y@^j8zl$$2H^PW7<4b>f$W_RVndcWmfP&*d(;Hacm_Gf7$@73ov z+D1n81y^PZYaac4Ao+p|2p<=UE0YOXf5KASAJecpO*-pr z7<@u6ar2pL(K{ENyR>cUzNc>-3@Xok?tFFiQt^~m8%uZm{qt6${zFO8x@CQmSMGb9 zeixeEY*%;dbmr=X!qtAY&8w!!n944{Fuk+--So-7l8$_wp4>cnv%m1SN$<^<==JT= zP5SXzb=l$n47^X*os@8uN%@rHt2-|~KHq3|%&on8%NAAhPc`EVeY;biuQbBG_{apm zhB)sN{=M&a>iV5w<2QJB_?P~h`O|LQh{#EP`RtYU-1WU9G1ZgOh8I~$g_^ktx-x9gX;a!+R*Pjs14m7Q~_d+X7o8+?|=?_0b(ZuP;L zbNQ$4J~wf@P3M#Knp5vB=AQfH$)E3vkM$0(z2v?6g{hTZbBIo6Ubk`L-8*meq6LFP zZZ3;l`}fUT)8`hU{X&1;zuT$5++5X{9d91>b6L#&3sw`G{Z*$rFPy)0;hdgn_V%;Z zz5j9{{Y^$OZ|a_Bm64H)OxPqjKkklmZaM#Y3*(RN@sk8&0;KZI%k^_jF8pV>l)moP zBH=LU(72Ywwy>l%FC$E_s8SYb5ghbv}w#Q<}S&&So!kTp4vNI zZ&DX6oA8lw*<^>C_1V%+H&15?ztTP*HLvDV+4S1gKXYc3uG0(a>%T3xuHAgXzGNHZc+5p-)pL7{;c}`apu?8SL*`>;|m4lPZTcpzHn{kk8AT5?OT2)s{Y84x<^UM zU*Dx)UqAiFzxz*aTUsg3Q2ab!=<3>kH~X5ixm+VUCS5xgV>iN! z#Xsw&?z*;bRm8;GcYId_-r8vQ`2OyiwSw}G|D0c6_n#r|KSQTwKGV)M&-455&wm|j z=Ax0pk+4piT`@%e@soY~*(78aT{Je1{4V#`|HprZ{NFzH^RKVJzyI(4*}lINAJ)`A z6IGvaQb5}7InQQr%$BOud-3A)E6X1` z!bbh!I{z6eZNsl#eQi41C(8a`m5=}WE9d_fn*C>ZTtBn(Z`F+c$LtUESG+s@^8GsT z#6#UmzeK%b^S3Xawb^v%mcqEx=hNQxZMn8$Ly1iMVrR?naG%?eE9b7dwYk2e?DD0) zHFj$}Ge0VQ;;riP`Sz3tQ`RLO-r(XSHQ~cxHt9H#hcX@uEdGRxL?;Ul6vX4<~&Bawj1AEwVOkrVG`Byxj`0|c) zo$;$1%}-yyQP~&z#ntE8$0B75Yp%}E!I}vX8O&~L;uqiERg{wX+SyO&@)6S%&Ka}y zLbaE!Ech)WnEmpVi)^gqt1Myta4#;u2K5)mIHrqio}au#pE2!+-g(V)(fW~lRf}(~ zOH1Yo)qS9(SDx1WqPTLGSa0;}8>=^*Q(Pq$R>~gnZPDS&M|H~*AKy2uJk7uBW19Yy z);#s)_n+^w+ioGD@#?Ko9`o{R_nr%{yZ)u8|F69Ef&UB#&!>I)(K1PNLhteEH~wr^ zYudQ#Q;fg+ll{Cu`#WC!kd>=mdhoeT_1fmSw-VN^n){!@=DFHh`g6(Z zo7MBDa;#r9Ytrg`m4(5jTgo%P@}K)_z4AfdQd^aU5`3#EPjQMtETewyz(&$+%; z&fV9SKl)M}yW*7Jyj|9oQ}%A!#*}KZ*yMWI^Q5_Q*Q3;yeEGUq;-$*V$+DK2C#3J> zIrjPNSjg?S?CSNFxkgn!cO6@nhOd^4HDqDEt6XNJm-G7ce}-RcKdt!j{q^kAb8dx3 z?fm-ukL}7?DMt*_=bF`+9@Z{S50L+~fBD3oXF5x+T{aUxR$unrc;>(Pc5>o@&+-o1 zwTFAl{7F}wzkJIwk2B?+-Iul;x82>pVA6kvWz(3>KhM~ywD*Ok(3M$2-kI|LzuG?C z^!l6d@R{c33uSlK`#7;yw7)56^MlceQMH-JYpN%x0@xt1@yejcjDg9-IGX zIR4^z<*q0O)2&~QF-r0-nWx=*B_e&ne}-RWD;Hm=T)g~Ojo7@pboaFfD_QmAmw9yZ zeR*x%eZpj)Hs6jc)}Fl#pPn!n%?x}c?mK&V{Y%U1wY%Qjbq&1qtM%<3?;9UZo~pXX z|EXRs?(rgjZ{gtJ<8KQ7?3$yMGB;$WK1~pg&0ccitM;P4585B^ z``+_-TC=jLu=IRt!!4fVy2xo=1@|0-9=!-U`NH8s+q9n?6L-tY+j&V_UIH#O1{M3&s8YlcOJ<@=SigdoWaca^9W$>a3-5dwL^hExNME z?RM{3k4^EulID`4hc6d?6@2`*e%1Uhs~(zH*Ep@dTlmM}(x*)dr{wxW`r{v;S+>)5 zEnjYl{*U!9lrMcgA*y|4o9`X%lWbS|wq?}0{aN}jcfM%(&pFfj7WE~6xv}TH|FLh% z3tJm6eZJc@rF!lK&nN8*Ghw>?{GxyNlovfC|(PmI&$rxaL;Ew+r#xNB3JJa=#H znOV{Saq=Ht?3-(UW%l-8sh_Ux_dn0J)Blql_w(J#+b<@3nS3)v>wTxeu0@^c3_;O- zH?BR~@z-ZfQl0+P=aMTIbuC@7bMDH;a?hi;DotH?*sC}rai!K2PxsbjwMlzp^6r%G zvikJ);hn{P6Ky?Swoc;r*4UYJuy;q8o}-mVfeq_d&Ij{X<|!YQve~ws_c{NopN6ed zcmI%;vrn9VsiUi5C(qO8U+&D$J^V@|TXA3K%l(sgPP#W^Ye1}ve1Np}$MRoOf7&0i zE4+T~*W`~s?nNKpQ}6ze_Z`1T;?u2_;x@&t7k-?yN)Ooe@Kol+vJ=HM^P^xqW=zzBYp@oqV=hugZ$qTR;70;GTWu4?pRE_RT+Ej%h`ryqr@Vf>zWC~S2Y&mnTxWjb zpX2k50Z)HFtGruhv(M>Q;pcGOCpq&{zWSetGJCXV>XD5{Gk0%4`BPZ8|Hu9f&l)c} zTj$N&|I+I3wk3}ju6k)OWy!8hoy&DC1kJK|B3{0_Grw)Rv`gIl`lWXqrtPs?aLnMJ z$O*(!2N7-MKg{K(OQT2*YxJ9@7rECv!?UQ z*ISQ@Wwh;te#Lvg+C(JG8>esH7nRw##CUqTk;f^ibzNIl zx^|wH5nz z>@stEz|S)47PH!g<*UE^wwPSnIdRHN_ZJ>!YU|F2Jr#NqbT)~LyTtas|NIzli~Wu} zzos}r7|edmIOt#3@8q?gM6A$`ifS^M_x zSik%~!(zVGn~r>JpYtd4TnX>`iYHA;lG!`luR!*5+u|LUryHs(=l!_imz=N86Jh)ff<5`8j%x&F%eTp!}Z-%mP`f4nBPCi`mf-Q6|( z5%r26|NLi|Y>^|EyzHajHL-a+ANu~w-gV=-m5xu1X(Zoi&9a-fZfsn-`TQnXjd;fY z46ECxF+Tavu)^TBQcuC0)d-~P+^nsDA0$$7nJC&pfM7g}1jWJZ^4@%+ob zdpZ9zFvm$Pn_c~-RJvPtqF9=C#?l2!+^riD>X)paQ&ZUf)%vUXznOB0pW^%eEvTDQ zbMfhVsfR!ApYbT#m0kI}^P&4+?qJozx1U~LZ~CMjI8B#l$<-@ouYbHhZR$FWj{VZL zi!#!GKKj-EpCPz^ef?MVrS^>mzcUF{Hx~tCG+drXS>buLA4Qk%xB&#jf?!uAAPTA|A+RV zZFQOHlRwre-Qn-Es`|D&)1uw~vb)+<`FhWz#r(J4ty*})Uu*unY1{W-Y(MokzIN}w zCAnp9Ul-cN|7Uox@m+TO@!4D(PnT3wThG1s-1U;+9ZjiO9b+gA-d*{}MaNit&#n+K`+DuK z_13G`N=?6dxW0M5@XK?Hm#4$(g99!n^ZPv3cqx=xcT+1+$*6gh{5;_JiZx-{@lNr7`nK2io~vISere}v zR>$0}HAheFx%i*q%LxtH^W5c05$6nx?qoxu6Rb_`MCWf#y!KaZ#^r=5D_#oAOUmEbni)UinRnE`XZz3o{m<~px-P)~ z`2APD5BHg`x)>-g|MRQe^24!hK1=q^`a3yF=GwjMeU@*X?vzh>Dt|3ro@q)R`<~h$KvTm$7c|vN- zLN;&TnJ&*bovgW^r>?Gl{z>Z~@20IWK~se}G#8xu8r$u2P>A`dkLjLE`wiq4NIbi~ zB<#!DW#9UHqV}JEZTPkInD+S(f6uEnU0eR8R%hSAn7*pgo4%rwmmW=03o^K2jE64ux%WrR4vN&+s!onr4e_YS@@$IW^t<~gW?lzvVC(1P9$?@4Q zH$1I$mD80yol-c@YtFRa|6ZKRb?~fGIq_DM(<3@eOG(31&|P_c$-f`#*T?^JoBOZ4 z|I_`#u4i?#XMb8+cdl2Q_3dx>N>-ow0 zF>dFzre68RyBYQUT3Zaa@j6^<`=a1;ple^((g_?;#%ee`cVe z{&nG(FW21G1Zo2O5jZ+P0&fT)B<8fKUx7$)p(N2et zMTT80_|G6;>l^z-GA2^cVmoit)eFjThfnIQD0#Rki0zwEMvBOhHQF-wRns}e`3x&zH3XmQ*P|qwc@#DDA(Y1jv3#Dg_Q-TaZjyyY9RS@ zU+s>MwLZt(SN1eTiZ~h``c(7hi~qmcKmBK}ow*gXKIMh#lBLhG!va!#nXdJJj?h?} zb>@gqb$_A#{<{73C;1;MibNkx+H=q9+`j(|_RoJVtY7oa)wF!OJJS;PXQskRTeIb* z1*ZSI^`Buz|F{1P_K)xXK2m*O)00V(J7eaGmqk(9a&Ha2&Ms53zgO%2%Kl#cy!wCZ zb}x99moxvZ(1wFIRkMRG>ApLn5;kA@`1&cXuZ89RRPBCepdx@{+?YF->|1FO){q#w4=b{~%I&E*vPPj$=XE@V!WYXs> z-`vPG*Z%E)>hdS~`i`I1|NLh#o&MA%bj^#2?mTy29lf^U&GR$Od)cEV6c`^(n<8_o z<;SEtrzB3NDDC{h4gVQTzC5s8r5HJ@|JTgxdwaj_e|~T2L|>)Miiu}t1d8lAns(WL zYMTA#YddTf9B};WZ6%z#Sm+m@#nFzQD=NSDtM?sT`{J<3nX?Shw^FA34*aCM=-T`R z?@T4LCaF9vkE)ols;97z{qdbw5{J}gg)u12bm?$;cr4M!e4OB!?;X{!eQD2&5(s_^@F zvaea^MMZVvpX}B1lbP*AKHKv;Wo*ro+aP*8zgM@~@n!IhK| zw>}eVig&8zcLtzuUKEtMzl=%h}$3 z_DAjp+~v5EAmbIZVfXH1R`1Hz%_-Tf9CBrOR8arrXZx;Ba`?RT-W~rHJ{xy@3cY^j)Ri5q zOMh~%QR^x_9e6AGA@|mV(C-QxbwpRsxNos`b=2xD?M3CWduEnBEn7B+(>>_Kv8al< z%3pbRdUYgE>b71RclE7xL*MS*yH(Bfrlo3}_$PJ5Zq~_-k-8qos=i!*wk|NI|BKa! zRy7r=&`;lemnL3e*u!~TNMPod8>Rwk}dycg=?+gCA9gY1d6lwlw zTKCcGOiOkwe)s3Sc=NUUe{OwWyE5y{r9((Uu!A;c8l|RUH^^vx@n9n z9Hq7_SX<We-e-SaE^)3HUiZ49*&rVDRW`R3R&pDD6KW!98` zHZ)W6{Gsm~uFZ5e6*IhOFEWfFohuZO!AnU0A3?-%=OVhLs{o@|( z*XX{rrTa|PjG6yx>SW%YJXK=x=I)IOvGq>^E_%;eyhf^Lmj0(nM^+da{#21z_N_Z) z^5-?TGUKc2UshgUd8J~`_di!|*JLdV{@XEe(t;VX&e?7EmTlRZwmI6xHCH&k=SJYr}p%v*HSMSE*6FVn;{c1b<2_Jy)TVFu3e^I&mZ`;AYfe(C(4o7x?H z_j;rxW8_^2vky`1CMQ41)&;B%;+@^3cjEG-m~B%tJThlTTwD6=`%DXcu}MK&J9g%K zE(u$_<(J8S2JgHHRk7df{OY=a z89zD6x2kKRZv4gtyH4)VmTD9A3>Mw;H~hovcR9sDU-z!Gm%6rf;_+i?x%S5=zr6q2 zJpNFX;Em5d+iYca&sgnjqEcrQkYeg_*8WU`>B{x~@46;Tn;kdhi)Hth>J!;7zf1Wn zjmPncw<})X_Ww2e_3U{c zH=5Xe@u_!Lcq1(|{rAPFdAb7HCmwNT|Jra;*ifbG+QnD@_Rr(DTVm5>%YJ_cSJZ@- z{qGL0u)A}ib?fSY%kSDUg05v{*DQ1Q@2xxIax{03{MV9S_g-wNX|5M}^W zHOsEpQ*35-MjrXZ>_He_lyu(UxrEd&$3V7u6sd;?a)z%~<+to8iG|NYmDHMchU+2`MR`R)FavMQdFUg=jR3nq*Cy*QRS zd&RASw8N}>CChfrn)__ax4&DMuDx;D_~EC{s_%MJ+W;y=S)+q#8&E?@t=LdEC1js5f4R_bxv0_Y^YjGQ2D)MQG?bl+s&J(s|NynnCxlY%v zZa=h5rY85}lHAP413QMPb?3$Iwad_2rN4weEKep+5dDZUk zZBH*{a$Wr*xG2UrV#`_Ay1LzxSz1~zvfZ_#%QIHGZfld?Z22`j*6)^34~Kh(d$ey9 zXPWWn10uzzL+6zIt+lCK_vgHO$7$af`R=Z%nJz3`9jm$)$v9=N+pFug;)P36kE4Z` z+RSN9_CH(y@&0GHqI^>RO-RE(4)6@FhVd0%NJU;jOPrQ~}8|~m( z#Pw7qxzgWVdPQOH{$nZA<0nN(S++9WPhH*nxJhH}R8i%(2Cqdea=(SEbfn0f%@P#) z&%pFeDk^@3^WKS8)B2Y9FXQz}bpN;Ly%F#2a*Nk*`W^=dZ>s6=QdCvnb z2d9L%%QD~CCtGg%pFuv>IrVmITk#B?wpNY2mwMb1#Z{AXQ``36TXOtRZgtqT*?tUlTO}PbEZ#UO#YPech!BbW2G`G zzRfI6x;(w>#C3+FYFlTioiv>iu)l1{mfLUdR!u21-?2|*{hwW~X+FHR{5nB?djct`TfQ?Dod>sQLJzkS|MDs4)~q|1{vUQJ8VSya!Hu{x0P zM9Jw3-;{d7)8(dKJp8C~XR23Dyhmr~H2dZ2WNvS;V)OA;UG_G_T-b6Ok4HzsjH4Qp zH`=Ae3)<$*YD=7}x8J|{{87VoODCL&X60*lUA=)Zj8E48Rbd z|8f2J#hL#Zcq*R$TR!jny1uzOdlGfRx2;{jLHvBRWXz%`Hs4RSyQW3N%Nx!z6!qB< zwL67l8>9B*of5enCwkZAOuO_hP`c>ri8-EGXOmwrOud*ZWIyX??W*q*e%plq^{Cyu z{&{`SylZXAHjEY=ALsSFeS2SHhmGjA*L!XhrL5evd1q&K=`3cmY~R4f_ROQ#bCdg} zuU+0Z^QW)9Xyxg@AysR)t)_jUfGGPPxABlH$L?@_|ly0eB$r?`9dE9 zfA5zn-m~#Xot=SksOz1Ya}&&Fby?D*_P?0?pL>YE!ZCJd`0T+Zq0M-OXf{+ndbBAGQ*@#K|c?px8!`lF{0ThDB0R{rtk+QUM>{h6}IjJG(7Wcw?1?Qs%% z6SG}z^OX6`Ho12zE9ENX=FXS_e1D}^9B)iMXf1lC@VdF}igE2uforMB zY+IH5RtF1By~>yk>>LB6t7zAN}p>+ z&ldlVmkMGPcd1V~{_Nj@&RU!AC!ff&?ULOm>d;J$KZWp?wY+}){7^VUzzez>jT&XcE!&()jkrJuhuKL5Fem&00h=GEf4 z6XQINY}kA!@5r7AD^AbS?O&Pt0ybCivh2FSmgnwoTmHv#-WC6+8K2)5yPP)7NNQX8 znl~z!SALJdrjmuHZYiCWaya^zXA}DmSF@QbOZ3mbswmg)P4E&a5A^Hrwb$Hn{wrr! z!<+i}GxaiCR@l9Ioi64Xv70+8w11^vB>z8w>R%UBFC4mcF}Qxl8ky#E+I;I*ZJzgP z?~7QraCaY-t#WOqdsRqC%RTf=Mjs?dww z>)Xd~4jT^yZu?R2HSL4{jEcSYO-uJan`N)#*HM1?u_}4)2q{FchBAQrrc@g^~=w#7;G2s?3FnmU{{p!F!b8Cz6qa8;%?r` z=v2|(^xSfOTEVq+(_U$%!?$=%Y`zJ5{Nmdlb>I5Xo=ttPQcCagn~7HG9DlP{bf4U@ z=dNepE}B-6cXhwC{Y-ZW?bFBIGLEfxIq^B-3p?wU`FyjB{SU7G5}Wq!{GZ@W*ZXey zI7bKj2ln(FDYBURaLb&!jFSHhk94O0yU`!N;n2xeS$#*@87ZpV3J#I)?yT)%H9XzA zMAP#8`RKJw+S<1`mkaK>C|HnYa;vvKZi@fvx^~(A<#pi!^4->V?=|*KaI)e^doG}M zPCB=-)IoL4(KCnjtCrdwD=|*KlH9#I>h|I5OZfbWN(n`w53MEbGM4-TO6OSWO?52=I*wi z>-wi$T%kFS?{IlKhvb*Iu6@g@oL?+pFG?%N*F+x=4Pl z-+FQL;GPfuiXQ8&A90nQ&yHKD^{{-;`|Z73FHT@I_L;>p>uZ33J13vaTa%(jt9xDj zDRN$)^l!effBaV<_Rl|a>D@Qj0@ft3*R!U-URZGH(1vpXJFN_^*2Y~IY>p^9yXmmb zb>IICfeh8*%ePPBc+~2CGI8EX?$ckaQ=|Rk6LYTqXAsC@TP?{G^XI`XshC$))=`XnZ{>NL3_sCEJUGk5<@UUvqJxs-i@PoMe>bbHS+R^ABEnRDE>)@BW@Mzh=&y zAN;QV_ILTmUk&9SUw{AO8UM5w{~7+oRD@Oh`Seah=iKd8uex@9%6h)z-kOR1+XQPb zP2IYIW!1hjRuSLN7k_j*@cGSwNsFS=YR|9ioYC3QIlumQRpiqR&hhJ9Pj|Il4v%)x){qJ-3FZCAJKJon zlKUa)C2p5m7i?WG8uKUlcj>Il2~HuVhWUa|bk|(i#_;FC3(E(3X_hv&`<`2_QeN48 z=CkeM{|r}}7B)v2EtaZSrMGTDw&*prRp|nseKZ#vrTU6x+r`L!OMdv3NiW}g=82%SYlE-FQ+{9&Deq(@*`- z-)-R<*OnUIwyII@Kk)iF*InZWw>RHCJ0T`VZwLI=` z@Oh=bW_ih{SDw06-(jrx;AD2p z!zBJctA8%uuU`5@ZolvkRLS-YWZenbY&1lAv*P;x@Gd2XYxRWRFG_9V^&Z@#aspjj3f>6VE>W{U<)n zs`}^=p1ZhWM|{MclSeN< z|GN9<4mlUaU1n~F_SzY(G`{ideZ}hq>|ZBk1eiSyfBf6Vx_MG`uw|IZ)S$as$CuAZ z-r#(8QR_r5wd|zetGO97XU>23_x$n4g2w;s<9GgNFt$G~{Br;CxoIn`Rq<=3uaeXrRun5Yph>5Z*iVNYs|L0#@EkhE!-iV>A86A%B8dK9h))R z-zy+Dt4Dvsymh!2lxig4*i_W@JzU11LS+~xsUwYnK zQT5kVbz`XHCw1L}GpZ$jAM08=@7Yxz(E=@-hxgxZUe%esbb-(6IU1c?!nV5In3&Mg z{p&>I*LfAMHW|D+cC6fVMPBWK{-;H+vsW$Iz3A=Q=)Wu0KmX4V$kMkta5I9UOk$vRHNX(IsKc5?LR^!W$fZRn;H9+~J;5?)7((n{sMwXkXFIsR3tlj^xf= z7k22jRpX8fE$yrb$(@UT-uC<)r?5ET$(~k&K0QNC{}YDm%{1x^+P^5CSmo{F{#SnY zQQI?h>p#rwx|Wpw^moUWs`($^)%Prt=sLPdI@RR%whglJN_vd3Sy@LpX5Bj~=&`S8 zTI6J|PuxBGUW+!lukXBXfAr2=i?lme9#tONxNX&;c}+!ayJgyn^k)2L_^9W!+GG8q zXGa@CSSIKM)Jfgq-TCc^0#DN~N81aZOT=@3d=8!U!TeER=a&Abfj&()=7h_|t^E7v z$MzK;*LO5Oy0WFD{M(Or$}?YOZGXIOpMUwe#1+fhf<11QYA8>3x@GnJO7kY$(l5;G z(ivU%u?2rMDY1OFHa5q0(&M*DR+E43s;m+a-)vUs@4b5A^hLcZ6E}2cakkuzyRv6S ziH(cv-g?RPA}Jp}-hP~xtGnU7`h_hw%nY`61a4kDX`Qx@;A!;#-d9q1_up)W{Z|a z=uE$N`Q(QD{UM$zibfU-93HbT+uXgx?e+Ymdz-$^)(SdwU%aNT;-CP-<7ZRP-S<8f z=a)SH<*uhJzjys-kU29w=V@Sm>R$D6Z*1NE91NH zlk<|La{A6Q)q@vKGygSb;+ym*iq3)?R+<|~>~7J`^!Ve}{$rYH=C|3l>r37gw6y%o zY4859qGtZB$IHAX?sKW)ej)o+LSUQ0=ACQ8b|o#@J8Ny*?q9WzD|%y=-eh4=*L|eW z{Nr`~EAbQUpYo^fs(sD3I$iDh7akSjI?4$oe+>EUm)4QhH(1}C{ByXLfQtS{Sh zD{QImtEy=i-VSBm}p^`Bu?_WSSh`{SP}|M~r&Vau<7byYL|GZ?=9 z`Tc_x-|lxF-wiDP-M{0$qrX`A^>_RCV*eR3|1)HMeW(6+@iHY{!%y?C@Az*2{y)QI zFzSE){NI0uxBnUXKmM!#RsZup!@0o7nKQorQ@-<`;gRxp2_B(Y zQyM3+XI;B2zSn;0dxme-GW_k;Jpb}5Z01d$YNf@TzwESj@a4s4KAem?mDthL#B6U} z9USkv+OwUtbkEUcJPb{0&UN1F{r^@j+of~XiNkySyop~*Ufs-NT^Ut#=F!vz5u4+l zd=?Yc7xE9^`!;fBj>p84Q@4Kaj4-l$`)rT6e>BIM+cQK0_MKGQd^)rKw6}9Cn~d#j zL$3I^_nCXb_TREP{`!h*@>jXVSE~Or%+ zMG2Gbp4At=v;Qn8Z2bQ3GW$RF2PWy+uir2KGFIkfRQo=c?YEyFy`2B;<%gG5zIpGD z)i9q)POcBh?p&vRH~w+N@AmVKsm0f3W|UhV3*0s_W&45!M<&&-p4OzkYVEDVF{O)m z{=OBG$iBD1b1u`wXW<)E`oyk_E}5?%pEPfoyWAs>h$Z*x9{$Eq|qbKI4mQYftIn{0$raeO&MLx79__ z<)~-!udeE~Nl8;?pEG!wQdWDvmT;El4ykJ$!VI8ZfPDR%~SpU5yF+aTP z?DHRr>-$S{XWd)e)40Q=8IjdM}^VW|k)mN1+ zZn&yFFKd%Q$!gW8mv^&yP6tjq>eRKgKaGE-{YrbSTF>a?bJHgk?9datb51(uy4`Zl z^XD?6eAE8L&q!UXx-*6$gXhDZv^r(3!?S9-oNk>CTkpd2T-=$}_4AFjou&oy+BS!G ziF8dnDt_v!LT1KRk0d@$mMv#|!sabny>xBn)(xwkt~yq8OE2i2r}x~hF#o8tZ=;Ud z1!m0boUz7t{j1CNhwiWFi8R$ptDl`Kc<1(P-S6&4@Aq2psJNMPToK)7=yYiA&P6XC zco}V%nP=bk$15+}>g6oe&cyZJVXGTA&(hc%zvcS7w)_|Ki`*>d&s~`n{qWrf&&#Kt zZ59=raBQ1Px_PQ!FW#{(QK4H0XD-GYJ=uMloD{?wR!r`Q~ z`YN-f(rvc7P5Y`S@oY)%>RaEIW@mKW@)Vmn|D%}Q@x_7cJ1=fyytQH0v48W03S-0k zMfWb;>~oO2;XyG< zuR0fRNwYGVy7|e(3&f(~kcP!p47oJ15Ro*x{@; zvG)Fi+*fJ}r88%TOt#<6<}Pd)AGatiP5tYiwu|y7+qTNjl362lmc!)V!E3qM{)QITukW9JoPRY*{r`1p?PIoVSl#(2>x6k1{CO$HbN$ZI{8zkz?K^_stkzy&~=Vk1>1VHao%h z54^pdR%UqL*!sie{uTcfY8Cevo;X~cz3OF$$N5dO^|ZK6xnHhcKW9b;&*{hmQ}S%m z#Aihv?QeY>;J@Q%&6;%??_Oq`+>NSiKj1EtH{t%uAEJj2awT3;+QPeDbisRuF201) zuAs#$UdFZ8uUwY#($V*_ud8M)vxLyHmnw@A7G38&|F-1WYu~yXvw2K4&vYw1HcXuI z<+)6BTt~;uzdq;Rsnxo#zrO$b_t*a!7XN3s`LB55HBIwbXI%FOze>LIXaD`{|CIkT zESCGv5VwD(yj0M?wORk3-+yOkDE6PhQ11El{c(GJs=pfkyZHM4=WX{hnrEzilxx4^ zN7QD)*MENZ-~aia;r`cu{~5mjE8^W6H|Jx2^ZoOD(N!;JW$wsymJs{+pP|n7gROh> zUC-#6eFm1@XX@69{rLBv;mGlo9bbR1x&GMrSI7K^-Ma41E6*ve#>SsUOw(E??8;=z^lX(KB#vL^3yY*GubmcVB zuDkL+5&JTqKiS{-A>cnlwUOb}g1c*({>T(RXFpc;_La=7qF*N|@Nwe6qg`8CH9HGeu*TG~x)NWXaAXZ2N`vkxb4Ek3)5*|2iY>}T0^kCyHI z7q0vE?|+8Ry7l|b`*(Tn)z9`_-WetT+L$5OL_u~++f(D>lPexh*xayhso06dn(y@Ma?kNq?B=if_q{@J-qANl z^Mb28)uL68)XEq=jh=Tc`BzxpY~N+FYu#R4YUPmh3SM?|9jEHTr^eS))LkYQ3){{6 zCh{>oq{dc#o0Yv>_Tq*8>yGnY+&F#n^5wolUu2&B6fkw=Pgh*C9`Clu7i}#kRUrqiNlXh)(Z`wDRC9mzz=XAz~76+d_S^hDD*U@^B zsYby}7n8QxrxRYUTh^nWnNnF^WAVN7*S2EgDmnEbB(FF=S^FqgXbQwvcG+J&XqxmZ|CQm z8dYwES2CX@DlOirGvQ|X>3LOJ2`|>)(Yakc&-sbvmp%2zpZ+voGJEQuDu%G_j;ESE zYj~b+Hr^F?l1Fd4w62Wetj`x7zkOvSW+t+Di@5)l<<<)y``Ymzw%k2aS~lKz;p4UD zzX~&{cdO(p7XNUzu2-1im+&uH#x}b^C^HLm7<)N3x3Cr!xFWyX;+4X!=u-=F1sXg1H zB=`f~96$Y^!TF!vr+>%dC;ppt<+TC#>Kom2?|)>^RV~t+?E~hl|>J4IQ28^ zWY6v7lIh%K+oma1?()r?IYp$jZhNIY{}1!OCM7=;PnTW(6!p(0{&-}pXVKhi{>jFh z9-H$n?%mn8)2Mv8rp>y)*;cDL?WeXxr@m2Oe!GoZ_f5F}&TI4TYP>jHBNWOT&9dCO zz0pWRG4%TWqZ5Bw6{M;MMW;(n)%c(*Y4&^GwAuOVjgq!5C=`5UfBseNzyAzps{b>b z|1tl{e}>!t?yubc%wpE6XB#p)C%&pZb;k9dd~e{Nes7=JlaXB;D|nX_zHId`zBPRU z|4$Fr!%AyBp6R~76Q^q^FY)*Ms$Vm{+pp}HANTjnzy0^;Ow!U0TQx^v7r*?5V%yZn;+G@8oPH7)d~#pVp0`P?|OUBpAS6w zrQ*-|%1PHs_RijUsBBuix{lSJy<3C>VqWVqPBq#!r{LM!Pj+tm4Ba;vWG|Umyl3N= zlYyUQ%%>Jq#^#)nSFPlZk>JRFD!|D<>+uYxzj=Ob2O=0Y$@<6q)JU#B;_%#a+iI)w zV;3tJH)_ZH57+a*u&o%Mhbgb$GY&R1-t$;%uM2A?><%O zuitayR%6_Bp`~rw=0ALs^KQyAZm^rZNAuuMd1?14FD(8ui2i3dT)V73vX%1%`_APN z&v}_2f$b%zd*GYPTm}De!(h{rIoibl&C16PI<#+TRna5JBRa!OqF8o>^7z98}8Y8|M2N-&;FzF7CYWu`>nrXz0i-} z)-yhwI}|y>jN|rkL}l;+3kC7Znv&Q=!<>leNOkiepRAr?4XzzU#-cwcGjb( z3&RbKuex7x*O(spkni%bIS>8>&tAIl$+7JpcfD+P+ctt<)*a z-3K=I&WaUS^X1%xTqy^Y4}B4bOP26>yj&9>rdqAy*>|U6Uv~GR;JP`HyAupO&ppxH z+N|UhY2eKECYDL#@AAv{uehf__LF|aJ@w7b{rVs3I2``SE4Q9sl<-sdc*UOe0oNT@ z&fI$}=P7&W7t4Fy3ojUMHJN=gV&>N!A7|w2n?3N|^l{DNv+PjtVE33FlZ7yx@dAm(@YUwtK%l8!S z|1subzaR3qyrtkz%(gg@#N;B`{S*J3ZhRV7c(0RZ_u~DVr){4geD3(RdD-&059G@i z-UwAU;o0#f=Z)Fd*1zs{!E0Nr!=iq5*?YEZxfT?;QLFHN7FWDZ^fI@q8CR-z%-zGW z{OXP@7v+HcadXa^=&rUfAreKBkgwcn3iLK%6uR7kN+70*WRyae94BZ9(_d~@5193<_41V`du`T!K79J2&cVyof30@D?A+wIdbz{Bg&b3gZcBM( zo9uk?@;}2P6M3T_E9MzpJa_fstn9OMzt64Qu&AtXi%sSIJiX&m=jN$8J=p5$+_qz` zYRBS3+phV(U(ubucXNlVO#Ow zXP(cGyLq?Cba%$PtxJ5p+0H%qRd{(Or>KVK*DwXq>e@iZBQuV&oSZOyYu`)5DF-H6 z_1#{Ub|%kk8~>6ZpS&r@*Q~cnD!KZr`j_j+<&$js?!BAWHRI0YdqHg8?Ee}1E9Wy5 z%&OhyAJ_h1OLpSBGMn=Zmo z>ZK~Qm!H}ArD*!`%TM>bo%$q4w#H_*^G)5mZS!xRx_z(m)r+ljVzw6a_$a^8nPi$L z|4RDR#`8<=tQY%R{jJvc{F{Q+37_t{zcTske58E0&QELh#*03d9G(__-3yO?44z?` z@x{^f^y>97mRhUc8S_8=Tm0pIaBX};P3oifD^#sqw%5%Md|K1?tgKx3NZ##JHvbuH zFP2s$yv@B{ID4(-+V+!Wd)usP?Y6bq%TH)qU)!_aYliG;?~1?mSL;LHezo>{wY%=I zSMlYyU%qU8b}VI`p>5T~D^tp^%nWIrt#xRx=Z$Yx8?RrmTQ_B!cTn&prI#m?)!a^4 zB`sN$d#lAE-Zy++jNjt5AJr!YUy|4_yzb-jlD>`uh3i?}mpopBE|Hch?`6Wr|6w=6!KH z?C0%WvELQ$?f>IFbDg!`y>!!McZA(_V`kq!X5RU)qi(U?vf%gC^JO1c-pEm3z3+Ya z`R)Gy8M5OpwXVJLWx}GVd)LLzJXRdM@cfCgqS9ZXAIn3YU%PlEz;p9n{>Aa@>R0+N z|EH_ZTY3AqjQnJqdC7$XpM>s;Eqm8(DJ^r(>de`tvb=t; zUrqkCZe9PSYg0T0E?w&u%JLG*%+H;vx}#fM=i0A}Z<815>MzQ8?H=wr*DGq5ao3Sf zPRU-Kc@9b^D{l5*RKFl+&-`eA>PR)mNEI^3%mEb ze0w{4d)uVKpNp@g8|Rm2&nVsIIa^9g>#&I3^UbEeBWD#~?fJ6o)ytQ!`qxfzF?r%~ zQ_JjKxpXE^z`pByr?nTdrOkP`HmYjYtddiLn~YL-7i!F27bx_^hIf_vW%XaR6`zmU z^2c0To_cfllX|U+a{25jZ!7Np%K31_GwqoV&l}Gdu>&U ztE^IrZ&|J1aeYSo*WOR}uUx;d|Jrfer~Q0Cv;LS*-t+s*-4l;0d-s+1Kbxenn@?O` z|Hwb5GjrCunj2pZFS}v!OF8!F&FjZ6#~w<5alzE3`*+P_?v8u?pCPE-B!c(-B~_`J4#f_hc8drK_0hu`N$yRZm@5?W}i8 z>Slj$m>>to-?;NzOiFG#S9isIMn7oUGFGdMl>{^N)Hr?t(?-ZOndv6bdI{jYO%L>VV;T6Hh!r*FfP{k(V8 zZhuqaV_Oq+t5{Z;Lswes&@=>KK-bN_tB>A${qv#sZCH{TZA z6L{|Ny!vY9>Ge4=pJR{r{LYJ3*<1eQM)9w3i)X7(tvi_OnRh?ojFQklY192@_ecAG z<+bH_aq#UFWyy)jOBITj@E!`B>oM&zo2KU5tX;)#zLxSvx3&0&a}Q9EVM#m=R!k?D`&)-PVCxax5y0QZHP7F=K`C)eRS>7<4;aXfn_?N!q@)-N5Kt{oK4O zJ*B(nhVH(2X`|MpV6BfOm8%!ce*OHAPoli^#>m5dx%E54^xghByPakUuvmV7iSL5C zH{Lv(GdF$z8FWaMi*v_&?+ep*oKZY}?6X)`mBD`ohkMHt@2@#8C>}BUOt01x?TIeU z(GRyh{8sr{GOp9HX_Z*%Ch@|YWl|b9&)o~RJneYcOvC2t!}%w#KgYAK*UG;Le*XCL{^Gvar{zVPMDji3AA6S5%?B=;&Xvyb>xX8W7&*5i&AF2LN`KvF|4H4vd74jRLfOv0 z`?asBF7*0*@@!e}5sk@n=j(SYIt}g5O;)wsEfv*ULFP%k!>- zK=mxk%%mMxqg_LaMULBkmD>0A=pyaz%(Z#-GuIhR+GOzjSFQ@B%V)?Z)W z52=L{gr?|DaOu0Z>5u5%-V=|l&*hcg*}aS9(zNM4YgfIj3E9EGb?}JFOD(Y$(RWww z9E~Ye*vAuR_w?c1#mWY5hyLBZp&`y^O| zR416fj1HU@oWQ+8>sEwjUs8agsYuLz?X$WJ{~4y5O8mQjXHCuQtrGL6Z$2|A{i^g* z`>=&V`PT8ia+6x57sN|0UYECR-kg+L`4vZZn<}}vb3A69wk&IXQTn>G>80-Tmt|=! zVv1Gg{<+@LyfMIQ#-wb$6~4lOXY0bc4ddT-&gh)cb$-hJ74wz;Glbo_6rs=Xy=kL* zLfs=q`Jy`4AJvmwCh33I{QTpVlJb?`f8Ce;XVCxV@$ARxQ$G4-ddKYhtING2n4Mg! z)z4&YG^jOV+WAFc-}So+O(&yyljf^F@)VuVw)a27+}QL=wVRyJW-%{Ho_ap|;xyf? zOD6_*lsdM3Rf9q?t zf9-33pDYzCWsEbrH{CmOLDHl>{GYgmJh%K^wm$o)ZJd_%B-gBa-VXjB(?7X|o;w=t z?RMtEyZZ2?-k<}a(`2{$8MP_Z-YvbBlD*D4=!(^gj>!?a@2kE%UoY$H6qL}lI9JvE z(v_8)Jlf}c?3<9et12fki|ygZdEWXWss#aJbE7KFzRQO1XX<4ZH2U%Gm$hZ&lT7X` z2CK>?zLCELByO(rKBK%)#Of-C*G{<={~kS5|1@QJ_R0JY`ux_-r%qn&F}d^S2Ak_6 z*ZO12cmFf;jGUJ8)Z;$`_t95Y^@(=oJD=^eFx%w&KIqu;6LPjMgT*Ftif?@JZNC}Q zjQTun;VK<3UFP{t62~+}gufdHJ=-alYM1?Bz0iw>b@@rl$xYKDE@r*$}*o>uSZ>@N) z-1~sHPx%+?8d)7%z2ZgQQI9Fft6v>iGRfqT=&PuzwVxjN$olC0lZ{<@Tfi%EnZc}E zhN16&a{gyHxAeG(%CEE~YxnQ_T+R2T>sS9Lv-*CK8^_NYOI=d6vRcA6uU6adf|VVr%uphg*_5j=I-aOxQR>ZE47+ z!cBbBdK#`VtP5GA)9tul`-!q)wC{rYXZ#{-@}@*-ev|m&6wNO$Z>{a0K`=Qs0(QK2I7Ke(S)Da2%wmzvQJM%}~>mO5BH=k{O(ec1kwOK8C zl6VxO$(Fw#Bla`TaQP{*LphKy8QZXwt#=@GP^#jS@T_!R{4hqOpIF;b$NnTPtehVhv%vuTLq-@`y@wI z6(j{oC(AMBJZir``{m@PyEY}|r(Bxt&FjjTFe`6u)>gNFQLiJXEv(pn$Dk$q+N17U zT8@so(NT3GU&Q}S-v7$}*k9wU%6jj!w)dLrES~+TKb7?O7>CDaDfRm=ZZ~e9vhvi# zQn_e*g{zBlHgLvhZ}N^hCUnqzcGw)vnJ2eD64UniruI4@abZOGziI!>SZ?Kt3B323 zmhIir{LQ{F`(ERdM;s_bf?rGA7Z*$fCgs*iL zU%ou$<((fr@y~3+H?cmuzIJx~O8G0Pd)9yDeq#IT^~^1Evu7!YbBAPzF0}Zg{hPNv z+jsxA{|rhs>s5JsD`vIqH@F;jdDCX4>#V1)C9avpb=oB++<9*p-KYNjZC<);{0{FkXHP`7K8u=EldBW;@uQ4O z5W~j>XJ;4Y@8JLIy0B@}kvOUU3=`$G+Af-H`P<(!DM7j0(=%em{6N91YTH?{>!$Un zDp?uyDCb4IeA}6wdnNYTs>;*Ox?)wEt|VCB=J=uEe0*+-w$(<^i={>@g{+G+URHfFMEXGh1Z^T$5EzF+^>rbDHCo@jF=T+@`ELLN!8Lt%6F44 zXB~a}@y9K@cVJoiHVTA^#_ zf4%+m%E8d9&%dv3?uQ0$ftMoiooD{B(P;ET9?E8|MgvRcm{E91=uIjZ_ zPRWtKqjR05YNK&P-n3m4mYk_Ceb{;~W5-+L4?B)o{tSL7Xf5*V-zR6eu+R6WS>Ii= zD(&s&*^guLT9sV5imK(jkKU>8t?ny(IqCl7=+ArY`L{LncuBknrK z`l&%NjrR8~`^{G*vtp2dKtL&fh>wcMC8b4`YxAWfBN?p^Y z{&0PCb#4BuFDAEaPbwW=a(3^3hT2*emupG6cW;03zr6eK2ANdH{9>7Femm?HHv6); zh%RIKerLwYm0_DU&l5Nux$6C@m9F-t$Lk+zpL(e=QNufZ4sV8bnU3+2(B?2+^PL=X zd!sy^O=taC?XltbuO&y01k69WI`#A3E5*-Lu3hvDOnv`d?PH*xe{1%q8U6J_QJ;+~ zz8mLX-ydjvxo6+{%h&i_O13VpJokt-`h4kG~~5>mAP}u){e+!WEg8 z-(OBY|7Wc(>*GgBGfuF5;@@hfu{QPnH)qosv*Q+Y{a)g8ZOhV=nSaB+&d^(PbeE25 z@vUBQttkus3HVQCyE~&h{;ATBJ8M>P@g-gTmVNKaH^y7rRV#jLgxy=k6L%@#4#VEp zg=amI4m<4eeRgO=b7Z%~#_tLf-%XVf_&V`FgQBT%RQT!2FDJ8#Pj<~M$zPBavdHUI zbONV|=d8c`!&0`aRcP+my;Md_X^Z;jCtpn$efKf@RZ^n7lFw{Qp3yC#O}hN6cDlTN z5#ePe{pWnBRCdlxiI}^^vkR69FKyhn^jNDwrpSad21OlHR~vbUWjdd>FPi%E>h7jS zgIqJ-6?^|F&D?sjQe-mI&YA3swU5nOdpY!i-OdCtZRV8MGJQ8b9SofM{DZfMM)o}K zY5OJDT)7x_VT#^~D`(=^7UcvjklZJhF)?!OqIbfNqvtk9DSg{=jYYpmv`yjCMwNNq zbCfG}^Y)xLwCIcOs<~HpW~JV|q7<6^^t)$fCzGG;>0hpSSF_P9XsV{p1MSkE?3cr*?frOl^0ZrTZJKYS6<)ae z^Q!zJi@$cKUW(idaXVvJ^Du78){cd@E|onvyN3Nu;9<54m1}LaU$E=H9< zIlcLZ-pzRGd!w{^&X26+f!j}fl(ESD&%pI5eB-rUmfh>S`2t<-+2kYV&fM0_@n&Jt ztIaR<+YVfPZ<9RjS+UspPwt*)mb^S(d~{Y+73-(Q#mdbtdWr0=GlQRJrX5I}}P)e24mi7ZO4Q`SAXyCu?L-G#37b@_#6;*48VZB!+dix!!C=6~7! z*v0d&N!cEA=i`+P+u8d!eYBf?{b}WU;V*aj%D&5=eUftCcJiYC4AnOuCt3b2{9BQ_ z@9=_)0oA{w{!aI@mrFNG4ZL!JBYE-1;9GTe(ZbG|z4p4_gT=Pm%TCHVuglN#D1YF$j_)&j@0|yKmfy<| zc6qeFe?#4DsXGrtUKZP{x4qn8=<#-o@wEf%X6g9;%>C2!Ol-a6vkQk`++KYqU54vF zgH@4)o5fB6Rq54tE(Fbc7QOA!+J#pPXIt&#l9^!Y-$!5}Z35Z8KM%A7^xRCJ@=rC?V%^&2}Qrj?($Z87Ih z*2|3Kmlt!-^=sHXFnTpt`dabEb)ST{tvnO5H0n{>TAnwmEdN%9Sbpni$h*oN)NJm1 zI*)llwo&+Y*Ry*pn)ffU?9D0Ob=>08Swkn;&f^ykiB7s?o3Yu)c;@DV$Dap=?Jik_#Y~%J_vH0 zID9!xhod{%rd;W{(xa|hjyaPzsH$X5<7aI@6CEbzeH?PfT*l*kvMlHdMU$J?|yHMN607&MoBWe)gY%|EKyZ z{?oPVnpe%A`gBu_RCdYTO^kE)Kmzj%BY z{>tilNcr62JjJ>5w3=b5irC7pdIwggxE~MBb}lboY9(>ZTJ1>0rq-~a$yZ#Bc4ynH z%ondSKJ{x|^m5-f^LB0d@pSQ|L#GrsF7~)!J3;gQWabCQ76*8*U2PKNpYN2DeNs@n z^>M#OxsAIaxAt5&gno#x2%jNn4XZ zwYu6=?kCe)Ewt{5y!fHBUnRUh_O0}*obBC*zV)chH^08|?0qfGg*Tr*G?r{5VJ^7y@^qNQHn_!){&nl(cwe9_C+5Cgo`t5e^Z+P?Yt>Fbtv&bE11sYfS z?6Kb(yWEQ5#1(_GE0q({Zs_G^aQg`ClwP`$`GVJCwFPZS*6};e-FBMjI?*Y@>O!f+ z`Af~xT`OIq+*zM36}wki&Mo}>KZ9^_o%Kii>Br}Nnk$pgZ81Cg)~`ihz8yaL?CXS+ z1+V^Gxwu&|TYiD1d%63jd39QCaY9?)*#^|wdwM^aBw?zlKl%9g+3K=Nbsxo@XIxyE z$?~&WeD!9hh>f3jESj8k?Q(ql;qc4f=X|!Fr|*5=K?)E zx^Uyp?V_1KXJo&;Y&*C8+|>>Rt+ukjEup_dw`zy#CTM<4di|flplAN0Q-^$yk+y6?w$%!r>EVoWc_l=Eibq!Ic|SY<-wEYy#|+ddd@#l(DiYZ zjQ6j8EzjhWnw9*E-d1^@IQMkJq|B=1#$^&Rn_`chdVNIcP)x^N zzGP3=SDO{L?D*&Gn&53QXKP9Fgz#hk8QhP5_7^^OSEsIf=ZS|w?_GC%`sefX-ia6X zYqP%WGCw9Ex@h)|spp>rZI~y;xp9rnnFfoCX1k=#{a@wxElGZ%=k#DjZd!+D(5X%9 z&!+fo*^(;5y`*r5Wd+PX^&e?MPk<9hy zBA1`(m3}N;!7EZS{msuALZ`jHUN7ay@Uif=GP!VQMVJ7Cv%y^P-tagf2}v49d+64yK&~0Kg;jb8y?BuFV3s}R4`-B z^($x2F8?apfBip$sNLRw{~6A|{`ybNQT6Pm6FnmC-+~0z+>Eh3IP(L~@e{pr*Ot_D zzSBn+yOgyj(~4ySKkZa;ojU!>R`UoeU&HEj)1Bd&F-xZ{I<#??TyKi@ zJWb)mS!=`^>~{sJOm_P5)L*9J-}bm`#aAb~nq9Ty-*w?=(n=$-57(+T)>>EW>{qXJ zSDq65QSx_V<^u}xU3`a`xalWePk?}m!5jlaA4ed_96{eKeI@7QT| zUOwZ4$Af|$eZ^wSjQ?yiw|o8V)R~jNLpB7gFS7JVzBys;490DNyfagBc1Ouy7H6J+ zs6;AS=C*j{A3p6hp=@FcYQN4^_YR%DbE5dpTQLz9PiiW@ZWZ68BlK=Y*w*ehZ=am2 ziBS`q_wB}Y)6cthczR9vvTNPyldEShm~nT~+(3&-{KB3>fzcBW&)77B`{Um5DaV%U ze$3H`^ET4>y>De5&%-U*=T$OguJ31i6I(E|Ugq(V{+Gu$+#Del?*bmG$WCGWFEwM^aSMJ4!zRUIuT{j2ZV(sb58;=SXvjjxv~ z3UwaXR4Q!sYCEgqESbyzlWUhM>dmw+_ut&#oTX(G8)~?A^4yDhWpntR{WW7Q7mc>; zd28Z!*~(%^ zt}s_}r_u*%``6Fr+H`$^uHegQI#YkUY?^R#x_CXe>oV7uexBAvZvunn z`#!$See`F=y2XMs#A+w5XbQKKP5W7LQ&z(-hr@BL$c{xkHd_1txPamu&lskV>AHQsQc zt!b%_FL&hH-1Ci1lDoMyIX-+@t*e`n>2&>)*UM{7i^Esky!Iz|#gS*li;fsZPu}%H z&y*um@37TX(T97A`ybs&y=i^?c>C|PgUOQ8S? zS-gEhYxm1Nrp*@XkHzfod31ces$kycN2|{6t9<_a{KT#N=ObfOs`hJT7|t*VU2=Hh zw4xdbyKaGcxroGzt*K=e{yvatHbM*H78z3t7VyPzw=YHZ|AqqT~PA;9={bLQM#a5rg+qI{KHF14evcA2hG;i+{Bkt*zKP8<{-nrna*zoE_ z?%jrdMK>?Edd0bNO}AD?PBzW|tHfTADpjB2^`F6<#pjuC;j~$czgHf7n78KO?cKk& zKGI;_SD%+{D_Na)*!}Q)@2mHgJ)HK5zlJv^q+aBZFy}j~yPK@$3Z6Lm>h$M3H@&C! zICeG2ZqYgPSvO>pt<$ZG#`f#$zs)bUfBT=Ia{m2)pN-}IGu%r{OHZ*6*mbk>$@BJD znZI+}^5i!9Gz3Q$DXf|4J8ptoeJaan0dy8&`>twwy0JpIw_W`RJSzf7+kM z@lPzYHNW_7e628X_lA3AN$pOcEMmwNqJdH32yNdYS|rCAp>NzB?~goz5tIiO(x(_Pynr&8fGi zF&LiJ7E>y>nB5fqfGPN&|DBb8FPx3A*1A-5%U=JtyVkR&SGz1;9KUw)kHx!*>XYRe zXCL3cO?Z{}-pyw}|B$(J_L}>A=Fat8w+`;^v|e;<>7k$OS>8eHQI^a_f0k`kzx6%q z(qymOQT-;0*UoJ?yXaa+)1)UlK^tF`tkqT7er)Pb{~g;`bar&~_xxwDD!#a{^=#54 zmqmv+-nRMm)$vGmBllB7Z<)=17s;G)|GDKqLvH%r?ekyHdlaYm^J&p}H-}Tl5|3oO zoaMR8HD~P!|CH#rHMZAI*G_hQbglbrnv(34ABJ&p7VENQ=2gwvwTE?2#7+y{AGY0D zzZ4!+ygK{HnQe_lmS!%m7|Rhon}!od3l6W@D8hC4hurinlYetKg;vFJe(ZLZp7v}C zpZTL**B(o)VPVl&$#5p_bM?guy#3`VYnU=4*576Nvgekbg~mU#joJ45)0drmU3|MX z;P&E=vn(<>zj-HLPM3F;7TqlAcs9b&MW{|yZ;#&6$S)o%R~I`x-h9ekf6gfn>FIhi z5>qv2%n424y&AsKB=TYzXGY;dnfa}e{aXWPZ4*uT>@9Uuc=qlOiTizmn=Rve%xi6@ z21YV%u28D1*b~ou^z+63`Hw7R`sI&L*s?+5%43Izo9<{xgxwb2T()1bbnCsugk>vgjl?w1};K>A+c(wqmA# zP=`S*+sOn0d*SMt=a=8r+q~}B^^a%Y&Y##O6J}z+GG}#}@usq{9KDqrME-`cTrFPp zsUc4@+q*yDh^~&~8Ftns_nKrk-TJcAsHo%nAEQpMRpRGgc0CaNGh4?{Xj@oU&(oB| zJwe}o*L4>~-M4M5=QPruwpMV}qP;ph*6dtyBQM|Nk^=kO1>s`qJAW%)y)GV7TgNOZ zY5794`~1^Z^<5@eg*(@;NWA@q`Gcfrw$Y&nDk0e+=3STgB4&rBUAdF@wV^2bM(@MB zT7n;(=Cb-kT#OEM>@+>%d{6y9gUhP_3}um_@tdM2d|k*b(%HE^k#CM)?Z<#n{{pRjIXbhF8?vopU?K(zWtZnozf>#C(GZz^|Mj#|N8ODa^6VgSJzz9UG_D7 zU6uS@+;nZmzk|R2Gl=eew%J}{>m#K!`!h#oSg(uNxtn+EMMIu#qN^TEj> z`bwDk*H2&VmX}P7?7q9pcip1o*;7}yx$InarThGXGtqBB7sV>ooD^A}&=kfZqW3x9F z=l9gVGfMdI`RcBfvls0UIKANCuMG#)^gKkf46a?;L{w-G7E#wntptf6jjxenK}r=&+;KrPkGHmhFy5 zbscYQOsIYBa{Ko)eY=(a8J?_+y8K=6oeRsJjfR4eGuA$`3$%Z>|B-$0KimHd+t>g3 zxA))vN#}fKM|xdN)eBwyuiuyBr9(@lSLd_8T@UORzQ2B0{7%Qtv}-f}Gb{sbBdvdL zXuslb{UiJO-~OMq4$JQkmCg0|>%Qafku&b^pUdyB`&-q2fBlu}ukzZb$gGmum275M)IBdnH?Sf8MgfUThIKjKL6*xxiSe1 zVcFW=_0#?{Zdm{3C$*<1-{`XgI?O*ZrcYpj_`ITSarGGaze*JUS%p3FHOcGK` zzVd7SXXC#cE5ET6VpTSU2e&xSXf#QrGzrMe}zoP%&vijS1>gUJ*{?G7n`S(As zWYdkBz54w>L;dyFSL&YsD2#skXw|)f;#vP0TEA?WqF(mq z;5%+N=jZ2)|DJwwcC|!EZor8a)8o!u`W`(}o|LVbso&fJ=||Is$?E3e|R4(#8xU)t~U-ONur z|NhaiWRdHse313V{RvBgI#KlZO(t&vCutdVS8SVpm5VYebN)%(iB{dJKdp1-#5h)$qKVF;^C#R% zce=XyoZxoe?_tWSPrfNDuMVEiEg`Yjaqg3n28T4$trD}=OV@qfcd^IjNb91S4=-)c z7q7Tt<$i8@w1t8;lkmkEQ?}*{+uwe5^{e2o`Ms+@ch3Jl>t6Ex{qg(jSN>;Et(X1D zc4wP-^{M;jihJ&TpIk3GIXA7_smRRjTikK`tvx4>{`D4jsFHZ#xLw%vTA}bivqfp= z+tehNug>*6>b2*#t9)m{kB7^bX1%;qD{$i2t5!DM%57@iS_gi=m5fZY(-7XUm*4ujjV{6b0>77hY5Qyz~6x6ZQXtv${q@7lcO zT6#mZUj5P7=be96&39hfy7y$s>}o%8nQQ;HE!eP0R8PcaQZCzzwYx8GmONaV-f(oo znuq%t7cWuRx>H&TMV}DgMo{(PDm(%5ya%%_O&!vL)*;>ujH3*7#Yz za&ON%p+t^Jy0>*d%usgnlAE|7KJ;gH@_zR}`p#F9E6tZ5yK~gM_=#u?+oaT`tB+)+ ztggAUws*Pw^w-N|c?+Mu729$5E^qoIN4ZMA;uW{1Cfj=}^9O4iC;j@>@i_Ovr{8bZX=G21yng$# z@W%)C%H1=b{aaM9Z%?_1VW%`Fy=yh5oU*$0rroP5rht^v>sWsdMSmO2Y%3+3%nB zc4uGu$WpvKDnGhpZ?Mms=D@jU?(9pM5}&L*mD4M(-d%b5on7(|o1z-L{i^b2M=!Mx zyVCv4YIfKxrbm}b&s;K1U8!c3`|k3TlqAEoy~cgoFIRfjJo-?Xu{KHjTXxm7EqmLY zF4>vtgne5hHu2N^5MAYWVQRU5Hw%8=zGCLX{|rZ6s=AJxxqknZZItrg$KMTKUw{AA ze*g8?KYTxx_xm4uD;F^T{1f@YgP)@lSIc)DdM$Hsli6kw$rsOR52TzCb9Z(ONh$A^ z4O?Ycekwa-*028fyMl&t%j%D~9I0C?{O>=*kD32!rtEYVoo`n*|HAtFJ+`$b6`Duo zuQl7{tpDays@2`bBYx$`k?!l?tF~O*+VSHTsLa-W|L5Q1KQ7h(8H9EE8lDTs+jR46 z+jJ;T>ZkjC$%do3f!Az({^V%gXio_e{;u%y|!1E3z#rO)QA3z2ziy zQ)trF{<~S_B59Al+i!Gizh|(|^iuR$NVc&T=5jV*9bhdy}tR zIy~#>>WZ2F8D={9=6heeXxcfm|FP|tr-zr`|EjCJZK3hC#|5RoV%37uLX-8K6&v0t z`npPQonCHxa^V6IPA0e3>0B%qvK{F342;=1beu{r?pZOan&Z5*po-ng%{~1j0_sqLzCGnbPxwzrwM$L-t zKcn}|PFg!Bz0dA(Y1KW~Wf4zIN{Y6~o=#-fof)52Zm^8mjsN&#(G5D6w5RFTcRV=F zb$E|V@{D`mouB4Seii?6cEh!^ALT>qH4Aszq^sZ0NKZB~*s`l6yZ%>O=9g7ZN_v*X z6-(5r87*4*Y18jH2i8OxF=qMA``&QB&7$u8aXY`q+csGLo7Tt{Em~{b`>tN`&8vUb zQzPE?oIE!nCf{}mk5Go#q0m)EYs1#OiSB(N^Q+=Rwq)$*!rFYnpDBOKuKPCJynXg{ z#e&3Vg^_zsJ)Lv(&AWV`t3MB4i&M?t!c$&o!aaBK>}l%!o>P)na-NEo$V-@?^X|m6 zOBJCE4wlPT?rynK@?65bP^IO}UyqPHCq<3!Ek^f`Jzg7L`FYXd7kidoG(D?xE9R5u z=be%#_Fa_E)I9mTShP}YrqXMHUd7e!pZ%Qq-rQLk_g3cZ-R8)1{~5gW4IUT#X9$&) zN%x)d?U?yo%e(RXS5tzR@AvNA5VCcru8`Kj!yh=dZG5$PE!$F!spZeVt=axG?APCy zH>)>z#w%Q94C!l3*`3XL+2rc4Tbr^hFK2e#JG0@p*=gRZvjk3xmsDk4S(tP<%#8cr zJle&Y1Wh$f9gwi3Q`YeSmeM#WxA{inEj zmgKViN6J1=n_jql#ouQuwH7e?d9M$6c=upk+?s1Grq;e5Pnwr**4n*@L0`E#SnlkU zuP@C{KYSr_`O&3N=|%VT50|hpd#?>Q{=%A0Rw-g`ZU7$4j3y{=}^Cj5>a7c|+Hhq>c3x z9^blum7_TL*%oW_&zB{B%FHaDer++s>C28Uy>84hicr;KnzLc&@d{>z#VkKVR@AQi zz2rml?lt#4FTcxqxhY)k=C#WgQV;u_G_CA^^y8npDQWwj{zKJ4r zOIO&LiLd(|)Z={;}T6Mpfs_R{)UpWW>KGg#kyn3??J`NudF zztfDDFTX6Q>h;|>?QEE|SwQx=wMnLPr}jPdw|`l9t4L05dDkcV#r}H7r{rFIRT33( z;?3gKr;97=6w?=6c)h3nj9c^0LyzxV?aSM_S1aV~!L(=BvscE<%Bc4aDVsJuee>7l z=dSO*DO2(Ml`;2$++_1xW^$L!<|V)QStq``+S+!yM`FHpuG_pP+YXn%T{vm|#A4mW zOs6WOI!kuz9g=@&T{(NJ`Pl~N9M$Ff-=?cd91bqA-4^n|;h0;z-#*4SJLRnwUikPg?(Mf7^QB8|-uX}ZlX2a6^&H3I+5q7z zi)=2>jj`vpW`_Fq-Q!>k^`;-9;8=0%PtlYai(ev0{1U1sHZ-eRkL3GBufKSb2| z{HpZt`gq>_l=b7QNBX|G{VP-2!CC6}O}F^B=H}HYRVlvxtJ=yQ2=n#Ky_7Xy_)PJa zonP~x`YR_?dPkqIGky8z?X}N5%g(YrubxlrQ2>L$6v}(Bfa-W7~fjWJo54V1O~nT4A%C}!N)ij`0bo`c;?)x zCj4>J=f>^w^qa7H+1J?PVsb4ROH;3!dw==7ed@R03zsVgwr%_V%Fk|@GJC1Ff2Qos z3Ht-jx;=Rpn-+L2^3~DH-Ak^W*ycLXs_l`>&C4$*Ow_Yma-IG9e}-9>`4WHqn(JTk z#HM!|fBT`&TggA;Rp_gE+x-q}U$!ouapu*h^?c##$;alJ$;~tKI%p)dicuu%&gI|N z)Ly>+x1dh<({<4Y`ii|wk1Op@tz5tAz39c1pgXA)v2)mj#( zul=|_iN7G-|ZaSX9qJc zjIW-%Jb0nj$EwhFHsQ&v{k zb3XKFd4kX&EARi5-=4kr>V<2^=AAd*apIXh>%-)VZToyb zp8L-*p>cu?@6!6UpEt}Y`Fy5SMS6CJeO1NFEB~$)|D3YgbT{Am_+6JTbz4rj`ZaT6 zhqGJVwHT+kO@=|{T6$q@?X`DaeET)4)nSgURM)#w#jxEmHyE%2Mw#S;TuxmAZr6C&8dL#dz$K_Wn=Su2*?(mf^;CTB({Pe*)F2B;g zSFJnifXHI!rkAOd|YR_%HKYmicRZ>g~60-FWuX ze+KV)wx7i3SM$Eh{r0)+{Q08DhNIhDU1ob6>ynC!wF+E0dFg`X_6sI0TekB*gV=?| zHFEELFZ~VP-JZKoO6WST3X_WJ(q$((88)u$VVT4h@_P5}S5otrm2JLud*xbLO=Izr zbyk;J65dXlIDgT)f6v*fzUV%9zj|MC%cJTw@^%&f8N!dt@K4^ePOrSg>ddR3N*4Fn z#ToCbXx{oMx^M~aIpb+BWXt{T+1*+o7t8f9=Sc}Wdq_+34~I|te;xTN`9)^=e+Jf? z_x=|)cRnk%S^8kVapv~NcjpyP(3g7O`uulB-it7GN0XRZ>yyeRkjf#Z#*C-NyTezEhed9jt%;)Pq!@4ECnA+dW& z&`MvCn_+o|z0F~t{kIjJ@vRH4ob{if*tB%_UWpdFY0GBwe)w`OYBIC0Ti}$korjgD z^rULvab3RjcGk)G)l1h(=FVTm!d}y8&a=rS=w*^h{`yyMzihnu$u8)Z+lTvebFQ0S z$PIt_d;X_wZX2gEPCff#&&?eG?=Uo5D`=|Hw1*=&3nKr&NFXR_RoXvc5byCD`<#o4I zU(BmpbSGQls#gCE1d=@x4>A?cJ}H4_Mb#{Acj9Ulq^x zYVGWmw~KDd_Rldco_S4gcE#MgvtC(c|0(sDoN?&a?VGXl=E;ANx^6GdUz-gM^WYWuj;?t?dhMeXZNvagF1&d)31Jf?>%wS@5PTRc;B@p2{lwmQ(fFDZnx%rq{2SIKawf-`@SR*Yuh7qO zt$%6A1~FyP`JH;2x=QKSkN*;`{}gdAFniK}2LJPXA33uFpVj>RDt~V2#>F!K+{D(+ zSAA^9UA{-js^omEnQi!@c>$^CGE{c?r2ey<@q5eH{O2wDg_Ub_MdwesmS$i0D*3x- z*YTa-4Mk^sHSNFRzvHX@x#hV_w_d+9Z<(|MLrb#Eo~oIi4>o*{+gXsTk@0H z^q2f+SZOa+`P*-IYW2~*6Uz%iT~i}Hf5+sf*v?)MY{8@>otnL&P^P{v={4W{ocYt= zbsnp66!Hl*2{^n_yQ+HT))n5DYJdMdyKJ)A*Qh_sA4ha7UHk5WqxXXB>0HZv8dAgc zJ~pezzmE)#Yw(YCI(&LVWAfXZ$(KKg|M=T>r6PrMx=z5Bt zjE(*Q&&+)|#nk+w!rZc4Tf&T{xLGfiIJJc1Vx-TyYb#zZzw+zPua@$YTR*w^PujBi zmuIZ|XY;@n?W=oNmG(;IFFCm8{FlF%vSXjWU$WKZM2!AdnHT4j&6m!qk^frt>qkNt z|GHm`KP{hBa4_eS@RU#G&ULRR*Zf>A`1!__Bexf_yk0G|b>fSIjtjqKb4|RoI!V7) zVa4~G8JmS)*?nF9_di47rAZK3?MA&F{ZE*01RJ zYWJVv<&2pf{rBIc+1Ks;yKj2(O@W3NnI6d!mpN8l_;Gy0zHgt;pMLdy@B1rL%cZvX zCb<=HY_HI3ei(dT%~tZm{MXfAdyi{>ep0<>jVyb7=-lIBPd+?NU$H3B*XK-6Ro~1% zbwMqRU)D`m^>O{W{ifQv{>?J0L{EP_{+~f5_3PU69D!FeD&C(|jagzU^I~V4;g@-9 z|MHYvR+n7ew7X!-m9h=5Hf_yPm{NDH>)z|9%IayCv%}vV`L!l&>zewK^WQ*c4rlwE z-(R=axBkqLBfq=P`JHA>RJf*FedGG_WBXU`iQBeyt+BA#{Ow*hCVuRW)AshwHa2|M zQ8)Wn{N>wv*ZsOGJVoME3@7@|@XuPXbpMLF1t+Fok3QgKFeR*G-!voRcIHVv&)3Jk zum9w1SM`~%aF6TGgFn7Y8=uVBel#a*`SR=AQ-ohmNLTmhY<$bB&iXlUb8BMYjRjp- z?f$-*ky@1H@LQ^PzACTUXFpw;fWz^1?*zpAw+J1~^{TIb!sJ^N(0$-Zy|nx3tH%x3 z?H7LAIbY+)%jzj@@&C-8xtg)xX}+R%jf-v9HC_&Tb-TwH$nXiJT3Hm))Gi%%AnBwY5-+8mMZrO={|MvI%=kEK?Ti=u>^4+ud ze)aNHv0l+6*V`;pmYhgBdGx}^vwP#NMcuvEvUJV6o2y)sIULO0xYXt_h5HqKb}qd- z>Box5ugK1I*!X6#L#|g#dvoUGyGDJVRU{Rfx47@LZ8sGCbFccd<;B%= zPR$b7();x~M}FZ|ou2}}MNt{v0bf;{J;OYsLmYnoYCP~-R7tWbaHa3GV<$Ho-`;yG zH6u<`;kt~Tlhl6({VmQ{nzpKK{%9j{xqfGTVDn{#cZIxbCtSVixR8VSOy2&yr+;?c zFuD}JlJG+=gn{U^sDtZ$KU@9FK_PeWyx3~ zej|#{F>2|?N6O!s7TX>BVr0B=QC;YPC8Bn(5A!U!=iKA#`k%p|nRR2smw?heJSC!8 z^4kNilrO1>UvX1aa#!?hX5pGcH??2z$GbmJ+7Ke%dNhB|mGsWO!&OhAkON=w_j1#zcsUj=U@GG@sg*2Vy|&< z;U-^C7sD;PH&3f?|1f=`L6u)lRN1MfXlKJ?A^z(;AIUl0mB_soqPg$o`Rb6iy(_e4 ze+p$>bbsP^yNG=eAML~MRx$^k6Sj=qv&B-*thHj+%&bj8vF0}}Z&#^R(w%={pV&bUi8|tPG0h4aQNb7t2cOUwcI_|`+Q1~W#tv~ zQ@!SH-}03eU89WRH&~wd)%RKKocttf8=sn|Q!i#ue=2&t2(dX`LA`l zIwE%uuG28yS}l{7SZmXEvb^kM+li1Jf{EQhTf!wfS1PnJ{tKJvvHU6P%E!$%T53Mm zyz`wV-C=Ega4om=b+NC0blB(kf7zn5uDRPini#nyY_s95GV4D3*9D(&>}3amj0*@`Y;Cb}D^bxppSgY1L_>DT=##YBc4`c%7<$ zU(-2TSDsMLzxtM~%h{EJ@2{@@Viomkznj3-y=5T50H9wQ9 z&3xTl-`37FI-oK~_=}O?nq4O8?`nj1CTUbf=}7%a=yqKhKP7Hkx5(7(tA(a^u2svl zJ6>0K>YVEuGr`F%Q68eFIh&)tEn(4a`_e6Z^>vY$UUblv{`evdP1QQPRc`{{ZAsR> zC~>N=tlq$6TjHXZy_OF7i~l+qTHB^^n&-_)5tWua=oXkd!P(;M+Uu@y2h2lO2ZX6O z8th!=uC{kyv2O89p99D3clp|-sQABA+uDD3ZDxPs)H_p4a*JdxOwA7x*wQ&WecwvE+;i3}EqkJO&@d2zbQtYJF67756);cn54mAKYPZh!^{7ix;4vDc70OR zzkhd+i|Hn9>%QiieKP&~M~2UV0dF?5xqS>&Ihg4skofQG;ozRj*-;-WWi~j)HSf8x zSbf*Omx2635ZaJaa`{2iKz&T@}q9Z@o`ynu-`~^=03`=J1Oz{~5yK z!!|B*X1%NHSekX3m92B_!g=%L?lAO;HP7Oixn3$SVxm;N-0C@X54I@1pB+E9DDCLR zeOWU~+LAVDY|Qp|-hRsN#-oKYm#%iZYQLH`>*$ktJFFM--D8WaHF~@I*DS+Hs>(8_ z6t)=JY`vZq<+E%HL#}|A$gwMKk(RIm{wq5rMwR~6G&**xz=V-Rz_u1V(lds&q zbNrm0vDlWd+FvvK`#&swqM!6?ChK}L{ijSltW{?lgr+^_?z(Wb(d9rclk8frh~UgF z*F{&hpNMJI%DX>z!4WsbvT2i8goTQ(mc5O>VD~z|cZtZ1?z8$4+uwbx`0JnUoi{%x z_e)#L5{ZR3&uPoQ%+m;-t7~cXd(M9bX`k?uUro-~83fK3yDn=!$KhW5@^cYeCQdxo zXYs?6*U3ov)@0S$cgz-T^51i0v)8??KU}pex`PzfHu>y%Z~IC4rO5eY#se-nesiB_ zIz@40#>Prcj>`@EEE}|oGh<$Uil36HxQy_-OKXpd?*Flr+iuGmEt?}vK8!s3Q(bQ= z?z`(@?S6Z;XoKsrYm@qxH2&W4H%j@mSn%4{A1vQh2Ham#KJTRH>+G3UYfe@6?Ei7U zH{l9zU{6`9HD^&+e&Uwx8*ll4{9*U(>+aqP-(POalh;aSyZvWqF`W2SWVM3ic^k3E zuN42->T(`?x_#%RvZSv7Om3_n8cxiJ%PP8cdduFE`MvA2IDc%rTHk#lG-$n(u~@{ZOVfTgSRJT4ntCi> zeCdK^%{x}OM%~MD2!EpFo2#fdozK|+hnr!~+3Q;(_fPeZ58XQ5L^pp<&qBckO+1&H zMb){-KY42U`_i+%u@~Q-m2mNNu6tfGk>$2j zMp0zP^p=lZ<9Dm`>b^h8bkG(&@^hS207W;yq9TyBev@TnHJzu2|ZW43W zWuvjbli1CF6Y93?d9YpmshsnX`+nNrj31r-cT4@;-t_FPlOJpKNklJw(|PC7>N(Ha zjt9qR^uN$7DqQy2f3ZfEIBRT2#VmnG)3SGdnisCv@xpkvbFjI8xDR8|)kCKaoRgc^ z{Z%PEYV8Z{zXplH3U4NVx@~c-F|>Nl{`1cBUw-4;Y<}z>)4AuDAI*4BRuT7ocXXl5 zSApX7pVD;&K1Wqk9Zzy|*fP&?6}GIFR+5DW{X}XU>!1(hI9U zJ#}2YEA+9tdX$)dkfY`)31fk;o?N}vL6N(~OTI9_vYGu=^Y&k}pVCL}x;u70`8VIZ z=KGbWW_!Zo4EHNPt+Wo_{;@1x{P3&Kn=ciL*Dt<)>G{2<68ZVsg=gPPT`rL9Kl`Hf zr~eF5yJei_vAwE)D86&gzvHod{Qa+aT;%P(@lUtOd~8&4+j{nO%g~FPV@0j}d}1o3 zYX8pJs5?81@6f7sQa2ZTe!Fj0!JfCaY6p{`uEm^vdU1yVcL`>zeuD-CiTJNeMhl4$OaZu;D)j~g?jZ3%} zp3gn?6@SyYeC_pJ2j{vSzI3&)PrBpev3I2(!;^&KH4}gG{k4jDQCFE|5^UWW}Ux%kkyT!diAqB??x>@z1nH@!o}McuX%ppTi2Xh&(G=}IH9%cn9rHG zM!&*Pj$fTm1W& z|C0X-GYLDjf5y4JR()HfxFh%Uyq7O>5nCU3uA^2UJ?bTo#9^O{)fUel zbxqq6u_kKI&9dz)^;f-pd|5tFU4+vw-|RxthVb|llPzamWSeb&b_lXP5q~aIchl;t z;luu=dg2>CreDt9<#lUTl}1kIS;f2TRf~&cvmUPS3o_tE*M6RNL!F zPksL7=f%Z~XEeQE@wa~YhxKmro(rG+(4Y79)Z3z1^GRi2|4iOmx4Ycqr}a$b+@h~7 zQdJB$+0@;w=WL!d`HXF`&*4nmr+tmecV64| z=WrtLI^%eY1T)RTBFooH8}`|+ddxGWY}*=6um231{~7#c+UjO^ryK6b-I(@czH&=& z!rFCJYVY_J;`n|4Gn~=Ya(wkRU9WH2UAc}~IVx8>w8Y;0J$~59@K=?!;`dC4Nv;$0 zX58iVlnn2Bc(n9jX=MJ@olXA1S*NyFEeY7_H1FpA^Iq?bzx;e`mwrUf^F`+L^iq?Z zy>tG)`y8`ia&~jRXD_dy+0iafwt%-Amvy=|ol4);SG6-FbVKTq`A6O72tVIpul>`y z^?~1^J^AK$^OK9WwZ|#59zK_`da<5Z`xzy6=^@L#@{_^12J z-W%yD+pS)`cw&4`Z~im=n&UwSkC_`O^82}}bluvz_>EPjiCm6xo$Iq{9Urg%TQpBo zzhmE$-8t<(OQUYI?&=7(`;_vzXp0!bhemh18!zs@pR}XnWct4xxucVVCKn!E-y?C% zsBfl($5+FUJ0|JfNtQ*wORTK=uUzR_Uc8#KS~`05$61?pF2AW}8k$@!kIn^~aiz?elp(`(ga!>aSaN?ekyiXJpBAN5}T+ zvaYK8GdHAoY1akE6s?_>ll1yvpxN`YI*T_|TwvO4!++ua#OfNZQonZ(Ki@fYQ}E)K zyeZK-d%IizNGvo}-~ zcy`gDR5#vz)}iH(Qyv+JteaHIR`gMMftz*Mb;X;B)9)m`i&r}pXy&FDTzVnAd3NRg zqnhQHH(Fl1=oSCe)hl0S=Vp_de&6NZUpv<1RA1Sd4U3(ME%qOOLKm&J#z$7KFpR$EffYx{KbFP-vD?+$fKb-a6I z=jhfJnJY4*+H|tk-oCwy*phWPzlzDK>CQ8IzT58o7U@@}YYt^(f4;op#a^ik&#tYQ zboAKi^CB+WcW)@1D&wrU@>oh?bTG&-WMt^5=E_+9&nzxV8|*H7HC-N;sBf9}SaGqdKi z&pG?s{iT#N8|NjtRWBzbF+J%P+QqlTh-r$+q(1e8ed$KqCQO~Q@UP~x-t(WhBc+#p zV&ruiZ+qwORQlyJ_2|v5%$Dw_Ca3ZTz1*$!Y4`0@FJ;zR zTC=9q$}#!v30RlEiM?%8_C2X|FTU7doeKW@DuKIZIk-;U(Oa+MsPsTH?A1U1yk(|K zS3Q2))!3TJy3gpiNkm*#THTagZv*lRZz*SX75uG22wRc{9vH$Y*lW`pT4NpH%?%ltC<&l@kDzyvZ zgovk-(#rcb3ax+Ty1RpCYD?1R?^Yz>5 zmd*e@<7X!S0_K%!F5tC1xo2~L@U7IeS>5-%wS(WhxxV^Z{Dkulch(d=OMUt?f6k2~ zue#jhcb2Yx+849uQONPT!uGk$Prlq`jlUQ^F;i?yg>tyU8H=;mFUrQQI__4qv?bMI zaZBHlWKj{>om&FFKYit!@assjR;^L@iNBU!fd|^&Wrf`HTK4Nx%sd0p?GC!7Jie?2 zdO1t&-nw~b3x)p(bBUj_%~X6^hu5Y544bc3%-Zhx+@)_2D-t)piZmv&#?w|AHG#MX}DC4~Y#YXc`r=>2C{b^gom+Kiu? zeHjb43;ZZ5shGu;Ybq8tq37OO?@y|4e;QtvPUHP0nx(bIswG4=`_JsGgVRMfJwAW0 z`u1UwzklwB8?QX3FkN!{qlX$2_1ZBziep|M`gL~F)s>##H63M=W%nnE7`}cN$j%-CZqJ6Gt5?FHQw zZKKsP-zxP&ZkR-Wyi=jiG~FohBSYK0{TMzi3%#hq8X@m8(moLnj|}|F&LXYnS2Kw}0jbuGo1_ z>gd&J_1^!!9{sv>68n|)Y`RC8kLuY(JwAQe{>$?lZ$HTEkRVZJt%hnR#qlr)TuZ3yYrX_T1q)yZ>5Q-{yI?ALGL{n|3~!aW(GY z%w&Gcx7&`Kj7^n@3GsPxJJ|Herf2QTnoqk%DBOw@-E{NI*~jay)Y?xpzx1^9X0dxR z!_4dhoBlIM-8Jhd-&SP6>RT4_^Zm8+k8Hn3?)v%aqOJT1jr5O4|CH?8{7L%cufS(N zW*Ky->)y+bUtVupIZJrqr9Gx=R{Uq!)ob|Ia_8Bzr=z|Y6p92&Px^AP?vmysrp19f zW^{E2O4;c@Kb!jEtMt{5iO&>+wg?!9pNlfOkZN@;ygz)dbkgcisjCy0URd4mnumis zqxc2W`RN|dRP8fEe+Y^*gle;Hn_W8jv~gBo)5ra$aW>wS`U{W0>^-l!cUIfXqR;v| zuVx20>0SF0bal5|_}mljQSSuG7gap7%h<}}EOOwVYpron&Nu6vPo^Q24{o-cI&`q( z&!0K-^sRP9U00ibXTdbalI%#ME2<0`UrsUz@Eu!i_~d)|)lW}tg1a6R{LJYWcs-l@ z*WtFa^6`t$=f8aYCVjVZVUcOrV#^ve_Su{}($=|rUg#=yHP$HkD}|f+55CpxU2^QOHB(Qm%?0s~_TtkI|7m<} zkZD^x^_cYe&U3MD%icd&v+}0&JJGDZRmbJ;SGd1?-!7Ru^HfgO_lIYhTz{c67R~n{soO z+kr*rwRpFG>e}x1R_5}@@2X*KA)igfU&sb{-ALzqHk%w_oXf>S)duHFic{fLV{S2|y6}fehKiedc1p5PDy^zszV)@|2>PN0Y98-uPJa(of~{$yZaC zcHK2gwhuku?Uk6O5kBL&vD)dl1s*;N z(Zx35`Fpb7PIc@~-cf zD&1X=FH868otUbCz3D>kk;{(vKEy32KwWn8oFPixg_`q#EGdh6AAhP&>6 zmRY@;9vU;3$8OiH??-I(7pdsZ29ABP`RZ6?LvG4wTc5_wifDy@BiH zT*npvwnVC)Vy%~QOt_u=N#53zi7oYtvi0lM%DQ&x)t~r|Pd|P5OZTJadiyOde7PI3 zd#)Lu#%iBuRz5jAt*2D1EcgGB)abQe-f!K#FQwFN=Hn^f1-pbaHa*>1xpB!u zk?E&?hOcX}uJ!D0T$8fLFju;4p;IWc(68&qOQ#)s-twi?ch$c7IKShi_AkpVr(e*1 zuRYOv!aUVw5oh9lo-n&Pv;K{pihJi=`PyaYKZV-tUCjMiCSA2ASEts*_`v6ar}eV# z7hAQq8P9xq{>UNYteEyImM>W|U+g)%m;a$}S7r9`nR7zzR~7HsdNc4(y3EV%Rb^|_ zH-4FVDV}>$V3k2pUH08NBeUE0(*uOg7@c*P^3Uq3{^xl6!1MbTEcXI)z&bNlYH^;fSp>M4I!=Q&<*rccH7 zc5`WZ>6IM^?mhN@`QnwDPN%U+n4Vdlje7s?@0{MD-t+%Wk-qd+c4q0pzq?Lqf0kus z>~?Wfda%YPZraQrw{$DkCe_}u)_=e8r&fo{MlS6?{vKU1W^45gzkAo0N`3F#{-k== zpOsO+W_&d?OW%BDUcB(4qUZnCJe!@lL+jQSX%0PAFXooyrCCN7R2nu`-@drMszxc_ z>HH_1yt}TF3c^4C`TBdP1YKFnRIwv7`bgDepT5cR(lzbIVtecN>Hc}csIWXwM)JVb zN1M~1_e5SdS~X{?)RH}cj}QOYFBZJiwps3FhCsUOz zeA(q~#*u9t=S10L9!-;Sd$f1298Yvu!uFqR`}Q$*ZmkP!`p=*_C;ZXl@;J-$`pqIT z#X_r|gtNNs+~u8pzf0Tl<b-%I!W>5Tfd=IQpOGdJ#A8arE5G;7%farRq&#U<;%MO|V)HTmt9j-zbBOU0J% zi`QOhuhB7A<=27w={IvW_XNx?bW<)_YL)4xllm%lWoB8zgM*1N{QG5NK2}|um1HUC z6F>9#^JaGw*^M)V*WA+Dyk)}mCkOsBY`C&EB%rBTRzfi??LWgUmD0i`Z~Z+t8c8bl zZGOm`{A+3OmcF_RXXP0-1=Xjl$lNKubhUYR^p&&5#`WIj>+C*qr;7YrmasGHR-VGL zizlOd6T`0kyuz?`jaJb9g2Jd%KeRp4bY~*D75#;)5{?uGS;bvE(s>Xx#<%FplZ zH2cvqy<4PE{?lRet(t$geE+kg@5agKshuC?g6&qb%@aCR<*4b)a9egyaB{`@C&9ns znJq80M{iiPnx}M{_^QM0eMk4Yrfv3+^sL#EO6(Rz~4QG zc_*kYUb6q(sdbiVNvkg{*?a=TaQbp_PRuGWztlu$O{U$@V>_B zaz%Sm_zczK*?)H*RetXBd+JGT)NWKzZ%9T&wC;r+degR*(236XXP4MwpIRnpjfk1-*h2oHrM=&5?;G9 zlkmH14gWKQF8{XUKZD_8e+Jg)xxZ`fpA|1DU3<*4$7Qmw{?|3vkIBEh%B*g&>C-k_ z_iRIvok^S@8|rgvRu%uA#s2j5l{4pe9bX^#F8Tib)6G(z2j-vgQD6&y5|cIW>i)&G zyInljX1fSH*%GD@I^)Oj9b1m??03}bQ*VE}&#q6@s)?STsNBUJ7;r9?lOJvR2^oEeUlo`Z(ICZvPjcri3y|j>6z`BhomI5Esy@r zG+QC6p_p9vPiD{l_frpjoHxVg;oSun={d;5i^-uEJCdy^B%i4>S{Vo-HynV+~ zH!D81T*3IcCqMjdogWyfy7rZA)y%_!8P;LfV%R(WGnkm){}KJ?Kf~2;e$xN;pQ+LJ z{0`pasvwGHS6@AIZ||wHy%rhUmVcGY_l&b{zxU!yxYUh{-u|i^GZyr& zndNpN+TCQGcGSAJB0KvGQxmS~ZJxFI$A5;`a#kT*(~YJr7P`AMAaKsDy06b~FWt60 z?OT7U`iif@cF(W4|Lnj1<3B_GXZv%%1v~nudd0u}>vDGO@Ba+;w?VhY?)CXS<3B^? zcl&4dEq}5#fPZL?OvJxBX^Vm@J)f{fh19uNmqKXBv65vO9ji*c9z_ zP2*<#+qsr<^2e&?u4C`N`;>Wu`z?>^D;c*eV#Vy1omgdJXjEl$R`t-WZ&A)`c`_5W ziJpqO+E}~NX2xT-)#s$A@z)f!87=($czS3;j5R0l{4@6KT|a3V zt7n1UocXHGr!^W|TwTEj2*Le2Fb@0+~p>?8TtQjdQAjq5MHP`3Qy zsnZp=t9Xl~=G;;)S9JfJ_Tbv_D>*J~U0NGw2_J6tbPk?$?CjgPr@cMDcg>uAy zy-=wXhrIsUXY;)Sub7!ne_zZs=|u_e_3cL;>?iE5Ggc}qDr=Fe*S1vW5B-$ic`T(SDd${)X9zTfc7@?GBZ-&EJn{oV|^aox|La$Znti>f?RP{(rPBb`V|*HKKoPun4h^~ z`)k90=IROiQa{Y=s^xFpy36nVv{#mSw~zh0Tc#H+T@m5)_+q$SAGiYJo@rK1LLdS+^l)u)+JY{thj5k zbsclW+no*17TdghJoQiblezm`yfLoT z>%g=3)1p_V`)Pu3Ua(5mps5uQR2Y`^D<@J7<_*+n#)Bo#&r3f6s4T zaayR|;AElNBgKG|k%tbRdi=BbrT59_zkDCv{$y-9*MI7cV}jQ|T$|2)z3A?oO8x`) zTn@We&t2UlS-dOoRPS>2XOmxu%g1uQjbJ=g;W^#jB>KvI-KpEA>N%+8t~#}_=aSs9 z`3Dj_*Ivs#v4HF9^5qZDMDMZ9ica?|my*$TW1G~aH_6e|{d)$(rL?-I&e`1WrhGT- zO#HR>op)T)X5&Ba^q;S8Qk?15G;j9&E1_vuyS45=UX#Khp{n-Lsqgy!yR!exfA~0R zigZQ)jBJX_HO{`ZS=esT{?)Fl4S#=qWoInb|IvQe*);pGj(@U0*6LoJ?CKjY`=DIr z+wGIumb)b1DZCa8{?8C>T2xZ`R%dx=>Ct`v8P2}n@LFWewU1FVynhAc*(yA_qtE)e z^6{LRPhI0?%6ji|un@3My?ajn)~&~@?fYsLpZ@WmVd>Ploi8oty6Vg7-7EUVm7T%v ze0=fYbqe7bj$4nPd%NYP#zmzmwGTyiT`PXWsc^gP`qPi);uo&UwI2-qGCkTO$uixt zX{GDOt?#;8d1qxZ-S}Qwf1-5;%kf(=YohiaD`%hcA+I^{%!Q9;AN<8Lc|D)~KFgSM z@zD&^XHsVlziiw*FKL^?OYx*9`5&~dPGc)(jxhh-%9nmzj{C*Q&8KvyK9Mmo%h+f2 zSN6=h$Baj#4bM(DEt$r~8l(Q@Eswir>Gg=7Syz2a=a^;|uueOkWf(Le`%a~wf9jea z(l2~Hf|k4s@!a)YUue&}U8@!x;Fa6mze0Yg-tSq@oo~52dxUS2-N|0E!~ODw9$lR) z8?7ECznCf{@n?mR3v->?)Wi#!FCJw)eeTU=y`ZD|tW0_R^&hLJe)Ly9RF?N`jqVmhmO*7L9b8J1ZuQZv)v$?-b-iJW-3+>MtRGZ|Oh+9Y{j=IfsCjeYmK zY!5H|@TW@}r(mJtgU3B=mV3*}vLmi*ITBY&WL~GVT zBVTdHlizLaYw}mhFO|F8^mMoG-hKJjYd?HD_x1-gQwnY|eYv4^MtI z7Qb(et$(ebqgUX%p>0dwnyo7DoPwt2_awerG`l!N@kz{M-QPZ!J6s|r?sN;9bhvO^ z7q@)Kx;L_`F4<-qH$41i=`UK@Klh!byYY83^NK#-9RMgzK{>)FM zJ$LKAS5CXEb|-L+Z(aF3(W*O%6Ou~5el~eHZQ}|qZ{hjAAD{K;TRo{Tf2BWhuBqF- z?Y{SaD$iB_s<+VFeD%yFn`Hgks+8AF*9`x7=5?f-L*yF$b*H`Oe|8gV-mrh!eXhTz z72kLL*%!WtC;#)``6b^~n{SjJj;(%E$;|C7zvR$~BQK1EpI7x}9PJg};jkpL$J2B5RJPQfrY~pfo*7)6!?e_5wMN{s*P3}A zu9LWyFEevDO}Ag+uT&HrC-J7H=6!|L)3TqM&7E&@SGqJk_k0q&^SRI|xz?_lWil6z zWH_HG@wWVCcFliTTJOA4LB6T~X4*~o!#wlp2IgI#-_l7F#ly`T>q@A zSM{uIx6Bq#RyR&u{A%kN%R_Hdeok+Z%iVT(lJ={D`m0+-&#mjbWq&pO<+{|MF1Ycqqr{EX`nIP38G>(C|7Y-z53aD;HRsv-?w|e2KU(7@e>g9H`)A718YS^4 zx08Ek-hH8z>$)xc%Exc_R1Z$SciC3W+IElK>@_VvmX%Bu37>G|MRmRSvmdX|#Hd~G zF|(;(y#M&O8U0Uhl%&hg`1tYY*`LWrt26AEZth-K6T|bax-en=YO9*P--3?rzEzcR zHN5(7lwIeK^C~+Z`Rz}CylmOdJ+UFyGVhgMuh5Ryy>#Q2$no$Mk#|e$jctp* z&M$ktevLVdj}rC&Q)+|!@;^p~Hmc+KHs@0HKyE3Dh#aIEZj$Cl`ihfkGQ zpI)D~#kjn3UcG99kZbYeqFujFvdgWh_iTT4ddHiu>Wf!uW@h?1O{+Q?G&?~?q&eb| z(P}2CD%o?>=4?5?dZoZZ6$7^;Q=Y1*zPfWe*Zb0`CC1P9O*E+v&iMW#*7tKw{Mm); zmTizZG_T>t49=a%$C*JyRBPSd1uvakN7D! zxV2{s%V)4&T7LDp=ADYqC-2#Rd_F~RMUP)O2qxC zeapja)Gg1rX-(`-H99i+D{Dta)AYhc8ONO*`j)8b@0h}Kz`X8kTh`UAHPyN9!NFlV z8cc9CN2U`GWROsmQ8`s$GAY|B9`cvn}mR){>BDC!4chRzJ@d_$qZ%@bP{% z@d=rmUwn){_EaWm_nolGYojOLOqrSeV!_O^LVMobUGFAV%bmH(HYY^Bt}OBqv%Bll z);~9G)iqD&Bz|i9SQIJk5&nambGWqm*=MMLu0?J{Bpnl)|>n1_vwFD z&rbbPP}Bc(;@5i~=faa?(+jNT>rI`{@l)P{+vJqZk<=myTYvS7k0u$Hb)MXR%Aj`R zn;&%SCm{@ zPV8P4G?9CYs-7jg^Ul)bwQOojs*9v{r!2eiPWEDG-y`cK+-$ZBq^G7fx#{6Zidc{anFP*ZWH6McNIgb^cj7*;;tzxn`z0_tPid%355S7*cZk z)YFFA}6 zrEJY7pDR;^en&Vt?T+3lru*#phWCEYj9Qks2S-dPIo7dJurpKBwU^Vy{p!Tb)PM8# zEl)MM@KJxtpM|r(vOjWoo*6&q)sB69{P&9gHvd`A!7ui?ZN1Li8#iA5SeHKi-u;ue zx0x1BN|!f^Rbw%nw7W|G*REfAk@EVr0hQ&`ADaAnFIadl^vKm0TYr8FeX#%Gy6i1I zllEV*JYr$_;$y|X&ATq$JoEIIO2N#h8)a3e=S-MzUF6;U7nfi8AD{1E|MK^V%IkAJ z+PCbR|7Y{v%Jf5j^7z$=>&gpXm%pCy#8~Z zwFhs$&C%TWD<&`8y7ArSuSMVb&oo3zXuNo4RkO#T zG-~yQBj0D)t+9#!YX0E7S#7|ldxj7Hh}E1||H7M9v3TWU^SXJ~{DtwwxP9^&=k53 z-P(7LOwKl5*f(v-R#}I(Z7rTmr}UNt@i?|D)^^>$Yg^nW@$KuS>I3(gUiuJzrF`O_ z(v3^zotrNHMAt>G*f#%V<=dIHMTRdpqc(Es#ZUDz^f=5U$zFdvPU$p%$$y3ybHB=O zd{Do>U+8Dt9V1(h%0A=MpZ+sw#I>hu{@bjde_Yz;XJMiA(Z{=X@yNwfS3DM9@-05f za?E+XqL|37MH+4wb#}HEPSdQ|n(+4Dym_{t(rcIHb<2K5hSkQlww01Mg(n%N+?MXw%JsQz=r)_2{|voH{gsRIG6QQTBz>1TmS(g| z(y6waWB1J2Hp`Z*yLPH-=KOPl-j}XQ>WXdk6ft;hf6F^y>)O{DGq;>S{r0Tw(Z5G? zjlIK?|NLi&y1!OlaqXcwd+iKMfAKgJ-?BLSxOmaxUAwA&@oK0|Jul&r&9!UltyK1p zr#yq2R=emXnD6EMGjDg&Q}z?Fi)L#5vlF`eJZ+oS^$yA4lkCCkcos%KH1;}G`8C39 zY3_&q?Sk(v%01tF`&E`#)P`G0f^)X%YuywJS?uW36P3QstVb!6SHmx$@7Xk6uM1l} zeV3iyR}fyr+FiBdy|LXswf9$+|{yNe`hk^CCik=cIMRAS^pVWv^xT;0>$=){tVMr zpUIg1E@=Nv^KOqt8lGGJo}6`b_219=!Ggi{{5c^vE}VVQ;2K>&=XTHGNhL}%-(5Fs zo4#T7Jm;CSt(jy+yBR0M-iUu6QS$Fa*s_(JPJwqePMyeR%&2X+QpC*g(TAI{!AqBy zi@$Z&=a+eR@NMKiF1=|^^9~o>`_J&|_q3nY{XKvFGt}!}aj8kazjH>%*WWWb{zZO{ znYpIEeCJ>H^}nmXzyJE5A^*;QhUb6x*T3~HnE&h0?Z+Q}-pdy>Ha2AWp3%8=|Eu}I z@;krVKfk|oez8L5vuSIp|1;R_{rA_kzV1K6```Z=+Hrc86_NB|;(=Hnq z-kZAQ#IuQ!KWJ*nDxy8q)YWwZIE937j zzq_ww{)}uf_H<)=jlZsszX}Wfp3(pN`0pd(_xDdZzdrCkL*~~%DvyL*C$9MG9UuQG zU`gD)zh~dFnOxEpUHc??!P{4xRhLBN`iK5J|5<(YHqP8Njx}ozO?hy(X3oc25tF>? z4ZK?tZbv2`OpSkjp52GNYs<;WcR%PiYz({hGH^pjx>WcZfu1W|n~N2Vp5{zeTYO-{ z2}_*@=dE@}ZspyVj$H0l5}fJ0V_N0q$rsC~ZCKVVnjgBjY@?3%#cJ18_JM-gVY#o^ zs}{_&OLmZT*SNokBlyZ^m#(9p*#?Sv3xsMHTz^t@RPEaA8oT1Z+xp{Hzy9%w_mK6z z7vfX%CYR+-I?Gy-#{E62VZxE$^RqvmomYKn>JLZmtboh;+vPvo`G4J8yX(VjCI5?4 z^3Hq9x_NB5en0fI!nR+(@-Kej%s8h~kabYm_s#;A?$wW{H><|Sub&^ZoAr$BF%EmX z-c0lEi1Hu@!D*bTOS_y5%CwbrlkBcsYMEbu_tVMq*O?PntvP#FOGPuwR&sLh@yAw= z;#xhvYphnz_;70Sk1G>q|6bw0i&Nx_ZK2=6=q>kJW3*B)9o=g$C$ge>!Jd;!6XFAl zE||=^l;P;fRXHh2Tlr|8&Gy`s99O-m86{`Tr2bso8YI&>C8wr6)9A9-jGU-%8+t#Q z>IPj?yPTOd`QoD`M;5c{#;kj9u}5T`-ioaz60dX5FAq{}lUN$ubBQ%dvEuQv@Q&Qr z^NPDCt?}LUrSQ!UUD0J0uAS36=6tbWb=+|NsZqja$JR&BVx4bh-P1B{@|x8Cc<-IN zFJ77_&wAZI+>2-)8KvwsC#J zGq3(s$<23PPhGx!=eXDOKd!qkY&re-R=v3i=d`F7B_8V<ET=cQ@?Gl$)yXKcX zjL-?%>93cc|2XIK?A2Q&FFrHbXRvJA_9JVOpUu~0j+DOrC`nz|kwG{5y`GU_;H0K4 ze3hFoU7a?)P=B$dQQu@;_qc8IkEk5bt}#El;fOx?`Qp|s#sV%$af;A)SDWq0#MXKmNusj0b_qjjnBUR-aT-Eot?-t*}`E!%{3 z-0!TKC9h?*z%#1j;EuP|-nG_0x##DHcj$Gf+p^7K%l5ZiaBan_#j9)%A5t;cDDD%* z#k-I%MC*-#cdTJRz5f1~`-VTG=I~Gbv+yjZ%C}j9h3dxTl|FhCL)Y9FJs-oOYf|X( zZ5HRXFT8(^{de)V9yI*+vWP`-t=zx;hc;iibSWj%_V|_aS1+rs+*coH7G)^?m2>tB ziI?6RSCr3A)XkV5WV`(mOUwLahfKWd?wo#XdZ5{!@jpYC#vDf;{U4>3GNE15j%bJf z-md#kwDE@7TKA|s#rap${{6i)Ur8i1{;*7Ju2IA!DVr#d1XGi!OHAwKR%fo6bU$zF z{JTkM-?u*6zbov@kxEIcV5ce8ks9V{r?oE#U4E&)n3+ZUh4aF^NQrij1=G77vOg@f z6L8tr7`HCzid6c7mkx8pFURWdjt;n(IdjKr#;ux8XCn4n#a*4~yZ81}+0LvryUTiB z9Lidgb?8&W(d5IS%0(iwg(W5_wGooH*IWF{?A5UOUCr#LzpDDgF1Ig|LRCr&8ngqh zZ{@3G@T{7#+%!QnN?U$n;onmcOZWPUb)WHEW%Oyb#*`V;{BD(fS?rwDKk109pEj3% zs;_ayj?-qdg%;1c5WfC)*BM_m{xG$T9SbDFoE)z%IjL#3I9x?1A!ggI>pLDT*wF78 z}AM%>4P{ z8aKtpj>7t+9q+8qKHD7s==q|KD;a62 zO+gV&GE*mBTE=s9tz+=>sK4uH)&}fbDd>1mX|iD9@3!O<-%p&o+VfPt{%MVBSCL$= z#@hLFLODdkm%gwLVO*QDHe&e+o;W*Gos-KiT{s$)`L*eeSYt-oY^ezzdnHuj7U=Jf zH*z>_vh}FhUT$Hg*_U+RO)mR2DS79Vmy&k#V^fbl5Sm}5eEQ<6O!prNVuISGZg<;i zes`Dte5EL0Slbb)%dKaoao|6L;^o>dk7b&lMVC$RTr*2M>cHwxv(IY2N~^86H_1)C z$s)T!#7ya%R+r&V;Q)Q@>2HNNRlY^Dr75+|{8GQmI!s$w_6$NfT zT|I8B15Fs@2QalA+OZ_S;%i~phUnYxqS-xeJk&pttmM}=&3;$t{E*fo*?%7CdtLgr z=aRk?-v>|i_jk_J?V43}bRwr`$%?fW)8CwO+A>r4+mn}pZ*Sk3V${za+Pcv8*1tJ- zXG{FroU%(kWM1qA>0hOKrxzw}FO#tDH~elq>Bz-(>z~d#6M5{_#8rRQE_&|{n;DWA z^*TuWs`DBfucJ3*Zgs!rVkr_@#nV0QwcPvymks+0MZ4D=eUvR&C^Kb#vHwH+SL|_r z{pbH#x>P6b%=Cp8CJ`%}B&XSH-kPWF^>-oL=OFKpuAs>gdtL0OCTaeWXb)sAHVNu; ze6NzmA3dwVR41G5$h5VF-a&76tI9HGbA0Q6zarOe`Okx21uyjGmAyO`v3G~&o#*{p zvB_qoH&?7%bkpauuE%Ch?<9Sh&(n4>l>2d>ohm2GrhISZ+-~l>*P1<#Iow+E!db=)7IyE(_=ki-tgKI2;EEiuXeA`+lx~BfjT4&bzu6s_ZT{eyqcq9I&ZDw0m zkkf^?#v%e89+UX$%DT?BR;_1UsjO;`DLtb5T;&GkD!E}P{fvG8oOjK1jKQ zY+VwRG`+Jsq-0Or#>w~gZk>GlMagxa%Dkk{9vhXH9t>OhYVFoJZf;gb*F>(X%q{!R z@Ux|>dy>kOEkP;alh>_~wtOD2_&>uu@2frsG9(xO;mt7UtDm$&&)W5^ndySd{&g!h z{=2{a$-8T}qtBLz#%^~-|N2Pl~u_u zlQpmI7ycB+xX$t3{{Cda1xy!N_SS_?7Q6bpSZ>L+f3J@w{bxA*zPBdu_WRU*Mi%e2 z%!;PIV0*25FLYnpOoygsrd6G{y>)h7`j+&cf$>(h*pj$5k)DNo3zSwIGY{3;pW9?y zC{pM=WwFefy$PvZ*OXdSee>u1Y4^IN>+M@xZzlQhZu{2t$8OJAU^4&0$LFjk-@4{Z z-aOk^?xsyR-=ynXU;d3%JMC_~;NXun*=p)&;^dd*$M#I`zI0JNbE{L? z-tWD;b>7q*Y@8LZ@U!>9?f8VNOKLZ)Ypa`bJzy)R46})-_z&&xb=B4X8QkvGw$#n2 zslQmRcJIO??kC$PKm7Q#Md*aGOnu?j9eSUc6#BBimOQOGQ?T|w1AjoxtEbt^QZjb0 zE;xGe^6|OB7eC6E*~*^ITpMQjUhl_Zfy|ZJ%l&4roTRaFZbi!Mpr``Y&`Q~P`x?*8 zSzfh9N~rAPm(5R7H`K8Io4ilq@X2c7#+TOjU)J7xY-uIDh<9JI|EgQhjC3wd?|-rG zo1E|F@VXS1&02}uCpoX%DUCuTG}x);fpXV4L~n-?G{K;?B!^wplKCS+y%? z!7)Ximq%Ui1nWBX>RU&2mYvvh>Q~zRU#TCzyWcCBv(4b+pUP7|UmuMRc=2^FzY4e7 zv+YxBR@nILwR@BC?D<90RmLl7-%ZZ!*zm68{0wH!q_u^WqMyx8uPlBT$2{-!?c(Bj zPpy34#O@2-fBM?XO1t%KXRbc`*1O`IkJrRw3)VS*d17pGy|;(w^cKbp`T498_M7r< zpJ;xxL#i@SI?O!+hW8{B^dd*$SXUyqe=(IY|K+Nytblt6+ z*e_f-tG9dN&B^k5r#IDHob>K;++)drYl~*DTXM=eAu1+j?WK@t+<#ys^q)cNY}&QGnHjSL>TiGU*z)`9ukZPv z?RxBg%JWMr-m0vAC4ADSkLy2!{NsD(t>=WfFTL{IGxcJ|{w06+eOT=+nDWDAQOMW) z6O4RPXLG!2@7voxK5c&cOV6{3!TL+DltgiDV4Z$~aldxrGImAB2&t7!Y=MVfvn`Ba z-hL!W=1h=nMExhTKXWx7uU~bp^R&yxl~4MmiW{vSeM>z)^JLDB3x}Md7WHrcTb9qd zq)KMeGu4y;t^3PYaLPoT_A&Ul%V@%%syMIxc}uU(d3^hI%S>s<%3G%bwA2LMvzR{C z-L?8B`{~*8xpteZ{iRBewdOxQUNfiZptOqa@x@2KMq2%O%(hqghRPwYS(m0AtT}(?e*7WZKEYddx?gwN2Hu^sRN=kG+{i?=Spr)kVvY91 zJlp5qD?Q!rY}8rCe@Y?Kp(d8Ro@JZyHg{dMlGEw{U6dSfRw^GNM-IyRl(bjdQ0 z$o`j$S!!>!+Dz?p;|NQd@-6<$vu~&B#80q2f4K5m%7+>`yJt&N7P_7lOrAQIy=Cuf zFWvdy#EpeEtnsehG$}XWUd#H=XXSrAc>MbPPjzM0tVLhvKB&C3QN+#dn);6)YKIAFE{(K^iE30`q}$cKkPdHb8+#6M<1$e*XpiYc|WsR1* z7h)e@ZLoUgR`f|FDb(PrjMRSyojXtYRixuDzhXy zvBlnzv9fE6x)(pbd4}WLi@?hUlCg2zxvxFCr%w={e&*r@L9Jbky^+c@7e8|QbNFfB zE?K_slWkU>d&a)-;G$c*uRr@*vHOcfivDWU)~&*iIJWjeV4AK3N9{XR@+?2wY2O@tyP8d`(@Y7*Yndi@LaWCEoRPJ-(wn2B`>@zXWkKVD%JRc z_>-p(o++37(MVc#(<)}2lMko+YjPEP5r2g}NN-dKpR zaYdL}PY~bv$L7_{IsX~-OJ-U%tebq}=EpNHI!iz1b$6t!J5&*+vMp%F)N?<&b;V7z z9HvZo%Priyw5RA|Z(rR^>6&-@#GImh>bAJ|uVE{haO~Qpc8NK<>>CnaKfBqoN-8xs zIsJ;`m2DYOk=kJ@VJ{=*sf(8xPWZmdGF-d7Skqi*UuAD-`kB4^_&u-NEBx3PH^2R1 zxZLeoVw-OHY8ch5j(U(}@Y`ZjVr+KC{HQaxmt5J@Gj$tdcc0>Qug$@_zL6Q3ue7&b z(v01_f+ua;r>qb?{zLm@&4sS7SP}a2TT;}&Rqt}&8!BAf!~Wr>pmDa-8~Fuqw|ubp zYs~C8)p`DtJ^{%o`<%HlOn;nwm$7fP{>7WJlM`=qcrSW7yVr!@zpu1U+eJ05{=nfU z<~ue%TUq_=>kU`tqy9dR3Z8p@R9w;-rE7Pn%I{FF7`tm?^lgWn%}fjX9p%V{~0_Vug_qaBj3;aD16$i{rM-)8pnJ6bB^D2=g#x5#`D{boX z#5_FTd8)nVUmwN`Q#TjeYdMLQi5bXUh&EcK{*CL4EywpuoF6}J`C8^3zINI1zHb|z ziTb=f+WwzGG_CX7C8iR~n2Q;_;YtTq?YFt=aXCdhj3Ior`O|gs<)8YmlvLY1j@oUr zsza}}`1Hz>!nfy=zOlA6sdW85t6DQ}>%88%Y@%nw{fsxbEUpr{u~mBcO7-nirKe8a zQ&nrjT{FFTg3*1ic{8$mW-%zG-s%6cA^Wy=gt*uI0Bf$S%I6->xgMW&UV6eW*r9DI z)1+M-lN}OvE3mGpG}+7hpW(!chx>PUom^eNCwTj>sb4Iu?5a;ZFZ?Xzs3(2=)T4h6 zeq!=>itD$&{k^R8+Zur`)`fvzxgP86eKJkX&#q9rLhzWC#yp3)w)tvy(`ILFUlIG~ z&+iTG4{v(tO%h$T(NJR6JAoe0(mE`#)Yt~Ght0-owEVb+-J{E4R-qjapZ+%XZfCbh#^%lRR_QES=`-dON8z z^?AgRZl?zm?~3TnUDasD=Vd0MbEY3;epC+?5dJovHyW&Dcw zT0*wBzE!jsu`qowFaGHx`||9)+smJb=`4B2uJdZKa`2-`UGL1J=B&G?5%Xbw-`vl7 zRd$Xq9X1yISb5ER)#~gM{fn=x5jELlpt&&h+`j;(W7SsHOO7;qKU6Kg-Ojt9sBOx+ z6Z;ljy=KRd%BRe%oZb=No~0xFdDon%DQC;}3IuX;hHrnc<-#O~rzOR6WLGjxl9EWX zDZPAIe$B%@QN1P1Q@p<2O|O{t@wBhf6^UBD{Z6;CG|pUXyuN~?V8OSY2j&{jIO%sx z^zCO`n@e}|P98n6=-{`kJ$1(&4ZCItvy1R1x6e0?eE4W(;q+sR7hfw&eD+f}?(hQ7 zPX?XtfvA^}%!I|6cE3kz=*k^fs$Hn}w zFLs4XRg;f7@Tb| z{qQr#Rp{9#{w4mqZeF}_OUTU2J&o}Od%FKgyP&tba*cArkFMB#<>i#GlbPMudh29& z7)ku_>2_YSOIzpoO-Vn2Anm9S@inJ^{62lXxWU2E7E9ys~QPf-ztHvT+WjG&Ud2;_gP2yw$CQtOzsz5-_4ty#V32#r@mmC_31iZhPP^yO}N80=GV{U zFHoPyUXf9mJ+tW=hxppXlN@ht-6K#{`9_;NqWrt}Ve_qw-~Kb4Oxa*D>(8$j_~-*x-$agQHo&bX`(i~qOf{x7wu z?>9fpx6zj=IV%yiY{t*4`g3CWx6iA&|9tJWirJcbWWuZVY}1^(bn)e)hVr17*Xwr7 zu)O{B^4&$JqbC2HJ=bif(1Hn3m%Ku>w46F^PRguI|Zp zh1#qV(wu^>mzQog6@8r=Wo)MPSS0)%=UnF<7nMIIeaYK5|HtD8Iqj*x;`sM+=p`?Z z{5L@>#dP87(5V8iG{f^F-yRc|Yj#zX^eLP6q-9oDU0l>z!@$T%dedhteEa6P-7M{S z`&urt7uVMlK zKVCSWpYFTa?(U1N(Wb&HeI)eH9_uyGm@GBfn*G$(078(v*>TkCW!^K5nZ3u|97tCSg6o_ab) zr5t1|I<2!L+Gj$rzWT0fJxdNu*>=cL@wCaR!zBp^r)_j|RbTe1<>uy}XR>dHPkDN; zZS%Xh<_QH(}Whq)dtRNJC?{yqP)LKUN?woEqf*Ky}fJ=X7k zc}nQ2hH-0k_3wS}?X~A$P1~~6#fopcO4R-Z%i7KUZ8JG??dtDW^L*qtL@(qPW)~_!# zHvF?+jW3#6;zU1FV$rit&pVc?O8=gHj)CFe`~L1ntJNb6jpZMussH*SnO}e4KSND*iNLh0ry|3uZ=V12@A}2)ep4&C$!dA)?<8usasOnSA=Y!y zE;#Am<42KO{xg(n8mo2waB*E$JE{EhrsA7xi<|HI;fwVS@pJj7`A*s`Q{o0RQdt&=)txls;k8inb9PhWl)eKG&tmd-tY)>`pB zjg~mFc%HNRENMIcXRp?tW&U(>olo6~2S1AT@>CVYRObaPTdX{-!(oE4C~s?Z%}T?F zuD)wOe8Rr1&Hkhkl?*z@xV>1e{(()K#?|;2>$a?Rd*QV?E_M`~YMK6XE^QWmW&5AObW`Bm%Tq0j zKYu>|pCMLv+V$+BZ6*PQj*rcsD?i%#a@O;o-(((4d?#ABu6^#MslTmW-Skd>r1Vsa z-Fa>}SDM7-(k7Q{JG;;L{wq~+WesvD$~nv&DVW}7_}w&mov}vywQjA|)$Gre#P6hk z4Bxu^amJc6lb`zsd(3S1p4(_xG1tc7MOcB=F|pfLukJOfd%e~?RkW??An)lpvzD*u z@akyTsI+e_v+ScyJVMnn^FmvYn&ywJlZk z*adsxq}VN!mi+V-KfkAE@mBp066-Ygc(z3!|91O#u6X~$>Qm95&laqzcqmY;e}DE? z-8Hu=Zyv4i|H8EPgyHM1CwYysY}%X^X*o(K>*~MO9Z$RLD$rW<=498p?dR72i)1!m zJvl*)%j(wD2^(Lzi)=Z6YX8pf`S(AsK7II1xbVz%-lBiRCizaj!7ZpiZEEPulmI1H zzXFwrRSy#Oz3}Y5W3PC|XUl?&yy=tKm%W~|qq4BRukp;IQ>!QN1#B#uzIDxY^U}Wd zJ@$!9AHSPhdqHNZ(l*g9D=GG5_NRhbj%sR`v;H%DjN5z0|8Lx1|BvnF6Mn9HdH3C{ zt}|~g^K5PTF0)Z9-8rJsxY+gOPwzOT1g{|NzxO33o~ajQDLT7q?wd0nxh&nSv)%Xa z^yvIOQRKV)vn1Q->%0AT{Qb|seNXl5wfJ?r?WQr(CuBX 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

    ?7)!k2j?&nV}xH&iT=Np> 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%0ALrj~ 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

    3|Cu`iTZ-3lb*`JYAcE57@&SS6UF#CI}ns-jQ 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 !fDlWwCEWjT=J?9u*RTU;mX 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⁣~ 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 =|dsZk_hx!Sd{?XElsRm!5i~xW0Ank~Zxqo7c7L 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

    bh$V|4ogz|Et|1 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%0DTZC>? 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 z zzW!Dy?i1zL9@L{ZuUg7VD~NCQEGbsa@UBMdJ$2SW+vo=udn0FEzT*=#G4kpcIq97*8;^y?o}KeOa*?}IklWH0NA}-c z5vmKdgoTYA&Qx&>0+&6d1;KtMqI+i`od=j(YQLz1`gEL!Njt6Fu( zam&^J8TR|cOKv{Z+3FeY7VLR|ch<6+#d3X9m)_nm_41?LiFikht5*rsL4U#L`Vi}{mhKPxsTI!CQGci~s5 z3tpNrEe7wVHTC)3Uvch6dPj6n{lmWP?lb-~bbOBVw|$-Ucix=PC3C+|P4=5?KOtJo z;lYw8TSP87U7Efsy#EQ`<5jP$ZDsH6UYxrp>g{BuN7pME(>!msdWVReGwRmTUi+Ux z$w}aXeU?Ij#Tu7-N#0A1mdb&ulP*MD5aSD|F#G-BManTF#So)K8%xC^D_8w2etbT9 z+lT)QJ@-E@kk~$Hd*#J1H+)jl-j^JBbJg6)Mfyy#;|8n4FaO28cfE8+JNKXd^6pvv z_kx0A76u8X)$F{V887)~-tNT*?w>pHaPo=k$KGr@x_s$>2KK4b6R#WpEZlb8we-Ww z{k1xCZf&1E^-_E2YMuaA<6GyiW^gaV_jRTw%CQvJ1-;p za>bg>L3fXA&3Zh+=d8EwERMn*fvyiH|2oWbe=#F>m{qI{$^s$u7Z<@H{a(VtT zL&nOEsFS-+-JjOIeqL@2zgWtrSocZy9$CIMuZh0%dB)8v&nx3)^Yi;_1xma>@2YCQ zeByDL<(qxYvL;b|?K>|V?pJuhE_2QC8rQ1xNlKrxzsK1>_}O{oSL3yQnNOnLCuBvf zV&2%L-E(?&^Qp|)BhNBdRlWLR^8VMmFX#2orX@zJ+{$g7UYTa->@)Y$(sk?jCqBP$ z`qTCa;%=X>SKL1qr^C;?=I|}O!0tPYx&x;HrpavIPyQk@_yl*v|E~a+1bZx&3kOZFMWwIyRMw&uf6eXUWxUr z>RB_ZBF^f3+jxAzQI1QUQ%k%Au1xA%kU7ga=(geW~B)0+Kmi6ysS#*Whe48d`7C(qjFK0YtSH)s2o=ihh8pFRDto$1(<_s?@b%JQwB zv}(7oIv8l|9HuXF@w_0k=P1VE2uacL(GJN@H_r_B{QvO-;r=NZH zea5f$>X!WzBcBB=_n-cxySTG>ufgRhFXk7YF`vh~AgB5BoMmCLmDhLvyuR!GzV<0L zspp?t-AmKkKU@6S+%soVZmz0#e7a|nUp2F)p>pYCL!UeIs%4nu(jR&9O)Zg_^kQb) znO7Ck4UczUy>|5V2jSaiu01k0DV?6=r+Mx2v-@Z3#e+j$NtTs-6;7_tQ}=vq@Yy?S z&*UD1$t-bqHJq#hyG^fbzO4Q}Su%dTb@*lFo}1cs_ZCcBz0%gh`NGQ$_e8h;n%E&2 zJ)x&F@36B}-pT(A>+cKyaMwSu-y``~&9C(*KB>>C2|QZSe>~Ds-fypi=lRuFo=@p7 z-BaBZkf8U8+R&e3!&5Jqnugp4ed0pezA`aW!id?rz z(o%V!{;}DMe^q~C7d^wl(&n4}oLingIhAqdwyRfb_3GY<2z=(>7Wz&3(cS+H%IQBohs62H_wJNyuMT%N z*4rWV)yzv$>ekPz&sR>(UO0Ka``Mf6`TX&-a_(}SEp?uGAl84Q&qWpam)nnh-siFX z>io=GYR9e@o~ku1lk-3LK0P?vexLUV%eMH~xLtqG1)uoZpL?#YyDfJwZ`<2N#$LAs zE^QIeJpVHL#NY4PHw&9y?w0HJ(5*CoDG|n#wXH);c<#TavT_;5T?;n3y?C^!Y-Wky z+OB3{gTRi`HEIucslSFf#OW zY2%cg=G`ZMrdJ=`yG(w@pGMyAHRZZDbRD<EDV-ou{FWr0gx@Tc* z&pjv3s5^di?Nk=4yv9(wcdVO^IDUf ztHGPqe|KN@d}SndrDEk9OSW zdiu@srd@3Lj7QneV)^!;+UI&LBm#lk@4WoX5^Lb*b`lpXLSp zp3^Qh*GeY##q%nDwPK~q?501<_NYF~yWH^ce)BHAkolppVs_gn?zwyW$K%8AzSZ$w z`MBNU)m(v{7k--OXT-T*e8t{==F$GuPt1P)X~-OK)0vBBHExzFKXzxk=Kh1Nb6&))lvkd1 zE7I4euV%qMuJ=mK@|Sa5gg59+aFN;CY#KLXX=2%oFFzOCUCP{aWukD7zst;c>z~T`>-+Qe3(fx{7xH^;>Wi{Sos7qPr(ZGFcK>*M)b_s0vh^PvU?J^TLG?Yj7~X9`6Im0MrT=bXCWn%4aJSC{;oRyQY2_u~Du zde8kYKYpow8n6BKr~S!)(!nS0PX4F8e&Uwcce~}4N@rTtw(XC-o|lpN^3&|Q#eb$v zdUox+@2$tSZO5dZ#!c9k;cm8c{(SXMcmDO;o+)NM73r5g{n_2K&n?ensIl9(&X-b_ zxP0>H;eBOE3=B;MYfPug=y3gQ{dZw)mS;|B$ElzPy^l2}ay(q3nwPWc_>z}`*V^Vh zm$gt|*PXX?rjcZxw?Opnt^2k2U#h>nZ{6ngpXZuo&$(QA)J*rs_RR|KveJUzX1xu5 zf86(aF}J?f^Q#lLTJ3&P{(N4l?|C7a(|2!i#R)y$Sd!-0b<%##iS_$(#h&zLP2n(4 zou$lV!J;~yXVcEjACK*~JGyFh{H3Q)SguypsK+0^n;H#S*|uYCmhUdxWmA+zJ1sqSPq2R)FZ1kQ#m`r|b)VzIQj*R6SQ$m7CAyYn z)X&^{{vu0uPs+3xRT%|8_iVS=yDmG^ZMS){ z#FB**r{0N9WG(i~*dyakH^p4`DESdWe5E|dEQ-r zCBNd8wVZqWB7^zq;WMA-^t*N*U3~pb>dx6`tj-lZWBR!}rP8|nKZ8pB?sd~I9q+H4 z8gF4}?Z0xL_>5OUORnF$Z`ZH-w=kw%YS!sV6TVK1{K;`cMzA$>V_m@pg~Ip%oAoBo zFZN$gH#)~=xxwgXz52r0lWU&Z^V`O$x34>{8Pdws5wfG|&NsbTI!zg8<+$+ByQ6JA)JvH4e> z7xUDll-JElh*8jDUgnl9BG`{Ri;@FuyVO@#F(xm0x%CcPl2&?(TVJSA zv|!Ptg9y>9p*omb2e_~`+C!MzUxn0e|^rqlePxmI=6i0p1F;;f2Ow{ zeLe5=)8aph5B`R1x)g6Aw5~tnKST7~OIG49rep^8vK%nvnecqi%b(MYKlB7mdc5B9 zuT4ep@w?A2*|^R`m8LQ*RNfF-?E&Z)%!Mn^~Zh{-Tw?nFQ%TE`pd+y^vh%A zMd3Eq6}#3OUQDr@?&5j%pSfG$rQgT$mL#rZ`k)e~d{lB-x21UB@@p+$mr5LSsqc7c zR-}@uw({HYy~`|Lhst|K#-6|8erdbtm%khDm)L24bZ@ni&6|E!&&pf(#@b^~O6IB; zpMF-n=iEZ^^2L{4n*2`rY|)on@b>e@{|ua^wQS3b+(X@^Zm-(M^5H(?qj;Vlwtnxo zJo9MW*~qTUovACge%Gh)$$tMC;wL}Kb*}Vu& z#J>&SO!stux%oBxKZ9h(?oIw;e?va+>F<}C=GAL?rFKm>*~=N=%c__Yzdl{>Ie*vRVw0^?pZ9<1_^ezXBKa@k@y0*#%@2F-s}$TW z?q7M;NpYR9Y|-xD0;jGWzbI-Ze>s1VY0<2WA-YUm7o*nmsO(=HFaJ1+`DE+~a+&zY@~zj&r*o8{jm+jF~`c{JVyGbCKu z`*%;N{oyR0MYH@~MCN&{IL)Q~(|F43nRm+tF275dICBrLi`#L-6_1p{!rpz1%Sd`s zt+)K-j6M3DR{aV;H#dgQdAssSz2Q&ibi+3xCBL?5_piRM{z1n5FYcG0a(?~G^76-b<=#tj z9_48qFZN@6=(W3S=$^!ojWE0{S0Zav-V{K+uwUxD3JM^sDCLt1mM@?EmAm zOw*<^Bcy^iHP2|{SAmM8n4EpP!x>(FD4k|^K!~R}H&Fj3(1+FCPo_#l$ z=|6*U&5g>+=iKt8TkMXB z*}0(L^@H8!;lT8zsX%Gu8syH5VHB9pNz zO#9C}e&^lOvz7Yxb%Yl4z1^g3mi+gc+X3 z7c=@N(JOXRda;RUd(V%L$33c}CkqEE)obNxy7Nx0xtjQ}@^zrS`}K$MFKYHKe^P6A zd)DsT*3y5zcYfV5*J{l%Is4S}rFV-n=Px%AJUnD(QfT7B(=?@F$BZ4tN1U#PEV$xN?cxGc7@$AGIn0CoYNDq@KO*c|G)=*84l$ zJ9X;xjPn?}uik1qGeyef_dBV^2_`EdWo9I9SfjD?&H39~|Hft4JTIM5V7V*R=+|ED ztR13TCZ&7bn)$Y9$AaqF6($z9n-Xq|DyTe5SQ&cJ&@NRp@8XSyd#6_0uk|+D;jQ;F zrsqGy=>-oqm0VWT{3sH%g-2lNjs}Ybj7f10hG&=GoXl-&ap>WV2}e(T{^uCDQ};xa zY{{SO**~`K=&tU5BEKhcWzvNF@|hdelGLm`Wp@>FNt`rV&axx^^|U`9LV|*>7N<;} zw)4E*Ibpkl*YolxxIeY2oy)geZdtmGxOfO(p4 ze{NqgL3y)a#g|naPcB`X5NKHYDehu4$E3N(ndCQhpZ?w4 zyQWOw_O(?x23sSaX}T%6>(>2c+Ep&f`|3Z#=S=Ug&7%8H?Oz`(EWiH2&mA3xouX@E zRvIQnX$zWd*uQPsU-uPTT(yNWI=1fhKb3xW?<&FMwX20z1zw&wGsM$PDO`?6v_X8{ ze1(!NOAqgIe%^92`(Lu0@f%sO%w^B}$=e_Icgbpq^6E%-Pe{PU>XHRoJlg!mKFW#Ix%&esAxbboSZR8EcUT{R6#Nr5XL`*7!5hc4 zXWt59taer5j?=LzscKX5j6JM=>+Ev#y06DH9%vXZJilk#r5{s&vsfQtn2?eBWpPSc zCPSCZR?$qc+1IwOOehn5{QA^f;58GKAqK(kR=p!v9OIhQm zA1GZDHg%2rht%b(m)ur2*4tEE=OX73bnE-%xT!ydax-VnzWw)ET7CTbkAF4=gxob@ z%(7WgeSH%<#P5Ju`XH85ZjjgY5Eh-Nmb}xa{H$ zU3KDw;+53BPp0S`RcTrA{O#?>=1U)ht&v-F{IcxKBNkJtdaiP9c*F2|E%U~dQrVWX z59GDPvYb6Rv!~scT;me9Va=ys{tMl2`)*!$R$NvqaMHz$m6H8)Ykkh9>Hhm@Xn*)Y zgkfRh=lw6%ED;LZx>Pf9_J4+1*WA6XP5iE=lxr9A}vLfOPGtHGjiCT7?wdnKF}~+jDy+7#l~2?Tu5H)V{j@Y<*};d*{ss3;30G&%bmwR#E3O zlgyu7?*Q|eNxE49i?;r~m6UXWuQ%4lD(AMe9f&9Z&P^Y=_&bdDz9 zshWK@SJ*IP#?0^hkKfJ>tr9=Q%XTdI#jb!7@~ERje`P=&6tPd))j{V>o$s_iO#;o5J|6scRGq)Q@V<7h z@MqeM#k^~S&aAt1Y#MXcr7t>1bzkL1U%UAJ`@iHXzrWi3J>p|!RnTIxocXH7OLMKj zMBbb0B>gaPE~ z?LULCvE1T6{}zA$v+romdYu!lv$GA#6#qi~lpst$)a(s*;-ArJo_Wa%s{fwIt3gu8Wb|*T+3m+S)Py^RNC#k9{6X zo!xml)b*48!Gm+s+Foc&eNL?Bt;=ry&(OEAvRKcIn`O_n{|tH8S#_gsZQtVZ=cQr( z+gV3`&FK94{;T}k_dh%jD@z}(GyX1f{&)8ICrq0wmp-cB@cR6B-<8q+M;d2*kL-3; ze{A@N=kjkp?eO1exe+rv|1%io_e9zM`1kxjLw^1GhssAMioKj6@_XV*5H>%TNCy?{Pz9T-TB9K zZtaNzUgR|o{nl;8<%-E_MeeGh_k>6_< z)!)9qa{d!p<4dj)Q^OaeNo?2`Xts4pz0{eoYkSvbyZHZ@?Q^Dn%dda>{$ZQLb+74v znxypurv4xft6R1)g%w+(pL$o#_h_K*}wgx@+oWG zv(=0lCKmgI|1;=J{Ivc*gZRJue=`0F{?>_E8hB>vC62V!n+3l;y7Jd0E=f)4qOhQ$ zu%O)|^*{BtJEb(()dGJDEqcJ_eL630Q&dlGZj{|?ruG{#?e=E2YF4eAj-}g9boGp% zvM%A0yXjYZi=Q>gSN^QF+w1?T{{27YpWi=SUBEE$#@?4=TLPwb`|q6D_4j;FRPBF; z^7VnQpT7T7Z}%@KYs0Zido_KFCHCE)fA{aM6tNxO_6Mb``S4r*_U-lmZ94|KBqZ=yT+{|~aa{O@gH^ncUb zp8w4y`Tq-(;{R`6y6As>PTGH77WV%$`}_VE<>mgjF){itB_i@)UP|u2ueZ;Cb93|m z!u$gNc{#cM%SlN5XJ=&tV^&6n|9l)=|2dhN|EtJI{Wnrk{2%J(_&?Ft<$suq)&JCB z&;OGfivBld$Nt~4c=rF^s*?Xr#RdOe%*_5r`1t&f@N)m(*WCDj>5^6dn@WoRn;4n? z*Voqh&&tg4pOuyMzmP@jkBq?R3?^;ho^` z@xMGf`@a}F(|;*`?*EEnLjPw>oBf}UmE*sIjrD&{7LNb?ToC_>3yFdK7#bGw-__aW zKOYx2I1E5;0AU_>?*FXJEZ{g1%YFbDmZUQ^7DbiQ&K?mzbKF3e~{ZjX{n>S_`jj1`hOuFp8xd?t^eJe z?EhY1M>HO#7;QnuEY64CZfxbTfBZ7kdYpW@P{SC?w zp!f&5L0nYoKN|}xI2=l=+y9r>^#9k>(*E!5>i(aPnG@`Pb~e8MrfSOn7tfsWUrSEu zzp0+-e>riv|N08b|K%lR{|oU5{AXon`)^}q{omZw?7yU_$bWubf&Xl5Z2!eXh5rlj z3WDPTl;%NVJZv2QIoLSCX%pmsE;jc64)!kp*_m1X_fMMrKP@)yzm2)=e<3!G{{ox> z|G7EE{+noM{MS~|`LC^@@!wEQ@4up?+J6lR$^R09694z^JN&<a`XMy)KCM*J1F0S{Hv&_{GXkT=RXez`+sI;=Km7nGT?GlkYDKk$>>HqT7!2dRSs{egF-2aQoX#E!zmH)4xp!Hu~Rsmct zdRb}z4|K8q?_gv3UsYcIzmS0Fe=bhG|7>g=|3P-xI=cKYBTwL-$KNsJBL2my4pmI=ITH?Q!toVN`O~wD9c+pjn|DPP>1#YWY8R-4D zH#7WiuBZ85MN$;(HZ^e(a9aixzH&11{{?x3{%dKf|F^Sq`0woE0ghj3NvZ#GatdI( zLFFu{?1YsCG7^&i1$p`YgX&;;G5-I2oV@?#M1=k;iHrWX)>8WKps)Tv$=~C@jV#A$o@A~m;0|JFZmx7R>~40|0M+Y{tNN({#TS&_^+w1@n1zj9$emm z!WfjM)HL`2mgX|aM<@hhk&G{ch3voi~SXp7A{{~8u|25@g z{tNN&{Wn&T{VyfJ|6fN@`oE667`WUJ<>mgbA}#b^T~7SJyqMsBAt4cPTp1ba|JTye z_^+(2{9j5^?!Pdf5V+nE;Nks008QReD@Q|M(1ZYJT!4dtfgyl#J$T$;0~2f{0pdiE zd5D}_ya_iF!_?1fq{Vqf@v|{;OWc2;K0Vfps-{i*nM9~bf2ehacMzn zky}J?Nos12UO`?uVLuV0qPhP6|3X@L7|n7QtC)bytPb0dLuz#C%D{Im~n;96Kb5axY6haF?<_rWLX!{4k&x6@c zF%}0$M+SH24u&aC9SnP%I=buMOo3&>LF90WYla`b!%GC*4ohWVU|?ckVEF(4KT4l# zL%R1HV)WxS86i`OVA72x5w=QwDkB3!$6QGKfXWRCP#K zC7|*k^&mL~s5r>splI$4@N?(olHy`uVBq!ia0y~y0L|Vp2rz-#(@As1KQS;cwq`mz z2Y5O=D-;yvr)B1(GB9XNtet4s-Jf*c@3UX+e{wd@ zht4C#KIS@)cpts=^?ts`UnWV_Q_)Uc&iF;ck^Y$Jv2~AQN+KT2R8*ckOPx=!`zYTu z>lssdrdD)WtXU!Tlsj^|=(*@QSG{_-o;#T@aVA?kbKPYrM;UJq1x`VuERDrX+=0Kc zm(1|ESa;^I{hJ??pG-O#%BFmrX;pxtW!(q!AGXn(4J;q3u_ilw@6N67VQP$B5V`&B z`{dhs^BDf6Kk&-_y_z@S+2k)((cJQke{UZ+S{gn1d&6njgcqLEc}`CJv!%s}vBG|F z`YFcd?GEo}S#Q5)=O^F5b2jTIn}r37lIy9s?>ox077iUhmW5U3| zz!~5Z;u>AvRX20xqP=ImI-0+O1PeSOiy0X7ltGxWVyS%@0|NtliKnkC`wK=vAps%R z`*xtjAz9)YQR1ARo12GPakM5%e;P(!CU91_!g0z+GkrNx76wF znhHu=p00i_>zoprKMOkXe*qkQtOYCv`)V~}2IVvrs9FtXhs zHZ|=AnT5}8kQ~TPY#5}MniymkHjK?~kQg=X2APG;ZjczrE_@iIml_yk7dDK~Zjc-` z>;{>E&2Eqw$PQvK$P8*?kli3mjNKqL)U+F97RYW82ANF?2I-|HCdF=$T58%2G7DrT zIT)mu8kiirL3*fRH^>Z-S(IRq8I)j3>;~zj#BPvYkQvm#AhXE9)UX?5203*kXfYI4N?ozLkkQtn;1+ByFq3WV>d_*NG&Zf$PRp%mUe^8#%DK34m7?1 znje6Tx8s^uhKyUl3E0T3iy7mkOO%hI$t?qik$M!0=J& z(GVC7fzc4aF{cWuHx}?i=aoAk<(LALP8gth|Rd)bN-+p*fWAObY;1Em?E0Vz-oi3d=c2T8%Ib_J+= zI6;C83=AAlK9q}-g6oI+ixsL8=1;gh)Sqzkp?s+F0jFT@#1(EHHK^f6se@tmDL~^D z9&S)RrREdT@97I|K#{ouk&%&s0o3LOuUUbXmAKZdz{*yTn?P$;aJBWo6ZRlQ;CcHj zFbjG1{)Wk(V`5AU3;~JB*$O_HdD*Ec3O<=hMTte3sl{N`^dSb?e){-w=-48_;^yd( z5bx}gz~=0dAmuz*T|Qw=(voi!tX(13Ul}iSCW7*f#pK!G`~xa`a>zA|5`DLJgY5^E z8=y5SuyO&mW~D(BV)%j=kMD!l%0)oiWFYk*IhZ&|703@*)~tZGsVi`>F)%O`S55S+}kN5Dl-rw1!)5yXZH|=nCXxW6P z&zV!JmsS6IIRD7HX(?SwjB|<^R^0t}et-XOaru*HcQ0A`Y})4MlcTaO?OgHi=a*_8 zyStD7o_H;`e}B*J^Sp@~MSbVb&x-$i|MA1k2Z~?Cyv*mm`g51zzIz!jx7PjLb|HIl zhS*He*INUsbw!@;6pZ8ka$I+QwC?`h2H%R~^8H_Ze*UIlnThn}k9U6mvld;neM;@3 z6Mc$ReTLVLH)PbmO4={}_ujDw5j*+}3#UlLO%s?f|IwG98`fH zciFWn>oq?{Px$=&&*L53zl^oazwCcI=hbVkeSODY+)lo@{l)zU^Fz;nmDH~~)nc`O zPSx(B^)uLIPHtPrcX^ZkA5HHmzjJG}*USq@{P~jozGRfZ2Mfhk(JG6?`=5D)g(v5z zw{lP9bTNxao~ULlRd;gVLyu0~brFt*aW{ge^y@y%yZxu6eEX?$+6JLa-K=syU$6gt zoBf=jX3K-u>R~rjlMWu^aX#1Q!#uGd&he`BgYVyeA1~-tSRs}=*+Y55L_U#w` zEd7Z8KmM_1J#3v7vm__!=YnGyn(tMcmI|AmVepCJQi$VW;?QlIxn5D#@ClFceU{J_ z2}`8Xv?Y=hW|RroKJ1-4nLW_?-Ty;pr+#5I{~15AnC))7(s%Vd`-R)q@SN?wvDk@w zRsV|o-!Z$d*j-+=^0{cWG}l_&W2#9lT{8=OzX}F_R+|6y=guopCQFVA)v-iYtdzF@ zSRKyIDxG|#L|c3|pPP&E?UI??m8G){l?3&3vRfxV-8a`XK+Sa4%trAVWTkUw~ z_@T{t(tN9TdxROTc*%3c%4v5|su9oX^6!@|C;o|ac{4qIW89Qe?Pv!)sN$##jQo(jv5{fP;Wl{f+d=N+wx|{g|B|Mf8P9-twcxR zf#K>eyEfS-d;flIFZwE~eS65?sgF+uKU~wXt!?d0!*H=5n~k884fLx0Vk zx6Io{c;@Q4fjgwXd)zz}5^lnD?bunH4>{N7u4I>e+%t9O(KSLBdmKKz>x&F8KY2v# z+TlMBf9qWdV@NSGc-bLX?AvHNuxx0>(R`r(U?9bijYZPQu$Y&zib8Zb|^CY*Khu=75 zDZjn8)kV?T$8cFz5kqLp%fv+;=|V~q9tpZxEjd$noKyI3V#ngjVD%qKH7>{2#yG9| z+|sA!G}YFDr7czV+4pso8=3D{y4HTsy*R4!vxoBZRDt7HQzeab{gc+S?>Sg`;cD2Y&#Ib{OMd0Nu|Kl@?ZU0c zrwO0kWVrvUt0G6`w`t3A`J*;on|kK^lb*BFBtx`rvNRptkROteV#;#)-i0NzuC3~s zx1mbOjjPd9h`B@BrOfhA1u-u|@Okm-|G`)~TV zeu?u;$26mgu#||}zS_xL&zA8;WNuVRoSGxxeSTujqt;n3Ht>`-x-7ZWJWtASsq-^I zovG=pw=K86tM1&pLdG?4E8BK$A;wi3WL9^~l>L0qq425V>LpLqm(E)tsJdu6kJ>M0 ztGT^a^SKTSZu=nc^3FlaNur)2t5xhvP1ye5P1I7CY_0AQ;Y6= z$-MY@Ypqzy_1>=mY6oJy&bh9eAvodK5v8+z}a*;ta@1meg!{c)C^EN^&L~FawM158j zEKIVUcT`CKR&Q2&nnT4>ixX!$Zd5t^(yZdzo6S_T+~@g?-`k8b#lB9ta9mg=x4x`` zE&kP#7^}0FU(|~$ZMJEU+GSodZL8qjg-lZCJ}R8?zNMV^tG_}!I{0;DN9Kg=kHYi3 zj#ZV4{oOWandzbAm(QN^?0wkV8F8rXqvxj3?!OxIS+D+Ca4Bfcdi@`1ulds_E?8t{ zcq3mwy5jPSwBMIk-kj;D6E$bXo6O6VH=d-vlIm!?i4(163koWgx5^s z`#pWiOsO?Nab5|pdEGXftX5m3<#}gO`E&iEv!_{`pR6sZe(iI9I`4s*EBs9i!alEl z#K8H?t>ehom0a((=UuMK5Dk*)o9?Nfxmoqu_a`R~F@(I>q_g?W@|O#OB)#V{dU(m% z-11*mtZI6t;oh3ur>*Z_F3&J9U+lK{EKB|6yoFn)SawVKowI0LIQi6}-~76_&wl;V z`NUF#>D9rmRjIqv%x*+qvT1Hh`Jlyq^Sk2lZ*RFuyH_+wCqzrNNMHQ7n5|&i-Ol1|t;`FX0>Uw^}2MSb#2{|i1Z-~4;I@cUQo-z|S1zf;fnkI|h`V5_Y>0|R3V z#v0^`Ip8(O4l+mMgIzU6*}FR|Tvqsrxwy)Bi*_e0+#(uPYOwPQ_bd|?O})OR?1KmU zkFIL&-n@=)U6aBO#z%SB~g-h2K}rq=6TN`t>jpV8e79p)YB=DKq~ z+ZA?9RcZY(r{d58ZXx@k*s`C!#TOGB)7yG{vgTR1=!jWIyh{i(3V9^?Xv3ncDf%g~ zVHWv?VcMqGcB$7V8mwQtWT#&-OQDWpql(Lk6$^W~bX+p7dKgYz^mj&k{f&?6Csik} z=5gy|4O!?^^yfkShuzVe4Q!vnmmo9R?snLmcl-YFZFg-L|C~QC_1d>^=>vDvUw+*t zX2+OZEEisr&}MmFj-G>lJd_?u2!ZGb#C{kFtg<~9+-7II$M4@zeC%usC|rl ze2pKKQrB1S*}Z-9_WJW%e*I>=A5e5jdFD-X1_s`;%#etZ2wxwov55FG|-pw6wI; zH!#vSGSV$dNz*N^%qvN((9J7W1{nb{!zHyixhS)sBr`ux0c2)kQhsTPt&$R#f`S6n z@QU05UthTKdBxCBNY2mIuShJ=H`FuG&&}0G)=^yIT2_KzM{!7HL8^XGYH@yPQF5wl zS!!O1GO`gV$#DGzrA0Yl@1!K_r{<)BmU9>D8|oRNSP5Fv4c7q*g7nPX09DSpPZRu1!g9t zCYo8KCY$S~n3$yLnj{(|=_aLF80)5_8JL+Qnb};8uDky%`lUsMSeg5;^-)Itak!p+G9sa8-> z0A~xU#AJvUiWAFHQ^4MUOC@I{=B1~m*eXF2EKEx#mc(FgmS$>cW|^jIXli1rYm$|H*Yfq{V&_YTmPOk840qE>2p&lwm5v_YFYBRClq z1n$3Q^szUCY?S{0hk^0$UxxpTpeYvUssYf93o~qL9K=CjW)@}!7Bo3dF4#0bLLDI% zhUtvpsb3_A{QZN~jKBZ?G5r1W7e(&p&z}tJ?CdCFtgI{yEUd73b`&XwUw{6B4-G;U zh4MfS;b3QB;NW0q_{+q^@bkwnhF{;mL1h^j{{I6p!2|;XQb>Rt0g{0^-!I|Cqd@_`1uo(2$@*fz-Ml=Ff%c5a&a?!{|s7L z0b01l#K0@S$H30P3eouYHv=q9fNg;iZ0xLHHQ(O*VqluTY9j+P3-)XR3RZSLE{0#+oD6K7 z91Kj%2z8)z!NLX!+CSew8_^jUxC9|-10)9uA&|rVF|jiI=44@D<>F#s=HUTb4sy2; zKNkZ7GaCa-Y)mx6@1Nfoet!PIz|PIhARx%g@bl{z28O@C8NU8uV1TS(V`1PC;|GVr zpPxTK`oXE4Pf&p2A2SOB({D(E`u^rU0~7cN0|o|mP7Ve}J`slBtn3UdEF27f_?Z~~ zvwmOzt(f}zo$im9NEyTyb3-SpA1H-##uNgjk1T8d&L>-5i1OpR0Cj&bN7XvdJHvW`Hm_7yM;lV&LK8V&LXvXJBV%W%vy`)fluci;ach7b{o^!(R?|2G)OE zU?2Wt_{+e?$qtSh=AVoV9Ac~t|KGl4`1u_Y6`+L6$i~jV#KytEz{JVG!UHNxco_bC z`NF`+^pk-_2xRpOhOcklLJ}c}`-g#dIA}qo zC`joaR!#;6CQt}K5-CUw8ME*SGjQ+=GyG>}MmPYZ;LkrshQH7p!NtYR@Sl;H0Tjd_ zIZ)yPSp>>f;55R9$Po-I0$@jg3i5|;RNM)P~C)DBf{j7X(lcn1_o9xR0n_* z{Qbqq@c;LJ1||+JaCCsO8Au$2|Ni~Q@cS=PTLB~p!%QFtbAhubNC-LZL3|9%#KFMI z!ieesW~ToPtW1myY#eM1LW11j(hWl+0|Nt>un0VNAj|(^iA$g{DrGH~;Pj%i_FVEX%q;opB&22k+B6n^{72rdC(e1?DD!Kt2^ znTdg!haWCXh{3`yh#CUu8bI;=mkBAgGk}V32>%ZY3j-)&{`>crf#DydC}v@11Q%HU z!38e5X;}D791sWm`0<0`=Z~KZY)FO1@1K9b(ee8~jzkAF50pKjOfdE5=YIxJ*#Hg| zun2wvY`Ory09e(pU%wcB{rb)D^)sUF$NUEo$6!Th1ULjhVxVXM9Z7`b36L;83`!?p z2f!44`}&RH_fLq0Ajg2jnYbZA4q}7w-(L`U5E})9qJfE%0c0qOI1Ua>9f||c)&BeU zn}PWUB!1E5u<`$Zn_3JEfB!(*g~)1P7J_I{r39iu@?ZymasntFfCNzRUkLB_m#+-y zKL7vwHv=OBq|fl{*H4C@zo3dCTEHa8A{Yi)2x5b1uq2cKI{?H6rGxix--DPK7*sfc z1d%nf|N9Hh1t4*B3<`;#KM?5%T^^YacK|39IM_KDK3IT#R zHYS>&8c;)rR1E5igA4{aZa}c}*-4y>|M=^GEJr`n3ARTD)a?N|6toBvqz*=d&U7+l zFl10TNZ?E-BzcfIqz2MJsi#$>6XT!sjFkUnl_md6tBU^@6zBaQFm6C3qEG&K0X zudnz2gxCl$4LWZg**rgApZ{qYDPTPyeIN`n3#1QSEleNCJdivH!`Q8@<^QW2D&QDo zPE?4`|HjIU{~)=h_L~27ZMFa7<72_+!Gp{K>91|8``UlX}5! zMz$N|W{}@t7-R>?e+^BQ|3T(~+zoRFNF3dMn3*vD;<6iA9A-Z#EI|H+*$tv$_JiyM z*$*-o#0KHI_NxC)J!L5VhuPoK*ZRMGN-s{oquUP(caYyP?5~4_J;+`d2H6e5^*#0f zVg7HQ)b<~Q(e3YEwCFz!cg~puW`k&A?FZQdieH%BAQ~hF!r1I@pVAMGQ;=Ig{)gF( zjfS}c6#g*(gTfq?wm>u}zk%!l#XZPg7>1<*4EsUhJ*f?x4vDcJ6 zWIjk9!~dYXHmMDq9>H#!HVqu#AbW6OLiU657zl&xg<+80Al%$h4Nm`HyFg(-ZQB3l z{#I~V(b``JPW!m*g^730n(`kO_sIT-r2&xLV0(J&z-EKo0J0k-4#J@P2eu#N_bL70 zxNicLiA37p+TDy|KPbP0!o0n?=s(CD5RGm>NFHW4$bN8KL+x+usQq7El>8s$e^A)M z{E3V1?5anxAC~4Ct8@MrWW@e&sLuV5&3=#_9qmQn@JF^EzNID)#s2KP ztp6?T<^OB)6aJ@!dHt`+j|ZnGP#FY{XHYrUT=c&*Gx~pHeJ-m1C$;^rD~Jc%4+GN17tr4w{N*$;{nklo1c1=$}F8u%a7o=J%f0f#Rr?m_-9 zP7VDJic3(~gX{tMF*nBNKgfPi9Du?KghAmB3m1_6pgaIlk5Ug$=?9n7FuOr|Kp19! zpoioCs9>M}C7IFxV||^#{?CdF0^8r*Q}w^S1Cs7Qc7t$kjNkv-{CKc?LFT~R0k%KR zA1nteyFqO*P~8kFA3%NpsfS@u`46(&-^J#Cu)E#=lnB57(cX4o`%9A`_Jh(HD9?fX z1+p82bEAF0aSgH$I3oY{l!4PVvfZHY0@;-q=KtT%#pXXY`$2vL zwJ|~Fg7O^5Y>?f^7-T<84JZx3)PURyax*AxfH2H%kT}TiAiGmSJ^q922ThCm*qQwI zcQpSW?dJ^lKgb`Tv;;B-qz_~-C|#rkI)l>yh!3(KBoD$Mb3tMtd5~TZzb-!>TwZ|E zOLDL)I9y@j8|rL^Vt=rU1>A0!Js^8QdO`Mp%ms;qFo+GZt2`|fTvmd@8)Z&IoVE|1kk>SaFz-Glu^$?8V|YkUjp+mKgDj%N~5RGwIp zT11mGor*~bC?frft_Wv3{&@-JXA>+;pP+DMs&U8|M)>AMV-9HncXF6#Rai$aa+!d&QK&ykWg#pa} zAbY@d9f&cCM?+vV1V&^CfZEfbb5~&H0_@zCSjciR28AL>IXMGbZi3V&fX4 z)2=M>t#yam7ttd>T7Rs4YIx7>(~JlF)eQ@p=D5FMYAjDuzpS6Y_H5x*{|7uWlPgQ@ z8++gUk#h*Uz^_%H_bg%J*Yl75U-(wsdQa`!t?h@;`nBjUFniUZ|DgJG{qeuuH-6q@ zZ?-Es%NBFORaE=~+m`(eriG0Av(#H&{bxD%k$H~ewi{0#1?~y@nGvwX}5VT}jc zn*-I$0*|-+Rr$egvHn@rblp$M1?!8Chkg>i@qX=U@lUK**dE8d{vFx4b+_qzp)NnO z?@FJz&MjEKvYx%YrE|yi$nfjt-(Iqaxm0elo3~jweL7vdUy3jRqT#au6)3~N4=^tApYUsS$SXoc>i$NFFRdW>_Mqz zMGC7?Nxw^@O$K5=~l z8@GnSb>(f(WZAB?ZWEgCkWpQ~Y}?)avvhZC-RvrNKBGOdOs#NxqC88sN`?Q~%TbM1 z{=T18=Kkj|c)H6^yYkJF_cleZ<1?@5C1l;}wMt{mKk%!~wjp4_S%uHFYtrlwso%2k zcUAwxHSd63ItzD-Z>vnZ+kS?(c|xDo7?v$GdJzBc-K_968^rw!j5o{^jA`9Jd&Ntx zdr@+eA9v0wev_=Lr_ikwCQN=NrmzK5-+um<_?Khd z`k%+1ub9BGUzPhq`K zaAvf|mcsMeP1|*{K0g0l{`R2Z)nk<{a?`gle7+!keG0q0yG-Q|&bKxf>}!}a>~*aU zu07DnWx*5h@Y`?S(w`ISex!%onz;6Cy7|NtzsvL%Y&Smgw*Og_uJ0DJ`uA*ecOFjM z-W&g6ajey{^`aJUC;t0jpLod7cypBTF$M-Ik9N4^cfUZ zL&_~s`Gkx?^-A>;l3|Nm#ip$1*f0d(ga9`(rP!q^}^ zAPnOp)Aj_+`-jCYkXay%Yz`qd$QqDekoAG=KJfqle^B@!izAy=kHvnFJV+cw6N6!D zL3V)b!sZr`984XunIQjz^dO6Y*dVuK69>tG%t6NJ>OgYnVjz7Wj4loeGmv_0>7(xd z|No9?=?0`0WDX&WZVya7NIyspkdVlWJogP8@Ahp|CwKzd+q0Lg*u2BlwQ zH6V4kFh~zfKS<4KfqN24Rpqx>?BbAT=;Ouz1Io20&>Bq!t~cn+1|b7DHx(6|3Pj+76Y+C;g4=NNF0Pg>Op41{0I`mhCym@nSrbx*&L96 zKp5mMd~OG+0l5R&9CS8F9)!`w(fOdT0);n-2Dulc2gGhfD}%7;{AvAF1k3#KcKXa zE(cN%vI|)~$c^agK=L4U=xzduqhoZvAiF{76_;L+8$jU(QU}5yHo97n-$CI9l0&x- zBnNUcOdO;JCI+HG`e1VSXpo&Cw}bqNtZwiB|Not!?Q)PBkQ+hf!Z1h-qz}Xg=>^pf zAPjN`$Zn84vU!Bqps)g&12PX}E)!aP0}?-o_pZBid&dpK>Cp7@Uj0w!yB6#P<)`<15yXFA4H>LkXjgqxdlXn{0Isk zba#Q$5-6{L^dOrBQU|gdo8Lj|Kz;@31+j5qkeQ(J2V@3_4N?c9L2ifX2e}Irk03rs z9)v-5BkKW)VZ$K*U=v3c1Emv?oycM!HpmSif5Xxn$bOK$APf@&sYAh_aRJc$5Ny5$ z*SZ4OJk6k8SC9=E_aJj!fidW=C_MuML*y|NO4y*gqDnvmER+~RgkB=n6=dX^ndBxG zKvoohJ<4FL2U=HPXhwtuqe@0YU^E0qd)f)=X`7wnQNcjt+4@|Cm z1iH5X9B`mHHJt0p8tfSu8tjXM+?~K`DI^kvAa_N;bJSK)XvSATzn7v?vvHjb8*)gWSRCj z!Sph3NsX=hChyCpUoR_Pnw6qDkwNLs;ll^Ze%t@Idlzq$q;XYM+jRRJdAXHK#jNCC zeYX2m`_+Hf`tO2v@gKkEU%z`@ywQ8&_aFZvKd1j$|N38c)AzNXPyRCsoI79t*!%b` zUuN#FoBd*Qz?Hr&-Ct*}s8#EF`1eq~+Kc=M|Gce#Oj|bI|Nd2b(yxETRhGskv70~E zegFGD9D}Icg^!fVl{_AtM&kx+W^8e{mE9>l9@2{W!xu@Ly{-*lL z^+XMlsUGcAB}i z%D0|6b=ugZLhbXNPsjbgFE^jFIOxN_mGL{1;uSS+<~W~tIWt9$hR!h=lHWv>ewPuMUcnQ^w5b;8n=56hQuweNEE zPMfwiVr!c1@j08G&heh6@lD9P=%|<8(kqv|)^A*vWqLg*J9q2$3rdSJb+=#2%3fQ3 z?ai4xJ9ir|_%7%slQ~1Wa!R1Pbgk3;naj@FoL;l}?7l-?+Pmw%iP^^>RGHxp_J3szXe(O%k{55nw*JrFO&P`o!mlx>rp2y}zJX^>17B zkL4#U9ly7q_$#}8en51V^Jk@RVGAeya#@xCE3W*0+S2)c9?RdE9N&~U&1re}8e4Ch zi)s2I%(L~h+mkm&eBbsvYUB2aVG{n*i=*D`-FQ^wL@;k{kbT(i1(%oY)D3WL?s;?g z$DNrg1hejYgumOjxOMN6D{@9Le>U8?ebGqa8i)PuSABcWZe3IUK&L0a^7@%;^Y*!~ zoBQU>Bk#V%%@zl)B%U%6&rtD(E zba`M(SogsrIahcKwv|M!I`m5Mac8JnY6`<;##1$G{Vp7q+s09Fs^;wL3y-%|N?&Ma z`Vg|E=-xRTIFWqTdk8yyzNOJU+8CtI{Hj)JlV5YFNm!tL{fH+ z$%Y?QWfcjI3g^ATig~%5_wV8T*UNiqafZgjt&%yDqC7T#VvA{*RXn+F$E3)mikWL2 zxEabb4qWC=3aZw*Ab9Jk+vH5|+?4rK&2~I-yynSXq50~v;9U36=jzpIS6}fRj23<+ za_o(6q5HlSd?)gsuS{RfJCW0dq2lPaG^g7tswtTwJ2pKkGmDz@d|JcGU6r0Yla$z# z+FE$-9ANR)wXex4G|`Bey87S)H%G_R~aHx?B&H>(8ZuubFK`HI8(`e}(7UvwsXSZH>}OTpxoop~4c=3QB0 zZ^Z%wx;`Jeuc*?Ql3Uj9vE9hb;!II$iQ@Umo5Cv;d^4Wr?a}|{C;GnRh%md*+$Xw4 zcO&-*cBU}MZrq``b;*NB{TrFvJ#&M0n`G{bo?8+qm(;R3xYKdTq-m44ZTXYI_3fln z3a^e-%DFF+pV)r#FKQ@pc{|-dhO4-IJA07t#pS%AJYvVnT(2{0-dvJ>qHhA%TluYx z!Dn10bh`g7yc{|E^@6ZK-;;;Dew^9WQDCy(!{*bWe}|T6G2M90G?o9pkE(j?sjZ6I z3e#m)>-Pjq%P=Wy)MT_X5_K0$Smd(>Kdt~b*E=eN=&T! zztB2`eTqq(kwf*;#)c(UqE#O8JRJ@%5NxueoyOD*~n;`#puzcm*$Fm04Oo6Q{3w(7-`pw3AwY^OsRxL=&>QJ>6K zR;aPeC;n_pMaXN_#E_JS9`!2UIXoSX#;i_1Bh+=mr*l%A5UYxVt~~SEisdO{BGb1{ ztTWX#Z)z=XJzUG@(|UU9HMy7Br>tHaFgP{AG|O&==~vYn&V^0?guJ#3PAu@zKEtWO zA8NaM@ry#)aK)o{mdCGr5SeIfb|s{}WB-w&wWoYMHti9fn743FV2sY}#rsk(q-@Vx z`g6vt727^Okuq-TT(RcC_nP|a0k^ts;dw%RO`t@M- zmag9qvlQ~U9(;AN4lR{7bANv_Yq{q?jte3D2@TWT6!Yq?-JW7NVeS^^n4dM@=B?uh z^i$JJTpjJ__3p~cx~RfuOZ>RSR2)U*UdV3ct-2H&lX@3{Lh5b#s>s zbDe5lskmA?~oOo`Q=9a$oRjIV}W%h-3>yGlSQfW_>Ii^!6Br}S!ANPsZK+@h8s(&Zk)<1S9YddSBigy zhRdd_Mc8?pP5!&^pzVpRySox=6RcR3E^pD`zghfJ#wH`)sc+9JUXLeMvP@^^yz-Rf zUFz`q@wQtNe~Gy}|4gj1>n?vgtLRABb<3znv$EtgR!Yl6PRcpeWl-i>uxj?Hdm-HW zoiqCxo!p+z>vO9$EcxD&xu(gfxA4-j$$J#zZ-?zIUK~7mX>?9bZ8-NSCDT8WyQVCy zC^|SJaJHwT_Ro;*cS`*;pUlzI|LAU@qdg9T1{Q5ByS~>FuM@HcV(FY%_=}uwiTVx&itlZ_M zbV%&qMHROg)Hfe^x$x}k%7CS73KW&^wqKZ4Hh04Ge=k;OAN{z+;!f0&>M$`i;l(kL zo4ED;Ch$!T4cmLc@%fTS)AFlYf_H2!?xsx0(Anp{vUFY8{^iRoCxlGxjLNT)ifa8( z7P$C5$MQLEY;WoRe|vbXSIRbf7r*|5RIR0bGMqwlLm%Ink$&m)PVZgPsZU((uU}a+ z>8_Yx<3d@9Lx~-{cHCQ~7cvRCH~#y?U|Ct>rMg^#?ZJfAY0ux8eHKyv>tq|~p29bG z=H!*XB1Cz&@tqb}{wiYme20RypF&z0y5}Tb>B}%%(mjQB?vhDalQb6d=+!0oMrv=h zS={<|j^_2=`;*wOT|92@`Ker8>FL9-N3JO9{k`mbM&o3&uCU{a+ zNJ#%7`#sanOq6I5<#k!}X@{%o%*O?*pT(CRE&Xptcw?$nSw%ADM)!u&^-FYl9%DpVo{50@)whz zSM$~VRnwC$cCXRec4fWt0nU`CPv)grPG5XM;@j`jtX`*`KFV!>x6{D^f&jc*taJ5$V&zW#%5d>AO(oD`Ufu!(&8%d)XAP zuAhfiNmR8q7%*`-PMDdxWOKLWk89U$OM~tnt(;bWf4=DoF&DE6OgL zS-cl^k8};|Jm0DAyG!At@^#Vv`xet<#VXRSobmj8Brs{?ox@)Io4ZyDo)iG8exvhUrodTvq6 zP-L?Dsq}*f0y8v%zwJ7|o4xA!w|xKfI{WVdMWx9O`7cNBKLXv)GmDC8ZkZnwTdUSQ;A}q$VdrF8hHP<%#9W z8-pYx12cnU3(%cO2D&Du7Ad+GiD}8Y7RF{NNonRrsi_vGNUp(m|51{Gg@KWUnW1iq zv6;E9iHUidu0=|!iLPZzVzPm`QF3Bpaw6C$+TDL-Xlh_=Xl`L(Y-(--whDB4krjRJ zKQgckF*2|+w6HQZBjWxeOx57)dIt9XBePUfV+*rX16{+UBvV}z149#C3(!?XNoFZ2 zDVD~mNvWogTbFavvur>`sfOC~NxA=O(K=K7-F zb|hB0{{R2qKN(oX6c{9AWEq~_yUpK1*ii!;P zu3uqbU}R+Y_u~r#BMTb?6R!}1qP#qV1UECoiCa$?{=R+6z$&l9z|GFa0JszInp%S6m6~2~a39GVw6{|NVpE^|L1oFMobz zkXO}Y_#v*u@b~L`hJRmwGO$2`mXASQkd@&%8$ZKSP+T!FGcd8RG4S(nG2FTTkm28_ zH((e4`}UE6;m>bKFn<5Uz{JiCjwX=h44?~U{{LtA|Lrr_!GdBE4DX&lX88XdbhQc- z10#(hV{nLq5-i9Z0d^(^c|I0~Q-9wA1~z6!hJXJV zz-F_&fBljH9JIfGF@P=VqlR_X87~sF6ibdaJFM$ z=VbW%?l}V!7axP9q6z~qDoVJ}^ki$T7(2X)rwd@`vH^ z!w2Ay0;m92W3AF9tKu1c?KbNCWdPdpFt8QJ12vnv?7C?geb#<`=7v}2Fm}>@Bd=pS65?r z^5PZ4|35#$=?0X`7?_zESU|r2|LZ3Mi-;_PnkYBJ&8Kg`7JyPNsIUMfs#lM`FudmA zX5bYTXHXR7W%&C0Kf@OuUWTttKq>w6%O_wTgB|epCBvT=cOVH9bPp5@D>!=oefz}l@z*~FNl{@2MizE(NP-G9 zP{Ib80TN(jgaCI*JzfB!RpEC8o$CT6f=~995AHC43X+#H>I|Y%G7PUCf)X1fg@ej%Mg|tJ22h-V63wj-f53$g zn9s$>zzE6}4FACS9TcYw3``7cObiS!UcLmI3-TqXK>G3O5yRb&oD4ehlHgo$;l)>m zPtRX4Fo7x=P{s1=)k6mGjcJUGV2xl4*tj4S2*{_uelSRi2r+yC-SPGpa+?Js8yC1# z1XWgGiw#S^ILFX1}a5A{`${w_3dwlzaL(L(*(=EkFOb6 z#1$F-|NYDG>+gR^;qvbvI0t~T6SJ^10}H<>gA5M~gB&jl!~38A7=DB92V`Uf*CBsD zy#|K@w}LhU4=W=BH!BmvgO`v*`S0^Pa4`?6%s^2As(^m}{m<~@#eIk;*|`{4K*0(s z!5BGt8ALgm89uYHGW`4UjsaBp2#HIA#oqn+3%2;t`%eu2|NI8$m|qVsgR>bp3Rpp< zBLljWrinT3>{s@R858UB5I0|{!-}q$nmi-Jmcg8SM#8#X91;TCU!1xHUm|u zzXcT;-oJXm@D3dB-$9o*flE9FRyJ^!W9AcK5aVKI_$(pG@cSPFINf~v{f_~X=b0E@ zJb4VRc9r=>81C@$GkgZs1%G~n+Y?+OQs7z@?0ZmJ`}G|f1;4+8gHv2uj^WnZ?-194 zeai{nKmkgS;QY(X%D}_R$8hQOFNV+eEmGD!2VfSXa^rWnXZP=)jF z54fEGYDR%77cC)HhOe(4gJi)5fJ!z{oPyd0jO<+C+7T4A?|%Ga`10ZrxabBYOi&&1 z?e~9%`|lwa*MMqMP<_J!Dg)GH#KGnK#Ye9h7?@ZX_=Uw7K7xu+P&EAh2~M$~MvJYw z1!YYp5l&`?uWw(1^YXu6-xxp_cl`YL8d4_w`325Wpse@v!z-}w|Ns8Z@cqp*1|b->(fpQ2agh7oMP!xjd6Hd$vlFh42;rh48LF8X8`3Ab^$SlzyJP2%XTIPc4kmP#KZ6h z6ucl!+yV@sQVw+gBd81jHPOJWEp{dbP~r3S_b&!Pem;hCuYNMTeRLO`g+XNx3#ga` zRV@F%f!gZa;F=Fqm4LDjs8uVWpaO2Ne*gQQ;mN(544}#hR8_xv|Cxb{Uy$MJukYaO z$uA<#@afZMaO()9PefdT;oZkC3?F_mGDryUFlcKkf}F{4{LDE>;{DIS@c;8$1{RQF zQ1F3@RB%v&QvUz{42;~&;E;LGBftP^$Gv?Bsd||>`M_!A_p@6J4Dz}RW*Q3MH1Xu~ zABJ}??=gU~7mutuIK6;2s;42)cS4BuJUz|}dZMt%R` z1Gps(Y6*i1DNy3$SJePFr$Np3Z!aEz%L!060~KB%`sVxJ49{LdI<}xnh=C2#f8b|l zVtD)b9>f2iUl|zLxxqOARQ-c$VkS_}1)MxV1QQd3fRGTw?GL{h?mc_M@bl3%hCifwN@R#2Y+R4jvwSx!g?mqkp0;lrmd;G6;~ z6+wv)REUAf6HtO>0+rh!yFpEHP&W4X z^Bcq8FYm!!HBg%Xl#@V>RZx)(3SN*tP5}`H3rTix)&$kM%sfKiV));OSKy)>R94)& zJ}p6E*OcQqcFv>!GE;B-2l-R9WW|4weNz4B{)^Xd|1Va)=08Xs z-2T>sV0*ncy!das`q_W^xsSkM0tyesd5`~t{Aao1*?)z3kHKz*=>xe9WDY3oK;Z}u zgN9vjvqA0#sRj83thW8|e-I6F3z)9o0X7e0kKxj%|5X<}2HRn>?CJl&%`d@WE;H-? ze~FfTU@SZPAvkP7>Otm$#6jU7v*Q(5EyyjP_yL6{$lsta0J#BV7sw4DJs>%;(pCRK z_JQO;;jXvj2{`;gVF*$SiW8ev&;FY&e+mif_QT+~2F1Dblxtu&fZ`HlAIN_FB~QR{ z1WHFBdqHjh`BA)j6WC9n^Z*KXkQ+eptF`FKf0>zg|I19f2@YqFxgfuQXmFfD<3n@N z6L4696vi!fw z{KsH7fx;Q)R*>4*9k0OoOM1$6aDD^D0mvWXb=x5MtmObC|FrA_`&W9>WpMm}(gDc5 z5dZH3rxlQYKqz~jj5Dm(opfn3|A4m)oFCgl0K2#QB)Gf* zxe1j1KxTr{Bv^0rUT`>q%mdj8O0#i0U;hWC1NZeW{;My9q*svpz-D!w0GBHuzk<># zC|p6|0`eb73}inj9f0LPc>$yzM1#tswnN}@24p5U{e$v<*Kx4lKxTu|Gbjy!@|(=8 zdtiG&ZUVUzRHlN&LGcZWLr`3T-Q0c{oGw7=0~DrCYoCM51CU!legv5dqe1=$g&nB; z0hLprGzbbOkUo$dpgaHyAFzMww}Z_Eg)PXBpfCf)x7P+pn1JjC`4glTq!*m#>v#MI zxeZhvf$Rl^2}my}J%I8K$n79;kUbz897Y{S!Fe0xA5eM(m8+mI0O=90*$hs1AbUV@ z3i2b!eW0)bnE?_9hfm7^sJeasL2dzsFUW5o`@!l!^#-V%m~as+56YJy_kzk|P`rZT z43v&R?g7M5pfCg5UB3ftCMb+SVFhw0C=G$~JIJk| z@(bi1P+EnB87K}wc7VbX6s90E!Dcn>0hbG5TVI0n4ahGb`$2vH`5okDkU5}q2};|b zI0WTgkiDRC8th+Cnrb`rA5`$2q=pFw7U!T=PfVBEa-KgeI8 zcmSCT3VX2IL1`2g&mg+x064xtaRAm2EdxPe3K9dgk$g730N1-9F;KY!s^39*6Bb{f zxChw}$`c^F!QlZa=eke+_uupa+{OZlf!b5xHXJA%K`qWvHSGEi z@-rx3fXXM3J)m#`wWUCHFDRda>L!pFDBMBvAidx)1htJo=C&RB4-yC24^jt8!=P{l zsRxB0$geOrgVHT1u0Z|+iG#ukRyTpd4HWhueIS2=9#&1F{1Y7NGhIl!ie52Bj@f9E0oz$%D)UsR6|=NDVk_L1j|oZgBnum31ILfz*Qh z1xkk?^&mSzaR|}_4l__c1(er7Vb*#OTy}u;fcyq>3n>0Tc^l+UkU1bdp!flm|Dd!7 zQU`Ju$bTU7L25xXD4aog3ZxF?50IT8IZ!zasxQEP1?636p9K`2pl|`12aZQj9p7~V z+!q3sHz0R|%6?e=15RrocXu5J*JGgaDRTQOaQhHcj)L9Zb>hG8#uxuVc7xS}!nyk- zxGfF}KTv#t!VMH>;Bu{UJ-Gh@3S&^*fzlqx98h`zxy@t!3%Fje8$tcMNteO(04RNc z!T@9*$ZXNVCEzj+lAf=D(<3NcLHcB--val8K;Z#$8#t|i>Y$FJ;PxvhJ%iOY@BI&Q z1IR5PGr{53dj^_T&V$=Jpl}Ac4;0QIe}mM4>;T0RD6N6YZ%`b9-PL&v+ztkX1xOww z1`1bDy$6aTP*{O5sO$oj9iV&zG8<$+D4&Dccc8otc3aCnaJd0W$Dq6m%7>tE1my*g z`$2j@`5$BkDBXa<8k`qEWk0BoTfPPo)?LTJbzj2H*Z)Cb2+|Ky2MQCA+d*j<6ow!- zf-oq}LF_pPuJ^%uKy7P~nWd}1aRIS={eMt73JM=kdIW_DsBHpDOCWiWzd&gXWELnK zKw%&E!1z}S-M>>S|f?5t2wl%JNFlghxLF|l@{t;b;pnWOQ+NBOn* zwkbTCu+Zw}(JqT=T4D#CGPSq7N+^0MZj$K{6eGiWy{TEgJCt2KJyte`)$s%Kk=TNu zl8Hk9r;9`#sVKP9U;bUL{5`|M$kbIgg_%Rn8eQt#G2`_5uG;ki1`Ps>I6Ti>nLP8T zj?MAwwly_-yFci>FRt%XT$*5XKwaqgjJ${=(nmJWo_4NszQu`ClbmY&Y*H_Z?}S_b2Z+2)Gbt z6tmp2k7e2f7cQlgD}j!pVoF=Gmdx~LT2Le`CM-#6xN_ha~PT(GqC&sH^q@19kQ7q|8|Jj{LYXxHMC z)d!yP8T?w}-S)(zZkE$Vjy>})nm=uv7@bgX_U+oe{g>Glykm9mGqATGNa@^k-S*zy z`*&~ePrvo|FT)Y;qT{Ld{tbjyg>#CUh~IF2y_$i6L9)a(qQp5rH#aq}gu%HeHL)Z$ zMWH;iBtrqT-!Qz9Pn>~)!QRuwF@!^w(S+eNN`?U?5TdXN1EZ{u+)Fj zqiJ9?4UDFN(KIlc21e7sXc`!fX#g}X0GdyRjkDvLPlk=p58C-;f5^B88S}~c`6&T8 ziFw(@hE$wX2F)jzK?hin$6=_=#yX!IobM4+j^?e@@{*#&=98bOLL8Tn2f61a0$Of@)Pv+; z;viL^vKGsHvH}AGg8~QWRFvYXsxJ%-y#Dy_xtS4Orn8r~<^E1C{e_YTHpm<+-ovba zKYpY8Ctv;V+ue+%N)-gTTAgm=loo4O!x-I9G*p8tLM{j&Ybx_k3K zSRVavFI#?JovB@^{_*epv-4l?@B96p^`8CQ{BMVyO6&Z3=KF8?61o51rVHuMHM+ml z){14#Z%wN3|8bt_Z|UokYp2P_O8ox2d!Nn9_qSgvU!8yU-`oFAU#4yJ=Sg&zm$yqk zvz{^V{gb5q@n2@{ym0)`cM;?HhS$y~u{`lF{Piz0q9i5j*JD@v)Th5^|NmV0J$qZw zj~JnP&Z2++ejk5)?zX=AqwjVPkIxPMTf=QH&o1|Q>x=0xUe}&m_54?lxNWM_TzkLT zokjZ#?y^xy8MILG>z|9D?$To8xJMzKbZaN8S_in6*v1Y`}=^exDh(U^HC0T z#Z6ksze#cbT7;rwHcq--d3j#ak8MZq=iWBHdw1=o&!1wXY`QD+e!iam`?mDCz?{AH zugceK&}LzkHlAWxTO=v@@wsrwZpMFAe}66B<7Sl6waIIV;Ej)ZhG+iwb3XDddE)f= zeRT7_HRqXHI@a)VO5dt6A%oUb~f*ztGj=a#Y^ZtJk95zquK?v$*_u(>-^I!X=4$PXgU!bH8xb zq|Gw>th4!?*>5gwy&uU>L&IWozrHmOxRrVP-0nBKZogw+G53X^RoN%a<@3sZm0z>V z{QLH+c;x5#Yg%V(#zySheC%S-zG)v82?w9^h$uKY`QsuHh8GLw*j`;OGR5-go6N>l z8yY4qo1?qFXW~K7EjRm%o*$YWnELMjsoB~um+xt{aUCI;+h3;MQ#ge4E#P-BN6`bHkZpj?>qYSdzY8uDNMp?VrK& ze2K$^Q*kq{+^bz|>|HIe+40h|Z9+Noc2r9oDf+gr=9TqwUnk}3UoNh^bnk&bQ~jjW z{VAnVd4-u9JF?%;U3`E?BC`DHqL}I1x1Dk8W}almGq-r^ogJr&d`f$^y}eP;pp@i( zpY6k&&PS}d*8ayu-W+~#*Kv>FL?QQu?9mdv=KCF&3(Yjy{_RY48*1bii0=6l@kU@x=-X9irNe@D7WZ9y?kc&uaMNz4&YUGY zn#`;^Vy_F34LdQ2cr2 zPp_!fleZZEo{=>OjLg3gqF4Nw{oiYQ_b$t6Q5TJts6Kxm;kU`lWmZDK>&eeNIdgp0 zUd>~@At@4iqd_Rrc=g^NTK=r1Hyq5Kmc^C|^j>n5GM#dDx>Vx&-ik!a=>iA7tr0v| zl))A}PkKRYXlktecDozXo$AU2j-2JPxyZ2eJm>b=4y|XKfAv20Kp!IOd!pRR= zt3)nvX9u=F(>wcy#q(VVTg|I>nU4nUr@9>;SoCmNub&gf*{W=CzNU=*V%=kjEv65Z z=O4>z&(W7wPn2tO4t4L_F6z${aE)^TZ`XO}4XsyS?Opt$BGgtS{N$5HX-ntZk_8XL zR0ZPi@d)V{rSDDIZC;YQ)Yr_u{Bz;S$<=3Nt_T(E3W%DmbR*H`h)pLO@3({e5q#dq zMV`N9iaN}?n7vJ@-pfs4>93U+mmMk24l@WbsugZ_KF}`qIem%#cKhzVcg{^}z97c* z+$DMb;eVTcHfqNuF@0f9XkKc@zm@s0+tf#Tk1Kc1<&Bp2e9FG*>Fo0#+^#b9$65uO z%X%39-FwCR=A}7`D;Hdn*5=x{Xx$$Tw&RgU&Z`7CPgFkZ_OJ0PM+GCJ64wMNPoDDC zk}rk0TT&7lxiXXPwui~cbQjnsRC8?HMp)K?$fh33GaMni?y*ZgzVL}5#>w{yuqYo%YIiTqFatR>bpr+_s_%D0Uf+= zk1Ss(rzh1ZvORF>`Au5WQdnp42`jtGmokeoua{-IrP;W9)$VQsQ3Hewth2Z zHc6As5n=fjS{Y*RqNZG7SubZc?Z;|ECzGPEr|B1&zD`?ewve%?Pjf2UG~IWn_Z922 z_GP=tbLhtEO;WmX<-#h~nNG5@DF-f@J-gog<%M~bfLN}_odC64JSPjKpK@)9F}ktX zWRdd3-@j~vq!(Yh&>Zx&?V!*c&+Vln4W6t3zi)OOA2+NT=J&?6YMqUBAyncBC1PN`uFJ3{WO zn3Xt)NZkucx*K|T*CnTl=gwEezwKULr5wJx@{O-mW1E!7*0AhDHd4Q)*(C8TQe;t| zIq9O{BHtX1mhX<-jh_O)y-r%3__M&!=E^*6y>qw4*|{$({&3B(ouks2WT{kGwBVGp zK!5(%h^EexLqTUejk+hfTsSQi8e?3&(7n?olhJ2Nw{OY-)o zNnd+ooPq>*GEAPT_SOBa$28^bFO<1!TNXI!-PiS=I&G#ZGE44OE@!xaGp6TU8nf-^_L@Tv|VyC!0Mze7ezUg|>73+8cXj zS(W(pS-g7~y)7(lhFgccqqKLOg5(ROFBcXqUDn2$F_Eoz&Fa=?`n(IC@iOh6(r{p@ z*eSyR(RCGV{1<-Sw$J-$gmwPxipM7?^sFlQ9j`~wBYbPz-aaHVM ze9tVMede*Phh{6Wtq)o(uDk4Bd4b0Q-6?u|y57r19aMUnr|J1eIGfAu?sD~IoL>F& zUcApKY}eY#^JLZ$^Oe;cM?-$E_t@{dS199#+`*NOzpZ8oyePLgv8ws>QO$#Uw8CU| zD^7YG>uhv6t~`mUa&F_|D*mNQPBnj-HYIKEWP_}Y7uh!ibjeO?p7kKXb~=OG4d><~ za!bA6ZZK3|7=NQCdzyN_;g6Z0Y=a^{`^B%|i^ycR6|rk2!M6o5sCV-t=J;Yl6Q)%KUrc9tlTh7t2Hn{}eV^uDOND zSoJ^Gii!8)&fF7GC~^>GRfcu&#m z$SJwa#*rBl>cVGcDDay+6Z*PR+(X0gMY{R{?G<*bUp|%Y_x^F+z+lSPoRtdaJZ*N= zTMMo7^v`9`O_oc!w%7TW!k7`-*V*a7e4Ec9@-`GM?RZ)m`>TH>a|c-MXS#u%J0TwKc9{oqw?7L zz3;Ze!obo)SLT`IOjzcW*i_~oKk=fE$#!o6U9aD{E~=^LYPOo}Iv4Gr7ESDrmi z4&rQveT02|Yu}x}xcZ4N+YgsV8kc#yE9O?DUA|=bUbsEN zGpOTyr#cV#3Z2yH_btR_#VXQHoLKU#!}&IsDhXu=&-uYj=*nWS+2a-L$-h zX6J-89yhb)-oMLx|MtG|*?)BmD_V;7co-e?9KAzl^bVce0$U|2+@WKXnqqEYX_TgG zXqKF;Yhq$#q??#*X{4KEVPct-lxAscVPp=zN(T2GI;Ke}7KTO^X}T$?hAFxx#wG^3 z7KW+Dx< zTAG!AQD$mhNn#0D)(|XSky~H|UKXEU6q28xW2*!*LII=`F72CIl9-ZMlIW6Hl4`4D zWME`sWng4wU>0I%Ze?O-Wo&`}4jmk-2f-aWmc~hjX^AH0x)z28#=0iv$!WTYiDu@y z#;N88#>tk3W=6(I;839a4jmI+10!8{keL{c-l0S8O#%4yktB!jIs%dm!l!uD5`3Y9 zAvYRa7(s$hU^KY!g${ zLCg5Ao%G8--8p+%=j{^T@RIEE0~;9c#_E@Eon6;Z*Hkw@@y1_+gy?o2>04VpubKF& z?OvICGN@#M%A`k*lXh}@@3p1##qa(7PdtJSd&Hr#x0E^zi*-?>F`>e^{P{@#DLDPI3$ z%A7UAb)P@a{@A3sZI zaqh#Gil=w%q{LE{@*uGPyhMmqvg*zhi>@J5x-ae{p}52rEgiT zS**eg`W%^C+27mgpHxV&qZPZW3ch_^funYsM!yTI952UDJ$ z*}x-uz5m0X30Vi1BuQG-b?ms8W5u0W%JxL0v--Gf-Iq&xeey{wjF$W7)D`XUKVNns zRP$`h3d+@ost&RPY7d0LNx*JNSW*vO+d9vK?r8d^lVyw=O zAG@o^+}d=aOR{XWt4iRLi;?o4X970*ysN*Ox^K?`UL~$JxASE?{_i;bcl|DrvoaTx z9JfRytuXqUG%sVL%bolwD@1ry0-r2yR~O;w4O8!2W<2MDq#r}Y>#E6nqdI5Im}tB> zA>+@_yzXdr>pA^0|9*TF-&2`8ear`fUC8zKkiKwy+EHZ9Dzt7@x4d z!u;SHt3_Yl)Dt~@ARskrt|Qm}nmpM^roD^LHGEpuw^DP974x^(OTSn)tkm?`^JMo1 zrn)TG;A%Fn!!LUltu&l-Zr|5)-~WE|{r$|2;ZgPbJ&ocm9*a&)-gr9UQPGW@fQ=;# zRo|}rn8)j!?2@$0-MTWus*tBQXx_PkLsQ)>H5;`q%lX{6w*$!niZ)z8nRGf}dYam95$~S?*Gj6W(N!ZfV3>Gxer+$Ubn9?j0=9Y%k1ZzNp7FEJS{%I zuY5!7vxkxM*ZR)Q*ytf?sNH4rW0m*kmABUae)6(>+b63>Q{6V5ylnQ7>B*WC2g@WG zZhzH$UV7`W;j(EK%U2u4-hP;{dyd=xFFqPiOP{RiSh|{_=Wb|17t4gWqwVRnQcG0`EuUFMwG#sa1t#rsyc7_7`{Aw6p>a3!1>C$>U7IvVsrbg4$G;Tw1QapXR5?SJoMc@w5(<({qTocH#_hc)L9md%_#yEMlBky4+fo&2LSPAQs) z)wCYnGIsRX6X$ey1YhwXZamRA=fzT8=f*1|L<;p z>~-+L;p*de_S{(zW?(6ADKV?Zn0sXeTmAn3saz{J|C{m8t1UKDW###mLi6M&2B-S{ zPUc#DF8+LbO75A!^p16>_S{(`d~W)e9QKFX_wNzSpKg9qQ)uzao}{?wlg69^K}JQ* z9bKs^i(Dp7*rcSK?snAZL)h7yay}i8XKc?i2~ORrm%KUd$XDm8ZL_;3rS1LkHu6L5 zw_n`Te>@jgzi(;n{KBdwOT*h$yPz?#GIDutOTN5%mUhlfbrB=W5_M=xzx!Pu(DZI{anR5-49KL0# z_E|G8S;KKaT-~4HhF(5Xz($^&>(9>xvO9W+Y?OAH^Y!?jM^~AjCN%_%e8J?coOpQOHTXceP_SkwUTa{V08Cq zf!Ep$yTc8dCDygyUZ?K*W)gUGm(s*wRhE{}FY%LG7M{v9ld*qt`I_Y2hbEF2Ppe+6 zIr#OiRnr6+qj(j++#HTO*6#ugOt{*n$-VobI8VOt`--!H=_h_>cr8nKX18P0-qv+q zJ#!>&Z@b1Vtz65U-RjcD$?+sCJpC)Xa$j;$*O{LMT{D9%-u9o&;qckhU=Ss6-0))3 zN!J?3>t#W$I-Qa^*WGJgAB$^xx_no3bm046w_foWgv`u3xa6wjh0U^B)6O+djyuH} zX?S?PUFDIpr*F3eD!G`MP1^J&r+v+igLQl7Y+Cu+{f)U-$2$4OsTZ>H-vrz=DG=>^ ze2&4qqvG=|z4X6^;rgKke+=e6o+lr;u_TLia<@d)Hs{4tj(>Juvc|)2V&^mNCpl?L zSLwaD$@lr_q*bYpRw~Nd+NdUHePVxY8GFIBXw{jTjV=N#d2#oaU6nML$*K`#HdmOV z;Fi2{w-Uc!wMUYgWI)q_&sUk^zvi5(oO@E|!4~_p^lahKb3t2u-r2vqB#LS$WZmESZ2#Wt=PtfivAzac-vv9~0krlDbhd*6bgeAGvmIW~|AKAJ zD##r0*$znZpfzOV?pG1!<05zt0s?YyKceDQ>{U9?zY>*fTgUkc* zLE<2JkU1c`K;j^?L1uwykR2czqz)tp($kgd3wHxZ4unDar{x9zpOPC4mIJ8=iG$3B zu|e`6J_v)%0MQ^bLE<2DVeSI)K^Wv7ka-|AFd8HV(hI^Mb3qtnH;9JW2U6p04hhS$ zFsJ_@zkuxO&kO*E1xP)}OprQ|ogf-yA4m_#To4;14$=eSgD^-92!rH67-ScS50e9# z4Pt}b3DO7R!`uXlACNmh@*r`Levn>Je1psZVVGKw+d%3-?gOa-2k8T;2dM?Iz05TKgWLgfGYp%m%YpM7C_F)Sf%Jm> z0HQ%^KyC!t3u1#XNF3$|kb01PFnJIS5(B9N*$JXS?gr@ru|YIQJ;)6pHb@Ml9^?m* z7%2UL>;~Bh%D*6a2;U8yr$FHiG8ZHUas$XdkQ$H~AoD;NBn}D-kT@vpLH-A^L2@7( zgh62evIArm$bBIDLGD5?j|lP2HRMprJy4kj!-^6@|1q)fe?VPY_OP*{TE8)Oy;L(Fgm$2G`Y5Fexm6h0st zBnHw8qCt8=@}RH+*$WDH5Df}jP;>5YihGbBK=y*fAntX8=V_3cAUA;2f@qN4APjOVNDPEQc7XJO!VM$`vJ2)nkQm5Z zkU20rKzc#)AU}ZggD^-BNFB&OFg8dWWHtzc+3 z;)DDLqCps>2Ba3`29Wt6|AR0{4CEe=8$tR&>OdHz4&-)_|3G|@|3Kz|Fh~w$21q?f zA4nb~4&sAom|B<|NG-_yAhTfdAhSVX1oJn@9UwUn4HARNgUkl$1K9}@1E~So15yW) z1Mxu^BnHw4VuR#B7$y&5gWLj=17T1Yf$Rpck;Or5kRDJT0+|KV2eKE$2Kfsl4`PGD z48{hT0}=ya7#rjskUWeJG8?1^ghA>+W`W`dqy{7h!XR-F4Z+&N24Rq!L3&{rqz@(!5(B9L@j-e)G{{Vl9*{VUhN%Oo0kM%Wx;l^{&L2(Sq>!5IfVUYPC^&s;>7^DuAmOyC% zBnL7ZMuXTe3{neYgX{*eLFRzW1+igzKyn~)kh?&7Kz;$a8zcsba}WlxVHl(a#0J%0 zAiW^Ff!H7#q#mRnlqW%YKp5m!7zU{anE_G@qCs^# z$bBIFAU?=`koh1sNH0hnghA>+dO_xbXb=YZ10)WT2k8OX3!*{#zdAoD?YPGz^2(g4zNgGeH<6528UBq#vXY8H3b;Fvxrm2AK`wgVe*q45l9>2ErhDkUEgPAU+6#)PTf6 zdO#Rt7AXCJ)Pcl7G)N5$!}Ne?WDHUZ(hKq{$S)wb!o)!8K;<1MTtIRlagaPHjzBa> z3>0rLagbdgJs|TyZUw0U(IB^g;vJ+Ggh6>6WF|-q6pkPolm|f= zgSISUwW}ODz=BnhLP1s*hyfQS)ja}@_Y|~1=nK85v9c`` zR|C`>m^uOI9%vY!3$%9JV5$DSQ$hxAoRo3!}L2q^~20nFj|DN_Zzmk z7Uq7KdYJwX6Cmz~nY(}+vgaLYErSe{0n-mt57WN@svlTKEZq?LXlJb3aTyOuqnBKg?VOH2rd5{fPL7sfX!5&MN*i~n4$0u-@OYee_-li`W>M9VdgGC3qN770f_VmQxDVsp&R0U zn7IddP~*=WtRIp7VCrG|7eMvH%uPVkZ;7TKrXHq00IDBm?t>S6i?p!#9vP9PBfF!eC~2Rb3{hncH@WS*ztibva=?|tJroREIA7-ut zntp3E_ruh~^cz6+!_0lag=s&?2w3>R)Wh^YXot8TW^MzTetQN6h76?g6Q&-fe*#oL z%-jS5@eflE)9(P)4>R`xCu;c#ns0bcl z!^|}x;C`5TnEn8$ewaHP(8^ygwDK3G9;TlGsvl-90|EPC>S6jfv_kw3Gxq=|YW$<8 zADDWW{sgFgn7IyU`9}xM{V??~{Q^+^Fmo?hqt+jwvD~#*NZ|@K_!DZ$d4d3$Zc>WHMxl;8Q^jR)P+E9XM@x*bqTZ7C7 zEuRFLpHh@qu2GztlcuAPoS#>cT2Z2D#emdiLT*#T^nvt(wCLp|R_2$M=;b6PrRHdW z^x8sQrwO(f6jsP>YLI?Ve1XEsgMonoxxEaM1DTstP^kxXh#uscw)ot{yu|d>BE5qA zg3^Nc+|;~M4Uns0-UkN))Y~AxBkV?QPlL>72F-R>a+)}~!1jQHR7sP}1-)MmD9VtjG$L~irK^kk+fZQ7b)Z?>6KI#q$()dDyTb$28Fq*gQ``q z{s2%KKq_-#`ayodNcT#PC?3fzEiO?=N>xaNctcT1M?uN8s3^ZkNk>85H7LkGNL>?_ z)&v+B7?9h>$o3SamXsFdLE;RQUXk0tAax8yrKzAW2c;S0_AN*b3sl zk^tCWpmrZ}TNb7ke6>k_L24d6wdg3Qm#gb2q~;~(r)1`(+p3qAr0H6yYbqobgN=ja zUr>A_w{2nOLG1S|Ni9k&Nma-%OD$3;$j{6xDOSi&1G@+u!|EWTii%4ViVJcw^HQPl z4T?MD_AauS5QPf1ptu7iZas)Vu^uEXf&B<_6LNbOSwA%XA-X_mASX3X1H#iwO0CLF zEsBS@Q&Yj#R>8mumIf0T7#NV-z{qBT{EC?-oIy!g0h|^x63bE*5=#_vQWJ|y6!P;@ z6(CkYf&_2+0L3kG+Zo+nXc_^R2cR^9+)f6mg{3plGHv8GFh~yMZV=8b%_+$&$jMAC zQm|DpH2{YpC=QU@yvXX)@{1G-6f*Omv4$FMRt(_!CInOtAhmgs^@Hpz&o9bJiBHbY zFG_(#W^Q6hQD#LvSX{wDp+GM=UqL}xA*3iVuQ)BgC|4mTKRGc6R8c{c6c;2Wr!sJZ z(myD^k=w`UcIBm($5$xWDu60Vy|kSC{2~po84&CBDipL75J8~H04{StW+Jzlv6)$k zYNjr-p_OQc!rY16j>cwY6{?xYMpmI233jIg0|Ntc+Zx?WP{!9QFUl-Q)ksqU1$=dN zH8?zKb-;8Ll&-ARF{rK8iOEAMA-mGdbIxrs&D zsYMLX_C2V~L2f@It4DGl#Cf{LM&@P~Itu8tK`n~gklWKB^B5SOgVO?NTmreR43Y!6 z3p0NP zr$KhW><6VAwGWZo$RIgo1?R+^9B^q3bu+91qL7kVl$uq6i#>X#&fkAB zg6A7%2M~D z{L%uj!*vz2!!?3xLF; zdV+=1Luh*9XJBBsbE4M{Vkl(15|o}`=?9jc7W{ywCull@sAph+m)w;w5z=T%^&@P9 zrl(-6=?S5XNS458dcqn~Gc-}t6D*uy=?S5!VLwXw1WiA%^rY|&lAd7c45lwAA979? zj87^}seXig(DX#5^67yU=KLSRu93@%&_GR3uyBH2py#I37URj>1n}dNP2>m zQ!qV#`9-;j6kM`EseYI{7#WU$>${Hk=-m9z*Lp^dS2GzyAOK|Mm6Y_7)QZ11ufE(iN;91S_v#`a=@)(o^%uU#Lr|ewaHL z84gf2T|MAHU1tKbXQb0NR8i9vES!i_I(9;u4J&Y!MpayCHrTU@9 zFfcQ?F#P9dV&J%sUjIQxf?(=KY05$%LK%^sK;wO|@jcjh-+~8_dKESfsPG2bZn_Gg z6)r>Q1*ajjZ)OEW4r-8}ZiqVG2Qty!iBv-y_>{rpeJ5d)FE|WXV1d1zz2fV+!#c~E z4l^+D&~&_Sg0&KOPDw%=b-WK2&anKt;3Xt{(Y*l~_=pD&f}qP0!-wc+AX`7e4i_fy zcpsJeKMljY{9nKU$ybQ*BaS7ZgvhU;@*fsXu<{?$|7id%HwLYg0I!(VWyE!GctI9(-XD&KMO|NsaPZ9h5{lzf%-qNaDuf{ zA?b+$l%BvCymYNC!9m6i-k*l1A6R-)cmzpLuyh8~=R{$8BDp~UvlxS>ZhBG}O-~ph z3=)WtLrqVxa3YkRVCe^zo)+APq$gN81u`3i9m%iqK-w9oRX#C7`_a^@_Yy|yJ#hS> z6B4qB^aQH+VBrL-_t4d&*L$#Z1WQ*6cOmHtmfm3cohVFK)GDW_ovsu{(-ka=QRo}e zsObt8PQ<1wSUQ5Gs|B|p=?a$KV3s+?ledlnuAhN2{V;QwVDs`+TIcb>5_^9fX5UDq zXGkH^6{tN03n$n*57cl$%zMGo4=gGfSUQ90bD}UkIZ-V=QFqplh08 z@klHkA&HuvVBv(6p1}P*1_n^y50Rc==?9jc7C^@VVd)HJzhgXQGwal9Pw~OpQ=ibs zk;!x4gyEi^U=c_nEg^wOPoTZKuyA^UWgZpY*Mp`VSXzQv2}@%zz7vIMiCS$aYNw@y z(X<4MVifv@7;0LAg%iHC1e=F|rKJTIAoU!I!3+!xL8-;1IVI!|9zgV?n@SGf12Vrw zrTJ2W(X@m$5@v`Z(h{iM1PdqhaRZG09W?#G(v!kDNP2>$Gni$N^gwJ+ ze+QZ`rPjE?1NPB%9oS+cLIjbXK;s6ma3Z>Y2Tez?bOoC?MK7-)>4N-5IYd9@jdIXB zeo(ri);fNM(Q*n~vSN@BMx-lHIRy(Rr1m(9K6o1nI`0lkPcTKW@(RX>qzCdFQV{(x z)5xbmZ75KB>Y!44`~r^od-7d4Japa=M5HHBdmI){PjIxyL3>hRYatq$7(iQ=89?hW zK%oIjYoN6uu(cqtwIL7gLFTYwYep1KLh8r`#~`%A5meeSB?Y`mIhD)}N~#we!a;6= ztN;S-C~{0mfp9?1BpNR;h3o~JL$nT5g#~R#4lxv#IM8}+2+URq6|}V>&~Uy1jZ0W~ z!_>oQGJ*!C6--mAA8ZH%19&YLcx}k&S}s_S;H4YbA^8fgA}o?K1Q2;1yygR%4`Jy9 zrUjNyVSGqD#~T%3zqo)&eTPcla zO7+9s14<{LHpJ-KP*{l2hL+$%q!Up653BEQLF*lbyO44U)-FJI#e##-`o9oDgH9?3 z9f{@)It3{+FR_Hwvp&8gwj3d!t(2aT1fc9)Wc}^)I9KUWGOHK5@|~H!>nUuZ~%{WQEO~s!RXioEND^a z8$5{o3L2Y$g%h!36R>myOIHfjkaPu0Z!pU!-Qz~7ewaI`ovso_(-kaeQRo@msObt8 zPQ<1wSUQ5Gs|6L%bcI%Kg@&P6OEQO2{V)ruovsu{(-kaeQRoOR)N}<4Ct}kTEFHnp zl|mULUBS{D%rbxQd8;rU=`^MKVK!1bT|HnM9ixYZEix^^iJGop;Y4h@f~6x^x>`^S zNmsD+2D8gKF*mg+5ym5(rc^)7Mrx<41*7Q-7PKhz4R+LY1q&x)(-kZo!P1oiv|j{E zZ!pWkGxJjN%V9jyX-f6OY@~L&N*GO7u%JbuXRx8BD_A%Yo33E#2$rs3hQrbuj31Pm zmXiuT{~jhn8cnHwm~D*Ey}i`x4=RkND_GE?&=IVt=?WH3#H1_Gcn@rR2R7c5a2qn- z0~-fgkO!$36>=c-f=pBzG2f#{*4VP=)mj%OM&z^q24=peW6MluhqLvLber!HLmTgb zhBGXG!@?USvKbhlXC$JF63?gR`0VI7KJnqcfEALjh}Qv8DZzrs-=O&(Sh|3v6NoAX z23S6Y@gea%I^P2ekD)?4keNvl1|V?iRV+QA7<0&d=D%nXiLvv zM5Gf?{ST|}VfFuln~-t})-FJIjY2x4{#WpX&_1A}i4+1r*EOLlC5nIN-K{j#`5v%| zBpayk4l>`!ii9Nf~6l=dRh<lrf35rtv2(Losqp5XPoxo^%LIf=mD`F37dV+-$q4WexKd|(q5DQ69 zuyh8q!n0Tbdc6SI^&Lg}VeX)I`SieibPqHlY!NJp-Kgma7EXlH6D<9}($j({NP2>$ zGnfsa`Ytmsy)-AWh^zvNQvEP@P&++s7)?)zphaTc*om5+VBth4J;BlsEIlbiK++Q| zox!Z|ELK1anUj&CDAf;h2es2v!)SU!1T7M4#tzi<1PdoZ=?Rv8VCiW=C?q|>(izMO z&tk~+khz(~#hLkeB&R4!^~2mj?er8dnw}6ri^Pi9j+≤Y27s!O{;bJt+i3(i1G5 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/bark2.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/bark2.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..7864dc3d46a1689874a4ef58736f3d6e460c0642 GIT binary patch literal 2140 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 S#SH(T$x&C)YkI@pY;gb*HL|P# literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/beware.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/beware.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..c2822f3182884368329c1546fd5d1a3b9bbb70bb GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t92giF6yO>f>=_su>=^{$0>hM1zzBlG zcn+kl02IK)D8{J<*#wA*FcP5!B7)$9SP(H72@(Ne5FbQCFo*}i5I!b}EDK>HlMwX? z5eOebB19o9kSK%&^AU^(p+WMP7$FB?fk*}h5DCG^Y?!$aQy}ulBuE^@htVK53`5L; z$$)4GhRB212o{J3Q4g{aCJtglWFRC&93l!~L&QNOgbyM?JP-!4kuf$gkUY#@5E~VP zbf990JVFOT79s<28%Pw!N6-je2r)t|kV(iGRXs=sW+O}nBnH9=K7vJ@3y^igOb3a9 zFw86vjo>3#2=yQp5FUgDVIx!`SRi>24;_QV5xO9<5HS#m%m=YSVjv7+gD{8<(hZ?O zBuEs5L2Qr=a%h0WVHhM2VuNUiIuH+nAz}zo1RuddRS6RZ(a18$Y>*r-3{eLoA*x_J z5RDK4u|Oga4C28ss!t)J5LL)B5OGuzrV2(wWMMoIjVS^W1!0H`EUaKW7!6VZ!!R)r z4H5&4)(Mv~$T>bM(bGmM6~0LFua zD>j=TDj=y1q6b7mL_s8o2f`pW0)s?QF+vW;f|v>86)+ZnYcf<_=xQLcNO~BdE(fT*;f>eVrNESq+y96YTFbSdpL}C*Ii6byV1;h;OBuqW3Y9vtxQ0W8X zBWQ$rgcyW{O9sFF5WNuJqnQ9N0YI_{br2TJR0t15fvB1Ac%~* z9yAri3YuzpK07))I$6?5(DJ;dx07JdR84Qo^U0E4!J6J)!5~#mf`+}xk`l))&wB-1 zo_7)yXa(s`mW;X{bseM+Mn+vX>;>s@5(KFQnOuE8SyGWRI~t@*krQNtlOV_jkhvfm zK(5J-_6m-=4sroVw_z{H7QUTY_L2JQWZ26qzXhj32J(S zbSrX#OtL&5G}W*-XsSRf$X<{dkY13A?C9dTAe|s{K(=}XgIrZSH(9d!KF9?U$D^); zd<(%K_a;jQP0fz3zHiu@9S!mk$aWA5yq^pw&rGkrMh0`fm7BtZJIqnB!ee3u>VBna{gD274d3<|fPsUT>1zC{rf z)*w+xNPKZsX- zALJ`goLQa+r4vwUf!GcSdys1kdqL)b^n+{z#WpB!fOLBWLsBj%J%KPN?SXO*$c-R9 zpg01hJ4h&LdTV-vLKNgOkeLvdBuiSJSL6hxCy-8%eITDFOM=o2$nPMPppXHj6;S>J z*$GM|pzsB$1c`(AAa$Vh1_}v?|3EB|2@n^6)PZaPg-MGdC}cry0mU}RbWjQc#RP~A zauLk;Aax*}Ae%rKq#G22AaPJCH|*_62AK*n3*;}58j$ZHE(PUakZw>O2Zb5Pcc3r? z#gQT>DCa`dgVH}J6cjlHS`|4#@d%1F%kvV)K_LhtLFpglCW+%99tgK6g3@?)G{}CC zt3f#vl(s>l#dATjQP->Q7thU(28ARj)Ie!7Xevksl(wA&TNHz)f^>rX6f_l-e;_#@ zQksE$2XY;#Op-Vb(hEwrAV2mbgTz6h3(EZ2ri1Lu zjs~d#`3n@rAh&_c1F4LkeMKzpi&5w7eKi$>iV4LpnL!d8L!};7 zCQxjG{0<6nkPAQ5s(`|IR@e{ zP>Kh|5U6Aa`4Uv3fouS=K`sTQYfvc$N)-^lgGf-ggGz0XDp)vy;s_M0AhSW`04S}3 zbc4bMl#)U21gQs=eV{xBaT!Dfs6+#W6)5~bega`ooPo*`ke(JrP>h07I*13-19Cm6 zqyvQxC_RJH4XC6CH&ox$R3bOA>|t=J^=W~=_LRF literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/coffins.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/coffins.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..e7f4599e9b41c3e2457448914b8d83dd0d67a9d5 GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6c`v79N-!n>=_su>=^_Y7&O@}Jsmqe zPbc|iP0aF7fM@Hh0d^z`fo`5)}MiC_{Oc3@V2R)3Oz(Z#BZMHfLVuwVQ^AqcV`q~Frhu^ZKX zkUo%2pjd$D0of0UUywK`77_M?Y=`IvnGM4rpMrFOTn(bLCPH+AJ0tyF^U$Xp@d?EHDgg_MGR?*oWoYM^Nqqr9X&%PiX1|*;I59luwH$f_%O<8)Sb^a!>M{=b-cpk_U$jH2z`f z7o;B~Uo^4mV%23(Isw@P@^SIp>ib#!QNEzCf#gk)DAfPm5dDUn;PL~MH~K*?2iXsD zBPb-2C0i6hArB5$P`S_#iX%w=1GyiRe+=0{DF|c(#E+2F0*S{K#VJccIzZt9G8^Q2 zQ2q)$3&}s4>LIEiJP;qI17Z${O!5W$A6$Nd^c#9Y{SPVuz&-$}0_lZe5FZ(X^gDK==3h|x z2eAv}Kal-VydV;kj=&;tzkyOf;91XZ$8J#m1C>9Hp!^H3A7G&cQU?hIkUNm=hvZ*S z{Da&NDnCK-2h|5I=Ru(WDk&f-3gQM(3IVwglmfu^gX<5F{h;uR;)RqLp!f%+RgfOA zZn(RV{NoEse~|nG((l*}Dm$R&gVPSgwIEkOYy_DGG9QwUlKf%$2kQP#&(l$$(1+$< zSo#O)1z||K1e*b>)BThDK{4P7&i^p`!C?)my(YqH4Uii^AqR2=*hk>F1)J>)NA3*+u#2?5dV1FRRBq;tZJt5^MsQm${KSBCHHiKzMJr1tD(R>7If1CxSK1llo zQho*Tf?9B(aE7P`u|PIMd<-H%=?4@>pi&SL{t){?<)rq^PoUZdTmwQ{ykNhAT>y18$hS~FIDdfno~I$@AEf=@*$r_4CNI%HOVB5f@J*e~s`3Dr9AR2^0@c?eW zz{?L%SqM&n6Ct%fBpyL}z-|DiNsuc*F#rk+kO?U6KMiVsB>9747ZmF-`ynQPO@pLE zUr-wgWF{#6K->??KcLVEJPXnVN?Ra#6rJD{0dhGg1VG^fatp`@(D?TRg&w&4_63!V zAX%_#NJ#?fcYsX*r3X;z1KEKnzd-575>$ReYEZCBkV`;e39<|9dax+SO<)m7{(;87 zB0DJmz``F|XM)obs5AiOA`k|NgF*&`LGDAuAISfp_76DxK_Lik=Vn1#QXn>@?F4H3 zfOsI6_=4*Xxc!j)4=TYy;R6jlP(A_mVSGWU1tboNS&+>jzkz62`iI#MidT?ckUYqj z;P(DRkSIt55*nb;1?MkN{Q<6jLFpIde`x!;9~|zWau`&LfOB&ZH2;EIHXzr7Qxhl$ zf$~2{KiK`C@&lwEYyza*1-Sx(LGA*DK7pu-`fk5YjT0kRE(L9RgPg~)+=PoVk_?tX9!4jeb& z@CB)d>4VT9pMgRGM1yi4DD*-32V}pcrz5xr2`Mc=Dq#9SJ^`g3s2PyZ^#`@UJi9^m HYqA3Xa{Tg> literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_paths b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_paths new file mode 100644 index 0000000..ca7b1c8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_paths @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_track_sections b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_track_sections new file mode 100644 index 0000000..8107bc6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/data_track_sections @@ -0,0 +1,120 @@ + +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/door1.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/door1.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..202ae4e18cc0f4c3d4707cb28048dec1c38c4497 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMpzYwk5VDwkFn) z*^m*$g5tR?b6a9t=7V8;OT4F}r(?@}kVwz`p7|~FK_m!QPppYm^vrV3YA$Nca!g`W zIH=H=a5$1Vkr{*&nLQ7B9;`ZAb+qVc)lo-B$3~4tjf0Mj7L68-o{SvLb5-Xm*Tix- zTQXWYGB_$6^gLL3yt2Kpy|R6a_!jZP*1}fDM#n}Fo#_f93tKCXR~}z|mBX2V(UFm( z5u`upa?oW*MoY)VlUHBeA{yBm*}O#*0Uezkok3qm4&r^Uvl7iG%oC!ncUe>YjDF@o2!ofWuV> zIh>cKE>(>J+282cIP3K4%Ui?)odd!4Rk2sGgX{yjA4G%A5Zxjk=osm^MZEH4RT=(yZwpot<^o(~-ehz*(S~!;ygzVzTA`aFs4q<~xu>Inh zu9>bN{Yz7qrbdfKi&`>zHm?x{rLD!67f%L-{o={9Coi77c=D{Xvw1gdvq5~2|M!GX@}A@g%0Ej}LGc%LHOV!}HM12g?;Pm7`YI>| ztr2ZJ+QbUd4-$ukXP{%Cn*x->QFa@1ANM#n~o{gKX*&TGU`-4DtKg|3CI zp!5K8KSaMHBS$kR{e!{}l*%V{g6sh0pIN78od&4|VNlG@I=kp>p>v@tIQ=;WGVTeV zKWN?ux!Vz(eioetr5zAf^i8P*oprX$v&$1C4@v)B?4bNF z&^$L4qCd+ut2Gmx{y_S{@dwQ_j*O0sDCrkmek|r)bhfZn091afCW|JEIyO2sufE!N zwDBk??KML4YUR-;R*;>bZ~@UEJgIY5_ZHE{oy0EqIC@9lw_7S0X@K@cxlI9W7X6oj)yvxUJhn1Pvr sF*`I{6eN-?oGi@YEYWPpEOAuR6z>% literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/fence.rgba32 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/fence.rgba32 new file mode 100644 index 0000000000000000000000000000000000000000..66c003a619ec06488047bdab7b4891dfb395dc0c GIT binary patch literal 16476 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/gallows.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/gallows.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..e62e3431616c331ef458ac754e599d5475d54d84 GIT binary patch literal 4188 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 a2ZbTXT#$Jv>OlVVl>?_wkegw0AhiJ0v|%Fv literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh new file mode 100644 index 0000000..f88eb6c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_tri_0 new file mode 100644 index 0000000..bd71bfa --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_tri_0 @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_0 new file mode 100644 index 0000000..d15896b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_0 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_cull new file mode 100644 index 0000000..f6c5618 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.001_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh new file mode 100644 index 0000000..e73f7f2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_0 new file mode 100644 index 0000000..a485293 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_0 @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_1 new file mode 100644 index 0000000..2a4b4c3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_1 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_2 new file mode 100644 index 0000000..ed94dec --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_2 @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_3 new file mode 100644 index 0000000..6f14f69 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_3 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_4 new file mode 100644 index 0000000..8eae3ca --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_4 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_5 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_5 new file mode 100644 index 0000000..8cd66d1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_tri_5 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_0 new file mode 100644 index 0000000..5bcfd63 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_0 @@ -0,0 +1,682 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_1 new file mode 100644 index 0000000..76dc318 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_1 @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_2 new file mode 100644 index 0000000..ce03bb5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_2 @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_3 new file mode 100644 index 0000000..02e03c6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_3 @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_4 new file mode 100644 index 0000000..5651772 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_4 @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_5 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_5 new file mode 100644 index 0000000..2f53995 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_5 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_cull new file mode 100644 index 0000000..c802cc6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.002_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh new file mode 100644 index 0000000..ec28fa6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_0 new file mode 100644 index 0000000..b01d579 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_0 @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_1 new file mode 100644 index 0000000..cc23ad4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_tri_1 @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_0 new file mode 100644 index 0000000..602c4d1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_0 @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_1 new file mode 100644 index 0000000..bfb7bc7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_1 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_cull new file mode 100644 index 0000000..5ae5944 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.003_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh new file mode 100644 index 0000000..da50b94 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_0 new file mode 100644 index 0000000..e4dc2cc --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_0 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_1 new file mode 100644 index 0000000..c8af5c2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_1 @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_2 new file mode 100644 index 0000000..cbd56cb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_tri_2 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_0 new file mode 100644 index 0000000..f0e08a2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_0 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_1 new file mode 100644 index 0000000..986d3c2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_1 @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_2 new file mode 100644 index 0000000..fe8ffe9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_2 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_cull new file mode 100644 index 0000000..3f6b688 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.004_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh new file mode 100644 index 0000000..e297010 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_0 new file mode 100644 index 0000000..da0976b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_0 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_1 new file mode 100644 index 0000000..5bc40b0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_2 new file mode 100644 index 0000000..85eab87 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_2 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_3 new file mode 100644 index 0000000..fa10f44 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_3 @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_4 new file mode 100644 index 0000000..b8bd61e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_tri_4 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_0 new file mode 100644 index 0000000..20d15bf --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_0 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_1 new file mode 100644 index 0000000..cc8a17c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_1 @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_2 new file mode 100644 index 0000000..5bff9d0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_2 @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_3 new file mode 100644 index 0000000..6ba4816 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_3 @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_4 new file mode 100644 index 0000000..98ccf06 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_4 @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_cull new file mode 100644 index 0000000..818f967 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map.005_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh new file mode 100644 index 0000000..a205a31 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_0 new file mode 100644 index 0000000..f4c37a3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_0 @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_1 new file mode 100644 index 0000000..4578f6a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_10 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_10 new file mode 100644 index 0000000..729ceb0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_10 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_11 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_11 new file mode 100644 index 0000000..4fce804 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_11 @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_12 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_12 new file mode 100644 index 0000000..841cf4b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_12 @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_13 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_13 new file mode 100644 index 0000000..f75268e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_13 @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_14 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_14 new file mode 100644 index 0000000..a21a187 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_14 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_15 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_15 new file mode 100644 index 0000000..cfe5850 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_15 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_16 new file mode 100644 index 0000000..33cba99 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_16 @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_17 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_17 new file mode 100644 index 0000000..57e759a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_17 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_2 new file mode 100644 index 0000000..3eb3328 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_2 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_3 new file mode 100644 index 0000000..b99d5cb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_3 @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_4 new file mode 100644 index 0000000..659ce28 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_4 @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_5 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_5 new file mode 100644 index 0000000..b65ac19 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_5 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_6 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_6 new file mode 100644 index 0000000..935b182 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_6 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_7 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_7 new file mode 100644 index 0000000..f4ffd21 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_7 @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_8 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_8 new file mode 100644 index 0000000..e1fdd7b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_8 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_9 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_9 new file mode 100644 index 0000000..206d34f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_tri_9 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_0 new file mode 100644 index 0000000..e6b2373 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_0 @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_1 new file mode 100644 index 0000000..e571f7f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_1 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_10 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_10 new file mode 100644 index 0000000..6454e29 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_10 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_11 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_11 new file mode 100644 index 0000000..7646f02 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_11 @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_12 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_12 new file mode 100644 index 0000000..cb607d5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_12 @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_13 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_13 new file mode 100644 index 0000000..14d906c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_13 @@ -0,0 +1,712 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_14 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_14 new file mode 100644 index 0000000..2f2eaf2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_14 @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_15 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_15 new file mode 100644 index 0000000..fcc13c7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_15 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_16 new file mode 100644 index 0000000..11ac0d8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_16 @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_17 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_17 new file mode 100644 index 0000000..c159b0c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_17 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_2 new file mode 100644 index 0000000..d2897ac --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_2 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_3 new file mode 100644 index 0000000..d0fae32 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_3 @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_4 new file mode 100644 index 0000000..e5e1f6c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_4 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_5 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_5 new file mode 100644 index 0000000..8e073ee --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_5 @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_6 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_6 new file mode 100644 index 0000000..62f3e31 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_6 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_7 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_7 new file mode 100644 index 0000000..47f407d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_7 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_8 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_8 new file mode 100644 index 0000000..ec3c234 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_8 @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_9 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_9 new file mode 100644 index 0000000..df98139 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_9 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_cull new file mode 100644 index 0000000..d0d7e0a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/map_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/marble1.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/marble1.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..9251897ad8b785cdac0c1c8c71e14bd13a58e445 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMs1R*XNe^&F^h~ zZhmd^wawS^?`?c<`rh<=={3#wmCr4oTVC6EZ}ZvLXP>{XJo-UJlk>{l4;j^}X-s3PJGR z*Lz=&zCBlX@9T5(YlY`@&*`5lyteh6_H*<5=FiQqWrO7JeSdELz8Ylr_v-I^LAu{p z-`jkx5aiBth4;3C^xWHcuJ9TN7GEp8w-)5~`{vg+zI*>{?X$1<&97~JUkx^4H-vs) zd9LuB{=ia|DC+kEuxz0Kzg!RF-O%f9#ZzBvfq+x+bFdvj1of$V?3`?=-&>hHV1 z?*`d^O#hhfwZeOwuN5EDKUcW-^|g)H3a{l~E4;V<893zbgTh?*z4`mfYq{^uzwZW{ z0QSTCYH)lMUn{(}_1acYSb@p>qi^@FzLtM)^S!O0um_v<^?mhw^JgHk^84=Zd%st| zuYO+%ij(K&_cq`A4$*(_^S!V4KHuAXZ6nA}N8g^)2gSiL{d2nSE8p)1x!}3^|G)1o zpId_1M_*ps3<{ll-$4*$0x0C4n}cI&>p8<~`PcIIu0E%GboI6T_mpz z@6SHJHwF3S-bRq_d!MfrJ~s!+Kl^wu8xq@~R0m2upqK>5Ajl==U{_ndHwF9YD=3|v z(>?q8TH(FVpcsB`{%rkwOOXEmd;degUQo!t-~E2~v(N7=11Q?HwWb%Pz>Mudhg@2)gay94WGS# zw*KDwd!LW4{J!`9-uIOt_3x`eG4|{$$dvb%?=3;TI+qVl<6A*yJvRlB?~R{*1^NHE z`P%Gj`A1*=|NH;{d*komv`Q#{gZzW9d?1v+LH>VkiKl!h1m&)KIP*6s4Dpu_*EZwJ z--OBsLiw9u`9L6l6D%JHL-1~|ze-kPn?h(k}pq!1bd?1v+36&23tr^}c literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_HM b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_HM new file mode 100644 index 0000000..4c607e3 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_HM @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64__64 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64__64 new file mode 100644 index 0000000..5f03ca7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64__64 @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_bark1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_bark1 new file mode 100644 index 0000000..db44f8b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_bark1 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_beware b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_beware new file mode 100644 index 0000000..e0500b2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_beware @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_black b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_black new file mode 100644 index 0000000..0bdd213 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_black @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_coffin b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_coffin new file mode 100644 index 0000000..6f72039 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_coffin @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_dock b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_dock new file mode 100644 index 0000000..af9043b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_dock @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_door1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_door1 new file mode 100644 index 0000000..7a83456 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_door1 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_eye2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_eye2 new file mode 100644 index 0000000..1cf4453 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_eye2 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_001 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_001 new file mode 100644 index 0000000..3b9adf2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_001 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_005 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_005 new file mode 100644 index 0000000..c1aa02c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_005 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_006 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_006 new file mode 100644 index 0000000..9200133 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_006 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_012 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_012 new file mode 100644 index 0000000..3c36c23 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_012 @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_013 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_013 new file mode 100644 index 0000000..b5d113d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_013 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_014 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_014 new file mode 100644 index 0000000..b287b4a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3d_material_014 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_001 new file mode 100644 index 0000000..de4a31b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_001 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_002 new file mode 100644 index 0000000..619e21f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_002 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_007 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_007 new file mode 100644 index 0000000..f9f6528 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_007 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_009 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_009 new file mode 100644 index 0000000..71636f2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_f3dlite_material_009 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_fence b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_fence new file mode 100644 index 0000000..f5eefed --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_fence @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flag b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flag new file mode 100644 index 0000000..277960f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flag @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flowers b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flowers new file mode 100644 index 0000000..f001bf9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_flowers @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_gallows1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_gallows1 new file mode 100644 index 0000000..48f6ae7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_gallows1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_grate b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_grate new file mode 100644 index 0000000..5b40804 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_grate @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_ground b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_ground new file mode 100644 index 0000000..8e73068 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_ground @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaf1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaf1 new file mode 100644 index 0000000..e900c33 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaf1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaves b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaves new file mode 100644 index 0000000..990afa4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_leaves @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon1 new file mode 100644 index 0000000..14a04f7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon2 new file mode 100644 index 0000000..8848917 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_moon2 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_office1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_office1 new file mode 100644 index 0000000..b672e83 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_office1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_parking b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_parking new file mode 100644 index 0000000..bb82367 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_parking @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_path b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_path new file mode 100644 index 0000000..cdffcac --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_path @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_roof1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_roof1 new file mode 100644 index 0000000..ffa7c76 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_roof1 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_rope b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_rope new file mode 100644 index 0000000..fd7da36 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_rope @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sand b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sand new file mode 100644 index 0000000..77e0552 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sand @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sign b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sign new file mode 100644 index 0000000..7ff1961 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_sign @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_teeth b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_teeth new file mode 100644 index 0000000..aa8c73f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_teeth @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_wall1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_wall1 new file mode 100644 index 0000000..ba33d09 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_wall1 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water1 new file mode 100644 index 0000000..e896e68 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water1 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water2 new file mode 100644 index 0000000..08bec34 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_water2 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_window1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_window1 new file mode 100644 index 0000000..7e0c07b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_mk64_window1 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_HM b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_HM new file mode 100644 index 0000000..23e3f26 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_HM @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64__64 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64__64 new file mode 100644 index 0000000..23e3f26 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64__64 @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_bark1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_bark1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_bark1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_beware b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_beware new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_beware @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_black b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_black new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_black @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_coffin b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_coffin new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_coffin @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_dock b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_dock new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_dock @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_door1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_door1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_door1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_eye2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_eye2 new file mode 100644 index 0000000..64989a6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_eye2 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_001 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_001 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_001 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_005 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_005 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_005 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_006 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_006 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_006 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_012 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_012 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_012 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_013 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_013 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_013 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_014 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_014 new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3d_material_014 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_001 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_001 new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_001 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_002 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_002 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_002 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_007 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_007 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_007 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_009 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_009 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_f3dlite_material_009 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_fence b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_fence new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_fence @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flag b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flag new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flag @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flowers b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flowers new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_flowers @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_gallows1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_gallows1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_gallows1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_grate b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_grate new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_grate @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_ground b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_ground new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_ground @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaf1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaf1 new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaf1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaves b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaves new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_leaves @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon2 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_moon2 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_office1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_office1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_office1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_parking b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_parking new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_parking @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_path b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_path new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_path @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_roof1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_roof1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_roof1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_rope b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_rope new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_rope @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sand b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sand new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sand @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sign b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sign new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_sign @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_teeth b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_teeth new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_teeth @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_wall1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_wall1 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_wall1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water1 new file mode 100644 index 0000000..1ef36f4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water2 new file mode 100644 index 0000000..1433445 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_water2 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_window1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_window1 new file mode 100644 index 0000000..64989a6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mat_revert_mk64_window1 @@ -0,0 +1,7 @@ + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/minimap.png b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/minimap.png new file mode 100644 index 0000000000000000000000000000000000000000..c3cacd6d55edb7dd3affcda2883feb56d1264eba GIT binary patch literal 4323 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64 new file mode 100644 index 0000000..fb31eb7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_tri_0 new file mode 100644 index 0000000..ae080d1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_tri_0 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_0 new file mode 100644 index 0000000..cb3dfb5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_0 @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_cull new file mode 100644 index 0000000..b6b0dea --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/mk64_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon1.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon1.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..e6dd31d834c04a41f50ea2f994ca45e6712a607f GIT binary patch literal 2140 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 + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_0 new file mode 100644 index 0000000..d4d6668 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_0 @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_1 new file mode 100644 index 0000000..00e9adb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_1 @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_2 new file mode 100644 index 0000000..8d57f1a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_2 @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_3 new file mode 100644 index 0000000..c6c682e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_3 @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_4 new file mode 100644 index 0000000..31e7bfd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_tri_4 @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_0 new file mode 100644 index 0000000..61f6a3c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_0 @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_1 new file mode 100644 index 0000000..2b83dbc --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_1 @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_2 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_2 new file mode 100644 index 0000000..d0c7607 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_2 @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_3 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_3 new file mode 100644 index 0000000..ea289f0 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_3 @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_4 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_4 new file mode 100644 index 0000000..9b756b2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_4 @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_cull new file mode 100644 index 0000000..866486c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/moon_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/noparking.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/noparking.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..17975fd188432d2028891f74f00d2f818b0424a0 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0Sk1Hv2Hc8)W=?AI5!T5mj z|9^=79XR!$V7$Qi|NjZb1B~DI9y5gLKfw6^{{cpjDInJW|0{6nhq>wd-h1D-u0_@l z)3tzc1|Hofz_x5)oWOXlcx^UJKg87Udx?k7Es^y@dm z{6Mh=a#IK6z3&?s?|q*E#S0kkeFtF>e*)vZ@AtlgNC-v_zXOaQ|LlD~gK_Ws4#vIj zGZ^>2FTjE!q978aYN;kH{;q9Zn?2|Gl%=FXkbV$`#Q*>QAT}Y4O)WMtT;^a?i%pDl z{d?cz(t|7xu?tl#L=2K2kkw*iV^a$egTx0mJ;-9%)M67u)`QH(rWTtRvL0kMHnrHq zko6$5v8lx-hO7sfjZG~!F=Rc+Y;0<=i6QGjW@A$esuf-^J^)qF$V#!Yv8e^s2M-u8 W5TzfRT9BKzuFa0dY9X2+s#*ZseLZ{t literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/office1.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/office1.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..bdaf7595215f245e15d61b41a21bbbe50b033521 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMs0F<@f6EmESAh zgW>nx?<>z0f=H0a_ub#CA>tra?<>#cf3HRs0jsHgU-=zm23RFX{#+qK&HGBQS-U|h z-&Y>f1<6Cq0_lR7{k#ggXCfAK(>JK?)R2pc}s|n zW4a(!5Su|PkQxYm46Gl-es2yYL4LLbx#|0Eh#THlzOO#|7Ni%Z3nT(^G028%8zH)2 zE_e_2Ge`{NO0U46V6Q+BbmDgsbmI341Y<$3U=ZyU=q2bCoGjiWzjyVy{P*VHD-pWi zSH8D=Um0~ZSu#5^>Uz}Gps7Jqqpl`hkGh^L9yK-UDo6~(E1o?iaqrt}h35)Ec0zpn zzVbQLFF}*DBa3HeOJ+wVi)TlIVDaqi= zYPMwY?CQIQy_(((j1b7-C~@4d*Ydm*zZ1VN!TpwI+`DnvKb|JRG7i)UBQ z_6l|q)Z~QfXH?`g^mY=Ax*j#vE7-92=-YGp*EZhU3<@u37=Y6s$QMypvm>kTR^JVp z8g<<(7^0tn5o9|kG_#|VCB1^r6<*tTZS%E_-*>+^2ciQ}4J`#~Y;6?{zpTH(FVpmYH80VoteA@?1W$}N+wgTlZ0zG1IdaMbmnsg}JU zH*h$DNRUXfWYE-e`seaN;RkU$$oJ5cX!+b66#vz8o9{9(TAud`4w~u}j0i`N{;2Ct zg2!~v<=@+U?=vXuAs9hMP0fxjo?AQ{WFN>4AQKFGL4E**f|H=-c|}gJ{To5)2a@XF zSMGg%^zGi&$MlcBjhYIIz3RIV7lYgYvQg6;!iSJY-(K5%t?*jm-nU2J9@7Wu0)+$E zAC;i+2bsXZ2vV!a2{8fL7YvLr`@#8bHz?JBLIPC&e6NnWnk`vIs+pp%s`ldQIXS05ES-a!G_>)0HywO`PVjrbb&C~^}9h~@Vz=& zyhVPgIw*gFQYa{v?`^)e5ey4KJaEiy2B)9R;QUt&O2sf!-d7gSUh?#q{=Lu7zCQbU z@9VwK&&}_BzW4dLDToA#g79dA#w=YL3#X` zE-1zzGBDL38j}9Nc9}z62`ZI9^%}^}<{&?U)PYQXZVoaN*@rOmKsJEFeD7nTk333-m9^^6z4Uz-70F(*=&U?&u literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/parascode.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/parascode.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..678264be16a9c632fd92fe19b830c6853d711239 GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t92giF6yO>f>=_su>=^_Y7#<0X!qE^I z4S^9I0)me~aG**8h}|F(gz4`JL6o>h=b^g^m5<6J&+W)&K-drxWE#jd2p&WPBnD$4 zn^1BM}dn0k;XLWC}y$z@geG9 zESOG&C`<;T55@z@!!Sq&A`W6fL}7f8c@Q>;g)9eR!_>o6K*T^K1cSsu7?}ss1Huq7 z5Q(Y+A_5Tuse`Z}q979C4iFC_3n4*#kSvS`(hcH6#33x0983&EBg7yqh(4GML=3_M z$$&732f+|o2ni8^*aKoiL?I+d6vP5ykQ_3GiGfUpVTe3P1|$OF!Dx_4AU+7g#6apm zd@3`T>@ zfyhBbkV%j@hz~LmM1%Ms^$gRo&LVLS+p&;{XxR6$q}8DtV94&j4X#9)wH zP}PA%kj;RxVKhQDL)%dmR!*g%DAv2 z(_waNPJLfxT0=`=azjm4Vnan*LPKs;XnmZAt3!a1KFB&^jU-Cl!m22T1$D^{^PAHD zFP+--f7zUg{};`k`hU*UDgUSSP5$54*7v`$qVa!zV%Gm;zmWeWafuDZ5n&EQ8IDKM z>{4&WC9N6zSM-+u-#Dl5|K1HN{+~K>=>LVY7yn@xwR%@7s0Z z|EARk{x6-g=KsvDDgS%QEB|*CWbLm>2p}swDkF>=>e77v?^?U)|GjHh|G$0t_W%1g zpZ`C9^7j9|JJ0`Lx%BY=g|iR-pF92d|An(J|6e%!>i^l(&;MUM_x%5j%g_GbIDh;9 zp=~?=cT^Pq&kFZxz~fB}sWcyh{e=mB|97lg`v3K_r~iL``|D%;{(UFI;%`|Jv23|8L)T`2YIF z%m1hMb^VX`bKQ?&5f*{Uc<253snP$pZC?NX+2bewe|`V;|KIO_|NsB~|NsA=|NsB} z{r~^>ufPA_z5Vw8=JlulPoKE`|KzcI|4$ry@c+cIhyPEWc=-R+sfYj1pMUuO=B;P{ zpFDZ>|HAnT|0lIK|IY~Y!0U#d!r+F+qLlw@SFiqm_xAn&-@bhR|L+&V?*D)P|NsB* z|Np;#{{H{`>FfV{cOU;hb@Iyp<43RjKXLTN{}V@V{Xco^_Wx7IZ~s4Y>h}N3m+t?6 z`0(ZbCr@7fzkcD;|D{tV{%^@jz#12Q1-^{UMM?ixE?WHm?78dzUp)Wt|L2cCU_XQW z4YT|IzkmP#{Q3R=_3M}ackkZwf8vD6|GPRT{GT>;{{Q7mH~rta?b!dLhc5j;b^QAO zb7$}TzjgEZ|EG^X{(t-YA#JQ)qh7P=l_8Lq5n&Y zYW^=-xbFY4BbWZ4J$3v4^(!y`Kf3?z|C<-T{(pS+_5ZHb>;6~7g`vblU7Ec^Q*reF zV~39azj*P%{|o2t|G#_t<^T8ZzWx9C^Uwd^zyJLI^XJ$9-+zAm|MBC?|K~5B{9m>;J9uSO51{mi(`Y3x<~u9Yy{PGkPokU%qth|D{V0{+~O0_y6UK_y0e9@aq5T zSMUG7dGqG~>o+gK_TId8?fRSKp z?OgtsmDc~?ykXz}tCybse{lEH|5wj`{{Q&)*Z=n~-v8gZV#WVS6@}n*(3@_~*jFC> zf79yO|F2%V_5bpfhhY0ppSh_oA^IBFY~{d zxzT?eU5)>mnyUXbG*td;XsG^IS6BV7rl$5^TTA!9w`airNfT!Mzj*HM|NFP!{eSuN z+y4)*fBgUS=G*^kXDB4meG3 z-*)hSK|$&N;Nal@At6EkLqY@odw9D1x3)1yvs>lAx`y(9HFf3xs%pyr)znn~o0ypY z&&n+Lf9SxO|95V_`2XVR=l^eCef$6Z?T`Nt?>_xMx4Y|qlB=~tbBbgA%+BKfr%xaG zfA!|w{}(Rb`+w&2t^bD)p8r36>Vp4{j&A=oHMRch=xF`d)7Sp5tE&l)b5OWL{0;KE z@_%&=rT=Q`3jbBr6u{|0Q&Z!=hr9Rx;E@zfBt{|{L}xX zGiLrz^>(gr&GKuQH>vsm`HL6--@N+-?EllJZv8*7_sswDl7|1LCRYE|)YQT03uGt6 zpCG%G{;R7iL&IL_zq*Fve>DyH|Eg;8|5a2K{wpgh{x>u<{@>Kl{{PmENB>{H{PO?R ztFQlGzWMS0+s$ zAg}VjzMjc{6%|k#17Rhw-&EBU|EsA(><7_m>L9+te>HXa|EeIYrubh)Md`nup27dh ziu(VzZ$1A1_RY8duU>!o|KiP;|8L%X{=aegg8xO)UJYG^F%3&*PX2%8>b?KB?!Nqg z`O4$}XHMV#zklzU|E0zC{|)p_{wphk>;_>_94q}-1>2_tPWzf#s{ggLRsU=2sQ%Z~ zR{pQ9sq|k>1LRKS{|1Ie|0^pR;QoL4>hu2>uRr~N`SR8OwF{>HF9>&RXi4*HnA6+x z|H8Se|L@*={r}djSN|_wc<}%5f%E^H8oK|R7+ZqvS5;L3hd0PRT|LeJM#g&o%`J@o zTUnd^x3)3+Z)I)z-^|?Lzk!kVe{Efj|LPj*|IN*<{`YiG{(txO^ZzejeEI+4<>&v; zUVixh=;6cvOQ&`H&+@luXo|6`pIn{u|JZ>;{~tYi_y6&uPycV|Nj1-|D9dz z|C^c_|JTvc`S0fD^?$?q9seIac>DkL%WwZ*zWVb2>GSvh&z?T>e{xgV|8x(d`nG6G zhn~Es|65nC`2YCfoBuDKegFUX;ivyMuRZ&}Z_n}n!9fxKwX}5pYiOwb*Ei4s+wJS; z`9C@){C`}0)c?e!*#F5XasQK&WB6^!aaNYxUpM)bxK!O2+@QXRiH!`uP3- zH?P0{fA#w7{|Ap>{a>?k)&HuDSdje=^RgTnJ5s#=&+KgZfB*K=|1X|>`~ULU_y12G ze)xa&^8Np{H7);bZ0!GQXlnd7G}8a?;^z22EF$=SN?OAIw2Y+x>6yv@GcuF^r==(U zPfUvW9~|QU-^t1Tzpsz)|H+f4{eO7><^LDYKK+0F3gZ9kHy{3QZ)yFX8tn1EDA*QU z4^@ZTH#B7>{J(he!vANFKKy_E{OkW$&%XSBbpQ4L?OXT#&&w_TZ((WuU*AaYzq6~u z|FFp5|0(H-|I@RQ|EFap|4+?G{GXB%_dhB!^uNEK_y5q~p#SwX_5TkaJn{eK^N;^u zJ^%9m`O{DTU%dSE|HR1)|Fcrl{<~Y5fXiP{6Qn)H)}cAk_y49vi~c{o^W^{AXCMB* zfARJI>t~<;-@Enf|CY_W{udUN{&)3o`|s@L^xrSg=YLde#Q(U2=>KtvvHxS^qyNXm zM*R;B4f-D&6Z5~dx$XbHJqQ0kxcBV;i|3#IKY#l9|Fb9W|37{F`u~PCoBoIU`u?}l zQG?e%AU90P@ZLYGq4fXlGpGN*d;04Cr&nM9e|-Jp|BEM|{@=L%@c))AyZ*O#bp20G zPW~Sd81UcE-|v55P|*L-u(1E3p<(}HW$-{sq~;yd;pZKPTe<<^|LLKe>1B|C^Ve{=a+m zkf5DXg|BVGH|MMfwi#r^X~QM|F^E({=azUl>fEaQU9w`yx{SUY&VQO zqdIE;Mc;+0V=~^KL7In#WN88`v1kVum4{@|Mvg+vv2>O zz4-b6`RiZ*pTGI_|M~0h|6jcN^#8@P*Z&{gzVmF`TvWT-@*7LC~jW=`2X_N&;QR}{`mj&<zPoBT~fB)Wt|L0F0|G##@^#AqQasP`VoQbj<=8kFA0S&X7(*CcXH}(I? zef$4kyLA2ky}M8TKYjN8|MQn0A^6oNF#Yt!hyRbBz59Rj?&JUGE?oY9X#c+dn^!IQ zzi?vf|IVWL|5b4wc*7iKCpz7mY0ub~AGUu%OTquOGdlloUorRp;T;?QpFFhp|G8s_ z{+~Z_7|cGjd)xm#o7etdzj)^Vg%g_pPpQlK-<==vzbiX%e@_->TNm9PLj384ehyQM z0vi_AM*m;hk@tV)gzEpRCfEI6HL33Z(%#Dd3p-2y&u_{5Kes07|D2Mr|J|t`4L!+D zDEXU^9mL3QZw+Bw(;VlptUj)Oc6n&SjN;&iIpyIE%Nvs#Hg#sy@90i<*xwnCHE-cE F9{}G&-qipA literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/parking.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/parking.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..071df50131b72004b709ca616c3ecc83e989e08a GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t92giF6yO>f>=_su>=^_Y7^1F&V9?Z{ zsa~N$Q-iKYU5^%zx}GcvgHhLmrg{Z`-|H0|G!-NcR(WLGlo>_tg+R5FW%lge=HRkRFh!5c5Fx z|Nrk53{ek~3!3`e5@aHX4Z-)mgG_*^2kHF(AHs)_@2f##5O&mcklR7JKzx{OAU4E& zhJ?2Eb%3bCN6LBZFyf@HxaP6gQr;eq*Z`yqCK zbR$?G+aaL?(gCs!Lc_ur!~^Mo*$+|y;lpGgW?kC~5(SBYRGce@h=RnTu7gqogaszA zMuB|@QVZr^ho}YdK^VdVr8k%?D9j)s3h@s}{JAAWEr<LAhzo+If@}oo zgYZFa1F40n0J#K$K{i9;8KfGd28Ka;Kw=>GgJ^{PpfG^g08j|Q55#-+9b`U8 zA4oqa>_9X~41^)#5D|zAVEGax3&F<>L3Gqqm@2sa(75}*A0`8`4;13aro#LmEeR66 zwjD%5)PYTf=6R6a2vLX($Oj;kLE#J16?GjHK3>7sp!p4=3S=KhCkR7Sy|)C>AU+6x zul5QC@gW$NS0Q>q@`#uK@jw`)5@a_BgY1X-0A@cpKBhuU0I3DZgLu*4auehpkSNF` z5Pn|`iY1UOQ8z(yATf|U$Yc;3q!Yx4ut6k<2eKQ2K_YN9*C9L*2~q{ZAU4bfkPety zkoi$pL9#(pqo#vYB4eodbx^EA#3A}X;vhcAB(MqBLA3%z4kV6@VQOHqAU>#c2l*Am zMplc?2H69O7f@;gu|Z})^nh3(4AB7z1i1jD1{ot%KvaR`AYvdEIu5!HQU$UXfk7sNbfBw+@F6lF)u8kY(hU&@ z>4IU18n`&P{shG;Oaw%O)PUR%qCtEJ2AK=W=^#-MhKM5D0ys!O0Ocs_yfL8>7vR1%^eL?Wv|ut9MPu?<8*^nyYh zqyhVCA_BG-T8Dr{AbLS01cSst7-SX#gXAEh5Eh7p<`QuF z2Jt}{qy~z?@dsjq#9+`=FvvWx?}9<< zKq4S{2pd9z^nzFraZvdU^9M-gm?4NnU{HMuat$avK)Uw62aynY5bHa%y$4E(AlqQ| zBRGDiBGiG@LNG)OMuO}EnGNED^n=_FahX>zsAK|}2eBWdDroBWT8Jr7G87~a@-NK( z=a!(BAjE{I=^#B2Hppy{9q1TQzd~f5TSi?6wQwQs51RUYH^>!9H$iRynFI+hsO?jO zrb6Neq}nUkYjV(3kbgiXLF@zD4^Ej7K1c?JL1si<2kD2@8xTIoevk@~e?S;i-$G;{ zB`QQ7Bm)rz`5)vi5D$bQ@*opn7$ge9AU=qOxdg)g4(&fcc%bwIu?Nf#1-17fro(i9 z{|l0b_!ndn$bPU|urERS!F~qUJ_vD;N)QH_1u_YOLGm#Ff!H8XPX6eYL?y^HPt;DcBQ^$=ajk|6s*Y;d0(+=By!1_(!82cy^2AKuIkp2jWg^nR6fJ_F-fM@`(8ds$N literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/pirate.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/pirate.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..282709ac3b407fa1a4d632cf5c1cf698292f8e70 GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t92giF6yO>f>=_su>=^_Y7&x4Xfeehq zs2Wv6ixBw#|Nnn-%q3SJx?SX&L#{q#`$1-aFtQl2Y>++>CRRN*bs+r^j7=7w7(^F{ z#HWflIglyX(f~vpw+wNn6Q>Gd7eXzBk08-y5PWK}Aa+4agRoIaWElvX`Xs82*m=~q z71>1Wb|OTP)zXHIunUt#8yitg1=$J_0kJ?B!Go}9OQPC{%A>8#5Ytg@MCCzL(3S+* zhzrx!W{By?c7sIF`5-acVwjCEThRG1aazzYyKvF8uoGb>#8wC&!iJE@A`mw9No1Qq zrbGA;62ymKbUs9sauVHK2p>TrY=DR%_>{3Arh!OQb3h`<7?&)nIO#l?9i-|cS0B1P qxXb~Gb2uZDs5(J1AdD(X9uJ#25HVyD)oh3is@N!RGz11)2mk<4Ha3s| literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/road4.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/road4.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..00a7a2fe4bc1f25f684abe2513629a41dbbb4ce7 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMp!1a7}d4#Wm3o zxaHxJ$nIdz(;(O!yhMD7lRJOufwIe5)% z5PwPJlE~)Z$y2k=FNp-XX7*K(32UNfU(M?8o;vyJnz>6N*UVlsdx<32^^sfVubI0h zdiM1-(aphYBG*K&iCz;qd8!xp&1eg_}KDr&1{fPuzMqyh-X~{`#c(CO7~=ti$OX;c*|UfTbhGGvE3a! z`RbC$Ee}Dl0g4|G-f|!8{$NlHPQKb5oYfDCd63MS*<0?fnL9^(i6kfnKxqi%f;G_~ zw{=h5@^H(;E%QNY=7={37hP-)28AOi9=d};HiO&;(ldE#bMWlzkZ=U)oP2eOc$6l}x*(fD z{sP;1737}TSDS-DDQSuLKl}RRtDscTJ+*ssweaMrpjZc|QE*-Wr(f|U zk;Q@_y+s#`1wo-vEeJ~8bHqXZ0=Wak0>$4P@g#px8U^`lj`)(uC6b^R0Hr`siUR2Y z`F73R$yY%%D5tE6o_w`hu;^mz0T&2PgT1Vs!FUu)TAkDOwzqLnmLIBc9X`%2|+50qF;a4Y(u# z<)z72iv>ZcYVuT2%3d>f%Un>(TN4f9Er|rhGsva0uY-LX3GxBRrOm-hBDc(iR%JRX7-xs?x~=dgt!9~BM?3) z?M}Yxc{;1VS{RhOmWZ#3gp^~TxLY$9lYxyZs9PdlbTO+R6g!Y`sTKzL zd&@&mc?R+!C}u(a1BLJ$aZtGe$>m$_PreGy+p|F`K;;j_+{sgCUtKd7lvlc^u89QM z0SZx&n?WgJ%iJyZLFP9H&%O#O@76?v@+Cw)D3z>lrBK=0m=g){h<5|N`aHFg7Zu;C`EuuC6N2Uy21YH4hH2y zaK06vBMuIoxu7x^WZsthptK9Yv#)2J2bHgDW`p>k6tqNq%Ulo-2uL23i>d`DUj@Y-$X-xM1qwA#-kdzOSP)dt zfx-h+>VoPpP-+FI;b>6I&%O?IRWztv1f|99;4Sk(p#v&KK>k@G2~Hi6pqvD99mqeR zdJt4IgKA)?tLDzW-W?p}3(8NBx(k$6K_%{%`&;IN(&rLzc?Ax^`=FW>6yKl{eD?L( NSHU^`YLdU9CjiIuT$BI+ literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/rope.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/rope.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..8e6265dfa49ca56cfeb76e18a1f13c82f4acd98c GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6c`v79N-!n>=_su>=^{$0$3SUmp!{Z zyQ?l^l_V$_c@_Z)D#ofH@+`>y$g@}_i4gSc2D!kqn+T;?m4I}EFjh$-1gkDXAQ4Kj zDv3M`(oe4cK`w`3ti}@*9O~guY5Y@~{z0(^!sN%`&`$r9hd(IvC@FtH`ayYsU{c4b zU^M-M(jWQZ4+?z{9!>vPlNUijO3NQu{V_1%4@x^QOwg+s3SeaijK)xaR{*37l=5I0 zl#}slz>ox$8daAOB!&V40-$yiEdD?=0p%FdARoX&k960A{0(wD$OI4#;$v8WQvjqI zqzf5?#BgdrlYoR9NH@%W5S!R?1Y{FPJxDJMgZLnEG>fosL1`YO8ln@V0Kx)^f!qZW z!G}S%U<+?he1PQe>1AMm*^W&WF)jevfIGK>Ove|BAUA?+!Dc&13?zrmZy-4khUv#{ z2PpJFCg5&QgF+gl0-t`68jxMsFi377^)oPlLI4y8m_C4r;tM^Hk3jmd#}Y_C$Zxnq z527Dr0!S^Y3m_sO+wtp%_yFPpgb6U+ApIa)@L@z8fOLUWf@nzGgXBOW_%TQo$fpo} t5E8@(iR0G^lLe^+>44}Z#cpI1Kp_e8F$jZ9gvk+0gY>{Kv3iD{Isk=3*sTBn literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/sand.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/sand.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..4da414ba3909b1a79e4687b679a28fc932eff8dc GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMs1c?0>Q#_;v2z zyMJ&0lm9yVpZwqZfA4}Ii1l{%Rq3a*pGN<^`*!v}*}wPy$%0h=lLqtd{=E%S_xJ8s zu==}^fA9a32kH8I7o_9q?7z4F-UpfbPZp%^>uiv^ud_imf$aS|`|a$%cVRj}YC!zA zv;W=)=?3vZy1+Ke|GoQlHdy^_kQpF#|71Zb-_HFff9B>t`L}cLN$5L8gH)$i%zSS0&%xeH#6B?$hYIks$j)8071>v)|5rJNxbIfAaripGJSZ`}OYA z=(lt4N`JlkPyXrbfAUYGL3aGT`%m_6B*@qQWbaD;z5O)u@7=ev??(RxyX~Ls-RQTo zL1K5K|H*&74GN2YU^jfd3$o+u?Yq%;CI88Oy$f~^*tKVFg3SFV3sU!X_EpKdk{~-k zZhaaJR&^I-%3qNF`+x6(WWUaSJNNHhkWE)5pU(a|_n+*Qn;@Tp+y!z8R6jH(|APJh zckbW2UqLYfjxDfT=01)5Cl8Iwxqt71T>WBK8?HrikI1-c(@x0(giZ(%FV0bFn zE+`&v|GoVclICSW@%eW4*SVmO{(Jk%O^|+2c>TS5Rs5g)*SVn7_VqR>CZ0y$jRu7P zD5T%c2FE1Gb)Z<22fOnATS(5G`%nJs{j1_2zdnup3d%#b|4D;g2y*XTP#XOw`}g+W z+gByO&IPB%`%j~vO1_Q0EBW;g`$_v`(C@>j*5 z&IZ{G_Ql<=cR?yZIS!PwK;^?#$-lSnN`9UFbS^06{Jjs#?@yyaWeO;Fg6ssD^iLiX zb|4iXvq3I`=m*D-Jjnf^dVF_|4$c2AzgJKz!lR#nnPxh|#KUq*d0EHAt z7swuPo&))3?%%s_XFiSn3JP&qP}u;o4^&!!!U$|4xaaH{>J%I8cNDdt4pt2WSa)Uw&ToQxo08j|sy$iDO_CMJ((?Rh84n1(W2+EJ(bbK4+ zHc;6Gmb(iI|Nuq4`htYV_Z`XKq4c^6uB!pg4Lv_v>wN$le8&86dg0 zbKlN=8Vw3%P$~8mQpzFa`n!>DXM<7)$jx8x|D6r81!Th8*=Hp|DF$4t+yCxBA$-`W3UK_w@sWCF>9@-MiAz6;7>UqR*k?Z5ZIDf2E!9_+UJ zAn~WOuiONQfcy_K_3wR9?1DlO6t)nz|Gf<=>Auds8wpP3cfo$W3rY!)GU@OAZ?b>y F0s!U)8^8bn literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/scene.json b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/scene.json new file mode 100644 index 0000000..9734913 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/scene.json @@ -0,0 +1 @@ +{"Props":{"AIDistance":[20,5,10,15,20,25,30,35,30,25,45,65,90,115,140,165,40,3,6,16,46,49,59,89,50,30,60,63,73,78,108,138],"AIMaximumSeparation":50.0,"AIMinimumSeparation":0.30000001192092896,"AISteeringSensitivity":48,"CourseLength":"100m","CurveTargetSpeed":[4.166666507720947,5.583333492279053,6.166666507720947,6.75],"NormalTargetSpeed":[3.75,5.166666507720947,5.75,6.333333492279053],"D_0D0096B8":[3.3333332538604736,3.9166667461395264,4.5,5.083333492279053],"OffTrackTargetSpeed":[3.75,5.166666507720947,5.75,6.333333492279053], "DebugName":"harbour","FarPersp":6800.0,"LakituTowType":0,"MinimapColour":[251,234,188],"MinimapFinishlineX":1.0,"MinimapFinishlineY":0.0,"MinimapPlayerScaleFactor":0.03799999877810478,"MinimapPlayerX":53,"MinimapPlayerY":48,"MinimapPosition":[273,168],"MinimapPosition2P":[5,0],"Name":"harbour","NearPersp":3.0,"Sequence":6,"Skybox":[66,179,246,255,118,118,0,198,255,0,180,255,0,96,255,0,96,255,0,96,255,0,96,255],"WaterLevel":-130.0},"StaticMeshActors":null} diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-green-lush-grass-texture-seamless-green-lush-grass-texture-fresh-backdrop-144751691.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-green-lush-grass-texture-seamless-green-lush-grass-texture-fresh-backdrop-144751691.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..523ee35a6aadd9eb2dd2e3f936454341ed10b5a2 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMlICbjs;z$uiWHFC$rPv@NJUC#3dp|GAX%vG-5~K8 z&lvX@PY?@iLN{0yNCqqh5{F=zEJ%M!cS>i9Cs>zfjAw{@2+RbKzD}^Mo*^K4cZl8? z5F0F>0y4ilr4uZ|4kAN5K@h}>>5PHs0=XJuJA?#@gX{p=;tBExST)3En2zq4?v!qj zez3irF%aK^OoCvLD?#>w#Jl18*+bYvJi%(g?uvoQ!1ROS10n-*13T39FjXL5!F9v* zhJb8xhqxjI5+0y%hq7Y2W4vLuBhj4@-Jp;FVXzFu-5~eET>-N{1!fA!RiKaog%d0s z!TKO7L7@*zBe3{`$Ux!`>^_h$zar<#Y}xO+s`-NO+0`rCP9App?-W1M(3#<$!d6a}UV;lVBAf z+rW0Dc&32T0w`ZWav)S5Y`VdY9+VIOr$SKpf^>safm|5V4z&f8PeB-BB7_C9 z0g?w#=JMup=bQ$o{?43kNdAW8&lr%ZlPM>mG`I`^sm+0kgY*AMXzo7^qe1x}svqPh zxY|_iRB#Cb(FJlpgayib$QbNDu-iaBi9xs*5?&zlK>mgJ4#Yd1auT8+6vH{ELApTc z6-0wD#1;q%=7V&D%mp2V?@sUtpJmWnifR zlzTxT2q|?yX&r(=wt>F~|gv?wsC~UQihcPNye9H7{6YH?&rT pn~~Cv1i@)Lr8}oP=X@!D&iNdW2?%pRtnQrC;F=p$`-1B4(*Q!^lV<<` literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-wood-texture-free-76.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/seamless-wood-texture-free-76.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..631e70f6991ef8c398397c22bcc86910106bdf1d GIT binary patch literal 2140 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1.rgba32 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1.rgba32 new file mode 100644 index 0000000000000000000000000000000000000000..e75be6268ff589e05b2cb2ece5b47ced4ea3d53a GIT binary patch literal 4188 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`iLHZOJ7#KhpqNl;0fuX^kL4bkb|NsBUxB-oi zEC*vB`2YVuBNlb_|NsC0_y7NYCa9dl|NsB%pcp0wGXon9Qg08{i%lLR2D116|NsA; zklX+g1KADJzyJUL|Be6u{|E6wdO#TD4rDzbF?0+v16>Tn2bmAU`=I^-(I9(3;RP}q zqz;BbegK67NDoX5M1$1rg}NQYN5>%h(e;4*0J00D7lhIE;Nt&93LkVeAUB}f15yKu zS5UZt*dPp21M(k;O)3V34Jf>^=>z!#Sq^3oNF3x>kQ+c4WCqAhAbD)&;1YBE|NlS8 z9FTb+_oJshkoZApJb=sw@j-D0GY@1hObkSW+yIlqM}y1)*$1*4Ssf_6LH-5FgD@zb zLFU3RvRV)uWCnAM5LFOW>$HfMz1L?yh4-yBt58ZxH*n#{A z(hI^MJ3)MqdJqQ5qw4{Qqhn&!fXoKjfvy+C2gMC8KM*n-WG={WAaihGkUYo^T=JlJ z0Ocoa^4RPL`2%DoNDh<-Kx}M!LE<3yfx;A|2b&s@7)T9>#)d&@8zv4i17s)2Jdhrc z`5-w^JYjP`NG(Vnq!y$X#KwkU>afXy%m%puqy}U!%uaN*AUTj7Fbq-$!XR}Z`?0wX zBnQHvFa+rXv9V#0+1SL9#Xx3&?15pJ-7qzv_=oue*)EX(KzfnIV0u6_$UJnjK;p<4 zBoD&KV%XRqe}L=*(IERkdO&PY-G)s)NFJ0gKw*zf9wr7-12PZB$3-KX1M(LLgTe({ z+<@E#l82dv%!Y}9XplOP{n*R^$-^+n9*}=vd>9SNd+2TlsRLn{8W0T%H)QvN#6TD( z267*|IUsqEIUqR@8ykk1i>w#qCv0kAb|K3liy^aNYOsmHE=!$R3a! z$c-R2%v_Kdx>^t)WKQ=Q! zZo=kwkT^E=*u+3)gD^HZkQ+d5!)6CaJ;?v)av-xn7$i>&2Kf)4I#67o+W}LLE(fv~ HpL-bq^R=KY literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh new file mode 100644 index 0000000..e84d09d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_0 new file mode 100644 index 0000000..3bcf0b8 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_0 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_1 new file mode 100644 index 0000000..f0bc7cd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_tri_1 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_0 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_0 new file mode 100644 index 0000000..a08242b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_0 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_1 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_1 new file mode 100644 index 0000000..ef1d5db --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_1 @@ -0,0 +1,6 @@ + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_cull b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_cull new file mode 100644 index 0000000..5e390d7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water1_mesh_vtx_cull @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water3.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/water3.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..c06a16fc3a0ff475b34e390030368589af8488d1 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMmT%we(7vLQ_i_ zed*QGt7Y^-Q2MP*p=~9Y^%}ws-6>Nn{Z{6?uBEA^OfgvIt@K+EEu$~}T4uYNYrdZ{tuBA*N$UcaE8GV(XGQ~25P^d3c zDD&O6(zVier|(WvOO>B8+d=A7e#Y*UDV8ym(FeH}W|quW>6J42IzMH$$`pd-w%b;k z!rWLWvsq>ATp{_4BwREin*($Tu78D}-GMhm$0rM%y z#k!VYU+SA$%6tcf5y+>~Z)FTYI&Cd&D}8s$YzCWGXlfa{(-s^9GWy`q0LP#yNTd)X z0?{F}6=a{vch^dAd>ev%3DOU;1tJFWCn$!cU&|DOT?f()!iF-%x|X1LfW!+}ojy24 zZ3TrUIKH>SeYsWTXXs8{ONfubYQZ4{76YX@a14OL0pw$uLXZlTpWx5|sVfGBm~SPR z4@n)M^kXOkiS0t^mC~=lp;0Jf2-Xjd6P2H~l`@+lF$Z#o%6Cxu2c<5M??56lTXn(l z0J06t*Ovi>EXX||^9yB)eL*4m9poNRih#Nwlsdub#ne&-6bm5Rz;Ot&-L?{JI@kv? z`rvphlqrLGcQHsz<)^8oZ6!F5L35}~u_-9T^g;H6V&AqB z!~%soC?)Dzf^wwHR#1Kh*$K*DIGY3mL?!EEd5qyYv@jp9$ipKfJ%%)+e+U`9Z1aS zgW?>NzCbpCdKzN(MrWS(okFBN3caUyS`2;R&3}uRSeu7*NNvDu- z1lbM_5paw^a=J_*INfXor32qeP%Z)4E~5_$F;Hp;l~*!`AlHD>bLdX6{e_^=0q2s< zpfX3M5Nr!5EkIQ2gWL(q;~>*jenN7H%1=-(2J^sa6jWk>^EoK(KuS7Liu(>qwcv0A z<(fj7Vo*4PL$ufyl$#5oC5%2ewjpT`VuHTR*4W*#JCS@1Dn0deenLzDr58v}2B(>~ zGN3XTxy!FoWk zQwWa7*Whr|mobFc4GuL>+4?QbQjcry$?&w6z5LVJjq!fk;Tq*j9qV9#WdfY=y)jDEy#)0HxTs zAeVsM3$hDjk0Gc|0f~bA<_b<5GWwu&2CY?!V|Thj${0hCI4FETWvh%KC?|mOuZ%vZ z1h=hJ0r{p7RK9@oH#mQRQlzORsJsEOKqUbvm4QkPsINh3)KJ$FR9b>vRS2qGKs5;{ zeSp)Jp)VvaLedDR6kQ35U+K4?94=!Bs^`GvH#ALxYFTi)0+sCG6ay+BK(>Q&j!ZGA MOa$2^{aX4p0AyBwb^rhX literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/window.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/window.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..99e52b7f9cc447613f9756a33e575bff814987f1 GIT binary patch literal 124 xcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%tSfCi9r@@|qp}}4O#9?H>3jvbZ32FcU literal 0 HcmV?d00001 diff --git a/android/app/src/main/assets/spaghetti/assets/tracks/harbour/woodPlanks1.rgba16 b/android/app/src/main/assets/spaghetti/assets/tracks/harbour/woodPlanks1.rgba16 new file mode 100644 index 0000000000000000000000000000000000000000..3ac4b6672cce93bcaacdb0b836460951de624120 GIT binary patch literal 2140 zcmZQzU|@)F4e@7WU|@K^Z|yx028j`inHU%t6rdQQr@@|qp~0SkgMmTesG+CAQ4j>t zhMtC=mY$ZL5ITz2^E8NO>8WrOLMQoKdU~Et@=x*?Xa_yM?=jK_W^1o~J=jpc!Nu2!l+jy6AZt!Y-Pa3b$lS7Lpc87L{ zb_;{d2Z>J(1woJuNFIcXCUy%~T?Cm7Vu56m{3nNk_}#)$ydW0H6p-x@H&k7Qz@mvD z^&pdrCN7@d9SYJ3GH>zps>>jiAb!sfILMtmfYd=u0+|A`9b_g*7sxb_A3>@h`3NEl(g`vV6ds^(gsBJV2iXGS z!}No~2P6lw9TXa%GyzJNkhBI0*~y_GwGcZYVGc?okaPp$L-GbhKPYvAYzMg+lovrR z1ep#p8ALFTp{0MRh$j2bJf%u@( z0px0s&p{~wWDdy9ApIa$fm~ZO5#&lxdI7l(6sn-I3ZlC^6yzRIN(Y$&QVA*pz_wfl zxe_7^;)7xj60RUIP!0t73FHn~ibkg`Js~2HTmdRy5m=xZ#ujJ>=k|-B&;z+1<`z&W zfH0^m0p(;+NPu!SsGI`vL4E?|Q;>R4X$KOAgdV7b0AY}6pfCiv8l)Q(E+AE)5)V`| zflRNu2x5WC5s*(nr6VX_K^O3NS@fXa1f=^hGl-Qww07eVSkE(5t6V0) zAXk9HM;H_qpz;XhJ5bH$c^Z^5Kp_rFGa$D^%m' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_banshee_boardwalk_bat: + range: [0x7DB8, 0x95B8] + mode: APPEND +d_course_banshee_boardwalk_dl_0: + symbol: d_course_banshee_boardwalk_dl_0 + type: gfx + offset: 0x0 +d_course_banshee_boardwalk_dl_8: + symbol: d_course_banshee_boardwalk_dl_8 + type: gfx + offset: 0x8 +d_course_banshee_boardwalk_dl_38: + symbol: d_course_banshee_boardwalk_dl_38 + type: gfx + offset: 0x38 +d_course_banshee_boardwalk_dl_40: + symbol: d_course_banshee_boardwalk_dl_40 + type: gfx + offset: 0x40 +d_course_banshee_boardwalk_dl_68: + symbol: d_course_banshee_boardwalk_dl_68 + type: gfx + offset: 0x68 +d_course_banshee_boardwalk_dl_A0: + symbol: d_course_banshee_boardwalk_dl_A0 + type: gfx + offset: 0xA0 +d_course_banshee_boardwalk_dl_160: + symbol: d_course_banshee_boardwalk_dl_160 + type: gfx + offset: 0x160 +d_course_banshee_boardwalk_dl_210: + symbol: d_course_banshee_boardwalk_dl_210 + type: gfx + offset: 0x210 +d_course_banshee_boardwalk_dl_270: + symbol: d_course_banshee_boardwalk_dl_270 + type: gfx + offset: 0x270 +d_course_banshee_boardwalk_dl_358: + symbol: d_course_banshee_boardwalk_dl_358 + type: gfx + offset: 0x358 +d_course_banshee_boardwalk_dl_408: + symbol: d_course_banshee_boardwalk_dl_408 + type: gfx + offset: 0x408 +d_course_banshee_boardwalk_dl_4F0: + symbol: d_course_banshee_boardwalk_dl_4F0 + type: gfx + offset: 0x4F0 +d_course_banshee_boardwalk_dl_540: + symbol: d_course_banshee_boardwalk_dl_540 + type: gfx + offset: 0x540 +d_course_banshee_boardwalk_dl_620: + symbol: d_course_banshee_boardwalk_dl_620 + type: gfx + offset: 0x620 +d_course_banshee_boardwalk_dl_6D0: + symbol: d_course_banshee_boardwalk_dl_6D0 + type: gfx + offset: 0x6D0 +d_course_banshee_boardwalk_dl_7C0: + symbol: d_course_banshee_boardwalk_dl_7C0 + type: gfx + offset: 0x7C0 +d_course_banshee_boardwalk_dl_870: + symbol: d_course_banshee_boardwalk_dl_870 + type: gfx + offset: 0x870 +d_course_banshee_boardwalk_dl_940: + symbol: d_course_banshee_boardwalk_dl_940 + type: gfx + offset: 0x940 +d_course_banshee_boardwalk_dl_9E0: + symbol: d_course_banshee_boardwalk_dl_9E0 + type: gfx + offset: 0x9E0 +d_course_banshee_boardwalk_dl_AD0: + symbol: d_course_banshee_boardwalk_dl_AD0 + type: gfx + offset: 0xAD0 +d_course_banshee_boardwalk_dl_B80: + symbol: d_course_banshee_boardwalk_dl_B80 + type: gfx + offset: 0xB80 +d_course_banshee_boardwalk_dl_C30: + symbol: d_course_banshee_boardwalk_dl_C30 + type: gfx + offset: 0xC30 +d_course_banshee_boardwalk_dl_CD0: + symbol: d_course_banshee_boardwalk_dl_CD0 + type: gfx + offset: 0xCD0 +d_course_banshee_boardwalk_dl_D80: + symbol: d_course_banshee_boardwalk_dl_D80 + type: gfx + offset: 0xD80 +d_course_banshee_boardwalk_dl_E10: + symbol: d_course_banshee_boardwalk_dl_E10 + type: gfx + offset: 0xE10 +d_course_banshee_boardwalk_dl_EE0: + symbol: d_course_banshee_boardwalk_dl_EE0 + type: gfx + offset: 0xEE0 +d_course_banshee_boardwalk_dl_F50: + symbol: d_course_banshee_boardwalk_dl_F50 + type: gfx + offset: 0xF50 +d_course_banshee_boardwalk_dl_1000: + symbol: d_course_banshee_boardwalk_dl_1000 + type: gfx + offset: 0x1000 +d_course_banshee_boardwalk_dl_1070: + symbol: d_course_banshee_boardwalk_dl_1070 + type: gfx + offset: 0x1070 +d_course_banshee_boardwalk_dl_1160: + symbol: d_course_banshee_boardwalk_dl_1160 + type: gfx + offset: 0x1160 +d_course_banshee_boardwalk_dl_11C8: + symbol: d_course_banshee_boardwalk_dl_11C8 + type: gfx + offset: 0x11C8 +d_course_banshee_boardwalk_dl_12A8: + symbol: d_course_banshee_boardwalk_dl_12A8 + type: gfx + offset: 0x12A8 +d_course_banshee_boardwalk_dl_12E8: + symbol: d_course_banshee_boardwalk_dl_12E8 + type: gfx + offset: 0x12E8 +d_course_banshee_boardwalk_dl_13F0: + symbol: d_course_banshee_boardwalk_dl_13F0 + type: gfx + offset: 0x13F0 +d_course_banshee_boardwalk_dl_1448: + symbol: d_course_banshee_boardwalk_dl_1448 + type: gfx + offset: 0x1448 +d_course_banshee_boardwalk_dl_1520: + symbol: d_course_banshee_boardwalk_dl_1520 + type: gfx + offset: 0x1520 +d_course_banshee_boardwalk_dl_1580: + symbol: d_course_banshee_boardwalk_dl_1580 + type: gfx + offset: 0x1580 +d_course_banshee_boardwalk_dl_1678: + symbol: d_course_banshee_boardwalk_dl_1678 + type: gfx + offset: 0x1678 +d_course_banshee_boardwalk_dl_16B8: + symbol: d_course_banshee_boardwalk_dl_16B8 + type: gfx + offset: 0x16B8 +d_course_banshee_boardwalk_dl_17A0: + symbol: d_course_banshee_boardwalk_dl_17A0 + type: gfx + offset: 0x17A0 +d_course_banshee_boardwalk_dl_1820: + symbol: d_course_banshee_boardwalk_dl_1820 + type: gfx + offset: 0x1820 +d_course_banshee_boardwalk_dl_18D8: + symbol: d_course_banshee_boardwalk_dl_18D8 + type: gfx + offset: 0x18D8 +d_course_banshee_boardwalk_dl_1940: + symbol: d_course_banshee_boardwalk_dl_1940 + type: gfx + offset: 0x1940 +d_course_banshee_boardwalk_dl_1A30: + symbol: d_course_banshee_boardwalk_dl_1A30 + type: gfx + offset: 0x1A30 +d_course_banshee_boardwalk_dl_1B00: + symbol: d_course_banshee_boardwalk_dl_1B00 + type: gfx + offset: 0x1B00 +d_course_banshee_boardwalk_dl_1BA0: + symbol: d_course_banshee_boardwalk_dl_1BA0 + type: gfx + offset: 0x1BA0 +d_course_banshee_boardwalk_dl_1C20: + symbol: d_course_banshee_boardwalk_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_banshee_boardwalk_dl_1CC8: + symbol: d_course_banshee_boardwalk_dl_1CC8 + type: gfx + offset: 0x1CC8 +d_course_banshee_boardwalk_dl_1D90: + symbol: d_course_banshee_boardwalk_dl_1D90 + type: gfx + offset: 0x1D90 +d_course_banshee_boardwalk_dl_1E28: + symbol: d_course_banshee_boardwalk_dl_1E28 + type: gfx + offset: 0x1E28 +d_course_banshee_boardwalk_dl_1EA0: + symbol: d_course_banshee_boardwalk_dl_1EA0 + type: gfx + offset: 0x1EA0 +d_course_banshee_boardwalk_dl_1F40: + symbol: d_course_banshee_boardwalk_dl_1F40 + type: gfx + offset: 0x1F40 +d_course_banshee_boardwalk_dl_2028: + symbol: d_course_banshee_boardwalk_dl_2028 + type: gfx + offset: 0x2028 +d_course_banshee_boardwalk_dl_20A0: + symbol: d_course_banshee_boardwalk_dl_20A0 + type: gfx + offset: 0x20A0 +d_course_banshee_boardwalk_dl_2138: + symbol: d_course_banshee_boardwalk_dl_2138 + type: gfx + offset: 0x2138 +d_course_banshee_boardwalk_dl_21C8: + symbol: d_course_banshee_boardwalk_dl_21C8 + type: gfx + offset: 0x21C8 +d_course_banshee_boardwalk_dl_22D8: + symbol: d_course_banshee_boardwalk_dl_22D8 + type: gfx + offset: 0x22D8 +d_course_banshee_boardwalk_dl_2340: + symbol: d_course_banshee_boardwalk_dl_2340 + type: gfx + offset: 0x2340 +d_course_banshee_boardwalk_dl_2448: + symbol: d_course_banshee_boardwalk_dl_2448 + type: gfx + offset: 0x2448 +d_course_banshee_boardwalk_dl_24E8: + symbol: d_course_banshee_boardwalk_dl_24E8 + type: gfx + offset: 0x24E8 +d_course_banshee_boardwalk_dl_2610: + symbol: d_course_banshee_boardwalk_dl_2610 + type: gfx + offset: 0x2610 +d_course_banshee_boardwalk_dl_2650: + symbol: d_course_banshee_boardwalk_dl_2650 + type: gfx + offset: 0x2650 +d_course_banshee_boardwalk_dl_2718: + symbol: d_course_banshee_boardwalk_dl_2718 + type: gfx + offset: 0x2718 +d_course_banshee_boardwalk_dl_2790: + symbol: d_course_banshee_boardwalk_dl_2790 + type: gfx + offset: 0x2790 +d_course_banshee_boardwalk_dl_2868: + symbol: d_course_banshee_boardwalk_dl_2868 + type: gfx + offset: 0x2868 +d_course_banshee_boardwalk_dl_28A8: + symbol: d_course_banshee_boardwalk_dl_28A8 + type: gfx + offset: 0x28A8 +d_course_banshee_boardwalk_dl_2980: + symbol: d_course_banshee_boardwalk_dl_2980 + type: gfx + offset: 0x2980 +d_course_banshee_boardwalk_dl_2A18: + symbol: d_course_banshee_boardwalk_dl_2A18 + type: gfx + offset: 0x2A18 +d_course_banshee_boardwalk_dl_2AE0: + symbol: d_course_banshee_boardwalk_dl_2AE0 + type: gfx + offset: 0x2AE0 +d_course_banshee_boardwalk_dl_2B88: + symbol: d_course_banshee_boardwalk_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_banshee_boardwalk_dl_2C30: + symbol: d_course_banshee_boardwalk_dl_2C30 + type: gfx + offset: 0x2C30 +d_course_banshee_boardwalk_dl_2CE0: + symbol: d_course_banshee_boardwalk_dl_2CE0 + type: gfx + offset: 0x2CE0 +d_course_banshee_boardwalk_dl_2DB0: + symbol: d_course_banshee_boardwalk_dl_2DB0 + type: gfx + offset: 0x2DB0 +d_course_banshee_boardwalk_dl_2E20: + symbol: d_course_banshee_boardwalk_dl_2E20 + type: gfx + offset: 0x2E20 +d_course_banshee_boardwalk_dl_2EE0: + symbol: d_course_banshee_boardwalk_dl_2EE0 + type: gfx + offset: 0x2EE0 +d_course_banshee_boardwalk_dl_2FA0: + symbol: d_course_banshee_boardwalk_dl_2FA0 + type: gfx + offset: 0x2FA0 +d_course_banshee_boardwalk_dl_3050: + symbol: d_course_banshee_boardwalk_dl_3050 + type: gfx + offset: 0x3050 +d_course_banshee_boardwalk_dl_3100: + symbol: d_course_banshee_boardwalk_dl_3100 + type: gfx + offset: 0x3100 +d_course_banshee_boardwalk_dl_3200: + symbol: d_course_banshee_boardwalk_dl_3200 + type: gfx + offset: 0x3200 +d_course_banshee_boardwalk_dl_32B0: + symbol: d_course_banshee_boardwalk_dl_32B0 + type: gfx + offset: 0x32B0 +d_course_banshee_boardwalk_dl_3390: + symbol: d_course_banshee_boardwalk_dl_3390 + type: gfx + offset: 0x3390 +d_course_banshee_boardwalk_dl_3468: + symbol: d_course_banshee_boardwalk_dl_3468 + type: gfx + offset: 0x3468 +d_course_banshee_boardwalk_dl_35A0: + symbol: d_course_banshee_boardwalk_dl_35A0 + type: gfx + offset: 0x35A0 +d_course_banshee_boardwalk_dl_3660: + symbol: d_course_banshee_boardwalk_dl_3660 + type: gfx + offset: 0x3660 +d_course_banshee_boardwalk_dl_3710: + symbol: d_course_banshee_boardwalk_dl_3710 + type: gfx + offset: 0x3710 +d_course_banshee_boardwalk_dl_37F0: + symbol: d_course_banshee_boardwalk_dl_37F0 + type: gfx + offset: 0x37F0 +d_course_banshee_boardwalk_dl_3920: + symbol: d_course_banshee_boardwalk_dl_3920 + type: gfx + offset: 0x3920 +d_course_banshee_boardwalk_dl_3980: + symbol: d_course_banshee_boardwalk_dl_3980 + type: gfx + offset: 0x3980 +d_course_banshee_boardwalk_dl_3A20: + symbol: d_course_banshee_boardwalk_dl_3A20 + type: gfx + offset: 0x3A20 +d_course_banshee_boardwalk_dl_3AF8: + symbol: d_course_banshee_boardwalk_dl_3AF8 + type: gfx + offset: 0x3AF8 +d_course_banshee_boardwalk_dl_3C00: + symbol: d_course_banshee_boardwalk_dl_3C00 + type: gfx + offset: 0x3C00 +d_course_banshee_boardwalk_dl_3C40: + symbol: d_course_banshee_boardwalk_dl_3C40 + type: gfx + offset: 0x3C40 +d_course_banshee_boardwalk_dl_3CD0: + symbol: d_course_banshee_boardwalk_dl_3CD0 + type: gfx + offset: 0x3CD0 +d_course_banshee_boardwalk_dl_3D98: + symbol: d_course_banshee_boardwalk_dl_3D98 + type: gfx + offset: 0x3D98 +d_course_banshee_boardwalk_dl_3EB0: + symbol: d_course_banshee_boardwalk_dl_3EB0 + type: gfx + offset: 0x3EB0 +d_course_banshee_boardwalk_dl_3EF0: + symbol: d_course_banshee_boardwalk_dl_3EF0 + type: gfx + offset: 0x3EF0 +d_course_banshee_boardwalk_dl_3F60: + symbol: d_course_banshee_boardwalk_dl_3F60 + type: gfx + offset: 0x3F60 +d_course_banshee_boardwalk_dl_4038: + symbol: d_course_banshee_boardwalk_dl_4038 + type: gfx + offset: 0x4038 +d_course_banshee_boardwalk_dl_4118: + symbol: d_course_banshee_boardwalk_dl_4118 + type: gfx + offset: 0x4118 +d_course_banshee_boardwalk_dl_4188: + symbol: d_course_banshee_boardwalk_dl_4188 + type: gfx + offset: 0x4188 +d_course_banshee_boardwalk_dl_41F0: + symbol: d_course_banshee_boardwalk_dl_41F0 + type: gfx + offset: 0x41F0 +d_course_banshee_boardwalk_dl_42D0: + symbol: d_course_banshee_boardwalk_dl_42D0 + type: gfx + offset: 0x42D0 +d_course_banshee_boardwalk_dl_43A8: + symbol: d_course_banshee_boardwalk_dl_43A8 + type: gfx + offset: 0x43A8 +d_course_banshee_boardwalk_dl_4428: + symbol: d_course_banshee_boardwalk_dl_4428 + type: gfx + offset: 0x4428 +d_course_banshee_boardwalk_dl_4480: + symbol: d_course_banshee_boardwalk_dl_4480 + type: gfx + offset: 0x4480 +d_course_banshee_boardwalk_unknown_waypoints: + symbol: d_course_banshee_boardwalk_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4578 + count: 79 +d_course_banshee_boardwalk_track_waypoints: + symbol: d_course_banshee_boardwalk_track_waypoints + type: mk64:TRACK_PATH + offset: 0x47F0 + count: 658 +d_course_banshee_boardwalk_boo_tlut: + symbol: d_course_banshee_boardwalk_boo_tlut + type: texture + offset: 0x5C80 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_cheep_cheep1: + symbol: d_course_banshee_boardwalk_cheep_cheep1 + type: vtx + offset: 0x5E80 + count: 32 +d_course_banshee_boardwalk_cheep_cheep2: + symbol: d_course_banshee_boardwalk_cheep_cheep2 + type: vtx + offset: 0x6080 + count: 32 +d_course_banshee_boardwalk_cheep_cheep3: + symbol: d_course_banshee_boardwalk_cheep_cheep3 + type: vtx + offset: 0x6280 + count: 32 +d_course_banshee_boardwalk_cheep_cheep4: + symbol: d_course_banshee_boardwalk_cheep_cheep4 + type: vtx + offset: 0x6480 + count: 32 +d_course_banshee_boardwalk_cheep_cheep5: + symbol: d_course_banshee_boardwalk_cheep_cheep5 + type: vtx + offset: 0x6680 + count: 30 +d_course_banshee_boardwalk_cheep_cheep6: + symbol: d_course_banshee_boardwalk_cheep_cheep6 + type: vtx + offset: 0x6860 + count: 16 +d_course_banshee_boardwalk_cheep_cheep7: + symbol: d_course_banshee_boardwalk_cheep_cheep7 + type: vtx + offset: 0x6960 + count: 32 +d_course_banshee_boardwalk_cheep_cheep8: + symbol: d_course_banshee_boardwalk_cheep_cheep8 + type: vtx + offset: 0x6B60 + count: 31 +d_course_banshee_boardwalk_cheep_cheep9: + symbol: d_course_banshee_boardwalk_cheep_cheep9 + type: vtx + offset: 0x6D50 + count: 10 +d_course_banshee_boardwalk_cheep_cheep10: + symbol: d_course_banshee_boardwalk_cheep_cheep10 + type: vtx + offset: 0x6DF0 + count: 6 +d_course_banshee_boardwalk_fish_eyes: + symbol: d_course_banshee_boardwalk_fish_eyes + type: texture + offset: 0x6E50 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_7650: + symbol: d_course_banshee_boardwalk_dl_7650 + type: gfx + offset: 0x7650 +d_course_banshee_boardwalk_dl_78C0: + symbol: d_course_banshee_boardwalk_dl_78C0 + type: gfx + offset: 0x78C0 +d_course_banshee_boardwalk_dl_7978: + symbol: d_course_banshee_boardwalk_dl_7978 + type: gfx + offset: 0x7978 +d_course_banshee_boardwalk_dl_7B38: + symbol: d_course_banshee_boardwalk_dl_7B38 + type: gfx + offset: 0x7B38 +d_course_banshee_boardwalk_dl_7B78: + symbol: d_course_banshee_boardwalk_dl_7B78 + type: gfx + offset: 0x7B78 +d_course_banshee_boardwalk_dl_cheep_cheep: + symbol: d_course_banshee_boardwalk_dl_cheep_cheep + type: gfx + offset: 0x7BA8 +d_course_banshee_boardwalk_bat_tlut: + symbol: d_course_banshee_boardwalk_bat_tlut + type: texture + offset: 0x7BB8 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +gTextureBat1: + symbol: gTextureBat1 + type: texture + offset: 0x7DB8 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_banshee_boardwalk_bat_tlut +gTextureBat2: + symbol: gTextureBat2 + type: texture + offset: 0x85B8 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_banshee_boardwalk_bat_tlut +gTextureBat3: + symbol: gTextureBat3 + type: texture + offset: 0x8DB8 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_banshee_boardwalk_bat_tlut +gTextureBat4: + symbol: gTextureBat4 + type: texture + offset: 0x95B8 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_banshee_boardwalk_bat_tlut +d_course_banshee_boardwalk_texture: + symbol: d_course_banshee_boardwalk_texture + type: texture + offset: 0xA050 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_A850: + symbol: d_course_banshee_boardwalk_dl_A850 + type: gfx + offset: 0xA850 +d_course_banshee_boardwalk_dl_A900: + symbol: d_course_banshee_boardwalk_dl_A900 + type: gfx + offset: 0xA900 +d_course_banshee_boardwalk_dl_A9B0: + symbol: d_course_banshee_boardwalk_dl_A9B0 + type: gfx + offset: 0xA9B0 +d_course_banshee_boardwalk_dl_A9C8: + symbol: d_course_banshee_boardwalk_dl_A9C8 + type: gfx + offset: 0xA9C8 +d_course_banshee_boardwalk_dl_trash_bin: + symbol: d_course_banshee_boardwalk_dl_trash_bin + type: gfx + offset: 0xA9D8 +d_course_banshee_boardwalk_model_unk: + symbol: d_course_banshee_boardwalk_model_unk + type: vtx + offset: 0xA9E8 + count: 9 +d_course_banshee_boardwalk_texture2: + symbol: d_course_banshee_boardwalk_texture2 + type: texture + offset: 0xAA78 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_banshee_boardwalk_dl_B278: + symbol: d_course_banshee_boardwalk_dl_B278 + type: gfx + offset: 0xB278 +d_course_banshee_boardwalk_dl_B308: + symbol: d_course_banshee_boardwalk_dl_B308 + type: gfx + offset: 0xB308 +d_course_banshee_boardwalk_item_box_spawns: + symbol: d_course_banshee_boardwalk_item_box_spawns + type: mk64:spawn_data + offset: 0xB3D0 + count: 17 +d_course_banshee_boardwalk_track_sections: + symbol: d_course_banshee_boardwalk_track_sections + type: mk64:track_sections + offset: 0xB458 + count: 49 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_displaylists.yml new file mode 100644 index 0000000..2452c2d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8BFF18 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_banshee_boardwalk_packed_dls: + symbol: d_course_banshee_boardwalk_packed_dls + type: blob + offset: 0x8BFF18 + size: 0x25F7 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_vertices.yml new file mode 100644 index 0000000..56accf1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/banshee_boardwalk_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8B9630] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_banshee_boardwalk_vertex: + symbol: d_course_banshee_boardwalk_vertex + type: mk64:course_vtx + count: 4945 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/big_donut_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_data.yml new file mode 100644 index 0000000..56dd752 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x88CC50] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_big_donut_dl: + symbol: d_course_big_donut_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_big_donut_item_box_spawns: + symbol: d_course_big_donut_item_box_spawns + type: mk64:spawn_data + count: 25 + offset: 0x58 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/big_donut_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_displaylists.yml new file mode 100644 index 0000000..eb57177 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x965A74 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_big_donut_packed_dls: + symbol: d_course_big_donut_packed_dls + type: blob + offset: 0x965A74 + size: 0x7EC diff --git a/android/app/src/main/assets/spaghetti/yamls/us/big_donut_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_vertices.yml new file mode 100644 index 0000000..78649de --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/big_donut_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x963EF0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_big_donut_vertex: + symbol: d_course_big_donut_vertex + type: mk64:course_vtx + count: 1165 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/block_fort_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_data.yml new file mode 100644 index 0000000..57a762e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x885630] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_block_fort_dl: + symbol: d_course_block_fort_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_block_fort_item_box_spawns: + symbol: d_course_block_fort_item_box_spawns + type: mk64:spawn_data + count: 37 + offset: 0x38 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/block_fort_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_displaylists.yml new file mode 100644 index 0000000..6f57ba9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x953058 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_block_fort_packed_dls: + symbol: d_course_block_fort_packed_dls + type: blob + offset: 0x953058 + size: 0x829 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/block_fort_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_vertices.yml new file mode 100644 index 0000000..b9e4a69 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/block_fort_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x951780] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_block_fort_vertex: + symbol: d_course_block_fort_vertex + type: mk64:course_vtx + count: 1088 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/boo_frames.yml b/android/app/src/main/assets/spaghetti/yamls/us/boo_frames.yml new file mode 100644 index 0000000..522659d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/boo_frames.yml @@ -0,0 +1,247 @@ +:config: + segments: + - [0x0F, 0x712DC0] + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + gTextureGhosts: + range: [0x0, 0xD200] + mode: APPEND +gTextureBoo01: + symbol: gTextureBoo01 + offset: 0x0 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo02: + symbol: gTextureBoo02 + offset: 0x780 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo03: + symbol: gTextureBoo03 + offset: 0xF00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo04: + symbol: gTextureBoo04 + offset: 0x1680 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo05: + symbol: gTextureBoo05 + offset: 0x1E00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo06: + symbol: gTextureBoo06 + offset: 0x2580 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo07: + symbol: gTextureBoo07 + offset: 0x2D00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo08: + symbol: gTextureBoo08 + offset: 0x3480 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo09: + symbol: gTextureBoo09 + offset: 0x3C00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo10: + symbol: gTextureBoo10 + offset: 0x4380 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo11: + symbol: gTextureBoo11 + offset: 0x4B00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo12: + symbol: gTextureBoo12 + offset: 0x5280 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo13: + symbol: gTextureBoo13 + offset: 0x5A00 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo14: + symbol: gTextureBoo14 + offset: 0x6180 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo15: + symbol: gTextureBoo15 + offset: 0x6900 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo16: + symbol: gTextureBoo16 + offset: 0x7080 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo17: + symbol: gTextureBoo17 + offset: 0x7800 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo18: + symbol: gTextureBoo18 + offset: 0x7F80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo19: + symbol: gTextureBoo19 + offset: 0x8700 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo20: + symbol: gTextureBoo20 + offset: 0x8E80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo21: + symbol: gTextureBoo21 + offset: 0x9600 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo22: + symbol: gTextureBoo22 + offset: 0x9D80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo23: + symbol: gTextureBoo23 + offset: 0xA500 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo24: + symbol: gTextureBoo24 + offset: 0xAC80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo25: + symbol: gTextureBoo25 + offset: 0xB400 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo26: + symbol: gTextureBoo26 + offset: 0xBB80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo27: + symbol: gTextureBoo27 + offset: 0xC300 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo28: + symbol: gTextureBoo28 + offset: 0xCA80 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 +gTextureBoo29: + symbol: gTextureBoo29 + offset: 0xD200 + width: 48 + height: 40 + type: texture + tlut: d_course_banshee_boardwalk_boo_tlut + format: ci8 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/bowser_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/bowser_kart.yml new file mode 100644 index 0000000..996f28f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/bowser_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x57DE70] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + bowser_kart_wheels: + range: [0x9C088, 0xC0208] + mode: APPEND +bowser_kart_frame000: + symbol: gKartBowser000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame001: + symbol: gKartBowser001 + type: texture + offset: 0x658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_001_wheel_0 +bowser_kart_frame002: + symbol: gKartBowser002 + type: texture + offset: 0xCDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_002_wheel_0 +bowser_kart_frame003: + symbol: gKartBowser003 + type: texture + offset: 0x135C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_003_wheel_0 +bowser_kart_frame004: + symbol: gKartBowser004 + type: texture + offset: 0x19C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_004_wheel_0 +bowser_kart_frame005: + symbol: gKartBowser005 + type: texture + offset: 0x2060 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_005_wheel_0 +bowser_kart_frame006: + symbol: gKartBowser006 + type: texture + offset: 0x2710 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_006_wheel_0 +bowser_kart_frame007: + symbol: gKartBowser007 + type: texture + offset: 0x2DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_007_wheel_0 +bowser_kart_frame008: + symbol: gKartBowser008 + type: texture + offset: 0x3510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_008_wheel_0 +bowser_kart_frame009: + symbol: gKartBowser009 + type: texture + offset: 0x3C3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_009_wheel_0 +bowser_kart_frame010: + symbol: gKartBowser010 + type: texture + offset: 0x4388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_010_wheel_0 +bowser_kart_frame011: + symbol: gKartBowser011 + type: texture + offset: 0x4AF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_011_wheel_0 +bowser_kart_frame012: + symbol: gKartBowser012 + type: texture + offset: 0x526C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_012_wheel_0 +bowser_kart_frame013: + symbol: gKartBowser013 + type: texture + offset: 0x59E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_013_wheel_0 +bowser_kart_frame014: + symbol: gKartBowser014 + type: texture + offset: 0x6188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_014_wheel_0 +bowser_kart_frame015: + symbol: gKartBowser015 + type: texture + offset: 0x693C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_015_wheel_0 +bowser_kart_frame016: + symbol: gKartBowser016 + type: texture + offset: 0x70F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_016_wheel_0 +bowser_kart_frame017: + symbol: gKartBowser017 + type: texture + offset: 0x78C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_017_wheel_0 +bowser_kart_frame018: + symbol: gKartBowser018 + type: texture + offset: 0x8084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_018_wheel_0 +bowser_kart_frame019: + symbol: gKartBowser019 + type: texture + offset: 0x8838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_019_wheel_0 +bowser_kart_frame020: + symbol: gKartBowser020 + type: texture + offset: 0x9014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_020_wheel_0 +bowser_kart_frame021: + symbol: gKartBowser021 + type: texture + offset: 0x97E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_021_wheel_0 +bowser_kart_frame022: + symbol: gKartBowser022 + type: texture + offset: 0x9E5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_022_wheel_0 +bowser_kart_frame023: + symbol: gKartBowser023 + type: texture + offset: 0xA4FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_023_wheel_0 +bowser_kart_frame024: + symbol: gKartBowser024 + type: texture + offset: 0xAB84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_024_wheel_0 +bowser_kart_frame025: + symbol: gKartBowser025 + type: texture + offset: 0xB208 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_025_wheel_0 +bowser_kart_frame026: + symbol: gKartBowser026 + type: texture + offset: 0xB898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_026_wheel_0 +bowser_kart_frame027: + symbol: gKartBowser027 + type: texture + offset: 0xBF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_027_wheel_0 +bowser_kart_frame028: + symbol: gKartBowser028 + type: texture + offset: 0xC670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_028_wheel_0 +bowser_kart_frame029: + symbol: gKartBowser029 + type: texture + offset: 0xCDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_029_wheel_0 +bowser_kart_frame030: + symbol: gKartBowser030 + type: texture + offset: 0xD4EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_030_wheel_0 +bowser_kart_frame031: + symbol: gKartBowser031 + type: texture + offset: 0xDC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_031_wheel_0 +bowser_kart_frame032: + symbol: gKartBowser032 + type: texture + offset: 0xE3DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_032_wheel_0 +bowser_kart_frame033: + symbol: gKartBowser033 + type: texture + offset: 0xEB6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_033_wheel_0 +bowser_kart_frame034: + symbol: gKartBowser034 + type: texture + offset: 0xF328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_034_wheel_0 +bowser_kart_frame035: + symbol: gKartBowser035 + type: texture + offset: 0xFAEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_035_wheel_0 +bowser_kart_frame036: + symbol: gKartBowser036 + type: texture + offset: 0x102BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_036_wheel_0 +bowser_kart_frame037: + symbol: gKartBowser037 + type: texture + offset: 0x10A80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_037_wheel_0 +bowser_kart_frame038: + symbol: gKartBowser038 + type: texture + offset: 0x11254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_038_wheel_0 +bowser_kart_frame039: + symbol: gKartBowser039 + type: texture + offset: 0x11A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_039_wheel_0 +bowser_kart_frame040: + symbol: gKartBowser040 + type: texture + offset: 0x12208 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_040_wheel_0 +bowser_kart_frame041: + symbol: gKartBowser041 + type: texture + offset: 0x129E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_041_wheel_0 +bowser_kart_frame042: + symbol: gKartBowser042 + type: texture + offset: 0x131EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_042_wheel_0 +bowser_kart_frame043: + symbol: gKartBowser043 + type: texture + offset: 0x1388C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_043_wheel_0 +bowser_kart_frame044: + symbol: gKartBowser044 + type: texture + offset: 0x13F48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_044_wheel_0 +bowser_kart_frame045: + symbol: gKartBowser045 + type: texture + offset: 0x145F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_045_wheel_0 +bowser_kart_frame046: + symbol: gKartBowser046 + type: texture + offset: 0x14CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_046_wheel_0 +bowser_kart_frame047: + symbol: gKartBowser047 + type: texture + offset: 0x15394 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_047_wheel_0 +bowser_kart_frame048: + symbol: gKartBowser048 + type: texture + offset: 0x15A7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_048_wheel_0 +bowser_kart_frame049: + symbol: gKartBowser049 + type: texture + offset: 0x161A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_049_wheel_0 +bowser_kart_frame050: + symbol: gKartBowser050 + type: texture + offset: 0x16904 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_050_wheel_0 +bowser_kart_frame051: + symbol: gKartBowser051 + type: texture + offset: 0x17078 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_051_wheel_0 +bowser_kart_frame052: + symbol: gKartBowser052 + type: texture + offset: 0x17828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_052_wheel_0 +bowser_kart_frame053: + symbol: gKartBowser053 + type: texture + offset: 0x17FCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_053_wheel_0 +bowser_kart_frame054: + symbol: gKartBowser054 + type: texture + offset: 0x18794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_054_wheel_0 +bowser_kart_frame055: + symbol: gKartBowser055 + type: texture + offset: 0x18F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_055_wheel_0 +bowser_kart_frame056: + symbol: gKartBowser056 + type: texture + offset: 0x19720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_056_wheel_0 +bowser_kart_frame057: + symbol: gKartBowser057 + type: texture + offset: 0x19F10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_057_wheel_0 +bowser_kart_frame058: + symbol: gKartBowser058 + type: texture + offset: 0x1A6EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_058_wheel_0 +bowser_kart_frame059: + symbol: gKartBowser059 + type: texture + offset: 0x1AED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_059_wheel_0 +bowser_kart_frame060: + symbol: gKartBowser060 + type: texture + offset: 0x1B6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_060_wheel_0 +bowser_kart_frame061: + symbol: gKartBowser061 + type: texture + offset: 0x1BEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_061_wheel_0 +bowser_kart_frame062: + symbol: gKartBowser062 + type: texture + offset: 0x1C6CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_062_wheel_0 +bowser_kart_frame063: + symbol: gKartBowser063 + type: texture + offset: 0x1CEF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_063_wheel_0 +bowser_kart_frame064: + symbol: gKartBowser064 + type: texture + offset: 0x1D5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_064_wheel_0 +bowser_kart_frame065: + symbol: gKartBowser065 + type: texture + offset: 0x1DC98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_065_wheel_0 +bowser_kart_frame066: + symbol: gKartBowser066 + type: texture + offset: 0x1E398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_066_wheel_0 +bowser_kart_frame067: + symbol: gKartBowser067 + type: texture + offset: 0x1EA78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_067_wheel_0 +bowser_kart_frame068: + symbol: gKartBowser068 + type: texture + offset: 0x1F14C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_068_wheel_0 +bowser_kart_frame069: + symbol: gKartBowser069 + type: texture + offset: 0x1F86C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_069_wheel_0 +bowser_kart_frame070: + symbol: gKartBowser070 + type: texture + offset: 0x1FFBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_070_wheel_0 +bowser_kart_frame071: + symbol: gKartBowser071 + type: texture + offset: 0x20724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_071_wheel_0 +bowser_kart_frame072: + symbol: gKartBowser072 + type: texture + offset: 0x20EA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_072_wheel_0 +bowser_kart_frame073: + symbol: gKartBowser073 + type: texture + offset: 0x21668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_073_wheel_0 +bowser_kart_frame074: + symbol: gKartBowser074 + type: texture + offset: 0x21E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_074_wheel_0 +bowser_kart_frame075: + symbol: gKartBowser075 + type: texture + offset: 0x225FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_075_wheel_0 +bowser_kart_frame076: + symbol: gKartBowser076 + type: texture + offset: 0x22DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_076_wheel_0 +bowser_kart_frame077: + symbol: gKartBowser077 + type: texture + offset: 0x235BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_077_wheel_0 +bowser_kart_frame078: + symbol: gKartBowser078 + type: texture + offset: 0x23DBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_078_wheel_0 +bowser_kart_frame079: + symbol: gKartBowser079 + type: texture + offset: 0x245D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_079_wheel_0 +bowser_kart_frame080: + symbol: gKartBowser080 + type: texture + offset: 0x24DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_080_wheel_0 +bowser_kart_frame081: + symbol: gKartBowser081 + type: texture + offset: 0x255F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_081_wheel_0 +bowser_kart_frame082: + symbol: gKartBowser082 + type: texture + offset: 0x25E04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_082_wheel_0 +bowser_kart_frame083: + symbol: gKartBowser083 + type: texture + offset: 0x26624 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_083_wheel_0 +bowser_kart_frame084: + symbol: gKartBowser084 + type: texture + offset: 0x26E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_084_wheel_0 +bowser_kart_frame085: + symbol: gKartBowser085 + type: texture + offset: 0x27524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_085_wheel_0 +bowser_kart_frame086: + symbol: gKartBowser086 + type: texture + offset: 0x27C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_086_wheel_0 +bowser_kart_frame087: + symbol: gKartBowser087 + type: texture + offset: 0x28308 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_087_wheel_0 +bowser_kart_frame088: + symbol: gKartBowser088 + type: texture + offset: 0x289F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_088_wheel_0 +bowser_kart_frame089: + symbol: gKartBowser089 + type: texture + offset: 0x29108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_089_wheel_0 +bowser_kart_frame090: + symbol: gKartBowser090 + type: texture + offset: 0x29840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_090_wheel_0 +bowser_kart_frame091: + symbol: gKartBowser091 + type: texture + offset: 0x29FA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_091_wheel_0 +bowser_kart_frame092: + symbol: gKartBowser092 + type: texture + offset: 0x2A734 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_092_wheel_0 +bowser_kart_frame093: + symbol: gKartBowser093 + type: texture + offset: 0x2AEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_093_wheel_0 +bowser_kart_frame094: + symbol: gKartBowser094 + type: texture + offset: 0x2B6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_094_wheel_0 +bowser_kart_frame095: + symbol: gKartBowser095 + type: texture + offset: 0x2BE9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_095_wheel_0 +bowser_kart_frame096: + symbol: gKartBowser096 + type: texture + offset: 0x2C690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_096_wheel_0 +bowser_kart_frame097: + symbol: gKartBowser097 + type: texture + offset: 0x2CE94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_097_wheel_0 +bowser_kart_frame098: + symbol: gKartBowser098 + type: texture + offset: 0x2D6A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_098_wheel_0 +bowser_kart_frame099: + symbol: gKartBowser099 + type: texture + offset: 0x2DEBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_099_wheel_0 +bowser_kart_frame100: + symbol: gKartBowser100 + type: texture + offset: 0x2E6D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_100_wheel_0 +bowser_kart_frame101: + symbol: gKartBowser101 + type: texture + offset: 0x2EEEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_101_wheel_0 +bowser_kart_frame102: + symbol: gKartBowser102 + type: texture + offset: 0x2F720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_102_wheel_0 +bowser_kart_frame103: + symbol: gKartBowser103 + type: texture + offset: 0x2FF54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_103_wheel_0 +bowser_kart_frame104: + symbol: gKartBowser104 + type: texture + offset: 0x30788 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_104_wheel_0 +bowser_kart_frame105: + symbol: gKartBowser105 + type: texture + offset: 0x30FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_105_wheel_0 +bowser_kart_frame106: + symbol: gKartBowser106 + type: texture + offset: 0x316B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_106_wheel_0 +bowser_kart_frame107: + symbol: gKartBowser107 + type: texture + offset: 0x31DC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_107_wheel_0 +bowser_kart_frame108: + symbol: gKartBowser108 + type: texture + offset: 0x324D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_108_wheel_0 +bowser_kart_frame109: + symbol: gKartBowser109 + type: texture + offset: 0x32BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_109_wheel_0 +bowser_kart_frame110: + symbol: gKartBowser110 + type: texture + offset: 0x33320 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_110_wheel_0 +bowser_kart_frame111: + symbol: gKartBowser111 + type: texture + offset: 0x33A94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_111_wheel_0 +bowser_kart_frame112: + symbol: gKartBowser112 + type: texture + offset: 0x34224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_112_wheel_0 +bowser_kart_frame113: + symbol: gKartBowser113 + type: texture + offset: 0x349D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_113_wheel_0 +bowser_kart_frame114: + symbol: gKartBowser114 + type: texture + offset: 0x35198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_114_wheel_0 +bowser_kart_frame115: + symbol: gKartBowser115 + type: texture + offset: 0x35970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_115_wheel_0 +bowser_kart_frame116: + symbol: gKartBowser116 + type: texture + offset: 0x36150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_116_wheel_0 +bowser_kart_frame117: + symbol: gKartBowser117 + type: texture + offset: 0x36970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_117_wheel_0 +bowser_kart_frame118: + symbol: gKartBowser118 + type: texture + offset: 0x37174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_118_wheel_0 +bowser_kart_frame119: + symbol: gKartBowser119 + type: texture + offset: 0x37998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_119_wheel_0 +bowser_kart_frame120: + symbol: gKartBowser120 + type: texture + offset: 0x381D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_120_wheel_0 +bowser_kart_frame121: + symbol: gKartBowser121 + type: texture + offset: 0x389F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_121_wheel_0 +bowser_kart_frame122: + symbol: gKartBowser122 + type: texture + offset: 0x39234 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_122_wheel_0 +bowser_kart_frame123: + symbol: gKartBowser123 + type: texture + offset: 0x39A58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_123_wheel_0 +bowser_kart_frame124: + symbol: gKartBowser124 + type: texture + offset: 0x3A2A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_124_wheel_0 +bowser_kart_frame125: + symbol: gKartBowser125 + type: texture + offset: 0x3AAC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_125_wheel_0 +bowser_kart_frame126: + symbol: gKartBowser126 + type: texture + offset: 0x3B338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_126_wheel_0 +bowser_kart_frame127: + symbol: gKartBowser127 + type: texture + offset: 0x3BA44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_127_wheel_0 +bowser_kart_frame128: + symbol: gKartBowser128 + type: texture + offset: 0x3C17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_128_wheel_0 +bowser_kart_frame129: + symbol: gKartBowser129 + type: texture + offset: 0x3C8A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_129_wheel_0 +bowser_kart_frame130: + symbol: gKartBowser130 + type: texture + offset: 0x3CFE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_130_wheel_0 +bowser_kart_frame131: + symbol: gKartBowser131 + type: texture + offset: 0x3D740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_131_wheel_0 +bowser_kart_frame132: + symbol: gKartBowser132 + type: texture + offset: 0x3DEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_132_wheel_0 +bowser_kart_frame133: + symbol: gKartBowser133 + type: texture + offset: 0x3E65C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_133_wheel_0 +bowser_kart_frame134: + symbol: gKartBowser134 + type: texture + offset: 0x3EE24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_134_wheel_0 +bowser_kart_frame135: + symbol: gKartBowser135 + type: texture + offset: 0x3F5F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_135_wheel_0 +bowser_kart_frame136: + symbol: gKartBowser136 + type: texture + offset: 0x3FDEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_136_wheel_0 +bowser_kart_frame137: + symbol: gKartBowser137 + type: texture + offset: 0x405E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_137_wheel_0 +bowser_kart_frame138: + symbol: gKartBowser138 + type: texture + offset: 0x40E04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_138_wheel_0 +bowser_kart_frame139: + symbol: gKartBowser139 + type: texture + offset: 0x4163C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_139_wheel_0 +bowser_kart_frame140: + symbol: gKartBowser140 + type: texture + offset: 0x41E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_140_wheel_0 +bowser_kart_frame141: + symbol: gKartBowser141 + type: texture + offset: 0x426C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_141_wheel_0 +bowser_kart_frame142: + symbol: gKartBowser142 + type: texture + offset: 0x42F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_142_wheel_0 +bowser_kart_frame143: + symbol: gKartBowser143 + type: texture + offset: 0x43744 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_143_wheel_0 +bowser_kart_frame144: + symbol: gKartBowser144 + type: texture + offset: 0x43F98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_144_wheel_0 +bowser_kart_frame145: + symbol: gKartBowser145 + type: texture + offset: 0x44800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_145_wheel_0 +bowser_kart_frame146: + symbol: gKartBowser146 + type: texture + offset: 0x45050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_146_wheel_0 +bowser_kart_frame147: + symbol: gKartBowser147 + type: texture + offset: 0x458CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_147_wheel_0 +bowser_kart_frame148: + symbol: gKartBowser148 + type: texture + offset: 0x4600C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_148_wheel_0 +bowser_kart_frame149: + symbol: gKartBowser149 + type: texture + offset: 0x46754 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_149_wheel_0 +bowser_kart_frame150: + symbol: gKartBowser150 + type: texture + offset: 0x46EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_150_wheel_0 +bowser_kart_frame151: + symbol: gKartBowser151 + type: texture + offset: 0x47614 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_151_wheel_0 +bowser_kart_frame152: + symbol: gKartBowser152 + type: texture + offset: 0x47D94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_152_wheel_0 +bowser_kart_frame153: + symbol: gKartBowser153 + type: texture + offset: 0x4854C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_153_wheel_0 +bowser_kart_frame154: + symbol: gKartBowser154 + type: texture + offset: 0x48D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_154_wheel_0 +bowser_kart_frame155: + symbol: gKartBowser155 + type: texture + offset: 0x4951C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_155_wheel_0 +bowser_kart_frame156: + symbol: gKartBowser156 + type: texture + offset: 0x49D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_156_wheel_0 +bowser_kart_frame157: + symbol: gKartBowser157 + type: texture + offset: 0x4A50C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_157_wheel_0 +bowser_kart_frame158: + symbol: gKartBowser158 + type: texture + offset: 0x4AD0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_158_wheel_0 +bowser_kart_frame159: + symbol: gKartBowser159 + type: texture + offset: 0x4B544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_159_wheel_0 +bowser_kart_frame160: + symbol: gKartBowser160 + type: texture + offset: 0x4BD80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_160_wheel_0 +bowser_kart_frame161: + symbol: gKartBowser161 + type: texture + offset: 0x4C5F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_161_wheel_0 +bowser_kart_frame162: + symbol: gKartBowser162 + type: texture + offset: 0x4CE5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_162_wheel_0 +bowser_kart_frame163: + symbol: gKartBowser163 + type: texture + offset: 0x4D6A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_163_wheel_0 +bowser_kart_frame164: + symbol: gKartBowser164 + type: texture + offset: 0x4DF14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_164_wheel_0 +bowser_kart_frame165: + symbol: gKartBowser165 + type: texture + offset: 0x4E788 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_165_wheel_0 +bowser_kart_frame166: + symbol: gKartBowser166 + type: texture + offset: 0x4F028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_166_wheel_0 +bowser_kart_frame167: + symbol: gKartBowser167 + type: texture + offset: 0x4F8B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_167_wheel_0 +bowser_kart_frame168: + symbol: gKartBowser168 + type: texture + offset: 0x50148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_168_wheel_0 +bowser_kart_frame169: + symbol: gKartBowser169 + type: texture + offset: 0x5089C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_169_wheel_0 +bowser_kart_frame170: + symbol: gKartBowser170 + type: texture + offset: 0x51014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_170_wheel_0 +bowser_kart_frame171: + symbol: gKartBowser171 + type: texture + offset: 0x51790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_171_wheel_0 +bowser_kart_frame172: + symbol: gKartBowser172 + type: texture + offset: 0x51F20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_172_wheel_0 +bowser_kart_frame173: + symbol: gKartBowser173 + type: texture + offset: 0x526F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_173_wheel_0 +bowser_kart_frame174: + symbol: gKartBowser174 + type: texture + offset: 0x52EBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_174_wheel_0 +bowser_kart_frame175: + symbol: gKartBowser175 + type: texture + offset: 0x536AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_175_wheel_0 +bowser_kart_frame176: + symbol: gKartBowser176 + type: texture + offset: 0x53EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_176_wheel_0 +bowser_kart_frame177: + symbol: gKartBowser177 + type: texture + offset: 0x546BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_177_wheel_0 +bowser_kart_frame178: + symbol: gKartBowser178 + type: texture + offset: 0x54EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_178_wheel_0 +bowser_kart_frame179: + symbol: gKartBowser179 + type: texture + offset: 0x55718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_179_wheel_0 +bowser_kart_frame180: + symbol: gKartBowser180 + type: texture + offset: 0x55F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_180_wheel_0 +bowser_kart_frame181: + symbol: gKartBowser181 + type: texture + offset: 0x567C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_181_wheel_0 +bowser_kart_frame182: + symbol: gKartBowser182 + type: texture + offset: 0x57038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_182_wheel_0 +bowser_kart_frame183: + symbol: gKartBowser183 + type: texture + offset: 0x578CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_183_wheel_0 +bowser_kart_frame184: + symbol: gKartBowser184 + type: texture + offset: 0x58158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_184_wheel_0 +bowser_kart_frame185: + symbol: gKartBowser185 + type: texture + offset: 0x58A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_185_wheel_0 +bowser_kart_frame186: + symbol: gKartBowser186 + type: texture + offset: 0x59288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_186_wheel_0 +bowser_kart_frame187: + symbol: gKartBowser187 + type: texture + offset: 0x59B2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_187_wheel_0 +bowser_kart_frame188: + symbol: gKartBowser188 + type: texture + offset: 0x5A3C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_188_wheel_0 +bowser_kart_frame189: + symbol: gKartBowser189 + type: texture + offset: 0x5AC78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_189_wheel_0 +bowser_kart_frame190: + symbol: gKartBowser190 + type: texture + offset: 0x5B2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_190_wheel_0 +bowser_kart_frame191: + symbol: gKartBowser191 + type: texture + offset: 0x5B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_191_wheel_0 +bowser_kart_frame192: + symbol: gKartBowser192 + type: texture + offset: 0x5C0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_192_wheel_0 +bowser_kart_frame193: + symbol: gKartBowser193 + type: texture + offset: 0x5C824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_193_wheel_0 +bowser_kart_frame194: + symbol: gKartBowser194 + type: texture + offset: 0x5CFB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_194_wheel_0 +bowser_kart_frame195: + symbol: gKartBowser195 + type: texture + offset: 0x5D758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_195_wheel_0 +bowser_kart_frame196: + symbol: gKartBowser196 + type: texture + offset: 0x5DF3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_196_wheel_0 +bowser_kart_frame197: + symbol: gKartBowser197 + type: texture + offset: 0x5E750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_197_wheel_0 +bowser_kart_frame198: + symbol: gKartBowser198 + type: texture + offset: 0x5EF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_198_wheel_0 +bowser_kart_frame199: + symbol: gKartBowser199 + type: texture + offset: 0x5F810 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_199_wheel_0 +bowser_kart_frame200: + symbol: gKartBowser200 + type: texture + offset: 0x600B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_200_wheel_0 +bowser_kart_frame201: + symbol: gKartBowser201 + type: texture + offset: 0x6098C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_201_wheel_0 +bowser_kart_frame202: + symbol: gKartBowser202 + type: texture + offset: 0x6125C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_202_wheel_0 +bowser_kart_frame203: + symbol: gKartBowser203 + type: texture + offset: 0x61B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_203_wheel_0 +bowser_kart_frame204: + symbol: gKartBowser204 + type: texture + offset: 0x62418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_204_wheel_0 +bowser_kart_frame205: + symbol: gKartBowser205 + type: texture + offset: 0x62CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_205_wheel_0 +bowser_kart_frame206: + symbol: gKartBowser206 + type: texture + offset: 0x63538 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_206_wheel_0 +bowser_kart_frame207: + symbol: gKartBowser207 + type: texture + offset: 0x63D78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_207_wheel_0 +bowser_kart_frame208: + symbol: gKartBowser208 + type: texture + offset: 0x645C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_208_wheel_0 +bowser_kart_frame209: + symbol: gKartBowser209 + type: texture + offset: 0x64DF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_209_wheel_0 +bowser_kart_frame210: + symbol: gKartBowser210 + type: texture + offset: 0x654B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_210_wheel_0 +bowser_kart_frame211: + symbol: gKartBowser211 + type: texture + offset: 0x65BC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_211_wheel_0 +bowser_kart_frame212: + symbol: gKartBowser212 + type: texture + offset: 0x66344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_212_wheel_0 +bowser_kart_frame213: + symbol: gKartBowser213 + type: texture + offset: 0x66AF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_213_wheel_0 +bowser_kart_frame214: + symbol: gKartBowser214 + type: texture + offset: 0x67298 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_214_wheel_0 +bowser_kart_frame215: + symbol: gKartBowser215 + type: texture + offset: 0x67A70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_215_wheel_0 +bowser_kart_frame216: + symbol: gKartBowser216 + type: texture + offset: 0x682A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_216_wheel_0 +bowser_kart_frame217: + symbol: gKartBowser217 + type: texture + offset: 0x68AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_217_wheel_0 +bowser_kart_frame218: + symbol: gKartBowser218 + type: texture + offset: 0x69354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_218_wheel_0 +bowser_kart_frame219: + symbol: gKartBowser219 + type: texture + offset: 0x69BCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_219_wheel_0 +bowser_kart_frame220: + symbol: gKartBowser220 + type: texture + offset: 0x6A444 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_220_wheel_0 +bowser_kart_frame221: + symbol: gKartBowser221 + type: texture + offset: 0x6AD00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_221_wheel_0 +bowser_kart_frame222: + symbol: gKartBowser222 + type: texture + offset: 0x6B5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_222_wheel_0 +bowser_kart_frame223: + symbol: gKartBowser223 + type: texture + offset: 0x6BE60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_223_wheel_0 +bowser_kart_frame224: + symbol: gKartBowser224 + type: texture + offset: 0x6C700 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_224_wheel_0 +bowser_kart_frame225: + symbol: gKartBowser225 + type: texture + offset: 0x6CF80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_225_wheel_0 +bowser_kart_frame226: + symbol: gKartBowser226 + type: texture + offset: 0x6D7B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_226_wheel_0 +bowser_kart_frame227: + symbol: gKartBowser227 + type: texture + offset: 0x6DFCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_227_wheel_0 +bowser_kart_frame228: + symbol: gKartBowser228 + type: texture + offset: 0x6E7E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_228_wheel_0 +bowser_kart_frame229: + symbol: gKartBowser229 + type: texture + offset: 0x6EFC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_229_wheel_0 +bowser_kart_frame230: + symbol: gKartBowser230 + type: texture + offset: 0x6F6B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_230_wheel_0 +bowser_kart_frame231: + symbol: gKartBowser231 + type: texture + offset: 0x6FE18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_231_wheel_0 +bowser_kart_frame232: + symbol: gKartBowser232 + type: texture + offset: 0x705C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_232_wheel_0 +bowser_kart_frame233: + symbol: gKartBowser233 + type: texture + offset: 0x70D94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_233_wheel_0 +bowser_kart_frame234: + symbol: gKartBowser234 + type: texture + offset: 0x71598 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_234_wheel_0 +bowser_kart_frame235: + symbol: gKartBowser235 + type: texture + offset: 0x71DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_235_wheel_0 +bowser_kart_frame236: + symbol: gKartBowser236 + type: texture + offset: 0x72608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_236_wheel_0 +bowser_kart_frame237: + symbol: gKartBowser237 + type: texture + offset: 0x72E64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_237_wheel_0 +bowser_kart_frame238: + symbol: gKartBowser238 + type: texture + offset: 0x736CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_238_wheel_0 +bowser_kart_frame239: + symbol: gKartBowser239 + type: texture + offset: 0x73F4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_239_wheel_0 +bowser_kart_frame240: + symbol: gKartBowser240 + type: texture + offset: 0x747E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_240_wheel_0 +bowser_kart_frame241: + symbol: gKartBowser241 + type: texture + offset: 0x75094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_241_wheel_0 +bowser_kart_frame242: + symbol: gKartBowser242 + type: texture + offset: 0x758E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_242_wheel_0 +bowser_kart_frame243: + symbol: gKartBowser243 + type: texture + offset: 0x76174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_243_wheel_0 +bowser_kart_frame244: + symbol: gKartBowser244 + type: texture + offset: 0x769EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_244_wheel_0 +bowser_kart_frame245: + symbol: gKartBowser245 + type: texture + offset: 0x77228 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_245_wheel_0 +bowser_kart_frame246: + symbol: gKartBowser246 + type: texture + offset: 0x77A28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_246_wheel_0 +bowser_kart_frame247: + symbol: gKartBowser247 + type: texture + offset: 0x78200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_247_wheel_0 +bowser_kart_frame248: + symbol: gKartBowser248 + type: texture + offset: 0x789E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_248_wheel_0 +bowser_kart_frame249: + symbol: gKartBowser249 + type: texture + offset: 0x7919C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_249_wheel_0 +bowser_kart_frame250: + symbol: gKartBowser250 + type: texture + offset: 0x798DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_250_wheel_0 +bowser_kart_frame251: + symbol: gKartBowser251 + type: texture + offset: 0x7A06C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_251_wheel_0 +bowser_kart_frame252: + symbol: gKartBowser252 + type: texture + offset: 0x7A830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_252_wheel_0 +bowser_kart_frame253: + symbol: gKartBowser253 + type: texture + offset: 0x7B028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_253_wheel_0 +bowser_kart_frame254: + symbol: gKartBowser254 + type: texture + offset: 0x7B83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_254_wheel_0 +bowser_kart_frame255: + symbol: gKartBowser255 + type: texture + offset: 0x7C07C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_255_wheel_0 +bowser_kart_frame256: + symbol: gKartBowser256 + type: texture + offset: 0x7C8F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_256_wheel_0 +bowser_kart_frame257: + symbol: gKartBowser257 + type: texture + offset: 0x7D178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_257_wheel_0 +bowser_kart_frame258: + symbol: gKartBowser258 + type: texture + offset: 0x7D9E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_258_wheel_0 +bowser_kart_frame259: + symbol: gKartBowser259 + type: texture + offset: 0x7E27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_259_wheel_0 +bowser_kart_frame260: + symbol: gKartBowser260 + type: texture + offset: 0x7EB18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_260_wheel_0 +bowser_kart_frame261: + symbol: gKartBowser261 + type: texture + offset: 0x7F3B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_261_wheel_0 +bowser_kart_frame262: + symbol: gKartBowser262 + type: texture + offset: 0x7FC20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_262_wheel_0 +bowser_kart_frame263: + symbol: gKartBowser263 + type: texture + offset: 0x80460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_263_wheel_0 +bowser_kart_frame264: + symbol: gKartBowser264 + type: texture + offset: 0x80C8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_264_wheel_0 +bowser_kart_frame265: + symbol: gKartBowser265 + type: texture + offset: 0x81494 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_265_wheel_0 +bowser_kart_frame266: + symbol: gKartBowser266 + type: texture + offset: 0x81C68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_266_wheel_0 +bowser_kart_frame267: + symbol: gKartBowser267 + type: texture + offset: 0x8240C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_267_wheel_0 +bowser_kart_frame268: + symbol: gKartBowser268 + type: texture + offset: 0x82BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_268_wheel_0 +bowser_kart_frame269: + symbol: gKartBowser269 + type: texture + offset: 0x83314 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_269_wheel_0 +bowser_kart_frame270: + symbol: gKartBowser270 + type: texture + offset: 0x83AC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_270_wheel_0 +bowser_kart_frame271: + symbol: gKartBowser271 + type: texture + offset: 0x84288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_271_wheel_0 +bowser_kart_frame272: + symbol: gKartBowser272 + type: texture + offset: 0x84A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_272_wheel_0 +bowser_kart_frame273: + symbol: gKartBowser273 + type: texture + offset: 0x85288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_273_wheel_0 +bowser_kart_frame274: + symbol: gKartBowser274 + type: texture + offset: 0x85AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_274_wheel_0 +bowser_kart_frame275: + symbol: gKartBowser275 + type: texture + offset: 0x86360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_275_wheel_0 +bowser_kart_frame276: + symbol: gKartBowser276 + type: texture + offset: 0x86BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_276_wheel_0 +bowser_kart_frame277: + symbol: gKartBowser277 + type: texture + offset: 0x874A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_277_wheel_0 +bowser_kart_frame278: + symbol: gKartBowser278 + type: texture + offset: 0x87D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_278_wheel_0 +bowser_kart_frame279: + symbol: gKartBowser279 + type: texture + offset: 0x885B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_279_wheel_0 +bowser_kart_frame280: + symbol: gKartBowser280 + type: texture + offset: 0x88E20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_280_wheel_0 +bowser_kart_frame281: + symbol: gKartBowser281 + type: texture + offset: 0x89684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_281_wheel_0 +bowser_kart_frame282: + symbol: gKartBowser282 + type: texture + offset: 0x89EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_282_wheel_0 +bowser_kart_frame283: + symbol: gKartBowser283 + type: texture + offset: 0x8A6F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_283_wheel_0 +bowser_kart_frame284: + symbol: gKartBowser284 + type: texture + offset: 0x8AEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_284_wheel_0 +bowser_kart_frame285: + symbol: gKartBowser285 + type: texture + offset: 0x8B66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_285_wheel_0 +bowser_kart_frame286: + symbol: gKartBowser286 + type: texture + offset: 0x8BDD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_286_wheel_0 +bowser_kart_frame287: + symbol: gKartBowser287 + type: texture + offset: 0x8C510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_287_wheel_0 +bowser_kart_frame288: + symbol: gKartBowser288 + type: texture + offset: 0x8CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_288_wheel_0 +bowser_kart_frame289: + symbol: gKartBowser289 + type: texture + offset: 0x8D338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame290: + symbol: gKartBowser290 + type: texture + offset: 0x8D99C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame291: + symbol: gKartBowser291 + type: texture + offset: 0x8E028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame292: + symbol: gKartBowser292 + type: texture + offset: 0x8E740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame293: + symbol: gKartBowser293 + type: texture + offset: 0x8EF00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame294: + symbol: gKartBowser294 + type: texture + offset: 0x8F600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame295: + symbol: gKartBowser295 + type: texture + offset: 0x8FDAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame296: + symbol: gKartBowser296 + type: texture + offset: 0x9058C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame297: + symbol: gKartBowser297 + type: texture + offset: 0x90D50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame298: + symbol: gKartBowser298 + type: texture + offset: 0x91460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame299: + symbol: gKartBowser299 + type: texture + offset: 0x91B94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame300: + symbol: gKartBowser300 + type: texture + offset: 0x922F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame301: + symbol: gKartBowser301 + type: texture + offset: 0x92A78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame302: + symbol: gKartBowser302 + type: texture + offset: 0x9322C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame303: + symbol: gKartBowser303 + type: texture + offset: 0x93A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame304: + symbol: gKartBowser304 + type: texture + offset: 0x9423C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame305: + symbol: gKartBowser305 + type: texture + offset: 0x94988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame306: + symbol: gKartBowser306 + type: texture + offset: 0x94F58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame307: + symbol: gKartBowser307 + type: texture + offset: 0x95660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame308: + symbol: gKartBowser308 + type: texture + offset: 0x95DF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame309: + symbol: gKartBowser309 + type: texture + offset: 0x965D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame310: + symbol: gKartBowser310 + type: texture + offset: 0x96D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame311: + symbol: gKartBowser311 + type: texture + offset: 0x974C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame312: + symbol: gKartBowser312 + type: texture + offset: 0x97CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame313: + symbol: gKartBowser313 + type: texture + offset: 0x98454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame314: + symbol: gKartBowser314 + type: texture + offset: 0x98B6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame315: + symbol: gKartBowser315 + type: texture + offset: 0x9929C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame316: + symbol: gKartBowser316 + type: texture + offset: 0x999E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame317: + symbol: gKartBowser317 + type: texture + offset: 0x9A16C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame318: + symbol: gKartBowser318 + type: texture + offset: 0x9A8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame319: + symbol: gKartBowser319 + type: texture + offset: 0x9B0D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +bowser_kart_frame320: + symbol: gKartBowser320 + type: texture + offset: 0x9B8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: bowser_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartBowser000Wheel0 + type: texture + offset: 0x9C088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartBowser000Wheel1 + type: texture + offset: 0x9C108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartBowser000Wheel2 + type: texture + offset: 0x9C188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartBowser000Wheel3 + type: texture + offset: 0x9C208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartBowser001Wheel0 + type: texture + offset: 0x9C288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartBowser001Wheel1 + type: texture + offset: 0x9C308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartBowser001Wheel2 + type: texture + offset: 0x9C388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartBowser001Wheel3 + type: texture + offset: 0x9C408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartBowser002Wheel0 + type: texture + offset: 0x9C488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartBowser002Wheel1 + type: texture + offset: 0x9C508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartBowser002Wheel2 + type: texture + offset: 0x9C588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartBowser002Wheel3 + type: texture + offset: 0x9C608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartBowser003Wheel0 + type: texture + offset: 0x9C688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartBowser003Wheel1 + type: texture + offset: 0x9C708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartBowser003Wheel2 + type: texture + offset: 0x9C788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartBowser003Wheel3 + type: texture + offset: 0x9C808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartBowser004Wheel0 + type: texture + offset: 0x9C888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartBowser004Wheel1 + type: texture + offset: 0x9C908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartBowser004Wheel2 + type: texture + offset: 0x9C988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartBowser004Wheel3 + type: texture + offset: 0x9CA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartBowser005Wheel0 + type: texture + offset: 0x9CA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartBowser005Wheel1 + type: texture + offset: 0x9CB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartBowser005Wheel2 + type: texture + offset: 0x9CB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartBowser005Wheel3 + type: texture + offset: 0x9CC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartBowser006Wheel0 + type: texture + offset: 0x9CC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartBowser006Wheel1 + type: texture + offset: 0x9CD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartBowser006Wheel2 + type: texture + offset: 0x9CD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartBowser006Wheel3 + type: texture + offset: 0x9CE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartBowser007Wheel0 + type: texture + offset: 0x9CE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartBowser007Wheel1 + type: texture + offset: 0x9CF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartBowser007Wheel2 + type: texture + offset: 0x9CF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartBowser007Wheel3 + type: texture + offset: 0x9D008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartBowser008Wheel0 + type: texture + offset: 0x9D088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartBowser008Wheel1 + type: texture + offset: 0x9D108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartBowser008Wheel2 + type: texture + offset: 0x9D188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartBowser008Wheel3 + type: texture + offset: 0x9D208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartBowser009Wheel0 + type: texture + offset: 0x9D288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartBowser009Wheel1 + type: texture + offset: 0x9D308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartBowser009Wheel2 + type: texture + offset: 0x9D388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartBowser009Wheel3 + type: texture + offset: 0x9D408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartBowser010Wheel0 + type: texture + offset: 0x9D488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartBowser010Wheel1 + type: texture + offset: 0x9D508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartBowser010Wheel2 + type: texture + offset: 0x9D588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartBowser010Wheel3 + type: texture + offset: 0x9D608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartBowser011Wheel0 + type: texture + offset: 0x9D688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartBowser011Wheel1 + type: texture + offset: 0x9D708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartBowser011Wheel2 + type: texture + offset: 0x9D788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartBowser011Wheel3 + type: texture + offset: 0x9D808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartBowser012Wheel0 + type: texture + offset: 0x9D888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartBowser012Wheel1 + type: texture + offset: 0x9D908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartBowser012Wheel2 + type: texture + offset: 0x9D988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartBowser012Wheel3 + type: texture + offset: 0x9DA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartBowser013Wheel0 + type: texture + offset: 0x9DA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartBowser013Wheel1 + type: texture + offset: 0x9DB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartBowser013Wheel2 + type: texture + offset: 0x9DB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartBowser013Wheel3 + type: texture + offset: 0x9DC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartBowser014Wheel0 + type: texture + offset: 0x9DC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartBowser014Wheel1 + type: texture + offset: 0x9DD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartBowser014Wheel2 + type: texture + offset: 0x9DD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartBowser014Wheel3 + type: texture + offset: 0x9DE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartBowser015Wheel0 + type: texture + offset: 0x9DE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartBowser015Wheel1 + type: texture + offset: 0x9DF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartBowser015Wheel2 + type: texture + offset: 0x9DF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartBowser015Wheel3 + type: texture + offset: 0x9E008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartBowser016Wheel0 + type: texture + offset: 0x9E088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartBowser016Wheel1 + type: texture + offset: 0x9E108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartBowser016Wheel2 + type: texture + offset: 0x9E188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartBowser016Wheel3 + type: texture + offset: 0x9E208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartBowser017Wheel0 + type: texture + offset: 0x9E288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartBowser017Wheel1 + type: texture + offset: 0x9E308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartBowser017Wheel2 + type: texture + offset: 0x9E388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartBowser017Wheel3 + type: texture + offset: 0x9E408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartBowser018Wheel0 + type: texture + offset: 0x9E488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartBowser018Wheel1 + type: texture + offset: 0x9E508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartBowser018Wheel2 + type: texture + offset: 0x9E588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartBowser018Wheel3 + type: texture + offset: 0x9E608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartBowser019Wheel0 + type: texture + offset: 0x9E688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartBowser019Wheel1 + type: texture + offset: 0x9E708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartBowser019Wheel2 + type: texture + offset: 0x9E788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartBowser019Wheel3 + type: texture + offset: 0x9E808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartBowser020Wheel0 + type: texture + offset: 0x9E888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartBowser020Wheel1 + type: texture + offset: 0x9E908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartBowser020Wheel2 + type: texture + offset: 0x9E988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartBowser020Wheel3 + type: texture + offset: 0x9EA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartBowser021Wheel0 + type: texture + offset: 0x9EA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartBowser021Wheel1 + type: texture + offset: 0x9EB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartBowser021Wheel2 + type: texture + offset: 0x9EB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartBowser021Wheel3 + type: texture + offset: 0x9EC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartBowser022Wheel0 + type: texture + offset: 0x9EC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartBowser022Wheel1 + type: texture + offset: 0x9ED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartBowser022Wheel2 + type: texture + offset: 0x9ED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartBowser022Wheel3 + type: texture + offset: 0x9EE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartBowser023Wheel0 + type: texture + offset: 0x9EE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartBowser023Wheel1 + type: texture + offset: 0x9EF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartBowser023Wheel2 + type: texture + offset: 0x9EF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartBowser023Wheel3 + type: texture + offset: 0x9F008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartBowser024Wheel0 + type: texture + offset: 0x9F088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartBowser024Wheel1 + type: texture + offset: 0x9F108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartBowser024Wheel2 + type: texture + offset: 0x9F188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartBowser024Wheel3 + type: texture + offset: 0x9F208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartBowser025Wheel0 + type: texture + offset: 0x9F288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartBowser025Wheel1 + type: texture + offset: 0x9F308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartBowser025Wheel2 + type: texture + offset: 0x9F388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartBowser025Wheel3 + type: texture + offset: 0x9F408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartBowser026Wheel0 + type: texture + offset: 0x9F488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartBowser026Wheel1 + type: texture + offset: 0x9F508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartBowser026Wheel2 + type: texture + offset: 0x9F588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartBowser026Wheel3 + type: texture + offset: 0x9F608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartBowser027Wheel0 + type: texture + offset: 0x9F688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartBowser027Wheel1 + type: texture + offset: 0x9F708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartBowser027Wheel2 + type: texture + offset: 0x9F788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartBowser027Wheel3 + type: texture + offset: 0x9F808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartBowser028Wheel0 + type: texture + offset: 0x9F888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartBowser028Wheel1 + type: texture + offset: 0x9F908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartBowser028Wheel2 + type: texture + offset: 0x9F988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartBowser028Wheel3 + type: texture + offset: 0x9FA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartBowser029Wheel0 + type: texture + offset: 0x9FA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartBowser029Wheel1 + type: texture + offset: 0x9FB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartBowser029Wheel2 + type: texture + offset: 0x9FB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartBowser029Wheel3 + type: texture + offset: 0x9FC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartBowser030Wheel0 + type: texture + offset: 0x9FC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartBowser030Wheel1 + type: texture + offset: 0x9FD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartBowser030Wheel2 + type: texture + offset: 0x9FD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartBowser030Wheel3 + type: texture + offset: 0x9FE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartBowser031Wheel0 + type: texture + offset: 0x9FE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartBowser031Wheel1 + type: texture + offset: 0x9FF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartBowser031Wheel2 + type: texture + offset: 0x9FF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartBowser031Wheel3 + type: texture + offset: 0xA0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartBowser032Wheel0 + type: texture + offset: 0xA0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartBowser032Wheel1 + type: texture + offset: 0xA0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartBowser032Wheel2 + type: texture + offset: 0xA0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartBowser032Wheel3 + type: texture + offset: 0xA0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartBowser033Wheel0 + type: texture + offset: 0xA0288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartBowser033Wheel1 + type: texture + offset: 0xA0308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartBowser033Wheel2 + type: texture + offset: 0xA0388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartBowser033Wheel3 + type: texture + offset: 0xA0408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartBowser034Wheel0 + type: texture + offset: 0xA0488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartBowser034Wheel1 + type: texture + offset: 0xA0508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartBowser034Wheel2 + type: texture + offset: 0xA0588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartBowser034Wheel3 + type: texture + offset: 0xA0608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartBowser035Wheel0 + type: texture + offset: 0xA0688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartBowser035Wheel1 + type: texture + offset: 0xA0708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartBowser035Wheel2 + type: texture + offset: 0xA0788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartBowser035Wheel3 + type: texture + offset: 0xA0808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartBowser036Wheel0 + type: texture + offset: 0xA0888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartBowser036Wheel1 + type: texture + offset: 0xA0908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartBowser036Wheel2 + type: texture + offset: 0xA0988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartBowser036Wheel3 + type: texture + offset: 0xA0A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartBowser037Wheel0 + type: texture + offset: 0xA0A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartBowser037Wheel1 + type: texture + offset: 0xA0B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartBowser037Wheel2 + type: texture + offset: 0xA0B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartBowser037Wheel3 + type: texture + offset: 0xA0C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartBowser038Wheel0 + type: texture + offset: 0xA0C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartBowser038Wheel1 + type: texture + offset: 0xA0D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartBowser038Wheel2 + type: texture + offset: 0xA0D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartBowser038Wheel3 + type: texture + offset: 0xA0E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartBowser039Wheel0 + type: texture + offset: 0xA0E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartBowser039Wheel1 + type: texture + offset: 0xA0F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartBowser039Wheel2 + type: texture + offset: 0xA0F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartBowser039Wheel3 + type: texture + offset: 0xA1008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartBowser040Wheel0 + type: texture + offset: 0xA1088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartBowser040Wheel1 + type: texture + offset: 0xA1108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartBowser040Wheel2 + type: texture + offset: 0xA1188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartBowser040Wheel3 + type: texture + offset: 0xA1208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartBowser041Wheel0 + type: texture + offset: 0xA1288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartBowser041Wheel1 + type: texture + offset: 0xA1308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartBowser041Wheel2 + type: texture + offset: 0xA1388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartBowser041Wheel3 + type: texture + offset: 0xA1408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartBowser042Wheel0 + type: texture + offset: 0xA1488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartBowser042Wheel1 + type: texture + offset: 0xA1508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartBowser042Wheel2 + type: texture + offset: 0xA1588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartBowser042Wheel3 + type: texture + offset: 0xA1608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartBowser043Wheel0 + type: texture + offset: 0xA1688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartBowser043Wheel1 + type: texture + offset: 0xA1708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartBowser043Wheel2 + type: texture + offset: 0xA1788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartBowser043Wheel3 + type: texture + offset: 0xA1808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartBowser044Wheel0 + type: texture + offset: 0xA1888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartBowser044Wheel1 + type: texture + offset: 0xA1908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartBowser044Wheel2 + type: texture + offset: 0xA1988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartBowser044Wheel3 + type: texture + offset: 0xA1A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartBowser045Wheel0 + type: texture + offset: 0xA1A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartBowser045Wheel1 + type: texture + offset: 0xA1B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartBowser045Wheel2 + type: texture + offset: 0xA1B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartBowser045Wheel3 + type: texture + offset: 0xA1C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartBowser046Wheel0 + type: texture + offset: 0xA1C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartBowser046Wheel1 + type: texture + offset: 0xA1D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartBowser046Wheel2 + type: texture + offset: 0xA1D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartBowser046Wheel3 + type: texture + offset: 0xA1E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartBowser047Wheel0 + type: texture + offset: 0xA1E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartBowser047Wheel1 + type: texture + offset: 0xA1F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartBowser047Wheel2 + type: texture + offset: 0xA1F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartBowser047Wheel3 + type: texture + offset: 0xA2008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartBowser048Wheel0 + type: texture + offset: 0xA2088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartBowser048Wheel1 + type: texture + offset: 0xA2108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartBowser048Wheel2 + type: texture + offset: 0xA2188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartBowser048Wheel3 + type: texture + offset: 0xA2208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartBowser049Wheel0 + type: texture + offset: 0xA2288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartBowser049Wheel1 + type: texture + offset: 0xA2308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartBowser049Wheel2 + type: texture + offset: 0xA2388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartBowser049Wheel3 + type: texture + offset: 0xA2408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartBowser050Wheel0 + type: texture + offset: 0xA2488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartBowser050Wheel1 + type: texture + offset: 0xA2508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartBowser050Wheel2 + type: texture + offset: 0xA2588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartBowser050Wheel3 + type: texture + offset: 0xA2608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartBowser051Wheel0 + type: texture + offset: 0xA2688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartBowser051Wheel1 + type: texture + offset: 0xA2708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartBowser051Wheel2 + type: texture + offset: 0xA2788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartBowser051Wheel3 + type: texture + offset: 0xA2808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartBowser052Wheel0 + type: texture + offset: 0xA2888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartBowser052Wheel1 + type: texture + offset: 0xA2908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartBowser052Wheel2 + type: texture + offset: 0xA2988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartBowser052Wheel3 + type: texture + offset: 0xA2A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartBowser053Wheel0 + type: texture + offset: 0xA2A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartBowser053Wheel1 + type: texture + offset: 0xA2B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartBowser053Wheel2 + type: texture + offset: 0xA2B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartBowser053Wheel3 + type: texture + offset: 0xA2C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartBowser054Wheel0 + type: texture + offset: 0xA2C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartBowser054Wheel1 + type: texture + offset: 0xA2D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartBowser054Wheel2 + type: texture + offset: 0xA2D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartBowser054Wheel3 + type: texture + offset: 0xA2E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartBowser055Wheel0 + type: texture + offset: 0xA2E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartBowser055Wheel1 + type: texture + offset: 0xA2F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartBowser055Wheel2 + type: texture + offset: 0xA2F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartBowser055Wheel3 + type: texture + offset: 0xA3008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartBowser056Wheel0 + type: texture + offset: 0xA3088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartBowser056Wheel1 + type: texture + offset: 0xA3108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartBowser056Wheel2 + type: texture + offset: 0xA3188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartBowser056Wheel3 + type: texture + offset: 0xA3208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartBowser057Wheel0 + type: texture + offset: 0xA3288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartBowser057Wheel1 + type: texture + offset: 0xA3308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartBowser057Wheel2 + type: texture + offset: 0xA3388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartBowser057Wheel3 + type: texture + offset: 0xA3408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartBowser058Wheel0 + type: texture + offset: 0xA3488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartBowser058Wheel1 + type: texture + offset: 0xA3508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartBowser058Wheel2 + type: texture + offset: 0xA3588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartBowser058Wheel3 + type: texture + offset: 0xA3608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartBowser059Wheel0 + type: texture + offset: 0xA3688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartBowser059Wheel1 + type: texture + offset: 0xA3708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartBowser059Wheel2 + type: texture + offset: 0xA3788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartBowser059Wheel3 + type: texture + offset: 0xA3808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartBowser060Wheel0 + type: texture + offset: 0xA3888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartBowser060Wheel1 + type: texture + offset: 0xA3908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartBowser060Wheel2 + type: texture + offset: 0xA3988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartBowser060Wheel3 + type: texture + offset: 0xA3A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartBowser061Wheel0 + type: texture + offset: 0xA3A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartBowser061Wheel1 + type: texture + offset: 0xA3B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartBowser061Wheel2 + type: texture + offset: 0xA3B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartBowser061Wheel3 + type: texture + offset: 0xA3C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartBowser062Wheel0 + type: texture + offset: 0xA3C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartBowser062Wheel1 + type: texture + offset: 0xA3D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartBowser062Wheel2 + type: texture + offset: 0xA3D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartBowser062Wheel3 + type: texture + offset: 0xA3E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartBowser063Wheel0 + type: texture + offset: 0xA3E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartBowser063Wheel1 + type: texture + offset: 0xA3F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartBowser063Wheel2 + type: texture + offset: 0xA3F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartBowser063Wheel3 + type: texture + offset: 0xA4008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartBowser064Wheel0 + type: texture + offset: 0xA4088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartBowser064Wheel1 + type: texture + offset: 0xA4108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartBowser064Wheel2 + type: texture + offset: 0xA4188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartBowser064Wheel3 + type: texture + offset: 0xA4208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartBowser065Wheel0 + type: texture + offset: 0xA4288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartBowser065Wheel1 + type: texture + offset: 0xA4308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartBowser065Wheel2 + type: texture + offset: 0xA4388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartBowser065Wheel3 + type: texture + offset: 0xA4408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartBowser066Wheel0 + type: texture + offset: 0xA4488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartBowser066Wheel1 + type: texture + offset: 0xA4508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartBowser066Wheel2 + type: texture + offset: 0xA4588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartBowser066Wheel3 + type: texture + offset: 0xA4608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartBowser067Wheel0 + type: texture + offset: 0xA4688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartBowser067Wheel1 + type: texture + offset: 0xA4708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartBowser067Wheel2 + type: texture + offset: 0xA4788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartBowser067Wheel3 + type: texture + offset: 0xA4808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartBowser068Wheel0 + type: texture + offset: 0xA4888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartBowser068Wheel1 + type: texture + offset: 0xA4908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartBowser068Wheel2 + type: texture + offset: 0xA4988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartBowser068Wheel3 + type: texture + offset: 0xA4A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartBowser069Wheel0 + type: texture + offset: 0xA4A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartBowser069Wheel1 + type: texture + offset: 0xA4B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartBowser069Wheel2 + type: texture + offset: 0xA4B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartBowser069Wheel3 + type: texture + offset: 0xA4C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartBowser070Wheel0 + type: texture + offset: 0xA4C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartBowser070Wheel1 + type: texture + offset: 0xA4D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartBowser070Wheel2 + type: texture + offset: 0xA4D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartBowser070Wheel3 + type: texture + offset: 0xA4E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartBowser071Wheel0 + type: texture + offset: 0xA4E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartBowser071Wheel1 + type: texture + offset: 0xA4F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartBowser071Wheel2 + type: texture + offset: 0xA4F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartBowser071Wheel3 + type: texture + offset: 0xA5008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartBowser072Wheel0 + type: texture + offset: 0xA5088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartBowser072Wheel1 + type: texture + offset: 0xA5108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartBowser072Wheel2 + type: texture + offset: 0xA5188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartBowser072Wheel3 + type: texture + offset: 0xA5208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartBowser073Wheel0 + type: texture + offset: 0xA5288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartBowser073Wheel1 + type: texture + offset: 0xA5308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartBowser073Wheel2 + type: texture + offset: 0xA5388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartBowser073Wheel3 + type: texture + offset: 0xA5408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartBowser074Wheel0 + type: texture + offset: 0xA5488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartBowser074Wheel1 + type: texture + offset: 0xA5508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartBowser074Wheel2 + type: texture + offset: 0xA5588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartBowser074Wheel3 + type: texture + offset: 0xA5608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartBowser075Wheel0 + type: texture + offset: 0xA5688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartBowser075Wheel1 + type: texture + offset: 0xA5708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartBowser075Wheel2 + type: texture + offset: 0xA5788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartBowser075Wheel3 + type: texture + offset: 0xA5808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartBowser076Wheel0 + type: texture + offset: 0xA5888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartBowser076Wheel1 + type: texture + offset: 0xA5908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartBowser076Wheel2 + type: texture + offset: 0xA5988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartBowser076Wheel3 + type: texture + offset: 0xA5A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartBowser077Wheel0 + type: texture + offset: 0xA5A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartBowser077Wheel1 + type: texture + offset: 0xA5B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartBowser077Wheel2 + type: texture + offset: 0xA5B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartBowser077Wheel3 + type: texture + offset: 0xA5C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartBowser078Wheel0 + type: texture + offset: 0xA5C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartBowser078Wheel1 + type: texture + offset: 0xA5D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartBowser078Wheel2 + type: texture + offset: 0xA5D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartBowser078Wheel3 + type: texture + offset: 0xA5E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartBowser079Wheel0 + type: texture + offset: 0xA5E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartBowser079Wheel1 + type: texture + offset: 0xA5F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartBowser079Wheel2 + type: texture + offset: 0xA5F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartBowser079Wheel3 + type: texture + offset: 0xA6008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartBowser080Wheel0 + type: texture + offset: 0xA6088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartBowser080Wheel1 + type: texture + offset: 0xA6108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartBowser080Wheel2 + type: texture + offset: 0xA6188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartBowser080Wheel3 + type: texture + offset: 0xA6208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartBowser081Wheel0 + type: texture + offset: 0xA6288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartBowser081Wheel1 + type: texture + offset: 0xA6308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartBowser081Wheel2 + type: texture + offset: 0xA6388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartBowser081Wheel3 + type: texture + offset: 0xA6408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartBowser082Wheel0 + type: texture + offset: 0xA6488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartBowser082Wheel1 + type: texture + offset: 0xA6508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartBowser082Wheel2 + type: texture + offset: 0xA6588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartBowser082Wheel3 + type: texture + offset: 0xA6608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartBowser083Wheel0 + type: texture + offset: 0xA6688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartBowser083Wheel1 + type: texture + offset: 0xA6708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartBowser083Wheel2 + type: texture + offset: 0xA6788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartBowser083Wheel3 + type: texture + offset: 0xA6808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartBowser084Wheel0 + type: texture + offset: 0xA6888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartBowser084Wheel1 + type: texture + offset: 0xA6908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartBowser084Wheel2 + type: texture + offset: 0xA6988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartBowser084Wheel3 + type: texture + offset: 0xA6A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartBowser085Wheel0 + type: texture + offset: 0xA6A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartBowser085Wheel1 + type: texture + offset: 0xA6B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartBowser085Wheel2 + type: texture + offset: 0xA6B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartBowser085Wheel3 + type: texture + offset: 0xA6C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartBowser086Wheel0 + type: texture + offset: 0xA6C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartBowser086Wheel1 + type: texture + offset: 0xA6D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartBowser086Wheel2 + type: texture + offset: 0xA6D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartBowser086Wheel3 + type: texture + offset: 0xA6E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartBowser087Wheel0 + type: texture + offset: 0xA6E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartBowser087Wheel1 + type: texture + offset: 0xA6F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartBowser087Wheel2 + type: texture + offset: 0xA6F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartBowser087Wheel3 + type: texture + offset: 0xA7008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartBowser088Wheel0 + type: texture + offset: 0xA7088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartBowser088Wheel1 + type: texture + offset: 0xA7108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartBowser088Wheel2 + type: texture + offset: 0xA7188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartBowser088Wheel3 + type: texture + offset: 0xA7208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartBowser089Wheel0 + type: texture + offset: 0xA7288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartBowser089Wheel1 + type: texture + offset: 0xA7308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartBowser089Wheel2 + type: texture + offset: 0xA7388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartBowser089Wheel3 + type: texture + offset: 0xA7408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartBowser090Wheel0 + type: texture + offset: 0xA7488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartBowser090Wheel1 + type: texture + offset: 0xA7508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartBowser090Wheel2 + type: texture + offset: 0xA7588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartBowser090Wheel3 + type: texture + offset: 0xA7608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartBowser091Wheel0 + type: texture + offset: 0xA7688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartBowser091Wheel1 + type: texture + offset: 0xA7708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartBowser091Wheel2 + type: texture + offset: 0xA7788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartBowser091Wheel3 + type: texture + offset: 0xA7808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartBowser092Wheel0 + type: texture + offset: 0xA7888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartBowser092Wheel1 + type: texture + offset: 0xA7908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartBowser092Wheel2 + type: texture + offset: 0xA7988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartBowser092Wheel3 + type: texture + offset: 0xA7A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartBowser093Wheel0 + type: texture + offset: 0xA7A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartBowser093Wheel1 + type: texture + offset: 0xA7B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartBowser093Wheel2 + type: texture + offset: 0xA7B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartBowser093Wheel3 + type: texture + offset: 0xA7C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartBowser094Wheel0 + type: texture + offset: 0xA7C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartBowser094Wheel1 + type: texture + offset: 0xA7D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartBowser094Wheel2 + type: texture + offset: 0xA7D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartBowser094Wheel3 + type: texture + offset: 0xA7E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartBowser095Wheel0 + type: texture + offset: 0xA7E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartBowser095Wheel1 + type: texture + offset: 0xA7F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartBowser095Wheel2 + type: texture + offset: 0xA7F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartBowser095Wheel3 + type: texture + offset: 0xA8008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartBowser096Wheel0 + type: texture + offset: 0xA8088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartBowser096Wheel1 + type: texture + offset: 0xA8108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartBowser096Wheel2 + type: texture + offset: 0xA8188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartBowser096Wheel3 + type: texture + offset: 0xA8208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartBowser097Wheel0 + type: texture + offset: 0xA8288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartBowser097Wheel1 + type: texture + offset: 0xA8308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartBowser097Wheel2 + type: texture + offset: 0xA8388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartBowser097Wheel3 + type: texture + offset: 0xA8408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartBowser098Wheel0 + type: texture + offset: 0xA8488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartBowser098Wheel1 + type: texture + offset: 0xA8508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartBowser098Wheel2 + type: texture + offset: 0xA8588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartBowser098Wheel3 + type: texture + offset: 0xA8608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartBowser099Wheel0 + type: texture + offset: 0xA8688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartBowser099Wheel1 + type: texture + offset: 0xA8708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartBowser099Wheel2 + type: texture + offset: 0xA8788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartBowser099Wheel3 + type: texture + offset: 0xA8808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartBowser100Wheel0 + type: texture + offset: 0xA8888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartBowser100Wheel1 + type: texture + offset: 0xA8908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartBowser100Wheel2 + type: texture + offset: 0xA8988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartBowser100Wheel3 + type: texture + offset: 0xA8A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartBowser101Wheel0 + type: texture + offset: 0xA8A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartBowser101Wheel1 + type: texture + offset: 0xA8B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartBowser101Wheel2 + type: texture + offset: 0xA8B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartBowser101Wheel3 + type: texture + offset: 0xA8C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartBowser102Wheel0 + type: texture + offset: 0xA8C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartBowser102Wheel1 + type: texture + offset: 0xA8D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartBowser102Wheel2 + type: texture + offset: 0xA8D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartBowser102Wheel3 + type: texture + offset: 0xA8E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartBowser103Wheel0 + type: texture + offset: 0xA8E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartBowser103Wheel1 + type: texture + offset: 0xA8F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartBowser103Wheel2 + type: texture + offset: 0xA8F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartBowser103Wheel3 + type: texture + offset: 0xA9008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartBowser104Wheel0 + type: texture + offset: 0xA9088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartBowser104Wheel1 + type: texture + offset: 0xA9108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartBowser104Wheel2 + type: texture + offset: 0xA9188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartBowser104Wheel3 + type: texture + offset: 0xA9208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartBowser105Wheel0 + type: texture + offset: 0xA9288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartBowser105Wheel1 + type: texture + offset: 0xA9308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartBowser105Wheel2 + type: texture + offset: 0xA9388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartBowser105Wheel3 + type: texture + offset: 0xA9408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartBowser106Wheel0 + type: texture + offset: 0xA9488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartBowser106Wheel1 + type: texture + offset: 0xA9508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartBowser106Wheel2 + type: texture + offset: 0xA9588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartBowser106Wheel3 + type: texture + offset: 0xA9608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartBowser107Wheel0 + type: texture + offset: 0xA9688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartBowser107Wheel1 + type: texture + offset: 0xA9708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartBowser107Wheel2 + type: texture + offset: 0xA9788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartBowser107Wheel3 + type: texture + offset: 0xA9808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartBowser108Wheel0 + type: texture + offset: 0xA9888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartBowser108Wheel1 + type: texture + offset: 0xA9908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartBowser108Wheel2 + type: texture + offset: 0xA9988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartBowser108Wheel3 + type: texture + offset: 0xA9A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartBowser109Wheel0 + type: texture + offset: 0xA9A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartBowser109Wheel1 + type: texture + offset: 0xA9B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartBowser109Wheel2 + type: texture + offset: 0xA9B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartBowser109Wheel3 + type: texture + offset: 0xA9C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartBowser110Wheel0 + type: texture + offset: 0xA9C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartBowser110Wheel1 + type: texture + offset: 0xA9D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartBowser110Wheel2 + type: texture + offset: 0xA9D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartBowser110Wheel3 + type: texture + offset: 0xA9E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartBowser111Wheel0 + type: texture + offset: 0xA9E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartBowser111Wheel1 + type: texture + offset: 0xA9F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartBowser111Wheel2 + type: texture + offset: 0xA9F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartBowser111Wheel3 + type: texture + offset: 0xAA008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartBowser112Wheel0 + type: texture + offset: 0xAA088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartBowser112Wheel1 + type: texture + offset: 0xAA108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartBowser112Wheel2 + type: texture + offset: 0xAA188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartBowser112Wheel3 + type: texture + offset: 0xAA208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartBowser113Wheel0 + type: texture + offset: 0xAA288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartBowser113Wheel1 + type: texture + offset: 0xAA308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartBowser113Wheel2 + type: texture + offset: 0xAA388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartBowser113Wheel3 + type: texture + offset: 0xAA408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartBowser114Wheel0 + type: texture + offset: 0xAA488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartBowser114Wheel1 + type: texture + offset: 0xAA508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartBowser114Wheel2 + type: texture + offset: 0xAA588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartBowser114Wheel3 + type: texture + offset: 0xAA608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartBowser115Wheel0 + type: texture + offset: 0xAA688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartBowser115Wheel1 + type: texture + offset: 0xAA708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartBowser115Wheel2 + type: texture + offset: 0xAA788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartBowser115Wheel3 + type: texture + offset: 0xAA808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartBowser116Wheel0 + type: texture + offset: 0xAA888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartBowser116Wheel1 + type: texture + offset: 0xAA908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartBowser116Wheel2 + type: texture + offset: 0xAA988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartBowser116Wheel3 + type: texture + offset: 0xAAA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartBowser117Wheel0 + type: texture + offset: 0xAAA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartBowser117Wheel1 + type: texture + offset: 0xAAB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartBowser117Wheel2 + type: texture + offset: 0xAAB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartBowser117Wheel3 + type: texture + offset: 0xAAC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartBowser118Wheel0 + type: texture + offset: 0xAAC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartBowser118Wheel1 + type: texture + offset: 0xAAD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartBowser118Wheel2 + type: texture + offset: 0xAAD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartBowser118Wheel3 + type: texture + offset: 0xAAE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartBowser119Wheel0 + type: texture + offset: 0xAAE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartBowser119Wheel1 + type: texture + offset: 0xAAF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartBowser119Wheel2 + type: texture + offset: 0xAAF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartBowser119Wheel3 + type: texture + offset: 0xAB008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartBowser120Wheel0 + type: texture + offset: 0xAB088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartBowser120Wheel1 + type: texture + offset: 0xAB108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartBowser120Wheel2 + type: texture + offset: 0xAB188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartBowser120Wheel3 + type: texture + offset: 0xAB208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartBowser121Wheel0 + type: texture + offset: 0xAB288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartBowser121Wheel1 + type: texture + offset: 0xAB308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartBowser121Wheel2 + type: texture + offset: 0xAB388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartBowser121Wheel3 + type: texture + offset: 0xAB408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartBowser122Wheel0 + type: texture + offset: 0xAB488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartBowser122Wheel1 + type: texture + offset: 0xAB508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartBowser122Wheel2 + type: texture + offset: 0xAB588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartBowser122Wheel3 + type: texture + offset: 0xAB608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartBowser123Wheel0 + type: texture + offset: 0xAB688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartBowser123Wheel1 + type: texture + offset: 0xAB708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartBowser123Wheel2 + type: texture + offset: 0xAB788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartBowser123Wheel3 + type: texture + offset: 0xAB808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartBowser124Wheel0 + type: texture + offset: 0xAB888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartBowser124Wheel1 + type: texture + offset: 0xAB908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartBowser124Wheel2 + type: texture + offset: 0xAB988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartBowser124Wheel3 + type: texture + offset: 0xABA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartBowser125Wheel0 + type: texture + offset: 0xABA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartBowser125Wheel1 + type: texture + offset: 0xABB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartBowser125Wheel2 + type: texture + offset: 0xABB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartBowser125Wheel3 + type: texture + offset: 0xABC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartBowser126Wheel0 + type: texture + offset: 0xABC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartBowser126Wheel1 + type: texture + offset: 0xABD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartBowser126Wheel2 + type: texture + offset: 0xABD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartBowser126Wheel3 + type: texture + offset: 0xABE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartBowser127Wheel0 + type: texture + offset: 0xABE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartBowser127Wheel1 + type: texture + offset: 0xABF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartBowser127Wheel2 + type: texture + offset: 0xABF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartBowser127Wheel3 + type: texture + offset: 0xAC008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartBowser128Wheel0 + type: texture + offset: 0xAC088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartBowser128Wheel1 + type: texture + offset: 0xAC108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartBowser128Wheel2 + type: texture + offset: 0xAC188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartBowser128Wheel3 + type: texture + offset: 0xAC208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartBowser129Wheel0 + type: texture + offset: 0xAC288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartBowser129Wheel1 + type: texture + offset: 0xAC308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartBowser129Wheel2 + type: texture + offset: 0xAC388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartBowser129Wheel3 + type: texture + offset: 0xAC408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartBowser130Wheel0 + type: texture + offset: 0xAC488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartBowser130Wheel1 + type: texture + offset: 0xAC508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartBowser130Wheel2 + type: texture + offset: 0xAC588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartBowser130Wheel3 + type: texture + offset: 0xAC608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartBowser131Wheel0 + type: texture + offset: 0xAC688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartBowser131Wheel1 + type: texture + offset: 0xAC708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartBowser131Wheel2 + type: texture + offset: 0xAC788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartBowser131Wheel3 + type: texture + offset: 0xAC808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartBowser132Wheel0 + type: texture + offset: 0xAC888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartBowser132Wheel1 + type: texture + offset: 0xAC908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartBowser132Wheel2 + type: texture + offset: 0xAC988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartBowser132Wheel3 + type: texture + offset: 0xACA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartBowser133Wheel0 + type: texture + offset: 0xACA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartBowser133Wheel1 + type: texture + offset: 0xACB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartBowser133Wheel2 + type: texture + offset: 0xACB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartBowser133Wheel3 + type: texture + offset: 0xACC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartBowser134Wheel0 + type: texture + offset: 0xACC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartBowser134Wheel1 + type: texture + offset: 0xACD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartBowser134Wheel2 + type: texture + offset: 0xACD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartBowser134Wheel3 + type: texture + offset: 0xACE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartBowser135Wheel0 + type: texture + offset: 0xACE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartBowser135Wheel1 + type: texture + offset: 0xACF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartBowser135Wheel2 + type: texture + offset: 0xACF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartBowser135Wheel3 + type: texture + offset: 0xAD008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartBowser136Wheel0 + type: texture + offset: 0xAD088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartBowser136Wheel1 + type: texture + offset: 0xAD108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartBowser136Wheel2 + type: texture + offset: 0xAD188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartBowser136Wheel3 + type: texture + offset: 0xAD208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartBowser137Wheel0 + type: texture + offset: 0xAD288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartBowser137Wheel1 + type: texture + offset: 0xAD308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartBowser137Wheel2 + type: texture + offset: 0xAD388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartBowser137Wheel3 + type: texture + offset: 0xAD408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartBowser138Wheel0 + type: texture + offset: 0xAD488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartBowser138Wheel1 + type: texture + offset: 0xAD508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartBowser138Wheel2 + type: texture + offset: 0xAD588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartBowser138Wheel3 + type: texture + offset: 0xAD608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartBowser139Wheel0 + type: texture + offset: 0xAD688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartBowser139Wheel1 + type: texture + offset: 0xAD708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartBowser139Wheel2 + type: texture + offset: 0xAD788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartBowser139Wheel3 + type: texture + offset: 0xAD808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartBowser140Wheel0 + type: texture + offset: 0xAD888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartBowser140Wheel1 + type: texture + offset: 0xAD908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartBowser140Wheel2 + type: texture + offset: 0xAD988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartBowser140Wheel3 + type: texture + offset: 0xADA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartBowser141Wheel0 + type: texture + offset: 0xADA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartBowser141Wheel1 + type: texture + offset: 0xADB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartBowser141Wheel2 + type: texture + offset: 0xADB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartBowser141Wheel3 + type: texture + offset: 0xADC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartBowser142Wheel0 + type: texture + offset: 0xADC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartBowser142Wheel1 + type: texture + offset: 0xADD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartBowser142Wheel2 + type: texture + offset: 0xADD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartBowser142Wheel3 + type: texture + offset: 0xADE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartBowser143Wheel0 + type: texture + offset: 0xADE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartBowser143Wheel1 + type: texture + offset: 0xADF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartBowser143Wheel2 + type: texture + offset: 0xADF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartBowser143Wheel3 + type: texture + offset: 0xAE008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartBowser144Wheel0 + type: texture + offset: 0xAE088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartBowser144Wheel1 + type: texture + offset: 0xAE108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartBowser144Wheel2 + type: texture + offset: 0xAE188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartBowser144Wheel3 + type: texture + offset: 0xAE208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartBowser145Wheel0 + type: texture + offset: 0xAE288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartBowser145Wheel1 + type: texture + offset: 0xAE308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartBowser145Wheel2 + type: texture + offset: 0xAE388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartBowser145Wheel3 + type: texture + offset: 0xAE408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartBowser146Wheel0 + type: texture + offset: 0xAE488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartBowser146Wheel1 + type: texture + offset: 0xAE508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartBowser146Wheel2 + type: texture + offset: 0xAE588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartBowser146Wheel3 + type: texture + offset: 0xAE608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartBowser147Wheel0 + type: texture + offset: 0xAE688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartBowser147Wheel1 + type: texture + offset: 0xAE708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartBowser147Wheel2 + type: texture + offset: 0xAE788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartBowser147Wheel3 + type: texture + offset: 0xAE808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartBowser148Wheel0 + type: texture + offset: 0xAE888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartBowser148Wheel1 + type: texture + offset: 0xAE908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartBowser148Wheel2 + type: texture + offset: 0xAE988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartBowser148Wheel3 + type: texture + offset: 0xAEA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartBowser149Wheel0 + type: texture + offset: 0xAEA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartBowser149Wheel1 + type: texture + offset: 0xAEB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartBowser149Wheel2 + type: texture + offset: 0xAEB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartBowser149Wheel3 + type: texture + offset: 0xAEC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartBowser150Wheel0 + type: texture + offset: 0xAEC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartBowser150Wheel1 + type: texture + offset: 0xAED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartBowser150Wheel2 + type: texture + offset: 0xAED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartBowser150Wheel3 + type: texture + offset: 0xAEE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartBowser151Wheel0 + type: texture + offset: 0xAEE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartBowser151Wheel1 + type: texture + offset: 0xAEF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartBowser151Wheel2 + type: texture + offset: 0xAEF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartBowser151Wheel3 + type: texture + offset: 0xAF008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartBowser152Wheel0 + type: texture + offset: 0xAF088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartBowser152Wheel1 + type: texture + offset: 0xAF108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartBowser152Wheel2 + type: texture + offset: 0xAF188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartBowser152Wheel3 + type: texture + offset: 0xAF208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartBowser153Wheel0 + type: texture + offset: 0xAF288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartBowser153Wheel1 + type: texture + offset: 0xAF308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartBowser153Wheel2 + type: texture + offset: 0xAF388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartBowser153Wheel3 + type: texture + offset: 0xAF408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartBowser154Wheel0 + type: texture + offset: 0xAF488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartBowser154Wheel1 + type: texture + offset: 0xAF508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartBowser154Wheel2 + type: texture + offset: 0xAF588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartBowser154Wheel3 + type: texture + offset: 0xAF608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartBowser155Wheel0 + type: texture + offset: 0xAF688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartBowser155Wheel1 + type: texture + offset: 0xAF708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartBowser155Wheel2 + type: texture + offset: 0xAF788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartBowser155Wheel3 + type: texture + offset: 0xAF808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartBowser156Wheel0 + type: texture + offset: 0xAF888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartBowser156Wheel1 + type: texture + offset: 0xAF908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartBowser156Wheel2 + type: texture + offset: 0xAF988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartBowser156Wheel3 + type: texture + offset: 0xAFA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartBowser157Wheel0 + type: texture + offset: 0xAFA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartBowser157Wheel1 + type: texture + offset: 0xAFB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartBowser157Wheel2 + type: texture + offset: 0xAFB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartBowser157Wheel3 + type: texture + offset: 0xAFC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartBowser158Wheel0 + type: texture + offset: 0xAFC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartBowser158Wheel1 + type: texture + offset: 0xAFD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartBowser158Wheel2 + type: texture + offset: 0xAFD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartBowser158Wheel3 + type: texture + offset: 0xAFE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartBowser159Wheel0 + type: texture + offset: 0xAFE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartBowser159Wheel1 + type: texture + offset: 0xAFF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartBowser159Wheel2 + type: texture + offset: 0xAFF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartBowser159Wheel3 + type: texture + offset: 0xB0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartBowser160Wheel0 + type: texture + offset: 0xB0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartBowser160Wheel1 + type: texture + offset: 0xB0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartBowser160Wheel2 + type: texture + offset: 0xB0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartBowser160Wheel3 + type: texture + offset: 0xB0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartBowser161Wheel0 + type: texture + offset: 0xB0288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartBowser161Wheel1 + type: texture + offset: 0xB0308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartBowser161Wheel2 + type: texture + offset: 0xB0388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartBowser161Wheel3 + type: texture + offset: 0xB0408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartBowser162Wheel0 + type: texture + offset: 0xB0488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartBowser162Wheel1 + type: texture + offset: 0xB0508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartBowser162Wheel2 + type: texture + offset: 0xB0588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartBowser162Wheel3 + type: texture + offset: 0xB0608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartBowser163Wheel0 + type: texture + offset: 0xB0688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartBowser163Wheel1 + type: texture + offset: 0xB0708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartBowser163Wheel2 + type: texture + offset: 0xB0788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartBowser163Wheel3 + type: texture + offset: 0xB0808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartBowser164Wheel0 + type: texture + offset: 0xB0888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartBowser164Wheel1 + type: texture + offset: 0xB0908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartBowser164Wheel2 + type: texture + offset: 0xB0988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartBowser164Wheel3 + type: texture + offset: 0xB0A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartBowser165Wheel0 + type: texture + offset: 0xB0A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartBowser165Wheel1 + type: texture + offset: 0xB0B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartBowser165Wheel2 + type: texture + offset: 0xB0B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartBowser165Wheel3 + type: texture + offset: 0xB0C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartBowser166Wheel0 + type: texture + offset: 0xB0C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartBowser166Wheel1 + type: texture + offset: 0xB0D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartBowser166Wheel2 + type: texture + offset: 0xB0D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartBowser166Wheel3 + type: texture + offset: 0xB0E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartBowser167Wheel0 + type: texture + offset: 0xB0E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartBowser167Wheel1 + type: texture + offset: 0xB0F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartBowser167Wheel2 + type: texture + offset: 0xB0F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartBowser167Wheel3 + type: texture + offset: 0xB1008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartBowser168Wheel0 + type: texture + offset: 0xB1088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartBowser168Wheel1 + type: texture + offset: 0xB1108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartBowser168Wheel2 + type: texture + offset: 0xB1188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartBowser168Wheel3 + type: texture + offset: 0xB1208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartBowser169Wheel0 + type: texture + offset: 0xB1288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartBowser169Wheel1 + type: texture + offset: 0xB1308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartBowser169Wheel2 + type: texture + offset: 0xB1388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartBowser169Wheel3 + type: texture + offset: 0xB1408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartBowser170Wheel0 + type: texture + offset: 0xB1488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartBowser170Wheel1 + type: texture + offset: 0xB1508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartBowser170Wheel2 + type: texture + offset: 0xB1588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartBowser170Wheel3 + type: texture + offset: 0xB1608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartBowser171Wheel0 + type: texture + offset: 0xB1688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartBowser171Wheel1 + type: texture + offset: 0xB1708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartBowser171Wheel2 + type: texture + offset: 0xB1788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartBowser171Wheel3 + type: texture + offset: 0xB1808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartBowser172Wheel0 + type: texture + offset: 0xB1888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartBowser172Wheel1 + type: texture + offset: 0xB1908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartBowser172Wheel2 + type: texture + offset: 0xB1988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartBowser172Wheel3 + type: texture + offset: 0xB1A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartBowser173Wheel0 + type: texture + offset: 0xB1A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartBowser173Wheel1 + type: texture + offset: 0xB1B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartBowser173Wheel2 + type: texture + offset: 0xB1B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartBowser173Wheel3 + type: texture + offset: 0xB1C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartBowser174Wheel0 + type: texture + offset: 0xB1C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartBowser174Wheel1 + type: texture + offset: 0xB1D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartBowser174Wheel2 + type: texture + offset: 0xB1D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartBowser174Wheel3 + type: texture + offset: 0xB1E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartBowser175Wheel0 + type: texture + offset: 0xB1E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartBowser175Wheel1 + type: texture + offset: 0xB1F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartBowser175Wheel2 + type: texture + offset: 0xB1F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartBowser175Wheel3 + type: texture + offset: 0xB2008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartBowser176Wheel0 + type: texture + offset: 0xB2088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartBowser176Wheel1 + type: texture + offset: 0xB2108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartBowser176Wheel2 + type: texture + offset: 0xB2188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartBowser176Wheel3 + type: texture + offset: 0xB2208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartBowser177Wheel0 + type: texture + offset: 0xB2288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartBowser177Wheel1 + type: texture + offset: 0xB2308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartBowser177Wheel2 + type: texture + offset: 0xB2388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartBowser177Wheel3 + type: texture + offset: 0xB2408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartBowser178Wheel0 + type: texture + offset: 0xB2488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartBowser178Wheel1 + type: texture + offset: 0xB2508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartBowser178Wheel2 + type: texture + offset: 0xB2588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartBowser178Wheel3 + type: texture + offset: 0xB2608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartBowser179Wheel0 + type: texture + offset: 0xB2688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartBowser179Wheel1 + type: texture + offset: 0xB2708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartBowser179Wheel2 + type: texture + offset: 0xB2788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartBowser179Wheel3 + type: texture + offset: 0xB2808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartBowser180Wheel0 + type: texture + offset: 0xB2888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartBowser180Wheel1 + type: texture + offset: 0xB2908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartBowser180Wheel2 + type: texture + offset: 0xB2988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartBowser180Wheel3 + type: texture + offset: 0xB2A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartBowser181Wheel0 + type: texture + offset: 0xB2A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartBowser181Wheel1 + type: texture + offset: 0xB2B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartBowser181Wheel2 + type: texture + offset: 0xB2B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartBowser181Wheel3 + type: texture + offset: 0xB2C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartBowser182Wheel0 + type: texture + offset: 0xB2C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartBowser182Wheel1 + type: texture + offset: 0xB2D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartBowser182Wheel2 + type: texture + offset: 0xB2D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartBowser182Wheel3 + type: texture + offset: 0xB2E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartBowser183Wheel0 + type: texture + offset: 0xB2E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartBowser183Wheel1 + type: texture + offset: 0xB2F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartBowser183Wheel2 + type: texture + offset: 0xB2F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartBowser183Wheel3 + type: texture + offset: 0xB3008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartBowser184Wheel0 + type: texture + offset: 0xB3088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartBowser184Wheel1 + type: texture + offset: 0xB3108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartBowser184Wheel2 + type: texture + offset: 0xB3188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartBowser184Wheel3 + type: texture + offset: 0xB3208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartBowser185Wheel0 + type: texture + offset: 0xB3288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartBowser185Wheel1 + type: texture + offset: 0xB3308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartBowser185Wheel2 + type: texture + offset: 0xB3388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartBowser185Wheel3 + type: texture + offset: 0xB3408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartBowser186Wheel0 + type: texture + offset: 0xB3488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartBowser186Wheel1 + type: texture + offset: 0xB3508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartBowser186Wheel2 + type: texture + offset: 0xB3588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartBowser186Wheel3 + type: texture + offset: 0xB3608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartBowser187Wheel0 + type: texture + offset: 0xB3688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartBowser187Wheel1 + type: texture + offset: 0xB3708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartBowser187Wheel2 + type: texture + offset: 0xB3788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartBowser187Wheel3 + type: texture + offset: 0xB3808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartBowser188Wheel0 + type: texture + offset: 0xB3888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartBowser188Wheel1 + type: texture + offset: 0xB3908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartBowser188Wheel2 + type: texture + offset: 0xB3988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartBowser188Wheel3 + type: texture + offset: 0xB3A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartBowser189Wheel0 + type: texture + offset: 0xB3A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartBowser189Wheel1 + type: texture + offset: 0xB3B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartBowser189Wheel2 + type: texture + offset: 0xB3B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartBowser189Wheel3 + type: texture + offset: 0xB3C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartBowser190Wheel0 + type: texture + offset: 0xB3C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartBowser190Wheel1 + type: texture + offset: 0xB3D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartBowser190Wheel2 + type: texture + offset: 0xB3D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartBowser190Wheel3 + type: texture + offset: 0xB3E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartBowser191Wheel0 + type: texture + offset: 0xB3E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartBowser191Wheel1 + type: texture + offset: 0xB3F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartBowser191Wheel2 + type: texture + offset: 0xB3F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartBowser191Wheel3 + type: texture + offset: 0xB4008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartBowser192Wheel0 + type: texture + offset: 0xB4088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartBowser192Wheel1 + type: texture + offset: 0xB4108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartBowser192Wheel2 + type: texture + offset: 0xB4188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartBowser192Wheel3 + type: texture + offset: 0xB4208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartBowser193Wheel0 + type: texture + offset: 0xB4288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartBowser193Wheel1 + type: texture + offset: 0xB4308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartBowser193Wheel2 + type: texture + offset: 0xB4388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartBowser193Wheel3 + type: texture + offset: 0xB4408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartBowser194Wheel0 + type: texture + offset: 0xB4488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartBowser194Wheel1 + type: texture + offset: 0xB4508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartBowser194Wheel2 + type: texture + offset: 0xB4588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartBowser194Wheel3 + type: texture + offset: 0xB4608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartBowser195Wheel0 + type: texture + offset: 0xB4688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartBowser195Wheel1 + type: texture + offset: 0xB4708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartBowser195Wheel2 + type: texture + offset: 0xB4788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartBowser195Wheel3 + type: texture + offset: 0xB4808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartBowser196Wheel0 + type: texture + offset: 0xB4888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartBowser196Wheel1 + type: texture + offset: 0xB4908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartBowser196Wheel2 + type: texture + offset: 0xB4988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartBowser196Wheel3 + type: texture + offset: 0xB4A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartBowser197Wheel0 + type: texture + offset: 0xB4A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartBowser197Wheel1 + type: texture + offset: 0xB4B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartBowser197Wheel2 + type: texture + offset: 0xB4B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartBowser197Wheel3 + type: texture + offset: 0xB4C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartBowser198Wheel0 + type: texture + offset: 0xB4C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartBowser198Wheel1 + type: texture + offset: 0xB4D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartBowser198Wheel2 + type: texture + offset: 0xB4D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartBowser198Wheel3 + type: texture + offset: 0xB4E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartBowser199Wheel0 + type: texture + offset: 0xB4E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartBowser199Wheel1 + type: texture + offset: 0xB4F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartBowser199Wheel2 + type: texture + offset: 0xB4F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartBowser199Wheel3 + type: texture + offset: 0xB5008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartBowser200Wheel0 + type: texture + offset: 0xB5088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartBowser200Wheel1 + type: texture + offset: 0xB5108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartBowser200Wheel2 + type: texture + offset: 0xB5188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartBowser200Wheel3 + type: texture + offset: 0xB5208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartBowser201Wheel0 + type: texture + offset: 0xB5288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartBowser201Wheel1 + type: texture + offset: 0xB5308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartBowser201Wheel2 + type: texture + offset: 0xB5388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartBowser201Wheel3 + type: texture + offset: 0xB5408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartBowser202Wheel0 + type: texture + offset: 0xB5488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartBowser202Wheel1 + type: texture + offset: 0xB5508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartBowser202Wheel2 + type: texture + offset: 0xB5588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartBowser202Wheel3 + type: texture + offset: 0xB5608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartBowser203Wheel0 + type: texture + offset: 0xB5688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartBowser203Wheel1 + type: texture + offset: 0xB5708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartBowser203Wheel2 + type: texture + offset: 0xB5788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartBowser203Wheel3 + type: texture + offset: 0xB5808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartBowser204Wheel0 + type: texture + offset: 0xB5888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartBowser204Wheel1 + type: texture + offset: 0xB5908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartBowser204Wheel2 + type: texture + offset: 0xB5988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartBowser204Wheel3 + type: texture + offset: 0xB5A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartBowser205Wheel0 + type: texture + offset: 0xB5A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartBowser205Wheel1 + type: texture + offset: 0xB5B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartBowser205Wheel2 + type: texture + offset: 0xB5B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartBowser205Wheel3 + type: texture + offset: 0xB5C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartBowser206Wheel0 + type: texture + offset: 0xB5C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartBowser206Wheel1 + type: texture + offset: 0xB5D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartBowser206Wheel2 + type: texture + offset: 0xB5D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartBowser206Wheel3 + type: texture + offset: 0xB5E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartBowser207Wheel0 + type: texture + offset: 0xB5E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartBowser207Wheel1 + type: texture + offset: 0xB5F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartBowser207Wheel2 + type: texture + offset: 0xB5F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartBowser207Wheel3 + type: texture + offset: 0xB6008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartBowser208Wheel0 + type: texture + offset: 0xB6088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartBowser208Wheel1 + type: texture + offset: 0xB6108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartBowser208Wheel2 + type: texture + offset: 0xB6188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartBowser208Wheel3 + type: texture + offset: 0xB6208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartBowser209Wheel0 + type: texture + offset: 0xB6288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartBowser209Wheel1 + type: texture + offset: 0xB6308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartBowser209Wheel2 + type: texture + offset: 0xB6388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartBowser209Wheel3 + type: texture + offset: 0xB6408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartBowser210Wheel0 + type: texture + offset: 0xB6488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartBowser210Wheel1 + type: texture + offset: 0xB6508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartBowser210Wheel2 + type: texture + offset: 0xB6588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartBowser210Wheel3 + type: texture + offset: 0xB6608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartBowser211Wheel0 + type: texture + offset: 0xB6688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartBowser211Wheel1 + type: texture + offset: 0xB6708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartBowser211Wheel2 + type: texture + offset: 0xB6788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartBowser211Wheel3 + type: texture + offset: 0xB6808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartBowser212Wheel0 + type: texture + offset: 0xB6888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartBowser212Wheel1 + type: texture + offset: 0xB6908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartBowser212Wheel2 + type: texture + offset: 0xB6988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartBowser212Wheel3 + type: texture + offset: 0xB6A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartBowser213Wheel0 + type: texture + offset: 0xB6A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartBowser213Wheel1 + type: texture + offset: 0xB6B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartBowser213Wheel2 + type: texture + offset: 0xB6B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartBowser213Wheel3 + type: texture + offset: 0xB6C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartBowser214Wheel0 + type: texture + offset: 0xB6C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartBowser214Wheel1 + type: texture + offset: 0xB6D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartBowser214Wheel2 + type: texture + offset: 0xB6D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartBowser214Wheel3 + type: texture + offset: 0xB6E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartBowser215Wheel0 + type: texture + offset: 0xB6E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartBowser215Wheel1 + type: texture + offset: 0xB6F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartBowser215Wheel2 + type: texture + offset: 0xB6F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartBowser215Wheel3 + type: texture + offset: 0xB7008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartBowser216Wheel0 + type: texture + offset: 0xB7088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartBowser216Wheel1 + type: texture + offset: 0xB7108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartBowser216Wheel2 + type: texture + offset: 0xB7188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartBowser216Wheel3 + type: texture + offset: 0xB7208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartBowser217Wheel0 + type: texture + offset: 0xB7288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartBowser217Wheel1 + type: texture + offset: 0xB7308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartBowser217Wheel2 + type: texture + offset: 0xB7388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartBowser217Wheel3 + type: texture + offset: 0xB7408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartBowser218Wheel0 + type: texture + offset: 0xB7488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartBowser218Wheel1 + type: texture + offset: 0xB7508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartBowser218Wheel2 + type: texture + offset: 0xB7588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartBowser218Wheel3 + type: texture + offset: 0xB7608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartBowser219Wheel0 + type: texture + offset: 0xB7688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartBowser219Wheel1 + type: texture + offset: 0xB7708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartBowser219Wheel2 + type: texture + offset: 0xB7788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartBowser219Wheel3 + type: texture + offset: 0xB7808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartBowser220Wheel0 + type: texture + offset: 0xB7888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartBowser220Wheel1 + type: texture + offset: 0xB7908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartBowser220Wheel2 + type: texture + offset: 0xB7988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartBowser220Wheel3 + type: texture + offset: 0xB7A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartBowser221Wheel0 + type: texture + offset: 0xB7A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartBowser221Wheel1 + type: texture + offset: 0xB7B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartBowser221Wheel2 + type: texture + offset: 0xB7B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartBowser221Wheel3 + type: texture + offset: 0xB7C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartBowser222Wheel0 + type: texture + offset: 0xB7C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartBowser222Wheel1 + type: texture + offset: 0xB7D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartBowser222Wheel2 + type: texture + offset: 0xB7D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartBowser222Wheel3 + type: texture + offset: 0xB7E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartBowser223Wheel0 + type: texture + offset: 0xB7E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartBowser223Wheel1 + type: texture + offset: 0xB7F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartBowser223Wheel2 + type: texture + offset: 0xB7F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartBowser223Wheel3 + type: texture + offset: 0xB8008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartBowser224Wheel0 + type: texture + offset: 0xB8088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartBowser224Wheel1 + type: texture + offset: 0xB8108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartBowser224Wheel2 + type: texture + offset: 0xB8188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartBowser224Wheel3 + type: texture + offset: 0xB8208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartBowser225Wheel0 + type: texture + offset: 0xB8288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartBowser225Wheel1 + type: texture + offset: 0xB8308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartBowser225Wheel2 + type: texture + offset: 0xB8388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartBowser225Wheel3 + type: texture + offset: 0xB8408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartBowser226Wheel0 + type: texture + offset: 0xB8488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartBowser226Wheel1 + type: texture + offset: 0xB8508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartBowser226Wheel2 + type: texture + offset: 0xB8588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartBowser226Wheel3 + type: texture + offset: 0xB8608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartBowser227Wheel0 + type: texture + offset: 0xB8688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartBowser227Wheel1 + type: texture + offset: 0xB8708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartBowser227Wheel2 + type: texture + offset: 0xB8788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartBowser227Wheel3 + type: texture + offset: 0xB8808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartBowser228Wheel0 + type: texture + offset: 0xB8888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartBowser228Wheel1 + type: texture + offset: 0xB8908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartBowser228Wheel2 + type: texture + offset: 0xB8988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartBowser228Wheel3 + type: texture + offset: 0xB8A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartBowser229Wheel0 + type: texture + offset: 0xB8A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartBowser229Wheel1 + type: texture + offset: 0xB8B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartBowser229Wheel2 + type: texture + offset: 0xB8B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartBowser229Wheel3 + type: texture + offset: 0xB8C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartBowser230Wheel0 + type: texture + offset: 0xB8C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartBowser230Wheel1 + type: texture + offset: 0xB8D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartBowser230Wheel2 + type: texture + offset: 0xB8D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartBowser230Wheel3 + type: texture + offset: 0xB8E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartBowser231Wheel0 + type: texture + offset: 0xB8E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartBowser231Wheel1 + type: texture + offset: 0xB8F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartBowser231Wheel2 + type: texture + offset: 0xB8F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartBowser231Wheel3 + type: texture + offset: 0xB9008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartBowser232Wheel0 + type: texture + offset: 0xB9088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartBowser232Wheel1 + type: texture + offset: 0xB9108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartBowser232Wheel2 + type: texture + offset: 0xB9188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartBowser232Wheel3 + type: texture + offset: 0xB9208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartBowser233Wheel0 + type: texture + offset: 0xB9288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartBowser233Wheel1 + type: texture + offset: 0xB9308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartBowser233Wheel2 + type: texture + offset: 0xB9388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartBowser233Wheel3 + type: texture + offset: 0xB9408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartBowser234Wheel0 + type: texture + offset: 0xB9488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartBowser234Wheel1 + type: texture + offset: 0xB9508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartBowser234Wheel2 + type: texture + offset: 0xB9588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartBowser234Wheel3 + type: texture + offset: 0xB9608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartBowser235Wheel0 + type: texture + offset: 0xB9688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartBowser235Wheel1 + type: texture + offset: 0xB9708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartBowser235Wheel2 + type: texture + offset: 0xB9788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartBowser235Wheel3 + type: texture + offset: 0xB9808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartBowser236Wheel0 + type: texture + offset: 0xB9888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartBowser236Wheel1 + type: texture + offset: 0xB9908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartBowser236Wheel2 + type: texture + offset: 0xB9988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartBowser236Wheel3 + type: texture + offset: 0xB9A08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartBowser237Wheel0 + type: texture + offset: 0xB9A88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartBowser237Wheel1 + type: texture + offset: 0xB9B08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartBowser237Wheel2 + type: texture + offset: 0xB9B88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartBowser237Wheel3 + type: texture + offset: 0xB9C08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartBowser238Wheel0 + type: texture + offset: 0xB9C88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartBowser238Wheel1 + type: texture + offset: 0xB9D08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartBowser238Wheel2 + type: texture + offset: 0xB9D88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartBowser238Wheel3 + type: texture + offset: 0xB9E08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartBowser239Wheel0 + type: texture + offset: 0xB9E88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartBowser239Wheel1 + type: texture + offset: 0xB9F08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartBowser239Wheel2 + type: texture + offset: 0xB9F88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartBowser239Wheel3 + type: texture + offset: 0xBA008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartBowser240Wheel0 + type: texture + offset: 0xBA088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartBowser240Wheel1 + type: texture + offset: 0xBA108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartBowser240Wheel2 + type: texture + offset: 0xBA188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartBowser240Wheel3 + type: texture + offset: 0xBA208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartBowser241Wheel0 + type: texture + offset: 0xBA288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartBowser241Wheel1 + type: texture + offset: 0xBA308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartBowser241Wheel2 + type: texture + offset: 0xBA388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartBowser241Wheel3 + type: texture + offset: 0xBA408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartBowser242Wheel0 + type: texture + offset: 0xBA488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartBowser242Wheel1 + type: texture + offset: 0xBA508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartBowser242Wheel2 + type: texture + offset: 0xBA588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartBowser242Wheel3 + type: texture + offset: 0xBA608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartBowser243Wheel0 + type: texture + offset: 0xBA688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartBowser243Wheel1 + type: texture + offset: 0xBA708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartBowser243Wheel2 + type: texture + offset: 0xBA788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartBowser243Wheel3 + type: texture + offset: 0xBA808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartBowser244Wheel0 + type: texture + offset: 0xBA888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartBowser244Wheel1 + type: texture + offset: 0xBA908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartBowser244Wheel2 + type: texture + offset: 0xBA988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartBowser244Wheel3 + type: texture + offset: 0xBAA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartBowser245Wheel0 + type: texture + offset: 0xBAA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartBowser245Wheel1 + type: texture + offset: 0xBAB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartBowser245Wheel2 + type: texture + offset: 0xBAB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartBowser245Wheel3 + type: texture + offset: 0xBAC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartBowser246Wheel0 + type: texture + offset: 0xBAC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartBowser246Wheel1 + type: texture + offset: 0xBAD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartBowser246Wheel2 + type: texture + offset: 0xBAD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartBowser246Wheel3 + type: texture + offset: 0xBAE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartBowser247Wheel0 + type: texture + offset: 0xBAE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartBowser247Wheel1 + type: texture + offset: 0xBAF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartBowser247Wheel2 + type: texture + offset: 0xBAF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartBowser247Wheel3 + type: texture + offset: 0xBB008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartBowser248Wheel0 + type: texture + offset: 0xBB088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartBowser248Wheel1 + type: texture + offset: 0xBB108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartBowser248Wheel2 + type: texture + offset: 0xBB188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartBowser248Wheel3 + type: texture + offset: 0xBB208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartBowser249Wheel0 + type: texture + offset: 0xBB288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartBowser249Wheel1 + type: texture + offset: 0xBB308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartBowser249Wheel2 + type: texture + offset: 0xBB388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartBowser249Wheel3 + type: texture + offset: 0xBB408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartBowser250Wheel0 + type: texture + offset: 0xBB488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartBowser250Wheel1 + type: texture + offset: 0xBB508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartBowser250Wheel2 + type: texture + offset: 0xBB588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartBowser250Wheel3 + type: texture + offset: 0xBB608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartBowser251Wheel0 + type: texture + offset: 0xBB688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartBowser251Wheel1 + type: texture + offset: 0xBB708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartBowser251Wheel2 + type: texture + offset: 0xBB788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartBowser251Wheel3 + type: texture + offset: 0xBB808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartBowser252Wheel0 + type: texture + offset: 0xBB888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartBowser252Wheel1 + type: texture + offset: 0xBB908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartBowser252Wheel2 + type: texture + offset: 0xBB988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartBowser252Wheel3 + type: texture + offset: 0xBBA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartBowser253Wheel0 + type: texture + offset: 0xBBA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartBowser253Wheel1 + type: texture + offset: 0xBBB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartBowser253Wheel2 + type: texture + offset: 0xBBB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartBowser253Wheel3 + type: texture + offset: 0xBBC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartBowser254Wheel0 + type: texture + offset: 0xBBC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartBowser254Wheel1 + type: texture + offset: 0xBBD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartBowser254Wheel2 + type: texture + offset: 0xBBD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartBowser254Wheel3 + type: texture + offset: 0xBBE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartBowser255Wheel0 + type: texture + offset: 0xBBE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartBowser255Wheel1 + type: texture + offset: 0xBBF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartBowser255Wheel2 + type: texture + offset: 0xBBF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartBowser255Wheel3 + type: texture + offset: 0xBC008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartBowser256Wheel0 + type: texture + offset: 0xBC088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartBowser256Wheel1 + type: texture + offset: 0xBC108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartBowser256Wheel2 + type: texture + offset: 0xBC188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartBowser256Wheel3 + type: texture + offset: 0xBC208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartBowser257Wheel0 + type: texture + offset: 0xBC288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartBowser257Wheel1 + type: texture + offset: 0xBC308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartBowser257Wheel2 + type: texture + offset: 0xBC388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartBowser257Wheel3 + type: texture + offset: 0xBC408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartBowser258Wheel0 + type: texture + offset: 0xBC488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartBowser258Wheel1 + type: texture + offset: 0xBC508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartBowser258Wheel2 + type: texture + offset: 0xBC588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartBowser258Wheel3 + type: texture + offset: 0xBC608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartBowser259Wheel0 + type: texture + offset: 0xBC688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartBowser259Wheel1 + type: texture + offset: 0xBC708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartBowser259Wheel2 + type: texture + offset: 0xBC788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartBowser259Wheel3 + type: texture + offset: 0xBC808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartBowser260Wheel0 + type: texture + offset: 0xBC888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartBowser260Wheel1 + type: texture + offset: 0xBC908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartBowser260Wheel2 + type: texture + offset: 0xBC988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartBowser260Wheel3 + type: texture + offset: 0xBCA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartBowser261Wheel0 + type: texture + offset: 0xBCA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartBowser261Wheel1 + type: texture + offset: 0xBCB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartBowser261Wheel2 + type: texture + offset: 0xBCB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartBowser261Wheel3 + type: texture + offset: 0xBCC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartBowser262Wheel0 + type: texture + offset: 0xBCC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartBowser262Wheel1 + type: texture + offset: 0xBCD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartBowser262Wheel2 + type: texture + offset: 0xBCD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartBowser262Wheel3 + type: texture + offset: 0xBCE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartBowser263Wheel0 + type: texture + offset: 0xBCE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartBowser263Wheel1 + type: texture + offset: 0xBCF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartBowser263Wheel2 + type: texture + offset: 0xBCF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartBowser263Wheel3 + type: texture + offset: 0xBD008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartBowser264Wheel0 + type: texture + offset: 0xBD088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartBowser264Wheel1 + type: texture + offset: 0xBD108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartBowser264Wheel2 + type: texture + offset: 0xBD188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartBowser264Wheel3 + type: texture + offset: 0xBD208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartBowser265Wheel0 + type: texture + offset: 0xBD288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartBowser265Wheel1 + type: texture + offset: 0xBD308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartBowser265Wheel2 + type: texture + offset: 0xBD388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartBowser265Wheel3 + type: texture + offset: 0xBD408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartBowser266Wheel0 + type: texture + offset: 0xBD488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartBowser266Wheel1 + type: texture + offset: 0xBD508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartBowser266Wheel2 + type: texture + offset: 0xBD588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartBowser266Wheel3 + type: texture + offset: 0xBD608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartBowser267Wheel0 + type: texture + offset: 0xBD688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartBowser267Wheel1 + type: texture + offset: 0xBD708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartBowser267Wheel2 + type: texture + offset: 0xBD788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartBowser267Wheel3 + type: texture + offset: 0xBD808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartBowser268Wheel0 + type: texture + offset: 0xBD888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartBowser268Wheel1 + type: texture + offset: 0xBD908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartBowser268Wheel2 + type: texture + offset: 0xBD988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartBowser268Wheel3 + type: texture + offset: 0xBDA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartBowser269Wheel0 + type: texture + offset: 0xBDA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartBowser269Wheel1 + type: texture + offset: 0xBDB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartBowser269Wheel2 + type: texture + offset: 0xBDB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartBowser269Wheel3 + type: texture + offset: 0xBDC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartBowser270Wheel0 + type: texture + offset: 0xBDC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartBowser270Wheel1 + type: texture + offset: 0xBDD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartBowser270Wheel2 + type: texture + offset: 0xBDD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartBowser270Wheel3 + type: texture + offset: 0xBDE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartBowser271Wheel0 + type: texture + offset: 0xBDE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartBowser271Wheel1 + type: texture + offset: 0xBDF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartBowser271Wheel2 + type: texture + offset: 0xBDF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartBowser271Wheel3 + type: texture + offset: 0xBE008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartBowser272Wheel0 + type: texture + offset: 0xBE088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartBowser272Wheel1 + type: texture + offset: 0xBE108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartBowser272Wheel2 + type: texture + offset: 0xBE188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartBowser272Wheel3 + type: texture + offset: 0xBE208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartBowser273Wheel0 + type: texture + offset: 0xBE288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartBowser273Wheel1 + type: texture + offset: 0xBE308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartBowser273Wheel2 + type: texture + offset: 0xBE388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartBowser273Wheel3 + type: texture + offset: 0xBE408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartBowser274Wheel0 + type: texture + offset: 0xBE488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartBowser274Wheel1 + type: texture + offset: 0xBE508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartBowser274Wheel2 + type: texture + offset: 0xBE588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartBowser274Wheel3 + type: texture + offset: 0xBE608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartBowser275Wheel0 + type: texture + offset: 0xBE688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartBowser275Wheel1 + type: texture + offset: 0xBE708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartBowser275Wheel2 + type: texture + offset: 0xBE788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartBowser275Wheel3 + type: texture + offset: 0xBE808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartBowser276Wheel0 + type: texture + offset: 0xBE888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartBowser276Wheel1 + type: texture + offset: 0xBE908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartBowser276Wheel2 + type: texture + offset: 0xBE988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartBowser276Wheel3 + type: texture + offset: 0xBEA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartBowser277Wheel0 + type: texture + offset: 0xBEA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartBowser277Wheel1 + type: texture + offset: 0xBEB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartBowser277Wheel2 + type: texture + offset: 0xBEB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartBowser277Wheel3 + type: texture + offset: 0xBEC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartBowser278Wheel0 + type: texture + offset: 0xBEC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartBowser278Wheel1 + type: texture + offset: 0xBED08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartBowser278Wheel2 + type: texture + offset: 0xBED88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartBowser278Wheel3 + type: texture + offset: 0xBEE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartBowser279Wheel0 + type: texture + offset: 0xBEE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartBowser279Wheel1 + type: texture + offset: 0xBEF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartBowser279Wheel2 + type: texture + offset: 0xBEF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartBowser279Wheel3 + type: texture + offset: 0xBF008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartBowser280Wheel0 + type: texture + offset: 0xBF088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartBowser280Wheel1 + type: texture + offset: 0xBF108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartBowser280Wheel2 + type: texture + offset: 0xBF188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartBowser280Wheel3 + type: texture + offset: 0xBF208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartBowser281Wheel0 + type: texture + offset: 0xBF288 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartBowser281Wheel1 + type: texture + offset: 0xBF308 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartBowser281Wheel2 + type: texture + offset: 0xBF388 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartBowser281Wheel3 + type: texture + offset: 0xBF408 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartBowser282Wheel0 + type: texture + offset: 0xBF488 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartBowser282Wheel1 + type: texture + offset: 0xBF508 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartBowser282Wheel2 + type: texture + offset: 0xBF588 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartBowser282Wheel3 + type: texture + offset: 0xBF608 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartBowser283Wheel0 + type: texture + offset: 0xBF688 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartBowser283Wheel1 + type: texture + offset: 0xBF708 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartBowser283Wheel2 + type: texture + offset: 0xBF788 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartBowser283Wheel3 + type: texture + offset: 0xBF808 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartBowser284Wheel0 + type: texture + offset: 0xBF888 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartBowser284Wheel1 + type: texture + offset: 0xBF908 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartBowser284Wheel2 + type: texture + offset: 0xBF988 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartBowser284Wheel3 + type: texture + offset: 0xBFA08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartBowser285Wheel0 + type: texture + offset: 0xBFA88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartBowser285Wheel1 + type: texture + offset: 0xBFB08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartBowser285Wheel2 + type: texture + offset: 0xBFB88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartBowser285Wheel3 + type: texture + offset: 0xBFC08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartBowser286Wheel0 + type: texture + offset: 0xBFC88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartBowser286Wheel1 + type: texture + offset: 0xBFD08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartBowser286Wheel2 + type: texture + offset: 0xBFD88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartBowser286Wheel3 + type: texture + offset: 0xBFE08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartBowser287Wheel0 + type: texture + offset: 0xBFE88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartBowser287Wheel1 + type: texture + offset: 0xBFF08 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartBowser287Wheel2 + type: texture + offset: 0xBFF88 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartBowser287Wheel3 + type: texture + offset: 0xC0008 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartBowser288Wheel0 + type: texture + offset: 0xC0088 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartBowser288Wheel1 + type: texture + offset: 0xC0108 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartBowser288Wheel2 + type: texture + offset: 0xC0188 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartBowser288Wheel3 + type: texture + offset: 0xC0208 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +bowser_kart_palette: + symbol: gKartBowserPalette + type: texture + offset: 0xC0288 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_data.yml new file mode 100644 index 0000000..8559d5c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_data.yml @@ -0,0 +1,592 @@ +:config: + segments: + - [0x06, 0x82DF40] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_bowsers_castle_thwomp_faces: + range: [0x7138, 0x8538] + mode: APPEND +d_course_bowsers_castle_dl_0: + symbol: d_course_bowsers_castle_dl_0 + type: gfx + offset: 0x0 +d_course_bowsers_castle_dl_110: + symbol: d_course_bowsers_castle_dl_110 + type: gfx + offset: 0x110 +d_course_bowsers_castle_dl_230: + symbol: d_course_bowsers_castle_dl_230 + type: gfx + offset: 0x230 +d_course_bowsers_castle_dl_398: + symbol: d_course_bowsers_castle_dl_398 + type: gfx + offset: 0x398 +d_course_bowsers_castle_dl_428: + symbol: d_course_bowsers_castle_dl_428 + type: gfx + offset: 0x428 +d_course_bowsers_castle_dl_4F0: + symbol: d_course_bowsers_castle_dl_4F0 + type: gfx + offset: 0x4F0 +d_course_bowsers_castle_dl_640: + symbol: d_course_bowsers_castle_dl_640 + type: gfx + offset: 0x640 +d_course_bowsers_castle_dl_7A0: + symbol: d_course_bowsers_castle_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_bowsers_castle_dl_860: + symbol: d_course_bowsers_castle_dl_860 + type: gfx + offset: 0x860 +d_course_bowsers_castle_dl_8E8: + symbol: d_course_bowsers_castle_dl_8E8 + type: gfx + offset: 0x8E8 +d_course_bowsers_castle_dl_9F8: + symbol: d_course_bowsers_castle_dl_9F8 + type: gfx + offset: 0x9F8 +d_course_bowsers_castle_dl_AE0: + symbol: d_course_bowsers_castle_dl_AE0 + type: gfx + offset: 0xAE0 +d_course_bowsers_castle_dl_B88: + symbol: d_course_bowsers_castle_dl_B88 + type: gfx + offset: 0xB88 +d_course_bowsers_castle_dl_C08: + symbol: d_course_bowsers_castle_dl_C08 + type: gfx + offset: 0xC08 +d_course_bowsers_castle_dl_D20: + symbol: d_course_bowsers_castle_dl_D20 + type: gfx + offset: 0xD20 +d_course_bowsers_castle_dl_E00: + symbol: d_course_bowsers_castle_dl_E00 + type: gfx + offset: 0xE00 +d_course_bowsers_castle_dl_EA8: + symbol: d_course_bowsers_castle_dl_EA8 + type: gfx + offset: 0xEA8 +d_course_bowsers_castle_dl_F08: + symbol: d_course_bowsers_castle_dl_F08 + type: gfx + offset: 0xF08 +d_course_bowsers_castle_dl_1040: + symbol: d_course_bowsers_castle_dl_1040 + type: gfx + offset: 0x1040 +d_course_bowsers_castle_dl_1138: + symbol: d_course_bowsers_castle_dl_1138 + type: gfx + offset: 0x1138 +d_course_bowsers_castle_dl_11F0: + symbol: d_course_bowsers_castle_dl_11F0 + type: gfx + offset: 0x11F0 +d_course_bowsers_castle_dl_1248: + symbol: d_course_bowsers_castle_dl_1248 + type: gfx + offset: 0x1248 +d_course_bowsers_castle_dl_1290: + symbol: d_course_bowsers_castle_dl_1290 + type: gfx + offset: 0x1290 +d_course_bowsers_castle_dl_12D0: + symbol: d_course_bowsers_castle_dl_12D0 + type: gfx + offset: 0x12D0 +d_course_bowsers_castle_dl_1330: + symbol: d_course_bowsers_castle_dl_1330 + type: gfx + offset: 0x1330 +d_course_bowsers_castle_dl_1350: + symbol: d_course_bowsers_castle_dl_1350 + type: gfx + offset: 0x1350 +d_course_bowsers_castle_dl_1370: + symbol: d_course_bowsers_castle_dl_1370 + type: gfx + offset: 0x1370 +d_course_bowsers_castle_dl_13A0: + symbol: d_course_bowsers_castle_dl_13A0 + type: gfx + offset: 0x13A0 +d_course_bowsers_castle_dl_13C0: + symbol: d_course_bowsers_castle_dl_13C0 + type: gfx + offset: 0x13C0 +d_course_bowsers_castle_dl_13E0: + symbol: d_course_bowsers_castle_dl_13E0 + type: gfx + offset: 0x13E0 +d_course_bowsers_castle_dl_1448: + symbol: d_course_bowsers_castle_dl_1448 + type: gfx + offset: 0x1448 +d_course_bowsers_castle_dl_1488: + symbol: d_course_bowsers_castle_dl_1488 + type: gfx + offset: 0x1488 +d_course_bowsers_castle_dl_14B0: + symbol: d_course_bowsers_castle_dl_14B0 + type: gfx + offset: 0x14B0 +d_course_bowsers_castle_dl_1520: + symbol: d_course_bowsers_castle_dl_1520 + type: gfx + offset: 0x1520 +d_course_bowsers_castle_dl_1590: + symbol: d_course_bowsers_castle_dl_1590 + type: gfx + offset: 0x1590 +d_course_bowsers_castle_dl_1608: + symbol: d_course_bowsers_castle_dl_1608 + type: gfx + offset: 0x1608 +d_course_bowsers_castle_dl_1690: + symbol: d_course_bowsers_castle_dl_1690 + type: gfx + offset: 0x1690 +d_course_bowsers_castle_dl_1710: + symbol: d_course_bowsers_castle_dl_1710 + type: gfx + offset: 0x1710 +d_course_bowsers_castle_dl_1788: + symbol: d_course_bowsers_castle_dl_1788 + type: gfx + offset: 0x1788 +d_course_bowsers_castle_dl_17D0: + symbol: d_course_bowsers_castle_dl_17D0 + type: gfx + offset: 0x17D0 +d_course_bowsers_castle_dl_1818: + symbol: d_course_bowsers_castle_dl_1818 + type: gfx + offset: 0x1818 +d_course_bowsers_castle_dl_1860: + symbol: d_course_bowsers_castle_dl_1860 + type: gfx + offset: 0x1860 +d_course_bowsers_castle_dl_18C0: + symbol: d_course_bowsers_castle_dl_18C0 + type: gfx + offset: 0x18C0 +d_course_bowsers_castle_dl_1928: + symbol: d_course_bowsers_castle_dl_1928 + type: gfx + offset: 0x1928 +d_course_bowsers_castle_dl_1960: + symbol: d_course_bowsers_castle_dl_1960 + type: gfx + offset: 0x1960 +d_course_bowsers_castle_dl_19A8: + symbol: d_course_bowsers_castle_dl_19A8 + type: gfx + offset: 0x19A8 +d_course_bowsers_castle_dl_19F8: + symbol: d_course_bowsers_castle_dl_19F8 + type: gfx + offset: 0x19F8 +d_course_bowsers_castle_dl_1A40: + symbol: d_course_bowsers_castle_dl_1A40 + type: gfx + offset: 0x1A40 +d_course_bowsers_castle_dl_1A90: + symbol: d_course_bowsers_castle_dl_1A90 + type: gfx + offset: 0x1A90 +d_course_bowsers_castle_dl_1AD8: + symbol: d_course_bowsers_castle_dl_1AD8 + type: gfx + offset: 0x1AD8 +d_course_bowsers_castle_dl_1B10: + symbol: d_course_bowsers_castle_dl_1B10 + type: gfx + offset: 0x1B10 +d_course_bowsers_castle_dl_1B58: + symbol: d_course_bowsers_castle_dl_1B58 + type: gfx + offset: 0x1B58 +d_course_bowsers_castle_dl_1BB0: + symbol: d_course_bowsers_castle_dl_1BB0 + type: gfx + offset: 0x1BB0 +d_course_bowsers_castle_dl_1C10: + symbol: d_course_bowsers_castle_dl_1C10 + type: gfx + offset: 0x1C10 +d_course_bowsers_castle_dl_1C38: + symbol: d_course_bowsers_castle_dl_1C38 + type: gfx + offset: 0x1C38 +d_course_bowsers_castle_dl_1C60: + symbol: d_course_bowsers_castle_dl_1C60 + type: gfx + offset: 0x1C60 +d_course_bowsers_castle_dl_1C98: + symbol: d_course_bowsers_castle_dl_1C98 + type: gfx + offset: 0x1C98 +d_course_bowsers_castle_dl_1CD0: + symbol: d_course_bowsers_castle_dl_1CD0 + type: gfx + offset: 0x1CD0 +d_course_bowsers_castle_dl_1DF8: + symbol: d_course_bowsers_castle_dl_1DF8 + type: gfx + offset: 0x1DF8 +d_course_bowsers_castle_dl_1EB0: + symbol: d_course_bowsers_castle_dl_1EB0 + type: gfx + offset: 0x1EB0 +d_course_bowsers_castle_dl_1FA0: + symbol: d_course_bowsers_castle_dl_1FA0 + type: gfx + offset: 0x1FA0 +d_course_bowsers_castle_dl_2008: + symbol: d_course_bowsers_castle_dl_2008 + type: gfx + offset: 0x2008 +d_course_bowsers_castle_dl_2130: + symbol: d_course_bowsers_castle_dl_2130 + type: gfx + offset: 0x2130 +d_course_bowsers_castle_dl_21F0: + symbol: d_course_bowsers_castle_dl_21F0 + type: gfx + offset: 0x21F0 +d_course_bowsers_castle_dl_22E8: + symbol: d_course_bowsers_castle_dl_22E8 + type: gfx + offset: 0x22E8 +d_course_bowsers_castle_dl_2398: + symbol: d_course_bowsers_castle_dl_2398 + type: gfx + offset: 0x2398 +d_course_bowsers_castle_dl_24B8: + symbol: d_course_bowsers_castle_dl_24B8 + type: gfx + offset: 0x24B8 +d_course_bowsers_castle_dl_2578: + symbol: d_course_bowsers_castle_dl_2578 + type: gfx + offset: 0x2578 +d_course_bowsers_castle_dl_2688: + symbol: d_course_bowsers_castle_dl_2688 + type: gfx + offset: 0x2688 +d_course_bowsers_castle_dl_2760: + symbol: d_course_bowsers_castle_dl_2760 + type: gfx + offset: 0x2760 +d_course_bowsers_castle_dl_2880: + symbol: d_course_bowsers_castle_dl_2880 + type: gfx + offset: 0x2880 +d_course_bowsers_castle_dl_2958: + symbol: d_course_bowsers_castle_dl_2958 + type: gfx + offset: 0x2958 +d_course_bowsers_castle_dl_2A60: + symbol: d_course_bowsers_castle_dl_2A60 + type: gfx + offset: 0x2A60 +d_course_bowsers_castle_dl_2B80: + symbol: d_course_bowsers_castle_dl_2B80 + type: gfx + offset: 0x2B80 +d_course_bowsers_castle_dl_2C48: + symbol: d_course_bowsers_castle_dl_2C48 + type: gfx + offset: 0x2C48 +d_course_bowsers_castle_dl_2D08: + symbol: d_course_bowsers_castle_dl_2D08 + type: gfx + offset: 0x2D08 +d_course_bowsers_castle_dl_2DF8: + symbol: d_course_bowsers_castle_dl_2DF8 + type: gfx + offset: 0x2DF8 +d_course_bowsers_castle_dl_2F30: + symbol: d_course_bowsers_castle_dl_2F30 + type: gfx + offset: 0x2F30 +d_course_bowsers_castle_dl_2FB0: + symbol: d_course_bowsers_castle_dl_2FB0 + type: gfx + offset: 0x2FB0 +d_course_bowsers_castle_dl_3050: + symbol: d_course_bowsers_castle_dl_3050 + type: gfx + offset: 0x3050 +d_course_bowsers_castle_dl_3158: + symbol: d_course_bowsers_castle_dl_3158 + type: gfx + offset: 0x3158 +d_course_bowsers_castle_dl_3230: + symbol: d_course_bowsers_castle_dl_3230 + type: gfx + offset: 0x3230 +d_course_bowsers_castle_dl_32C0: + symbol: d_course_bowsers_castle_dl_32C0 + type: gfx + offset: 0x32C0 +d_course_bowsers_castle_dl_3338: + symbol: d_course_bowsers_castle_dl_3338 + type: gfx + offset: 0x3338 +d_course_bowsers_castle_dl_3480: + symbol: d_course_bowsers_castle_dl_3480 + type: gfx + offset: 0x3480 +d_course_bowsers_castle_dl_3508: + symbol: d_course_bowsers_castle_dl_3508 + type: gfx + offset: 0x3508 +d_course_bowsers_castle_dl_35D0: + symbol: d_course_bowsers_castle_dl_35D0 + type: gfx + offset: 0x35D0 +d_course_bowsers_castle_dl_3678: + symbol: d_course_bowsers_castle_dl_3678 + type: gfx + offset: 0x3678 +d_course_bowsers_castle_dl_37D8: + symbol: d_course_bowsers_castle_dl_37D8 + type: gfx + offset: 0x37D8 +d_course_bowsers_castle_dl_38F8: + symbol: d_course_bowsers_castle_dl_38F8 + type: gfx + offset: 0x38F8 +d_course_bowsers_castle_dl_39E0: + symbol: d_course_bowsers_castle_dl_39E0 + type: gfx + offset: 0x39E0 +d_course_bowsers_castle_dl_3B00: + symbol: d_course_bowsers_castle_dl_3B00 + type: gfx + offset: 0x3B00 +d_course_bowsers_castle_dl_3C08: + symbol: d_course_bowsers_castle_dl_3C08 + type: gfx + offset: 0x3C08 +d_course_bowsers_castle_dl_3D78: + symbol: d_course_bowsers_castle_dl_3D78 + type: gfx + offset: 0x3D78 +d_course_bowsers_castle_dl_3EA8: + symbol: d_course_bowsers_castle_dl_3EA8 + type: gfx + offset: 0x3EA8 +d_course_bowsers_castle_dl_3FF0: + symbol: d_course_bowsers_castle_dl_3FF0 + type: gfx + offset: 0x3FF0 +d_course_bowsers_castle_dl_40F0: + symbol: d_course_bowsers_castle_dl_40F0 + type: gfx + offset: 0x40F0 +d_course_bowsers_castle_dl_4278: + symbol: d_course_bowsers_castle_dl_4278 + type: gfx + offset: 0x4278 +d_course_bowsers_castle_dl_4358: + symbol: d_course_bowsers_castle_dl_4358 + type: gfx + offset: 0x4358 +d_course_bowsers_castle_dl_4488: + symbol: d_course_bowsers_castle_dl_4488 + type: gfx + offset: 0x4488 +d_course_bowsers_castle_dl_45D8: + symbol: d_course_bowsers_castle_dl_45D8 + type: gfx + offset: 0x45D8 +d_course_bowsers_castle_dl_4748: + symbol: d_course_bowsers_castle_dl_4748 + type: gfx + offset: 0x4748 +d_course_bowsers_castle_dl_4820: + symbol: d_course_bowsers_castle_dl_4820 + type: gfx + offset: 0x4820 +d_course_bowsers_castle_dl_4998: + symbol: d_course_bowsers_castle_dl_4998 + type: gfx + offset: 0x4998 +d_course_bowsers_castle_dl_4A98: + symbol: d_course_bowsers_castle_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_bowsers_castle_dl_4C00: + symbol: d_course_bowsers_castle_dl_4C00 + type: gfx + offset: 0x4C00 +d_course_bowsers_castle_dl_4CE8: + symbol: d_course_bowsers_castle_dl_4CE8 + type: gfx + offset: 0x4CE8 +d_course_bowsers_castle_dl_4EA8: + symbol: d_course_bowsers_castle_dl_4EA8 + type: gfx + offset: 0x4EA8 +d_course_bowsers_castle_unknown_waypoints: + symbol: d_course_bowsers_castle_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4F90 + count: 72 +d_course_bowsers_castle_track_waypoints: + symbol: d_course_bowsers_castle_track_waypoints + type: mk64:TRACK_PATH + offset: 0x51D0 + count: 685 +d_course_bowsers_castle_thwomp_side: + symbol: d_course_bowsers_castle_thwomp_side + type: texture + offset: 0x6738 + width: 32 + height: 32 + format: rgba16 + ctype: u8 +d_course_bowsers_castle_thwomp_tlut: + symbol: d_course_bowsers_castle_thwomp_tlut + type: texture + offset: 0x6F38 + width: 16 + height: 16 + format: rgba16 + ctype: u8 +gTextureThwompFace1: + symbol: gTextureThwompFace1 + type: texture + offset: 0x7138 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +gTextureThwompFace2: + symbol: gTextureThwompFace2 + type: texture + offset: 0x7538 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +gTextureThwompFace3: + symbol: gTextureThwompFace3 + type: texture + offset: 0x7938 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +gTextureThwompFace4: + symbol: gTextureThwompFace4 + type: texture + offset: 0x7D38 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +gTextureThwompFace5: + symbol: gTextureThwompFace5 + type: texture + offset: 0x8138 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +gTextureThwompFace6: + symbol: gTextureThwompFace6 + type: texture + offset: 0x8538 + width: 16 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_bowsers_castle_thwomp_tlut +d_course_bowsers_castle_thwomp_model1: + symbol: d_course_bowsers_castle_thwomp_model1 + type: vtx + offset: 0x8938 + count: 4 +d_course_bowsers_castle_thwomp_model2: + symbol: d_course_bowsers_castle_thwomp_model2 + type: vtx + offset: 0x8978 + count: 32 +d_course_bowsers_castle_thwomp_model3: + symbol: d_course_bowsers_castle_thwomp_model3 + type: vtx + offset: 0x8B78 + count: 32 +d_course_bowsers_castle_thwomp_model4: + symbol: d_course_bowsers_castle_thwomp_model4 + type: vtx + offset: 0x8D78 + count: 28 +d_course_bowsers_castle_dl_8F38: + symbol: d_course_bowsers_castle_dl_8F38 + type: gfx + offset: 0x8F38 +d_course_bowsers_castle_dl_9078: + symbol: d_course_bowsers_castle_dl_9078 + type: gfx + offset: 0x9078 +d_course_bowsers_castle_dl_thwomp: + symbol: d_course_bowsers_castle_dl_thwomp + type: gfx + offset: 0x9088 +d_course_bowsers_castle_unknown_model: + symbol: d_course_bowsers_castle_unknown_model + type: vtx + offset: 0x9098 + count: 3 +d_course_bowsers_castle_dl_bush: + symbol: d_course_bowsers_castle_dl_bush + type: gfx + offset: 0x90C8 +d_course_bowsers_castle_dl_9148: + symbol: d_course_bowsers_castle_dl_9148 + type: gfx + offset: 0x9148 +d_course_bowsers_castle_dl_9228: + symbol: d_course_bowsers_castle_dl_9228 + type: gfx + offset: 0x9228 +d_course_bowsers_castle_tree_spawn: + symbol: d_course_bowsers_castle_tree_spawn + type: mk64:spawn_data + offset: 0x9290 + count: 28 +d_course_bowsers_castle_item_box_spawns: + symbol: d_course_bowsers_castle_item_box_spawns + type: mk64:spawn_data + offset: 0x9370 + count: 13 +d_course_bowsers_castle_addr: + symbol: d_course_bowsers_castle_addr + type: mk64:track_sections + offset: 0x93D8 + count: 37 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_displaylists.yml new file mode 100644 index 0000000..7c7672e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8B59A8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_bowsers_castle_packed_dls: + symbol: d_course_bowsers_castle_packed_dls + type: blob + offset: 0x8B59A8 + size: 0x3C7A diff --git a/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_vertices.yml new file mode 100644 index 0000000..967f76c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/bowsers_castle_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8A7640] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_bowsers_castle_vertex: + symbol: d_course_bowsers_castle_vertex + type: mk64:course_vtx + count: 9527 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/ceremony_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/ceremony_data.yml new file mode 100644 index 0000000..b486447 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/ceremony_data.yml @@ -0,0 +1,239 @@ +:config: + segments: + - [0x0B, 0x821D10] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + - '#include ' +silver_trophy_dl: + symbol: silver_trophy_dl + type: gfx + offset: 0xFE0 +silver_trophy_dl2: + symbol: silver_trophy_dl2 + type: gfx + offset: 0x10B8 +silver_trophy_dl3: + symbol: silver_trophy_dl3 + type: gfx + offset: 0x1188 +silver_trophy_dl4: + symbol: silver_trophy_dl4 + type: gfx + offset: 0x1260 +silver_trophy_dl5: + symbol: silver_trophy_dl5 + type: gfx + offset: 0x1418 +silver_trophy_dl6: + symbol: silver_trophy_dl6 + type: gfx + offset: 0x14D0 +some_vtx: + symbol: unused_trophy_base_with_handle + type: vtx + offset: 0x18C0 # 2200 + count: 211 # 274 +some_vtx2: + symbol: unused_trophy_base2 + type: vtx + offset: 0x2F30 + count: 63 +reflection_map_brass: + symbol: reflection_map_brass + type: texture + ctype: u16 + offset: 0x4670 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +reflection_map_silver: + symbol: reflection_map_silver + type: texture + ctype: u16 + offset: 0x4E70 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +reflection_map_gold: + symbol: ceremony_reflection_map_gold + type: texture + ctype: u16 + offset: 0x5670 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +gold_trophy_dl: + symbol: gold_trophy_dl + type: gfx + offset: 0x5E70 +gold_trophy_dl2: + symbol: gold_trophy_dl2 + type: gfx + offset: 0x5F20 +gold_trophy_dl3: + symbol: gold_trophy_dl3 + type: gfx + offset: 0x5FD0 +gold_trophy_dl4: + symbol: gold_trophy_dl4 + type: gfx + offset: 0x6218 +gold_trophy_dl5: + symbol: gold_trophy_dl5 + type: gfx + offset: 0x62C8 +gold_trophy_dl6: + symbol: gold_trophy_dl6 + type: gfx + offset: 0x6518 +gold_trophy_dl7: + symbol: gold_trophy_dl7 + type: gfx + offset: 0x6720 +gold_trophy_dl8: + symbol: gold_trophy_dl8 + type: gfx + offset: 0x6880 +gold_trophy_dl9: + symbol: gold_trophy_dl9 + type: gfx + offset: 0x6948 +gold_trophy_dl10: + symbol: gold_trophy_dl10 + type: gfx + offset: 0x69D8 +gold_trophy_dl11: + symbol: gold_trophy_dl11 + type: gfx + offset: 0x6A28 +gold_trophy_dl12: + symbol: gold_trophy_dl12 + type: gfx + offset: 0x6A78 +gold_trophy_dl13: + symbol: gold_trophy_dl13 + type: gfx + offset: 0x6AC8 +gold_trophy_dl14: + symbol: gold_trophy_dl14 + type: gfx + offset: 0x6B18 +gold_trophy_dl15: + symbol: gold_trophy_dl15 + type: gfx + offset: 0x6B68 +light1: + symbol: light1 + type: lights + offset: 0x6BB8 +texture_podium1: + symbol: gTexturePodium1 + type: texture + ctype: u16 + offset: 0x6BD0 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium_dl: + symbol: podium_dl + type: gfx + offset: 0x7510 +podium_dl2: + symbol: podium_dl2 + type: gfx + offset: 0x75E0 +podium_dl3: + symbol: podium_dl3 + type: gfx + offset: 0x75F0 +podium_dl4: + symbol: podium_dl4 + type: gfx + offset: 0x7600 +light2: + symbol: light2 + type: lights + offset: 0x7748 +texture_podium2: + symbol: gTexturePodium2 + type: texture + ctype: u16 + offset: 0x7760 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium2_dl: + symbol: podium2_dl + type: gfx + offset: 0x7F60 +podium2_dl2: + symbol: podium2_dl2 + type: gfx + offset: 0x8030 +podium2_dl3: + symbol: podium2_dl3 + type: gfx + offset: 0x8040 +podium2_dl4: + symbol: podium2_dl4 + type: gfx + offset: 0x8050 +light3: + symbol: light3 + type: lights + offset: 0x8058 +texture_podium3: + symbol: gTexturePodium3 + type: texture + ctype: u16 + offset: 0x8070 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +podium3_dl: + symbol: podium3_dl + type: gfx + offset: 0x89B0 +podium3_dl2: + symbol: podium3_dl2 + type: gfx + offset: 0x8A80 +podium3_dl3: + symbol: podium3_dl3 + type: gfx + offset: 0x8A90 +podium3_dl4: + symbol: podium3_dl4 + type: gfx + offset: 0x8AA0 +ending_sequence: + symbol: podium_ceremony_path + type: mk64:track_path + offset: 0x8AA8 + count: 24 +ending_sequence2: + symbol: podium_ceremony_path_2 + type: mk64:track_path + offset: 0x8B68 + count: 23 +ending_sequence3: + symbol: podium_ceremony_path_3 + type: mk64:track_path + offset: 0x8C20 + count: 24 +ending_sequence4: + symbol: podium_ceremony_path_4 + type: mk64:track_path + offset: 0x8CE0 + count: 21 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_data.yml new file mode 100644 index 0000000..6903991 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_data.yml @@ -0,0 +1,507 @@ +:config: + segments: + - [0x06, 0x82B620] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_choco_mountain_dl_0: + symbol: d_course_choco_mountain_dl_0 + type: gfx + offset: 0x0 +d_course_choco_mountain_dl_B0: + symbol: d_course_choco_mountain_dl_B0 + type: gfx + offset: 0xb0 +d_course_choco_mountain_dl_150: + symbol: d_course_choco_mountain_dl_150 + type: gfx + offset: 0x150 +d_course_choco_mountain_dl_208: + symbol: d_course_choco_mountain_dl_208 + type: gfx + offset: 0x208 +d_course_choco_mountain_dl_2A8: + symbol: d_course_choco_mountain_dl_2A8 + type: gfx + offset: 0x2a8 +d_course_choco_mountain_dl_330: + symbol: d_course_choco_mountain_dl_330 + type: gfx + offset: 0x330 +d_course_choco_mountain_dl_410: + symbol: d_course_choco_mountain_dl_410 + type: gfx + offset: 0x410 +d_course_choco_mountain_dl_4D8: + symbol: d_course_choco_mountain_dl_4D8 + type: gfx + offset: 0x4d8 +d_course_choco_mountain_dl_588: + symbol: d_course_choco_mountain_dl_588 + type: gfx + offset: 0x588 +d_course_choco_mountain_dl_618: + symbol: d_course_choco_mountain_dl_618 + type: gfx + offset: 0x618 +d_course_choco_mountain_dl_6C0: + symbol: d_course_choco_mountain_dl_6C0 + type: gfx + offset: 0x6c0 +d_course_choco_mountain_dl_750: + symbol: d_course_choco_mountain_dl_750 + type: gfx + offset: 0x750 +d_course_choco_mountain_dl_7E8: + symbol: d_course_choco_mountain_dl_7E8 + type: gfx + offset: 0x7e8 +d_course_choco_mountain_dl_878: + symbol: d_course_choco_mountain_dl_878 + type: gfx + offset: 0x878 +d_course_choco_mountain_dl_908: + symbol: d_course_choco_mountain_dl_908 + type: gfx + offset: 0x908 +d_course_choco_mountain_dl_990: + symbol: d_course_choco_mountain_dl_990 + type: gfx + offset: 0x990 +d_course_choco_mountain_dl_A28: + symbol: d_course_choco_mountain_dl_A28 + type: gfx + offset: 0xa28 +d_course_choco_mountain_dl_B10: + symbol: d_course_choco_mountain_dl_B10 + type: gfx + offset: 0xb10 +d_course_choco_mountain_dl_BB8: + symbol: d_course_choco_mountain_dl_BB8 + type: gfx + offset: 0xbb8 +d_course_choco_mountain_dl_C40: + symbol: d_course_choco_mountain_dl_C40 + type: gfx + offset: 0xc40 +d_course_choco_mountain_dl_D30: + symbol: d_course_choco_mountain_dl_D30 + type: gfx + offset: 0xd30 +d_course_choco_mountain_dl_DF8: + symbol: d_course_choco_mountain_dl_DF8 + type: gfx + offset: 0xdf8 +d_course_choco_mountain_dl_EA0: + symbol: d_course_choco_mountain_dl_EA0 + type: gfx + offset: 0xea0 +d_course_choco_mountain_dl_F38: + symbol: d_course_choco_mountain_dl_F38 + type: gfx + offset: 0xf38 +d_course_choco_mountain_dl_1000: + symbol: d_course_choco_mountain_dl_1000 + type: gfx + offset: 0x1000 +d_course_choco_mountain_dl_10A8: + symbol: d_course_choco_mountain_dl_10A8 + type: gfx + offset: 0x10a8 +d_course_choco_mountain_dl_1150: + symbol: d_course_choco_mountain_dl_1150 + type: gfx + offset: 0x1150 +d_course_choco_mountain_dl_11D8: + symbol: d_course_choco_mountain_dl_11D8 + type: gfx + offset: 0x11d8 +d_course_choco_mountain_dl_1280: + symbol: d_course_choco_mountain_dl_1280 + type: gfx + offset: 0x1280 +d_course_choco_mountain_dl_1330: + symbol: d_course_choco_mountain_dl_1330 + type: gfx + offset: 0x1330 +d_course_choco_mountain_dl_13E0: + symbol: d_course_choco_mountain_dl_13E0 + type: gfx + offset: 0x13e0 +d_course_choco_mountain_dl_1488: + symbol: d_course_choco_mountain_dl_1488 + type: gfx + offset: 0x1488 +d_course_choco_mountain_dl_1528: + symbol: d_course_choco_mountain_dl_1528 + type: gfx + offset: 0x1528 +d_course_choco_mountain_dl_15E8: + symbol: d_course_choco_mountain_dl_15E8 + type: gfx + offset: 0x15e8 +d_course_choco_mountain_dl_16B8: + symbol: d_course_choco_mountain_dl_16B8 + type: gfx + offset: 0x16b8 +d_course_choco_mountain_dl_1788: + symbol: d_course_choco_mountain_dl_1788 + type: gfx + offset: 0x1788 +d_course_choco_mountain_dl_1810: + symbol: d_course_choco_mountain_dl_1810 + type: gfx + offset: 0x1810 +d_course_choco_mountain_dl_18B8: + symbol: d_course_choco_mountain_dl_18B8 + type: gfx + offset: 0x18b8 +d_course_choco_mountain_dl_1970: + symbol: d_course_choco_mountain_dl_1970 + type: gfx + offset: 0x1970 +d_course_choco_mountain_dl_1A40: + symbol: d_course_choco_mountain_dl_1A40 + type: gfx + offset: 0x1a40 +d_course_choco_mountain_dl_1AC8: + symbol: d_course_choco_mountain_dl_1AC8 + type: gfx + offset: 0x1ac8 +d_course_choco_mountain_dl_1B70: + symbol: d_course_choco_mountain_dl_1B70 + type: gfx + offset: 0x1b70 +d_course_choco_mountain_dl_1C18: + symbol: d_course_choco_mountain_dl_1C18 + type: gfx + offset: 0x1c18 +d_course_choco_mountain_dl_1CC8: + symbol: d_course_choco_mountain_dl_1CC8 + type: gfx + offset: 0x1cc8 +d_course_choco_mountain_dl_1D50: + symbol: d_course_choco_mountain_dl_1D50 + type: gfx + offset: 0x1d50 +d_course_choco_mountain_dl_1E08: + symbol: d_course_choco_mountain_dl_1E08 + type: gfx + offset: 0x1e08 +d_course_choco_mountain_dl_1E98: + symbol: d_course_choco_mountain_dl_1E98 + type: gfx + offset: 0x1e98 +d_course_choco_mountain_dl_1F40: + symbol: d_course_choco_mountain_dl_1F40 + type: gfx + offset: 0x1f40 +d_course_choco_mountain_dl_1FE0: + symbol: d_course_choco_mountain_dl_1FE0 + type: gfx + offset: 0x1fe0 +d_course_choco_mountain_dl_20C8: + symbol: d_course_choco_mountain_dl_20C8 + type: gfx + offset: 0x20c8 +d_course_choco_mountain_dl_2168: + symbol: d_course_choco_mountain_dl_2168 + type: gfx + offset: 0x2168 +d_course_choco_mountain_dl_2228: + symbol: d_course_choco_mountain_dl_2228 + type: gfx + offset: 0x2228 +d_course_choco_mountain_dl_22D8: + symbol: d_course_choco_mountain_dl_22D8 + type: gfx + offset: 0x22d8 +d_course_choco_mountain_dl_23C8: + symbol: d_course_choco_mountain_dl_23C8 + type: gfx + offset: 0x23c8 +d_course_choco_mountain_dl_2468: + symbol: d_course_choco_mountain_dl_2468 + type: gfx + offset: 0x2468 +d_course_choco_mountain_dl_2538: + symbol: d_course_choco_mountain_dl_2538 + type: gfx + offset: 0x2538 +d_course_choco_mountain_dl_2600: + symbol: d_course_choco_mountain_dl_2600 + type: gfx + offset: 0x2600 +d_course_choco_mountain_dl_26D8: + symbol: d_course_choco_mountain_dl_26D8 + type: gfx + offset: 0x26d8 +d_course_choco_mountain_dl_2780: + symbol: d_course_choco_mountain_dl_2780 + type: gfx + offset: 0x2780 +d_course_choco_mountain_dl_2840: + symbol: d_course_choco_mountain_dl_2840 + type: gfx + offset: 0x2840 +d_course_choco_mountain_dl_2908: + symbol: d_course_choco_mountain_dl_2908 + type: gfx + offset: 0x2908 +d_course_choco_mountain_dl_29B8: + symbol: d_course_choco_mountain_dl_29B8 + type: gfx + offset: 0x29b8 +d_course_choco_mountain_dl_2A88: + symbol: d_course_choco_mountain_dl_2A88 + type: gfx + offset: 0x2a88 +d_course_choco_mountain_dl_2B38: + symbol: d_course_choco_mountain_dl_2B38 + type: gfx + offset: 0x2b38 +d_course_choco_mountain_dl_2C08: + symbol: d_course_choco_mountain_dl_2C08 + type: gfx + offset: 0x2c08 +d_course_choco_mountain_dl_2C98: + symbol: d_course_choco_mountain_dl_2C98 + type: gfx + offset: 0x2c98 +d_course_choco_mountain_dl_2D50: + symbol: d_course_choco_mountain_dl_2D50 + type: gfx + offset: 0x2d50 +d_course_choco_mountain_dl_2DE8: + symbol: d_course_choco_mountain_dl_2DE8 + type: gfx + offset: 0x2de8 +d_course_choco_mountain_dl_2EA0: + symbol: d_course_choco_mountain_dl_2EA0 + type: gfx + offset: 0x2ea0 +d_course_choco_mountain_dl_2F28: + symbol: d_course_choco_mountain_dl_2F28 + type: gfx + offset: 0x2f28 +d_course_choco_mountain_dl_2FD0: + symbol: d_course_choco_mountain_dl_2FD0 + type: gfx + offset: 0x2fd0 +d_course_choco_mountain_dl_3070: + symbol: d_course_choco_mountain_dl_3070 + type: gfx + offset: 0x3070 +d_course_choco_mountain_dl_3120: + symbol: d_course_choco_mountain_dl_3120 + type: gfx + offset: 0x3120 +d_course_choco_mountain_dl_31D8: + symbol: d_course_choco_mountain_dl_31D8 + type: gfx + offset: 0x31d8 +d_course_choco_mountain_dl_32B0: + symbol: d_course_choco_mountain_dl_32B0 + type: gfx + offset: 0x32b0 +d_course_choco_mountain_dl_3368: + symbol: d_course_choco_mountain_dl_3368 + type: gfx + offset: 0x3368 +d_course_choco_mountain_dl_3438: + symbol: d_course_choco_mountain_dl_3438 + type: gfx + offset: 0x3438 +d_course_choco_mountain_dl_3550: + symbol: d_course_choco_mountain_dl_3550 + type: gfx + offset: 0x3550 +d_course_choco_mountain_dl_3618: + symbol: d_course_choco_mountain_dl_3618 + type: gfx + offset: 0x3618 +d_course_choco_mountain_dl_36F0: + symbol: d_course_choco_mountain_dl_36F0 + type: gfx + offset: 0x36f0 +d_course_choco_mountain_dl_37D0: + symbol: d_course_choco_mountain_dl_37D0 + type: gfx + offset: 0x37d0 +d_course_choco_mountain_dl_38E8: + symbol: d_course_choco_mountain_dl_38E8 + type: gfx + offset: 0x38e8 +d_course_choco_mountain_dl_39A8: + symbol: d_course_choco_mountain_dl_39A8 + type: gfx + offset: 0x39a8 +d_course_choco_mountain_dl_3A80: + symbol: d_course_choco_mountain_dl_3A80 + type: gfx + offset: 0x3a80 +d_course_choco_mountain_dl_3B60: + symbol: d_course_choco_mountain_dl_3B60 + type: gfx + offset: 0x3b60 +d_course_choco_mountain_dl_3C18: + symbol: d_course_choco_mountain_dl_3C18 + type: gfx + offset: 0x3c18 +d_course_choco_mountain_dl_3CB8: + symbol: d_course_choco_mountain_dl_3CB8 + type: gfx + offset: 0x3cb8 +d_course_choco_mountain_dl_3D70: + symbol: d_course_choco_mountain_dl_3D70 + type: gfx + offset: 0x3d70 +d_course_choco_mountain_dl_3E18: + symbol: d_course_choco_mountain_dl_3E18 + type: gfx + offset: 0x3e18 +d_course_choco_mountain_dl_3EE0: + symbol: d_course_choco_mountain_dl_3EE0 + type: gfx + offset: 0x3ee0 +d_course_choco_mountain_dl_3FA8: + symbol: d_course_choco_mountain_dl_3FA8 + type: gfx + offset: 0x3fa8 +d_course_choco_mountain_dl_4090: + symbol: d_course_choco_mountain_dl_4090 + type: gfx + offset: 0x4090 +d_course_choco_mountain_dl_4138: + symbol: d_course_choco_mountain_dl_4138 + type: gfx + offset: 0x4138 +d_course_choco_mountain_dl_41F8: + symbol: d_course_choco_mountain_dl_41F8 + type: gfx + offset: 0x41f8 +d_course_choco_mountain_dl_42C8: + symbol: d_course_choco_mountain_dl_42C8 + type: gfx + offset: 0x42c8 +d_course_choco_mountain_dl_43C8: + symbol: d_course_choco_mountain_dl_43C8 + type: gfx + offset: 0x43c8 +d_course_choco_mountain_unknown_waypoints: + symbol: d_course_choco_mountain_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4480 + count: 110 +d_course_choco_mountain_track_waypoints: + symbol: d_course_choco_mountain_track_waypoints + type: mk64:TRACK_PATH + offset: 0x47f0 + count: 606 +d_course_choco_mountain_light: + symbol: d_course_choco_mountain_light + type: lights + offset: 0x5ae0 +d_course_choco_mountain_6005AF8: + symbol: d_course_choco_mountain_6005AF8 + type: vtx + offset: 0x5af8 + count: 4 +d_course_choco_mountain_wall_texture: + symbol: d_course_choco_mountain_wall_texture + type: texture + offset: 0x5b38 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_choco_mountain_rock_texture: + symbol: d_course_choco_mountain_rock_texture + type: texture + offset: 0x6338 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_choco_mountain_falling_rock_model: + symbol: d_course_choco_mountain_falling_rock_model + type: vtx + offset: 0x6B38 + count: 65 +d_course_choco_mountain_6006C28: + symbol: d_course_choco_mountain_6006C28 + type: vtx + offset: 0x6C28 + count: 5 +d_course_choco_mountain_6006D08: + symbol: d_course_choco_mountain_6006D08 + type: vtx + offset: 0x6D08 + count: 15 +d_course_choco_mountain_6006C78: + symbol: d_course_choco_mountain_6006C78 + type: vtx + offset: 0x6C78 + count: 5 +d_course_choco_mountain_6006DA8: + symbol: d_course_choco_mountain_6006DA8 + type: vtx + offset: 0x6DA8 + count: 15 +d_course_choco_mountain_6006CC8: + symbol: d_course_choco_mountain_6006CC8 + type: vtx + offset: 0x6CC8 + count: 4 +d_course_choco_mountain_6006E48: + symbol: d_course_choco_mountain_6006E48 + type: vtx + offset: 0x6E48 + count: 12 +d_course_choco_mountain_6006EC8: + symbol: d_course_choco_mountain_6006EC8 + type: vtx + offset: 0x6EC8 + count: 3 + +d_course_choco_mountain_dl_6EF8: + symbol: d_course_choco_mountain_dl_6EF8 + type: gfx + offset: 0x6ef8 +d_course_choco_mountain_dl_6F48: + symbol: d_course_choco_mountain_dl_6F48 + type: gfx + offset: 0x6f48 +d_course_choco_mountain_dl_6F88: + symbol: d_course_choco_mountain_dl_6F88 + type: gfx + offset: 0x6f88 +d_course_choco_mountain_dl_falling_rock: + symbol: d_course_choco_mountain_dl_falling_rock + type: gfx + offset: 0x6fe0 +d_course_choco_mountain_dl_71B8: + symbol: d_course_choco_mountain_dl_71B8 + type: gfx + offset: 0x71b0 +d_course_choco_mountain_falling_rock_spawns: + symbol: d_course_choco_mountain_falling_rock_spawns + type: mk64:spawn_data + offset: 0x7230 + count: 4 +d_course_choco_mountain_item_box_spawns: + symbol: d_course_choco_mountain_item_box_spawns + type: mk64:spawn_data + offset: 0x7250 + count: 16 +d_course_choco_mountain_addr: + symbol: d_course_choco_mountain_addr + type: mk64:track_sections + offset: 0x72d0 + count: 71 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_displaylists.yml new file mode 100644 index 0000000..ee24791 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8A55C4 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_choco_mountain_packed_dls: + symbol: d_course_choco_mountain_packed_dls + type: blob + offset: 0x8A55C4 + size: 0x2078 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_vertices.yml new file mode 100644 index 0000000..5007c2d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/choco_mountain_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x89B510] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_choco_mountain_vertex: + symbol: d_course_choco_mountain_vertex + type: mk64:course_vtx + count: 5560 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/common_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/common_data.yml new file mode 100644 index 0000000..60ad277 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/common_data.yml @@ -0,0 +1,2319 @@ +:config: + segments: + - [0x0D, 0x132B50] + header: + code: + - "#include " + - "#include " + - "#include " + header: + - "#include " + - "#include " + - "#include " + - "#include " + tables: + common_texture_hud_place: + range: [0xD258, 0x14258] + mode: APPEND + D_0D015258: + range: [0x15258, 0x16A58] + mode: APPEND + common_texture_player_emblem: + range: [0x17458, 0x18C58] + mode: APPEND + common_texture_hud_type_C_rank_font: + range: [0x19658, 0x19D58] + mode: APPEND + common_texture_hud_type_C_rank_tiny_font: + range: [0x1A058, 0x1A298] + mode: APPEND + common_tlut_lakitu_countdown: + range: [0x24ED8, 0x252D8] + mode: APPEND + common_texture_bomb: + range: [0x29858, 0x2A458] + mode: APPEND + common_texture_particle_spark: + range: [0x2AC58, 0x2B858] + mode: APPEND + common_texture_particle_smoke: + range: [0x2BC58, 0x2C858] + mode: APPEND + common_texture_minimap_kart_character: + range: [0x2CCD8, 0x2D058] + mode: APPEND +common_tlut_finish_line_banner: + symbol: common_tlut_finish_line_banner + type: texture + ctype: u16 + offset: 0x0 + width: 16 + height: 16 + format: RGBA16 +common_texture_particle_fire: + symbol: common_texture_particle_fire + type: texture + ctype: u16 + offset: 0x200 + size: 0x1000 + width: 32 + height: 64 + format: RGBA16 +D_0D001200: + symbol: D_0D001200 + type: vtx + offset: 0x1200 + count: 1 +D_0D001210: + symbol: D_0D001210 + type: vtx + offset: 0x1210 + count: 3 +D_0D001240: + symbol: D_0D001240 + type: vtx + offset: 0x1240 + count: 3 +D_0D001270: + symbol: D_0D001270 + type: vtx + offset: 0x1270 + count: 3 +D_0D0012A0: + symbol: D_0D0012A0 + type: vtx + offset: 0x12A0 + count: 3 +D_0D0012D0: + symbol: D_0D0012D0 + type: vtx + offset: 0x12D0 + count: 3 +D_0D001300: + symbol: D_0D001300 + type: vtx + offset: 0x1300 + count: 3 +D_0D001330: + symbol: D_0D001330 + type: vtx + offset: 0x1330 + count: 3 +D_0D001360: + symbol: D_0D001360 + type: vtx + offset: 0x1360 + count: 3 +common_vtx_finish_line_banner: + symbol: common_vtx_finish_line_banner + type: vtx + offset: 0x1390 + count: 32 +common_vtx_finish_post: + symbol: common_vtx_finish_post + type: vtx + offset: 0x1590 + count: 24 +D_0D001710: + symbol: D_0D001710 + type: vtx + offset: 0x1710 + count: 4 +D_0D001750: + symbol: D_0D001750 + type: gfx + offset: 0x1750 +D_0D001780: + symbol: D_0D001780 + type: gfx + offset: 0x1780 +D_0D001798: + symbol: D_0D001798 + type: gfx + offset: 0x1798 +D_0D0017B0: + symbol: D_0D0017B0 + type: gfx + offset: 0x17B0 +D_0D0017C8: + symbol: D_0D0017C8 + type: gfx + offset: 0x17C8 +D_0D0017E0: + symbol: D_0D0017E0 + type: gfx + offset: 0x17E0 +D_0D0017F8: + symbol: D_0D0017F8 + type: gfx + offset: 0x17F8 +D_0D001810: + symbol: D_0D001810 + type: gfx + offset: 0x1810 +D_0D001828: + symbol: D_0D001828 + type: gfx + offset: 0x1828 +D_0D001840: + symbol: D_0D001840 + type: gfx + offset: 0x1840 +common_model_finish_post: + symbol: common_model_finish_post + type: gfx + offset: 0x1AB8 +D_0D001B68: + symbol: D_0D001B68 + type: gfx + offset: 0x1B68 +D_0D001B90: + symbol: D_0D001B90 + type: gfx + offset: 0x1B90 +D_0D001BD8: + symbol: D_0D001BD8 + type: gfx + offset: 0x1BD8 +D_0D001C20: + symbol: D_0D001C20 + type: gfx + offset: 0x1C20 +D_0D001C88: + symbol: D_0D001C88 + type: gfx + offset: 0x1C88 + +common_vtx_itembox: + symbol: common_vtx_itembox + type: VTX + offset: 0x0D001CE8 + count: 32 +common_texture_item_box_question_mark: + symbol: common_texture_item_box_question_mark + type: texture + ctype: u16 + offset: 0x1EE8 + size: 4096 + width: 32 + height: 64 + format: RGBA16 +D_0D002EE8: + symbol: D_0D002EE8 + type: gfx + offset: 0x2EE8 +common_fake_item_box_question_mark_vertices: + symbol: common_fake_item_box_question_mark_vertices + type: vtx + offset: 0x2F40 + count: 4 +common_model_fake_itembox: + symbol: common_model_fake_itembox + type: gfx + offset: 0x2F80 +itemBoxQuestionMarkModel: + symbol: itemBoxQuestionMarkModel + type: gfx + offset: 0x3008 + +D_0D003090: + symbol: D_0D003090 + type: gfx + offset: 0x0D003090 +D_0D0030F8: + symbol: D_0D0030F8 + type: gfx + offset: 0x30F8 +D_0D003128: + symbol: D_0D003128 + type: gfx + offset: 0x3128 +D_0D003158: + symbol: D_0D003158 + type: gfx + offset: 0x3158 +D_0D003188: + symbol: D_0D003188 + type: gfx + offset: 0x3188 +D_0D0031B8: + symbol: D_0D0031B8 + type: gfx + offset: 0x31B8 +D_0D0031E8: + symbol: D_0D0031E8 + type: gfx + offset: 0x31E8 +D_0D003218: + symbol: D_0D003218 + type: gfx + offset: 0x3218 +D_0D003248: + symbol: D_0D003248 + type: gfx + offset: 0x3248 +D_0D003278: + symbol: D_0D003278 + type: gfx + offset: 0x3278 +D_0D003288: + symbol: D_0D003288 + type: gfx + offset: 0x3288 +common_vtx_banana: + symbol: common_vtx_banana + type: vtx + count: 5 + offset: 0x3298 +common_vtx_flat_banana: + symbol: common_vtx_flat_banana + type: vtx + count: 6 + offset: 0x32E8 +common_texture_banana: + symbol: common_texture_banana + type: texture + ctype: u16 + size: 2048 + width: 32 + height: 32 + offset: 0x3348 + format: RGBA16 +common_texture_flat_banana: + symbol: common_texture_flat_banana + type: texture + ctype: u16 + size: 4096 + width: 64 + height: 32 + offset: 0x3B48 + format: RGBA16 +common_model_banana: + symbol: common_model_banana + type: gfx + offset: 0x4B48 +common_model_flat_banana: + symbol: common_model_flat_banana + type: gfx + offset: 0x4BD8 +common_tlut_trees_import: + symbol: common_tlut_trees_import + type: texture + ctype: u16 + size: 0x1D0 + width: 8 + height: 29 + offset: 0x4C68 + format: RGBA16 +common_tlut_green_shell: + symbol: common_tlut_green_shell + type: texture + ctype: u16 + size: 0x200 + width: 16 + height: 16 + offset: 0x4E38 + format: RGBA16 +common_tlut_blue_shell: + symbol: common_tlut_blue_shell + type: texture + ctype: u16 + size: 0x200 + width: 16 + height: 16 + offset: 0x5038 + format: RGBA16 +D_0D0052B8: + symbol: D_0D0052B8 + type: gfx + offset: 0x52B8 +D_0D005308: + symbol: D_0D005308 + type: gfx + offset: 0x5308 +D_0D005338: + symbol: D_0D005338 + type: gfx + offset: 0x5338 +D_0D005368: + symbol: D_0D005368 + type: gfx + offset: 0x5368 +D_toads_turnpike_0D005398: + symbol: D_toads_turnpike_0D005398 + type: gfx + offset: 0x5398 +D_toads_turnpike_0D0053B0: + symbol: D_toads_turnpike_0D0053B0 + type: gfx + offset: 0x53B0 +D_toads_turnpike_0D0053C8: + symbol: D_toads_turnpike_0D0053C8 + type: gfx + offset: 0x53C8 +D_toads_turnpike_0D0053F0: + symbol: D_toads_turnpike_0D0053F0 + type: gfx + offset: 0x53F0 +D_toads_turnpike_0D005418: + symbol: D_toads_turnpike_0D005418 + type: gfx + offset: 0x5418 +D_0D005430: + symbol: D_0D005430 + type: vtx + offset: 0x5430 + count: 4 +common_vtx_player_minimap_icon: + symbol: common_vtx_player_minimap_icon + type: vtx + offset: 0x5470 + count: 4 +D_0D0054B0: + symbol: D_0D0054B0 + type: vtx + offset: 0x54B0 + count: 44 +common_vtx_rectangle: + symbol: common_vtx_rectangle + type: vtx + offset: 0x5770 + count: 4 +D_0D0057B0: + symbol: D_0D0057B0 + type: vtx + offset: 0x57B0 + count: 4 +D_0D0057F0: + symbol: D_0D0057F0 + type: vtx + offset: 0x57F0 + count: 15 +D_0D005920: + symbol: D_0D005920 + type: vtx + offset: 0x5920 + count: 24 +D_0D005AA0: + symbol: D_0D005AA0 + type: vtx + offset: 0x5AA0 + count: 4 +D_0D005AE0: + symbol: D_0D005AE0 + type: vtx + offset: 0x5AE0 + count: 4 +D_0D005B20: + symbol: D_0D005B20 + type: vtx + offset: 0x5B20 + count: 4 +D_0D005B60: + symbol: D_0D005B60 + type: vtx + offset: 0x5B60 + count: 4 +D_0D005BA0: + symbol: D_0D005BA0 + type: vtx + offset: 0x5BA0 + count: 3 +D_0D005BD0: + symbol: D_0D005BD0 + type: vtx + offset: 0x5BD0 + count: 3 +D_0D005C00: + symbol: D_0D005C00 + type: vtx + offset: 0x5C00 + count: 3 +D_0D005C30: + symbol: D_0D005C30 + type: vtx + offset: 0x5C30 + count: 37 +D_0D005E80: + symbol: D_0D005E80 + type: vtx + offset: 0x5E80 + count: 3 +common_vtx_lakitu: + symbol: common_vtx_lakitu + type: vtx + offset: 0x5EB0 + count: 8 +D_0D005F30: + symbol: D_0D005F30 + type: vtx + offset: 0x5F30 + count: 8 +D_0D005FB0: + symbol: D_0D005FB0 + type: vtx + offset: 0x5FB0 + count: 4 +D_0D005FF0: + symbol: D_0D005FF0 + type: vtx + offset: 0x5FF0 + count: 4 +D_0D006030: + symbol: D_0D006030 + type: vtx + offset: 0x6030 + count: 8 +common_vtx_hedgehog: + symbol: common_vtx_hedgehog + type: vtx + offset: 0x60B0 + count: 8 +D_0D006130: + symbol: D_0D006130 + type: vtx + offset: 0x6130 + count: 8 +D_0D0061B0: + symbol: D_0D0061B0 + type: vtx + offset: 0x61B0 + count: 16 +D_0D0062B0: + symbol: D_0D0062B0 + type: vtx + offset: 0x62B0 + count: 32 +D_0D0064B0: + symbol: D_0D0064B0 + type: vtx + offset: 0x64B0 + count: 40 +common_vtx_also_lakitu: + symbol: common_vtx_also_lakitu + type: vtx + offset: 0x6730 + count: 28 +D_0D0068F0: + symbol: D_0D0068F0 + type: vtx + offset: 0x68F0 + count: 4 +D_0D006930: + symbol: D_0D006930 + type: gfx + offset: 0x6930 +common_rectangle_display: + symbol: common_rectangle_display + type: gfx + offset: 0x6940 +D_0D006950: + symbol: D_0D006950 + type: gfx + offset: 0x6950 +D_0D006968: + symbol: D_0D006968 + type: gfx + offset: 0x6968 +D_0D006980: + symbol: D_0D006980 + type: gfx + offset: 0x6980 +D_0D006998: + symbol: D_0D006998 + type: gfx + offset: 0x6998 +D_0D0069B0: + symbol: D_0D0069B0 + type: gfx + offset: 0x69B0 +D_0D0069C8: + symbol: D_0D0069C8 + type: gfx + offset: 0x69C8 +D_0D0069E0: + symbol: D_0D0069E0 + type: gfx + offset: 0x69E0 +D_0D0069F8: + symbol: D_0D0069F8 + type: gfx + offset: 0x69F8 +D_0D006A10: + symbol: D_0D006A10 + type: gfx + offset: 0x6A10 +D_0D006A28: + symbol: D_0D006A28 + type: gfx + offset: 0x6A28 +D_0D006A40: + symbol: D_0D006A40 + type: gfx + offset: 0x6A40 +common_shadow_i4: + symbol: common_shadow_i4 + offset: 0x6A58 + size: 0x80 + type: texture + width: 32 + height: 32 + format: i4 +D_0D006AD8: + symbol: D_0D006AD8 + offset: 0x6AD8 + size: 0x400 + type: texture + width: 32 + height: 32 + format: i4 +common_tlut_debug_font: + symbol: common_tlut_debug_font + offset: 0x6ED8 + size: 0x20 + type: texture + ctype: u16 + colors: 4 + height: 4 + format: tlut +common_texture_debug_font: + symbol: common_texture_debug_font + type: texture + offset: 0x6EF8 + size: 0x800 + colors: 32 + ctype: u16 + height: 32 + format: tlut +D_0D0076F8: + symbol: D_0D0076F8 + type: gfx + offset: 0x76F8 +D_0D007780: + symbol: D_0D007780 + type: gfx + offset: 0x7780 +D_0D0077A0: + symbol: D_0D0077A0 + type: gfx + offset: 0x77A0 +D_0D0077D0: + symbol: D_0D0077D0 + type: gfx + offset: 0x77D0 +D_0D0077F8: + symbol: D_0D0077F8 + type: gfx + offset: 0x77F8 +D_0D007828: + symbol: D_0D007828 + type: gfx + offset: 0x7828 +D_0D007850: + symbol: D_0D007850 + type: gfx + offset: 0x7850 +D_0D007878: + symbol: D_0D007878 + type: gfx + offset: 0x7878 +D_0D0078A0: + symbol: D_0D0078A0 + type: gfx + offset: 0x78A0 +D_0D0078D0: + symbol: D_0D0078D0 + type: gfx + offset: 0x78D0 +D_0D0078F8: + symbol: D_0D0078F8 + type: gfx + offset: 0x78F8 +D_0D007928: + symbol: D_0D007928 + type: gfx + offset: 0x7928 +D_0D007948: + symbol: D_0D007948 + type: gfx + offset: 0x7948 +D_0D007968: + symbol: D_0D007968 + type: gfx + offset: 0x7968 +D_0D007988: + symbol: D_0D007988 + type: gfx + offset: 0x7988 +D_0D0079A8: + symbol: D_0D0079A8 + type: gfx + offset: 0x79A8 +D_0D0079C8: + symbol: D_0D0079C8 + type: gfx + offset: 0x79C8 +D_0D0079E8: + symbol: D_0D0079E8 + type: gfx + offset: 0x79E8 +D_0D007A08: + symbol: D_0D007A08 + type: gfx + offset: 0x7A08 +D_0D007A40: + symbol: D_0D007A40 + type: gfx + offset: 0x7A40 +D_0D007A60: + symbol: D_0D007A60 + type: gfx + offset: 0x7A60 +D_0D007A80: + symbol: D_0D007A80 + type: gfx + offset: 0x7A80 +D_0D007AA0: + symbol: D_0D007AA0 + type: gfx + offset: 0x7AA0 +D_0D007AC0: + symbol: D_0D007AC0 + type: gfx + offset: 0x7AC0 +D_0D007AE0: + symbol: D_0D007AE0 + type: gfx + offset: 0x7AE0 +D_0D007B00: + symbol: D_0D007B00 + type: gfx + offset: 0x7B00 +D_0D007B20: + symbol: D_0D007B20 + type: gfx + offset: 0x7B20 +D_0D007B98: + symbol: D_0D007B98 + type: gfx + offset: 0x7B98 +D_0D007C10: + symbol: D_0D007C10 + type: gfx + offset: 0x7C10 +D_0D007C88: + symbol: D_0D007C88 + type: gfx + offset: 0x7C88 +D_0D007CB8: + symbol: D_0D007CB8 + type: gfx + offset: 0x7CB8 +D_0D007CD8: + symbol: D_0D007CD8 + type: gfx + offset: 0x7CD8 +D_0D007CF8: + symbol: D_0D007CF8 + type: gfx + offset: 0x7CF8 +D_0D007D18: + symbol: D_0D007D18 + type: gfx + offset: 0x7D18 +D_0D007D38: + symbol: D_0D007D38 + type: gfx + offset: 0x7D38 +D_0D007D58: + symbol: D_0D007D58 + type: gfx + offset: 0x7D58 +D_0D007D78: + symbol: D_0D007D78 + type: gfx + offset: 0x7D78 +D_0D007D98: + symbol: D_0D007D98 + type: gfx + offset: 0x7D98 +D_0D007DB8: + symbol: D_0D007DB8 + type: gfx + offset: 0x7DB8 +D_0D007DD8: + symbol: D_0D007DD8 + type: gfx + offset: 0x7DD8 +D_0D007DF8: + symbol: D_0D007DF8 + type: gfx + offset: 0x7DF8 +D_0D007E18: + symbol: D_0D007E18 + type: gfx + offset: 0x7E18 +D_0D007E38: + symbol: D_0D007E38 + type: gfx + offset: 0x7E38 +D_0D007E58: + symbol: D_0D007E58 + type: gfx + offset: 0x7E58 +D_0D007E78: + symbol: D_0D007E78 + type: gfx + offset: 0x7E78 +D_0D007E98: + symbol: D_0D007E98 + type: gfx + offset: 0x7E98 +D_0D007EB8: + symbol: D_0D007EB8 + type: gfx + offset: 0x7EB8 +D_0D007ED8: + symbol: D_0D007ED8 + type: gfx + offset: 0x7ED8 +D_0D007EF8: + symbol: D_0D007EF8 + type: gfx + offset: 0x7EF8 +D_0D007F18: + symbol: D_0D007F18 + type: gfx + offset: 0x7F18 +D_0D007F38: + symbol: D_0D007F38 + type: gfx + offset: 0x7F38 +D_0D007F58: + symbol: D_0D007F58 + type: gfx + offset: 0x7F58 +D_0D007F78: + symbol: D_0D007F78 + type: gfx + offset: 0x7F78 +D_0D007F98: + symbol: D_0D007F98 + type: gfx + offset: 0x7F98 +D_0D007FB8: + symbol: D_0D007FB8 + type: gfx + offset: 0x7FB8 +D_0D007FE0: + symbol: D_0D007FE0 + type: gfx + offset: 0x7FE0 +D_0D008000: + symbol: D_0D008000 + type: gfx + offset: 0x8000 +D_0D008020: + symbol: D_0D008020 + type: gfx + offset: 0x8020 +D_0D008040: + symbol: D_0D008040 + type: gfx + offset: 0x8040 +D_0D008060: + symbol: D_0D008060 + type: gfx + offset: 0x8060 +D_0D008080: + symbol: D_0D008080 + type: gfx + offset: 0x8080 +D_0D008108: + symbol: D_0D008108 + type: gfx + offset: 0x8108 +D_0D008120: + symbol: D_0D008120 + type: gfx + offset: 0x8120 +D_0D008138: + symbol: D_0D008138 + type: gfx + offset: 0x8138 +D_0D008B78: + symbol: D_0D008B78 + type: vtx + offset: 0x8B78 + count: 4 +D_0D008BB8: + symbol: D_0D008BB8 + type: vtx + offset: 0x8BB8 + count: 4 +D_0D008BF8: + symbol: D_0D008BF8 + type: vtx + offset: 0x8BF8 + count: 4 +D_0D008C38: + symbol: D_0D008C38 + type: vtx + offset: 0x8C38 + count: 4 + +common_square_plain_render: + symbol: common_square_plain_render + type: gfx + offset: 0x8C78 +D_0D008C90: + symbol: D_0D008C90 + type: gfx + offset: 0x8C90 +common_setting_render_character: + symbol: common_setting_render_character + type: gfx + offset: 0x8CD8 +D_0D008D10: + symbol: D_0D008D10 + type: gfx + offset: 0x8D10 +D_0D008D58: + symbol: D_0D008D58 + type: gfx + offset: 0x8D58 +D_0D008DA0: + symbol: D_0D008DA0 + type: gfx + offset: 0x8DA0 +D_0D008DB8: + symbol: D_0D008DB8 + type: gfx + offset: 0x8DB8 +D_0D008DF8: + symbol: D_0D008DF8 + type: gfx + offset: 0x8DF8 +D_0D008E20: + symbol: D_0D008E20 + type: gfx + offset: 0x8E20 +D_0D008E48: + symbol: D_0D008E48 + type: gfx + offset: 0x8E48 +D_0D008E70: + symbol: D_0D008E70 + type: gfx + offset: 0x8E70 +D_0D008E98: + symbol: D_0D008E98 + type: mtx + offset: 0x8E98 + count: 1 +D_0D008ED8: # These 4 vtx may be an mtx like the one before here. It's difficult to say though as there are no references in the code-base. + symbol: D_0D008ED8 + type: mtx + offset: 0x8ED8 + count: 1 +D_0D008F18: + symbol: D_0D008F18 + type: mk64:driving_behaviour + offset: 0x8F18 +D_0D008F28: + symbol: D_0D008F28 + type: mk64:driving_behaviour + offset: 0x8F28 +D_0D008F80: + symbol: D_0D008F80 + type: mk64:driving_behaviour + offset: 0x8F80 +D_0D008FB8: + symbol: D_0D008FB8 + type: mk64:driving_behaviour + offset: 0x8FB8 +D_0D009058: + symbol: D_0D009058 + type: mk64:driving_behaviour + offset: 0x9058 +D_0D0090B8: + symbol: D_0D0090B8 + type: mk64:driving_behaviour + offset: 0x90B8 +D_0D0090F8: + symbol: D_0D0090F8 + type: mk64:driving_behaviour + offset: 0x90F8 +D_0D009158: + symbol: D_0D009158 + type: mk64:driving_behaviour + offset: 0x9158 +D_0D009188: + symbol: D_0D009188 + type: mk64:driving_behaviour + offset: 0x9188 +D_0D0091E8: + symbol: D_0D0091E8 + type: mk64:driving_behaviour + offset: 0x91E8 +D_0D009210: + symbol: D_0D009210 + type: mk64:driving_behaviour + offset: 0x9210 +D_0D009238: + symbol: D_0D009238 + type: mk64:driving_behaviour + offset: 0x9238 +D_0D009260: + symbol: D_0D009260 + type: mk64:driving_behaviour + offset: 0x9260 +D_0D009280: + symbol: D_0D009280 + type: mk64:driving_behaviour + offset: 0x9280 +D_0D0092C8: + symbol: D_0D0092C8 + type: mk64:driving_behaviour + offset: 0x92C8 +D_0D009310: + symbol: D_0D009310 + type: mk64:driving_behaviour + offset: 0x9310 +D_0D0093C0: + symbol: D_0D0093C0 + type: mk64:driving_behaviour + offset: 0x93C0 +common_texture_speedometer: + symbol: common_texture_speedometer + type: texture + ctype: u8 + offset: 0x9958 + size: 0xC00 + width: 64 + height: 96 + format: I4 +common_texture_speedometer_needle: + symbol: common_texture_speedometer_needle + type: texture + offset: 0xA558 + ctype: u8 + size: 0x400 + width: 64 + height: 32 + format: I4 +common_texture_hud_lap: + symbol: common_texture_hud_lap + type: texture + offset: 0xA958 + ctype: u16 + size: 0x200 + width: 32 + height: 8 + format: RGBA16 +common_texture_hud_123: + symbol: common_texture_hud_123 + type: texture + offset: 0xAB58 + size: 0x200 + ctype: u16 + width: 32 + height: 8 + format: RGBA16 +common_texture_hud_lap_time: + symbol: common_texture_hud_lap_time + type: texture + offset: 0xAD58 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_1_on_3: + symbol: common_texture_hud_lap_1_on_3 + type: texture + offset: 0xB158 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_2_on_3: + symbol: common_texture_hud_lap_2_on_3 + type: texture + offset: 0xB558 + ctype: u16 + size: 0x400 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_lap_3_on_3: + symbol: common_texture_hud_lap_3_on_3 + type: texture + offset: 0xB958 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_total_time: + symbol: common_texture_hud_total_time + type: texture + offset: 0xBD58 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_time: + symbol: common_texture_hud_time + type: texture + offset: 0xC158 + size: 0x400 + ctype: u16 + width: 32 + height: 16 + format: RGBA16 +common_texture_hud_normal_digit: + symbol: common_texture_hud_normal_digit + type: texture + offset: 0xC558 + size: 0xD00 + ctype: u16 + width: 104 + height: 16 + format: RGBA16 +common_texture_hud_1st: + symbol: common_texture_hud_1st + type: texture + offset: 0xD258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_2nd: + symbol: common_texture_hud_2nd + type: texture + offset: 0xE258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_3rd: + symbol: common_texture_hud_3rd + type: texture + offset: 0xF258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_4th: + symbol: common_texture_hud_4th + type: texture + offset: 0x10258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_5th: + symbol: common_texture_hud_5th + type: texture + offset: 0x11258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_6th: + symbol: common_texture_hud_6th + type: texture + offset: 0x12258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_7th: + symbol: common_texture_hud_7th + type: texture + offset: 0x13258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_hud_8th: + symbol: common_texture_hud_8th + type: texture + offset: 0x14258 + size: 0x1000 + ctype: u8 + width: 128 + height: 64 + format: I4 +common_texture_first_place: + symbol: common_texture_first_place # 132B50_15258 + type: texture + offset: 0x15258 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_second_place: + symbol: common_texture_second_place # 132B50_15A58 + type: texture + offset: 0x15A58 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_third_place: + symbol: common_texture_third_place # 132B50_16258 + type: texture + offset: 0x16258 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_texture_fourth_place: + symbol: common_texture_fourth_place # 132B50_16A58 + type: texture + offset: 0x16A58 + size: 0x800 + ctype: u8 + width: 64 + height: 64 + format: I4 +common_tlut_player_emblem: # // tlut for 1p, 2p, 3p, 4p + symbol: common_tlut_player_emblem + type: texture + offset: 0x17258 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_player_emblem_1p: + symbol: common_texture_player_emblem_1p + type: texture + offset: 0x17458 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_2p: + symbol: common_texture_player_emblem_2p + type: texture + offset: 0x17C58 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_3p: + symbol: common_texture_player_emblem_3p + type: texture + offset: 0x18458 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_texture_player_emblem_4p: + symbol: common_texture_player_emblem_4p + type: texture + offset: 0x18C58 + size: 0x800 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_player_emblem +common_tlut_hud_type_C_rank_font: # Font tlut for 12345678 + symbol: common_tlut_hud_type_C_rank_font + type: texture + offset: 0x19458 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_hud_type_C_rank_font_1: + symbol: common_texture_hud_type_C_rank_font_1 + type: texture + offset: 0x19658 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_2: + symbol: common_texture_hud_type_C_rank_font_2 + type: texture + offset: 0x19758 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_3: + symbol: common_texture_hud_type_C_rank_font_3 + type: texture + offset: 0x19858 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_4: + symbol: common_texture_hud_type_C_rank_font_4 + type: texture + offset: 0x19958 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_5: + symbol: common_texture_hud_type_C_rank_font_5 + type: texture + offset: 0x19A58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_6: + symbol: common_texture_hud_type_C_rank_font_6 + type: texture + offset: 0x19B58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_7: + symbol: common_texture_hud_type_C_rank_font_7 + type: texture + offset: 0x19C58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_texture_hud_type_C_rank_font_8: + symbol: common_texture_hud_type_C_rank_font_8 + type: texture + offset: 0x19D58 + size: 0x100 + ctype: u8 + width: 16 + height: 16 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_font +common_tlut_hud_type_C_rank_tiny_font: # Font tlut for 0123456789 + symbol: common_tlut_hud_type_C_rank_tiny_font + type: texture + offset: 0x19E58 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_hud_type_C_rank_tiny_font_0: + symbol: common_texture_hud_type_C_rank_tiny_font_0 + type: texture + offset: 0x1A058 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_1: + symbol: common_texture_hud_type_C_rank_tiny_font_1 + type: texture + offset: 0x1A098 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_2: + symbol: common_texture_hud_type_C_rank_tiny_font_2 + type: texture + offset: 0x1A0D8 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_3: + symbol: common_texture_hud_type_C_rank_tiny_font_3 + type: texture + offset: 0x1A118 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_4: + symbol: common_texture_hud_type_C_rank_tiny_font_4 + type: texture + offset: 0x1A158 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_5: + symbol: common_texture_hud_type_C_rank_tiny_font_5 + type: texture + offset: 0x1A198 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_6: + symbol: common_texture_hud_type_C_rank_tiny_font_6 + type: texture + offset: 0x1A1D8 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_7: + symbol: common_texture_hud_type_C_rank_tiny_font_7 + type: texture + offset: 0x1A218 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_8: + symbol: common_texture_hud_type_C_rank_tiny_font_8 + type: texture + offset: 0x1A258 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_hud_type_C_rank_tiny_font_9: + symbol: common_texture_hud_type_C_rank_tiny_font_9 + type: texture + offset: 0x1A298 + size: 0x40 + ctype: u8 + width: 8 + height: 8 + format: CI8 + tlut_symbol: common_tlut_hud_type_C_rank_tiny_font +common_texture_character_portrait_border: + symbol: common_texture_character_portrait_border + type: texture + offset: 0x1A2D8 + size: 0x200 + ctype: u8 + width: 32 + height: 32 + format: IA4 +common_tlut_portrait_mario: + symbol: common_tlut_portrait_mario + type: texture + offset: 0x1A4D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_luigi: + symbol: common_tlut_portrait_luigi + type: texture + offset: 0x1A6D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_peach: + symbol: common_tlut_portrait_peach + type: texture + offset: 0x1A8D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_toad: + symbol: common_tlut_portrait_toad + type: texture + offset: 0x1AAD8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_yoshi: + symbol: common_tlut_portrait_yoshi + type: texture + offset: 0x1ACD8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_donkey_kong: + symbol: common_tlut_portrait_donkey_kong + type: texture + offset: 0x1AED8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_wario: + symbol: common_tlut_portrait_wario + type: texture + offset: 0x1B0D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_bowser: + symbol: common_tlut_portrait_bowser + type: texture + offset: 0x1B2D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_tlut_portrait_bomb_kart_and_question_mark: + symbol: common_tlut_portrait_bomb_kart_and_question_mark + type: texture + offset: 0x1B4D8 + size: 0x200 + ctype: u16 + colors: 16 + height: 16 + format: tlut +common_texture_portrait_mario: + symbol: common_texture_portrait_mario # 132B50_16A58 + type: texture + offset: 0x1B6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_mario +common_texture_portrait_luigi: + symbol: common_texture_portrait_luigi # 132B50_16A58 + type: texture + offset: 0x1BAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_luigi +common_texture_portrait_peach: + symbol: common_texture_portrait_peach # 132B50_16A58 + type: texture + offset: 0x1BED8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_peach +common_texture_portrait_toad: + symbol: common_texture_portrait_toad # 132B50_16A58 + type: texture + offset: 0x1C2D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_toad +common_texture_portrait_yoshi: + symbol: common_texture_portrait_yoshi # 132B50_16A58 + type: texture + offset: 0x1C6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_yoshi +common_texture_portrait_donkey_kong: + symbol: common_texture_portrait_donkey_kong # 132B50_16A58 + type: texture + offset: 0x1CAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_donkey_kong +common_texture_portrait_wario: + symbol: common_texture_portrait_wario # 132B50_16A58 + type: texture + offset: 0x1CED8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_wario +common_texture_portrait_bowser: + symbol: common_texture_portrait_bowser # 132B50_16A58 + type: texture + offset: 0x1D2D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bowser +common_texture_portrait_bomb_kart: + symbol: common_texture_portrait_bomb_kart # 132B50_16A58 + type: texture + offset: 0x1D6D8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bomb_kart_and_question_mark +common_texture_portrait_question_mark: + symbol: common_texture_portrait_question_mark # 132B50_16A58 + type: texture + offset: 0x1DAD8 + size: 0x400 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_portrait_bomb_kart_and_question_mark +common_tlut_item_window_none: + symbol: common_tlut_item_window_none + type: texture + offset: 0x1DED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_banana: + symbol: common_tlut_item_window_banana + type: texture + offset: 0x1E0D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_banana_bunch: + symbol: common_tlut_item_window_banana_bunch + type: texture + offset: 0x1E2D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_mushroom: + symbol: common_tlut_item_window_mushroom + type: texture + offset: 0x1E4D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_double_mushroom: + symbol: common_tlut_item_window_double_mushroom + type: texture + offset: 0x1E6D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_mushroom: + symbol: common_tlut_item_window_triple_mushroom + type: texture + offset: 0x1E8D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_super_mushroom: + symbol: common_tlut_item_window_super_mushroom + type: texture + offset: 0x1EAD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_blue_shell: + symbol: common_tlut_item_window_blue_shell + type: texture + offset: 0x1ECD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_boo: + symbol: common_tlut_item_window_boo + type: texture + offset: 0x1EED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_green_shell: + symbol: common_tlut_item_window_green_shell + type: texture + offset: 0x1F0D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_green_shell: + symbol: common_tlut_item_window_triple_green_shell + type: texture + offset: 0x1F2D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_red_shell: + symbol: common_tlut_item_window_red_shell + type: texture + offset: 0x1F4D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_triple_red_shell: + symbol: common_tlut_item_window_triple_red_shell + type: texture + offset: 0x1F6D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_star: + symbol: common_tlut_item_window_star + type: texture + offset: 0x1F8D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_thunder_bolt: + symbol: common_tlut_item_window_thunder_bolt + type: texture + offset: 0x1FAD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_item_window_fake_item_box: + symbol: common_tlut_item_window_fake_item_box + type: texture + offset: 0x1FCD8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_texture_item_window_none: + symbol: common_texture_item_window_none + type: texture + offset: 0x1FED8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_none +common_texture_item_window_banana: + symbol: common_texture_item_window_banana + type: texture + offset: 0x203D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_banana +common_texture_item_window_banana_bunch: + symbol: common_texture_item_window_banana_bunch + type: texture + offset: 0x208D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_banana_bunch +common_texture_item_window_mushroom: + symbol: common_texture_item_window_mushroom + type: texture + offset: 0x20DD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_mushroom +common_texture_item_window_double_mushroom: + symbol: common_texture_item_window_double_mushroom + type: texture + offset: 0x212D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_double_mushroom +common_texture_item_window_triple_mushroom: + symbol: common_texture_item_window_triple_mushroom + type: texture + offset: 0x217D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_mushroom +common_texture_item_window_super_mushroom: + symbol: common_texture_item_window_super_mushroom + type: texture + offset: 0x21CD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_super_mushroom +common_texture_item_window_blue_shell: + symbol: common_texture_item_window_blue_shell + type: texture + offset: 0x221D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_blue_shell +common_texture_item_window_boo: + symbol: common_texture_item_window_boo + type: texture + offset: 0x226D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_boo +common_texture_item_window_green_shell: + symbol: common_texture_item_window_green_shell + type: texture + offset: 0x22BD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_green_shell +common_texture_item_window_triple_green_shell: + symbol: common_texture_item_window_triple_green_shell + type: texture + offset: 0x230D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_green_shell +common_texture_item_window_red_shell: + symbol: common_texture_item_window_red_shell + type: texture + offset: 0x235D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_red_shell +common_texture_item_window_triple_red_shell: + symbol: common_texture_item_window_triple_red_shell + type: texture + offset: 0x23AD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_triple_red_shell +common_texture_item_window_star: + symbol: common_texture_item_window_star + type: texture + offset: 0x23FD8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_star +common_texture_item_window_thunder_bolt: + symbol: common_texture_item_window_thunder_bolt + type: texture + offset: 0x244D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_thunder_bolt +common_texture_item_window_fake_item_box: + symbol: common_texture_item_window_fake_item_box + type: texture + offset: 0x249D8 + width: 40 + height: 32 + format: ci8 + tlut_symbol: common_tlut_item_window_fake_item_box +common_tlut_lakitu_no_lights: + symbol: common_tlut_lakitu_no_lights + type: texture + offset: 0x24ED8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_red_lights: + symbol: common_tlut_lakitu_red_lights + type: texture + offset: 0x250D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_blue_lights: + symbol: common_tlut_lakitu_blue_lights + type: texture + offset: 0x252D8 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_tlut_lakitu_checkered_flag: + symbol: common_tlut_lakitu_checkered_flag + type: texture + offset: 0x254D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_second_lap: + symbol: common_tlut_lakitu_second_lap + type: texture + offset: 0x256D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_final_lap: + symbol: common_tlut_lakitu_final_lap + type: texture + offset: 0x258D8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_reverse: + symbol: common_tlut_lakitu_reverse + type: texture + offset: 0x25AD8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_lakitu_fishing: + symbol: common_tlut_lakitu_fishing + type: texture + offset: 0x25CD8 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_tlut_traffic_light: + symbol: common_tlut_traffic_light + type: texture + offset: 0x25ED8 + ctype: u16 + colors: 256 + format: tlut +common_texture_traffic_light_01: + symbol: common_texture_traffic_light_01 + type: texture + offset: 0x260D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_02: + symbol: common_texture_traffic_light_02 + type: texture + offset: 0x26558 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_03: + symbol: common_texture_traffic_light_03 + type: texture + offset: 0x269D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_04: + symbol: common_texture_traffic_light_04 + type: texture + offset: 0x26E58 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_05: + symbol: common_texture_traffic_light_05 + type: texture + offset: 0x272D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_06: + symbol: common_texture_traffic_light_06 + type: texture + offset: 0x27758 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_07: + symbol: common_texture_traffic_light_07 + type: texture + offset: 0x27BD8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_08: + symbol: common_texture_traffic_light_08 + type: texture + offset: 0x28058 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_09: + symbol: common_texture_traffic_light_09 + type: texture + offset: 0x284D8 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_traffic_light_10: + symbol: common_texture_traffic_light_10 + type: texture + offset: 0x28958 + width: 24 + height: 48 + format: ci8 + tlut_symbol: common_tlut_traffic_light +common_texture_particle_leaf: + symbol: common_texture_particle_leaf + type: texture + offset: 0x28DD8 + width: 32 + height: 16 + ctype: u16 + format: rgba16 +common_texture_unused_particle_leaf: + symbol: common_texture_unused_particle_leaf + type: texture + offset: 0x291D8 + width: 16 + height: 16 + ctype: u16 + format: rgba16 +D_0D0293D8: # Cloud, smoke, or fog? + symbol: D_0D0293D8 + type: texture + offset: 0x293D8 + width: 16 + height: 16 + format: i4 +D_0D029458: # Smoke? + symbol: D_0D029458 + type: texture + offset: 0x29458 + width: 32 + height: 32 + format: i8 +common_tlut_bomb: # This is placed below in rom. Hack to make torch extract the tlut first. + symbol: common_tlut_bomb + type: texture + offset: 0x2A858 + ctype: u16 + colors: 256 + height: 16 + format: tlut +common_texture_bomb_1: # Smoke? + symbol: common_texture_bomb_1 + type: texture + offset: 0x29858 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_2: # Smoke? + symbol: common_texture_bomb_2 + type: texture + offset: 0x29C58 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_3: # Smoke? + symbol: common_texture_bomb_3 + type: texture + offset: 0x2A058 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +common_texture_bomb_4: # Smoke? + symbol: common_texture_bomb_4 + type: texture + offset: 0x2A458 + width: 32 + height: 32 + format: ci8 + tlut_symbol: common_tlut_bomb +D_0D02AA58: + symbol: D_0D02AA58 + type: texture + offset: 0x2AA58 + ctype: u16 + width: 16 + height: 16 + format: rgba16 +common_texture_particle_spark_1: + symbol: common_texture_particle_spark_1 + offset: 0x2AC58 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_2: + symbol: common_texture_particle_spark_2 + offset: 0x2B058 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_3: + symbol: common_texture_particle_spark_3 + offset: 0x2B458 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_spark_4: + symbol: common_texture_particle_spark_4 + offset: 0x2B858 + width: 32 + height: 32 + ctype: u8 + type: texture + format: i8 +common_texture_particle_smoke_1: + symbol: common_texture_particle_smoke_1 + offset: 0x2BC58 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_2: + symbol: common_texture_particle_smoke_2 + offset: 0x2C058 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_3: + symbol: common_texture_particle_smoke_3 + offset: 0x2C458 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_particle_smoke_4: + symbol: common_texture_particle_smoke_4 + offset: 0x2C858 + width: 32 + height: 32 + type: texture + format: i8 +common_texture_minimap_finish_line: + symbol: common_texture_minimap_finish_line + offset: 0x2CC58 + width: 8 + height: 8 + ctype: u16 + type: texture + format: rgba16 +common_texture_minimap_kart_mario: + symbol: common_texture_minimap_kart_mario + offset: 0x2CCD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_luigi: + symbol: common_texture_minimap_kart_luigi + offset: 0x2CD58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_yoshi: + symbol: common_texture_minimap_kart_yoshi + offset: 0x2CDD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_toad: + symbol: common_texture_minimap_kart_toad + offset: 0x2CE58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_donkey_kong: + symbol: common_texture_minimap_kart_donkey_kong + offset: 0x2CED8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_wario: + symbol: common_texture_minimap_kart_wario + offset: 0x2CF58 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_peach: + symbol: common_texture_minimap_kart_peach + offset: 0x2CFD8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_kart_bowser: + symbol: common_texture_minimap_kart_bowser + offset: 0x2D058 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_progress_dot: + symbol: common_texture_minimap_progress_dot + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_mario: + symbol: common_texture_minimap_mario + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_luigi: + symbol: common_texture_minimap_luigi + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_yoshi: + symbol: common_texture_minimap_yoshi + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_toad: + symbol: common_texture_minimap_toad + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_dk: + symbol: common_texture_minimap_dk + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_wario: + symbol: common_texture_minimap_wario + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_peach: + symbol: common_texture_minimap_peach + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 +common_texture_minimap_bowser: + symbol: common_texture_minimap_bowser + offset: 0x2D0D8 + ctype: u16 + width: 8 + height: 8 + type: texture + format: rgba16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/data_800E45C0.yml b/android/app/src/main/assets/spaghetti/yamls/us/data_800E45C0.yml new file mode 100644 index 0000000..19b1e1f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/data_800E45C0.yml @@ -0,0 +1,79 @@ +:config: + vram: + addr: 0x800E45C0 + offset: 0xE51C0 + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +# tables: +# D_800E45C0: +# range: [0x800E45C0, 0x800E4608] +# mode: APPEND +#D_800E45C0: +# symbol: D_800E45C0 +# type: lights +# offset: 0x800E45C0 +#D_800E45D8: +# symbol: D_800E45D8 +# type: lights +# offset: 0x800E45D8 +#D_800E45F0: +# symbol: D_800E45F0 +# type: lights +# offset: 0x800E45F0 +#D_800E4608: +# symbol: D_800E4608 +# type: lights +# offset: 0x800E4608 +#D_800E4620: +# symbol: D_800E4620 +# type: lights +# offset: 0x800E4620 +#D_800E4638: +# symbol: D_800E4638 +# type: lights +# offset: 0x800E4638 +#D_800E4650: +# symbol: D_800E4650 +# type: lights +# offset: 0x800E4650 +#D_800E4668: +# symbol: D_800E4668 +# type: lights +# offset: 0x800E4668 +#D_800E4680: +# symbol: D_800E4680 +# type: lights +# offset: 0x800E4680 +#D_800E4698: +# symbol: D_800E4698 +# type: lights +# offset: 0x800E4698 +#D_800E46B0: +# symbol: D_800E46B0 +# type: lights +# offset: 0x800E46B0 +#D_800E46C8: +# symbol: D_800E46C8 +# type: lights +# offset: 0x800E46C8 +#D_800E46E0: +# symbol: D_800E46E0 +# type: lights +# offset: 0x800E46E0 +#D_800E46F8: +# symbol: D_800E46F8 +# type: array +# offset: 0x800E46F8 +# count: 3 +# array_type: Vec3iu +#D_800E471C: +# symbol: D_800E471C +# type: array +# offset: 0x800E471C +# count: 7 +# array_type: u8 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/data_800E8700.yml b/android/app/src/main/assets/spaghetti/yamls/us/data_800E8700.yml new file mode 100644 index 0000000..468f0a5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/data_800E8700.yml @@ -0,0 +1,138 @@ +:config: + vram: + addr: 0x800E8700 + offset: 0xE9300 + header: + code: + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + D_800E8900: + range: [0x800E8900, 0x800E89C0] + mode: APPEND +D_800E8700: + symbol: D_800E8700 + type: vtx + offset: 0x800E8700 + count: 4 +D_800E8740: + symbol: D_800E8740 + type: vtx + offset: 0x800E8740 + count: 4 +D_800E8780: + symbol: D_800E8780 + type: vtx + offset: 0x800E8780 + count: 4 +D_800E87C0: + symbol: D_800E87C0 + type: vtx + offset: 0x800E87C0 + count: 4 +D_800E8800: + symbol: D_800E8800 + type: vtx + offset: 0x800E8800 + count: 4 +D_800E8840: + symbol: D_800E8840 + type: vtx + offset: 0x800E8840 + count: 4 +D_800E8880: + symbol: D_800E8880 + type: vtx + offset: 0x800E8880 + count: 4 +D_800E88C0: + symbol: D_800E88C0 + type: vtx + offset: 0x800E88C0 + count: 4 +D_800E8900: + symbol: D_800E8900 + type: vtx + offset: 0x800E8900 + count: 4 +D_800E8940: + symbol: D_800E8940 + type: vtx + offset: 0x800E8940 + count: 4 +D_800E8980: + symbol: D_800E8980 + type: vtx + offset: 0x800E8980 + count: 4 +D_800E89C0: + symbol: D_800E89C0 + type: vtx + offset: 0x800E89C0 + count: 4 +D_800E8A00: + symbol: D_800E8A00 + type: vtx + offset: 0x800E8A00 + count: 4 +D_800E8A40: + symbol: D_800E8A40 + type: vtx + offset: 0x800E8A40 + count: 4 +D_800E8A80: + symbol: D_800E8A80 + type: vtx + offset: 0x800E8A80 + count: 4 +D_800E8AC0: + symbol: D_800E8AC0 + type: vtx + offset: 0x800E8AC0 + count: 4 +D_800E8B00: + symbol: D_800E8B00 + type: vtx + offset: 0x800E8B00 + count: 4 +D_800E8B40: + symbol: D_800E8B40 + type: vtx + offset: 0x800E8B40 + count: 4 +D_800E8B80: + symbol: D_800E8B80 + type: vtx + offset: 0x800E8B80 + count: 4 +D_800E8BC0: + symbol: D_800E8BC0 + type: vtx + offset: 0x800E8BC0 + count: 4 +D_800E8C00: + symbol: D_800E8C00 + type: vtx + offset: 0x800E8C00 + count: 4 +D_800E8C40: + symbol: D_800E8C40 + type: vtx + offset: 0x800E8C40 + count: 8 +D_800E8CC0: + symbol: D_800E8CC0 + type: vtx + offset: 0x800E8CC0 + count: 8 +D_800E8D40: + symbol: D_800E8D40 + type: gfx + offset: 0x800E8D40 +D_800E8DD0: + symbol: D_800E8DD0 + type: gfx + offset: 0x800E8DD0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/data_segment2.yml b/android/app/src/main/assets/spaghetti/yamls/us/data_segment2.yml new file mode 100644 index 0000000..f061a97 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/data_segment2.yml @@ -0,0 +1,214 @@ +:config: + external_files: + - "yamls/us/startup_logo.yml" + - "yamls/us/common_data.yml" + segments: + - [0x02, 0x12AAE0] + - [0x0D, 0x132B50] + header: + code: + - '#include ' + - '#include ' + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +D_02007650: + symbol: D_02007650 + type: gfx + offset: 0x7650 +D_020076B0: + symbol: D_020076B0 + type: Gfx + offset: 0x76B0 +D_020076E0: + symbol: D_020076E0 + type: Gfx + offset: 0x76E0 +D_02007708: + symbol: D_02007708 + type: Gfx + offset: 0x7708 +D_02007728: + symbol: D_02007728 + type: Gfx + offset: 0x7728 +D_02007748: + symbol: D_02007748 + type: Gfx + offset: 0x7748 +D_02007768: + symbol: D_02007768 + type: Gfx + offset: 0x7768 +D_02007788: + symbol: D_02007788 + type: Gfx + offset: 0x7788 +D_020077A8: + symbol: D_020077A8 + type: Gfx + offset: 0x77A8 +D_020077D8: + symbol: D_020077D8 + type: Gfx + offset: 0x77D8 +D_020077F8: + symbol: D_020077F8 + type: Gfx + offset: 0x77F8 +D_02007818: + symbol: D_02007818 + type: Gfx + offset: 0x7818 +#D_02007838: +# symbol: D_02007838 +# type: Gfx +# offset: 0x7838 +#D_02007858: +# symbol: D_02007858 +# type: Gfx +# offset: 0x7858 +#D_02007878: +# symbol: D_02007878 +# type: Gfx +# offset: 0x7878 +#D_02007898: +# symbol: D_02007898 +# type: Gfx +# offset: 0x7898 +#D_020078B8: +# symbol: D_020078B8 +# type: Gfx +# offset: 0x78B8 +#D_020078D8: +# symbol: D_020078D8 +# type: Gfx +# offset: 0x78D8 +#D_020078F8: +# symbol: D_020078F8 +# type: Gfx +# offset: 0x78F8 +#D_02007918: +# symbol: D_02007918 +# type: Gfx +# offset: 0x7918 +#D_02007938: +# symbol: D_02007938 +# type: Gfx +# offset: 0x7938 +#D_02007958: +# symbol: D_02007958 +# type: Gfx +# offset: 0x7958 +#D_02007978: +# symbol: D_02007978 +# type: Gfx +# offset: 0x7978 +#D_02007998: +# symbol: D_02007998 +# type: Gfx +# offset: 0x7998 +#D_020079B8: +# symbol: D_020079B8 +# type: Gfx +# offset: 0x79B8 +#D_020079D8: +# symbol: D_020079D8 +# type: Gfx +# offset: 0x79D8 +#D_020079F8: +# symbol: D_020079F8 +# type: Gfx +# offset: 0x79F8 +#D_02007A18: +# symbol: D_02007A18 +# type: Gfx +# offset: 0x7A18 +#D_02007A38: +# symbol: D_02007A38 +# type: Gfx +# offset: 0x7A38 +#D_02007A58: +# symbol: D_02007A58 +# type: Gfx +# offset: 0x7A58 +#D_02007A78: +# symbol: D_02007A78 +# type: Gfx +# offset: 0x7A78 +#D_02007A98: +# symbol: D_02007A98 +# type: Gfx +# offset: 0x7A98 +#D_02007AB8: +# symbol: D_02007AB8 +# type: Gfx +# offset: 0x7AB8 +#D_02007AD8: +# symbol: D_02007AD8 +# type: Gfx +# offset: 0x7AD8 +#D_02007AF8: +# symbol: D_02007AF8 +# type: Gfx +# offset: 0x7AF8 +#D_02007B18: +# symbol: D_02007B18 +# type: Gfx +# offset: 0x7B18 +D_02007B38: # unused + symbol: D_02007B38 + type: vtx + offset: 0x7B38 + count: 4 +D_02007B78: # unused + symbol: D_02007B78 + type: vtx + offset: 0x7B78 + count: 4 +D_02007BB8: + symbol: D_02007BB8 + type: vtx + offset: 0x7BB8 + count: 18 +D_02007CD8: + symbol: D_02007CD8 + type: vtx + offset: 0x7CD8 + count: 18 +D_02007DF8: + symbol: D_02007DF8 + type: vtx + offset: 0x7DF8 + count: 18 +D_02007F18: + symbol: D_02007F18 + type: gfx + offset: 0x7F18 +D_02007F48: + symbol: D_02007F48 + type: gfx + offset: 0x7F48 +D_02007F60: + symbol: D_02007F60 + type: gfx + offset: 0x7F60 +D_02007FC8: + symbol: D_02007FC8 + type: gfx + offset: 0x7FC8 +D_02008008: + symbol: D_02008008 + type: gfx + offset: 0x8008 +D_02008030: + symbol: D_02008030 + type: gfx + offset: 0x8030 +D_02008058: + symbol: D_02008058 + type: gfx + offset: 0x8058 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_data.yml new file mode 100644 index 0000000..89d431e --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_data.yml @@ -0,0 +1,837 @@ +:config: + segments: + - [0x06, 0x885A10] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_dks_jungle_parkway_dl_0: + symbol: d_course_dks_jungle_parkway_dl_0 + type: gfx + offset: 0x0 +d_course_dks_jungle_parkway_dl_20: + symbol: d_course_dks_jungle_parkway_dl_20 + type: gfx + offset: 0x20 +d_course_dks_jungle_parkway_dl_180: + symbol: d_course_dks_jungle_parkway_dl_180 + type: gfx + offset: 0x180 +d_course_dks_jungle_parkway_dl_210: + symbol: d_course_dks_jungle_parkway_dl_210 + type: gfx + offset: 0x210 +d_course_dks_jungle_parkway_dl_310: + symbol: d_course_dks_jungle_parkway_dl_310 + type: gfx + offset: 0x310 +d_course_dks_jungle_parkway_dl_400: + symbol: d_course_dks_jungle_parkway_dl_400 + type: gfx + offset: 0x400 +d_course_dks_jungle_parkway_dl_560: + symbol: d_course_dks_jungle_parkway_dl_560 + type: gfx + offset: 0x560 +d_course_dks_jungle_parkway_dl_628: + symbol: d_course_dks_jungle_parkway_dl_628 + type: gfx + offset: 0x628 +d_course_dks_jungle_parkway_dl_750: + symbol: d_course_dks_jungle_parkway_dl_750 + type: gfx + offset: 0x750 +d_course_dks_jungle_parkway_dl_888: + symbol: d_course_dks_jungle_parkway_dl_888 + type: gfx + offset: 0x888 +d_course_dks_jungle_parkway_dl_A10: + symbol: d_course_dks_jungle_parkway_dl_A10 + type: gfx + offset: 0xA10 +d_course_dks_jungle_parkway_dl_B00: + symbol: d_course_dks_jungle_parkway_dl_B00 + type: gfx + offset: 0xB00 +d_course_dks_jungle_parkway_dl_C30: + symbol: d_course_dks_jungle_parkway_dl_C30 + type: gfx + offset: 0xC30 +d_course_dks_jungle_parkway_dl_D98: + symbol: d_course_dks_jungle_parkway_dl_D98 + type: gfx + offset: 0xD98 +d_course_dks_jungle_parkway_dl_EF0: + symbol: d_course_dks_jungle_parkway_dl_EF0 + type: gfx + offset: 0xEF0 +d_course_dks_jungle_parkway_dl_1028: + symbol: d_course_dks_jungle_parkway_dl_1028 + type: gfx + offset: 0x1028 +d_course_dks_jungle_parkway_dl_1160: + symbol: d_course_dks_jungle_parkway_dl_1160 + type: gfx + offset: 0x1160 +d_course_dks_jungle_parkway_dl_12E8: + symbol: d_course_dks_jungle_parkway_dl_12E8 + type: gfx + offset: 0x12E8 +d_course_dks_jungle_parkway_dl_1478: + symbol: d_course_dks_jungle_parkway_dl_1478 + type: gfx + offset: 0x1478 +d_course_dks_jungle_parkway_dl_15E0: + symbol: d_course_dks_jungle_parkway_dl_15E0 + type: gfx + offset: 0x15E0 +d_course_dks_jungle_parkway_dl_1718: + symbol: d_course_dks_jungle_parkway_dl_1718 + type: gfx + offset: 0x1718 +d_course_dks_jungle_parkway_dl_1890: + symbol: d_course_dks_jungle_parkway_dl_1890 + type: gfx + offset: 0x1890 +d_course_dks_jungle_parkway_dl_1A00: + symbol: d_course_dks_jungle_parkway_dl_1A00 + type: gfx + offset: 0x1A00 +d_course_dks_jungle_parkway_dl_1B20: + symbol: d_course_dks_jungle_parkway_dl_1B20 + type: gfx + offset: 0x1B20 +d_course_dks_jungle_parkway_dl_1C20: + symbol: d_course_dks_jungle_parkway_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_dks_jungle_parkway_dl_1DB8: + symbol: d_course_dks_jungle_parkway_dl_1DB8 + type: gfx + offset: 0x1DB8 +d_course_dks_jungle_parkway_dl_1F20: + symbol: d_course_dks_jungle_parkway_dl_1F20 + type: gfx + offset: 0x1F20 +d_course_dks_jungle_parkway_dl_1FD8: + symbol: d_course_dks_jungle_parkway_dl_1FD8 + type: gfx + offset: 0x1FD8 +d_course_dks_jungle_parkway_dl_20A0: + symbol: d_course_dks_jungle_parkway_dl_20A0 + type: gfx + offset: 0x20A0 +d_course_dks_jungle_parkway_dl_2200: + symbol: d_course_dks_jungle_parkway_dl_2200 + type: gfx + offset: 0x2200 +d_course_dks_jungle_parkway_dl_2328: + symbol: d_course_dks_jungle_parkway_dl_2328 + type: gfx + offset: 0x2328 +d_course_dks_jungle_parkway_dl_2398: + symbol: d_course_dks_jungle_parkway_dl_2398 + type: gfx + offset: 0x2398 +d_course_dks_jungle_parkway_dl_2480: + symbol: d_course_dks_jungle_parkway_dl_2480 + type: gfx + offset: 0x2480 +d_course_dks_jungle_parkway_dl_2558: + symbol: d_course_dks_jungle_parkway_dl_2558 + type: gfx + offset: 0x2558 +d_course_dks_jungle_parkway_dl_2728: + symbol: d_course_dks_jungle_parkway_dl_2728 + type: gfx + offset: 0x2728 +d_course_dks_jungle_parkway_dl_2810: + symbol: d_course_dks_jungle_parkway_dl_2810 + type: gfx + offset: 0x2810 +d_course_dks_jungle_parkway_dl_2928: + symbol: d_course_dks_jungle_parkway_dl_2928 + type: gfx + offset: 0x2928 +d_course_dks_jungle_parkway_dl_2AC0: + symbol: d_course_dks_jungle_parkway_dl_2AC0 + type: gfx + offset: 0x2AC0 +d_course_dks_jungle_parkway_dl_2B88: + symbol: d_course_dks_jungle_parkway_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_dks_jungle_parkway_dl_2D70: + symbol: d_course_dks_jungle_parkway_dl_2D70 + type: gfx + offset: 0x2D70 +d_course_dks_jungle_parkway_dl_2E30: + symbol: d_course_dks_jungle_parkway_dl_2E30 + type: gfx + offset: 0x2E30 +d_course_dks_jungle_parkway_dl_3010: + symbol: d_course_dks_jungle_parkway_dl_3010 + type: gfx + offset: 0x3010 +d_course_dks_jungle_parkway_dl_3100: + symbol: d_course_dks_jungle_parkway_dl_3100 + type: gfx + offset: 0x3100 +d_course_dks_jungle_parkway_dl_3338: + symbol: d_course_dks_jungle_parkway_dl_3338 + type: gfx + offset: 0x3338 +d_course_dks_jungle_parkway_dl_3498: + symbol: d_course_dks_jungle_parkway_dl_3498 + type: gfx + offset: 0x3498 +d_course_dks_jungle_parkway_dl_36A0: + symbol: d_course_dks_jungle_parkway_dl_36A0 + type: gfx + offset: 0x36A0 +d_course_dks_jungle_parkway_dl_3790: + symbol: d_course_dks_jungle_parkway_dl_3790 + type: gfx + offset: 0x3790 +d_course_dks_jungle_parkway_dl_3988: + symbol: d_course_dks_jungle_parkway_dl_3988 + type: gfx + offset: 0x3988 +d_course_dks_jungle_parkway_dl_3B28: + symbol: d_course_dks_jungle_parkway_dl_3B28 + type: gfx + offset: 0x3B28 +d_course_dks_jungle_parkway_dl_3CC8: + symbol: d_course_dks_jungle_parkway_dl_3CC8 + type: gfx + offset: 0x3CC8 +d_course_dks_jungle_parkway_dl_3D88: + symbol: d_course_dks_jungle_parkway_dl_3D88 + type: gfx + offset: 0x3D88 +d_course_dks_jungle_parkway_dl_3F78: + symbol: d_course_dks_jungle_parkway_dl_3F78 + type: gfx + offset: 0x3F78 +d_course_dks_jungle_parkway_dl_4100: + symbol: d_course_dks_jungle_parkway_dl_4100 + type: gfx + offset: 0x4100 +d_course_dks_jungle_parkway_dl_4250: + symbol: d_course_dks_jungle_parkway_dl_4250 + type: gfx + offset: 0x4250 +d_course_dks_jungle_parkway_dl_42F8: + symbol: d_course_dks_jungle_parkway_dl_42F8 + type: gfx + offset: 0x42F8 +d_course_dks_jungle_parkway_dl_4470: + symbol: d_course_dks_jungle_parkway_dl_4470 + type: gfx + offset: 0x4470 +d_course_dks_jungle_parkway_dl_45C0: + symbol: d_course_dks_jungle_parkway_dl_45C0 + type: gfx + offset: 0x45C0 +d_course_dks_jungle_parkway_dl_4658: + symbol: d_course_dks_jungle_parkway_dl_4658 + type: gfx + offset: 0x4658 +d_course_dks_jungle_parkway_dl_4710: + symbol: d_course_dks_jungle_parkway_dl_4710 + type: gfx + offset: 0x4710 +d_course_dks_jungle_parkway_dl_4848: + symbol: d_course_dks_jungle_parkway_dl_4848 + type: gfx + offset: 0x4848 +d_course_dks_jungle_parkway_dl_4980: + symbol: d_course_dks_jungle_parkway_dl_4980 + type: gfx + offset: 0x4980 +d_course_dks_jungle_parkway_dl_4A38: + symbol: d_course_dks_jungle_parkway_dl_4A38 + type: gfx + offset: 0x4A38 +d_course_dks_jungle_parkway_dl_4AE8: + symbol: d_course_dks_jungle_parkway_dl_4AE8 + type: gfx + offset: 0x4AE8 +d_course_dks_jungle_parkway_dl_4C18: + symbol: d_course_dks_jungle_parkway_dl_4C18 + type: gfx + offset: 0x4C18 +d_course_dks_jungle_parkway_dl_4D10: + symbol: d_course_dks_jungle_parkway_dl_4D10 + type: gfx + offset: 0x4D10 +d_course_dks_jungle_parkway_dl_4E10: + symbol: d_course_dks_jungle_parkway_dl_4E10 + type: gfx + offset: 0x4E10 +d_course_dks_jungle_parkway_dl_4FB0: + symbol: d_course_dks_jungle_parkway_dl_4FB0 + type: gfx + offset: 0x4FB0 +d_course_dks_jungle_parkway_dl_51B0: + symbol: d_course_dks_jungle_parkway_dl_51B0 + type: gfx + offset: 0x51B0 +d_course_dks_jungle_parkway_dl_53F8: + symbol: d_course_dks_jungle_parkway_dl_53F8 + type: gfx + offset: 0x53F8 +d_course_dks_jungle_parkway_dl_5580: + symbol: d_course_dks_jungle_parkway_dl_5580 + type: gfx + offset: 0x5580 +d_course_dks_jungle_parkway_dl_5650: + symbol: d_course_dks_jungle_parkway_dl_5650 + type: gfx + offset: 0x5650 +d_course_dks_jungle_parkway_dl_57A0: + symbol: d_course_dks_jungle_parkway_dl_57A0 + type: gfx + offset: 0x57A0 +d_course_dks_jungle_parkway_dl_5920: + symbol: d_course_dks_jungle_parkway_dl_5920 + type: gfx + offset: 0x5920 +d_course_dks_jungle_parkway_dl_59B8: + symbol: d_course_dks_jungle_parkway_dl_59B8 + type: gfx + offset: 0x59B8 +d_course_dks_jungle_parkway_dl_5A50: + symbol: d_course_dks_jungle_parkway_dl_5A50 + type: gfx + offset: 0x5A50 +d_course_dks_jungle_parkway_dl_5B90: + symbol: d_course_dks_jungle_parkway_dl_5B90 + type: gfx + offset: 0x5B90 +d_course_dks_jungle_parkway_dl_5CB0: + symbol: d_course_dks_jungle_parkway_dl_5CB0 + type: gfx + offset: 0x5CB0 +d_course_dks_jungle_parkway_dl_5D70: + symbol: d_course_dks_jungle_parkway_dl_5D70 + type: gfx + offset: 0x5D70 +d_course_dks_jungle_parkway_dl_5DF8: + symbol: d_course_dks_jungle_parkway_dl_5DF8 + type: gfx + offset: 0x5DF8 +d_course_dks_jungle_parkway_dl_5EC8: + symbol: d_course_dks_jungle_parkway_dl_5EC8 + type: gfx + offset: 0x5EC8 +d_course_dks_jungle_parkway_dl_5FA8: + symbol: d_course_dks_jungle_parkway_dl_5FA8 + type: gfx + offset: 0x5FA8 +d_course_dks_jungle_parkway_dl_6048: + symbol: d_course_dks_jungle_parkway_dl_6048 + type: gfx + offset: 0x6048 +d_course_dks_jungle_parkway_dl_6178: + symbol: d_course_dks_jungle_parkway_dl_6178 + type: gfx + offset: 0x6178 +d_course_dks_jungle_parkway_dl_62D0: + symbol: d_course_dks_jungle_parkway_dl_62D0 + type: gfx + offset: 0x62D0 +d_course_dks_jungle_parkway_dl_6468: + symbol: d_course_dks_jungle_parkway_dl_6468 + type: gfx + offset: 0x6468 +d_course_dks_jungle_parkway_dl_6588: + symbol: d_course_dks_jungle_parkway_dl_6588 + type: gfx + offset: 0x6588 +d_course_dks_jungle_parkway_dl_6680: + symbol: d_course_dks_jungle_parkway_dl_6680 + type: gfx + offset: 0x6680 +d_course_dks_jungle_parkway_dl_6740: + symbol: d_course_dks_jungle_parkway_dl_6740 + type: gfx + offset: 0x6740 +d_course_dks_jungle_parkway_dl_67C0: + symbol: d_course_dks_jungle_parkway_dl_67C0 + type: gfx + offset: 0x67C0 +d_course_dks_jungle_parkway_dl_68D0: + symbol: d_course_dks_jungle_parkway_dl_68D0 + type: gfx + offset: 0x68D0 +d_course_dks_jungle_parkway_dl_69C8: + symbol: d_course_dks_jungle_parkway_dl_69C8 + type: gfx + offset: 0x69C8 +d_course_dks_jungle_parkway_dl_6A70: + symbol: d_course_dks_jungle_parkway_dl_6A70 + type: gfx + offset: 0x6A70 +d_course_dks_jungle_parkway_dl_6AD8: + symbol: d_course_dks_jungle_parkway_dl_6AD8 + type: gfx + offset: 0x6AD8 +d_course_dks_jungle_parkway_dl_6BE8: + symbol: d_course_dks_jungle_parkway_dl_6BE8 + type: gfx + offset: 0x6BE8 +d_course_dks_jungle_parkway_dl_6C70: + symbol: d_course_dks_jungle_parkway_dl_6C70 + type: gfx + offset: 0x6C70 +d_course_dks_jungle_parkway_dl_6CB8: + symbol: d_course_dks_jungle_parkway_dl_6CB8 + type: gfx + offset: 0x6CB8 +d_course_dks_jungle_parkway_dl_6D10: + symbol: d_course_dks_jungle_parkway_dl_6D10 + type: gfx + offset: 0x6D10 +d_course_dks_jungle_parkway_dl_6D88: + symbol: d_course_dks_jungle_parkway_dl_6D88 + type: gfx + offset: 0x6D88 +d_course_dks_jungle_parkway_dl_6E00: + symbol: d_course_dks_jungle_parkway_dl_6E00 + type: gfx + offset: 0x6E00 +d_course_dks_jungle_parkway_dl_6E48: + symbol: d_course_dks_jungle_parkway_dl_6E48 + type: gfx + offset: 0x6E48 +d_course_dks_jungle_parkway_dl_6EB0: + symbol: d_course_dks_jungle_parkway_dl_6EB0 + type: gfx + offset: 0x6EB0 +d_course_dks_jungle_parkway_dl_6F10: + symbol: d_course_dks_jungle_parkway_dl_6F10 + type: gfx + offset: 0x6F10 +d_course_dks_jungle_parkway_dl_7008: + symbol: d_course_dks_jungle_parkway_dl_7008 + type: gfx + offset: 0x7008 +d_course_dks_jungle_parkway_dl_7080: + symbol: d_course_dks_jungle_parkway_dl_7080 + type: gfx + offset: 0x7080 +d_course_dks_jungle_parkway_dl_7108: + symbol: d_course_dks_jungle_parkway_dl_7108 + type: gfx + offset: 0x7108 +d_course_dks_jungle_parkway_unknown_waypoints: + symbol: d_course_dks_jungle_parkway_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x71F0 + count: 102 +d_course_dks_jungle_parkway_unknown_waypoints2: + symbol: d_course_dks_jungle_parkway_unknown_waypoints2 + type: mk64:TRACK_PATH + offset: 0x7520 + count: 32 +d_course_dks_jungle_parkway_track_waypoints: + symbol: d_course_dks_jungle_parkway_track_waypoints + type: mk64:TRACK_PATH + offset: 0x7620 + count: 787 +d_course_dks_jungle_parkway_paddle_boat_model1: + symbol: d_course_dks_jungle_parkway_paddle_boat_model1 + type: vtx + offset: 0x8EB8 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model2: + symbol: d_course_dks_jungle_parkway_paddle_boat_model2 + type: vtx + offset: 0x90B8 + count: 4 +d_course_dks_jungle_parkway_paddle_boat_model3: + symbol: d_course_dks_jungle_parkway_paddle_boat_model3 + type: vtx + offset: 0x90F8 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model4: + symbol: d_course_dks_jungle_parkway_paddle_boat_model4 + type: vtx + offset: 0x92F8 + count: 10 +d_course_dks_jungle_parkway_paddle_boat_model5: + symbol: d_course_dks_jungle_parkway_paddle_boat_model5 + type: vtx + offset: 0x9398 + count: 18 +d_course_dks_jungle_parkway_paddle_boat_model6: + symbol: d_course_dks_jungle_parkway_paddle_boat_model6 + type: vtx + offset: 0x94B8 + count: 21 +d_course_dks_jungle_parkway_paddle_boat_model7: + symbol: d_course_dks_jungle_parkway_paddle_boat_model7 + type: vtx + offset: 0x9608 + count: 20 +d_course_dks_jungle_parkway_paddle_boat_model8: + symbol: d_course_dks_jungle_parkway_paddle_boat_model8 + type: vtx + offset: 0x9748 + count: 12 +d_course_dks_jungle_parkway_paddle_boat_model9: + symbol: d_course_dks_jungle_parkway_paddle_boat_model9 + type: vtx + offset: 0x9808 + count: 16 +d_course_dks_jungle_parkway_paddle_boat_model10: + symbol: d_course_dks_jungle_parkway_paddle_boat_model10 + type: vtx + offset: 0x9908 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_model11: + symbol: d_course_dks_jungle_parkway_paddle_boat_model11 + type: vtx + offset: 0x9B08 + count: 8 +d_course_dks_jungle_parkway_paddle_boat_model12: + symbol: d_course_dks_jungle_parkway_paddle_boat_model12 + type: vtx + offset: 0x9B88 + count: 8 +d_course_dks_jungle_parkway_paddle_boat_model13: + symbol: d_course_dks_jungle_parkway_paddle_boat_model13 + type: vtx + offset: 0x9C08 + count: 16 +d_course_dks_jungle_parkway_paddle_boat_model14: + symbol: d_course_dks_jungle_parkway_paddle_boat_model14 + type: vtx + offset: 0x9D08 + count: 7 +d_course_dks_jungle_parkway_paddle_boat_model15: + symbol: d_course_dks_jungle_parkway_paddle_boat_model15 + type: vtx + offset: 0x9D78 + count: 7 +d_course_dks_jungle_parkway_unknown_light1: + symbol: d_course_dks_jungle_parkway_unknown_light1 + type: lights + offset: 0x9DE8 +d_course_dks_jungle_parkway_unknown_light2: + symbol: d_course_dks_jungle_parkway_unknown_light2 + type: lights + offset: 0x9E00 +d_course_dks_jungle_parkway_unknown_light3: + symbol: d_course_dks_jungle_parkway_unknown_light3 + type: lights + offset: 0x9E18 +d_course_dks_jungle_parkway_unknown_light4: + symbol: d_course_dks_jungle_parkway_unknown_light4 + type: lights + offset: 0x9E30 +d_course_dks_jungle_parkway_mario_sign: + symbol: d_course_dks_jungle_parkway_mario_sign + type: texture + offset: 0x9E48 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree: + symbol: d_course_dks_jungle_parkway_tree + type: texture + offset: 0xAE48 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_window_upper: + symbol: d_course_dks_jungle_parkway_boat_window_upper + type: texture + offset: 0xB648 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_window_lower: + symbol: d_course_dks_jungle_parkway_boat_window_lower + type: texture + offset: 0xC648 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_railing: + symbol: d_course_dks_jungle_parkway_boat_railing + type: texture + offset: 0xD648 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_DE48: + symbol: d_course_dks_jungle_parkway_dl_DE48 + type: gfx + offset: 0xDE48 +d_course_dks_jungle_parkway_dl_DF30: + symbol: d_course_dks_jungle_parkway_dl_DF30 + type: gfx + offset: 0xDF30 +d_course_dks_jungle_parkway_dl_E030: + symbol: d_course_dks_jungle_parkway_dl_E030 + type: gfx + offset: 0xE030 +d_course_dks_jungle_parkway_dl_E048: + symbol: d_course_dks_jungle_parkway_dl_E048 + type: gfx + offset: 0xE048 +d_course_dks_jungle_parkway_railings_dl: + symbol: d_course_dks_jungle_parkway_railings_dl + type: gfx + offset: 0xE058 +d_course_dks_jungle_parkway_dl_E068: + symbol: d_course_dks_jungle_parkway_dl_E068 + type: gfx + offset: 0xE068 +d_course_dks_jungle_parkway_dl_E150: + symbol: d_course_dks_jungle_parkway_dl_E150 + type: gfx + offset: 0xE150 +d_course_dks_jungle_parkway_dl_E238: + symbol: d_course_dks_jungle_parkway_dl_E238 + type: gfx + offset: 0xE238 +d_course_dks_jungle_parkway_dl_E250: + symbol: d_course_dks_jungle_parkway_dl_E250 + type: gfx + offset: 0xE250 +d_course_dks_jungle_parkway_dl_E310: + symbol: d_course_dks_jungle_parkway_dl_E310 + type: gfx + offset: 0xE310 +d_course_dks_jungle_parkway_dl_E320: + symbol: d_course_dks_jungle_parkway_dl_E320 + type: gfx + offset: 0xE320 +d_course_dks_jungle_parkway_dl_E578: + symbol: d_course_dks_jungle_parkway_dl_E578 + type: gfx + offset: 0xE578 +d_course_dks_jungle_parkway_dl_E588: + symbol: d_course_dks_jungle_parkway_dl_E588 + type: gfx + offset: 0xE588 +d_course_dks_jungle_parkway_dl_E618: + symbol: d_course_dks_jungle_parkway_dl_E618 + type: gfx + offset: 0xE618 +d_course_dks_jungle_parkway_dl_E628: + symbol: d_course_dks_jungle_parkway_dl_E628 + type: gfx + offset: 0xE628 +d_course_dks_jungle_parkway_dl_E688: + symbol: d_course_dks_jungle_parkway_dl_E688 + type: gfx + offset: 0xE688 +d_course_dks_jungle_parkway_dl_E6E8: + symbol: d_course_dks_jungle_parkway_dl_E6E8 + type: gfx + offset: 0xE6E8 +d_course_dks_jungle_parkway_dl_E700: + symbol: d_course_dks_jungle_parkway_dl_E700 + type: gfx + offset: 0xE700 +d_course_dks_jungle_parkway_boat_dl: + symbol: d_course_dks_jungle_parkway_boat_dl + type: gfx + offset: 0xE730 +d_course_dks_jungle_parkway_paddle_boat_paddle_model1: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model1 + type: vtx + offset: 0xE740 + count: 21 +d_course_dks_jungle_parkway_paddle_boat_paddle_model2: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model2 + type: vtx + offset: 0xE890 + count: 32 +d_course_dks_jungle_parkway_paddle_boat_paddle_model3: + symbol: d_course_dks_jungle_parkway_paddle_boat_paddle_model3 + type: vtx + offset: 0xEA90 + count: 5 +d_course_dks_jungle_parkway_boat_paddle: + symbol: d_course_dks_jungle_parkway_boat_paddle + type: texture + offset: 0xEAE0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_boat_paddle2: + symbol: d_course_dks_jungle_parkway_boat_paddle2 + type: texture + offset: 0xF2E0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_FAE0: + symbol: d_course_dks_jungle_parkway_dl_FAE0 + type: gfx + offset: 0xFAE0 +d_course_dks_jungle_parkway_dl_FC08: + symbol: d_course_dks_jungle_parkway_dl_FC08 + type: gfx + offset: 0xFC08 +d_course_dks_jungle_parkway_dl_FC18: + symbol: d_course_dks_jungle_parkway_dl_FC18 + type: gfx + offset: 0xFC18 +d_course_dks_jungle_parkway_paddle_wheel_dl: + symbol: d_course_dks_jungle_parkway_paddle_wheel_dl + type: gfx + offset: 0xFC28 +d_course_dks_jungle_parkway_dl_FC38: + symbol: d_course_dks_jungle_parkway_dl_FC38 + type: gfx + offset: 0xFC38 +d_course_dks_jungle_parkway_tree_model: + symbol: d_course_dks_jungle_parkway_tree_model + type: vtx + offset: 0xFC40 + count: 8 +d_course_dks_jungle_parkway_tree2_top: + symbol: d_course_dks_jungle_parkway_tree2_top + type: texture + offset: 0xFCC0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree2_trunk: + symbol: d_course_dks_jungle_parkway_tree2_trunk + type: texture + offset: 0x104C0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree1: + symbol: d_course_dks_jungle_parkway_dl_tree1 + type: gfx + offset: 0x10CC0 +d_course_dks_jungle_parkway_tree2_model: + symbol: d_course_dks_jungle_parkway_tree2_model + type: vtx + offset: 0x10D48 + count: 8 +d_course_dks_jungle_parkway_tree3: + symbol: d_course_dks_jungle_parkway_tree3 + type: texture + offset: 0x10DC8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree4: + symbol: d_course_dks_jungle_parkway_tree4 + type: texture + offset: 0x115C8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree2: + symbol: d_course_dks_jungle_parkway_dl_tree2 + type: gfx + offset: 0x11DC8 +d_course_dks_jungle_parkway_model4: + symbol: d_course_dks_jungle_parkway_model4 + type: vtx + offset: 0x11E70 + count: 8 +d_course_dks_jungle_parkway_tree_trunk: + symbol: d_course_dks_jungle_parkway_tree_trunk + type: texture + offset: 0x11EF0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_tree5: + symbol: d_course_dks_jungle_parkway_tree5 + type: texture + offset: 0x126F0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_dl_tree3: + symbol: d_course_dks_jungle_parkway_dl_tree3 + type: gfx + offset: 0x12EF0 +d_course_dks_jungle_parkway_palm_tree_model: + symbol: d_course_dks_jungle_parkway_palm_tree_model + type: vtx + offset: 0x12F78 + count: 16 +d_course_dks_jungle_parkway_palm_tree: + symbol: d_course_dks_jungle_parkway_palm_tree + type: texture + offset: 0x13078 + ctype: u16 + width: 32 + height: 32 + format: rgba16 +d_course_dks_jungle_parkway_dl_13878: + symbol: d_course_dks_jungle_parkway_dl_13878 + type: gfx + offset: 0x13878 +d_course_dks_jungle_parkway_dl_palm_tree: + symbol: d_course_dks_jungle_parkway_dl_palm_tree + type: gfx + offset: 0x138D0 +d_course_dks_jungle_parkway_kiwano_tlut: + symbol: d_course_dks_jungle_parkway_kiwano_tlut + type: texture + offset: 0x13978 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_dks_jungle_parkway_kiwano_model: + symbol: d_course_dks_jungle_parkway_kiwano_model + type: vtx + offset: 0x13B78 + count: 4 +d_course_dks_jungle_parkway_dl_kiwano_fruit: + symbol: d_course_dks_jungle_parkway_dl_kiwano_fruit + type: gfx + offset: 0x13BB8 +d_course_dks_jungle_parkway_dl_13C30: + symbol: d_course_dks_jungle_parkway_dl_13C30 + type: gfx + offset: 0x13C30 +d_course_dks_jungle_parkway_item_box_spawns: + symbol: d_course_dks_jungle_parkway_item_box_spawns + type: mk64:spawn_data + offset: 0x13EC0 + count: 23 +d_course_dks_jungle_parkway_tree_spawn: + symbol: d_course_dks_jungle_parkway_tree_spawn + type: mk64:unk_spawn_data + offset: 0x13F78 + count: 96 +d_course_dks_jungle_parkway_addr: + symbol: d_course_dks_jungle_parkway_addr + type: mk64:track_sections + offset: 0x14338 + count: 115 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_displaylists.yml new file mode 100644 index 0000000..a48426a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x960ACC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_dks_jungle_parkway_packed_dls: + symbol: d_course_dks_jungle_parkway_packed_dls + type: blob + offset: 0x960ACC + size: 0x341E diff --git a/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_vertices.yml new file mode 100644 index 0000000..9a2be28 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/dks_jungle_parkway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x956670] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_dks_jungle_parkway_vertex: + symbol: d_course_dks_jungle_parkway_vertex + type: mk64:course_vtx + count: 5679 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/donkeykong_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/donkeykong_kart.yml new file mode 100644 index 0000000..f38a5b4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/donkeykong_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x4CBE50] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + donkeykong_kart_wheels: + range: [0x8DC94, 0xB1E14] + mode: APPEND +donkeykong_kart_frame000: + symbol: gKartDK000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame001: + symbol: gKartDK001 + type: texture + offset: 0x6C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_001_wheel_0 +donkeykong_kart_frame002: + symbol: gKartDK002 + type: texture + offset: 0xD7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_002_wheel_0 +donkeykong_kart_frame003: + symbol: gKartDK003 + type: texture + offset: 0x1420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_003_wheel_0 +donkeykong_kart_frame004: + symbol: gKartDK004 + type: texture + offset: 0x1AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_004_wheel_0 +donkeykong_kart_frame005: + symbol: gKartDK005 + type: texture + offset: 0x2140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_005_wheel_0 +donkeykong_kart_frame006: + symbol: gKartDK006 + type: texture + offset: 0x27E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_006_wheel_0 +donkeykong_kart_frame007: + symbol: gKartDK007 + type: texture + offset: 0x2E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_007_wheel_0 +donkeykong_kart_frame008: + symbol: gKartDK008 + type: texture + offset: 0x34F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_008_wheel_0 +donkeykong_kart_frame009: + symbol: gKartDK009 + type: texture + offset: 0x3B8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_009_wheel_0 +donkeykong_kart_frame010: + symbol: gKartDK010 + type: texture + offset: 0x424C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_010_wheel_0 +donkeykong_kart_frame011: + symbol: gKartDK011 + type: texture + offset: 0x4914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_011_wheel_0 +donkeykong_kart_frame012: + symbol: gKartDK012 + type: texture + offset: 0x4FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_012_wheel_0 +donkeykong_kart_frame013: + symbol: gKartDK013 + type: texture + offset: 0x568C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_013_wheel_0 +donkeykong_kart_frame014: + symbol: gKartDK014 + type: texture + offset: 0x5D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_014_wheel_0 +donkeykong_kart_frame015: + symbol: gKartDK015 + type: texture + offset: 0x641C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_015_wheel_0 +donkeykong_kart_frame016: + symbol: gKartDK016 + type: texture + offset: 0x6B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_016_wheel_0 +donkeykong_kart_frame017: + symbol: gKartDK017 + type: texture + offset: 0x720C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_017_wheel_0 +donkeykong_kart_frame018: + symbol: gKartDK018 + type: texture + offset: 0x790C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_018_wheel_0 +donkeykong_kart_frame019: + symbol: gKartDK019 + type: texture + offset: 0x801C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_019_wheel_0 +donkeykong_kart_frame020: + symbol: gKartDK020 + type: texture + offset: 0x872C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_020_wheel_0 +donkeykong_kart_frame021: + symbol: gKartDK021 + type: texture + offset: 0x8E58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_021_wheel_0 +donkeykong_kart_frame022: + symbol: gKartDK022 + type: texture + offset: 0x9548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_022_wheel_0 +donkeykong_kart_frame023: + symbol: gKartDK023 + type: texture + offset: 0x9C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_023_wheel_0 +donkeykong_kart_frame024: + symbol: gKartDK024 + type: texture + offset: 0xA2B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_024_wheel_0 +donkeykong_kart_frame025: + symbol: gKartDK025 + type: texture + offset: 0xA968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_025_wheel_0 +donkeykong_kart_frame026: + symbol: gKartDK026 + type: texture + offset: 0xB010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_026_wheel_0 +donkeykong_kart_frame027: + symbol: gKartDK027 + type: texture + offset: 0xB6BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_027_wheel_0 +donkeykong_kart_frame028: + symbol: gKartDK028 + type: texture + offset: 0xBD70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_028_wheel_0 +donkeykong_kart_frame029: + symbol: gKartDK029 + type: texture + offset: 0xC430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_029_wheel_0 +donkeykong_kart_frame030: + symbol: gKartDK030 + type: texture + offset: 0xCB08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_030_wheel_0 +donkeykong_kart_frame031: + symbol: gKartDK031 + type: texture + offset: 0xD1BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_031_wheel_0 +donkeykong_kart_frame032: + symbol: gKartDK032 + type: texture + offset: 0xD87C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_032_wheel_0 +donkeykong_kart_frame033: + symbol: gKartDK033 + type: texture + offset: 0xDF40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_033_wheel_0 +donkeykong_kart_frame034: + symbol: gKartDK034 + type: texture + offset: 0xE60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_034_wheel_0 +donkeykong_kart_frame035: + symbol: gKartDK035 + type: texture + offset: 0xECF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_035_wheel_0 +donkeykong_kart_frame036: + symbol: gKartDK036 + type: texture + offset: 0xF3D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_036_wheel_0 +donkeykong_kart_frame037: + symbol: gKartDK037 + type: texture + offset: 0xFAB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_037_wheel_0 +donkeykong_kart_frame038: + symbol: gKartDK038 + type: texture + offset: 0x101BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_038_wheel_0 +donkeykong_kart_frame039: + symbol: gKartDK039 + type: texture + offset: 0x108D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_039_wheel_0 +donkeykong_kart_frame040: + symbol: gKartDK040 + type: texture + offset: 0x10FF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_040_wheel_0 +donkeykong_kart_frame041: + symbol: gKartDK041 + type: texture + offset: 0x1171C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_041_wheel_0 +donkeykong_kart_frame042: + symbol: gKartDK042 + type: texture + offset: 0x11E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_042_wheel_0 +donkeykong_kart_frame043: + symbol: gKartDK043 + type: texture + offset: 0x12538 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_043_wheel_0 +donkeykong_kart_frame044: + symbol: gKartDK044 + type: texture + offset: 0x12C24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_044_wheel_0 +donkeykong_kart_frame045: + symbol: gKartDK045 + type: texture + offset: 0x132F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_045_wheel_0 +donkeykong_kart_frame046: + symbol: gKartDK046 + type: texture + offset: 0x139CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_046_wheel_0 +donkeykong_kart_frame047: + symbol: gKartDK047 + type: texture + offset: 0x140AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_047_wheel_0 +donkeykong_kart_frame048: + symbol: gKartDK048 + type: texture + offset: 0x14780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_048_wheel_0 +donkeykong_kart_frame049: + symbol: gKartDK049 + type: texture + offset: 0x14E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_049_wheel_0 +donkeykong_kart_frame050: + symbol: gKartDK050 + type: texture + offset: 0x15510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_050_wheel_0 +donkeykong_kart_frame051: + symbol: gKartDK051 + type: texture + offset: 0x15BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_051_wheel_0 +donkeykong_kart_frame052: + symbol: gKartDK052 + type: texture + offset: 0x1629C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_052_wheel_0 +donkeykong_kart_frame053: + symbol: gKartDK053 + type: texture + offset: 0x16978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_053_wheel_0 +donkeykong_kart_frame054: + symbol: gKartDK054 + type: texture + offset: 0x17040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_054_wheel_0 +donkeykong_kart_frame055: + symbol: gKartDK055 + type: texture + offset: 0x1770C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_055_wheel_0 +donkeykong_kart_frame056: + symbol: gKartDK056 + type: texture + offset: 0x17DE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_056_wheel_0 +donkeykong_kart_frame057: + symbol: gKartDK057 + type: texture + offset: 0x184D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_057_wheel_0 +donkeykong_kart_frame058: + symbol: gKartDK058 + type: texture + offset: 0x18BC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_058_wheel_0 +donkeykong_kart_frame059: + symbol: gKartDK059 + type: texture + offset: 0x192CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_059_wheel_0 +donkeykong_kart_frame060: + symbol: gKartDK060 + type: texture + offset: 0x199D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_060_wheel_0 +donkeykong_kart_frame061: + symbol: gKartDK061 + type: texture + offset: 0x1A104 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_061_wheel_0 +donkeykong_kart_frame062: + symbol: gKartDK062 + type: texture + offset: 0x1A820 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_062_wheel_0 +donkeykong_kart_frame063: + symbol: gKartDK063 + type: texture + offset: 0x1AF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_063_wheel_0 +donkeykong_kart_frame064: + symbol: gKartDK064 + type: texture + offset: 0x1B660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_064_wheel_0 +donkeykong_kart_frame065: + symbol: gKartDK065 + type: texture + offset: 0x1BD70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_065_wheel_0 +donkeykong_kart_frame066: + symbol: gKartDK066 + type: texture + offset: 0x1C460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_066_wheel_0 +donkeykong_kart_frame067: + symbol: gKartDK067 + type: texture + offset: 0x1CB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_067_wheel_0 +donkeykong_kart_frame068: + symbol: gKartDK068 + type: texture + offset: 0x1D25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_068_wheel_0 +donkeykong_kart_frame069: + symbol: gKartDK069 + type: texture + offset: 0x1D938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_069_wheel_0 +donkeykong_kart_frame070: + symbol: gKartDK070 + type: texture + offset: 0x1E004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_070_wheel_0 +donkeykong_kart_frame071: + symbol: gKartDK071 + type: texture + offset: 0x1E6E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_071_wheel_0 +donkeykong_kart_frame072: + symbol: gKartDK072 + type: texture + offset: 0x1EDB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_072_wheel_0 +donkeykong_kart_frame073: + symbol: gKartDK073 + type: texture + offset: 0x1F484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_073_wheel_0 +donkeykong_kart_frame074: + symbol: gKartDK074 + type: texture + offset: 0x1FB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_074_wheel_0 +donkeykong_kart_frame075: + symbol: gKartDK075 + type: texture + offset: 0x20230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_075_wheel_0 +donkeykong_kart_frame076: + symbol: gKartDK076 + type: texture + offset: 0x20908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_076_wheel_0 +donkeykong_kart_frame077: + symbol: gKartDK077 + type: texture + offset: 0x20FE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_077_wheel_0 +donkeykong_kart_frame078: + symbol: gKartDK078 + type: texture + offset: 0x216D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_078_wheel_0 +donkeykong_kart_frame079: + symbol: gKartDK079 + type: texture + offset: 0x21DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_079_wheel_0 +donkeykong_kart_frame080: + symbol: gKartDK080 + type: texture + offset: 0x224FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_080_wheel_0 +donkeykong_kart_frame081: + symbol: gKartDK081 + type: texture + offset: 0x22C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_081_wheel_0 +donkeykong_kart_frame082: + symbol: gKartDK082 + type: texture + offset: 0x23360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_082_wheel_0 +donkeykong_kart_frame083: + symbol: gKartDK083 + type: texture + offset: 0x23A9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_083_wheel_0 +donkeykong_kart_frame084: + symbol: gKartDK084 + type: texture + offset: 0x241DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_084_wheel_0 +donkeykong_kart_frame085: + symbol: gKartDK085 + type: texture + offset: 0x248D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_085_wheel_0 +donkeykong_kart_frame086: + symbol: gKartDK086 + type: texture + offset: 0x24FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_086_wheel_0 +donkeykong_kart_frame087: + symbol: gKartDK087 + type: texture + offset: 0x256C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_087_wheel_0 +donkeykong_kart_frame088: + symbol: gKartDK088 + type: texture + offset: 0x25DD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_088_wheel_0 +donkeykong_kart_frame089: + symbol: gKartDK089 + type: texture + offset: 0x264C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_089_wheel_0 +donkeykong_kart_frame090: + symbol: gKartDK090 + type: texture + offset: 0x26BB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_090_wheel_0 +donkeykong_kart_frame091: + symbol: gKartDK091 + type: texture + offset: 0x272AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_091_wheel_0 +donkeykong_kart_frame092: + symbol: gKartDK092 + type: texture + offset: 0x27998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_092_wheel_0 +donkeykong_kart_frame093: + symbol: gKartDK093 + type: texture + offset: 0x28074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_093_wheel_0 +donkeykong_kart_frame094: + symbol: gKartDK094 + type: texture + offset: 0x28758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_094_wheel_0 +donkeykong_kart_frame095: + symbol: gKartDK095 + type: texture + offset: 0x28E30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_095_wheel_0 +donkeykong_kart_frame096: + symbol: gKartDK096 + type: texture + offset: 0x29514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_096_wheel_0 +donkeykong_kart_frame097: + symbol: gKartDK097 + type: texture + offset: 0x29BF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_097_wheel_0 +donkeykong_kart_frame098: + symbol: gKartDK098 + type: texture + offset: 0x2A2EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_098_wheel_0 +donkeykong_kart_frame099: + symbol: gKartDK099 + type: texture + offset: 0x2A9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_099_wheel_0 +donkeykong_kart_frame100: + symbol: gKartDK100 + type: texture + offset: 0x2B0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_100_wheel_0 +donkeykong_kart_frame101: + symbol: gKartDK101 + type: texture + offset: 0x2B82C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_101_wheel_0 +donkeykong_kart_frame102: + symbol: gKartDK102 + type: texture + offset: 0x2BF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_102_wheel_0 +donkeykong_kart_frame103: + symbol: gKartDK103 + type: texture + offset: 0x2C6AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_103_wheel_0 +donkeykong_kart_frame104: + symbol: gKartDK104 + type: texture + offset: 0x2CDE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_104_wheel_0 +donkeykong_kart_frame105: + symbol: gKartDK105 + type: texture + offset: 0x2D534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_105_wheel_0 +donkeykong_kart_frame106: + symbol: gKartDK106 + type: texture + offset: 0x2DC40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_106_wheel_0 +donkeykong_kart_frame107: + symbol: gKartDK107 + type: texture + offset: 0x2E35C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_107_wheel_0 +donkeykong_kart_frame108: + symbol: gKartDK108 + type: texture + offset: 0x2EA7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_108_wheel_0 +donkeykong_kart_frame109: + symbol: gKartDK109 + type: texture + offset: 0x2F1A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_109_wheel_0 +donkeykong_kart_frame110: + symbol: gKartDK110 + type: texture + offset: 0x2F8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_110_wheel_0 +donkeykong_kart_frame111: + symbol: gKartDK111 + type: texture + offset: 0x2FFD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_111_wheel_0 +donkeykong_kart_frame112: + symbol: gKartDK112 + type: texture + offset: 0x306D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_112_wheel_0 +donkeykong_kart_frame113: + symbol: gKartDK113 + type: texture + offset: 0x30DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_113_wheel_0 +donkeykong_kart_frame114: + symbol: gKartDK114 + type: texture + offset: 0x314C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_114_wheel_0 +donkeykong_kart_frame115: + symbol: gKartDK115 + type: texture + offset: 0x31BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_115_wheel_0 +donkeykong_kart_frame116: + symbol: gKartDK116 + type: texture + offset: 0x3228C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_116_wheel_0 +donkeykong_kart_frame117: + symbol: gKartDK117 + type: texture + offset: 0x3296C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_117_wheel_0 +donkeykong_kart_frame118: + symbol: gKartDK118 + type: texture + offset: 0x3306C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_118_wheel_0 +donkeykong_kart_frame119: + symbol: gKartDK119 + type: texture + offset: 0x33764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_119_wheel_0 +donkeykong_kart_frame120: + symbol: gKartDK120 + type: texture + offset: 0x33E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_120_wheel_0 +donkeykong_kart_frame121: + symbol: gKartDK121 + type: texture + offset: 0x34584 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_121_wheel_0 +donkeykong_kart_frame122: + symbol: gKartDK122 + type: texture + offset: 0x34CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_122_wheel_0 +donkeykong_kart_frame123: + symbol: gKartDK123 + type: texture + offset: 0x353D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_123_wheel_0 +donkeykong_kart_frame124: + symbol: gKartDK124 + type: texture + offset: 0x35B08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_124_wheel_0 +donkeykong_kart_frame125: + symbol: gKartDK125 + type: texture + offset: 0x36240 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_125_wheel_0 +donkeykong_kart_frame126: + symbol: gKartDK126 + type: texture + offset: 0x36998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_126_wheel_0 +donkeykong_kart_frame127: + symbol: gKartDK127 + type: texture + offset: 0x370CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_127_wheel_0 +donkeykong_kart_frame128: + symbol: gKartDK128 + type: texture + offset: 0x377F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_128_wheel_0 +donkeykong_kart_frame129: + symbol: gKartDK129 + type: texture + offset: 0x37F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_129_wheel_0 +donkeykong_kart_frame130: + symbol: gKartDK130 + type: texture + offset: 0x38658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_130_wheel_0 +donkeykong_kart_frame131: + symbol: gKartDK131 + type: texture + offset: 0x38D68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_131_wheel_0 +donkeykong_kart_frame132: + symbol: gKartDK132 + type: texture + offset: 0x3946C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_132_wheel_0 +donkeykong_kart_frame133: + symbol: gKartDK133 + type: texture + offset: 0x39B7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_133_wheel_0 +donkeykong_kart_frame134: + symbol: gKartDK134 + type: texture + offset: 0x3A27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_134_wheel_0 +donkeykong_kart_frame135: + symbol: gKartDK135 + type: texture + offset: 0x3A97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_135_wheel_0 +donkeykong_kart_frame136: + symbol: gKartDK136 + type: texture + offset: 0x3B074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_136_wheel_0 +donkeykong_kart_frame137: + symbol: gKartDK137 + type: texture + offset: 0x3B758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_137_wheel_0 +donkeykong_kart_frame138: + symbol: gKartDK138 + type: texture + offset: 0x3BE38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_138_wheel_0 +donkeykong_kart_frame139: + symbol: gKartDK139 + type: texture + offset: 0x3C524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_139_wheel_0 +donkeykong_kart_frame140: + symbol: gKartDK140 + type: texture + offset: 0x3CC14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_140_wheel_0 +donkeykong_kart_frame141: + symbol: gKartDK141 + type: texture + offset: 0x3D318 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_141_wheel_0 +donkeykong_kart_frame142: + symbol: gKartDK142 + type: texture + offset: 0x3DA3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_142_wheel_0 +donkeykong_kart_frame143: + symbol: gKartDK143 + type: texture + offset: 0x3E174 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_143_wheel_0 +donkeykong_kart_frame144: + symbol: gKartDK144 + type: texture + offset: 0x3E8A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_144_wheel_0 +donkeykong_kart_frame145: + symbol: gKartDK145 + type: texture + offset: 0x3EFE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_145_wheel_0 +donkeykong_kart_frame146: + symbol: gKartDK146 + type: texture + offset: 0x3F728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_146_wheel_0 +donkeykong_kart_frame147: + symbol: gKartDK147 + type: texture + offset: 0x3FE80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_147_wheel_0 +donkeykong_kart_frame148: + symbol: gKartDK148 + type: texture + offset: 0x405CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_148_wheel_0 +donkeykong_kart_frame149: + symbol: gKartDK149 + type: texture + offset: 0x40D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_149_wheel_0 +donkeykong_kart_frame150: + symbol: gKartDK150 + type: texture + offset: 0x41440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_150_wheel_0 +donkeykong_kart_frame151: + symbol: gKartDK151 + type: texture + offset: 0x41B5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_151_wheel_0 +donkeykong_kart_frame152: + symbol: gKartDK152 + type: texture + offset: 0x4227C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_152_wheel_0 +donkeykong_kart_frame153: + symbol: gKartDK153 + type: texture + offset: 0x429A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_153_wheel_0 +donkeykong_kart_frame154: + symbol: gKartDK154 + type: texture + offset: 0x430D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_154_wheel_0 +donkeykong_kart_frame155: + symbol: gKartDK155 + type: texture + offset: 0x437F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_155_wheel_0 +donkeykong_kart_frame156: + symbol: gKartDK156 + type: texture + offset: 0x43EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_156_wheel_0 +donkeykong_kart_frame157: + symbol: gKartDK157 + type: texture + offset: 0x445E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_157_wheel_0 +donkeykong_kart_frame158: + symbol: gKartDK158 + type: texture + offset: 0x44CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_158_wheel_0 +donkeykong_kart_frame159: + symbol: gKartDK159 + type: texture + offset: 0x453D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_159_wheel_0 +donkeykong_kart_frame160: + symbol: gKartDK160 + type: texture + offset: 0x45AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_160_wheel_0 +donkeykong_kart_frame161: + symbol: gKartDK161 + type: texture + offset: 0x461D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_161_wheel_0 +donkeykong_kart_frame162: + symbol: gKartDK162 + type: texture + offset: 0x468F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_162_wheel_0 +donkeykong_kart_frame163: + symbol: gKartDK163 + type: texture + offset: 0x47024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_163_wheel_0 +donkeykong_kart_frame164: + symbol: gKartDK164 + type: texture + offset: 0x47754 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_164_wheel_0 +donkeykong_kart_frame165: + symbol: gKartDK165 + type: texture + offset: 0x47E9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_165_wheel_0 +donkeykong_kart_frame166: + symbol: gKartDK166 + type: texture + offset: 0x48600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_166_wheel_0 +donkeykong_kart_frame167: + symbol: gKartDK167 + type: texture + offset: 0x48D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_167_wheel_0 +donkeykong_kart_frame168: + symbol: gKartDK168 + type: texture + offset: 0x494B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_168_wheel_0 +donkeykong_kart_frame169: + symbol: gKartDK169 + type: texture + offset: 0x49BF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_169_wheel_0 +donkeykong_kart_frame170: + symbol: gKartDK170 + type: texture + offset: 0x4A344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_170_wheel_0 +donkeykong_kart_frame171: + symbol: gKartDK171 + type: texture + offset: 0x4AA84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_171_wheel_0 +donkeykong_kart_frame172: + symbol: gKartDK172 + type: texture + offset: 0x4B1BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_172_wheel_0 +donkeykong_kart_frame173: + symbol: gKartDK173 + type: texture + offset: 0x4B8D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_173_wheel_0 +donkeykong_kart_frame174: + symbol: gKartDK174 + type: texture + offset: 0x4BFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_174_wheel_0 +donkeykong_kart_frame175: + symbol: gKartDK175 + type: texture + offset: 0x4C718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_175_wheel_0 +donkeykong_kart_frame176: + symbol: gKartDK176 + type: texture + offset: 0x4CE20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_176_wheel_0 +donkeykong_kart_frame177: + symbol: gKartDK177 + type: texture + offset: 0x4D510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_177_wheel_0 +donkeykong_kart_frame178: + symbol: gKartDK178 + type: texture + offset: 0x4DC08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_178_wheel_0 +donkeykong_kart_frame179: + symbol: gKartDK179 + type: texture + offset: 0x4E304 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_179_wheel_0 +donkeykong_kart_frame180: + symbol: gKartDK180 + type: texture + offset: 0x4E9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_180_wheel_0 +donkeykong_kart_frame181: + symbol: gKartDK181 + type: texture + offset: 0x4F0F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_181_wheel_0 +donkeykong_kart_frame182: + symbol: gKartDK182 + type: texture + offset: 0x4F7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_182_wheel_0 +donkeykong_kart_frame183: + symbol: gKartDK183 + type: texture + offset: 0x4FF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_183_wheel_0 +donkeykong_kart_frame184: + symbol: gKartDK184 + type: texture + offset: 0x50634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_184_wheel_0 +donkeykong_kart_frame185: + symbol: gKartDK185 + type: texture + offset: 0x50D8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_185_wheel_0 +donkeykong_kart_frame186: + symbol: gKartDK186 + type: texture + offset: 0x514E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_186_wheel_0 +donkeykong_kart_frame187: + symbol: gKartDK187 + type: texture + offset: 0x51C50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_187_wheel_0 +donkeykong_kart_frame188: + symbol: gKartDK188 + type: texture + offset: 0x523D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_188_wheel_0 +donkeykong_kart_frame189: + symbol: gKartDK189 + type: texture + offset: 0x52B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_189_wheel_0 +donkeykong_kart_frame190: + symbol: gKartDK190 + type: texture + offset: 0x53218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_190_wheel_0 +donkeykong_kart_frame191: + symbol: gKartDK191 + type: texture + offset: 0x53908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_191_wheel_0 +donkeykong_kart_frame192: + symbol: gKartDK192 + type: texture + offset: 0x54008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_192_wheel_0 +donkeykong_kart_frame193: + symbol: gKartDK193 + type: texture + offset: 0x54730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_193_wheel_0 +donkeykong_kart_frame194: + symbol: gKartDK194 + type: texture + offset: 0x54E4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_194_wheel_0 +donkeykong_kart_frame195: + symbol: gKartDK195 + type: texture + offset: 0x55568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_195_wheel_0 +donkeykong_kart_frame196: + symbol: gKartDK196 + type: texture + offset: 0x55C88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_196_wheel_0 +donkeykong_kart_frame197: + symbol: gKartDK197 + type: texture + offset: 0x563C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_197_wheel_0 +donkeykong_kart_frame198: + symbol: gKartDK198 + type: texture + offset: 0x56AE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_198_wheel_0 +donkeykong_kart_frame199: + symbol: gKartDK199 + type: texture + offset: 0x57220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_199_wheel_0 +donkeykong_kart_frame200: + symbol: gKartDK200 + type: texture + offset: 0x57984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_200_wheel_0 +donkeykong_kart_frame201: + symbol: gKartDK201 + type: texture + offset: 0x58120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_201_wheel_0 +donkeykong_kart_frame202: + symbol: gKartDK202 + type: texture + offset: 0x588D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_202_wheel_0 +donkeykong_kart_frame203: + symbol: gKartDK203 + type: texture + offset: 0x590A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_203_wheel_0 +donkeykong_kart_frame204: + symbol: gKartDK204 + type: texture + offset: 0x5986C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_204_wheel_0 +donkeykong_kart_frame205: + symbol: gKartDK205 + type: texture + offset: 0x5A01C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_205_wheel_0 +donkeykong_kart_frame206: + symbol: gKartDK206 + type: texture + offset: 0x5A800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_206_wheel_0 +donkeykong_kart_frame207: + symbol: gKartDK207 + type: texture + offset: 0x5AFDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_207_wheel_0 +donkeykong_kart_frame208: + symbol: gKartDK208 + type: texture + offset: 0x5B790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_208_wheel_0 +donkeykong_kart_frame209: + symbol: gKartDK209 + type: texture + offset: 0x5BF48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_209_wheel_0 +donkeykong_kart_frame210: + symbol: gKartDK210 + type: texture + offset: 0x5C640 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_210_wheel_0 +donkeykong_kart_frame211: + symbol: gKartDK211 + type: texture + offset: 0x5CD54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_211_wheel_0 +donkeykong_kart_frame212: + symbol: gKartDK212 + type: texture + offset: 0x5D49C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_212_wheel_0 +donkeykong_kart_frame213: + symbol: gKartDK213 + type: texture + offset: 0x5DBEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_213_wheel_0 +donkeykong_kart_frame214: + symbol: gKartDK214 + type: texture + offset: 0x5E300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_214_wheel_0 +donkeykong_kart_frame215: + symbol: gKartDK215 + type: texture + offset: 0x5EA30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_215_wheel_0 +donkeykong_kart_frame216: + symbol: gKartDK216 + type: texture + offset: 0x5F17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_216_wheel_0 +donkeykong_kart_frame217: + symbol: gKartDK217 + type: texture + offset: 0x5F8B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_217_wheel_0 +donkeykong_kart_frame218: + symbol: gKartDK218 + type: texture + offset: 0x5FFD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_218_wheel_0 +donkeykong_kart_frame219: + symbol: gKartDK219 + type: texture + offset: 0x60700 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_219_wheel_0 +donkeykong_kart_frame220: + symbol: gKartDK220 + type: texture + offset: 0x60E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_220_wheel_0 +donkeykong_kart_frame221: + symbol: gKartDK221 + type: texture + offset: 0x61598 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_221_wheel_0 +donkeykong_kart_frame222: + symbol: gKartDK222 + type: texture + offset: 0x61CFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_222_wheel_0 +donkeykong_kart_frame223: + symbol: gKartDK223 + type: texture + offset: 0x62480 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_223_wheel_0 +donkeykong_kart_frame224: + symbol: gKartDK224 + type: texture + offset: 0x62BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_224_wheel_0 +donkeykong_kart_frame225: + symbol: gKartDK225 + type: texture + offset: 0x6337C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_225_wheel_0 +donkeykong_kart_frame226: + symbol: gKartDK226 + type: texture + offset: 0x63B0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_226_wheel_0 +donkeykong_kart_frame227: + symbol: gKartDK227 + type: texture + offset: 0x6427C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_227_wheel_0 +donkeykong_kart_frame228: + symbol: gKartDK228 + type: texture + offset: 0x649F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_228_wheel_0 +donkeykong_kart_frame229: + symbol: gKartDK229 + type: texture + offset: 0x6514C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_229_wheel_0 +donkeykong_kart_frame230: + symbol: gKartDK230 + type: texture + offset: 0x65868 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_230_wheel_0 +donkeykong_kart_frame231: + symbol: gKartDK231 + type: texture + offset: 0x65FCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_231_wheel_0 +donkeykong_kart_frame232: + symbol: gKartDK232 + type: texture + offset: 0x66728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_232_wheel_0 +donkeykong_kart_frame233: + symbol: gKartDK233 + type: texture + offset: 0x66E88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_233_wheel_0 +donkeykong_kart_frame234: + symbol: gKartDK234 + type: texture + offset: 0x675D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_234_wheel_0 +donkeykong_kart_frame235: + symbol: gKartDK235 + type: texture + offset: 0x67D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_235_wheel_0 +donkeykong_kart_frame236: + symbol: gKartDK236 + type: texture + offset: 0x68478 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_236_wheel_0 +donkeykong_kart_frame237: + symbol: gKartDK237 + type: texture + offset: 0x68BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_237_wheel_0 +donkeykong_kart_frame238: + symbol: gKartDK238 + type: texture + offset: 0x692F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_238_wheel_0 +donkeykong_kart_frame239: + symbol: gKartDK239 + type: texture + offset: 0x69A1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_239_wheel_0 +donkeykong_kart_frame240: + symbol: gKartDK240 + type: texture + offset: 0x6A148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_240_wheel_0 +donkeykong_kart_frame241: + symbol: gKartDK241 + type: texture + offset: 0x6A8A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_241_wheel_0 +donkeykong_kart_frame242: + symbol: gKartDK242 + type: texture + offset: 0x6B00C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_242_wheel_0 +donkeykong_kart_frame243: + symbol: gKartDK243 + type: texture + offset: 0x6B76C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_243_wheel_0 +donkeykong_kart_frame244: + symbol: gKartDK244 + type: texture + offset: 0x6BED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_244_wheel_0 +donkeykong_kart_frame245: + symbol: gKartDK245 + type: texture + offset: 0x6C61C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_245_wheel_0 +donkeykong_kart_frame246: + symbol: gKartDK246 + type: texture + offset: 0x6CD78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_246_wheel_0 +donkeykong_kart_frame247: + symbol: gKartDK247 + type: texture + offset: 0x6D4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_247_wheel_0 +donkeykong_kart_frame248: + symbol: gKartDK248 + type: texture + offset: 0x6DBD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_248_wheel_0 +donkeykong_kart_frame249: + symbol: gKartDK249 + type: texture + offset: 0x6E2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_249_wheel_0 +donkeykong_kart_frame250: + symbol: gKartDK250 + type: texture + offset: 0x6E9FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_250_wheel_0 +donkeykong_kart_frame251: + symbol: gKartDK251 + type: texture + offset: 0x6F154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_251_wheel_0 +donkeykong_kart_frame252: + symbol: gKartDK252 + type: texture + offset: 0x6F8AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_252_wheel_0 +donkeykong_kart_frame253: + symbol: gKartDK253 + type: texture + offset: 0x6FFFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_253_wheel_0 +donkeykong_kart_frame254: + symbol: gKartDK254 + type: texture + offset: 0x70740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_254_wheel_0 +donkeykong_kart_frame255: + symbol: gKartDK255 + type: texture + offset: 0x70E98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_255_wheel_0 +donkeykong_kart_frame256: + symbol: gKartDK256 + type: texture + offset: 0x715E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_256_wheel_0 +donkeykong_kart_frame257: + symbol: gKartDK257 + type: texture + offset: 0x71D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_257_wheel_0 +donkeykong_kart_frame258: + symbol: gKartDK258 + type: texture + offset: 0x72464 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_258_wheel_0 +donkeykong_kart_frame259: + symbol: gKartDK259 + type: texture + offset: 0x72B9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_259_wheel_0 +donkeykong_kart_frame260: + symbol: gKartDK260 + type: texture + offset: 0x732E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_260_wheel_0 +donkeykong_kart_frame261: + symbol: gKartDK261 + type: texture + offset: 0x73A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_261_wheel_0 +donkeykong_kart_frame262: + symbol: gKartDK262 + type: texture + offset: 0x74160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_262_wheel_0 +donkeykong_kart_frame263: + symbol: gKartDK263 + type: texture + offset: 0x7487C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_263_wheel_0 +donkeykong_kart_frame264: + symbol: gKartDK264 + type: texture + offset: 0x74F88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_264_wheel_0 +donkeykong_kart_frame265: + symbol: gKartDK265 + type: texture + offset: 0x756B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_265_wheel_0 +donkeykong_kart_frame266: + symbol: gKartDK266 + type: texture + offset: 0x75DD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_266_wheel_0 +donkeykong_kart_frame267: + symbol: gKartDK267 + type: texture + offset: 0x764C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_267_wheel_0 +donkeykong_kart_frame268: + symbol: gKartDK268 + type: texture + offset: 0x76BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_268_wheel_0 +donkeykong_kart_frame269: + symbol: gKartDK269 + type: texture + offset: 0x7726C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_269_wheel_0 +donkeykong_kart_frame270: + symbol: gKartDK270 + type: texture + offset: 0x779A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_270_wheel_0 +donkeykong_kart_frame271: + symbol: gKartDK271 + type: texture + offset: 0x7811C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_271_wheel_0 +donkeykong_kart_frame272: + symbol: gKartDK272 + type: texture + offset: 0x78884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_272_wheel_0 +donkeykong_kart_frame273: + symbol: gKartDK273 + type: texture + offset: 0x79010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_273_wheel_0 +donkeykong_kart_frame274: + symbol: gKartDK274 + type: texture + offset: 0x79774 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_274_wheel_0 +donkeykong_kart_frame275: + symbol: gKartDK275 + type: texture + offset: 0x79EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_275_wheel_0 +donkeykong_kart_frame276: + symbol: gKartDK276 + type: texture + offset: 0x7A64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_276_wheel_0 +donkeykong_kart_frame277: + symbol: gKartDK277 + type: texture + offset: 0x7ADAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_277_wheel_0 +donkeykong_kart_frame278: + symbol: gKartDK278 + type: texture + offset: 0x7B4F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_278_wheel_0 +donkeykong_kart_frame279: + symbol: gKartDK279 + type: texture + offset: 0x7BC24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_279_wheel_0 +donkeykong_kart_frame280: + symbol: gKartDK280 + type: texture + offset: 0x7C364 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_280_wheel_0 +donkeykong_kart_frame281: + symbol: gKartDK281 + type: texture + offset: 0x7CA94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_281_wheel_0 +donkeykong_kart_frame282: + symbol: gKartDK282 + type: texture + offset: 0x7D1B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_282_wheel_0 +donkeykong_kart_frame283: + symbol: gKartDK283 + type: texture + offset: 0x7D8B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_283_wheel_0 +donkeykong_kart_frame284: + symbol: gKartDK284 + type: texture + offset: 0x7DFA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_284_wheel_0 +donkeykong_kart_frame285: + symbol: gKartDK285 + type: texture + offset: 0x7E684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_285_wheel_0 +donkeykong_kart_frame286: + symbol: gKartDK286 + type: texture + offset: 0x7ED34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_286_wheel_0 +donkeykong_kart_frame287: + symbol: gKartDK287 + type: texture + offset: 0x7F3B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_287_wheel_0 +donkeykong_kart_frame288: + symbol: gKartDK288 + type: texture + offset: 0x7FA0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_288_wheel_0 +donkeykong_kart_frame289: + symbol: gKartDK289 + type: texture + offset: 0x80058 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame290: + symbol: gKartDK290 + type: texture + offset: 0x80708 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame291: + symbol: gKartDK291 + type: texture + offset: 0x80DC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame292: + symbol: gKartDK292 + type: texture + offset: 0x8146C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame293: + symbol: gKartDK293 + type: texture + offset: 0x81B3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame294: + symbol: gKartDK294 + type: texture + offset: 0x82190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame295: + symbol: gKartDK295 + type: texture + offset: 0x82818 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame296: + symbol: gKartDK296 + type: texture + offset: 0x82F00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame297: + symbol: gKartDK297 + type: texture + offset: 0x83644 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame298: + symbol: gKartDK298 + type: texture + offset: 0x83D1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame299: + symbol: gKartDK299 + type: texture + offset: 0x84468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame300: + symbol: gKartDK300 + type: texture + offset: 0x84B4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame301: + symbol: gKartDK301 + type: texture + offset: 0x851E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame302: + symbol: gKartDK302 + type: texture + offset: 0x858B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame303: + symbol: gKartDK303 + type: texture + offset: 0x85FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame304: + symbol: gKartDK304 + type: texture + offset: 0x8673C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame305: + symbol: gKartDK305 + type: texture + offset: 0x86EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame306: + symbol: gKartDK306 + type: texture + offset: 0x874B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame307: + symbol: gKartDK307 + type: texture + offset: 0x87BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame308: + symbol: gKartDK308 + type: texture + offset: 0x88264 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame309: + symbol: gKartDK309 + type: texture + offset: 0x88908 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame310: + symbol: gKartDK310 + type: texture + offset: 0x88F94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame311: + symbol: gKartDK311 + type: texture + offset: 0x89600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame312: + symbol: gKartDK312 + type: texture + offset: 0x89D18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame313: + symbol: gKartDK313 + type: texture + offset: 0x8A434 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame314: + symbol: gKartDK314 + type: texture + offset: 0x8AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame315: + symbol: gKartDK315 + type: texture + offset: 0x8B284 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame316: + symbol: gKartDK316 + type: texture + offset: 0x8B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame317: + symbol: gKartDK317 + type: texture + offset: 0x8C03C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame318: + symbol: gKartDK318 + type: texture + offset: 0x8C704 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame319: + symbol: gKartDK319 + type: texture + offset: 0x8CDCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +donkeykong_kart_frame320: + symbol: gKartDK320 + type: texture + offset: 0x8D524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: donkeykong_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartDK000Wheel0 + type: texture + offset: 0x8DC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartDK000Wheel1 + type: texture + offset: 0x8DD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartDK000Wheel2 + type: texture + offset: 0x8DD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartDK000Wheel3 + type: texture + offset: 0x8DE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartDK001Wheel0 + type: texture + offset: 0x8DE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartDK001Wheel1 + type: texture + offset: 0x8DF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartDK001Wheel2 + type: texture + offset: 0x8DF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartDK001Wheel3 + type: texture + offset: 0x8E014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartDK002Wheel0 + type: texture + offset: 0x8E094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartDK002Wheel1 + type: texture + offset: 0x8E114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartDK002Wheel2 + type: texture + offset: 0x8E194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartDK002Wheel3 + type: texture + offset: 0x8E214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartDK003Wheel0 + type: texture + offset: 0x8E294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartDK003Wheel1 + type: texture + offset: 0x8E314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartDK003Wheel2 + type: texture + offset: 0x8E394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartDK003Wheel3 + type: texture + offset: 0x8E414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartDK004Wheel0 + type: texture + offset: 0x8E494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartDK004Wheel1 + type: texture + offset: 0x8E514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartDK004Wheel2 + type: texture + offset: 0x8E594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartDK004Wheel3 + type: texture + offset: 0x8E614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartDK005Wheel0 + type: texture + offset: 0x8E694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartDK005Wheel1 + type: texture + offset: 0x8E714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartDK005Wheel2 + type: texture + offset: 0x8E794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartDK005Wheel3 + type: texture + offset: 0x8E814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartDK006Wheel0 + type: texture + offset: 0x8E894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartDK006Wheel1 + type: texture + offset: 0x8E914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartDK006Wheel2 + type: texture + offset: 0x8E994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartDK006Wheel3 + type: texture + offset: 0x8EA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartDK007Wheel0 + type: texture + offset: 0x8EA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartDK007Wheel1 + type: texture + offset: 0x8EB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartDK007Wheel2 + type: texture + offset: 0x8EB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartDK007Wheel3 + type: texture + offset: 0x8EC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartDK008Wheel0 + type: texture + offset: 0x8EC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartDK008Wheel1 + type: texture + offset: 0x8ED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartDK008Wheel2 + type: texture + offset: 0x8ED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartDK008Wheel3 + type: texture + offset: 0x8EE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartDK009Wheel0 + type: texture + offset: 0x8EE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartDK009Wheel1 + type: texture + offset: 0x8EF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartDK009Wheel2 + type: texture + offset: 0x8EF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartDK009Wheel3 + type: texture + offset: 0x8F014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartDK010Wheel0 + type: texture + offset: 0x8F094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartDK010Wheel1 + type: texture + offset: 0x8F114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartDK010Wheel2 + type: texture + offset: 0x8F194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartDK010Wheel3 + type: texture + offset: 0x8F214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartDK011Wheel0 + type: texture + offset: 0x8F294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartDK011Wheel1 + type: texture + offset: 0x8F314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartDK011Wheel2 + type: texture + offset: 0x8F394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartDK011Wheel3 + type: texture + offset: 0x8F414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartDK012Wheel0 + type: texture + offset: 0x8F494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartDK012Wheel1 + type: texture + offset: 0x8F514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartDK012Wheel2 + type: texture + offset: 0x8F594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartDK012Wheel3 + type: texture + offset: 0x8F614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartDK013Wheel0 + type: texture + offset: 0x8F694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartDK013Wheel1 + type: texture + offset: 0x8F714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartDK013Wheel2 + type: texture + offset: 0x8F794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartDK013Wheel3 + type: texture + offset: 0x8F814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartDK014Wheel0 + type: texture + offset: 0x8F894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartDK014Wheel1 + type: texture + offset: 0x8F914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartDK014Wheel2 + type: texture + offset: 0x8F994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartDK014Wheel3 + type: texture + offset: 0x8FA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartDK015Wheel0 + type: texture + offset: 0x8FA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartDK015Wheel1 + type: texture + offset: 0x8FB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartDK015Wheel2 + type: texture + offset: 0x8FB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartDK015Wheel3 + type: texture + offset: 0x8FC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartDK016Wheel0 + type: texture + offset: 0x8FC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartDK016Wheel1 + type: texture + offset: 0x8FD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartDK016Wheel2 + type: texture + offset: 0x8FD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartDK016Wheel3 + type: texture + offset: 0x8FE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartDK017Wheel0 + type: texture + offset: 0x8FE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartDK017Wheel1 + type: texture + offset: 0x8FF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartDK017Wheel2 + type: texture + offset: 0x8FF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartDK017Wheel3 + type: texture + offset: 0x90014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartDK018Wheel0 + type: texture + offset: 0x90094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartDK018Wheel1 + type: texture + offset: 0x90114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartDK018Wheel2 + type: texture + offset: 0x90194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartDK018Wheel3 + type: texture + offset: 0x90214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartDK019Wheel0 + type: texture + offset: 0x90294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartDK019Wheel1 + type: texture + offset: 0x90314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartDK019Wheel2 + type: texture + offset: 0x90394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartDK019Wheel3 + type: texture + offset: 0x90414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartDK020Wheel0 + type: texture + offset: 0x90494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartDK020Wheel1 + type: texture + offset: 0x90514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartDK020Wheel2 + type: texture + offset: 0x90594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartDK020Wheel3 + type: texture + offset: 0x90614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartDK021Wheel0 + type: texture + offset: 0x90694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartDK021Wheel1 + type: texture + offset: 0x90714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartDK021Wheel2 + type: texture + offset: 0x90794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartDK021Wheel3 + type: texture + offset: 0x90814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartDK022Wheel0 + type: texture + offset: 0x90894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartDK022Wheel1 + type: texture + offset: 0x90914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartDK022Wheel2 + type: texture + offset: 0x90994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartDK022Wheel3 + type: texture + offset: 0x90A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartDK023Wheel0 + type: texture + offset: 0x90A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartDK023Wheel1 + type: texture + offset: 0x90B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartDK023Wheel2 + type: texture + offset: 0x90B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartDK023Wheel3 + type: texture + offset: 0x90C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartDK024Wheel0 + type: texture + offset: 0x90C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartDK024Wheel1 + type: texture + offset: 0x90D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartDK024Wheel2 + type: texture + offset: 0x90D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartDK024Wheel3 + type: texture + offset: 0x90E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartDK025Wheel0 + type: texture + offset: 0x90E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartDK025Wheel1 + type: texture + offset: 0x90F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartDK025Wheel2 + type: texture + offset: 0x90F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartDK025Wheel3 + type: texture + offset: 0x91014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartDK026Wheel0 + type: texture + offset: 0x91094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartDK026Wheel1 + type: texture + offset: 0x91114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartDK026Wheel2 + type: texture + offset: 0x91194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartDK026Wheel3 + type: texture + offset: 0x91214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartDK027Wheel0 + type: texture + offset: 0x91294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartDK027Wheel1 + type: texture + offset: 0x91314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartDK027Wheel2 + type: texture + offset: 0x91394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartDK027Wheel3 + type: texture + offset: 0x91414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartDK028Wheel0 + type: texture + offset: 0x91494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartDK028Wheel1 + type: texture + offset: 0x91514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartDK028Wheel2 + type: texture + offset: 0x91594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartDK028Wheel3 + type: texture + offset: 0x91614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartDK029Wheel0 + type: texture + offset: 0x91694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartDK029Wheel1 + type: texture + offset: 0x91714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartDK029Wheel2 + type: texture + offset: 0x91794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartDK029Wheel3 + type: texture + offset: 0x91814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartDK030Wheel0 + type: texture + offset: 0x91894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartDK030Wheel1 + type: texture + offset: 0x91914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartDK030Wheel2 + type: texture + offset: 0x91994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartDK030Wheel3 + type: texture + offset: 0x91A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartDK031Wheel0 + type: texture + offset: 0x91A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartDK031Wheel1 + type: texture + offset: 0x91B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartDK031Wheel2 + type: texture + offset: 0x91B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartDK031Wheel3 + type: texture + offset: 0x91C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartDK032Wheel0 + type: texture + offset: 0x91C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartDK032Wheel1 + type: texture + offset: 0x91D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartDK032Wheel2 + type: texture + offset: 0x91D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartDK032Wheel3 + type: texture + offset: 0x91E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartDK033Wheel0 + type: texture + offset: 0x91E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartDK033Wheel1 + type: texture + offset: 0x91F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartDK033Wheel2 + type: texture + offset: 0x91F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartDK033Wheel3 + type: texture + offset: 0x92014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartDK034Wheel0 + type: texture + offset: 0x92094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartDK034Wheel1 + type: texture + offset: 0x92114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartDK034Wheel2 + type: texture + offset: 0x92194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartDK034Wheel3 + type: texture + offset: 0x92214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartDK035Wheel0 + type: texture + offset: 0x92294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartDK035Wheel1 + type: texture + offset: 0x92314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartDK035Wheel2 + type: texture + offset: 0x92394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartDK035Wheel3 + type: texture + offset: 0x92414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartDK036Wheel0 + type: texture + offset: 0x92494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartDK036Wheel1 + type: texture + offset: 0x92514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartDK036Wheel2 + type: texture + offset: 0x92594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartDK036Wheel3 + type: texture + offset: 0x92614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartDK037Wheel0 + type: texture + offset: 0x92694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartDK037Wheel1 + type: texture + offset: 0x92714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartDK037Wheel2 + type: texture + offset: 0x92794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartDK037Wheel3 + type: texture + offset: 0x92814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartDK038Wheel0 + type: texture + offset: 0x92894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartDK038Wheel1 + type: texture + offset: 0x92914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartDK038Wheel2 + type: texture + offset: 0x92994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartDK038Wheel3 + type: texture + offset: 0x92A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartDK039Wheel0 + type: texture + offset: 0x92A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartDK039Wheel1 + type: texture + offset: 0x92B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartDK039Wheel2 + type: texture + offset: 0x92B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartDK039Wheel3 + type: texture + offset: 0x92C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartDK040Wheel0 + type: texture + offset: 0x92C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartDK040Wheel1 + type: texture + offset: 0x92D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartDK040Wheel2 + type: texture + offset: 0x92D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartDK040Wheel3 + type: texture + offset: 0x92E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartDK041Wheel0 + type: texture + offset: 0x92E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartDK041Wheel1 + type: texture + offset: 0x92F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartDK041Wheel2 + type: texture + offset: 0x92F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartDK041Wheel3 + type: texture + offset: 0x93014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartDK042Wheel0 + type: texture + offset: 0x93094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartDK042Wheel1 + type: texture + offset: 0x93114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartDK042Wheel2 + type: texture + offset: 0x93194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartDK042Wheel3 + type: texture + offset: 0x93214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartDK043Wheel0 + type: texture + offset: 0x93294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartDK043Wheel1 + type: texture + offset: 0x93314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartDK043Wheel2 + type: texture + offset: 0x93394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartDK043Wheel3 + type: texture + offset: 0x93414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartDK044Wheel0 + type: texture + offset: 0x93494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartDK044Wheel1 + type: texture + offset: 0x93514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartDK044Wheel2 + type: texture + offset: 0x93594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartDK044Wheel3 + type: texture + offset: 0x93614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartDK045Wheel0 + type: texture + offset: 0x93694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartDK045Wheel1 + type: texture + offset: 0x93714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartDK045Wheel2 + type: texture + offset: 0x93794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartDK045Wheel3 + type: texture + offset: 0x93814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartDK046Wheel0 + type: texture + offset: 0x93894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartDK046Wheel1 + type: texture + offset: 0x93914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartDK046Wheel2 + type: texture + offset: 0x93994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartDK046Wheel3 + type: texture + offset: 0x93A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartDK047Wheel0 + type: texture + offset: 0x93A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartDK047Wheel1 + type: texture + offset: 0x93B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartDK047Wheel2 + type: texture + offset: 0x93B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartDK047Wheel3 + type: texture + offset: 0x93C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartDK048Wheel0 + type: texture + offset: 0x93C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartDK048Wheel1 + type: texture + offset: 0x93D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartDK048Wheel2 + type: texture + offset: 0x93D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartDK048Wheel3 + type: texture + offset: 0x93E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartDK049Wheel0 + type: texture + offset: 0x93E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartDK049Wheel1 + type: texture + offset: 0x93F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartDK049Wheel2 + type: texture + offset: 0x93F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartDK049Wheel3 + type: texture + offset: 0x94014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartDK050Wheel0 + type: texture + offset: 0x94094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartDK050Wheel1 + type: texture + offset: 0x94114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartDK050Wheel2 + type: texture + offset: 0x94194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartDK050Wheel3 + type: texture + offset: 0x94214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartDK051Wheel0 + type: texture + offset: 0x94294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartDK051Wheel1 + type: texture + offset: 0x94314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartDK051Wheel2 + type: texture + offset: 0x94394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartDK051Wheel3 + type: texture + offset: 0x94414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartDK052Wheel0 + type: texture + offset: 0x94494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartDK052Wheel1 + type: texture + offset: 0x94514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartDK052Wheel2 + type: texture + offset: 0x94594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartDK052Wheel3 + type: texture + offset: 0x94614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartDK053Wheel0 + type: texture + offset: 0x94694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartDK053Wheel1 + type: texture + offset: 0x94714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartDK053Wheel2 + type: texture + offset: 0x94794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartDK053Wheel3 + type: texture + offset: 0x94814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartDK054Wheel0 + type: texture + offset: 0x94894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartDK054Wheel1 + type: texture + offset: 0x94914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartDK054Wheel2 + type: texture + offset: 0x94994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartDK054Wheel3 + type: texture + offset: 0x94A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartDK055Wheel0 + type: texture + offset: 0x94A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartDK055Wheel1 + type: texture + offset: 0x94B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartDK055Wheel2 + type: texture + offset: 0x94B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartDK055Wheel3 + type: texture + offset: 0x94C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartDK056Wheel0 + type: texture + offset: 0x94C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartDK056Wheel1 + type: texture + offset: 0x94D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartDK056Wheel2 + type: texture + offset: 0x94D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartDK056Wheel3 + type: texture + offset: 0x94E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartDK057Wheel0 + type: texture + offset: 0x94E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartDK057Wheel1 + type: texture + offset: 0x94F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartDK057Wheel2 + type: texture + offset: 0x94F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartDK057Wheel3 + type: texture + offset: 0x95014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartDK058Wheel0 + type: texture + offset: 0x95094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartDK058Wheel1 + type: texture + offset: 0x95114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartDK058Wheel2 + type: texture + offset: 0x95194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartDK058Wheel3 + type: texture + offset: 0x95214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartDK059Wheel0 + type: texture + offset: 0x95294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartDK059Wheel1 + type: texture + offset: 0x95314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartDK059Wheel2 + type: texture + offset: 0x95394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartDK059Wheel3 + type: texture + offset: 0x95414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartDK060Wheel0 + type: texture + offset: 0x95494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartDK060Wheel1 + type: texture + offset: 0x95514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartDK060Wheel2 + type: texture + offset: 0x95594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartDK060Wheel3 + type: texture + offset: 0x95614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartDK061Wheel0 + type: texture + offset: 0x95694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartDK061Wheel1 + type: texture + offset: 0x95714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartDK061Wheel2 + type: texture + offset: 0x95794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartDK061Wheel3 + type: texture + offset: 0x95814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartDK062Wheel0 + type: texture + offset: 0x95894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartDK062Wheel1 + type: texture + offset: 0x95914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartDK062Wheel2 + type: texture + offset: 0x95994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartDK062Wheel3 + type: texture + offset: 0x95A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartDK063Wheel0 + type: texture + offset: 0x95A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartDK063Wheel1 + type: texture + offset: 0x95B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartDK063Wheel2 + type: texture + offset: 0x95B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartDK063Wheel3 + type: texture + offset: 0x95C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartDK064Wheel0 + type: texture + offset: 0x95C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartDK064Wheel1 + type: texture + offset: 0x95D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartDK064Wheel2 + type: texture + offset: 0x95D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartDK064Wheel3 + type: texture + offset: 0x95E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartDK065Wheel0 + type: texture + offset: 0x95E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartDK065Wheel1 + type: texture + offset: 0x95F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartDK065Wheel2 + type: texture + offset: 0x95F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartDK065Wheel3 + type: texture + offset: 0x96014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartDK066Wheel0 + type: texture + offset: 0x96094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartDK066Wheel1 + type: texture + offset: 0x96114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartDK066Wheel2 + type: texture + offset: 0x96194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartDK066Wheel3 + type: texture + offset: 0x96214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartDK067Wheel0 + type: texture + offset: 0x96294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartDK067Wheel1 + type: texture + offset: 0x96314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartDK067Wheel2 + type: texture + offset: 0x96394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartDK067Wheel3 + type: texture + offset: 0x96414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartDK068Wheel0 + type: texture + offset: 0x96494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartDK068Wheel1 + type: texture + offset: 0x96514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartDK068Wheel2 + type: texture + offset: 0x96594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartDK068Wheel3 + type: texture + offset: 0x96614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartDK069Wheel0 + type: texture + offset: 0x96694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartDK069Wheel1 + type: texture + offset: 0x96714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartDK069Wheel2 + type: texture + offset: 0x96794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartDK069Wheel3 + type: texture + offset: 0x96814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartDK070Wheel0 + type: texture + offset: 0x96894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartDK070Wheel1 + type: texture + offset: 0x96914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartDK070Wheel2 + type: texture + offset: 0x96994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartDK070Wheel3 + type: texture + offset: 0x96A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartDK071Wheel0 + type: texture + offset: 0x96A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartDK071Wheel1 + type: texture + offset: 0x96B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartDK071Wheel2 + type: texture + offset: 0x96B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartDK071Wheel3 + type: texture + offset: 0x96C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartDK072Wheel0 + type: texture + offset: 0x96C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartDK072Wheel1 + type: texture + offset: 0x96D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartDK072Wheel2 + type: texture + offset: 0x96D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartDK072Wheel3 + type: texture + offset: 0x96E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartDK073Wheel0 + type: texture + offset: 0x96E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartDK073Wheel1 + type: texture + offset: 0x96F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartDK073Wheel2 + type: texture + offset: 0x96F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartDK073Wheel3 + type: texture + offset: 0x97014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartDK074Wheel0 + type: texture + offset: 0x97094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartDK074Wheel1 + type: texture + offset: 0x97114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartDK074Wheel2 + type: texture + offset: 0x97194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartDK074Wheel3 + type: texture + offset: 0x97214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartDK075Wheel0 + type: texture + offset: 0x97294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartDK075Wheel1 + type: texture + offset: 0x97314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartDK075Wheel2 + type: texture + offset: 0x97394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartDK075Wheel3 + type: texture + offset: 0x97414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartDK076Wheel0 + type: texture + offset: 0x97494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartDK076Wheel1 + type: texture + offset: 0x97514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartDK076Wheel2 + type: texture + offset: 0x97594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartDK076Wheel3 + type: texture + offset: 0x97614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartDK077Wheel0 + type: texture + offset: 0x97694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartDK077Wheel1 + type: texture + offset: 0x97714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartDK077Wheel2 + type: texture + offset: 0x97794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartDK077Wheel3 + type: texture + offset: 0x97814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartDK078Wheel0 + type: texture + offset: 0x97894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartDK078Wheel1 + type: texture + offset: 0x97914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartDK078Wheel2 + type: texture + offset: 0x97994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartDK078Wheel3 + type: texture + offset: 0x97A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartDK079Wheel0 + type: texture + offset: 0x97A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartDK079Wheel1 + type: texture + offset: 0x97B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartDK079Wheel2 + type: texture + offset: 0x97B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartDK079Wheel3 + type: texture + offset: 0x97C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartDK080Wheel0 + type: texture + offset: 0x97C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartDK080Wheel1 + type: texture + offset: 0x97D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartDK080Wheel2 + type: texture + offset: 0x97D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartDK080Wheel3 + type: texture + offset: 0x97E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartDK081Wheel0 + type: texture + offset: 0x97E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartDK081Wheel1 + type: texture + offset: 0x97F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartDK081Wheel2 + type: texture + offset: 0x97F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartDK081Wheel3 + type: texture + offset: 0x98014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartDK082Wheel0 + type: texture + offset: 0x98094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartDK082Wheel1 + type: texture + offset: 0x98114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartDK082Wheel2 + type: texture + offset: 0x98194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartDK082Wheel3 + type: texture + offset: 0x98214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartDK083Wheel0 + type: texture + offset: 0x98294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartDK083Wheel1 + type: texture + offset: 0x98314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartDK083Wheel2 + type: texture + offset: 0x98394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartDK083Wheel3 + type: texture + offset: 0x98414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartDK084Wheel0 + type: texture + offset: 0x98494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartDK084Wheel1 + type: texture + offset: 0x98514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartDK084Wheel2 + type: texture + offset: 0x98594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartDK084Wheel3 + type: texture + offset: 0x98614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartDK085Wheel0 + type: texture + offset: 0x98694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartDK085Wheel1 + type: texture + offset: 0x98714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartDK085Wheel2 + type: texture + offset: 0x98794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartDK085Wheel3 + type: texture + offset: 0x98814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartDK086Wheel0 + type: texture + offset: 0x98894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartDK086Wheel1 + type: texture + offset: 0x98914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartDK086Wheel2 + type: texture + offset: 0x98994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartDK086Wheel3 + type: texture + offset: 0x98A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartDK087Wheel0 + type: texture + offset: 0x98A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartDK087Wheel1 + type: texture + offset: 0x98B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartDK087Wheel2 + type: texture + offset: 0x98B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartDK087Wheel3 + type: texture + offset: 0x98C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartDK088Wheel0 + type: texture + offset: 0x98C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartDK088Wheel1 + type: texture + offset: 0x98D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartDK088Wheel2 + type: texture + offset: 0x98D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartDK088Wheel3 + type: texture + offset: 0x98E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartDK089Wheel0 + type: texture + offset: 0x98E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartDK089Wheel1 + type: texture + offset: 0x98F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartDK089Wheel2 + type: texture + offset: 0x98F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartDK089Wheel3 + type: texture + offset: 0x99014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartDK090Wheel0 + type: texture + offset: 0x99094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartDK090Wheel1 + type: texture + offset: 0x99114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartDK090Wheel2 + type: texture + offset: 0x99194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartDK090Wheel3 + type: texture + offset: 0x99214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartDK091Wheel0 + type: texture + offset: 0x99294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartDK091Wheel1 + type: texture + offset: 0x99314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartDK091Wheel2 + type: texture + offset: 0x99394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartDK091Wheel3 + type: texture + offset: 0x99414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartDK092Wheel0 + type: texture + offset: 0x99494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartDK092Wheel1 + type: texture + offset: 0x99514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartDK092Wheel2 + type: texture + offset: 0x99594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartDK092Wheel3 + type: texture + offset: 0x99614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartDK093Wheel0 + type: texture + offset: 0x99694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartDK093Wheel1 + type: texture + offset: 0x99714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartDK093Wheel2 + type: texture + offset: 0x99794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartDK093Wheel3 + type: texture + offset: 0x99814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartDK094Wheel0 + type: texture + offset: 0x99894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartDK094Wheel1 + type: texture + offset: 0x99914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartDK094Wheel2 + type: texture + offset: 0x99994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartDK094Wheel3 + type: texture + offset: 0x99A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartDK095Wheel0 + type: texture + offset: 0x99A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartDK095Wheel1 + type: texture + offset: 0x99B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartDK095Wheel2 + type: texture + offset: 0x99B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartDK095Wheel3 + type: texture + offset: 0x99C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartDK096Wheel0 + type: texture + offset: 0x99C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartDK096Wheel1 + type: texture + offset: 0x99D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartDK096Wheel2 + type: texture + offset: 0x99D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartDK096Wheel3 + type: texture + offset: 0x99E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartDK097Wheel0 + type: texture + offset: 0x99E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartDK097Wheel1 + type: texture + offset: 0x99F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartDK097Wheel2 + type: texture + offset: 0x99F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartDK097Wheel3 + type: texture + offset: 0x9A014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartDK098Wheel0 + type: texture + offset: 0x9A094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartDK098Wheel1 + type: texture + offset: 0x9A114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartDK098Wheel2 + type: texture + offset: 0x9A194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartDK098Wheel3 + type: texture + offset: 0x9A214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartDK099Wheel0 + type: texture + offset: 0x9A294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartDK099Wheel1 + type: texture + offset: 0x9A314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartDK099Wheel2 + type: texture + offset: 0x9A394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartDK099Wheel3 + type: texture + offset: 0x9A414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartDK100Wheel0 + type: texture + offset: 0x9A494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartDK100Wheel1 + type: texture + offset: 0x9A514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartDK100Wheel2 + type: texture + offset: 0x9A594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartDK100Wheel3 + type: texture + offset: 0x9A614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartDK101Wheel0 + type: texture + offset: 0x9A694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartDK101Wheel1 + type: texture + offset: 0x9A714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartDK101Wheel2 + type: texture + offset: 0x9A794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartDK101Wheel3 + type: texture + offset: 0x9A814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartDK102Wheel0 + type: texture + offset: 0x9A894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartDK102Wheel1 + type: texture + offset: 0x9A914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartDK102Wheel2 + type: texture + offset: 0x9A994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartDK102Wheel3 + type: texture + offset: 0x9AA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartDK103Wheel0 + type: texture + offset: 0x9AA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartDK103Wheel1 + type: texture + offset: 0x9AB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartDK103Wheel2 + type: texture + offset: 0x9AB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartDK103Wheel3 + type: texture + offset: 0x9AC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartDK104Wheel0 + type: texture + offset: 0x9AC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartDK104Wheel1 + type: texture + offset: 0x9AD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartDK104Wheel2 + type: texture + offset: 0x9AD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartDK104Wheel3 + type: texture + offset: 0x9AE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartDK105Wheel0 + type: texture + offset: 0x9AE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartDK105Wheel1 + type: texture + offset: 0x9AF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartDK105Wheel2 + type: texture + offset: 0x9AF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartDK105Wheel3 + type: texture + offset: 0x9B014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartDK106Wheel0 + type: texture + offset: 0x9B094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartDK106Wheel1 + type: texture + offset: 0x9B114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartDK106Wheel2 + type: texture + offset: 0x9B194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartDK106Wheel3 + type: texture + offset: 0x9B214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartDK107Wheel0 + type: texture + offset: 0x9B294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartDK107Wheel1 + type: texture + offset: 0x9B314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartDK107Wheel2 + type: texture + offset: 0x9B394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartDK107Wheel3 + type: texture + offset: 0x9B414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartDK108Wheel0 + type: texture + offset: 0x9B494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartDK108Wheel1 + type: texture + offset: 0x9B514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartDK108Wheel2 + type: texture + offset: 0x9B594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartDK108Wheel3 + type: texture + offset: 0x9B614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartDK109Wheel0 + type: texture + offset: 0x9B694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartDK109Wheel1 + type: texture + offset: 0x9B714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartDK109Wheel2 + type: texture + offset: 0x9B794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartDK109Wheel3 + type: texture + offset: 0x9B814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartDK110Wheel0 + type: texture + offset: 0x9B894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartDK110Wheel1 + type: texture + offset: 0x9B914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartDK110Wheel2 + type: texture + offset: 0x9B994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartDK110Wheel3 + type: texture + offset: 0x9BA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartDK111Wheel0 + type: texture + offset: 0x9BA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartDK111Wheel1 + type: texture + offset: 0x9BB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartDK111Wheel2 + type: texture + offset: 0x9BB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartDK111Wheel3 + type: texture + offset: 0x9BC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartDK112Wheel0 + type: texture + offset: 0x9BC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartDK112Wheel1 + type: texture + offset: 0x9BD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartDK112Wheel2 + type: texture + offset: 0x9BD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartDK112Wheel3 + type: texture + offset: 0x9BE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartDK113Wheel0 + type: texture + offset: 0x9BE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartDK113Wheel1 + type: texture + offset: 0x9BF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartDK113Wheel2 + type: texture + offset: 0x9BF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartDK113Wheel3 + type: texture + offset: 0x9C014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartDK114Wheel0 + type: texture + offset: 0x9C094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartDK114Wheel1 + type: texture + offset: 0x9C114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartDK114Wheel2 + type: texture + offset: 0x9C194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartDK114Wheel3 + type: texture + offset: 0x9C214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartDK115Wheel0 + type: texture + offset: 0x9C294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartDK115Wheel1 + type: texture + offset: 0x9C314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartDK115Wheel2 + type: texture + offset: 0x9C394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartDK115Wheel3 + type: texture + offset: 0x9C414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartDK116Wheel0 + type: texture + offset: 0x9C494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartDK116Wheel1 + type: texture + offset: 0x9C514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartDK116Wheel2 + type: texture + offset: 0x9C594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartDK116Wheel3 + type: texture + offset: 0x9C614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartDK117Wheel0 + type: texture + offset: 0x9C694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartDK117Wheel1 + type: texture + offset: 0x9C714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartDK117Wheel2 + type: texture + offset: 0x9C794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartDK117Wheel3 + type: texture + offset: 0x9C814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartDK118Wheel0 + type: texture + offset: 0x9C894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartDK118Wheel1 + type: texture + offset: 0x9C914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartDK118Wheel2 + type: texture + offset: 0x9C994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartDK118Wheel3 + type: texture + offset: 0x9CA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartDK119Wheel0 + type: texture + offset: 0x9CA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartDK119Wheel1 + type: texture + offset: 0x9CB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartDK119Wheel2 + type: texture + offset: 0x9CB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartDK119Wheel3 + type: texture + offset: 0x9CC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartDK120Wheel0 + type: texture + offset: 0x9CC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartDK120Wheel1 + type: texture + offset: 0x9CD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartDK120Wheel2 + type: texture + offset: 0x9CD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartDK120Wheel3 + type: texture + offset: 0x9CE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartDK121Wheel0 + type: texture + offset: 0x9CE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartDK121Wheel1 + type: texture + offset: 0x9CF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartDK121Wheel2 + type: texture + offset: 0x9CF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartDK121Wheel3 + type: texture + offset: 0x9D014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartDK122Wheel0 + type: texture + offset: 0x9D094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartDK122Wheel1 + type: texture + offset: 0x9D114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartDK122Wheel2 + type: texture + offset: 0x9D194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartDK122Wheel3 + type: texture + offset: 0x9D214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartDK123Wheel0 + type: texture + offset: 0x9D294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartDK123Wheel1 + type: texture + offset: 0x9D314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartDK123Wheel2 + type: texture + offset: 0x9D394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartDK123Wheel3 + type: texture + offset: 0x9D414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartDK124Wheel0 + type: texture + offset: 0x9D494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartDK124Wheel1 + type: texture + offset: 0x9D514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartDK124Wheel2 + type: texture + offset: 0x9D594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartDK124Wheel3 + type: texture + offset: 0x9D614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartDK125Wheel0 + type: texture + offset: 0x9D694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartDK125Wheel1 + type: texture + offset: 0x9D714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartDK125Wheel2 + type: texture + offset: 0x9D794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartDK125Wheel3 + type: texture + offset: 0x9D814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartDK126Wheel0 + type: texture + offset: 0x9D894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartDK126Wheel1 + type: texture + offset: 0x9D914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartDK126Wheel2 + type: texture + offset: 0x9D994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartDK126Wheel3 + type: texture + offset: 0x9DA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartDK127Wheel0 + type: texture + offset: 0x9DA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartDK127Wheel1 + type: texture + offset: 0x9DB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartDK127Wheel2 + type: texture + offset: 0x9DB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartDK127Wheel3 + type: texture + offset: 0x9DC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartDK128Wheel0 + type: texture + offset: 0x9DC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartDK128Wheel1 + type: texture + offset: 0x9DD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartDK128Wheel2 + type: texture + offset: 0x9DD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartDK128Wheel3 + type: texture + offset: 0x9DE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartDK129Wheel0 + type: texture + offset: 0x9DE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartDK129Wheel1 + type: texture + offset: 0x9DF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartDK129Wheel2 + type: texture + offset: 0x9DF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartDK129Wheel3 + type: texture + offset: 0x9E014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartDK130Wheel0 + type: texture + offset: 0x9E094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartDK130Wheel1 + type: texture + offset: 0x9E114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartDK130Wheel2 + type: texture + offset: 0x9E194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartDK130Wheel3 + type: texture + offset: 0x9E214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartDK131Wheel0 + type: texture + offset: 0x9E294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartDK131Wheel1 + type: texture + offset: 0x9E314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartDK131Wheel2 + type: texture + offset: 0x9E394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartDK131Wheel3 + type: texture + offset: 0x9E414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartDK132Wheel0 + type: texture + offset: 0x9E494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartDK132Wheel1 + type: texture + offset: 0x9E514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartDK132Wheel2 + type: texture + offset: 0x9E594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartDK132Wheel3 + type: texture + offset: 0x9E614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartDK133Wheel0 + type: texture + offset: 0x9E694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartDK133Wheel1 + type: texture + offset: 0x9E714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartDK133Wheel2 + type: texture + offset: 0x9E794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartDK133Wheel3 + type: texture + offset: 0x9E814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartDK134Wheel0 + type: texture + offset: 0x9E894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartDK134Wheel1 + type: texture + offset: 0x9E914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartDK134Wheel2 + type: texture + offset: 0x9E994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartDK134Wheel3 + type: texture + offset: 0x9EA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartDK135Wheel0 + type: texture + offset: 0x9EA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartDK135Wheel1 + type: texture + offset: 0x9EB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartDK135Wheel2 + type: texture + offset: 0x9EB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartDK135Wheel3 + type: texture + offset: 0x9EC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartDK136Wheel0 + type: texture + offset: 0x9EC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartDK136Wheel1 + type: texture + offset: 0x9ED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartDK136Wheel2 + type: texture + offset: 0x9ED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartDK136Wheel3 + type: texture + offset: 0x9EE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartDK137Wheel0 + type: texture + offset: 0x9EE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartDK137Wheel1 + type: texture + offset: 0x9EF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartDK137Wheel2 + type: texture + offset: 0x9EF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartDK137Wheel3 + type: texture + offset: 0x9F014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartDK138Wheel0 + type: texture + offset: 0x9F094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartDK138Wheel1 + type: texture + offset: 0x9F114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartDK138Wheel2 + type: texture + offset: 0x9F194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartDK138Wheel3 + type: texture + offset: 0x9F214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartDK139Wheel0 + type: texture + offset: 0x9F294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartDK139Wheel1 + type: texture + offset: 0x9F314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartDK139Wheel2 + type: texture + offset: 0x9F394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartDK139Wheel3 + type: texture + offset: 0x9F414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartDK140Wheel0 + type: texture + offset: 0x9F494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartDK140Wheel1 + type: texture + offset: 0x9F514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartDK140Wheel2 + type: texture + offset: 0x9F594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartDK140Wheel3 + type: texture + offset: 0x9F614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartDK141Wheel0 + type: texture + offset: 0x9F694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartDK141Wheel1 + type: texture + offset: 0x9F714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartDK141Wheel2 + type: texture + offset: 0x9F794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartDK141Wheel3 + type: texture + offset: 0x9F814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartDK142Wheel0 + type: texture + offset: 0x9F894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartDK142Wheel1 + type: texture + offset: 0x9F914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartDK142Wheel2 + type: texture + offset: 0x9F994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartDK142Wheel3 + type: texture + offset: 0x9FA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartDK143Wheel0 + type: texture + offset: 0x9FA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartDK143Wheel1 + type: texture + offset: 0x9FB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartDK143Wheel2 + type: texture + offset: 0x9FB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartDK143Wheel3 + type: texture + offset: 0x9FC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartDK144Wheel0 + type: texture + offset: 0x9FC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartDK144Wheel1 + type: texture + offset: 0x9FD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartDK144Wheel2 + type: texture + offset: 0x9FD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartDK144Wheel3 + type: texture + offset: 0x9FE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartDK145Wheel0 + type: texture + offset: 0x9FE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartDK145Wheel1 + type: texture + offset: 0x9FF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartDK145Wheel2 + type: texture + offset: 0x9FF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartDK145Wheel3 + type: texture + offset: 0xA0014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartDK146Wheel0 + type: texture + offset: 0xA0094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartDK146Wheel1 + type: texture + offset: 0xA0114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartDK146Wheel2 + type: texture + offset: 0xA0194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartDK146Wheel3 + type: texture + offset: 0xA0214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartDK147Wheel0 + type: texture + offset: 0xA0294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartDK147Wheel1 + type: texture + offset: 0xA0314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartDK147Wheel2 + type: texture + offset: 0xA0394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartDK147Wheel3 + type: texture + offset: 0xA0414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartDK148Wheel0 + type: texture + offset: 0xA0494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartDK148Wheel1 + type: texture + offset: 0xA0514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartDK148Wheel2 + type: texture + offset: 0xA0594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartDK148Wheel3 + type: texture + offset: 0xA0614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartDK149Wheel0 + type: texture + offset: 0xA0694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartDK149Wheel1 + type: texture + offset: 0xA0714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartDK149Wheel2 + type: texture + offset: 0xA0794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartDK149Wheel3 + type: texture + offset: 0xA0814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartDK150Wheel0 + type: texture + offset: 0xA0894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartDK150Wheel1 + type: texture + offset: 0xA0914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartDK150Wheel2 + type: texture + offset: 0xA0994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartDK150Wheel3 + type: texture + offset: 0xA0A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartDK151Wheel0 + type: texture + offset: 0xA0A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartDK151Wheel1 + type: texture + offset: 0xA0B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartDK151Wheel2 + type: texture + offset: 0xA0B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartDK151Wheel3 + type: texture + offset: 0xA0C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartDK152Wheel0 + type: texture + offset: 0xA0C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartDK152Wheel1 + type: texture + offset: 0xA0D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartDK152Wheel2 + type: texture + offset: 0xA0D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartDK152Wheel3 + type: texture + offset: 0xA0E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartDK153Wheel0 + type: texture + offset: 0xA0E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartDK153Wheel1 + type: texture + offset: 0xA0F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartDK153Wheel2 + type: texture + offset: 0xA0F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartDK153Wheel3 + type: texture + offset: 0xA1014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartDK154Wheel0 + type: texture + offset: 0xA1094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartDK154Wheel1 + type: texture + offset: 0xA1114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartDK154Wheel2 + type: texture + offset: 0xA1194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartDK154Wheel3 + type: texture + offset: 0xA1214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartDK155Wheel0 + type: texture + offset: 0xA1294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartDK155Wheel1 + type: texture + offset: 0xA1314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartDK155Wheel2 + type: texture + offset: 0xA1394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartDK155Wheel3 + type: texture + offset: 0xA1414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartDK156Wheel0 + type: texture + offset: 0xA1494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartDK156Wheel1 + type: texture + offset: 0xA1514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartDK156Wheel2 + type: texture + offset: 0xA1594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartDK156Wheel3 + type: texture + offset: 0xA1614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartDK157Wheel0 + type: texture + offset: 0xA1694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartDK157Wheel1 + type: texture + offset: 0xA1714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartDK157Wheel2 + type: texture + offset: 0xA1794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartDK157Wheel3 + type: texture + offset: 0xA1814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartDK158Wheel0 + type: texture + offset: 0xA1894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartDK158Wheel1 + type: texture + offset: 0xA1914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartDK158Wheel2 + type: texture + offset: 0xA1994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartDK158Wheel3 + type: texture + offset: 0xA1A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartDK159Wheel0 + type: texture + offset: 0xA1A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartDK159Wheel1 + type: texture + offset: 0xA1B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartDK159Wheel2 + type: texture + offset: 0xA1B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartDK159Wheel3 + type: texture + offset: 0xA1C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartDK160Wheel0 + type: texture + offset: 0xA1C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartDK160Wheel1 + type: texture + offset: 0xA1D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartDK160Wheel2 + type: texture + offset: 0xA1D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartDK160Wheel3 + type: texture + offset: 0xA1E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartDK161Wheel0 + type: texture + offset: 0xA1E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartDK161Wheel1 + type: texture + offset: 0xA1F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartDK161Wheel2 + type: texture + offset: 0xA1F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartDK161Wheel3 + type: texture + offset: 0xA2014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartDK162Wheel0 + type: texture + offset: 0xA2094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartDK162Wheel1 + type: texture + offset: 0xA2114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartDK162Wheel2 + type: texture + offset: 0xA2194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartDK162Wheel3 + type: texture + offset: 0xA2214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartDK163Wheel0 + type: texture + offset: 0xA2294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartDK163Wheel1 + type: texture + offset: 0xA2314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartDK163Wheel2 + type: texture + offset: 0xA2394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartDK163Wheel3 + type: texture + offset: 0xA2414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartDK164Wheel0 + type: texture + offset: 0xA2494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartDK164Wheel1 + type: texture + offset: 0xA2514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartDK164Wheel2 + type: texture + offset: 0xA2594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartDK164Wheel3 + type: texture + offset: 0xA2614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartDK165Wheel0 + type: texture + offset: 0xA2694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartDK165Wheel1 + type: texture + offset: 0xA2714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartDK165Wheel2 + type: texture + offset: 0xA2794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartDK165Wheel3 + type: texture + offset: 0xA2814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartDK166Wheel0 + type: texture + offset: 0xA2894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartDK166Wheel1 + type: texture + offset: 0xA2914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartDK166Wheel2 + type: texture + offset: 0xA2994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartDK166Wheel3 + type: texture + offset: 0xA2A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartDK167Wheel0 + type: texture + offset: 0xA2A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartDK167Wheel1 + type: texture + offset: 0xA2B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartDK167Wheel2 + type: texture + offset: 0xA2B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartDK167Wheel3 + type: texture + offset: 0xA2C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartDK168Wheel0 + type: texture + offset: 0xA2C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartDK168Wheel1 + type: texture + offset: 0xA2D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartDK168Wheel2 + type: texture + offset: 0xA2D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartDK168Wheel3 + type: texture + offset: 0xA2E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartDK169Wheel0 + type: texture + offset: 0xA2E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartDK169Wheel1 + type: texture + offset: 0xA2F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartDK169Wheel2 + type: texture + offset: 0xA2F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartDK169Wheel3 + type: texture + offset: 0xA3014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartDK170Wheel0 + type: texture + offset: 0xA3094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartDK170Wheel1 + type: texture + offset: 0xA3114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartDK170Wheel2 + type: texture + offset: 0xA3194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartDK170Wheel3 + type: texture + offset: 0xA3214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartDK171Wheel0 + type: texture + offset: 0xA3294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartDK171Wheel1 + type: texture + offset: 0xA3314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartDK171Wheel2 + type: texture + offset: 0xA3394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartDK171Wheel3 + type: texture + offset: 0xA3414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartDK172Wheel0 + type: texture + offset: 0xA3494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartDK172Wheel1 + type: texture + offset: 0xA3514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartDK172Wheel2 + type: texture + offset: 0xA3594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartDK172Wheel3 + type: texture + offset: 0xA3614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartDK173Wheel0 + type: texture + offset: 0xA3694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartDK173Wheel1 + type: texture + offset: 0xA3714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartDK173Wheel2 + type: texture + offset: 0xA3794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartDK173Wheel3 + type: texture + offset: 0xA3814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartDK174Wheel0 + type: texture + offset: 0xA3894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartDK174Wheel1 + type: texture + offset: 0xA3914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartDK174Wheel2 + type: texture + offset: 0xA3994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartDK174Wheel3 + type: texture + offset: 0xA3A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartDK175Wheel0 + type: texture + offset: 0xA3A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartDK175Wheel1 + type: texture + offset: 0xA3B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartDK175Wheel2 + type: texture + offset: 0xA3B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartDK175Wheel3 + type: texture + offset: 0xA3C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartDK176Wheel0 + type: texture + offset: 0xA3C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartDK176Wheel1 + type: texture + offset: 0xA3D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartDK176Wheel2 + type: texture + offset: 0xA3D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartDK176Wheel3 + type: texture + offset: 0xA3E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartDK177Wheel0 + type: texture + offset: 0xA3E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartDK177Wheel1 + type: texture + offset: 0xA3F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartDK177Wheel2 + type: texture + offset: 0xA3F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartDK177Wheel3 + type: texture + offset: 0xA4014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartDK178Wheel0 + type: texture + offset: 0xA4094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartDK178Wheel1 + type: texture + offset: 0xA4114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartDK178Wheel2 + type: texture + offset: 0xA4194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartDK178Wheel3 + type: texture + offset: 0xA4214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartDK179Wheel0 + type: texture + offset: 0xA4294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartDK179Wheel1 + type: texture + offset: 0xA4314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartDK179Wheel2 + type: texture + offset: 0xA4394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartDK179Wheel3 + type: texture + offset: 0xA4414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartDK180Wheel0 + type: texture + offset: 0xA4494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartDK180Wheel1 + type: texture + offset: 0xA4514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartDK180Wheel2 + type: texture + offset: 0xA4594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartDK180Wheel3 + type: texture + offset: 0xA4614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartDK181Wheel0 + type: texture + offset: 0xA4694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartDK181Wheel1 + type: texture + offset: 0xA4714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartDK181Wheel2 + type: texture + offset: 0xA4794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartDK181Wheel3 + type: texture + offset: 0xA4814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartDK182Wheel0 + type: texture + offset: 0xA4894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartDK182Wheel1 + type: texture + offset: 0xA4914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartDK182Wheel2 + type: texture + offset: 0xA4994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartDK182Wheel3 + type: texture + offset: 0xA4A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartDK183Wheel0 + type: texture + offset: 0xA4A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartDK183Wheel1 + type: texture + offset: 0xA4B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartDK183Wheel2 + type: texture + offset: 0xA4B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartDK183Wheel3 + type: texture + offset: 0xA4C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartDK184Wheel0 + type: texture + offset: 0xA4C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartDK184Wheel1 + type: texture + offset: 0xA4D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartDK184Wheel2 + type: texture + offset: 0xA4D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartDK184Wheel3 + type: texture + offset: 0xA4E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartDK185Wheel0 + type: texture + offset: 0xA4E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartDK185Wheel1 + type: texture + offset: 0xA4F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartDK185Wheel2 + type: texture + offset: 0xA4F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartDK185Wheel3 + type: texture + offset: 0xA5014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartDK186Wheel0 + type: texture + offset: 0xA5094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartDK186Wheel1 + type: texture + offset: 0xA5114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartDK186Wheel2 + type: texture + offset: 0xA5194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartDK186Wheel3 + type: texture + offset: 0xA5214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartDK187Wheel0 + type: texture + offset: 0xA5294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartDK187Wheel1 + type: texture + offset: 0xA5314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartDK187Wheel2 + type: texture + offset: 0xA5394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartDK187Wheel3 + type: texture + offset: 0xA5414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartDK188Wheel0 + type: texture + offset: 0xA5494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartDK188Wheel1 + type: texture + offset: 0xA5514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartDK188Wheel2 + type: texture + offset: 0xA5594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartDK188Wheel3 + type: texture + offset: 0xA5614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartDK189Wheel0 + type: texture + offset: 0xA5694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartDK189Wheel1 + type: texture + offset: 0xA5714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartDK189Wheel2 + type: texture + offset: 0xA5794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartDK189Wheel3 + type: texture + offset: 0xA5814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartDK190Wheel0 + type: texture + offset: 0xA5894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartDK190Wheel1 + type: texture + offset: 0xA5914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartDK190Wheel2 + type: texture + offset: 0xA5994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartDK190Wheel3 + type: texture + offset: 0xA5A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartDK191Wheel0 + type: texture + offset: 0xA5A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartDK191Wheel1 + type: texture + offset: 0xA5B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartDK191Wheel2 + type: texture + offset: 0xA5B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartDK191Wheel3 + type: texture + offset: 0xA5C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartDK192Wheel0 + type: texture + offset: 0xA5C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartDK192Wheel1 + type: texture + offset: 0xA5D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartDK192Wheel2 + type: texture + offset: 0xA5D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartDK192Wheel3 + type: texture + offset: 0xA5E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartDK193Wheel0 + type: texture + offset: 0xA5E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartDK193Wheel1 + type: texture + offset: 0xA5F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartDK193Wheel2 + type: texture + offset: 0xA5F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartDK193Wheel3 + type: texture + offset: 0xA6014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartDK194Wheel0 + type: texture + offset: 0xA6094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartDK194Wheel1 + type: texture + offset: 0xA6114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartDK194Wheel2 + type: texture + offset: 0xA6194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartDK194Wheel3 + type: texture + offset: 0xA6214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartDK195Wheel0 + type: texture + offset: 0xA6294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartDK195Wheel1 + type: texture + offset: 0xA6314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartDK195Wheel2 + type: texture + offset: 0xA6394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartDK195Wheel3 + type: texture + offset: 0xA6414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartDK196Wheel0 + type: texture + offset: 0xA6494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartDK196Wheel1 + type: texture + offset: 0xA6514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartDK196Wheel2 + type: texture + offset: 0xA6594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartDK196Wheel3 + type: texture + offset: 0xA6614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartDK197Wheel0 + type: texture + offset: 0xA6694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartDK197Wheel1 + type: texture + offset: 0xA6714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartDK197Wheel2 + type: texture + offset: 0xA6794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartDK197Wheel3 + type: texture + offset: 0xA6814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartDK198Wheel0 + type: texture + offset: 0xA6894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartDK198Wheel1 + type: texture + offset: 0xA6914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartDK198Wheel2 + type: texture + offset: 0xA6994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartDK198Wheel3 + type: texture + offset: 0xA6A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartDK199Wheel0 + type: texture + offset: 0xA6A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartDK199Wheel1 + type: texture + offset: 0xA6B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartDK199Wheel2 + type: texture + offset: 0xA6B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartDK199Wheel3 + type: texture + offset: 0xA6C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartDK200Wheel0 + type: texture + offset: 0xA6C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartDK200Wheel1 + type: texture + offset: 0xA6D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartDK200Wheel2 + type: texture + offset: 0xA6D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartDK200Wheel3 + type: texture + offset: 0xA6E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartDK201Wheel0 + type: texture + offset: 0xA6E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartDK201Wheel1 + type: texture + offset: 0xA6F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartDK201Wheel2 + type: texture + offset: 0xA6F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartDK201Wheel3 + type: texture + offset: 0xA7014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartDK202Wheel0 + type: texture + offset: 0xA7094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartDK202Wheel1 + type: texture + offset: 0xA7114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartDK202Wheel2 + type: texture + offset: 0xA7194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartDK202Wheel3 + type: texture + offset: 0xA7214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartDK203Wheel0 + type: texture + offset: 0xA7294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartDK203Wheel1 + type: texture + offset: 0xA7314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartDK203Wheel2 + type: texture + offset: 0xA7394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartDK203Wheel3 + type: texture + offset: 0xA7414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartDK204Wheel0 + type: texture + offset: 0xA7494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartDK204Wheel1 + type: texture + offset: 0xA7514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartDK204Wheel2 + type: texture + offset: 0xA7594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartDK204Wheel3 + type: texture + offset: 0xA7614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartDK205Wheel0 + type: texture + offset: 0xA7694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartDK205Wheel1 + type: texture + offset: 0xA7714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartDK205Wheel2 + type: texture + offset: 0xA7794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartDK205Wheel3 + type: texture + offset: 0xA7814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartDK206Wheel0 + type: texture + offset: 0xA7894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartDK206Wheel1 + type: texture + offset: 0xA7914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartDK206Wheel2 + type: texture + offset: 0xA7994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartDK206Wheel3 + type: texture + offset: 0xA7A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartDK207Wheel0 + type: texture + offset: 0xA7A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartDK207Wheel1 + type: texture + offset: 0xA7B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartDK207Wheel2 + type: texture + offset: 0xA7B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartDK207Wheel3 + type: texture + offset: 0xA7C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartDK208Wheel0 + type: texture + offset: 0xA7C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartDK208Wheel1 + type: texture + offset: 0xA7D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartDK208Wheel2 + type: texture + offset: 0xA7D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartDK208Wheel3 + type: texture + offset: 0xA7E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartDK209Wheel0 + type: texture + offset: 0xA7E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartDK209Wheel1 + type: texture + offset: 0xA7F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartDK209Wheel2 + type: texture + offset: 0xA7F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartDK209Wheel3 + type: texture + offset: 0xA8014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartDK210Wheel0 + type: texture + offset: 0xA8094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartDK210Wheel1 + type: texture + offset: 0xA8114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartDK210Wheel2 + type: texture + offset: 0xA8194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartDK210Wheel3 + type: texture + offset: 0xA8214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartDK211Wheel0 + type: texture + offset: 0xA8294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartDK211Wheel1 + type: texture + offset: 0xA8314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartDK211Wheel2 + type: texture + offset: 0xA8394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartDK211Wheel3 + type: texture + offset: 0xA8414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartDK212Wheel0 + type: texture + offset: 0xA8494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartDK212Wheel1 + type: texture + offset: 0xA8514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartDK212Wheel2 + type: texture + offset: 0xA8594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartDK212Wheel3 + type: texture + offset: 0xA8614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartDK213Wheel0 + type: texture + offset: 0xA8694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartDK213Wheel1 + type: texture + offset: 0xA8714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartDK213Wheel2 + type: texture + offset: 0xA8794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartDK213Wheel3 + type: texture + offset: 0xA8814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartDK214Wheel0 + type: texture + offset: 0xA8894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartDK214Wheel1 + type: texture + offset: 0xA8914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartDK214Wheel2 + type: texture + offset: 0xA8994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartDK214Wheel3 + type: texture + offset: 0xA8A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartDK215Wheel0 + type: texture + offset: 0xA8A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartDK215Wheel1 + type: texture + offset: 0xA8B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartDK215Wheel2 + type: texture + offset: 0xA8B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartDK215Wheel3 + type: texture + offset: 0xA8C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartDK216Wheel0 + type: texture + offset: 0xA8C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartDK216Wheel1 + type: texture + offset: 0xA8D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartDK216Wheel2 + type: texture + offset: 0xA8D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartDK216Wheel3 + type: texture + offset: 0xA8E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartDK217Wheel0 + type: texture + offset: 0xA8E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartDK217Wheel1 + type: texture + offset: 0xA8F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartDK217Wheel2 + type: texture + offset: 0xA8F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartDK217Wheel3 + type: texture + offset: 0xA9014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartDK218Wheel0 + type: texture + offset: 0xA9094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartDK218Wheel1 + type: texture + offset: 0xA9114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartDK218Wheel2 + type: texture + offset: 0xA9194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartDK218Wheel3 + type: texture + offset: 0xA9214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartDK219Wheel0 + type: texture + offset: 0xA9294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartDK219Wheel1 + type: texture + offset: 0xA9314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartDK219Wheel2 + type: texture + offset: 0xA9394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartDK219Wheel3 + type: texture + offset: 0xA9414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartDK220Wheel0 + type: texture + offset: 0xA9494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartDK220Wheel1 + type: texture + offset: 0xA9514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartDK220Wheel2 + type: texture + offset: 0xA9594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartDK220Wheel3 + type: texture + offset: 0xA9614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartDK221Wheel0 + type: texture + offset: 0xA9694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartDK221Wheel1 + type: texture + offset: 0xA9714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartDK221Wheel2 + type: texture + offset: 0xA9794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartDK221Wheel3 + type: texture + offset: 0xA9814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartDK222Wheel0 + type: texture + offset: 0xA9894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartDK222Wheel1 + type: texture + offset: 0xA9914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartDK222Wheel2 + type: texture + offset: 0xA9994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartDK222Wheel3 + type: texture + offset: 0xA9A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartDK223Wheel0 + type: texture + offset: 0xA9A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartDK223Wheel1 + type: texture + offset: 0xA9B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartDK223Wheel2 + type: texture + offset: 0xA9B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartDK223Wheel3 + type: texture + offset: 0xA9C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartDK224Wheel0 + type: texture + offset: 0xA9C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartDK224Wheel1 + type: texture + offset: 0xA9D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartDK224Wheel2 + type: texture + offset: 0xA9D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartDK224Wheel3 + type: texture + offset: 0xA9E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartDK225Wheel0 + type: texture + offset: 0xA9E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartDK225Wheel1 + type: texture + offset: 0xA9F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartDK225Wheel2 + type: texture + offset: 0xA9F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartDK225Wheel3 + type: texture + offset: 0xAA014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartDK226Wheel0 + type: texture + offset: 0xAA094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartDK226Wheel1 + type: texture + offset: 0xAA114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartDK226Wheel2 + type: texture + offset: 0xAA194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartDK226Wheel3 + type: texture + offset: 0xAA214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartDK227Wheel0 + type: texture + offset: 0xAA294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartDK227Wheel1 + type: texture + offset: 0xAA314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartDK227Wheel2 + type: texture + offset: 0xAA394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartDK227Wheel3 + type: texture + offset: 0xAA414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartDK228Wheel0 + type: texture + offset: 0xAA494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartDK228Wheel1 + type: texture + offset: 0xAA514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartDK228Wheel2 + type: texture + offset: 0xAA594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartDK228Wheel3 + type: texture + offset: 0xAA614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartDK229Wheel0 + type: texture + offset: 0xAA694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartDK229Wheel1 + type: texture + offset: 0xAA714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartDK229Wheel2 + type: texture + offset: 0xAA794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartDK229Wheel3 + type: texture + offset: 0xAA814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartDK230Wheel0 + type: texture + offset: 0xAA894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartDK230Wheel1 + type: texture + offset: 0xAA914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartDK230Wheel2 + type: texture + offset: 0xAA994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartDK230Wheel3 + type: texture + offset: 0xAAA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartDK231Wheel0 + type: texture + offset: 0xAAA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartDK231Wheel1 + type: texture + offset: 0xAAB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartDK231Wheel2 + type: texture + offset: 0xAAB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartDK231Wheel3 + type: texture + offset: 0xAAC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartDK232Wheel0 + type: texture + offset: 0xAAC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartDK232Wheel1 + type: texture + offset: 0xAAD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartDK232Wheel2 + type: texture + offset: 0xAAD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartDK232Wheel3 + type: texture + offset: 0xAAE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartDK233Wheel0 + type: texture + offset: 0xAAE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartDK233Wheel1 + type: texture + offset: 0xAAF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartDK233Wheel2 + type: texture + offset: 0xAAF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartDK233Wheel3 + type: texture + offset: 0xAB014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartDK234Wheel0 + type: texture + offset: 0xAB094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartDK234Wheel1 + type: texture + offset: 0xAB114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartDK234Wheel2 + type: texture + offset: 0xAB194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartDK234Wheel3 + type: texture + offset: 0xAB214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartDK235Wheel0 + type: texture + offset: 0xAB294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartDK235Wheel1 + type: texture + offset: 0xAB314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartDK235Wheel2 + type: texture + offset: 0xAB394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartDK235Wheel3 + type: texture + offset: 0xAB414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartDK236Wheel0 + type: texture + offset: 0xAB494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartDK236Wheel1 + type: texture + offset: 0xAB514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartDK236Wheel2 + type: texture + offset: 0xAB594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartDK236Wheel3 + type: texture + offset: 0xAB614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartDK237Wheel0 + type: texture + offset: 0xAB694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartDK237Wheel1 + type: texture + offset: 0xAB714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartDK237Wheel2 + type: texture + offset: 0xAB794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartDK237Wheel3 + type: texture + offset: 0xAB814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartDK238Wheel0 + type: texture + offset: 0xAB894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartDK238Wheel1 + type: texture + offset: 0xAB914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartDK238Wheel2 + type: texture + offset: 0xAB994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartDK238Wheel3 + type: texture + offset: 0xABA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartDK239Wheel0 + type: texture + offset: 0xABA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartDK239Wheel1 + type: texture + offset: 0xABB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartDK239Wheel2 + type: texture + offset: 0xABB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartDK239Wheel3 + type: texture + offset: 0xABC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartDK240Wheel0 + type: texture + offset: 0xABC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartDK240Wheel1 + type: texture + offset: 0xABD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartDK240Wheel2 + type: texture + offset: 0xABD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartDK240Wheel3 + type: texture + offset: 0xABE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartDK241Wheel0 + type: texture + offset: 0xABE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartDK241Wheel1 + type: texture + offset: 0xABF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartDK241Wheel2 + type: texture + offset: 0xABF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartDK241Wheel3 + type: texture + offset: 0xAC014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartDK242Wheel0 + type: texture + offset: 0xAC094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartDK242Wheel1 + type: texture + offset: 0xAC114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartDK242Wheel2 + type: texture + offset: 0xAC194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartDK242Wheel3 + type: texture + offset: 0xAC214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartDK243Wheel0 + type: texture + offset: 0xAC294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartDK243Wheel1 + type: texture + offset: 0xAC314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartDK243Wheel2 + type: texture + offset: 0xAC394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartDK243Wheel3 + type: texture + offset: 0xAC414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartDK244Wheel0 + type: texture + offset: 0xAC494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartDK244Wheel1 + type: texture + offset: 0xAC514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartDK244Wheel2 + type: texture + offset: 0xAC594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartDK244Wheel3 + type: texture + offset: 0xAC614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartDK245Wheel0 + type: texture + offset: 0xAC694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartDK245Wheel1 + type: texture + offset: 0xAC714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartDK245Wheel2 + type: texture + offset: 0xAC794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartDK245Wheel3 + type: texture + offset: 0xAC814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartDK246Wheel0 + type: texture + offset: 0xAC894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartDK246Wheel1 + type: texture + offset: 0xAC914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartDK246Wheel2 + type: texture + offset: 0xAC994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartDK246Wheel3 + type: texture + offset: 0xACA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartDK247Wheel0 + type: texture + offset: 0xACA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartDK247Wheel1 + type: texture + offset: 0xACB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartDK247Wheel2 + type: texture + offset: 0xACB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartDK247Wheel3 + type: texture + offset: 0xACC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartDK248Wheel0 + type: texture + offset: 0xACC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartDK248Wheel1 + type: texture + offset: 0xACD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartDK248Wheel2 + type: texture + offset: 0xACD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartDK248Wheel3 + type: texture + offset: 0xACE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartDK249Wheel0 + type: texture + offset: 0xACE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartDK249Wheel1 + type: texture + offset: 0xACF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartDK249Wheel2 + type: texture + offset: 0xACF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartDK249Wheel3 + type: texture + offset: 0xAD014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartDK250Wheel0 + type: texture + offset: 0xAD094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartDK250Wheel1 + type: texture + offset: 0xAD114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartDK250Wheel2 + type: texture + offset: 0xAD194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartDK250Wheel3 + type: texture + offset: 0xAD214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartDK251Wheel0 + type: texture + offset: 0xAD294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartDK251Wheel1 + type: texture + offset: 0xAD314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartDK251Wheel2 + type: texture + offset: 0xAD394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartDK251Wheel3 + type: texture + offset: 0xAD414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartDK252Wheel0 + type: texture + offset: 0xAD494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartDK252Wheel1 + type: texture + offset: 0xAD514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartDK252Wheel2 + type: texture + offset: 0xAD594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartDK252Wheel3 + type: texture + offset: 0xAD614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartDK253Wheel0 + type: texture + offset: 0xAD694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartDK253Wheel1 + type: texture + offset: 0xAD714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartDK253Wheel2 + type: texture + offset: 0xAD794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartDK253Wheel3 + type: texture + offset: 0xAD814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartDK254Wheel0 + type: texture + offset: 0xAD894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartDK254Wheel1 + type: texture + offset: 0xAD914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartDK254Wheel2 + type: texture + offset: 0xAD994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartDK254Wheel3 + type: texture + offset: 0xADA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartDK255Wheel0 + type: texture + offset: 0xADA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartDK255Wheel1 + type: texture + offset: 0xADB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartDK255Wheel2 + type: texture + offset: 0xADB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartDK255Wheel3 + type: texture + offset: 0xADC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartDK256Wheel0 + type: texture + offset: 0xADC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartDK256Wheel1 + type: texture + offset: 0xADD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartDK256Wheel2 + type: texture + offset: 0xADD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartDK256Wheel3 + type: texture + offset: 0xADE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartDK257Wheel0 + type: texture + offset: 0xADE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartDK257Wheel1 + type: texture + offset: 0xADF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartDK257Wheel2 + type: texture + offset: 0xADF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartDK257Wheel3 + type: texture + offset: 0xAE014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartDK258Wheel0 + type: texture + offset: 0xAE094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartDK258Wheel1 + type: texture + offset: 0xAE114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartDK258Wheel2 + type: texture + offset: 0xAE194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartDK258Wheel3 + type: texture + offset: 0xAE214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartDK259Wheel0 + type: texture + offset: 0xAE294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartDK259Wheel1 + type: texture + offset: 0xAE314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartDK259Wheel2 + type: texture + offset: 0xAE394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartDK259Wheel3 + type: texture + offset: 0xAE414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartDK260Wheel0 + type: texture + offset: 0xAE494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartDK260Wheel1 + type: texture + offset: 0xAE514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartDK260Wheel2 + type: texture + offset: 0xAE594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartDK260Wheel3 + type: texture + offset: 0xAE614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartDK261Wheel0 + type: texture + offset: 0xAE694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartDK261Wheel1 + type: texture + offset: 0xAE714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartDK261Wheel2 + type: texture + offset: 0xAE794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartDK261Wheel3 + type: texture + offset: 0xAE814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartDK262Wheel0 + type: texture + offset: 0xAE894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartDK262Wheel1 + type: texture + offset: 0xAE914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartDK262Wheel2 + type: texture + offset: 0xAE994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartDK262Wheel3 + type: texture + offset: 0xAEA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartDK263Wheel0 + type: texture + offset: 0xAEA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartDK263Wheel1 + type: texture + offset: 0xAEB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartDK263Wheel2 + type: texture + offset: 0xAEB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartDK263Wheel3 + type: texture + offset: 0xAEC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartDK264Wheel0 + type: texture + offset: 0xAEC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartDK264Wheel1 + type: texture + offset: 0xAED14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartDK264Wheel2 + type: texture + offset: 0xAED94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartDK264Wheel3 + type: texture + offset: 0xAEE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartDK265Wheel0 + type: texture + offset: 0xAEE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartDK265Wheel1 + type: texture + offset: 0xAEF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartDK265Wheel2 + type: texture + offset: 0xAEF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartDK265Wheel3 + type: texture + offset: 0xAF014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartDK266Wheel0 + type: texture + offset: 0xAF094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartDK266Wheel1 + type: texture + offset: 0xAF114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartDK266Wheel2 + type: texture + offset: 0xAF194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartDK266Wheel3 + type: texture + offset: 0xAF214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartDK267Wheel0 + type: texture + offset: 0xAF294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartDK267Wheel1 + type: texture + offset: 0xAF314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartDK267Wheel2 + type: texture + offset: 0xAF394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartDK267Wheel3 + type: texture + offset: 0xAF414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartDK268Wheel0 + type: texture + offset: 0xAF494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartDK268Wheel1 + type: texture + offset: 0xAF514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartDK268Wheel2 + type: texture + offset: 0xAF594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartDK268Wheel3 + type: texture + offset: 0xAF614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartDK269Wheel0 + type: texture + offset: 0xAF694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartDK269Wheel1 + type: texture + offset: 0xAF714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartDK269Wheel2 + type: texture + offset: 0xAF794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartDK269Wheel3 + type: texture + offset: 0xAF814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartDK270Wheel0 + type: texture + offset: 0xAF894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartDK270Wheel1 + type: texture + offset: 0xAF914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartDK270Wheel2 + type: texture + offset: 0xAF994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartDK270Wheel3 + type: texture + offset: 0xAFA14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartDK271Wheel0 + type: texture + offset: 0xAFA94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartDK271Wheel1 + type: texture + offset: 0xAFB14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartDK271Wheel2 + type: texture + offset: 0xAFB94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartDK271Wheel3 + type: texture + offset: 0xAFC14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartDK272Wheel0 + type: texture + offset: 0xAFC94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartDK272Wheel1 + type: texture + offset: 0xAFD14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartDK272Wheel2 + type: texture + offset: 0xAFD94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartDK272Wheel3 + type: texture + offset: 0xAFE14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartDK273Wheel0 + type: texture + offset: 0xAFE94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartDK273Wheel1 + type: texture + offset: 0xAFF14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartDK273Wheel2 + type: texture + offset: 0xAFF94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartDK273Wheel3 + type: texture + offset: 0xB0014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartDK274Wheel0 + type: texture + offset: 0xB0094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartDK274Wheel1 + type: texture + offset: 0xB0114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartDK274Wheel2 + type: texture + offset: 0xB0194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartDK274Wheel3 + type: texture + offset: 0xB0214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartDK275Wheel0 + type: texture + offset: 0xB0294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartDK275Wheel1 + type: texture + offset: 0xB0314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartDK275Wheel2 + type: texture + offset: 0xB0394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartDK275Wheel3 + type: texture + offset: 0xB0414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartDK276Wheel0 + type: texture + offset: 0xB0494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartDK276Wheel1 + type: texture + offset: 0xB0514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartDK276Wheel2 + type: texture + offset: 0xB0594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartDK276Wheel3 + type: texture + offset: 0xB0614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartDK277Wheel0 + type: texture + offset: 0xB0694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartDK277Wheel1 + type: texture + offset: 0xB0714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartDK277Wheel2 + type: texture + offset: 0xB0794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartDK277Wheel3 + type: texture + offset: 0xB0814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartDK278Wheel0 + type: texture + offset: 0xB0894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartDK278Wheel1 + type: texture + offset: 0xB0914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartDK278Wheel2 + type: texture + offset: 0xB0994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartDK278Wheel3 + type: texture + offset: 0xB0A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartDK279Wheel0 + type: texture + offset: 0xB0A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartDK279Wheel1 + type: texture + offset: 0xB0B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartDK279Wheel2 + type: texture + offset: 0xB0B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartDK279Wheel3 + type: texture + offset: 0xB0C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartDK280Wheel0 + type: texture + offset: 0xB0C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartDK280Wheel1 + type: texture + offset: 0xB0D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartDK280Wheel2 + type: texture + offset: 0xB0D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartDK280Wheel3 + type: texture + offset: 0xB0E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartDK281Wheel0 + type: texture + offset: 0xB0E94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartDK281Wheel1 + type: texture + offset: 0xB0F14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartDK281Wheel2 + type: texture + offset: 0xB0F94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartDK281Wheel3 + type: texture + offset: 0xB1014 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartDK282Wheel0 + type: texture + offset: 0xB1094 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartDK282Wheel1 + type: texture + offset: 0xB1114 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartDK282Wheel2 + type: texture + offset: 0xB1194 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartDK282Wheel3 + type: texture + offset: 0xB1214 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartDK283Wheel0 + type: texture + offset: 0xB1294 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartDK283Wheel1 + type: texture + offset: 0xB1314 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartDK283Wheel2 + type: texture + offset: 0xB1394 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartDK283Wheel3 + type: texture + offset: 0xB1414 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartDK284Wheel0 + type: texture + offset: 0xB1494 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartDK284Wheel1 + type: texture + offset: 0xB1514 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartDK284Wheel2 + type: texture + offset: 0xB1594 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartDK284Wheel3 + type: texture + offset: 0xB1614 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartDK285Wheel0 + type: texture + offset: 0xB1694 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartDK285Wheel1 + type: texture + offset: 0xB1714 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartDK285Wheel2 + type: texture + offset: 0xB1794 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartDK285Wheel3 + type: texture + offset: 0xB1814 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartDK286Wheel0 + type: texture + offset: 0xB1894 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartDK286Wheel1 + type: texture + offset: 0xB1914 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartDK286Wheel2 + type: texture + offset: 0xB1994 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartDK286Wheel3 + type: texture + offset: 0xB1A14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartDK287Wheel0 + type: texture + offset: 0xB1A94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartDK287Wheel1 + type: texture + offset: 0xB1B14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartDK287Wheel2 + type: texture + offset: 0xB1B94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartDK287Wheel3 + type: texture + offset: 0xB1C14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartDK288Wheel0 + type: texture + offset: 0xB1C94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartDK288Wheel1 + type: texture + offset: 0xB1D14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartDK288Wheel2 + type: texture + offset: 0xB1D94 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartDK288Wheel3 + type: texture + offset: 0xB1E14 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +donkeykong_kart_palette: + symbol: gKartDKPalette + type: texture + offset: 0xB1E94 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/double_deck_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_data.yml new file mode 100644 index 0000000..d22b1d7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x8858A0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_double_deck_dl: + symbol: d_course_double_deck_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_double_deck_item_box_spawns: + symbol: d_course_double_deck_item_box_spawns + type: mk64:spawn_data + count: 43 + offset: 0x28 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/double_deck_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_displaylists.yml new file mode 100644 index 0000000..27328ee --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x9562F4 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_double_deck_packed_dls: + symbol: d_course_double_deck_packed_dls + type: blob + offset: 0x9562F4 + size: 0x373 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/double_deck_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_vertices.yml new file mode 100644 index 0000000..9f62e76 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/double_deck_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x955620] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_double_deck_vertex: + symbol: d_course_double_deck_vertex + type: mk64:course_vtx + count: 555 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_data.yml new file mode 100644 index 0000000..aee8f92 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_data.yml @@ -0,0 +1,373 @@ +:config: + segments: + - [0x06, 0x83F740] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_frappe_snowland_dl_0: + symbol: d_course_frappe_snowland_dl_0 + type: gfx + offset: 0x0 +d_course_frappe_snowland_dl_C8: + symbol: d_course_frappe_snowland_dl_C8 + type: gfx + offset: 0xC8 +d_course_frappe_snowland_dl_1B8: + symbol: d_course_frappe_snowland_dl_1B8 + type: gfx + offset: 0x1B8 +d_course_frappe_snowland_dl_298: + symbol: d_course_frappe_snowland_dl_298 + type: gfx + offset: 0x298 +d_course_frappe_snowland_dl_398: + symbol: d_course_frappe_snowland_dl_398 + type: gfx + offset: 0x398 +d_course_frappe_snowland_dl_458: + symbol: d_course_frappe_snowland_dl_458 + type: gfx + offset: 0x458 +d_course_frappe_snowland_dl_540: + symbol: d_course_frappe_snowland_dl_540 + type: gfx + offset: 0x540 +d_course_frappe_snowland_dl_610: + symbol: d_course_frappe_snowland_dl_610 + type: gfx + offset: 0x610 +d_course_frappe_snowland_dl_728: + symbol: d_course_frappe_snowland_dl_728 + type: gfx + offset: 0x728 +d_course_frappe_snowland_dl_7C8: + symbol: d_course_frappe_snowland_dl_7C8 + type: gfx + offset: 0x7C8 +d_course_frappe_snowland_dl_8C0: + symbol: d_course_frappe_snowland_dl_8C0 + type: gfx + offset: 0x8C0 +d_course_frappe_snowland_dl_940: + symbol: d_course_frappe_snowland_dl_940 + type: gfx + offset: 0x940 +d_course_frappe_snowland_dl_A38: + symbol: d_course_frappe_snowland_dl_A38 + type: gfx + offset: 0xA38 +d_course_frappe_snowland_dl_AA8: + symbol: d_course_frappe_snowland_dl_AA8 + type: gfx + offset: 0xAA8 +d_course_frappe_snowland_dl_BA8: + symbol: d_course_frappe_snowland_dl_BA8 + type: gfx + offset: 0xBA8 +d_course_frappe_snowland_dl_C38: + symbol: d_course_frappe_snowland_dl_C38 + type: gfx + offset: 0xC38 +d_course_frappe_snowland_dl_D28: + symbol: d_course_frappe_snowland_dl_D28 + type: gfx + offset: 0xD28 +d_course_frappe_snowland_dl_DA8: + symbol: d_course_frappe_snowland_dl_DA8 + type: gfx + offset: 0xDA8 +d_course_frappe_snowland_dl_EC8: + symbol: d_course_frappe_snowland_dl_EC8 + type: gfx + offset: 0xEC8 +d_course_frappe_snowland_dl_F90: + symbol: d_course_frappe_snowland_dl_F90 + type: gfx + offset: 0xF90 +d_course_frappe_snowland_dl_1068: + symbol: d_course_frappe_snowland_dl_1068 + type: gfx + offset: 0x1068 +d_course_frappe_snowland_dl_1118: + symbol: d_course_frappe_snowland_dl_1118 + type: gfx + offset: 0x1118 +d_course_frappe_snowland_dl_1240: + symbol: d_course_frappe_snowland_dl_1240 + type: gfx + offset: 0x1240 +d_course_frappe_snowland_dl_1360: + symbol: d_course_frappe_snowland_dl_1360 + type: gfx + offset: 0x1360 +d_course_frappe_snowland_dl_1430: + symbol: d_course_frappe_snowland_dl_1430 + type: gfx + offset: 0x1430 +d_course_frappe_snowland_dl_14E0: + symbol: d_course_frappe_snowland_dl_14E0 + type: gfx + offset: 0x14E0 +d_course_frappe_snowland_dl_1610: + symbol: d_course_frappe_snowland_dl_1610 + type: gfx + offset: 0x1610 +d_course_frappe_snowland_dl_1768: + symbol: d_course_frappe_snowland_dl_1768 + type: gfx + offset: 0x1768 +d_course_frappe_snowland_dl_1818: + symbol: d_course_frappe_snowland_dl_1818 + type: gfx + offset: 0x1818 +d_course_frappe_snowland_dl_1930: + symbol: d_course_frappe_snowland_dl_1930 + type: gfx + offset: 0x1930 +d_course_frappe_snowland_dl_1A50: + symbol: d_course_frappe_snowland_dl_1A50 + type: gfx + offset: 0x1A50 +d_course_frappe_snowland_dl_1BC8: + symbol: d_course_frappe_snowland_dl_1BC8 + type: gfx + offset: 0x1BC8 +d_course_frappe_snowland_dl_1C80: + symbol: d_course_frappe_snowland_dl_1C80 + type: gfx + offset: 0x1C80 +d_course_frappe_snowland_dl_1DE8: + symbol: d_course_frappe_snowland_dl_1DE8 + type: gfx + offset: 0x1DE8 +d_course_frappe_snowland_dl_1E98: + symbol: d_course_frappe_snowland_dl_1E98 + type: gfx + offset: 0x1E98 +d_course_frappe_snowland_dl_2000: + symbol: d_course_frappe_snowland_dl_2000 + type: gfx + offset: 0x2000 +d_course_frappe_snowland_dl_20B0: + symbol: d_course_frappe_snowland_dl_20B0 + type: gfx + offset: 0x20B0 +d_course_frappe_snowland_dl_2240: + symbol: d_course_frappe_snowland_dl_2240 + type: gfx + offset: 0x2240 +d_course_frappe_snowland_dl_2308: + symbol: d_course_frappe_snowland_dl_2308 + type: gfx + offset: 0x2308 +d_course_frappe_snowland_dl_2448: + symbol: d_course_frappe_snowland_dl_2448 + type: gfx + offset: 0x2448 +d_course_frappe_snowland_dl_2588: + symbol: d_course_frappe_snowland_dl_2588 + type: gfx + offset: 0x2588 +d_course_frappe_snowland_dl_2618: + symbol: d_course_frappe_snowland_dl_2618 + type: gfx + offset: 0x2618 +d_course_frappe_snowland_dl_2698: + symbol: d_course_frappe_snowland_dl_2698 + type: gfx + offset: 0x2698 +d_course_frappe_snowland_dl_2700: + symbol: d_course_frappe_snowland_dl_2700 + type: gfx + offset: 0x2700 +d_course_frappe_snowland_dl_2780: + symbol: d_course_frappe_snowland_dl_2780 + type: gfx + offset: 0x2780 +d_course_frappe_snowland_dl_27F8: + symbol: d_course_frappe_snowland_dl_27F8 + type: gfx + offset: 0x27F8 +d_course_frappe_snowland_dl_2860: + symbol: d_course_frappe_snowland_dl_2860 + type: gfx + offset: 0x2860 +d_course_frappe_snowland_dl_28A8: + symbol: d_course_frappe_snowland_dl_28A8 + type: gfx + offset: 0x28A8 +d_course_frappe_snowland_dl_2930: + symbol: d_course_frappe_snowland_dl_2930 + type: gfx + offset: 0x2930 +d_course_frappe_snowland_dl_29B0: + symbol: d_course_frappe_snowland_dl_29B0 + type: gfx + offset: 0x29B0 +d_course_frappe_snowland_dl_2A40: + symbol: d_course_frappe_snowland_dl_2A40 + type: gfx + offset: 0x2A40 +d_course_frappe_snowland_dl_2AB0: + symbol: d_course_frappe_snowland_dl_2AB0 + type: gfx + offset: 0x2AB0 +d_course_frappe_snowland_dl_2B48: + symbol: d_course_frappe_snowland_dl_2B48 + type: gfx + offset: 0x2B48 +d_course_frappe_snowland_dl_2BA0: + symbol: d_course_frappe_snowland_dl_2BA0 + type: gfx + offset: 0x2BA0 +d_course_frappe_snowland_dl_2C00: + symbol: d_course_frappe_snowland_dl_2C00 + type: gfx + offset: 0x2C00 +d_course_frappe_snowland_dl_2C50: + symbol: d_course_frappe_snowland_dl_2C50 + type: gfx + offset: 0x2C50 +d_course_frappe_snowland_dl_2CB8: + symbol: d_course_frappe_snowland_dl_2CB8 + type: gfx + offset: 0x2CB8 +d_course_frappe_snowland_dl_2D20: + symbol: d_course_frappe_snowland_dl_2D20 + type: gfx + offset: 0x2D20 +d_course_frappe_snowland_dl_2D78: + symbol: d_course_frappe_snowland_dl_2D78 + type: gfx + offset: 0x2D78 +d_course_frappe_snowland_dl_2DD0: + symbol: d_course_frappe_snowland_dl_2DD0 + type: gfx + offset: 0x2DD0 +d_course_frappe_snowland_dl_2E40: + symbol: d_course_frappe_snowland_dl_2E40 + type: gfx + offset: 0x2E40 +d_course_frappe_snowland_dl_2F40: + symbol: d_course_frappe_snowland_dl_2F40 + type: gfx + offset: 0x2F40 +d_course_frappe_snowland_dl_3000: + symbol: d_course_frappe_snowland_dl_3000 + type: gfx + offset: 0x3000 +d_course_frappe_snowland_dl_30D0: + symbol: d_course_frappe_snowland_dl_30D0 + type: gfx + offset: 0x30D0 +d_course_frappe_snowland_dl_3198: + symbol: d_course_frappe_snowland_dl_3198 + type: gfx + offset: 0x3198 +d_course_frappe_snowland_dl_3270: + symbol: d_course_frappe_snowland_dl_3270 + type: gfx + offset: 0x3270 +d_course_frappe_snowland_dl_3328: + symbol: d_course_frappe_snowland_dl_3328 + type: gfx + offset: 0x3328 +d_course_frappe_snowland_dl_33E0: + symbol: d_course_frappe_snowland_dl_33E0 + type: gfx + offset: 0x33E0 +d_course_frappe_snowland_unknown_waypoints: + symbol: d_course_frappe_snowland_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x34A0 + count: 73 +d_course_frappe_snowland_track_waypoints: + symbol: d_course_frappe_snowland_track_waypoints + type: mk64:TRACK_PATH + offset: 0x36E8 + count: 647 +d_course_frappe_snowland_snowman_tlut: + symbol: d_course_frappe_snowland_snowman_tlut + type: texture + offset: 0x4B20 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_frappe_snowland_snowman_head: + symbol: d_course_frappe_snowland_snowman_head + type: texture + offset: 0x4D20 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_frappe_snowland_snowman_tlut +d_course_frappe_snowland_snowman_body: + symbol: d_course_frappe_snowland_snowman_body + type: texture + offset: 0x5D20 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_frappe_snowland_snowman_tlut +d_course_frappe_snowland_snow_tlut: + symbol: d_course_frappe_snowland_snow_tlut + type: texture + offset: 0x6D20 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_frappe_snowland_snow: + symbol: d_course_frappe_snowland_snow + type: texture + offset: 0x6F20 + width: 32 + height: 32 + format: ci8 + ctype: u8 + tlut_symbol: d_course_frappe_snowland_snow_tlut +d_course_frappe_snowland_tree_tlut: + symbol: d_course_frappe_snowland_tree_tlut + type: texture + offset: 0x7320 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_frappe_snowland_tree: + symbol: d_frappe_snowland_tree + type: vtx + offset: 0x7520 + count: 8 +d_course_frappe_snowland_dl_tree: + symbol: d_course_frappe_snowland_dl_tree + type: gfx + offset: 0x75A0 +d_course_frappe_snowland_dl_76A0: + symbol: d_course_frappe_snowland_dl_76A0 + type: gfx + offset: 0x76A0 +d_course_frappe_snowland_tree_spawns: + symbol: d_course_frappe_snowland_tree_spawns + type: mk64:spawn_data + offset: 0x7718 + count: 31 +d_course_frappe_snowland_item_box_spawns: + symbol: d_course_frappe_snowland_item_box_spawns + type: mk64:spawn_data + offset: 0x7810 + count: 16 +d_course_frappe_snowland_addr: + symbol: d_course_frappe_snowland_addr + type: mk64:track_sections + offset: 0x79A0 + count: 48 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_displaylists.yml new file mode 100644 index 0000000..0697a46 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8D6624 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_frappe_snowland_packed_dls: + symbol: d_course_frappe_snowland_packed_dls + type: blob + offset: 0x8D6624 + size: 0x2821 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_vertices.yml new file mode 100644 index 0000000..fe413d1 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/frappe_snowland_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8CC900] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_frappe_snowland_vertex: + symbol: d_course_frappe_snowland_vertex + type: mk64:course_vtx + count: 5529 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_data.yml new file mode 100644 index 0000000..020298f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_data.yml @@ -0,0 +1,1543 @@ +:config: + segments: + - [0x06, 0x8666a0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_kalimari_desert_dl_0: + symbol: d_course_kalimari_desert_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_kalimari_desert_dl_100: + symbol: d_course_kalimari_desert_dl_100 + type: gfx + offset: 0x100 + otr_mode: index +d_course_kalimari_desert_dl_258: + symbol: d_course_kalimari_desert_dl_258 + type: gfx + offset: 0x258 + otr_mode: index +d_course_kalimari_desert_dl_310: + symbol: d_course_kalimari_desert_dl_310 + type: gfx + offset: 0x310 + otr_mode: index +d_course_kalimari_desert_dl_4A0: + symbol: d_course_kalimari_desert_dl_4A0 + type: gfx + offset: 0x4a0 + otr_mode: index +d_course_kalimari_desert_dl_5C0: + symbol: d_course_kalimari_desert_dl_5C0 + type: gfx + offset: 0x5c0 + otr_mode: index +d_course_kalimari_desert_dl_778: + symbol: d_course_kalimari_desert_dl_778 + type: gfx + offset: 0x778 + otr_mode: index +d_course_kalimari_desert_dl_858: + symbol: d_course_kalimari_desert_dl_858 + type: gfx + offset: 0x858 + otr_mode: index +d_course_kalimari_desert_dl_A58: + symbol: d_course_kalimari_desert_dl_A58 + type: gfx + offset: 0xa58 + otr_mode: index +d_course_kalimari_desert_dl_B38: + symbol: d_course_kalimari_desert_dl_B38 + type: gfx + offset: 0xb38 + otr_mode: index +d_course_kalimari_desert_dl_CD0: + symbol: d_course_kalimari_desert_dl_CD0 + type: gfx + offset: 0xcd0 + otr_mode: index +d_course_kalimari_desert_dl_DD0: + symbol: d_course_kalimari_desert_dl_DD0 + type: gfx + offset: 0xdd0 + otr_mode: index +d_course_kalimari_desert_dl_F68: + symbol: d_course_kalimari_desert_dl_F68 + type: gfx + offset: 0xf68 + otr_mode: index +d_course_kalimari_desert_dl_1030: + symbol: d_course_kalimari_desert_dl_1030 + type: gfx + offset: 0x1030 + otr_mode: index +d_course_kalimari_desert_dl_1258: + symbol: d_course_kalimari_desert_dl_1258 + type: gfx + offset: 0x1258 + otr_mode: index +d_course_kalimari_desert_dl_1350: + symbol: d_course_kalimari_desert_dl_1350 + type: gfx + offset: 0x1350 + otr_mode: index +d_course_kalimari_desert_dl_14C0: + symbol: d_course_kalimari_desert_dl_14C0 + type: gfx + offset: 0x14c0 + otr_mode: index +d_course_kalimari_desert_dl_1588: + symbol: d_course_kalimari_desert_dl_1588 + type: gfx + offset: 0x1588 + otr_mode: index +d_course_kalimari_desert_dl_17C8: + symbol: d_course_kalimari_desert_dl_17C8 + type: gfx + offset: 0x17c8 + otr_mode: index +d_course_kalimari_desert_dl_18C8: + symbol: d_course_kalimari_desert_dl_18C8 + type: gfx + offset: 0x18c8 + otr_mode: index +d_course_kalimari_desert_dl_1A58: + symbol: d_course_kalimari_desert_dl_1A58 + type: gfx + offset: 0x1a58 + otr_mode: index +d_course_kalimari_desert_dl_1B38: + symbol: d_course_kalimari_desert_dl_1B38 + type: gfx + offset: 0x1b38 + otr_mode: index +d_course_kalimari_desert_dl_1D48: + symbol: d_course_kalimari_desert_dl_1D48 + type: gfx + offset: 0x1d48 + otr_mode: index +d_course_kalimari_desert_dl_1E80: + symbol: d_course_kalimari_desert_dl_1E80 + type: gfx + offset: 0x1e80 + otr_mode: index +d_course_kalimari_desert_dl_2000: + symbol: d_course_kalimari_desert_dl_2000 + type: gfx + offset: 0x2000 + otr_mode: index +d_course_kalimari_desert_dl_20E0: + symbol: d_course_kalimari_desert_dl_20E0 + type: gfx + offset: 0x20e0 + otr_mode: index +d_course_kalimari_desert_dl_22D8: + symbol: d_course_kalimari_desert_dl_22D8 + type: gfx + offset: 0x22d8 + otr_mode: index +d_course_kalimari_desert_dl_2458: + symbol: d_course_kalimari_desert_dl_2458 + type: gfx + offset: 0x2458 + otr_mode: index +d_course_kalimari_desert_dl_25D0: + symbol: d_course_kalimari_desert_dl_25D0 + type: gfx + offset: 0x25d0 + otr_mode: index +d_course_kalimari_desert_dl_26E8: + symbol: d_course_kalimari_desert_dl_26E8 + type: gfx + offset: 0x26e8 + otr_mode: index +d_course_kalimari_desert_dl_2868: + symbol: d_course_kalimari_desert_dl_2868 + type: gfx + offset: 0x2868 + otr_mode: index +d_course_kalimari_desert_dl_29C0: + symbol: d_course_kalimari_desert_dl_29C0 + type: gfx + offset: 0x29c0 + otr_mode: index +d_course_kalimari_desert_dl_2B40: + symbol: d_course_kalimari_desert_dl_2B40 + type: gfx + offset: 0x2b40 + otr_mode: index +d_course_kalimari_desert_dl_2C88: + symbol: d_course_kalimari_desert_dl_2C88 + type: gfx + offset: 0x2c88 + otr_mode: index +d_course_kalimari_desert_dl_2DE8: + symbol: d_course_kalimari_desert_dl_2DE8 + type: gfx + offset: 0x2de8 + otr_mode: index +d_course_kalimari_desert_dl_2F30: + symbol: d_course_kalimari_desert_dl_2F30 + type: gfx + offset: 0x2f30 + otr_mode: index +d_course_kalimari_desert_dl_3068: + symbol: d_course_kalimari_desert_dl_3068 + type: gfx + offset: 0x3068 + otr_mode: index +d_course_kalimari_desert_dl_31C0: + symbol: d_course_kalimari_desert_dl_31C0 + type: gfx + offset: 0x31c0 + otr_mode: index +d_course_kalimari_desert_dl_32F8: + symbol: d_course_kalimari_desert_dl_32F8 + type: gfx + offset: 0x32f8 + otr_mode: index +d_course_kalimari_desert_dl_3460: + symbol: d_course_kalimari_desert_dl_3460 + type: gfx + offset: 0x3460 + otr_mode: index +d_course_kalimari_desert_dl_3590: + symbol: d_course_kalimari_desert_dl_3590 + type: gfx + offset: 0x3590 + otr_mode: index +d_course_kalimari_desert_dl_3718: + symbol: d_course_kalimari_desert_dl_3718 + type: gfx + offset: 0x3718 + otr_mode: index +d_course_kalimari_desert_dl_3818: + symbol: d_course_kalimari_desert_dl_3818 + type: gfx + offset: 0x3818 + otr_mode: index +d_course_kalimari_desert_dl_3998: + symbol: d_course_kalimari_desert_dl_3998 + type: gfx + offset: 0x3998 + otr_mode: index +d_course_kalimari_desert_dl_3AC0: + symbol: d_course_kalimari_desert_dl_3AC0 + type: gfx + offset: 0x3ac0 + otr_mode: index +d_course_kalimari_desert_dl_3CA0: + symbol: d_course_kalimari_desert_dl_3CA0 + type: gfx + offset: 0x3ca0 + otr_mode: index +d_course_kalimari_desert_dl_3DB8: + symbol: d_course_kalimari_desert_dl_3DB8 + type: gfx + offset: 0x3db8 + otr_mode: index +d_course_kalimari_desert_dl_3FB0: + symbol: d_course_kalimari_desert_dl_3FB0 + type: gfx + offset: 0x3fb0 + otr_mode: index +d_course_kalimari_desert_dl_40A8: + symbol: d_course_kalimari_desert_dl_40A8 + type: gfx + offset: 0x40a8 + otr_mode: index +d_course_kalimari_desert_dl_4280: + symbol: d_course_kalimari_desert_dl_4280 + type: gfx + offset: 0x4280 + otr_mode: index +d_course_kalimari_desert_dl_4358: + symbol: d_course_kalimari_desert_dl_4358 + type: gfx + offset: 0x4358 + otr_mode: index +d_course_kalimari_desert_dl_4538: + symbol: d_course_kalimari_desert_dl_4538 + type: gfx + offset: 0x4538 + otr_mode: index +d_course_kalimari_desert_dl_4630: + symbol: d_course_kalimari_desert_dl_4630 + type: gfx + offset: 0x4630 + otr_mode: index +d_course_kalimari_desert_dl_4908: + symbol: d_course_kalimari_desert_dl_4908 + type: gfx + offset: 0x4908 + otr_mode: index +d_course_kalimari_desert_dl_49E0: + symbol: d_course_kalimari_desert_dl_49E0 + type: gfx + offset: 0x49e0 + otr_mode: index +d_course_kalimari_desert_dl_4BA0: + symbol: d_course_kalimari_desert_dl_4BA0 + type: gfx + offset: 0x4ba0 + otr_mode: index +d_course_kalimari_desert_dl_4CF0: + symbol: d_course_kalimari_desert_dl_4CF0 + type: gfx + offset: 0x4cf0 + otr_mode: index +d_course_kalimari_desert_dl_4EF8: + symbol: d_course_kalimari_desert_dl_4EF8 + type: gfx + offset: 0x4ef8 + otr_mode: index +d_course_kalimari_desert_dl_4FB0: + symbol: d_course_kalimari_desert_dl_4FB0 + type: gfx + offset: 0x4fb0 + otr_mode: index +d_course_kalimari_desert_dl_5100: + symbol: d_course_kalimari_desert_dl_5100 + type: gfx + offset: 0x5100 + otr_mode: index +d_course_kalimari_desert_dl_5208: + symbol: d_course_kalimari_desert_dl_5208 + type: gfx + offset: 0x5208 + otr_mode: index +d_course_kalimari_desert_dl_53A0: + symbol: d_course_kalimari_desert_dl_53A0 + type: gfx + offset: 0x53a0 + otr_mode: index +d_course_kalimari_desert_dl_5470: + symbol: d_course_kalimari_desert_dl_5470 + type: gfx + offset: 0x5470 + otr_mode: index +d_course_kalimari_desert_dl_55C8: + symbol: d_course_kalimari_desert_dl_55C8 + type: gfx + offset: 0x55c8 + otr_mode: index +d_course_kalimari_desert_dl_5730: + symbol: d_course_kalimari_desert_dl_5730 + type: gfx + offset: 0x5730 + otr_mode: index +d_course_kalimari_desert_dl_5898: + symbol: d_course_kalimari_desert_dl_5898 + type: gfx + offset: 0x5898 + otr_mode: index +d_course_kalimari_desert_dl_5978: + symbol: d_course_kalimari_desert_dl_5978 + type: gfx + offset: 0x5978 + otr_mode: index +d_course_kalimari_desert_dl_5AD0: + symbol: d_course_kalimari_desert_dl_5AD0 + type: gfx + offset: 0x5ad0 + otr_mode: index +d_course_kalimari_desert_dl_5BE8: + symbol: d_course_kalimari_desert_dl_5BE8 + type: gfx + offset: 0x5be8 + otr_mode: index +d_course_kalimari_desert_dl_5D20: + symbol: d_course_kalimari_desert_dl_5D20 + type: gfx + offset: 0x5d20 + otr_mode: index +d_course_kalimari_desert_dl_5DF8: + symbol: d_course_kalimari_desert_dl_5DF8 + type: gfx + offset: 0x5df8 + otr_mode: index +d_course_kalimari_desert_dl_5F20: + symbol: d_course_kalimari_desert_dl_5F20 + type: gfx + offset: 0x5f20 + otr_mode: index +d_course_kalimari_desert_dl_6028: + symbol: d_course_kalimari_desert_dl_6028 + type: gfx + offset: 0x6028 + otr_mode: index +d_course_kalimari_desert_dl_61B0: + symbol: d_course_kalimari_desert_dl_61B0 + type: gfx + offset: 0x61b0 + otr_mode: index +d_course_kalimari_desert_dl_62F8: + symbol: d_course_kalimari_desert_dl_62F8 + type: gfx + offset: 0x62f8 + otr_mode: index +d_course_kalimari_desert_dl_63E0: + symbol: d_course_kalimari_desert_dl_63E0 + type: gfx + offset: 0x63e0 + otr_mode: index +d_course_kalimari_desert_dl_65B0: + symbol: d_course_kalimari_desert_dl_65B0 + type: gfx + offset: 0x65b0 + otr_mode: index +d_course_kalimari_desert_dl_66F0: + symbol: d_course_kalimari_desert_dl_66F0 + type: gfx + offset: 0x66f0 + otr_mode: index +d_course_kalimari_desert_dl_6838: + symbol: d_course_kalimari_desert_dl_6838 + type: gfx + offset: 0x6838 + otr_mode: index +d_course_kalimari_desert_dl_6940: + symbol: d_course_kalimari_desert_dl_6940 + type: gfx + offset: 0x6940 + otr_mode: index +d_course_kalimari_desert_unknown_waypoints: + symbol: d_course_kalimari_desert_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x6ac8 + count: 51 +d_course_kalimari_desert_track_unknown_waypoints: + symbol: d_course_kalimari_desert_track_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x6c60 + count: 76 +d_course_kalimari_desert_track_waypoints: + symbol: d_course_kalimari_desert_track_waypoints + type: mk64:TRACK_PATH + offset: 0x6ec0 + count: 664 +d_course_kalimari_desert_tree_tlut: + symbol: d_course_kalimari_desert_tree_tlut + type: texture + offset: 0x8380 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_cactus_model1: + symbol: d_course_kalimari_desert_cactus_model1 + type: vtx + offset: 0x8468 + count: 8 +d_course_kalimari_desert_cactus_model2: + symbol: d_course_kalimari_desert_cactus_model2 + type: vtx + offset: 0x84e8 + count: 8 +d_course_kalimari_desert_dl_cactus1: + symbol: d_course_kalimari_desert_dl_cactus1 + type: gfx + offset: 0x8528 +d_course_kalimari_desert_dl_cactus2: + symbol: d_course_kalimari_desert_dl_cactus2 + type: gfx + offset: 0x8628 +d_course_kalimari_desert_dl_cactus3: + symbol: d_course_kalimari_desert_dl_cactus3 + type: gfx + offset: 0x8728 +d_course_kalimari_desert_crossing_sign_inactive_top_left: + symbol: d_course_kalimari_desert_crossing_sign_inactive_top_left + type: texture + offset: 0x87e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_top_right: + symbol: d_course_kalimari_desert_crossing_sign_inactive_top_right + type: texture + offset: 0x97e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_bottom_left: + symbol: d_course_kalimari_desert_crossing_sign_inactive_bottom_left + type: texture + offset: 0xa7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_inactive_bottom_right: + symbol: d_course_kalimari_desert_crossing_sign_inactive_bottom_right + type: texture + offset: 0xb7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_top_left: + symbol: d_course_kalimari_desert_crossing_sign_active_top_left + type: texture + offset: 0xc7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_top_right: + symbol: d_course_kalimari_desert_crossing_sign_active_top_right + type: texture + offset: 0xd7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_bottom_left: + symbol: d_course_kalimari_desert_crossing_sign_active_bottom_left + type: texture + offset: 0xe7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_sign_active_bottom_right: + symbol: d_course_kalimari_desert_crossing_sign_active_bottom_right + type: texture + offset: 0xf7e8 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_crossing_signal_active_model: + symbol: d_course_kalimari_desert_crossing_signal_active_model + type: vtx + offset: 0x107e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model1: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model1 + type: vtx + offset: 0x10828 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model2: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model2 + type: vtx + offset: 0x10868 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model3: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model3 + type: vtx + offset: 0x108a8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model4: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model4 + type: vtx + offset: 0x108e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model5: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model5 + type: vtx + offset: 0x10928 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model6: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model6 + type: vtx + offset: 0x10968 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model7: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model7 + type: vtx + offset: 0x109a8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model8: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model8 + type: vtx + offset: 0x109e8 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model9: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model9 + type: vtx + offset: 0x10a28 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model10: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model10 + type: vtx + offset: 0x10a68 + count: 4 +d_course_kalimari_desert_crossing_signal_unknown_model11: + symbol: d_course_kalimari_desert_crossing_signal_unknown_model11 + type: vtx + offset: 0x10aa8 + count: 4 +d_course_kalimari_desert_dl_crossing_right_active: + symbol: d_course_kalimari_desert_dl_crossing_right_active + type: gfx + offset: 0x10ae8 +d_course_kalimari_desert_dl_crossing_left_active: + symbol: d_course_kalimari_desert_dl_crossing_left_active + type: gfx + offset: 0x10c10 +d_course_kalimari_desert_dl_crossing_both_inactive: + symbol: d_course_kalimari_desert_dl_crossing_both_inactive + type: gfx + offset: 0x10d38 +d_course_kalimari_desert_locomotive_64: + symbol: d_course_kalimari_desert_locomotive_64 + type: texture + offset: 0x10e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_cab_window: + symbol: d_course_kalimari_desert_locomotive_cab_window + type: texture + offset: 0x11660 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_cab_window_front: + symbol: d_course_kalimari_desert_locomotive_cab_window_front + type: texture + offset: 0x12660 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_chassis: + symbol: d_course_kalimari_desert_locomotive_chassis + type: texture + offset: 0x13660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_lamp: + symbol: d_course_kalimari_desert_locomotive_lamp + type: texture + offset: 0x13e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_boiler: + symbol: d_course_kalimari_desert_locomotive_boiler + type: texture + offset: 0x14660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_railing: + symbol: d_course_kalimari_desert_carriage_railing + type: texture + offset: 0x14e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_tender: + symbol: d_course_kalimari_desert_locomotive_tender + type: texture + offset: 0x15e60 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_railway_ballast: + symbol: d_course_kalimari_desert_railway_ballast + type: texture + offset: 0x16e60 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_lower: + symbol: d_course_kalimari_desert_carriage_lower + type: texture + offset: 0x17660 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_door: + symbol: d_course_kalimari_desert_carriage_door + type: texture + offset: 0x17e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_carriage_window: + symbol: d_course_kalimari_desert_carriage_window + type: texture + offset: 0x18e60 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_locomotive_model_lod2: + symbol: d_course_kalimari_desert_locomotive_model_lod2 + type: vtx + offset: 0x19e60 + count: 10 +d_course_kalimari_desert_unknown_lod2_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model1 + type: vtx + offset: 0x19f00 + count: 8 +d_course_kalimari_desert_unknown_lod2_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model2 + type: vtx + offset: 0x19f80 + count: 8 +d_course_kalimari_desert_unknown_lod2_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model3 + type: vtx + offset: 0x1a000 + count: 30 +d_course_kalimari_desert_unknown_lod2_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model4 + type: vtx + offset: 0x1a1e0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model5 + type: vtx + offset: 0x1a3e0 + count: 30 +d_course_kalimari_desert_unknown_lod2_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model6 + type: vtx + offset: 0x1a5c0 + count: 4 +d_course_kalimari_desert_unknown_lod2_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model7 + type: vtx + offset: 0x1a600 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model8 + type: vtx + offset: 0x1a800 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model9 + type: vtx + offset: 0x1a860 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model10 + type: vtx + offset: 0x1a8c0 + count: 4 +d_course_kalimari_desert_unknown_lod2_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model11 + type: vtx + offset: 0x1a900 + count: 28 +d_course_kalimari_desert_unknown_lod2_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model12 + type: vtx + offset: 0x1aac0 + count: 6 +d_course_kalimari_desert_unknown_lod2_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model13 + type: vtx + offset: 0x1ab20 + count: 12 +d_course_kalimari_desert_unknown_lod2_locomotive_model14: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model14 + type: vtx + offset: 0x1abe0 + count: 31 +d_course_kalimari_desert_unknown_lod2_locomotive_model15: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model15 + type: vtx + offset: 0x1add0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model16: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model16 + type: vtx + offset: 0x1afd0 + count: 16 +d_course_kalimari_desert_unknown_lod2_locomotive_model17: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model17 + type: vtx + offset: 0x1b0d0 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model18: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model18 + type: vtx + offset: 0x1b2d0 + count: 12 +d_course_kalimari_desert_unknown_lod2_locomotive_model19: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model19 + type: vtx + offset: 0x1b390 + count: 31 +d_course_kalimari_desert_unknown_lod2_locomotive_model20: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model20 + type: vtx + offset: 0x1b580 + count: 32 +d_course_kalimari_desert_unknown_lod2_locomotive_model21: + symbol: d_course_kalimari_desert_unknown_lod2_locomotive_model21 + type: vtx + offset: 0x1b780 + count: 4 +d_course_kalimari_desert_dl_1B7C0: + symbol: d_course_kalimari_desert_dl_1B7C0 + type: gfx + offset: 0x1b7c0 +d_course_kalimari_desert_dl_1B850: + symbol: d_course_kalimari_desert_dl_1B850 + type: gfx + offset: 0x1b850 +d_course_kalimari_desert_dl_1B950: + symbol: d_course_kalimari_desert_dl_1B950 + type: gfx + offset: 0x1b950 +d_course_kalimari_desert_dl_1B968: + symbol: d_course_kalimari_desert_dl_1B968 + type: gfx + offset: 0x1b968 +d_course_kalimari_desert_dl_1B978: + symbol: d_course_kalimari_desert_dl_1B978 + type: gfx + offset: 0x1b978 +d_course_kalimari_desert_dl_1B990: + symbol: d_course_kalimari_desert_dl_1B990 + type: gfx + offset: 0x1b990 +d_course_kalimari_desert_dl_1BD18: + symbol: d_course_kalimari_desert_dl_1BD18 + type: gfx + offset: 0x1bd18 +d_course_kalimari_desert_dl_1BD58: + symbol: d_course_kalimari_desert_dl_1BD58 + type: gfx + offset: 0x1bd58 +d_course_kalimari_desert_dl_1BEF8: + symbol: d_course_kalimari_desert_dl_1BEF8 + type: gfx + offset: 0x1bef8 +d_course_kalimari_desert_dl_1BF90: + symbol: d_course_kalimari_desert_dl_1BF90 + type: gfx + offset: 0x1bf90 +d_course_kalimari_desert_dl_1C0B0: + symbol: d_course_kalimari_desert_dl_1C0B0 + type: gfx + offset: 0x1c0b0 +d_course_kalimari_desert_dl_1C0E0: + symbol: d_course_kalimari_desert_dl_1C0E0 + type: gfx + offset: 0x1c0e0 +d_course_kalimari_desert_dl_1C0F0: + symbol: d_course_kalimari_desert_dl_1C0F0 + type: gfx + offset: 0x1c0f0 +d_course_kalimari_desert_locomotive_model_lod1: + symbol: d_course_kalimari_desert_locomotive_model_lod1 + type: vtx + offset: 0x1c108 + count: 10 +d_course_kalimari_desert_unknown_lod1_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model1 + type: vtx + offset: 0x1c1a8 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model2 + type: vtx + offset: 0x1c228 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model3 + type: vtx + offset: 0x1c2a8 + count: 32 +d_course_kalimari_desert_unknown_lod1_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model4 + type: vtx + offset: 0x1c4a8 + count: 30 +d_course_kalimari_desert_unknown_lod1_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model5 + type: vtx + offset: 0x1c688 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model6 + type: vtx + offset: 0x1c7c8 + count: 6 +d_course_kalimari_desert_unknown_lod1_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model7 + type: vtx + offset: 0x1c828 + count: 4 +d_course_kalimari_desert_unknown_lod1_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model8 + type: vtx + offset: 0x1c868 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model9 + type: vtx + offset: 0x1c9a8 + count: 4 +d_course_kalimari_desert_unknown_lod1_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model10 + type: vtx + offset: 0x1c9e8 + count: 8 +d_course_kalimari_desert_unknown_lod1_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model11 + type: vtx + offset: 0x1ca68 + count: 30 +d_course_kalimari_desert_unknown_lod1_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model12 + type: vtx + offset: 0x1cc48 + count: 20 +d_course_kalimari_desert_unknown_lod1_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model13 + type: vtx + offset: 0x1cd88 + count: 31 +d_course_kalimari_desert_unknown_lod1_locomotive_model14: + symbol: d_course_kalimari_desert_unknown_lod1_locomotive_model14 + type: vtx + offset: 0x1cf78 + count: 3 +d_course_kalimari_desert_dl_1CFA8: + symbol: d_course_kalimari_desert_dl_1CFA8 + type: gfx + offset: 0x1cfa8 +d_course_kalimari_desert_dl_1D038: + symbol: d_course_kalimari_desert_dl_1D038 + type: gfx + offset: 0x1d038 +d_course_kalimari_desert_dl_1D138: + symbol: d_course_kalimari_desert_dl_1D138 + type: gfx + offset: 0x1d138 +d_course_kalimari_desert_dl_1D150: + symbol: d_course_kalimari_desert_dl_1D150 + type: gfx + offset: 0x1d150 +d_course_kalimari_desert_dl_1D160: + symbol: d_course_kalimari_desert_dl_1D160 + type: gfx + offset: 0x1d160 +d_course_kalimari_desert_dl_1D178: + symbol: d_course_kalimari_desert_dl_1D178 + type: gfx + offset: 0x1d178 +d_course_kalimari_desert_dl_1D418: + symbol: d_course_kalimari_desert_dl_1D418 + type: gfx + offset: 0x1d418 +d_course_kalimari_desert_dl_1D450: + symbol: d_course_kalimari_desert_dl_1D450 + type: gfx + offset: 0x1d450 +d_course_kalimari_desert_dl_1D540: + symbol: d_course_kalimari_desert_dl_1D540 + type: gfx + offset: 0x1d540 +d_course_kalimari_desert_dl_1D598: + symbol: d_course_kalimari_desert_dl_1D598 + type: gfx + offset: 0x1d598 +d_course_kalimari_desert_dl_1D630: + symbol: d_course_kalimari_desert_dl_1D630 + type: gfx + offset: 0x1d630 +d_course_kalimari_desert_dl_1D660: + symbol: d_course_kalimari_desert_dl_1D660 + type: gfx + offset: 0x1d660 +d_course_kalimari_desert_dl_1D670: + symbol: d_course_kalimari_desert_dl_1D670 + type: gfx + offset: 0x1d670 +d_course_kalimari_desert_locomotive_model_lod0: + symbol: d_course_kalimari_desert_locomotive_model_lod0 + type: vtx + offset: 0x1d688 + count: 10 +d_course_kalimari_desert_unknown_lod0_locomotive_model1: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model1 + type: vtx + offset: 0x1d728 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model2: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model2 + type: vtx + offset: 0x1d7a8 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model3: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model3 + type: vtx + offset: 0x1d828 + count: 32 +d_course_kalimari_desert_unknown_lod0_locomotive_model4: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model4 + type: vtx + offset: 0x1da28 + count: 14 +d_course_kalimari_desert_unknown_lod0_locomotive_model5: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model5 + type: vtx + offset: 0x1db08 + count: 12 +d_course_kalimari_desert_unknown_lod0_locomotive_model6: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model6 + type: vtx + offset: 0x1dbc8 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model7: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model7 + type: vtx + offset: 0x1dc08 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model8: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model8 + type: vtx + offset: 0x1dc48 + count: 16 +d_course_kalimari_desert_unknown_lod0_locomotive_model9: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model9 + type: vtx + offset: 0x1dd48 + count: 4 +d_course_kalimari_desert_unknown_lod0_locomotive_model10: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model10 + type: vtx + offset: 0x1dd88 + count: 8 +d_course_kalimari_desert_unknown_lod0_locomotive_model11: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model11 + type: vtx + offset: 0x1de08 + count: 30 +d_course_kalimari_desert_unknown_lod0_locomotive_model12: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model12 + type: vtx + offset: 0x1dfe8 + count: 19 +d_course_kalimari_desert_unknown_lod0_locomotive_model13: + symbol: d_course_kalimari_desert_unknown_lod0_locomotive_model13 + type: vtx + offset: 0x1e118 + count: 27 +d_course_kalimari_desert_dl_1E2C8: + symbol: d_course_kalimari_desert_dl_1E2C8 + type: gfx + offset: 0x1e2c8 +d_course_kalimari_desert_dl_1E358: + symbol: d_course_kalimari_desert_dl_1E358 + type: gfx + offset: 0x1e358 +d_course_kalimari_desert_dl_1E458: + symbol: d_course_kalimari_desert_dl_1E458 + type: gfx + offset: 0x1e458 +d_course_kalimari_desert_dl_1E470: + symbol: d_course_kalimari_desert_dl_1E470 + type: gfx + offset: 0x1e470 +d_course_kalimari_desert_dl_1E480: + symbol: d_course_kalimari_desert_dl_1E480 + type: gfx + offset: 0x1e480 +d_course_kalimari_desert_dl_1E498: + symbol: d_course_kalimari_desert_dl_1E498 + type: gfx + offset: 0x1e498 +d_course_kalimari_desert_dl_1E6D8: + symbol: d_course_kalimari_desert_dl_1E6D8 + type: gfx + offset: 0x1e6d8 +d_course_kalimari_desert_dl_1E710: + symbol: d_course_kalimari_desert_dl_1E710 + type: gfx + offset: 0x1e710 +d_course_kalimari_desert_dl_1E800: + symbol: d_course_kalimari_desert_dl_1E800 + type: gfx + offset: 0x1e800 +d_course_kalimari_desert_dl_1E858: + symbol: d_course_kalimari_desert_dl_1E858 + type: gfx + offset: 0x1e858 +d_course_kalimari_desert_dl_1E8D0: + symbol: d_course_kalimari_desert_dl_1E8D0 + type: gfx + offset: 0x1e8d0 +d_course_kalimari_desert_dl_1E900: + symbol: d_course_kalimari_desert_dl_1E900 + type: gfx + offset: 0x1e900 +d_course_kalimari_desert_dl_1E910: + symbol: d_course_kalimari_desert_dl_1E910 + type: gfx + offset: 0x1e910 +d_course_kalimari_desert_tender_model_lod2: + symbol: d_course_kalimari_desert_tender_model_lod2 + type: vtx + offset: 0x1e928 + count: 28 +d_course_kalimari_desert_unknown_lod2_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model1 + type: vtx + offset: 0x1eae8 + count: 32 +d_course_kalimari_desert_unknown_lod2_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model2 + type: vtx + offset: 0x1ece8 + count: 4 +d_course_kalimari_desert_unknown_lod2_tender_model3: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model3 + type: vtx + offset: 0x1ed28 + count: 27 +d_course_kalimari_desert_unknown_lod2_tender_model4: + symbol: d_course_kalimari_desert_unknown_lod2_tender_model4 + type: vtx + offset: 0x1eed8 + count: 16 +d_course_kalimari_desert_dl_1EFD8: + symbol: d_course_kalimari_desert_dl_1EFD8 + type: gfx + offset: 0x1efd8 +d_course_kalimari_desert_dl_1F050: + symbol: d_course_kalimari_desert_dl_1F050 + type: gfx + offset: 0x1f050 +d_course_kalimari_desert_dl_1F0D8: + symbol: d_course_kalimari_desert_dl_1F0D8 + type: gfx + offset: 0x1f0d8 +d_course_kalimari_desert_dl_1F1F8: + symbol: d_course_kalimari_desert_dl_1F1F8 + type: gfx + offset: 0x1f1f8 +d_course_kalimari_desert_dl_1F218: + symbol: d_course_kalimari_desert_dl_1F218 + type: gfx + offset: 0x1f218 +d_course_kalimari_desert_dl_1F228: + symbol: d_course_kalimari_desert_dl_1F228 + type: gfx + offset: 0x1f228 +d_course_kalimari_desert_tender_model_lod1: + symbol: d_course_kalimari_desert_tender_model_lod1 + type: vtx + offset: 0x1f240 + count: 23 +d_course_kalimari_desert_unknown_lod1_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod1_tender_model1 + type: vtx + offset: 0x1f3b0 + count: 12 +d_course_kalimari_desert_unknown_lod1_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod1_tender_model2 + type: vtx + offset: 0x1f470 + count: 16 +d_course_kalimari_desert_dl_1F570: + symbol: d_course_kalimari_desert_dl_1F570 + type: gfx + offset: 0x1f570 +d_course_kalimari_desert_dl_1F5E0: + symbol: d_course_kalimari_desert_dl_1F5E0 + type: gfx + offset: 0x1f5e0 +d_course_kalimari_desert_dl_1F6E0: + symbol: d_course_kalimari_desert_dl_1F6E0 + type: gfx + offset: 0x1f6e0 +d_course_kalimari_desert_dl_1F6F8: + symbol: d_course_kalimari_desert_dl_1F6F8 + type: gfx + offset: 0x1f6f8 +d_course_kalimari_desert_dl_1F708: + symbol: d_course_kalimari_desert_dl_1F708 + type: gfx + offset: 0x1f708 +d_course_kalimari_desert_dl_1F720: + symbol: d_course_kalimari_desert_dl_1F720 + type: gfx + offset: 0x1f720 +d_course_kalimari_desert_tender_model_lod0: + symbol: d_course_kalimari_desert_tender_model_lod0 + type: vtx + offset: 0x1f728 + count: 16 +d_course_kalimari_desert_unknown_lod0_tender_model1: + symbol: d_course_kalimari_desert_unknown_lod0_tender_model1 + type: vtx + offset: 0x1f828 + count: 6 +d_course_kalimari_desert_unknown_lod0_tender_model2: + symbol: d_course_kalimari_desert_unknown_lod0_tender_model2 + type: vtx + offset: 0x1f888 + count: 16 +d_course_kalimari_desert_dl_1F988: + symbol: d_course_kalimari_desert_dl_1F988 + type: gfx + offset: 0x1f988 +d_course_kalimari_desert_dl_1F9D8: + symbol: d_course_kalimari_desert_dl_1F9D8 + type: gfx + offset: 0x1f9d8 +d_course_kalimari_desert_dl_1FAD0: + symbol: d_course_kalimari_desert_dl_1FAD0 + type: gfx + offset: 0x1fad0 +d_course_kalimari_desert_dl_1FAE8: + symbol: d_course_kalimari_desert_dl_1FAE8 + type: gfx + offset: 0x1fae8 +d_course_kalimari_desert_dl_1FAF8: + symbol: d_course_kalimari_desert_dl_1FAF8 + type: gfx + offset: 0x1faf8 +d_course_kalimari_desert_dl_1FB10: + symbol: d_course_kalimari_desert_dl_1FB10 + type: gfx + offset: 0x1fb10 +d_course_kalimari_desert_carriage_chassis_model_lod2: + symbol: d_course_kalimari_desert_carriage_chassis_model_lod2 + type: vtx + offset: 0x1fb18 + count: 12 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model1: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model1 + type: vtx + offset: 0x1fbd8 + count: 20 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model2: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model2 + type: vtx + offset: 0x1fd18 + count: 32 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model3: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model3 + type: vtx + offset: 0x1ff18 + count: 15 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model4: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model4 + type: vtx + offset: 0x20008 + count: 8 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model5: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model5 + type: vtx + offset: 0x20088 + count: 4 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model6: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model6 + type: vtx + offset: 0x200c8 + count: 12 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model7: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model7 + type: vtx + offset: 0x20188 + count: 32 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model8: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model8 + type: vtx + offset: 0x20388 + count: 4 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model9: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model9 + type: vtx + offset: 0x203c8 + count: 20 +d_course_kalimari_desert_unknown_lod2_carriage_chassis_model10: + symbol: d_course_kalimari_desert_unknown_lod2_carriage_chassis_model10 + type: vtx + offset: 0x20508 + count: 7 +d_course_kalimari_desert_dl_20578: + symbol: d_course_kalimari_desert_dl_20578 + type: gfx + offset: 0x20578 +d_course_kalimari_desert_dl_20610: + symbol: d_course_kalimari_desert_dl_20610 + type: gfx + offset: 0x20610 +d_course_kalimari_desert_dl_20620: + symbol: d_course_kalimari_desert_dl_20620 + type: gfx + offset: 0x20620 +d_course_kalimari_desert_dl_20630: + symbol: d_course_kalimari_desert_dl_20630 + type: gfx + offset: 0x20630 +d_course_kalimari_desert_dl_20688: + symbol: d_course_kalimari_desert_dl_20688 + type: gfx + offset: 0x20688 +d_course_kalimari_desert_dl_208A0: + symbol: d_course_kalimari_desert_dl_208A0 + type: gfx + offset: 0x208a0 +d_course_kalimari_desert_dl_20928: + symbol: d_course_kalimari_desert_dl_20928 + type: gfx + offset: 0x20928 +d_course_kalimari_desert_dl_20980: + symbol: d_course_kalimari_desert_dl_20980 + type: gfx + offset: 0x20980 +d_course_kalimari_desert_dl_209C8: + symbol: d_course_kalimari_desert_dl_209C8 + type: gfx + offset: 0x209c8 +d_course_kalimari_desert_dl_209F8: + symbol: d_course_kalimari_desert_dl_209F8 + type: gfx + offset: 0x209f8 +d_course_kalimari_desert_dl_20A08: + symbol: d_course_kalimari_desert_dl_20A08 + type: gfx + offset: 0x20a08 +d_course_kalimari_desert_dl_20A20: + symbol: d_course_kalimari_desert_dl_20A20 + type: gfx + offset: 0x20a20 +d_course_kalimari_desert_carriage_chassis_model_lod1: + symbol: d_course_kalimari_desert_carriage_chassis_model_lod1 + type: vtx + offset: 0x20a38 + count: 4 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model1: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model1 + type: vtx + offset: 0x20a78 + count: 16 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model2: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model2 + type: vtx + offset: 0x20b78 + count: 32 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model3: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model3 + type: vtx + offset: 0x20d78 + count: 17 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model4: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model4 + type: vtx + offset: 0x20e88 + count: 8 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model5: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model5 + type: vtx + offset: 0x20f08 + count: 4 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model6: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model6 + type: vtx + offset: 0x20f48 + count: 12 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model7: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model7 + type: vtx + offset: 0x21008 + count: 16 +d_course_kalimari_desert_unknown_lod1_carriage_chassis_model8: + symbol: d_course_kalimari_desert_unknown_lod1_carriage_chassis_model8 + type: vtx + offset: 0x21108 + count: 7 +d_course_kalimari_desert_dl_21178: + symbol: d_course_kalimari_desert_dl_21178 + type: gfx + offset: 0x21178 +d_course_kalimari_desert_dl_21200: + symbol: d_course_kalimari_desert_dl_21200 + type: gfx + offset: 0x21200 +d_course_kalimari_desert_dl_21210: + symbol: d_course_kalimari_desert_dl_21210 + type: gfx + offset: 0x21210 +d_course_kalimari_desert_dl_21220: + symbol: d_course_kalimari_desert_dl_21220 + type: gfx + offset: 0x21220 +d_course_kalimari_desert_dl_21238: + symbol: d_course_kalimari_desert_dl_21238 + type: gfx + offset: 0x21238 +d_course_kalimari_desert_dl_21288: + symbol: d_course_kalimari_desert_dl_21288 + type: gfx + offset: 0x21288 +d_course_kalimari_desert_dl_21480: + symbol: d_course_kalimari_desert_dl_21480 + type: gfx + offset: 0x21480 +d_course_kalimari_desert_dl_214D0: + symbol: d_course_kalimari_desert_dl_214D0 + type: gfx + offset: 0x214d0 +d_course_kalimari_desert_dl_21518: + symbol: d_course_kalimari_desert_dl_21518 + type: gfx + offset: 0x21518 +d_course_kalimari_desert_dl_21540: + symbol: d_course_kalimari_desert_dl_21540 + type: gfx + offset: 0x21540 +d_course_kalimari_desert_dl_21550: + symbol: d_course_kalimari_desert_dl_21550 + type: gfx + offset: 0x21550 +d_course_kalimari_desert_carriage_model_lod0: + symbol: d_course_kalimari_desert_carriage_model_lod0 + type: vtx + offset: 0x21568 + count: 4 +d_course_kalimari_desert_unknown_lod0_carriage_model1: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model1 + type: vtx + offset: 0x215a8 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model2: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model2 + type: vtx + offset: 0x216a8 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model3: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model3 + type: vtx + offset: 0x217a8 + count: 12 +d_course_kalimari_desert_unknown_lod0_carriage_model4: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model4 + type: vtx + offset: 0x21868 + count: 16 +d_course_kalimari_desert_unknown_lod0_carriage_model5: + symbol: d_course_kalimari_desert_unknown_lod0_carriage_model5 + type: vtx + offset: 0x21968 + count: 7 +d_course_kalimari_desert_dl_219D8: + symbol: d_course_kalimari_desert_dl_219D8 + type: gfx + offset: 0x219d8 +d_course_kalimari_desert_dl_21A60: + symbol: d_course_kalimari_desert_dl_21A60 + type: gfx + offset: 0x21a60 +d_course_kalimari_desert_dl_21A70: + symbol: d_course_kalimari_desert_dl_21A70 + type: gfx + offset: 0x21a70 +d_course_kalimari_desert_dl_21A80: + symbol: d_course_kalimari_desert_dl_21A80 + type: gfx + offset: 0x21a80 +d_course_kalimari_desert_dl_21A98: + symbol: d_course_kalimari_desert_dl_21A98 + type: gfx + offset: 0x21a98 +d_course_kalimari_desert_dl_21AE8: + symbol: d_course_kalimari_desert_dl_21AE8 + type: gfx + offset: 0x21ae8 +d_course_kalimari_desert_dl_21BC0: + symbol: d_course_kalimari_desert_dl_21BC0 + type: gfx + offset: 0x21bc0 +d_course_kalimari_desert_dl_21C10: + symbol: d_course_kalimari_desert_dl_21C10 + type: gfx + offset: 0x21c10 +d_course_kalimari_desert_dl_21C58: + symbol: d_course_kalimari_desert_dl_21C58 + type: gfx + offset: 0x21c58 +d_course_kalimari_desert_dl_21C80: + symbol: d_course_kalimari_desert_dl_21C80 + type: gfx + offset: 0x21c80 +d_course_kalimari_desert_dl_21C90: + symbol: d_course_kalimari_desert_dl_21C90 + type: gfx + offset: 0x21c90 +d_course_kalimari_desert_unknown_model1: + symbol: d_course_kalimari_desert_unknown_model1 + type: vtx + offset: 0x21ca8 + count: 4 +d_course_kalimari_desert_unknown_model2: + symbol: d_course_kalimari_desert_unknown_model2 + type: vtx + offset: 0x21ce8 + count: 4 +d_course_kalimari_desert_train_bogie: + symbol: d_course_kalimari_desert_train_bogie + type: texture + offset: 0x21d28 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_kalimari_desert_dl_22D28: + symbol: d_course_kalimari_desert_dl_22D28 + type: gfx + offset: 0x22d28 +d_course_kalimari_desert_dl_22D70: + symbol: d_course_kalimari_desert_dl_22D70 + type: gfx + offset: 0x22d70 +d_course_kalimari_desert_dl_22DB8: + symbol: d_course_kalimari_desert_dl_22DB8 + type: gfx + offset: 0x22db8 +d_course_kalimari_desert_dl_22E00: + symbol: d_course_kalimari_desert_dl_22E00 + type: gfx + offset: 0x22e00 + otr_mode: index +d_course_kalimari_desert_item_box_spawns: + symbol: d_course_kalimari_desert_item_box_spawns + type: mk64:spawn_data + offset: 0x22e88 + count: 16 +d_course_kalimari_desert_cactus_spawn: + symbol: d_course_kalimari_desert_cactus_spawn + type: mk64:spawn_data + offset: 0x22f08 + count: 45 +d_course_kalimari_desert_addr: + symbol: d_course_kalimari_desert_addr + type: mk64:track_sections + offset: 0x23070 + count: 102 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_displaylists.yml new file mode 100644 index 0000000..1598abc --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x934004 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_kalimari_desert_packed_dls: + symbol: d_course_kalimari_desert_packed_dls + type: blob + offset: 0x934004 + size: 0x2FC6 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_vertices.yml new file mode 100644 index 0000000..81d54c6 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/kalimari_desert_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x928c70] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_kalimari_desert_vertex: + symbol: d_course_kalimari_desert_vertex + type: mk64:course_vtx + count: 6393 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_data.yml new file mode 100644 index 0000000..ecdef9a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_data.yml @@ -0,0 +1,1527 @@ +:config: + segments: + - [0x06, 0x842E40] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_koopa_troopa_beach_crab_frames: + range: [0xD828, 0x13828] + mode: APPEND +d_course_koopa_troopa_beach_dl_0: + symbol: d_course_koopa_troopa_beach_dl_0 + type: gfx + offset: 0x0 +d_course_koopa_troopa_beach_dl_48: + symbol: d_course_koopa_troopa_beach_dl_48 + type: gfx + offset: 0x48 +d_course_koopa_troopa_beach_dl_90: + symbol: d_course_koopa_troopa_beach_dl_90 + type: gfx + offset: 0x90 +d_course_koopa_troopa_beach_dl_118: + symbol: d_course_koopa_troopa_beach_dl_118 + type: gfx + offset: 0x118 +d_course_koopa_troopa_beach_dl_188: + symbol: d_course_koopa_troopa_beach_dl_188 + type: gfx + offset: 0x188 +d_course_koopa_troopa_beach_dl_218: + symbol: d_course_koopa_troopa_beach_dl_218 + type: gfx + offset: 0x218 +d_course_koopa_troopa_beach_dl_278: + symbol: d_course_koopa_troopa_beach_dl_278 + type: gfx + offset: 0x278 +d_course_koopa_troopa_beach_dl_328: + symbol: d_course_koopa_troopa_beach_dl_328 + type: gfx + offset: 0x328 +d_course_koopa_troopa_beach_dl_3C0: + symbol: d_course_koopa_troopa_beach_dl_3C0 + type: gfx + offset: 0x3C0 +d_course_koopa_troopa_beach_dl_458: + symbol: d_course_koopa_troopa_beach_dl_458 + type: gfx + offset: 0x458 +d_course_koopa_troopa_beach_dl_4B0: + symbol: d_course_koopa_troopa_beach_dl_4B0 + type: gfx + offset: 0x4B0 +d_course_koopa_troopa_beach_dl_530: + symbol: d_course_koopa_troopa_beach_dl_530 + type: gfx + offset: 0x530 +d_course_koopa_troopa_beach_dl_5A0: + symbol: d_course_koopa_troopa_beach_dl_5A0 + type: gfx + offset: 0x5A0 +d_course_koopa_troopa_beach_dl_658: + symbol: d_course_koopa_troopa_beach_dl_658 + type: gfx + offset: 0x658 +d_course_koopa_troopa_beach_dl_6E0: + symbol: d_course_koopa_troopa_beach_dl_6E0 + type: gfx + offset: 0x6E0 +d_course_koopa_troopa_beach_dl_790: + symbol: d_course_koopa_troopa_beach_dl_790 + type: gfx + offset: 0x790 +d_course_koopa_troopa_beach_dl_828: + symbol: d_course_koopa_troopa_beach_dl_828 + type: gfx + offset: 0x828 +d_course_koopa_troopa_beach_dl_8F0: + symbol: d_course_koopa_troopa_beach_dl_8F0 + type: gfx + offset: 0x8F0 +d_course_koopa_troopa_beach_dl_960: + symbol: d_course_koopa_troopa_beach_dl_960 + type: gfx + offset: 0x960 +d_course_koopa_troopa_beach_dl_9E0: + symbol: d_course_koopa_troopa_beach_dl_9E0 + type: gfx + offset: 0x9E0 +d_course_koopa_troopa_beach_dl_A58: + symbol: d_course_koopa_troopa_beach_dl_A58 + type: gfx + offset: 0xA58 +d_course_koopa_troopa_beach_dl_B10: + symbol: d_course_koopa_troopa_beach_dl_B10 + type: gfx + offset: 0xB10 +d_course_koopa_troopa_beach_dl_B98: + symbol: d_course_koopa_troopa_beach_dl_B98 + type: gfx + offset: 0xB98 +d_course_koopa_troopa_beach_dl_C50: + symbol: d_course_koopa_troopa_beach_dl_C50 + type: gfx + offset: 0xC50 +d_course_koopa_troopa_beach_dl_CF0: + symbol: d_course_koopa_troopa_beach_dl_CF0 + type: gfx + offset: 0xCF0 +d_course_koopa_troopa_beach_dl_DB8: + symbol: d_course_koopa_troopa_beach_dl_DB8 + type: gfx + offset: 0xDB8 +d_course_koopa_troopa_beach_dl_E48: + symbol: d_course_koopa_troopa_beach_dl_E48 + type: gfx + offset: 0xE48 +d_course_koopa_troopa_beach_dl_EE0: + symbol: d_course_koopa_troopa_beach_dl_EE0 + type: gfx + offset: 0xEE0 +d_course_koopa_troopa_beach_dl_F60: + symbol: d_course_koopa_troopa_beach_dl_F60 + type: gfx + offset: 0xF60 +d_course_koopa_troopa_beach_dl_1040: + symbol: d_course_koopa_troopa_beach_dl_1040 + type: gfx + offset: 0x1040 +d_course_koopa_troopa_beach_dl_10D0: + symbol: d_course_koopa_troopa_beach_dl_10D0 + type: gfx + offset: 0x10D0 +d_course_koopa_troopa_beach_dl_1178: + symbol: d_course_koopa_troopa_beach_dl_1178 + type: gfx + offset: 0x1178 +d_course_koopa_troopa_beach_dl_1218: + symbol: d_course_koopa_troopa_beach_dl_1218 + type: gfx + offset: 0x1218 +d_course_koopa_troopa_beach_dl_1310: + symbol: d_course_koopa_troopa_beach_dl_1310 + type: gfx + offset: 0x1310 +d_course_koopa_troopa_beach_dl_13B8: + symbol: d_course_koopa_troopa_beach_dl_13B8 + type: gfx + offset: 0x13B8 +d_course_koopa_troopa_beach_dl_1430: + symbol: d_course_koopa_troopa_beach_dl_1430 + type: gfx + offset: 0x1430 +d_course_koopa_troopa_beach_dl_1498: + symbol: d_course_koopa_troopa_beach_dl_1498 + type: gfx + offset: 0x1498 +d_course_koopa_troopa_beach_dl_1558: + symbol: d_course_koopa_troopa_beach_dl_1558 + type: gfx + offset: 0x1558 +d_course_koopa_troopa_beach_dl_15E0: + symbol: d_course_koopa_troopa_beach_dl_15E0 + type: gfx + offset: 0x15E0 +d_course_koopa_troopa_beach_dl_1680: + symbol: d_course_koopa_troopa_beach_dl_1680 + type: gfx + offset: 0x1680 +d_course_koopa_troopa_beach_dl_1708: + symbol: d_course_koopa_troopa_beach_dl_1708 + type: gfx + offset: 0x1708 +d_course_koopa_troopa_beach_dl_17B0: + symbol: d_course_koopa_troopa_beach_dl_17B0 + type: gfx + offset: 0x17B0 +d_course_koopa_troopa_beach_dl_1818: + symbol: d_course_koopa_troopa_beach_dl_1818 + type: gfx + offset: 0x1818 +d_course_koopa_troopa_beach_dl_1878: + symbol: d_course_koopa_troopa_beach_dl_1878 + type: gfx + offset: 0x1878 +d_course_koopa_troopa_beach_dl_18E0: + symbol: d_course_koopa_troopa_beach_dl_18E0 + type: gfx + offset: 0x18E0 +d_course_koopa_troopa_beach_dl_1940: + symbol: d_course_koopa_troopa_beach_dl_1940 + type: gfx + offset: 0x1940 +d_course_koopa_troopa_beach_dl_1988: + symbol: d_course_koopa_troopa_beach_dl_1988 + type: gfx + offset: 0x1988 +d_course_koopa_troopa_beach_dl_19E8: + symbol: d_course_koopa_troopa_beach_dl_19E8 + type: gfx + offset: 0x19E8 +d_course_koopa_troopa_beach_dl_1A50: + symbol: d_course_koopa_troopa_beach_dl_1A50 + type: gfx + offset: 0x1A50 +d_course_koopa_troopa_beach_dl_1AA8: + symbol: d_course_koopa_troopa_beach_dl_1AA8 + type: gfx + offset: 0x1AA8 +d_course_koopa_troopa_beach_dl_1AD8: + symbol: d_course_koopa_troopa_beach_dl_1AD8 + type: gfx + offset: 0x1AD8 +d_course_koopa_troopa_beach_dl_1B50: + symbol: d_course_koopa_troopa_beach_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_koopa_troopa_beach_dl_1BB8: + symbol: d_course_koopa_troopa_beach_dl_1BB8 + type: gfx + offset: 0x1BB8 +d_course_koopa_troopa_beach_dl_1C00: + symbol: d_course_koopa_troopa_beach_dl_1C00 + type: gfx + offset: 0x1C00 +d_course_koopa_troopa_beach_dl_1C48: + symbol: d_course_koopa_troopa_beach_dl_1C48 + type: gfx + offset: 0x1C48 +d_course_koopa_troopa_beach_dl_1CB0: + symbol: d_course_koopa_troopa_beach_dl_1CB0 + type: gfx + offset: 0x1CB0 +d_course_koopa_troopa_beach_dl_1D20: + symbol: d_course_koopa_troopa_beach_dl_1D20 + type: gfx + offset: 0x1D20 +d_course_koopa_troopa_beach_dl_1D88: + symbol: d_course_koopa_troopa_beach_dl_1D88 + type: gfx + offset: 0x1D88 +d_course_koopa_troopa_beach_dl_1DE0: + symbol: d_course_koopa_troopa_beach_dl_1DE0 + type: gfx + offset: 0x1DE0 +d_course_koopa_troopa_beach_dl_1E40: + symbol: d_course_koopa_troopa_beach_dl_1E40 + type: gfx + offset: 0x1E40 +d_course_koopa_troopa_beach_dl_1EB0: + symbol: d_course_koopa_troopa_beach_dl_1EB0 + type: gfx + offset: 0x1EB0 +d_course_koopa_troopa_beach_dl_1F68: + symbol: d_course_koopa_troopa_beach_dl_1F68 + type: gfx + offset: 0x1F68 +d_course_koopa_troopa_beach_dl_1FE8: + symbol: d_course_koopa_troopa_beach_dl_1FE8 + type: gfx + offset: 0x1FE8 +d_course_koopa_troopa_beach_dl_2058: + symbol: d_course_koopa_troopa_beach_dl_2058 + type: gfx + offset: 0x2058 +d_course_koopa_troopa_beach_dl_20C8: + symbol: d_course_koopa_troopa_beach_dl_20C8 + type: gfx + offset: 0x20C8 +d_course_koopa_troopa_beach_dl_2178: + symbol: d_course_koopa_troopa_beach_dl_2178 + type: gfx + offset: 0x2178 +d_course_koopa_troopa_beach_dl_2200: + symbol: d_course_koopa_troopa_beach_dl_2200 + type: gfx + offset: 0x2200 +d_course_koopa_troopa_beach_dl_2258: + symbol: d_course_koopa_troopa_beach_dl_2258 + type: gfx + offset: 0x2258 +d_course_koopa_troopa_beach_dl_22C8: + symbol: d_course_koopa_troopa_beach_dl_22C8 + type: gfx + offset: 0x22C8 +d_course_koopa_troopa_beach_dl_2390: + symbol: d_course_koopa_troopa_beach_dl_2390 + type: gfx + offset: 0x2390 +d_course_koopa_troopa_beach_dl_2440: + symbol: d_course_koopa_troopa_beach_dl_2440 + type: gfx + offset: 0x2440 +d_course_koopa_troopa_beach_dl_24C0: + symbol: d_course_koopa_troopa_beach_dl_24C0 + type: gfx + offset: 0x24C0 +d_course_koopa_troopa_beach_dl_2540: + symbol: d_course_koopa_troopa_beach_dl_2540 + type: gfx + offset: 0x2540 +d_course_koopa_troopa_beach_dl_25D8: + symbol: d_course_koopa_troopa_beach_dl_25D8 + type: gfx + offset: 0x25D8 +d_course_koopa_troopa_beach_dl_2660: + symbol: d_course_koopa_troopa_beach_dl_2660 + type: gfx + offset: 0x2660 +d_course_koopa_troopa_beach_dl_26E0: + symbol: d_course_koopa_troopa_beach_dl_26E0 + type: gfx + offset: 0x26E0 +d_course_koopa_troopa_beach_dl_2760: + symbol: d_course_koopa_troopa_beach_dl_2760 + type: gfx + offset: 0x2760 +d_course_koopa_troopa_beach_dl_2800: + symbol: d_course_koopa_troopa_beach_dl_2800 + type: gfx + offset: 0x2800 +d_course_koopa_troopa_beach_dl_2898: + symbol: d_course_koopa_troopa_beach_dl_2898 + type: gfx + offset: 0x2898 +d_course_koopa_troopa_beach_dl_2910: + symbol: d_course_koopa_troopa_beach_dl_2910 + type: gfx + offset: 0x2910 +d_course_koopa_troopa_beach_dl_2988: + symbol: d_course_koopa_troopa_beach_dl_2988 + type: gfx + offset: 0x2988 +d_course_koopa_troopa_beach_dl_2A18: + symbol: d_course_koopa_troopa_beach_dl_2A18 + type: gfx + offset: 0x2A18 +d_course_koopa_troopa_beach_dl_2AA0: + symbol: d_course_koopa_troopa_beach_dl_2AA0 + type: gfx + offset: 0x2AA0 +d_course_koopa_troopa_beach_dl_2B08: + symbol: d_course_koopa_troopa_beach_dl_2B08 + type: gfx + offset: 0x2B08 +d_course_koopa_troopa_beach_dl_2B78: + symbol: d_course_koopa_troopa_beach_dl_2B78 + type: gfx + offset: 0x2B78 +d_course_koopa_troopa_beach_dl_2C28: + symbol: d_course_koopa_troopa_beach_dl_2C28 + type: gfx + offset: 0x2C28 +d_course_koopa_troopa_beach_dl_2CC0: + symbol: d_course_koopa_troopa_beach_dl_2CC0 + type: gfx + offset: 0x2CC0 +d_course_koopa_troopa_beach_dl_2D50: + symbol: d_course_koopa_troopa_beach_dl_2D50 + type: gfx + offset: 0x2D50 +d_course_koopa_troopa_beach_dl_2DC0: + symbol: d_course_koopa_troopa_beach_dl_2DC0 + type: gfx + offset: 0x2DC0 +d_course_koopa_troopa_beach_dl_2E38: + symbol: d_course_koopa_troopa_beach_dl_2E38 + type: gfx + offset: 0x2E38 +d_course_koopa_troopa_beach_dl_2EC0: + symbol: d_course_koopa_troopa_beach_dl_2EC0 + type: gfx + offset: 0x2EC0 +d_course_koopa_troopa_beach_dl_2F30: + symbol: d_course_koopa_troopa_beach_dl_2F30 + type: gfx + offset: 0x2F30 +d_course_koopa_troopa_beach_dl_2FB0: + symbol: d_course_koopa_troopa_beach_dl_2FB0 + type: gfx + offset: 0x2FB0 +d_course_koopa_troopa_beach_dl_3050: + symbol: d_course_koopa_troopa_beach_dl_3050 + type: gfx + offset: 0x3050 +d_course_koopa_troopa_beach_dl_30E0: + symbol: d_course_koopa_troopa_beach_dl_30E0 + type: gfx + offset: 0x30E0 +d_course_koopa_troopa_beach_dl_3198: + symbol: d_course_koopa_troopa_beach_dl_3198 + type: gfx + offset: 0x3198 +d_course_koopa_troopa_beach_dl_3218: + symbol: d_course_koopa_troopa_beach_dl_3218 + type: gfx + offset: 0x3218 +d_course_koopa_troopa_beach_dl_3278: + symbol: d_course_koopa_troopa_beach_dl_3278 + type: gfx + offset: 0x3278 +d_course_koopa_troopa_beach_dl_3308: + symbol: d_course_koopa_troopa_beach_dl_3308 + type: gfx + offset: 0x3308 +d_course_koopa_troopa_beach_dl_3370: + symbol: d_course_koopa_troopa_beach_dl_3370 + type: gfx + offset: 0x3370 +d_course_koopa_troopa_beach_dl_33F8: + symbol: d_course_koopa_troopa_beach_dl_33F8 + type: gfx + offset: 0x33F8 +d_course_koopa_troopa_beach_dl_34B8: + symbol: d_course_koopa_troopa_beach_dl_34B8 + type: gfx + offset: 0x34B8 +d_course_koopa_troopa_beach_dl_3550: + symbol: d_course_koopa_troopa_beach_dl_3550 + type: gfx + offset: 0x3550 +d_course_koopa_troopa_beach_dl_3628: + symbol: d_course_koopa_troopa_beach_dl_3628 + type: gfx + offset: 0x3628 +d_course_koopa_troopa_beach_dl_36D8: + symbol: d_course_koopa_troopa_beach_dl_36D8 + type: gfx + offset: 0x36D8 +d_course_koopa_troopa_beach_dl_3730: + symbol: d_course_koopa_troopa_beach_dl_3730 + type: gfx + offset: 0x3730 +d_course_koopa_troopa_beach_dl_37B8: + symbol: d_course_koopa_troopa_beach_dl_37B8 + type: gfx + offset: 0x37B8 +d_course_koopa_troopa_beach_dl_3830: + symbol: d_course_koopa_troopa_beach_dl_3830 + type: gfx + offset: 0x3830 +d_course_koopa_troopa_beach_dl_38A8: + symbol: d_course_koopa_troopa_beach_dl_38A8 + type: gfx + offset: 0x38A8 +d_course_koopa_troopa_beach_dl_3980: + symbol: d_course_koopa_troopa_beach_dl_3980 + type: gfx + offset: 0x3980 +d_course_koopa_troopa_beach_dl_3A10: + symbol: d_course_koopa_troopa_beach_dl_3A10 + type: gfx + offset: 0x3A10 +d_course_koopa_troopa_beach_dl_3B10: + symbol: d_course_koopa_troopa_beach_dl_3B10 + type: gfx + offset: 0x3B10 +d_course_koopa_troopa_beach_dl_3BB8: + symbol: d_course_koopa_troopa_beach_dl_3BB8 + type: gfx + offset: 0x3BB8 +d_course_koopa_troopa_beach_dl_3C28: + symbol: d_course_koopa_troopa_beach_dl_3C28 + type: gfx + offset: 0x3C28 +d_course_koopa_troopa_beach_dl_3CC0: + symbol: d_course_koopa_troopa_beach_dl_3CC0 + type: gfx + offset: 0x3CC0 +d_course_koopa_troopa_beach_dl_3D40: + symbol: d_course_koopa_troopa_beach_dl_3D40 + type: gfx + offset: 0x3D40 +d_course_koopa_troopa_beach_dl_3DC0: + symbol: d_course_koopa_troopa_beach_dl_3DC0 + type: gfx + offset: 0x3DC0 +d_course_koopa_troopa_beach_dl_3EA8: + symbol: d_course_koopa_troopa_beach_dl_3EA8 + type: gfx + offset: 0x3EA8 +d_course_koopa_troopa_beach_dl_3F20: + symbol: d_course_koopa_troopa_beach_dl_3F20 + type: gfx + offset: 0x3F20 +d_course_koopa_troopa_beach_dl_4028: + symbol: d_course_koopa_troopa_beach_dl_4028 + type: gfx + offset: 0x4028 +d_course_koopa_troopa_beach_dl_40C0: + symbol: d_course_koopa_troopa_beach_dl_40C0 + type: gfx + offset: 0x40C0 +d_course_koopa_troopa_beach_dl_4138: + symbol: d_course_koopa_troopa_beach_dl_4138 + type: gfx + offset: 0x4138 +d_course_koopa_troopa_beach_dl_41D0: + symbol: d_course_koopa_troopa_beach_dl_41D0 + type: gfx + offset: 0x41D0 +d_course_koopa_troopa_beach_dl_4260: + symbol: d_course_koopa_troopa_beach_dl_4260 + type: gfx + offset: 0x4260 +d_course_koopa_troopa_beach_dl_42D8: + symbol: d_course_koopa_troopa_beach_dl_42D8 + type: gfx + offset: 0x42D8 +d_course_koopa_troopa_beach_dl_43C0: + symbol: d_course_koopa_troopa_beach_dl_43C0 + type: gfx + offset: 0x43C0 +d_course_koopa_troopa_beach_dl_4450: + symbol: d_course_koopa_troopa_beach_dl_4450 + type: gfx + offset: 0x4450 +d_course_koopa_troopa_beach_dl_4548: + symbol: d_course_koopa_troopa_beach_dl_4548 + type: gfx + offset: 0x4548 +d_course_koopa_troopa_beach_dl_45D0: + symbol: d_course_koopa_troopa_beach_dl_45D0 + type: gfx + offset: 0x45D0 +d_course_koopa_troopa_beach_dl_4670: + symbol: d_course_koopa_troopa_beach_dl_4670 + type: gfx + offset: 0x4670 +d_course_koopa_troopa_beach_dl_4700: + symbol: d_course_koopa_troopa_beach_dl_4700 + type: gfx + offset: 0x4700 +d_course_koopa_troopa_beach_dl_47C0: + symbol: d_course_koopa_troopa_beach_dl_47C0 + type: gfx + offset: 0x47C0 +d_course_koopa_troopa_beach_dl_4840: + symbol: d_course_koopa_troopa_beach_dl_4840 + type: gfx + offset: 0x4840 +d_course_koopa_troopa_beach_dl_4948: + symbol: d_course_koopa_troopa_beach_dl_4948 + type: gfx + offset: 0x4948 +d_course_koopa_troopa_beach_dl_49F0: + symbol: d_course_koopa_troopa_beach_dl_49F0 + type: gfx + offset: 0x49F0 +d_course_koopa_troopa_beach_dl_4B28: + symbol: d_course_koopa_troopa_beach_dl_4B28 + type: gfx + offset: 0x4B28 +d_course_koopa_troopa_beach_dl_4BC8: + symbol: d_course_koopa_troopa_beach_dl_4BC8 + type: gfx + offset: 0x4BC8 +d_course_koopa_troopa_beach_dl_4C70: + symbol: d_course_koopa_troopa_beach_dl_4C70 + type: gfx + offset: 0x4C70 +d_course_koopa_troopa_beach_dl_4D08: + symbol: d_course_koopa_troopa_beach_dl_4D08 + type: gfx + offset: 0x4D08 +d_course_koopa_troopa_beach_dl_4DC0: + symbol: d_course_koopa_troopa_beach_dl_4DC0 + type: gfx + offset: 0x4DC0 +d_course_koopa_troopa_beach_dl_4E70: + symbol: d_course_koopa_troopa_beach_dl_4E70 + type: gfx + offset: 0x4E70 +d_course_koopa_troopa_beach_dl_4F58: + symbol: d_course_koopa_troopa_beach_dl_4F58 + type: gfx + offset: 0x4F58 +d_course_koopa_troopa_beach_dl_4FF8: + symbol: d_course_koopa_troopa_beach_dl_4FF8 + type: gfx + offset: 0x4FF8 +d_course_koopa_troopa_beach_dl_5120: + symbol: d_course_koopa_troopa_beach_dl_5120 + type: gfx + offset: 0x5120 +d_course_koopa_troopa_beach_dl_51C8: + symbol: d_course_koopa_troopa_beach_dl_51C8 + type: gfx + offset: 0x51C8 +d_course_koopa_troopa_beach_dl_5248: + symbol: d_course_koopa_troopa_beach_dl_5248 + type: gfx + offset: 0x5248 +d_course_koopa_troopa_beach_dl_52D8: + symbol: d_course_koopa_troopa_beach_dl_52D8 + type: gfx + offset: 0x52D8 +d_course_koopa_troopa_beach_dl_5358: + symbol: d_course_koopa_troopa_beach_dl_5358 + type: gfx + offset: 0x5358 +d_course_koopa_troopa_beach_dl_53B8: + symbol: d_course_koopa_troopa_beach_dl_53B8 + type: gfx + offset: 0x53B8 +d_course_koopa_troopa_beach_dl_5480: + symbol: d_course_koopa_troopa_beach_dl_5480 + type: gfx + offset: 0x5480 +d_course_koopa_troopa_beach_dl_5500: + symbol: d_course_koopa_troopa_beach_dl_5500 + type: gfx + offset: 0x5500 +d_course_koopa_troopa_beach_dl_55D0: + symbol: d_course_koopa_troopa_beach_dl_55D0 + type: gfx + offset: 0x55D0 +d_course_koopa_troopa_beach_dl_5628: + symbol: d_course_koopa_troopa_beach_dl_5628 + type: gfx + offset: 0x5628 +d_course_koopa_troopa_beach_dl_56D0: + symbol: d_course_koopa_troopa_beach_dl_56D0 + type: gfx + offset: 0x56D0 +d_course_koopa_troopa_beach_dl_5778: + symbol: d_course_koopa_troopa_beach_dl_5778 + type: gfx + offset: 0x5778 +d_course_koopa_troopa_beach_dl_5840: + symbol: d_course_koopa_troopa_beach_dl_5840 + type: gfx + offset: 0x5840 +d_course_koopa_troopa_beach_dl_58E0: + symbol: d_course_koopa_troopa_beach_dl_58E0 + type: gfx + offset: 0x58E0 +d_course_koopa_troopa_beach_dl_59C8: + symbol: d_course_koopa_troopa_beach_dl_59C8 + type: gfx + offset: 0x59C8 +d_course_koopa_troopa_beach_dl_5A50: + symbol: d_course_koopa_troopa_beach_dl_5A50 + type: gfx + offset: 0x5A50 +d_course_koopa_troopa_beach_dl_5B48: + symbol: d_course_koopa_troopa_beach_dl_5B48 + type: gfx + offset: 0x5B48 +d_course_koopa_troopa_beach_dl_5BB8: + symbol: d_course_koopa_troopa_beach_dl_5BB8 + type: gfx + offset: 0x5BB8 +d_course_koopa_troopa_beach_dl_5C88: + symbol: d_course_koopa_troopa_beach_dl_5C88 + type: gfx + offset: 0x5C88 +d_course_koopa_troopa_beach_dl_5D28: + symbol: d_course_koopa_troopa_beach_dl_5D28 + type: gfx + offset: 0x5D28 +d_course_koopa_troopa_beach_dl_5DB8: + symbol: d_course_koopa_troopa_beach_dl_5DB8 + type: gfx + offset: 0x5DB8 +d_course_koopa_troopa_beach_dl_5E28: + symbol: d_course_koopa_troopa_beach_dl_5E28 + type: gfx + offset: 0x5E28 +d_course_koopa_troopa_beach_dl_5EE0: + symbol: d_course_koopa_troopa_beach_dl_5EE0 + type: gfx + offset: 0x5EE0 +d_course_koopa_troopa_beach_dl_5F58: + symbol: d_course_koopa_troopa_beach_dl_5F58 + type: gfx + offset: 0x5F58 +d_course_koopa_troopa_beach_dl_6000: + symbol: d_course_koopa_troopa_beach_dl_6000 + type: gfx + offset: 0x6000 +d_course_koopa_troopa_beach_dl_6050: + symbol: d_course_koopa_troopa_beach_dl_6050 + type: gfx + offset: 0x6050 +d_course_koopa_troopa_beach_dl_6128: + symbol: d_course_koopa_troopa_beach_dl_6128 + type: gfx + offset: 0x6128 +d_course_koopa_troopa_beach_dl_61D0: + symbol: d_course_koopa_troopa_beach_dl_61D0 + type: gfx + offset: 0x61D0 +d_course_koopa_troopa_beach_dl_6268: + symbol: d_course_koopa_troopa_beach_dl_6268 + type: gfx + offset: 0x6268 +d_course_koopa_troopa_beach_dl_62F8: + symbol: d_course_koopa_troopa_beach_dl_62F8 + type: gfx + offset: 0x62F8 +d_course_koopa_troopa_beach_dl_6398: + symbol: d_course_koopa_troopa_beach_dl_6398 + type: gfx + offset: 0x6398 +d_course_koopa_troopa_beach_dl_6410: + symbol: d_course_koopa_troopa_beach_dl_6410 + type: gfx + offset: 0x6410 +d_course_koopa_troopa_beach_dl_6498: + symbol: d_course_koopa_troopa_beach_dl_6498 + type: gfx + offset: 0x6498 +d_course_koopa_troopa_beach_dl_64F0: + symbol: d_course_koopa_troopa_beach_dl_64F0 + type: gfx + offset: 0x64F0 +d_course_koopa_troopa_beach_dl_65B8: + symbol: d_course_koopa_troopa_beach_dl_65B8 + type: gfx + offset: 0x65B8 +d_course_koopa_troopa_beach_dl_6660: + symbol: d_course_koopa_troopa_beach_dl_6660 + type: gfx + offset: 0x6660 +d_course_koopa_troopa_beach_dl_6718: + symbol: d_course_koopa_troopa_beach_dl_6718 + type: gfx + offset: 0x6718 +d_course_koopa_troopa_beach_dl_67A0: + symbol: d_course_koopa_troopa_beach_dl_67A0 + type: gfx + offset: 0x67A0 +d_course_koopa_troopa_beach_dl_6830: + symbol: d_course_koopa_troopa_beach_dl_6830 + type: gfx + offset: 0x6830 +d_course_koopa_troopa_beach_dl_6898: + symbol: d_course_koopa_troopa_beach_dl_6898 + type: gfx + offset: 0x6898 +d_course_koopa_troopa_beach_dl_6918: + symbol: d_course_koopa_troopa_beach_dl_6918 + type: gfx + offset: 0x6918 +d_course_koopa_troopa_beach_dl_6968: + symbol: d_course_koopa_troopa_beach_dl_6968 + type: gfx + offset: 0x6968 +d_course_koopa_troopa_beach_dl_6A28: + symbol: d_course_koopa_troopa_beach_dl_6A28 + type: gfx + offset: 0x6A28 +d_course_koopa_troopa_beach_dl_6AC0: + symbol: d_course_koopa_troopa_beach_dl_6AC0 + type: gfx + offset: 0x6AC0 +d_course_koopa_troopa_beach_dl_6B88: + symbol: d_course_koopa_troopa_beach_dl_6B88 + type: gfx + offset: 0x6B88 +d_course_koopa_troopa_beach_dl_6C18: + symbol: d_course_koopa_troopa_beach_dl_6C18 + type: gfx + offset: 0x6C18 +d_course_koopa_troopa_beach_dl_6CA0: + symbol: d_course_koopa_troopa_beach_dl_6CA0 + type: gfx + offset: 0x6CA0 +d_course_koopa_troopa_beach_dl_6D10: + symbol: d_course_koopa_troopa_beach_dl_6D10 + type: gfx + offset: 0x6D10 +d_course_koopa_troopa_beach_dl_6DB8: + symbol: d_course_koopa_troopa_beach_dl_6DB8 + type: gfx + offset: 0x6DB8 +d_course_koopa_troopa_beach_dl_6E18: + symbol: d_course_koopa_troopa_beach_dl_6E18 + type: gfx + offset: 0x6E18 +d_course_koopa_troopa_beach_dl_6ED0: + symbol: d_course_koopa_troopa_beach_dl_6ED0 + type: gfx + offset: 0x6ED0 +d_course_koopa_troopa_beach_dl_6F70: + symbol: d_course_koopa_troopa_beach_dl_6F70 + type: gfx + offset: 0x6F70 +d_course_koopa_troopa_beach_dl_7060: + symbol: d_course_koopa_troopa_beach_dl_7060 + type: gfx + offset: 0x7060 +d_course_koopa_troopa_beach_dl_7100: + symbol: d_course_koopa_troopa_beach_dl_7100 + type: gfx + offset: 0x7100 +d_course_koopa_troopa_beach_dl_7168: + symbol: d_course_koopa_troopa_beach_dl_7168 + type: gfx + offset: 0x7168 +d_course_koopa_troopa_beach_dl_71C8: + symbol: d_course_koopa_troopa_beach_dl_71C8 + type: gfx + offset: 0x71C8 +d_course_koopa_troopa_beach_dl_72B0: + symbol: d_course_koopa_troopa_beach_dl_72B0 + type: gfx + offset: 0x72B0 +d_course_koopa_troopa_beach_dl_7338: + symbol: d_course_koopa_troopa_beach_dl_7338 + type: gfx + offset: 0x7338 +d_course_koopa_troopa_beach_dl_73F8: + symbol: d_course_koopa_troopa_beach_dl_73F8 + type: gfx + offset: 0x73F8 +d_course_koopa_troopa_beach_dl_7478: + symbol: d_course_koopa_troopa_beach_dl_7478 + type: gfx + offset: 0x7478 +d_course_koopa_troopa_beach_dl_75A0: + symbol: d_course_koopa_troopa_beach_dl_75A0 + type: gfx + offset: 0x75A0 +d_course_koopa_troopa_beach_dl_7640: + symbol: d_course_koopa_troopa_beach_dl_7640 + type: gfx + offset: 0x7640 +d_course_koopa_troopa_beach_dl_76A8: + symbol: d_course_koopa_troopa_beach_dl_76A8 + type: gfx + offset: 0x76A8 +d_course_koopa_troopa_beach_dl_7718: + symbol: d_course_koopa_troopa_beach_dl_7718 + type: gfx + offset: 0x7718 +d_course_koopa_troopa_beach_dl_7840: + symbol: d_course_koopa_troopa_beach_dl_7840 + type: gfx + offset: 0x7840 +d_course_koopa_troopa_beach_dl_78E8: + symbol: d_course_koopa_troopa_beach_dl_78E8 + type: gfx + offset: 0x78E8 +d_course_koopa_troopa_beach_dl_7978: + symbol: d_course_koopa_troopa_beach_dl_7978 + type: gfx + offset: 0x7978 +d_course_koopa_troopa_beach_dl_79E8: + symbol: d_course_koopa_troopa_beach_dl_79E8 + type: gfx + offset: 0x79E8 +d_course_koopa_troopa_beach_dl_7AE0: + symbol: d_course_koopa_troopa_beach_dl_7AE0 + type: gfx + offset: 0x7AE0 +d_course_koopa_troopa_beach_dl_7B50: + symbol: d_course_koopa_troopa_beach_dl_7B50 + type: gfx + offset: 0x7B50 +d_course_koopa_troopa_beach_dl_7BA0: + symbol: d_course_koopa_troopa_beach_dl_7BA0 + type: gfx + offset: 0x7BA0 +d_course_koopa_troopa_beach_dl_7C08: + symbol: d_course_koopa_troopa_beach_dl_7C08 + type: gfx + offset: 0x7C08 +d_course_koopa_troopa_beach_dl_7CE0: + symbol: d_course_koopa_troopa_beach_dl_7CE0 + type: gfx + offset: 0x7CE0 +d_course_koopa_troopa_beach_dl_7D58: + symbol: d_course_koopa_troopa_beach_dl_7D58 + type: gfx + offset: 0x7D58 +d_course_koopa_troopa_beach_dl_7DD0: + symbol: d_course_koopa_troopa_beach_dl_7DD0 + type: gfx + offset: 0x7DD0 +d_course_koopa_troopa_beach_dl_7E38: + symbol: d_course_koopa_troopa_beach_dl_7E38 + type: gfx + offset: 0x7E38 +d_course_koopa_troopa_beach_dl_7EE0: + symbol: d_course_koopa_troopa_beach_dl_7EE0 + type: gfx + offset: 0x7EE0 +d_course_koopa_troopa_beach_dl_7F68: + symbol: d_course_koopa_troopa_beach_dl_7F68 + type: gfx + offset: 0x7F68 +d_course_koopa_troopa_beach_dl_7FC8: + symbol: d_course_koopa_troopa_beach_dl_7FC8 + type: gfx + offset: 0x7FC8 +d_course_koopa_troopa_beach_dl_8048: + symbol: d_course_koopa_troopa_beach_dl_8048 + type: gfx + offset: 0x8048 +d_course_koopa_troopa_beach_dl_80E0: + symbol: d_course_koopa_troopa_beach_dl_80E0 + type: gfx + offset: 0x80E0 +d_course_koopa_troopa_beach_dl_8150: + symbol: d_course_koopa_troopa_beach_dl_8150 + type: gfx + offset: 0x8150 +d_course_koopa_troopa_beach_dl_81B8: + symbol: d_course_koopa_troopa_beach_dl_81B8 + type: gfx + offset: 0x81B8 +d_course_koopa_troopa_beach_dl_8228: + symbol: d_course_koopa_troopa_beach_dl_8228 + type: gfx + offset: 0x8228 +d_course_koopa_troopa_beach_dl_82D8: + symbol: d_course_koopa_troopa_beach_dl_82D8 + type: gfx + offset: 0x82D8 +d_course_koopa_troopa_beach_dl_8368: + symbol: d_course_koopa_troopa_beach_dl_8368 + type: gfx + offset: 0x8368 +d_course_koopa_troopa_beach_dl_83D0: + symbol: d_course_koopa_troopa_beach_dl_83D0 + type: gfx + offset: 0x83D0 +d_course_koopa_troopa_beach_dl_8448: + symbol: d_course_koopa_troopa_beach_dl_8448 + type: gfx + offset: 0x8448 +d_course_koopa_troopa_beach_dl_84D0: + symbol: d_course_koopa_troopa_beach_dl_84D0 + type: gfx + offset: 0x84D0 +d_course_koopa_troopa_beach_dl_8550: + symbol: d_course_koopa_troopa_beach_dl_8550 + type: gfx + offset: 0x8550 +d_course_koopa_troopa_beach_dl_85E8: + symbol: d_course_koopa_troopa_beach_dl_85E8 + type: gfx + offset: 0x85E8 +d_course_koopa_troopa_beach_dl_8650: + symbol: d_course_koopa_troopa_beach_dl_8650 + type: gfx + offset: 0x8650 +d_course_koopa_troopa_beach_dl_8710: + symbol: d_course_koopa_troopa_beach_dl_8710 + type: gfx + offset: 0x8710 +d_course_koopa_troopa_beach_dl_8790: + symbol: d_course_koopa_troopa_beach_dl_8790 + type: gfx + offset: 0x8790 +d_course_koopa_troopa_beach_dl_8800: + symbol: d_course_koopa_troopa_beach_dl_8800 + type: gfx + offset: 0x8800 +d_course_koopa_troopa_beach_dl_8878: + symbol: d_course_koopa_troopa_beach_dl_8878 + type: gfx + offset: 0x8878 +d_course_koopa_troopa_beach_dl_88F0: + symbol: d_course_koopa_troopa_beach_dl_88F0 + type: gfx + offset: 0x88F0 +d_course_koopa_troopa_beach_dl_8958: + symbol: d_course_koopa_troopa_beach_dl_8958 + type: gfx + offset: 0x8958 +d_course_koopa_troopa_beach_dl_8A20: + symbol: d_course_koopa_troopa_beach_dl_8A20 + type: gfx + offset: 0x8A20 +d_course_koopa_troopa_beach_dl_8A98: + symbol: d_course_koopa_troopa_beach_dl_8A98 + type: gfx + offset: 0x8A98 +d_course_koopa_troopa_beach_dl_8BB0: + symbol: d_course_koopa_troopa_beach_dl_8BB0 + type: gfx + offset: 0x8BB0 +d_course_koopa_troopa_beach_dl_8C48: + symbol: d_course_koopa_troopa_beach_dl_8C48 + type: gfx + offset: 0x8C48 +d_course_koopa_troopa_beach_dl_8CC8: + symbol: d_course_koopa_troopa_beach_dl_8CC8 + type: gfx + offset: 0x8CC8 +d_course_koopa_troopa_beach_dl_8D48: + symbol: d_course_koopa_troopa_beach_dl_8D48 + type: gfx + offset: 0x8D48 +d_course_koopa_troopa_beach_dl_8DC0: + symbol: d_course_koopa_troopa_beach_dl_8DC0 + type: gfx + offset: 0x8DC0 +d_course_koopa_troopa_beach_dl_8E30: + symbol: d_course_koopa_troopa_beach_dl_8E30 + type: gfx + offset: 0x8E30 +d_course_koopa_troopa_beach_dl_8F50: + symbol: d_course_koopa_troopa_beach_dl_8F50 + type: gfx + offset: 0x8F50 +d_course_koopa_troopa_beach_dl_9008: + symbol: d_course_koopa_troopa_beach_dl_9008 + type: gfx + offset: 0x9008 +d_course_koopa_troopa_beach_dl_90F0: + symbol: d_course_koopa_troopa_beach_dl_90F0 + type: gfx + offset: 0x90F0 +d_course_koopa_troopa_beach_dl_9188: + symbol: d_course_koopa_troopa_beach_dl_9188 + type: gfx + offset: 0x9188 +d_course_koopa_troopa_beach_dl_9210: + symbol: d_course_koopa_troopa_beach_dl_9210 + type: gfx + offset: 0x9210 +d_course_koopa_troopa_beach_dl_9288: + symbol: d_course_koopa_troopa_beach_dl_9288 + type: gfx + offset: 0x9288 +d_course_koopa_troopa_beach_dl_92E8: + symbol: d_course_koopa_troopa_beach_dl_92E8 + type: gfx + offset: 0x92E8 +d_course_koopa_troopa_beach_dl_9378: + symbol: d_course_koopa_troopa_beach_dl_9378 + type: gfx + offset: 0x9378 +d_course_koopa_troopa_beach_dl_9498: + symbol: d_course_koopa_troopa_beach_dl_9498 + type: gfx + offset: 0x9498 +d_course_koopa_troopa_beach_dl_9548: + symbol: d_course_koopa_troopa_beach_dl_9548 + type: gfx + offset: 0x9548 +d_course_koopa_troopa_beach_dl_9618: + symbol: d_course_koopa_troopa_beach_dl_9618 + type: gfx + offset: 0x9618 +d_course_koopa_troopa_beach_dl_96A0: + symbol: d_course_koopa_troopa_beach_dl_96A0 + type: gfx + offset: 0x96A0 +d_course_koopa_troopa_beach_dl_9720: + symbol: d_course_koopa_troopa_beach_dl_9720 + type: gfx + offset: 0x9720 +d_course_koopa_troopa_beach_dl_9798: + symbol: d_course_koopa_troopa_beach_dl_9798 + type: gfx + offset: 0x9798 +d_course_koopa_troopa_beach_dl_9818: + symbol: d_course_koopa_troopa_beach_dl_9818 + type: gfx + offset: 0x9818 +d_course_koopa_troopa_beach_dl_98A0: + symbol: d_course_koopa_troopa_beach_dl_98A0 + type: gfx + offset: 0x98A0 +d_course_koopa_troopa_beach_dl_99A0: + symbol: d_course_koopa_troopa_beach_dl_99A0 + type: gfx + offset: 0x99A0 +d_course_koopa_troopa_beach_dl_9A30: + symbol: d_course_koopa_troopa_beach_dl_9A30 + type: gfx + offset: 0x9A30 +d_course_koopa_troopa_beach_dl_9AE0: + symbol: d_course_koopa_troopa_beach_dl_9AE0 + type: gfx + offset: 0x9AE0 +d_course_koopa_troopa_beach_dl_9B58: + symbol: d_course_koopa_troopa_beach_dl_9B58 + type: gfx + offset: 0x9B58 +d_course_koopa_troopa_beach_dl_9BC8: + symbol: d_course_koopa_troopa_beach_dl_9BC8 + type: gfx + offset: 0x9BC8 +d_course_koopa_troopa_beach_dl_9C38: + symbol: d_course_koopa_troopa_beach_dl_9C38 + type: gfx + offset: 0x9C38 +d_course_koopa_troopa_beach_dl_9D00: + symbol: d_course_koopa_troopa_beach_dl_9D00 + type: gfx + offset: 0x9D00 +d_course_koopa_troopa_beach_dl_9D98: + symbol: d_course_koopa_troopa_beach_dl_9D98 + type: gfx + offset: 0x9D98 +d_course_koopa_troopa_beach_dl_9E60: + symbol: d_course_koopa_troopa_beach_dl_9E60 + type: gfx + offset: 0x9E60 +d_course_koopa_troopa_beach_dl_9ED8: + symbol: d_course_koopa_troopa_beach_dl_9ED8 + type: gfx + offset: 0x9ED8 +d_course_koopa_troopa_beach_dl_9F78: + symbol: d_course_koopa_troopa_beach_dl_9F78 + type: gfx + offset: 0x9F78 +d_course_koopa_troopa_beach_dl_9FE8: + symbol: d_course_koopa_troopa_beach_dl_9FE8 + type: gfx + offset: 0x9FE8 +d_course_koopa_troopa_beach_dl_A070: + symbol: d_course_koopa_troopa_beach_dl_A070 + type: gfx + offset: 0xA070 +d_course_koopa_troopa_beach_dl_A0D0: + symbol: d_course_koopa_troopa_beach_dl_A0D0 + type: gfx + offset: 0xA0D0 +d_course_koopa_troopa_beach_dl_A190: + symbol: d_course_koopa_troopa_beach_dl_A190 + type: gfx + offset: 0xA190 +d_course_koopa_troopa_beach_dl_A220: + symbol: d_course_koopa_troopa_beach_dl_A220 + type: gfx + offset: 0xA220 +d_course_koopa_troopa_beach_dl_A2E8: + symbol: d_course_koopa_troopa_beach_dl_A2E8 + type: gfx + offset: 0xA2E8 +d_course_koopa_troopa_beach_dl_A340: + symbol: d_course_koopa_troopa_beach_dl_A340 + type: gfx + offset: 0xA340 +d_course_koopa_troopa_beach_dl_A428: + symbol: d_course_koopa_troopa_beach_dl_A428 + type: gfx + offset: 0xA428 +d_course_koopa_troopa_beach_dl_A4D8: + symbol: d_course_koopa_troopa_beach_dl_A4D8 + type: gfx + offset: 0xA4D8 +d_course_koopa_troopa_beach_dl_A578: + symbol: d_course_koopa_troopa_beach_dl_A578 + type: gfx + offset: 0xA578 +d_course_koopa_troopa_beach_dl_A608: + symbol: d_course_koopa_troopa_beach_dl_A608 + type: gfx + offset: 0xA608 +d_course_koopa_troopa_beach_dl_A6F0: + symbol: d_course_koopa_troopa_beach_dl_A6F0 + type: gfx + offset: 0xA6F0 +d_course_koopa_troopa_beach_dl_A780: + symbol: d_course_koopa_troopa_beach_dl_A780 + type: gfx + offset: 0xA780 +d_course_koopa_troopa_beach_dl_A828: + symbol: d_course_koopa_troopa_beach_dl_A828 + type: gfx + offset: 0xA828 +d_course_koopa_troopa_beach_dl_A8D0: + symbol: d_course_koopa_troopa_beach_dl_A8D0 + type: gfx + offset: 0xA8D0 +d_course_koopa_troopa_beach_dl_A9A0: + symbol: d_course_koopa_troopa_beach_dl_A9A0 + type: gfx + offset: 0xA9A0 +d_course_koopa_troopa_beach_dl_AA38: + symbol: d_course_koopa_troopa_beach_dl_AA38 + type: gfx + offset: 0xAA38 +d_course_koopa_troopa_beach_dl_AAE8: + symbol: d_course_koopa_troopa_beach_dl_AAE8 + type: gfx + offset: 0xAAE8 +d_course_koopa_troopa_beach_dl_AB88: + symbol: d_course_koopa_troopa_beach_dl_AB88 + type: gfx + offset: 0xAB88 +d_course_koopa_troopa_beach_dl_AC10: + symbol: d_course_koopa_troopa_beach_dl_AC10 + type: gfx + offset: 0xAC10 +d_course_koopa_troopa_beach_dl_AC68: + symbol: d_course_koopa_troopa_beach_dl_AC68 + type: gfx + offset: 0xAC68 +d_course_koopa_troopa_beach_dl_AD40: + symbol: d_course_koopa_troopa_beach_dl_AD40 + type: gfx + offset: 0xAD40 +d_course_koopa_troopa_beach_unknown_waypoints: + symbol: d_course_koopa_troopa_beach_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xADE0 + count: 62 +d_course_koopa_troopa_beach_unknown_waypoints1: + symbol: d_course_koopa_troopa_beach_unknown_waypoints1 + type: mk64:TRACK_PATH + offset: 0xAFD0 + count: 59 +d_course_koopa_troopa_beach_track_waypoints: + symbol: d_course_koopa_troopa_beach_track_waypoints + type: mk64:TRACK_PATH + offset: 0xB1A8 + count: 609 +d_course_koopa_troopa_beach_track_waypoints_2: + symbol: d_course_koopa_troopa_beach_track_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xC4B0 + count: 559 +d_course_koopa_troopa_beach_crab_tlut: + symbol: d_course_koopa_troopa_beach_crab_tlut + type: texture + offset: 0xD628 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTextureCrab1: + symbol: gTextureCrab1 + type: texture + offset: 0xD828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab2: + symbol: gTextureCrab2 + type: texture + offset: 0x0E828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab3: + symbol: gTextureCrab3 + type: texture + offset: 0x0F828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab4: + symbol: gTextureCrab4 + type: texture + offset: 0x10828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab5: + symbol: gTextureCrab5 + type: texture + offset: 0x11828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab6: + symbol: gTextureCrab6 + type: texture + offset: 0x12828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +gTextureCrab7: + symbol: gTextureCrab7 + type: texture + offset: 0x13828 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_koopa_troopa_beach_crab_tlut +d_course_koopa_troopa_beach_light1: + symbol: d_course_koopa_troopa_beach_light1 + type: lights + offset: 0x14BE8 +d_course_koopa_troopa_beach_bird_wing: + symbol: d_course_koopa_troopa_beach_bird_wing + type: texture + offset: 0x14C00 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_eye: + symbol: d_course_koopa_troopa_beach_bird_eye + type: texture + offset: 0x15400 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_beak: + symbol: d_course_koopa_troopa_beach_bird_beak + type: texture + offset: 0x15C00 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_bird_model: + symbol: d_course_koopa_troopa_beach_bird_model + type: vtx + offset: 0x16400 + count: 3 +d_course_koopa_troopa_beach_unknown_model1: + symbol: d_course_koopa_troopa_beach_unknown_model1 + type: vtx + offset: 0x16430 + count: 10 +d_course_koopa_troopa_beach_unknown_model2: + symbol: d_course_koopa_troopa_beach_unknown_model2 + type: vtx + offset: 0x164D0 + count: 14 +d_course_koopa_troopa_beach_unknown_model3: + symbol: d_course_koopa_troopa_beach_unknown_model3 + type: vtx + offset: 0x165B0 + count: 8 +d_course_koopa_troopa_beach_dl_16630: + symbol: d_course_koopa_troopa_beach_dl_16630 + type: gfx + offset: 0x16630 +d_course_koopa_troopa_beach_bird_wing_model: + symbol: d_course_koopa_troopa_beach_bird_wing_model + type: vtx + offset: 0x167D0 + count: 8 +d_course_koopa_troopa_beach_dl_16850: + symbol: d_course_koopa_troopa_beach_dl_16850 + type: gfx + offset: 0x16850 +d_course_koopa_troopa_beach_bird_wing_2_model: + symbol: d_course_koopa_troopa_beach_bird_wing_2_model + type: vtx + offset: 0x16870 + count: 8 +d_course_koopa_troopa_beach_dl_168F0: + symbol: d_course_koopa_troopa_beach_dl_168F0 + type: gfx + offset: 0x168F0 +d_course_koopa_troopa_beach_bird_wing_3_model: + symbol: d_course_koopa_troopa_beach_bird_wing_3_model + type: vtx + offset: 0x16910 + count: 8 +d_course_koopa_troopa_beach_dl_16990: + symbol: d_course_koopa_troopa_beach_dl_16990 + type: gfx + offset: 0x16990 +d_course_koopa_troopa_beach_light2: + symbol: d_course_koopa_troopa_beach_light2 + type: lights + offset: 0x16B78 +d_course_koopa_troopa_beach_tree_model: + symbol: d_course_koopa_troopa_beach_tree_model + type: vtx + offset: 0x16B90 + count: 9 +d_course_koopa_troopa_beach_unknown_model4: + symbol: d_course_koopa_troopa_beach_unknown_model4 + type: vtx + offset: 0x16C20 + count: 16 +d_course_koopa_troopa_beach_palm_frond: + symbol: d_course_koopa_troopa_beach_palm_frond + type: texture + offset: 0x16D20 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_palm_trunk: + symbol: d_course_koopa_troopa_beach_palm_trunk + type: texture + offset: 0x17D20 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_koopa_troopa_beach_dl_18520: + symbol: d_course_koopa_troopa_beach_dl_18520 + type: gfx + offset: 0x18520 +d_course_koopa_troopa_beach_dl_185E8: + symbol: d_course_koopa_troopa_beach_dl_185E8 + type: gfx + offset: 0x185E8 +d_course_koopa_troopa_beach_dl_tree_top1: + symbol: d_course_koopa_troopa_beach_dl_tree_top1 + type: gfx + offset: 0x185F8 +d_course_koopa_troopa_beach_dl_18608: + symbol: d_course_koopa_troopa_beach_dl_18608 + type: gfx + offset: 0x18608 +d_course_koopa_troopa_beach_dl_186A8: + symbol: d_course_koopa_troopa_beach_dl_186A8 + type: gfx + offset: 0x186A8 +d_course_koopa_troopa_beach_dl_tree_trunk1: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk1 + type: gfx + offset: 0x186B8 +d_course_koopa_troopa_beach_tree_2_model: + symbol: d_course_koopa_troopa_beach_tree_2_model + type: vtx + offset: 0x186C8 + count: 9 +d_course_koopa_troopa_beach_unknown_model5: + symbol: d_course_koopa_troopa_beach_unknown_model5 + type: vtx + offset: 0x18758 + count: 16 +d_course_koopa_troopa_beach_light3: + symbol: d_course_koopa_troopa_beach_light3 + type: lights + offset: 0x18858 +d_course_koopa_troopa_beach_dl_18870: + symbol: d_course_koopa_troopa_beach_dl_18870 + type: gfx + offset: 0x18870 +d_course_koopa_troopa_beach_dl_18938: + symbol: d_course_koopa_troopa_beach_dl_18938 + type: gfx + offset: 0x18938 +d_course_koopa_troopa_beach_dl_tree_top2: + symbol: d_course_koopa_troopa_beach_dl_tree_top2 + type: gfx + offset: 0x18948 +d_course_koopa_troopa_beach_dl_18958: + symbol: d_course_koopa_troopa_beach_dl_18958 + type: gfx + offset: 0x18958 +d_course_koopa_troopa_beach_dl_189F8: + symbol: d_course_koopa_troopa_beach_dl_189F8 + type: gfx + offset: 0x189F8 +d_course_koopa_troopa_beach_dl_tree_trunk2: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk2 + type: gfx + offset: 0x18A08 +d_course_koopa_troopa_beach_tree_3_model: + symbol: d_course_koopa_troopa_beach_tree_3_model + type: vtx + offset: 0x18A18 + count: 9 +d_course_koopa_troopa_beach_unknown_model6: + symbol: d_course_koopa_troopa_beach_unknown_model6 + type: vtx + offset: 0x18AA8 + count: 16 +d_course_koopa_troopa_beach_light4: + symbol: d_course_koopa_troopa_beach_light4 + type: lights + offset: 0x18BA8 +d_course_koopa_troopa_beach_dl_18BC0: + symbol: d_course_koopa_troopa_beach_dl_18BC0 + type: gfx + offset: 0x18BC0 +d_course_koopa_troopa_beach_dl_18C88: + symbol: d_course_koopa_troopa_beach_dl_18C88 + type: gfx + offset: 0x18C88 +d_course_koopa_troopa_beach_dl_tree_top3: + symbol: d_course_koopa_troopa_beach_dl_tree_top3 + type: gfx + offset: 0x18C98 +d_course_koopa_troopa_beach_dl_18CA8: + symbol: d_course_koopa_troopa_beach_dl_18CA8 + type: gfx + offset: 0x18CA8 +d_course_koopa_troopa_beach_dl_18D48: + symbol: d_course_koopa_troopa_beach_dl_18D48 + type: gfx + offset: 0x18D48 +d_course_koopa_troopa_beach_dl_tree_trunk3: + symbol: d_course_koopa_troopa_beach_dl_tree_trunk3 + type: gfx + offset: 0x18D58 +d_course_koopa_troopa_beach_dl_18D68: + symbol: d_course_koopa_troopa_beach_dl_18D68 + type: gfx + offset: 0x18D68 +d_course_koopa_troopa_beach_item_box_spawns: + symbol: d_course_koopa_troopa_beach_item_box_spawns + type: mk64:spawn_data + offset: 0x18E78 + count: 31 +d_course_koopa_troopa_beach_tree_spawn: + symbol: d_course_koopa_troopa_beach_tree_spawn + type: mk64:spawn_data + offset: 0x18F70 + count: 13 +d_course_koopa_troopa_beach_addr: + symbol: d_course_koopa_troopa_beach_addr + type: mk64:track_sections + offset: 0x18FD8 + count: 106 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_displaylists.yml new file mode 100644 index 0000000..e8c75bb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8E8BC8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_koopa_troopa_beach_packed_dls: + symbol: d_course_koopa_troopa_beach_packed_dls + type: blob + offset: 0x8E8BC8 + size: 0x37BA diff --git a/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_vertices.yml new file mode 100644 index 0000000..09daccb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/koopa_troopa_beach_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8D8E50] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_koopa_troopa_beach_vertex: + symbol: d_course_koopa_troopa_beach_vertex + type: mk64:course_vtx + count: 9376 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/luigi_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/luigi_kart.yml new file mode 100644 index 0000000..53bd2d4 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/luigi_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x145470] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + luigi_kart_wheels: + range: [0x769FC, 0x9AB7C] + mode: APPEND +luigi_kart_frame000: + symbol: gKartLuigi000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame001: + symbol: gKartLuigi001 + type: texture + offset: 0x4F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_001_wheel_0 +luigi_kart_frame002: + symbol: gKartLuigi002 + type: texture + offset: 0x9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_002_wheel_0 +luigi_kart_frame003: + symbol: gKartLuigi003 + type: texture + offset: 0xEF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_003_wheel_0 +luigi_kart_frame004: + symbol: gKartLuigi004 + type: texture + offset: 0x1418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_004_wheel_0 +luigi_kart_frame005: + symbol: gKartLuigi005 + type: texture + offset: 0x1940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_005_wheel_0 +luigi_kart_frame006: + symbol: gKartLuigi006 + type: texture + offset: 0x1E7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_006_wheel_0 +luigi_kart_frame007: + symbol: gKartLuigi007 + type: texture + offset: 0x23D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_007_wheel_0 +luigi_kart_frame008: + symbol: gKartLuigi008 + type: texture + offset: 0x2938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_008_wheel_0 +luigi_kart_frame009: + symbol: gKartLuigi009 + type: texture + offset: 0x2EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_009_wheel_0 +luigi_kart_frame010: + symbol: gKartLuigi010 + type: texture + offset: 0x3448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_010_wheel_0 +luigi_kart_frame011: + symbol: gKartLuigi011 + type: texture + offset: 0x39E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_011_wheel_0 +luigi_kart_frame012: + symbol: gKartLuigi012 + type: texture + offset: 0x3FB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_012_wheel_0 +luigi_kart_frame013: + symbol: gKartLuigi013 + type: texture + offset: 0x4580 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_013_wheel_0 +luigi_kart_frame014: + symbol: gKartLuigi014 + type: texture + offset: 0x4B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_014_wheel_0 +luigi_kart_frame015: + symbol: gKartLuigi015 + type: texture + offset: 0x5138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_015_wheel_0 +luigi_kart_frame016: + symbol: gKartLuigi016 + type: texture + offset: 0x5730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_016_wheel_0 +luigi_kart_frame017: + symbol: gKartLuigi017 + type: texture + offset: 0x5D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_017_wheel_0 +luigi_kart_frame018: + symbol: gKartLuigi018 + type: texture + offset: 0x6350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_018_wheel_0 +luigi_kart_frame019: + symbol: gKartLuigi019 + type: texture + offset: 0x6968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_019_wheel_0 +luigi_kart_frame020: + symbol: gKartLuigi020 + type: texture + offset: 0x6F70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_020_wheel_0 +luigi_kart_frame021: + symbol: gKartLuigi021 + type: texture + offset: 0x7570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_021_wheel_0 +luigi_kart_frame022: + symbol: gKartLuigi022 + type: texture + offset: 0x7A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_022_wheel_0 +luigi_kart_frame023: + symbol: gKartLuigi023 + type: texture + offset: 0x7F60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_023_wheel_0 +luigi_kart_frame024: + symbol: gKartLuigi024 + type: texture + offset: 0x8460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_024_wheel_0 +luigi_kart_frame025: + symbol: gKartLuigi025 + type: texture + offset: 0x8988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_025_wheel_0 +luigi_kart_frame026: + symbol: gKartLuigi026 + type: texture + offset: 0x8EC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_026_wheel_0 +luigi_kart_frame027: + symbol: gKartLuigi027 + type: texture + offset: 0x9408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_027_wheel_0 +luigi_kart_frame028: + symbol: gKartLuigi028 + type: texture + offset: 0x9978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_028_wheel_0 +luigi_kart_frame029: + symbol: gKartLuigi029 + type: texture + offset: 0x9EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_029_wheel_0 +luigi_kart_frame030: + symbol: gKartLuigi030 + type: texture + offset: 0xA490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_030_wheel_0 +luigi_kart_frame031: + symbol: gKartLuigi031 + type: texture + offset: 0xAA38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_031_wheel_0 +luigi_kart_frame032: + symbol: gKartLuigi032 + type: texture + offset: 0xB000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_032_wheel_0 +luigi_kart_frame033: + symbol: gKartLuigi033 + type: texture + offset: 0xB5D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_033_wheel_0 +luigi_kart_frame034: + symbol: gKartLuigi034 + type: texture + offset: 0xBBB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_034_wheel_0 +luigi_kart_frame035: + symbol: gKartLuigi035 + type: texture + offset: 0xC1A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_035_wheel_0 +luigi_kart_frame036: + symbol: gKartLuigi036 + type: texture + offset: 0xC7AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_036_wheel_0 +luigi_kart_frame037: + symbol: gKartLuigi037 + type: texture + offset: 0xCDC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_037_wheel_0 +luigi_kart_frame038: + symbol: gKartLuigi038 + type: texture + offset: 0xD3D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_038_wheel_0 +luigi_kart_frame039: + symbol: gKartLuigi039 + type: texture + offset: 0xD9E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_039_wheel_0 +luigi_kart_frame040: + symbol: gKartLuigi040 + type: texture + offset: 0xE008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_040_wheel_0 +luigi_kart_frame041: + symbol: gKartLuigi041 + type: texture + offset: 0xE60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_041_wheel_0 +luigi_kart_frame042: + symbol: gKartLuigi042 + type: texture + offset: 0xEC40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_042_wheel_0 +luigi_kart_frame043: + symbol: gKartLuigi043 + type: texture + offset: 0xF128 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_043_wheel_0 +luigi_kart_frame044: + symbol: gKartLuigi044 + type: texture + offset: 0xF62C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_044_wheel_0 +luigi_kart_frame045: + symbol: gKartLuigi045 + type: texture + offset: 0xFB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_045_wheel_0 +luigi_kart_frame046: + symbol: gKartLuigi046 + type: texture + offset: 0x10098 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_046_wheel_0 +luigi_kart_frame047: + symbol: gKartLuigi047 + type: texture + offset: 0x10618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_047_wheel_0 +luigi_kart_frame048: + symbol: gKartLuigi048 + type: texture + offset: 0x10B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_048_wheel_0 +luigi_kart_frame049: + symbol: gKartLuigi049 + type: texture + offset: 0x11100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_049_wheel_0 +luigi_kart_frame050: + symbol: gKartLuigi050 + type: texture + offset: 0x1169C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_050_wheel_0 +luigi_kart_frame051: + symbol: gKartLuigi051 + type: texture + offset: 0x11C44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_051_wheel_0 +luigi_kart_frame052: + symbol: gKartLuigi052 + type: texture + offset: 0x12200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_052_wheel_0 +luigi_kart_frame053: + symbol: gKartLuigi053 + type: texture + offset: 0x127E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_053_wheel_0 +luigi_kart_frame054: + symbol: gKartLuigi054 + type: texture + offset: 0x12DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_054_wheel_0 +luigi_kart_frame055: + symbol: gKartLuigi055 + type: texture + offset: 0x133B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_055_wheel_0 +luigi_kart_frame056: + symbol: gKartLuigi056 + type: texture + offset: 0x139C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_056_wheel_0 +luigi_kart_frame057: + symbol: gKartLuigi057 + type: texture + offset: 0x13FB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_057_wheel_0 +luigi_kart_frame058: + symbol: gKartLuigi058 + type: texture + offset: 0x145C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_058_wheel_0 +luigi_kart_frame059: + symbol: gKartLuigi059 + type: texture + offset: 0x14BE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_059_wheel_0 +luigi_kart_frame060: + symbol: gKartLuigi060 + type: texture + offset: 0x15220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_060_wheel_0 +luigi_kart_frame061: + symbol: gKartLuigi061 + type: texture + offset: 0x15850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_061_wheel_0 +luigi_kart_frame062: + symbol: gKartLuigi062 + type: texture + offset: 0x15E98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_062_wheel_0 +luigi_kart_frame063: + symbol: gKartLuigi063 + type: texture + offset: 0x164D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_063_wheel_0 +luigi_kart_frame064: + symbol: gKartLuigi064 + type: texture + offset: 0x169E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_064_wheel_0 +luigi_kart_frame065: + symbol: gKartLuigi065 + type: texture + offset: 0x16EF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_065_wheel_0 +luigi_kart_frame066: + symbol: gKartLuigi066 + type: texture + offset: 0x17418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_066_wheel_0 +luigi_kart_frame067: + symbol: gKartLuigi067 + type: texture + offset: 0x17978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_067_wheel_0 +luigi_kart_frame068: + symbol: gKartLuigi068 + type: texture + offset: 0x17EE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_068_wheel_0 +luigi_kart_frame069: + symbol: gKartLuigi069 + type: texture + offset: 0x1847C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_069_wheel_0 +luigi_kart_frame070: + symbol: gKartLuigi070 + type: texture + offset: 0x18A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_070_wheel_0 +luigi_kart_frame071: + symbol: gKartLuigi071 + type: texture + offset: 0x18FB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_071_wheel_0 +luigi_kart_frame072: + symbol: gKartLuigi072 + type: texture + offset: 0x1957C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_072_wheel_0 +luigi_kart_frame073: + symbol: gKartLuigi073 + type: texture + offset: 0x19B50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_073_wheel_0 +luigi_kart_frame074: + symbol: gKartLuigi074 + type: texture + offset: 0x1A140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_074_wheel_0 +luigi_kart_frame075: + symbol: gKartLuigi075 + type: texture + offset: 0x1A734 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_075_wheel_0 +luigi_kart_frame076: + symbol: gKartLuigi076 + type: texture + offset: 0x1AD2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_076_wheel_0 +luigi_kart_frame077: + symbol: gKartLuigi077 + type: texture + offset: 0x1B33C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_077_wheel_0 +luigi_kart_frame078: + symbol: gKartLuigi078 + type: texture + offset: 0x1B95C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_078_wheel_0 +luigi_kart_frame079: + symbol: gKartLuigi079 + type: texture + offset: 0x1BF84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_079_wheel_0 +luigi_kart_frame080: + symbol: gKartLuigi080 + type: texture + offset: 0x1C5A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_080_wheel_0 +luigi_kart_frame081: + symbol: gKartLuigi081 + type: texture + offset: 0x1CBE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_081_wheel_0 +luigi_kart_frame082: + symbol: gKartLuigi082 + type: texture + offset: 0x1D224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_082_wheel_0 +luigi_kart_frame083: + symbol: gKartLuigi083 + type: texture + offset: 0x1D85C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_083_wheel_0 +luigi_kart_frame084: + symbol: gKartLuigi084 + type: texture + offset: 0x1DE90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_084_wheel_0 +luigi_kart_frame085: + symbol: gKartLuigi085 + type: texture + offset: 0x1E39C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_085_wheel_0 +luigi_kart_frame086: + symbol: gKartLuigi086 + type: texture + offset: 0x1E8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_086_wheel_0 +luigi_kart_frame087: + symbol: gKartLuigi087 + type: texture + offset: 0x1EE08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_087_wheel_0 +luigi_kart_frame088: + symbol: gKartLuigi088 + type: texture + offset: 0x1F35C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_088_wheel_0 +luigi_kart_frame089: + symbol: gKartLuigi089 + type: texture + offset: 0x1F8E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_089_wheel_0 +luigi_kart_frame090: + symbol: gKartLuigi090 + type: texture + offset: 0x1FE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_090_wheel_0 +luigi_kart_frame091: + symbol: gKartLuigi091 + type: texture + offset: 0x20408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_091_wheel_0 +luigi_kart_frame092: + symbol: gKartLuigi092 + type: texture + offset: 0x209B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_092_wheel_0 +luigi_kart_frame093: + symbol: gKartLuigi093 + type: texture + offset: 0x20F80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_093_wheel_0 +luigi_kart_frame094: + symbol: gKartLuigi094 + type: texture + offset: 0x2155C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_094_wheel_0 +luigi_kart_frame095: + symbol: gKartLuigi095 + type: texture + offset: 0x21B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_095_wheel_0 +luigi_kart_frame096: + symbol: gKartLuigi096 + type: texture + offset: 0x22140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_096_wheel_0 +luigi_kart_frame097: + symbol: gKartLuigi097 + type: texture + offset: 0x22750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_097_wheel_0 +luigi_kart_frame098: + symbol: gKartLuigi098 + type: texture + offset: 0x22D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_098_wheel_0 +luigi_kart_frame099: + symbol: gKartLuigi099 + type: texture + offset: 0x23384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_099_wheel_0 +luigi_kart_frame100: + symbol: gKartLuigi100 + type: texture + offset: 0x239C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_100_wheel_0 +luigi_kart_frame101: + symbol: gKartLuigi101 + type: texture + offset: 0x2401C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_101_wheel_0 +luigi_kart_frame102: + symbol: gKartLuigi102 + type: texture + offset: 0x24664 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_102_wheel_0 +luigi_kart_frame103: + symbol: gKartLuigi103 + type: texture + offset: 0x24CB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_103_wheel_0 +luigi_kart_frame104: + symbol: gKartLuigi104 + type: texture + offset: 0x252F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_104_wheel_0 +luigi_kart_frame105: + symbol: gKartLuigi105 + type: texture + offset: 0x25930 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_105_wheel_0 +luigi_kart_frame106: + symbol: gKartLuigi106 + type: texture + offset: 0x25E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_106_wheel_0 +luigi_kart_frame107: + symbol: gKartLuigi107 + type: texture + offset: 0x26384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_107_wheel_0 +luigi_kart_frame108: + symbol: gKartLuigi108 + type: texture + offset: 0x268EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_108_wheel_0 +luigi_kart_frame109: + symbol: gKartLuigi109 + type: texture + offset: 0x26E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_109_wheel_0 +luigi_kart_frame110: + symbol: gKartLuigi110 + type: texture + offset: 0x273EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_110_wheel_0 +luigi_kart_frame111: + symbol: gKartLuigi111 + type: texture + offset: 0x27980 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_111_wheel_0 +luigi_kart_frame112: + symbol: gKartLuigi112 + type: texture + offset: 0x27F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_112_wheel_0 +luigi_kart_frame113: + symbol: gKartLuigi113 + type: texture + offset: 0x284DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_113_wheel_0 +luigi_kart_frame114: + symbol: gKartLuigi114 + type: texture + offset: 0x28AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_114_wheel_0 +luigi_kart_frame115: + symbol: gKartLuigi115 + type: texture + offset: 0x290AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_115_wheel_0 +luigi_kart_frame116: + symbol: gKartLuigi116 + type: texture + offset: 0x29694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_116_wheel_0 +luigi_kart_frame117: + symbol: gKartLuigi117 + type: texture + offset: 0x29CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_117_wheel_0 +luigi_kart_frame118: + symbol: gKartLuigi118 + type: texture + offset: 0x2A2B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_118_wheel_0 +luigi_kart_frame119: + symbol: gKartLuigi119 + type: texture + offset: 0x2A8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_119_wheel_0 +luigi_kart_frame120: + symbol: gKartLuigi120 + type: texture + offset: 0x2AEF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_120_wheel_0 +luigi_kart_frame121: + symbol: gKartLuigi121 + type: texture + offset: 0x2B534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_121_wheel_0 +luigi_kart_frame122: + symbol: gKartLuigi122 + type: texture + offset: 0x2BB8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_122_wheel_0 +luigi_kart_frame123: + symbol: gKartLuigi123 + type: texture + offset: 0x2C1D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_123_wheel_0 +luigi_kart_frame124: + symbol: gKartLuigi124 + type: texture + offset: 0x2C82C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_124_wheel_0 +luigi_kart_frame125: + symbol: gKartLuigi125 + type: texture + offset: 0x2CE84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_125_wheel_0 +luigi_kart_frame126: + symbol: gKartLuigi126 + type: texture + offset: 0x2D4CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_126_wheel_0 +luigi_kart_frame127: + symbol: gKartLuigi127 + type: texture + offset: 0x2DA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_127_wheel_0 +luigi_kart_frame128: + symbol: gKartLuigi128 + type: texture + offset: 0x2DF58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_128_wheel_0 +luigi_kart_frame129: + symbol: gKartLuigi129 + type: texture + offset: 0x2E4E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_129_wheel_0 +luigi_kart_frame130: + symbol: gKartLuigi130 + type: texture + offset: 0x2EA40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_130_wheel_0 +luigi_kart_frame131: + symbol: gKartLuigi131 + type: texture + offset: 0x2EFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_131_wheel_0 +luigi_kart_frame132: + symbol: gKartLuigi132 + type: texture + offset: 0x2F594 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_132_wheel_0 +luigi_kart_frame133: + symbol: gKartLuigi133 + type: texture + offset: 0x2FB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_133_wheel_0 +luigi_kart_frame134: + symbol: gKartLuigi134 + type: texture + offset: 0x3010C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_134_wheel_0 +luigi_kart_frame135: + symbol: gKartLuigi135 + type: texture + offset: 0x306D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_135_wheel_0 +luigi_kart_frame136: + symbol: gKartLuigi136 + type: texture + offset: 0x30CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_136_wheel_0 +luigi_kart_frame137: + symbol: gKartLuigi137 + type: texture + offset: 0x312AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_137_wheel_0 +luigi_kart_frame138: + symbol: gKartLuigi138 + type: texture + offset: 0x318B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_138_wheel_0 +luigi_kart_frame139: + symbol: gKartLuigi139 + type: texture + offset: 0x31ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_139_wheel_0 +luigi_kart_frame140: + symbol: gKartLuigi140 + type: texture + offset: 0x324F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_140_wheel_0 +luigi_kart_frame141: + symbol: gKartLuigi141 + type: texture + offset: 0x32B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_141_wheel_0 +luigi_kart_frame142: + symbol: gKartLuigi142 + type: texture + offset: 0x33188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_142_wheel_0 +luigi_kart_frame143: + symbol: gKartLuigi143 + type: texture + offset: 0x337E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_143_wheel_0 +luigi_kart_frame144: + symbol: gKartLuigi144 + type: texture + offset: 0x33E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_144_wheel_0 +luigi_kart_frame145: + symbol: gKartLuigi145 + type: texture + offset: 0x344B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_145_wheel_0 +luigi_kart_frame146: + symbol: gKartLuigi146 + type: texture + offset: 0x34B10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_146_wheel_0 +luigi_kart_frame147: + symbol: gKartLuigi147 + type: texture + offset: 0x35184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_147_wheel_0 +luigi_kart_frame148: + symbol: gKartLuigi148 + type: texture + offset: 0x356D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_148_wheel_0 +luigi_kart_frame149: + symbol: gKartLuigi149 + type: texture + offset: 0x35C3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_149_wheel_0 +luigi_kart_frame150: + symbol: gKartLuigi150 + type: texture + offset: 0x361B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_150_wheel_0 +luigi_kart_frame151: + symbol: gKartLuigi151 + type: texture + offset: 0x36748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_151_wheel_0 +luigi_kart_frame152: + symbol: gKartLuigi152 + type: texture + offset: 0x36D04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_152_wheel_0 +luigi_kart_frame153: + symbol: gKartLuigi153 + type: texture + offset: 0x372D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_153_wheel_0 +luigi_kart_frame154: + symbol: gKartLuigi154 + type: texture + offset: 0x378A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_154_wheel_0 +luigi_kart_frame155: + symbol: gKartLuigi155 + type: texture + offset: 0x37E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_155_wheel_0 +luigi_kart_frame156: + symbol: gKartLuigi156 + type: texture + offset: 0x38460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_156_wheel_0 +luigi_kart_frame157: + symbol: gKartLuigi157 + type: texture + offset: 0x38A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_157_wheel_0 +luigi_kart_frame158: + symbol: gKartLuigi158 + type: texture + offset: 0x39068 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_158_wheel_0 +luigi_kart_frame159: + symbol: gKartLuigi159 + type: texture + offset: 0x3966C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_159_wheel_0 +luigi_kart_frame160: + symbol: gKartLuigi160 + type: texture + offset: 0x39C8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_160_wheel_0 +luigi_kart_frame161: + symbol: gKartLuigi161 + type: texture + offset: 0x3A2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_161_wheel_0 +luigi_kart_frame162: + symbol: gKartLuigi162 + type: texture + offset: 0x3A930 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_162_wheel_0 +luigi_kart_frame163: + symbol: gKartLuigi163 + type: texture + offset: 0x3AF90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_163_wheel_0 +luigi_kart_frame164: + symbol: gKartLuigi164 + type: texture + offset: 0x3B600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_164_wheel_0 +luigi_kart_frame165: + symbol: gKartLuigi165 + type: texture + offset: 0x3BC7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_165_wheel_0 +luigi_kart_frame166: + symbol: gKartLuigi166 + type: texture + offset: 0x3C2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_166_wheel_0 +luigi_kart_frame167: + symbol: gKartLuigi167 + type: texture + offset: 0x3C96C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_167_wheel_0 +luigi_kart_frame168: + symbol: gKartLuigi168 + type: texture + offset: 0x3CFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_168_wheel_0 +luigi_kart_frame169: + symbol: gKartLuigi169 + type: texture + offset: 0x3D560 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_169_wheel_0 +luigi_kart_frame170: + symbol: gKartLuigi170 + type: texture + offset: 0x3DB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_170_wheel_0 +luigi_kart_frame171: + symbol: gKartLuigi171 + type: texture + offset: 0x3E0C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_171_wheel_0 +luigi_kart_frame172: + symbol: gKartLuigi172 + type: texture + offset: 0x3E67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_172_wheel_0 +luigi_kart_frame173: + symbol: gKartLuigi173 + type: texture + offset: 0x3EC1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_173_wheel_0 +luigi_kart_frame174: + symbol: gKartLuigi174 + type: texture + offset: 0x3F200 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_174_wheel_0 +luigi_kart_frame175: + symbol: gKartLuigi175 + type: texture + offset: 0x3F7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_175_wheel_0 +luigi_kart_frame176: + symbol: gKartLuigi176 + type: texture + offset: 0x3FDA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_176_wheel_0 +luigi_kart_frame177: + symbol: gKartLuigi177 + type: texture + offset: 0x40398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_177_wheel_0 +luigi_kart_frame178: + symbol: gKartLuigi178 + type: texture + offset: 0x409B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_178_wheel_0 +luigi_kart_frame179: + symbol: gKartLuigi179 + type: texture + offset: 0x40FC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_179_wheel_0 +luigi_kart_frame180: + symbol: gKartLuigi180 + type: texture + offset: 0x415E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_180_wheel_0 +luigi_kart_frame181: + symbol: gKartLuigi181 + type: texture + offset: 0x41C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_181_wheel_0 +luigi_kart_frame182: + symbol: gKartLuigi182 + type: texture + offset: 0x42240 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_182_wheel_0 +luigi_kart_frame183: + symbol: gKartLuigi183 + type: texture + offset: 0x42884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_183_wheel_0 +luigi_kart_frame184: + symbol: gKartLuigi184 + type: texture + offset: 0x42ED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_184_wheel_0 +luigi_kart_frame185: + symbol: gKartLuigi185 + type: texture + offset: 0x43534 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_185_wheel_0 +luigi_kart_frame186: + symbol: gKartLuigi186 + type: texture + offset: 0x43BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_186_wheel_0 +luigi_kart_frame187: + symbol: gKartLuigi187 + type: texture + offset: 0x44250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_187_wheel_0 +luigi_kart_frame188: + symbol: gKartLuigi188 + type: texture + offset: 0x448B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_188_wheel_0 +luigi_kart_frame189: + symbol: gKartLuigi189 + type: texture + offset: 0x44F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_189_wheel_0 +luigi_kart_frame190: + symbol: gKartLuigi190 + type: texture + offset: 0x4544C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_190_wheel_0 +luigi_kart_frame191: + symbol: gKartLuigi191 + type: texture + offset: 0x459A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_191_wheel_0 +luigi_kart_frame192: + symbol: gKartLuigi192 + type: texture + offset: 0x45F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_192_wheel_0 +luigi_kart_frame193: + symbol: gKartLuigi193 + type: texture + offset: 0x464E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_193_wheel_0 +luigi_kart_frame194: + symbol: gKartLuigi194 + type: texture + offset: 0x46AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_194_wheel_0 +luigi_kart_frame195: + symbol: gKartLuigi195 + type: texture + offset: 0x470C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_195_wheel_0 +luigi_kart_frame196: + symbol: gKartLuigi196 + type: texture + offset: 0x476E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_196_wheel_0 +luigi_kart_frame197: + symbol: gKartLuigi197 + type: texture + offset: 0x47D14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_197_wheel_0 +luigi_kart_frame198: + symbol: gKartLuigi198 + type: texture + offset: 0x48370 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_198_wheel_0 +luigi_kart_frame199: + symbol: gKartLuigi199 + type: texture + offset: 0x489DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_199_wheel_0 +luigi_kart_frame200: + symbol: gKartLuigi200 + type: texture + offset: 0x49064 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_200_wheel_0 +luigi_kart_frame201: + symbol: gKartLuigi201 + type: texture + offset: 0x4970C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_201_wheel_0 +luigi_kart_frame202: + symbol: gKartLuigi202 + type: texture + offset: 0x49DC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_202_wheel_0 +luigi_kart_frame203: + symbol: gKartLuigi203 + type: texture + offset: 0x4A478 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_203_wheel_0 +luigi_kart_frame204: + symbol: gKartLuigi204 + type: texture + offset: 0x4AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_204_wheel_0 +luigi_kart_frame205: + symbol: gKartLuigi205 + type: texture + offset: 0x4B1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_205_wheel_0 +luigi_kart_frame206: + symbol: gKartLuigi206 + type: texture + offset: 0x4B848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_206_wheel_0 +luigi_kart_frame207: + symbol: gKartLuigi207 + type: texture + offset: 0x4BEB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_207_wheel_0 +luigi_kart_frame208: + symbol: gKartLuigi208 + type: texture + offset: 0x4C508 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_208_wheel_0 +luigi_kart_frame209: + symbol: gKartLuigi209 + type: texture + offset: 0x4CB24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_209_wheel_0 +luigi_kart_frame210: + symbol: gKartLuigi210 + type: texture + offset: 0x4D06C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_210_wheel_0 +luigi_kart_frame211: + symbol: gKartLuigi211 + type: texture + offset: 0x4D5E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_211_wheel_0 +luigi_kart_frame212: + symbol: gKartLuigi212 + type: texture + offset: 0x4DBA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_212_wheel_0 +luigi_kart_frame213: + symbol: gKartLuigi213 + type: texture + offset: 0x4E178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_213_wheel_0 +luigi_kart_frame214: + symbol: gKartLuigi214 + type: texture + offset: 0x4E778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_214_wheel_0 +luigi_kart_frame215: + symbol: gKartLuigi215 + type: texture + offset: 0x4ED90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_215_wheel_0 +luigi_kart_frame216: + symbol: gKartLuigi216 + type: texture + offset: 0x4F3D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_216_wheel_0 +luigi_kart_frame217: + symbol: gKartLuigi217 + type: texture + offset: 0x4FA2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_217_wheel_0 +luigi_kart_frame218: + symbol: gKartLuigi218 + type: texture + offset: 0x50080 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_218_wheel_0 +luigi_kart_frame219: + symbol: gKartLuigi219 + type: texture + offset: 0x506DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_219_wheel_0 +luigi_kart_frame220: + symbol: gKartLuigi220 + type: texture + offset: 0x50D4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_220_wheel_0 +luigi_kart_frame221: + symbol: gKartLuigi221 + type: texture + offset: 0x513D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_221_wheel_0 +luigi_kart_frame222: + symbol: gKartLuigi222 + type: texture + offset: 0x51A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_222_wheel_0 +luigi_kart_frame223: + symbol: gKartLuigi223 + type: texture + offset: 0x520F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_223_wheel_0 +luigi_kart_frame224: + symbol: gKartLuigi224 + type: texture + offset: 0x52764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_224_wheel_0 +luigi_kart_frame225: + symbol: gKartLuigi225 + type: texture + offset: 0x52DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_225_wheel_0 +luigi_kart_frame226: + symbol: gKartLuigi226 + type: texture + offset: 0x53440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_226_wheel_0 +luigi_kart_frame227: + symbol: gKartLuigi227 + type: texture + offset: 0x53A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_227_wheel_0 +luigi_kart_frame228: + symbol: gKartLuigi228 + type: texture + offset: 0x54058 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_228_wheel_0 +luigi_kart_frame229: + symbol: gKartLuigi229 + type: texture + offset: 0x54604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_229_wheel_0 +luigi_kart_frame230: + symbol: gKartLuigi230 + type: texture + offset: 0x54B58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_230_wheel_0 +luigi_kart_frame231: + symbol: gKartLuigi231 + type: texture + offset: 0x550F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_231_wheel_0 +luigi_kart_frame232: + symbol: gKartLuigi232 + type: texture + offset: 0x556DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_232_wheel_0 +luigi_kart_frame233: + symbol: gKartLuigi233 + type: texture + offset: 0x55CE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_233_wheel_0 +luigi_kart_frame234: + symbol: gKartLuigi234 + type: texture + offset: 0x56310 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_234_wheel_0 +luigi_kart_frame235: + symbol: gKartLuigi235 + type: texture + offset: 0x56950 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_235_wheel_0 +luigi_kart_frame236: + symbol: gKartLuigi236 + type: texture + offset: 0x56FA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_236_wheel_0 +luigi_kart_frame237: + symbol: gKartLuigi237 + type: texture + offset: 0x57604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_237_wheel_0 +luigi_kart_frame238: + symbol: gKartLuigi238 + type: texture + offset: 0x57C6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_238_wheel_0 +luigi_kart_frame239: + symbol: gKartLuigi239 + type: texture + offset: 0x582C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_239_wheel_0 +luigi_kart_frame240: + symbol: gKartLuigi240 + type: texture + offset: 0x5893C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_240_wheel_0 +luigi_kart_frame241: + symbol: gKartLuigi241 + type: texture + offset: 0x58FA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_241_wheel_0 +luigi_kart_frame242: + symbol: gKartLuigi242 + type: texture + offset: 0x59608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_242_wheel_0 +luigi_kart_frame243: + symbol: gKartLuigi243 + type: texture + offset: 0x59C78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_243_wheel_0 +luigi_kart_frame244: + symbol: gKartLuigi244 + type: texture + offset: 0x5A2A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_244_wheel_0 +luigi_kart_frame245: + symbol: gKartLuigi245 + type: texture + offset: 0x5A8BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_245_wheel_0 +luigi_kart_frame246: + symbol: gKartLuigi246 + type: texture + offset: 0x5AEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_246_wheel_0 +luigi_kart_frame247: + symbol: gKartLuigi247 + type: texture + offset: 0x5B4AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_247_wheel_0 +luigi_kart_frame248: + symbol: gKartLuigi248 + type: texture + offset: 0x5BA74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_248_wheel_0 +luigi_kart_frame249: + symbol: gKartLuigi249 + type: texture + offset: 0x5BFF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_249_wheel_0 +luigi_kart_frame250: + symbol: gKartLuigi250 + type: texture + offset: 0x5C570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_250_wheel_0 +luigi_kart_frame251: + symbol: gKartLuigi251 + type: texture + offset: 0x5CB3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_251_wheel_0 +luigi_kart_frame252: + symbol: gKartLuigi252 + type: texture + offset: 0x5D12C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_252_wheel_0 +luigi_kart_frame253: + symbol: gKartLuigi253 + type: texture + offset: 0x5D750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_253_wheel_0 +luigi_kart_frame254: + symbol: gKartLuigi254 + type: texture + offset: 0x5DD9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_254_wheel_0 +luigi_kart_frame255: + symbol: gKartLuigi255 + type: texture + offset: 0x5E3EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_255_wheel_0 +luigi_kart_frame256: + symbol: gKartLuigi256 + type: texture + offset: 0x5EA68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_256_wheel_0 +luigi_kart_frame257: + symbol: gKartLuigi257 + type: texture + offset: 0x5F0D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_257_wheel_0 +luigi_kart_frame258: + symbol: gKartLuigi258 + type: texture + offset: 0x5F73C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_258_wheel_0 +luigi_kart_frame259: + symbol: gKartLuigi259 + type: texture + offset: 0x5FDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_259_wheel_0 +luigi_kart_frame260: + symbol: gKartLuigi260 + type: texture + offset: 0x603FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_260_wheel_0 +luigi_kart_frame261: + symbol: gKartLuigi261 + type: texture + offset: 0x60A4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_261_wheel_0 +luigi_kart_frame262: + symbol: gKartLuigi262 + type: texture + offset: 0x61084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_262_wheel_0 +luigi_kart_frame263: + symbol: gKartLuigi263 + type: texture + offset: 0x616A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_263_wheel_0 +luigi_kart_frame264: + symbol: gKartLuigi264 + type: texture + offset: 0x61CA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_264_wheel_0 +luigi_kart_frame265: + symbol: gKartLuigi265 + type: texture + offset: 0x622A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_265_wheel_0 +luigi_kart_frame266: + symbol: gKartLuigi266 + type: texture + offset: 0x62864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_266_wheel_0 +luigi_kart_frame267: + symbol: gKartLuigi267 + type: texture + offset: 0x62E10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_267_wheel_0 +luigi_kart_frame268: + symbol: gKartLuigi268 + type: texture + offset: 0x63380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_268_wheel_0 +luigi_kart_frame269: + symbol: gKartLuigi269 + type: texture + offset: 0x638B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_269_wheel_0 +luigi_kart_frame270: + symbol: gKartLuigi270 + type: texture + offset: 0x63E50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_270_wheel_0 +luigi_kart_frame271: + symbol: gKartLuigi271 + type: texture + offset: 0x64430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_271_wheel_0 +luigi_kart_frame272: + symbol: gKartLuigi272 + type: texture + offset: 0x64A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_272_wheel_0 +luigi_kart_frame273: + symbol: gKartLuigi273 + type: texture + offset: 0x65084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_273_wheel_0 +luigi_kart_frame274: + symbol: gKartLuigi274 + type: texture + offset: 0x656D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_274_wheel_0 +luigi_kart_frame275: + symbol: gKartLuigi275 + type: texture + offset: 0x65D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_275_wheel_0 +luigi_kart_frame276: + symbol: gKartLuigi276 + type: texture + offset: 0x663C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_276_wheel_0 +luigi_kart_frame277: + symbol: gKartLuigi277 + type: texture + offset: 0x66A48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_277_wheel_0 +luigi_kart_frame278: + symbol: gKartLuigi278 + type: texture + offset: 0x670A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_278_wheel_0 +luigi_kart_frame279: + symbol: gKartLuigi279 + type: texture + offset: 0x67714 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_279_wheel_0 +luigi_kart_frame280: + symbol: gKartLuigi280 + type: texture + offset: 0x67D6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_280_wheel_0 +luigi_kart_frame281: + symbol: gKartLuigi281 + type: texture + offset: 0x683B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_281_wheel_0 +luigi_kart_frame282: + symbol: gKartLuigi282 + type: texture + offset: 0x689C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_282_wheel_0 +luigi_kart_frame283: + symbol: gKartLuigi283 + type: texture + offset: 0x68FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_283_wheel_0 +luigi_kart_frame284: + symbol: gKartLuigi284 + type: texture + offset: 0x69590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_284_wheel_0 +luigi_kart_frame285: + symbol: gKartLuigi285 + type: texture + offset: 0x69B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_285_wheel_0 +luigi_kart_frame286: + symbol: gKartLuigi286 + type: texture + offset: 0x6A0B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_286_wheel_0 +luigi_kart_frame287: + symbol: gKartLuigi287 + type: texture + offset: 0x6A604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_287_wheel_0 +luigi_kart_frame288: + symbol: gKartLuigi288 + type: texture + offset: 0x6AB10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_288_wheel_0 +luigi_kart_frame289: + symbol: gKartLuigi289 + type: texture + offset: 0x6AFC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame290: + symbol: gKartLuigi290 + type: texture + offset: 0x6B4C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame291: + symbol: gKartLuigi291 + type: texture + offset: 0x6BA50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame292: + symbol: gKartLuigi292 + type: texture + offset: 0x6C030 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame293: + symbol: gKartLuigi293 + type: texture + offset: 0x6C6DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame294: + symbol: gKartLuigi294 + type: texture + offset: 0x6CD38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame295: + symbol: gKartLuigi295 + type: texture + offset: 0x6D390 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame296: + symbol: gKartLuigi296 + type: texture + offset: 0x6D9B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame297: + symbol: gKartLuigi297 + type: texture + offset: 0x6DF5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame298: + symbol: gKartLuigi298 + type: texture + offset: 0x6E48C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame299: + symbol: gKartLuigi299 + type: texture + offset: 0x6EA48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame300: + symbol: gKartLuigi300 + type: texture + offset: 0x6F028 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame301: + symbol: gKartLuigi301 + type: texture + offset: 0x6F5F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame302: + symbol: gKartLuigi302 + type: texture + offset: 0x6FBB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame303: + symbol: gKartLuigi303 + type: texture + offset: 0x70188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame304: + symbol: gKartLuigi304 + type: texture + offset: 0x70750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame305: + symbol: gKartLuigi305 + type: texture + offset: 0x70CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame306: + symbol: gKartLuigi306 + type: texture + offset: 0x71154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame307: + symbol: gKartLuigi307 + type: texture + offset: 0x71740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame308: + symbol: gKartLuigi308 + type: texture + offset: 0x71DCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame309: + symbol: gKartLuigi309 + type: texture + offset: 0x7247C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame310: + symbol: gKartLuigi310 + type: texture + offset: 0x72AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame311: + symbol: gKartLuigi311 + type: texture + offset: 0x73118 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame312: + symbol: gKartLuigi312 + type: texture + offset: 0x73730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame313: + symbol: gKartLuigi313 + type: texture + offset: 0x73C90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame314: + symbol: gKartLuigi314 + type: texture + offset: 0x741A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame315: + symbol: gKartLuigi315 + type: texture + offset: 0x74764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame316: + symbol: gKartLuigi316 + type: texture + offset: 0x74D3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame317: + symbol: gKartLuigi317 + type: texture + offset: 0x752F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame318: + symbol: gKartLuigi318 + type: texture + offset: 0x758A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame319: + symbol: gKartLuigi319 + type: texture + offset: 0x75E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +luigi_kart_frame320: + symbol: gKartLuigi320 + type: texture + offset: 0x76448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: luigi_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartLuigi000Wheel0 + type: texture + offset: 0x769FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartLuigi000Wheel1 + type: texture + offset: 0x76A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartLuigi000Wheel2 + type: texture + offset: 0x76AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartLuigi000Wheel3 + type: texture + offset: 0x76B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartLuigi001Wheel0 + type: texture + offset: 0x76BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartLuigi001Wheel1 + type: texture + offset: 0x76C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartLuigi001Wheel2 + type: texture + offset: 0x76CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartLuigi001Wheel3 + type: texture + offset: 0x76D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartLuigi002Wheel0 + type: texture + offset: 0x76DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartLuigi002Wheel1 + type: texture + offset: 0x76E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartLuigi002Wheel2 + type: texture + offset: 0x76EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartLuigi002Wheel3 + type: texture + offset: 0x76F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartLuigi003Wheel0 + type: texture + offset: 0x76FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartLuigi003Wheel1 + type: texture + offset: 0x7707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartLuigi003Wheel2 + type: texture + offset: 0x770FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartLuigi003Wheel3 + type: texture + offset: 0x7717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartLuigi004Wheel0 + type: texture + offset: 0x771FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartLuigi004Wheel1 + type: texture + offset: 0x7727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartLuigi004Wheel2 + type: texture + offset: 0x772FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartLuigi004Wheel3 + type: texture + offset: 0x7737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartLuigi005Wheel0 + type: texture + offset: 0x773FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartLuigi005Wheel1 + type: texture + offset: 0x7747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartLuigi005Wheel2 + type: texture + offset: 0x774FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartLuigi005Wheel3 + type: texture + offset: 0x7757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartLuigi006Wheel0 + type: texture + offset: 0x775FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartLuigi006Wheel1 + type: texture + offset: 0x7767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartLuigi006Wheel2 + type: texture + offset: 0x776FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartLuigi006Wheel3 + type: texture + offset: 0x7777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartLuigi007Wheel0 + type: texture + offset: 0x777FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartLuigi007Wheel1 + type: texture + offset: 0x7787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartLuigi007Wheel2 + type: texture + offset: 0x778FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartLuigi007Wheel3 + type: texture + offset: 0x7797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartLuigi008Wheel0 + type: texture + offset: 0x779FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartLuigi008Wheel1 + type: texture + offset: 0x77A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartLuigi008Wheel2 + type: texture + offset: 0x77AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartLuigi008Wheel3 + type: texture + offset: 0x77B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartLuigi009Wheel0 + type: texture + offset: 0x77BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartLuigi009Wheel1 + type: texture + offset: 0x77C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartLuigi009Wheel2 + type: texture + offset: 0x77CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartLuigi009Wheel3 + type: texture + offset: 0x77D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartLuigi010Wheel0 + type: texture + offset: 0x77DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartLuigi010Wheel1 + type: texture + offset: 0x77E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartLuigi010Wheel2 + type: texture + offset: 0x77EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartLuigi010Wheel3 + type: texture + offset: 0x77F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartLuigi011Wheel0 + type: texture + offset: 0x77FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartLuigi011Wheel1 + type: texture + offset: 0x7807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartLuigi011Wheel2 + type: texture + offset: 0x780FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartLuigi011Wheel3 + type: texture + offset: 0x7817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartLuigi012Wheel0 + type: texture + offset: 0x781FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartLuigi012Wheel1 + type: texture + offset: 0x7827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartLuigi012Wheel2 + type: texture + offset: 0x782FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartLuigi012Wheel3 + type: texture + offset: 0x7837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartLuigi013Wheel0 + type: texture + offset: 0x783FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartLuigi013Wheel1 + type: texture + offset: 0x7847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartLuigi013Wheel2 + type: texture + offset: 0x784FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartLuigi013Wheel3 + type: texture + offset: 0x7857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartLuigi014Wheel0 + type: texture + offset: 0x785FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartLuigi014Wheel1 + type: texture + offset: 0x7867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartLuigi014Wheel2 + type: texture + offset: 0x786FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartLuigi014Wheel3 + type: texture + offset: 0x7877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartLuigi015Wheel0 + type: texture + offset: 0x787FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartLuigi015Wheel1 + type: texture + offset: 0x7887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartLuigi015Wheel2 + type: texture + offset: 0x788FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartLuigi015Wheel3 + type: texture + offset: 0x7897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartLuigi016Wheel0 + type: texture + offset: 0x789FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartLuigi016Wheel1 + type: texture + offset: 0x78A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartLuigi016Wheel2 + type: texture + offset: 0x78AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartLuigi016Wheel3 + type: texture + offset: 0x78B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartLuigi017Wheel0 + type: texture + offset: 0x78BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartLuigi017Wheel1 + type: texture + offset: 0x78C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartLuigi017Wheel2 + type: texture + offset: 0x78CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartLuigi017Wheel3 + type: texture + offset: 0x78D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartLuigi018Wheel0 + type: texture + offset: 0x78DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartLuigi018Wheel1 + type: texture + offset: 0x78E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartLuigi018Wheel2 + type: texture + offset: 0x78EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartLuigi018Wheel3 + type: texture + offset: 0x78F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartLuigi019Wheel0 + type: texture + offset: 0x78FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartLuigi019Wheel1 + type: texture + offset: 0x7907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartLuigi019Wheel2 + type: texture + offset: 0x790FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartLuigi019Wheel3 + type: texture + offset: 0x7917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartLuigi020Wheel0 + type: texture + offset: 0x791FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartLuigi020Wheel1 + type: texture + offset: 0x7927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartLuigi020Wheel2 + type: texture + offset: 0x792FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartLuigi020Wheel3 + type: texture + offset: 0x7937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartLuigi021Wheel0 + type: texture + offset: 0x793FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartLuigi021Wheel1 + type: texture + offset: 0x7947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartLuigi021Wheel2 + type: texture + offset: 0x794FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartLuigi021Wheel3 + type: texture + offset: 0x7957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartLuigi022Wheel0 + type: texture + offset: 0x795FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartLuigi022Wheel1 + type: texture + offset: 0x7967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartLuigi022Wheel2 + type: texture + offset: 0x796FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartLuigi022Wheel3 + type: texture + offset: 0x7977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartLuigi023Wheel0 + type: texture + offset: 0x797FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartLuigi023Wheel1 + type: texture + offset: 0x7987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartLuigi023Wheel2 + type: texture + offset: 0x798FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartLuigi023Wheel3 + type: texture + offset: 0x7997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartLuigi024Wheel0 + type: texture + offset: 0x799FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartLuigi024Wheel1 + type: texture + offset: 0x79A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartLuigi024Wheel2 + type: texture + offset: 0x79AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartLuigi024Wheel3 + type: texture + offset: 0x79B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartLuigi025Wheel0 + type: texture + offset: 0x79BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartLuigi025Wheel1 + type: texture + offset: 0x79C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartLuigi025Wheel2 + type: texture + offset: 0x79CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartLuigi025Wheel3 + type: texture + offset: 0x79D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartLuigi026Wheel0 + type: texture + offset: 0x79DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartLuigi026Wheel1 + type: texture + offset: 0x79E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartLuigi026Wheel2 + type: texture + offset: 0x79EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartLuigi026Wheel3 + type: texture + offset: 0x79F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartLuigi027Wheel0 + type: texture + offset: 0x79FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartLuigi027Wheel1 + type: texture + offset: 0x7A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartLuigi027Wheel2 + type: texture + offset: 0x7A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartLuigi027Wheel3 + type: texture + offset: 0x7A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartLuigi028Wheel0 + type: texture + offset: 0x7A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartLuigi028Wheel1 + type: texture + offset: 0x7A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartLuigi028Wheel2 + type: texture + offset: 0x7A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartLuigi028Wheel3 + type: texture + offset: 0x7A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartLuigi029Wheel0 + type: texture + offset: 0x7A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartLuigi029Wheel1 + type: texture + offset: 0x7A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartLuigi029Wheel2 + type: texture + offset: 0x7A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartLuigi029Wheel3 + type: texture + offset: 0x7A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartLuigi030Wheel0 + type: texture + offset: 0x7A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartLuigi030Wheel1 + type: texture + offset: 0x7A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartLuigi030Wheel2 + type: texture + offset: 0x7A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartLuigi030Wheel3 + type: texture + offset: 0x7A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartLuigi031Wheel0 + type: texture + offset: 0x7A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartLuigi031Wheel1 + type: texture + offset: 0x7A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartLuigi031Wheel2 + type: texture + offset: 0x7A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartLuigi031Wheel3 + type: texture + offset: 0x7A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartLuigi032Wheel0 + type: texture + offset: 0x7A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartLuigi032Wheel1 + type: texture + offset: 0x7AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartLuigi032Wheel2 + type: texture + offset: 0x7AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartLuigi032Wheel3 + type: texture + offset: 0x7AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartLuigi033Wheel0 + type: texture + offset: 0x7ABFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartLuigi033Wheel1 + type: texture + offset: 0x7AC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartLuigi033Wheel2 + type: texture + offset: 0x7ACFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartLuigi033Wheel3 + type: texture + offset: 0x7AD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartLuigi034Wheel0 + type: texture + offset: 0x7ADFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartLuigi034Wheel1 + type: texture + offset: 0x7AE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartLuigi034Wheel2 + type: texture + offset: 0x7AEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartLuigi034Wheel3 + type: texture + offset: 0x7AF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartLuigi035Wheel0 + type: texture + offset: 0x7AFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartLuigi035Wheel1 + type: texture + offset: 0x7B07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartLuigi035Wheel2 + type: texture + offset: 0x7B0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartLuigi035Wheel3 + type: texture + offset: 0x7B17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartLuigi036Wheel0 + type: texture + offset: 0x7B1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartLuigi036Wheel1 + type: texture + offset: 0x7B27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartLuigi036Wheel2 + type: texture + offset: 0x7B2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartLuigi036Wheel3 + type: texture + offset: 0x7B37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartLuigi037Wheel0 + type: texture + offset: 0x7B3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartLuigi037Wheel1 + type: texture + offset: 0x7B47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartLuigi037Wheel2 + type: texture + offset: 0x7B4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartLuigi037Wheel3 + type: texture + offset: 0x7B57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartLuigi038Wheel0 + type: texture + offset: 0x7B5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartLuigi038Wheel1 + type: texture + offset: 0x7B67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartLuigi038Wheel2 + type: texture + offset: 0x7B6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartLuigi038Wheel3 + type: texture + offset: 0x7B77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartLuigi039Wheel0 + type: texture + offset: 0x7B7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartLuigi039Wheel1 + type: texture + offset: 0x7B87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartLuigi039Wheel2 + type: texture + offset: 0x7B8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartLuigi039Wheel3 + type: texture + offset: 0x7B97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartLuigi040Wheel0 + type: texture + offset: 0x7B9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartLuigi040Wheel1 + type: texture + offset: 0x7BA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartLuigi040Wheel2 + type: texture + offset: 0x7BAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartLuigi040Wheel3 + type: texture + offset: 0x7BB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartLuigi041Wheel0 + type: texture + offset: 0x7BBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartLuigi041Wheel1 + type: texture + offset: 0x7BC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartLuigi041Wheel2 + type: texture + offset: 0x7BCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartLuigi041Wheel3 + type: texture + offset: 0x7BD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartLuigi042Wheel0 + type: texture + offset: 0x7BDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartLuigi042Wheel1 + type: texture + offset: 0x7BE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartLuigi042Wheel2 + type: texture + offset: 0x7BEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartLuigi042Wheel3 + type: texture + offset: 0x7BF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartLuigi043Wheel0 + type: texture + offset: 0x7BFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartLuigi043Wheel1 + type: texture + offset: 0x7C07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartLuigi043Wheel2 + type: texture + offset: 0x7C0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartLuigi043Wheel3 + type: texture + offset: 0x7C17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartLuigi044Wheel0 + type: texture + offset: 0x7C1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartLuigi044Wheel1 + type: texture + offset: 0x7C27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartLuigi044Wheel2 + type: texture + offset: 0x7C2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartLuigi044Wheel3 + type: texture + offset: 0x7C37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartLuigi045Wheel0 + type: texture + offset: 0x7C3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartLuigi045Wheel1 + type: texture + offset: 0x7C47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartLuigi045Wheel2 + type: texture + offset: 0x7C4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartLuigi045Wheel3 + type: texture + offset: 0x7C57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartLuigi046Wheel0 + type: texture + offset: 0x7C5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartLuigi046Wheel1 + type: texture + offset: 0x7C67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartLuigi046Wheel2 + type: texture + offset: 0x7C6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartLuigi046Wheel3 + type: texture + offset: 0x7C77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartLuigi047Wheel0 + type: texture + offset: 0x7C7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartLuigi047Wheel1 + type: texture + offset: 0x7C87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartLuigi047Wheel2 + type: texture + offset: 0x7C8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartLuigi047Wheel3 + type: texture + offset: 0x7C97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartLuigi048Wheel0 + type: texture + offset: 0x7C9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartLuigi048Wheel1 + type: texture + offset: 0x7CA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartLuigi048Wheel2 + type: texture + offset: 0x7CAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartLuigi048Wheel3 + type: texture + offset: 0x7CB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartLuigi049Wheel0 + type: texture + offset: 0x7CBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartLuigi049Wheel1 + type: texture + offset: 0x7CC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartLuigi049Wheel2 + type: texture + offset: 0x7CCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartLuigi049Wheel3 + type: texture + offset: 0x7CD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartLuigi050Wheel0 + type: texture + offset: 0x7CDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartLuigi050Wheel1 + type: texture + offset: 0x7CE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartLuigi050Wheel2 + type: texture + offset: 0x7CEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartLuigi050Wheel3 + type: texture + offset: 0x7CF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartLuigi051Wheel0 + type: texture + offset: 0x7CFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartLuigi051Wheel1 + type: texture + offset: 0x7D07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartLuigi051Wheel2 + type: texture + offset: 0x7D0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartLuigi051Wheel3 + type: texture + offset: 0x7D17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartLuigi052Wheel0 + type: texture + offset: 0x7D1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartLuigi052Wheel1 + type: texture + offset: 0x7D27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartLuigi052Wheel2 + type: texture + offset: 0x7D2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartLuigi052Wheel3 + type: texture + offset: 0x7D37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartLuigi053Wheel0 + type: texture + offset: 0x7D3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartLuigi053Wheel1 + type: texture + offset: 0x7D47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartLuigi053Wheel2 + type: texture + offset: 0x7D4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartLuigi053Wheel3 + type: texture + offset: 0x7D57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartLuigi054Wheel0 + type: texture + offset: 0x7D5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartLuigi054Wheel1 + type: texture + offset: 0x7D67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartLuigi054Wheel2 + type: texture + offset: 0x7D6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartLuigi054Wheel3 + type: texture + offset: 0x7D77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartLuigi055Wheel0 + type: texture + offset: 0x7D7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartLuigi055Wheel1 + type: texture + offset: 0x7D87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartLuigi055Wheel2 + type: texture + offset: 0x7D8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartLuigi055Wheel3 + type: texture + offset: 0x7D97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartLuigi056Wheel0 + type: texture + offset: 0x7D9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartLuigi056Wheel1 + type: texture + offset: 0x7DA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartLuigi056Wheel2 + type: texture + offset: 0x7DAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartLuigi056Wheel3 + type: texture + offset: 0x7DB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartLuigi057Wheel0 + type: texture + offset: 0x7DBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartLuigi057Wheel1 + type: texture + offset: 0x7DC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartLuigi057Wheel2 + type: texture + offset: 0x7DCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartLuigi057Wheel3 + type: texture + offset: 0x7DD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartLuigi058Wheel0 + type: texture + offset: 0x7DDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartLuigi058Wheel1 + type: texture + offset: 0x7DE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartLuigi058Wheel2 + type: texture + offset: 0x7DEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartLuigi058Wheel3 + type: texture + offset: 0x7DF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartLuigi059Wheel0 + type: texture + offset: 0x7DFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartLuigi059Wheel1 + type: texture + offset: 0x7E07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartLuigi059Wheel2 + type: texture + offset: 0x7E0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartLuigi059Wheel3 + type: texture + offset: 0x7E17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartLuigi060Wheel0 + type: texture + offset: 0x7E1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartLuigi060Wheel1 + type: texture + offset: 0x7E27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartLuigi060Wheel2 + type: texture + offset: 0x7E2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartLuigi060Wheel3 + type: texture + offset: 0x7E37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartLuigi061Wheel0 + type: texture + offset: 0x7E3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartLuigi061Wheel1 + type: texture + offset: 0x7E47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartLuigi061Wheel2 + type: texture + offset: 0x7E4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartLuigi061Wheel3 + type: texture + offset: 0x7E57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartLuigi062Wheel0 + type: texture + offset: 0x7E5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartLuigi062Wheel1 + type: texture + offset: 0x7E67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartLuigi062Wheel2 + type: texture + offset: 0x7E6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartLuigi062Wheel3 + type: texture + offset: 0x7E77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartLuigi063Wheel0 + type: texture + offset: 0x7E7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartLuigi063Wheel1 + type: texture + offset: 0x7E87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartLuigi063Wheel2 + type: texture + offset: 0x7E8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartLuigi063Wheel3 + type: texture + offset: 0x7E97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartLuigi064Wheel0 + type: texture + offset: 0x7E9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartLuigi064Wheel1 + type: texture + offset: 0x7EA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartLuigi064Wheel2 + type: texture + offset: 0x7EAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartLuigi064Wheel3 + type: texture + offset: 0x7EB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartLuigi065Wheel0 + type: texture + offset: 0x7EBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartLuigi065Wheel1 + type: texture + offset: 0x7EC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartLuigi065Wheel2 + type: texture + offset: 0x7ECFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartLuigi065Wheel3 + type: texture + offset: 0x7ED7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartLuigi066Wheel0 + type: texture + offset: 0x7EDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartLuigi066Wheel1 + type: texture + offset: 0x7EE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartLuigi066Wheel2 + type: texture + offset: 0x7EEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartLuigi066Wheel3 + type: texture + offset: 0x7EF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartLuigi067Wheel0 + type: texture + offset: 0x7EFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartLuigi067Wheel1 + type: texture + offset: 0x7F07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartLuigi067Wheel2 + type: texture + offset: 0x7F0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartLuigi067Wheel3 + type: texture + offset: 0x7F17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartLuigi068Wheel0 + type: texture + offset: 0x7F1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartLuigi068Wheel1 + type: texture + offset: 0x7F27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartLuigi068Wheel2 + type: texture + offset: 0x7F2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartLuigi068Wheel3 + type: texture + offset: 0x7F37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartLuigi069Wheel0 + type: texture + offset: 0x7F3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartLuigi069Wheel1 + type: texture + offset: 0x7F47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartLuigi069Wheel2 + type: texture + offset: 0x7F4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartLuigi069Wheel3 + type: texture + offset: 0x7F57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartLuigi070Wheel0 + type: texture + offset: 0x7F5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartLuigi070Wheel1 + type: texture + offset: 0x7F67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartLuigi070Wheel2 + type: texture + offset: 0x7F6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartLuigi070Wheel3 + type: texture + offset: 0x7F77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartLuigi071Wheel0 + type: texture + offset: 0x7F7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartLuigi071Wheel1 + type: texture + offset: 0x7F87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartLuigi071Wheel2 + type: texture + offset: 0x7F8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartLuigi071Wheel3 + type: texture + offset: 0x7F97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartLuigi072Wheel0 + type: texture + offset: 0x7F9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartLuigi072Wheel1 + type: texture + offset: 0x7FA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartLuigi072Wheel2 + type: texture + offset: 0x7FAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartLuigi072Wheel3 + type: texture + offset: 0x7FB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartLuigi073Wheel0 + type: texture + offset: 0x7FBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartLuigi073Wheel1 + type: texture + offset: 0x7FC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartLuigi073Wheel2 + type: texture + offset: 0x7FCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartLuigi073Wheel3 + type: texture + offset: 0x7FD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartLuigi074Wheel0 + type: texture + offset: 0x7FDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartLuigi074Wheel1 + type: texture + offset: 0x7FE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartLuigi074Wheel2 + type: texture + offset: 0x7FEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartLuigi074Wheel3 + type: texture + offset: 0x7FF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartLuigi075Wheel0 + type: texture + offset: 0x7FFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartLuigi075Wheel1 + type: texture + offset: 0x8007C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartLuigi075Wheel2 + type: texture + offset: 0x800FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartLuigi075Wheel3 + type: texture + offset: 0x8017C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartLuigi076Wheel0 + type: texture + offset: 0x801FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartLuigi076Wheel1 + type: texture + offset: 0x8027C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartLuigi076Wheel2 + type: texture + offset: 0x802FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartLuigi076Wheel3 + type: texture + offset: 0x8037C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartLuigi077Wheel0 + type: texture + offset: 0x803FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartLuigi077Wheel1 + type: texture + offset: 0x8047C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartLuigi077Wheel2 + type: texture + offset: 0x804FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartLuigi077Wheel3 + type: texture + offset: 0x8057C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartLuigi078Wheel0 + type: texture + offset: 0x805FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartLuigi078Wheel1 + type: texture + offset: 0x8067C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartLuigi078Wheel2 + type: texture + offset: 0x806FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartLuigi078Wheel3 + type: texture + offset: 0x8077C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartLuigi079Wheel0 + type: texture + offset: 0x807FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartLuigi079Wheel1 + type: texture + offset: 0x8087C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartLuigi079Wheel2 + type: texture + offset: 0x808FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartLuigi079Wheel3 + type: texture + offset: 0x8097C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartLuigi080Wheel0 + type: texture + offset: 0x809FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartLuigi080Wheel1 + type: texture + offset: 0x80A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartLuigi080Wheel2 + type: texture + offset: 0x80AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartLuigi080Wheel3 + type: texture + offset: 0x80B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartLuigi081Wheel0 + type: texture + offset: 0x80BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartLuigi081Wheel1 + type: texture + offset: 0x80C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartLuigi081Wheel2 + type: texture + offset: 0x80CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartLuigi081Wheel3 + type: texture + offset: 0x80D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartLuigi082Wheel0 + type: texture + offset: 0x80DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartLuigi082Wheel1 + type: texture + offset: 0x80E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartLuigi082Wheel2 + type: texture + offset: 0x80EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartLuigi082Wheel3 + type: texture + offset: 0x80F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartLuigi083Wheel0 + type: texture + offset: 0x80FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartLuigi083Wheel1 + type: texture + offset: 0x8107C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartLuigi083Wheel2 + type: texture + offset: 0x810FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartLuigi083Wheel3 + type: texture + offset: 0x8117C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartLuigi084Wheel0 + type: texture + offset: 0x811FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartLuigi084Wheel1 + type: texture + offset: 0x8127C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartLuigi084Wheel2 + type: texture + offset: 0x812FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartLuigi084Wheel3 + type: texture + offset: 0x8137C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartLuigi085Wheel0 + type: texture + offset: 0x813FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartLuigi085Wheel1 + type: texture + offset: 0x8147C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartLuigi085Wheel2 + type: texture + offset: 0x814FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartLuigi085Wheel3 + type: texture + offset: 0x8157C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartLuigi086Wheel0 + type: texture + offset: 0x815FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartLuigi086Wheel1 + type: texture + offset: 0x8167C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartLuigi086Wheel2 + type: texture + offset: 0x816FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartLuigi086Wheel3 + type: texture + offset: 0x8177C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartLuigi087Wheel0 + type: texture + offset: 0x817FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartLuigi087Wheel1 + type: texture + offset: 0x8187C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartLuigi087Wheel2 + type: texture + offset: 0x818FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartLuigi087Wheel3 + type: texture + offset: 0x8197C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartLuigi088Wheel0 + type: texture + offset: 0x819FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartLuigi088Wheel1 + type: texture + offset: 0x81A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartLuigi088Wheel2 + type: texture + offset: 0x81AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartLuigi088Wheel3 + type: texture + offset: 0x81B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartLuigi089Wheel0 + type: texture + offset: 0x81BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartLuigi089Wheel1 + type: texture + offset: 0x81C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartLuigi089Wheel2 + type: texture + offset: 0x81CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartLuigi089Wheel3 + type: texture + offset: 0x81D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartLuigi090Wheel0 + type: texture + offset: 0x81DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartLuigi090Wheel1 + type: texture + offset: 0x81E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartLuigi090Wheel2 + type: texture + offset: 0x81EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartLuigi090Wheel3 + type: texture + offset: 0x81F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartLuigi091Wheel0 + type: texture + offset: 0x81FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartLuigi091Wheel1 + type: texture + offset: 0x8207C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartLuigi091Wheel2 + type: texture + offset: 0x820FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartLuigi091Wheel3 + type: texture + offset: 0x8217C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartLuigi092Wheel0 + type: texture + offset: 0x821FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartLuigi092Wheel1 + type: texture + offset: 0x8227C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartLuigi092Wheel2 + type: texture + offset: 0x822FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartLuigi092Wheel3 + type: texture + offset: 0x8237C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartLuigi093Wheel0 + type: texture + offset: 0x823FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartLuigi093Wheel1 + type: texture + offset: 0x8247C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartLuigi093Wheel2 + type: texture + offset: 0x824FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartLuigi093Wheel3 + type: texture + offset: 0x8257C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartLuigi094Wheel0 + type: texture + offset: 0x825FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartLuigi094Wheel1 + type: texture + offset: 0x8267C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartLuigi094Wheel2 + type: texture + offset: 0x826FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartLuigi094Wheel3 + type: texture + offset: 0x8277C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartLuigi095Wheel0 + type: texture + offset: 0x827FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartLuigi095Wheel1 + type: texture + offset: 0x8287C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartLuigi095Wheel2 + type: texture + offset: 0x828FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartLuigi095Wheel3 + type: texture + offset: 0x8297C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartLuigi096Wheel0 + type: texture + offset: 0x829FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartLuigi096Wheel1 + type: texture + offset: 0x82A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartLuigi096Wheel2 + type: texture + offset: 0x82AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartLuigi096Wheel3 + type: texture + offset: 0x82B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartLuigi097Wheel0 + type: texture + offset: 0x82BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartLuigi097Wheel1 + type: texture + offset: 0x82C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartLuigi097Wheel2 + type: texture + offset: 0x82CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartLuigi097Wheel3 + type: texture + offset: 0x82D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartLuigi098Wheel0 + type: texture + offset: 0x82DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartLuigi098Wheel1 + type: texture + offset: 0x82E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartLuigi098Wheel2 + type: texture + offset: 0x82EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartLuigi098Wheel3 + type: texture + offset: 0x82F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartLuigi099Wheel0 + type: texture + offset: 0x82FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartLuigi099Wheel1 + type: texture + offset: 0x8307C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartLuigi099Wheel2 + type: texture + offset: 0x830FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartLuigi099Wheel3 + type: texture + offset: 0x8317C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartLuigi100Wheel0 + type: texture + offset: 0x831FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartLuigi100Wheel1 + type: texture + offset: 0x8327C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartLuigi100Wheel2 + type: texture + offset: 0x832FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartLuigi100Wheel3 + type: texture + offset: 0x8337C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartLuigi101Wheel0 + type: texture + offset: 0x833FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartLuigi101Wheel1 + type: texture + offset: 0x8347C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartLuigi101Wheel2 + type: texture + offset: 0x834FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartLuigi101Wheel3 + type: texture + offset: 0x8357C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartLuigi102Wheel0 + type: texture + offset: 0x835FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartLuigi102Wheel1 + type: texture + offset: 0x8367C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartLuigi102Wheel2 + type: texture + offset: 0x836FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartLuigi102Wheel3 + type: texture + offset: 0x8377C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartLuigi103Wheel0 + type: texture + offset: 0x837FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartLuigi103Wheel1 + type: texture + offset: 0x8387C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartLuigi103Wheel2 + type: texture + offset: 0x838FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartLuigi103Wheel3 + type: texture + offset: 0x8397C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartLuigi104Wheel0 + type: texture + offset: 0x839FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartLuigi104Wheel1 + type: texture + offset: 0x83A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartLuigi104Wheel2 + type: texture + offset: 0x83AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartLuigi104Wheel3 + type: texture + offset: 0x83B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartLuigi105Wheel0 + type: texture + offset: 0x83BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartLuigi105Wheel1 + type: texture + offset: 0x83C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartLuigi105Wheel2 + type: texture + offset: 0x83CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartLuigi105Wheel3 + type: texture + offset: 0x83D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartLuigi106Wheel0 + type: texture + offset: 0x83DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartLuigi106Wheel1 + type: texture + offset: 0x83E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartLuigi106Wheel2 + type: texture + offset: 0x83EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartLuigi106Wheel3 + type: texture + offset: 0x83F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartLuigi107Wheel0 + type: texture + offset: 0x83FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartLuigi107Wheel1 + type: texture + offset: 0x8407C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartLuigi107Wheel2 + type: texture + offset: 0x840FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartLuigi107Wheel3 + type: texture + offset: 0x8417C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartLuigi108Wheel0 + type: texture + offset: 0x841FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartLuigi108Wheel1 + type: texture + offset: 0x8427C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartLuigi108Wheel2 + type: texture + offset: 0x842FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartLuigi108Wheel3 + type: texture + offset: 0x8437C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartLuigi109Wheel0 + type: texture + offset: 0x843FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartLuigi109Wheel1 + type: texture + offset: 0x8447C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartLuigi109Wheel2 + type: texture + offset: 0x844FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartLuigi109Wheel3 + type: texture + offset: 0x8457C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartLuigi110Wheel0 + type: texture + offset: 0x845FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartLuigi110Wheel1 + type: texture + offset: 0x8467C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartLuigi110Wheel2 + type: texture + offset: 0x846FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartLuigi110Wheel3 + type: texture + offset: 0x8477C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartLuigi111Wheel0 + type: texture + offset: 0x847FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartLuigi111Wheel1 + type: texture + offset: 0x8487C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartLuigi111Wheel2 + type: texture + offset: 0x848FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartLuigi111Wheel3 + type: texture + offset: 0x8497C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartLuigi112Wheel0 + type: texture + offset: 0x849FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartLuigi112Wheel1 + type: texture + offset: 0x84A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartLuigi112Wheel2 + type: texture + offset: 0x84AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartLuigi112Wheel3 + type: texture + offset: 0x84B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartLuigi113Wheel0 + type: texture + offset: 0x84BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartLuigi113Wheel1 + type: texture + offset: 0x84C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartLuigi113Wheel2 + type: texture + offset: 0x84CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartLuigi113Wheel3 + type: texture + offset: 0x84D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartLuigi114Wheel0 + type: texture + offset: 0x84DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartLuigi114Wheel1 + type: texture + offset: 0x84E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartLuigi114Wheel2 + type: texture + offset: 0x84EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartLuigi114Wheel3 + type: texture + offset: 0x84F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartLuigi115Wheel0 + type: texture + offset: 0x84FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartLuigi115Wheel1 + type: texture + offset: 0x8507C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartLuigi115Wheel2 + type: texture + offset: 0x850FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartLuigi115Wheel3 + type: texture + offset: 0x8517C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartLuigi116Wheel0 + type: texture + offset: 0x851FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartLuigi116Wheel1 + type: texture + offset: 0x8527C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartLuigi116Wheel2 + type: texture + offset: 0x852FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartLuigi116Wheel3 + type: texture + offset: 0x8537C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartLuigi117Wheel0 + type: texture + offset: 0x853FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartLuigi117Wheel1 + type: texture + offset: 0x8547C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartLuigi117Wheel2 + type: texture + offset: 0x854FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartLuigi117Wheel3 + type: texture + offset: 0x8557C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartLuigi118Wheel0 + type: texture + offset: 0x855FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartLuigi118Wheel1 + type: texture + offset: 0x8567C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartLuigi118Wheel2 + type: texture + offset: 0x856FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartLuigi118Wheel3 + type: texture + offset: 0x8577C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartLuigi119Wheel0 + type: texture + offset: 0x857FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartLuigi119Wheel1 + type: texture + offset: 0x8587C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartLuigi119Wheel2 + type: texture + offset: 0x858FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartLuigi119Wheel3 + type: texture + offset: 0x8597C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartLuigi120Wheel0 + type: texture + offset: 0x859FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartLuigi120Wheel1 + type: texture + offset: 0x85A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartLuigi120Wheel2 + type: texture + offset: 0x85AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartLuigi120Wheel3 + type: texture + offset: 0x85B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartLuigi121Wheel0 + type: texture + offset: 0x85BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartLuigi121Wheel1 + type: texture + offset: 0x85C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartLuigi121Wheel2 + type: texture + offset: 0x85CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartLuigi121Wheel3 + type: texture + offset: 0x85D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartLuigi122Wheel0 + type: texture + offset: 0x85DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartLuigi122Wheel1 + type: texture + offset: 0x85E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartLuigi122Wheel2 + type: texture + offset: 0x85EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartLuigi122Wheel3 + type: texture + offset: 0x85F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartLuigi123Wheel0 + type: texture + offset: 0x85FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartLuigi123Wheel1 + type: texture + offset: 0x8607C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartLuigi123Wheel2 + type: texture + offset: 0x860FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartLuigi123Wheel3 + type: texture + offset: 0x8617C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartLuigi124Wheel0 + type: texture + offset: 0x861FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartLuigi124Wheel1 + type: texture + offset: 0x8627C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartLuigi124Wheel2 + type: texture + offset: 0x862FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartLuigi124Wheel3 + type: texture + offset: 0x8637C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartLuigi125Wheel0 + type: texture + offset: 0x863FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartLuigi125Wheel1 + type: texture + offset: 0x8647C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartLuigi125Wheel2 + type: texture + offset: 0x864FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartLuigi125Wheel3 + type: texture + offset: 0x8657C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartLuigi126Wheel0 + type: texture + offset: 0x865FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartLuigi126Wheel1 + type: texture + offset: 0x8667C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartLuigi126Wheel2 + type: texture + offset: 0x866FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartLuigi126Wheel3 + type: texture + offset: 0x8677C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartLuigi127Wheel0 + type: texture + offset: 0x867FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartLuigi127Wheel1 + type: texture + offset: 0x8687C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartLuigi127Wheel2 + type: texture + offset: 0x868FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartLuigi127Wheel3 + type: texture + offset: 0x8697C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartLuigi128Wheel0 + type: texture + offset: 0x869FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartLuigi128Wheel1 + type: texture + offset: 0x86A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartLuigi128Wheel2 + type: texture + offset: 0x86AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartLuigi128Wheel3 + type: texture + offset: 0x86B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartLuigi129Wheel0 + type: texture + offset: 0x86BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartLuigi129Wheel1 + type: texture + offset: 0x86C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartLuigi129Wheel2 + type: texture + offset: 0x86CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartLuigi129Wheel3 + type: texture + offset: 0x86D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartLuigi130Wheel0 + type: texture + offset: 0x86DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartLuigi130Wheel1 + type: texture + offset: 0x86E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartLuigi130Wheel2 + type: texture + offset: 0x86EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartLuigi130Wheel3 + type: texture + offset: 0x86F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartLuigi131Wheel0 + type: texture + offset: 0x86FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartLuigi131Wheel1 + type: texture + offset: 0x8707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartLuigi131Wheel2 + type: texture + offset: 0x870FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartLuigi131Wheel3 + type: texture + offset: 0x8717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartLuigi132Wheel0 + type: texture + offset: 0x871FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartLuigi132Wheel1 + type: texture + offset: 0x8727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartLuigi132Wheel2 + type: texture + offset: 0x872FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartLuigi132Wheel3 + type: texture + offset: 0x8737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartLuigi133Wheel0 + type: texture + offset: 0x873FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartLuigi133Wheel1 + type: texture + offset: 0x8747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartLuigi133Wheel2 + type: texture + offset: 0x874FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartLuigi133Wheel3 + type: texture + offset: 0x8757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartLuigi134Wheel0 + type: texture + offset: 0x875FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartLuigi134Wheel1 + type: texture + offset: 0x8767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartLuigi134Wheel2 + type: texture + offset: 0x876FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartLuigi134Wheel3 + type: texture + offset: 0x8777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartLuigi135Wheel0 + type: texture + offset: 0x877FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartLuigi135Wheel1 + type: texture + offset: 0x8787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartLuigi135Wheel2 + type: texture + offset: 0x878FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartLuigi135Wheel3 + type: texture + offset: 0x8797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartLuigi136Wheel0 + type: texture + offset: 0x879FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartLuigi136Wheel1 + type: texture + offset: 0x87A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartLuigi136Wheel2 + type: texture + offset: 0x87AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartLuigi136Wheel3 + type: texture + offset: 0x87B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartLuigi137Wheel0 + type: texture + offset: 0x87BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartLuigi137Wheel1 + type: texture + offset: 0x87C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartLuigi137Wheel2 + type: texture + offset: 0x87CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartLuigi137Wheel3 + type: texture + offset: 0x87D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartLuigi138Wheel0 + type: texture + offset: 0x87DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartLuigi138Wheel1 + type: texture + offset: 0x87E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartLuigi138Wheel2 + type: texture + offset: 0x87EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartLuigi138Wheel3 + type: texture + offset: 0x87F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartLuigi139Wheel0 + type: texture + offset: 0x87FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartLuigi139Wheel1 + type: texture + offset: 0x8807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartLuigi139Wheel2 + type: texture + offset: 0x880FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartLuigi139Wheel3 + type: texture + offset: 0x8817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartLuigi140Wheel0 + type: texture + offset: 0x881FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartLuigi140Wheel1 + type: texture + offset: 0x8827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartLuigi140Wheel2 + type: texture + offset: 0x882FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartLuigi140Wheel3 + type: texture + offset: 0x8837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartLuigi141Wheel0 + type: texture + offset: 0x883FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartLuigi141Wheel1 + type: texture + offset: 0x8847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartLuigi141Wheel2 + type: texture + offset: 0x884FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartLuigi141Wheel3 + type: texture + offset: 0x8857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartLuigi142Wheel0 + type: texture + offset: 0x885FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartLuigi142Wheel1 + type: texture + offset: 0x8867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartLuigi142Wheel2 + type: texture + offset: 0x886FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartLuigi142Wheel3 + type: texture + offset: 0x8877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartLuigi143Wheel0 + type: texture + offset: 0x887FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartLuigi143Wheel1 + type: texture + offset: 0x8887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartLuigi143Wheel2 + type: texture + offset: 0x888FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartLuigi143Wheel3 + type: texture + offset: 0x8897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartLuigi144Wheel0 + type: texture + offset: 0x889FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartLuigi144Wheel1 + type: texture + offset: 0x88A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartLuigi144Wheel2 + type: texture + offset: 0x88AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartLuigi144Wheel3 + type: texture + offset: 0x88B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartLuigi145Wheel0 + type: texture + offset: 0x88BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartLuigi145Wheel1 + type: texture + offset: 0x88C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartLuigi145Wheel2 + type: texture + offset: 0x88CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartLuigi145Wheel3 + type: texture + offset: 0x88D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartLuigi146Wheel0 + type: texture + offset: 0x88DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartLuigi146Wheel1 + type: texture + offset: 0x88E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartLuigi146Wheel2 + type: texture + offset: 0x88EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartLuigi146Wheel3 + type: texture + offset: 0x88F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartLuigi147Wheel0 + type: texture + offset: 0x88FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartLuigi147Wheel1 + type: texture + offset: 0x8907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartLuigi147Wheel2 + type: texture + offset: 0x890FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartLuigi147Wheel3 + type: texture + offset: 0x8917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartLuigi148Wheel0 + type: texture + offset: 0x891FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartLuigi148Wheel1 + type: texture + offset: 0x8927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartLuigi148Wheel2 + type: texture + offset: 0x892FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartLuigi148Wheel3 + type: texture + offset: 0x8937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartLuigi149Wheel0 + type: texture + offset: 0x893FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartLuigi149Wheel1 + type: texture + offset: 0x8947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartLuigi149Wheel2 + type: texture + offset: 0x894FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartLuigi149Wheel3 + type: texture + offset: 0x8957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartLuigi150Wheel0 + type: texture + offset: 0x895FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartLuigi150Wheel1 + type: texture + offset: 0x8967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartLuigi150Wheel2 + type: texture + offset: 0x896FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartLuigi150Wheel3 + type: texture + offset: 0x8977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartLuigi151Wheel0 + type: texture + offset: 0x897FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartLuigi151Wheel1 + type: texture + offset: 0x8987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartLuigi151Wheel2 + type: texture + offset: 0x898FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartLuigi151Wheel3 + type: texture + offset: 0x8997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartLuigi152Wheel0 + type: texture + offset: 0x899FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartLuigi152Wheel1 + type: texture + offset: 0x89A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartLuigi152Wheel2 + type: texture + offset: 0x89AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartLuigi152Wheel3 + type: texture + offset: 0x89B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartLuigi153Wheel0 + type: texture + offset: 0x89BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartLuigi153Wheel1 + type: texture + offset: 0x89C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartLuigi153Wheel2 + type: texture + offset: 0x89CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartLuigi153Wheel3 + type: texture + offset: 0x89D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartLuigi154Wheel0 + type: texture + offset: 0x89DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartLuigi154Wheel1 + type: texture + offset: 0x89E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartLuigi154Wheel2 + type: texture + offset: 0x89EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartLuigi154Wheel3 + type: texture + offset: 0x89F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartLuigi155Wheel0 + type: texture + offset: 0x89FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartLuigi155Wheel1 + type: texture + offset: 0x8A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartLuigi155Wheel2 + type: texture + offset: 0x8A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartLuigi155Wheel3 + type: texture + offset: 0x8A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartLuigi156Wheel0 + type: texture + offset: 0x8A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartLuigi156Wheel1 + type: texture + offset: 0x8A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartLuigi156Wheel2 + type: texture + offset: 0x8A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartLuigi156Wheel3 + type: texture + offset: 0x8A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartLuigi157Wheel0 + type: texture + offset: 0x8A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartLuigi157Wheel1 + type: texture + offset: 0x8A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartLuigi157Wheel2 + type: texture + offset: 0x8A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartLuigi157Wheel3 + type: texture + offset: 0x8A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartLuigi158Wheel0 + type: texture + offset: 0x8A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartLuigi158Wheel1 + type: texture + offset: 0x8A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartLuigi158Wheel2 + type: texture + offset: 0x8A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartLuigi158Wheel3 + type: texture + offset: 0x8A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartLuigi159Wheel0 + type: texture + offset: 0x8A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartLuigi159Wheel1 + type: texture + offset: 0x8A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartLuigi159Wheel2 + type: texture + offset: 0x8A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartLuigi159Wheel3 + type: texture + offset: 0x8A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartLuigi160Wheel0 + type: texture + offset: 0x8A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartLuigi160Wheel1 + type: texture + offset: 0x8AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartLuigi160Wheel2 + type: texture + offset: 0x8AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartLuigi160Wheel3 + type: texture + offset: 0x8AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartLuigi161Wheel0 + type: texture + offset: 0x8ABFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartLuigi161Wheel1 + type: texture + offset: 0x8AC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartLuigi161Wheel2 + type: texture + offset: 0x8ACFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartLuigi161Wheel3 + type: texture + offset: 0x8AD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartLuigi162Wheel0 + type: texture + offset: 0x8ADFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartLuigi162Wheel1 + type: texture + offset: 0x8AE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartLuigi162Wheel2 + type: texture + offset: 0x8AEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartLuigi162Wheel3 + type: texture + offset: 0x8AF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartLuigi163Wheel0 + type: texture + offset: 0x8AFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartLuigi163Wheel1 + type: texture + offset: 0x8B07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartLuigi163Wheel2 + type: texture + offset: 0x8B0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartLuigi163Wheel3 + type: texture + offset: 0x8B17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartLuigi164Wheel0 + type: texture + offset: 0x8B1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartLuigi164Wheel1 + type: texture + offset: 0x8B27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartLuigi164Wheel2 + type: texture + offset: 0x8B2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartLuigi164Wheel3 + type: texture + offset: 0x8B37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartLuigi165Wheel0 + type: texture + offset: 0x8B3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartLuigi165Wheel1 + type: texture + offset: 0x8B47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartLuigi165Wheel2 + type: texture + offset: 0x8B4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartLuigi165Wheel3 + type: texture + offset: 0x8B57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartLuigi166Wheel0 + type: texture + offset: 0x8B5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartLuigi166Wheel1 + type: texture + offset: 0x8B67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartLuigi166Wheel2 + type: texture + offset: 0x8B6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartLuigi166Wheel3 + type: texture + offset: 0x8B77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartLuigi167Wheel0 + type: texture + offset: 0x8B7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartLuigi167Wheel1 + type: texture + offset: 0x8B87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartLuigi167Wheel2 + type: texture + offset: 0x8B8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartLuigi167Wheel3 + type: texture + offset: 0x8B97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartLuigi168Wheel0 + type: texture + offset: 0x8B9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartLuigi168Wheel1 + type: texture + offset: 0x8BA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartLuigi168Wheel2 + type: texture + offset: 0x8BAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartLuigi168Wheel3 + type: texture + offset: 0x8BB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartLuigi169Wheel0 + type: texture + offset: 0x8BBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartLuigi169Wheel1 + type: texture + offset: 0x8BC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartLuigi169Wheel2 + type: texture + offset: 0x8BCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartLuigi169Wheel3 + type: texture + offset: 0x8BD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartLuigi170Wheel0 + type: texture + offset: 0x8BDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartLuigi170Wheel1 + type: texture + offset: 0x8BE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartLuigi170Wheel2 + type: texture + offset: 0x8BEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartLuigi170Wheel3 + type: texture + offset: 0x8BF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartLuigi171Wheel0 + type: texture + offset: 0x8BFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartLuigi171Wheel1 + type: texture + offset: 0x8C07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartLuigi171Wheel2 + type: texture + offset: 0x8C0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartLuigi171Wheel3 + type: texture + offset: 0x8C17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartLuigi172Wheel0 + type: texture + offset: 0x8C1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartLuigi172Wheel1 + type: texture + offset: 0x8C27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartLuigi172Wheel2 + type: texture + offset: 0x8C2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartLuigi172Wheel3 + type: texture + offset: 0x8C37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartLuigi173Wheel0 + type: texture + offset: 0x8C3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartLuigi173Wheel1 + type: texture + offset: 0x8C47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartLuigi173Wheel2 + type: texture + offset: 0x8C4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartLuigi173Wheel3 + type: texture + offset: 0x8C57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartLuigi174Wheel0 + type: texture + offset: 0x8C5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartLuigi174Wheel1 + type: texture + offset: 0x8C67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartLuigi174Wheel2 + type: texture + offset: 0x8C6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartLuigi174Wheel3 + type: texture + offset: 0x8C77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartLuigi175Wheel0 + type: texture + offset: 0x8C7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartLuigi175Wheel1 + type: texture + offset: 0x8C87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartLuigi175Wheel2 + type: texture + offset: 0x8C8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartLuigi175Wheel3 + type: texture + offset: 0x8C97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartLuigi176Wheel0 + type: texture + offset: 0x8C9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartLuigi176Wheel1 + type: texture + offset: 0x8CA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartLuigi176Wheel2 + type: texture + offset: 0x8CAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartLuigi176Wheel3 + type: texture + offset: 0x8CB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartLuigi177Wheel0 + type: texture + offset: 0x8CBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartLuigi177Wheel1 + type: texture + offset: 0x8CC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartLuigi177Wheel2 + type: texture + offset: 0x8CCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartLuigi177Wheel3 + type: texture + offset: 0x8CD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartLuigi178Wheel0 + type: texture + offset: 0x8CDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartLuigi178Wheel1 + type: texture + offset: 0x8CE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartLuigi178Wheel2 + type: texture + offset: 0x8CEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartLuigi178Wheel3 + type: texture + offset: 0x8CF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartLuigi179Wheel0 + type: texture + offset: 0x8CFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartLuigi179Wheel1 + type: texture + offset: 0x8D07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartLuigi179Wheel2 + type: texture + offset: 0x8D0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartLuigi179Wheel3 + type: texture + offset: 0x8D17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartLuigi180Wheel0 + type: texture + offset: 0x8D1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartLuigi180Wheel1 + type: texture + offset: 0x8D27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartLuigi180Wheel2 + type: texture + offset: 0x8D2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartLuigi180Wheel3 + type: texture + offset: 0x8D37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartLuigi181Wheel0 + type: texture + offset: 0x8D3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartLuigi181Wheel1 + type: texture + offset: 0x8D47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartLuigi181Wheel2 + type: texture + offset: 0x8D4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartLuigi181Wheel3 + type: texture + offset: 0x8D57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartLuigi182Wheel0 + type: texture + offset: 0x8D5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartLuigi182Wheel1 + type: texture + offset: 0x8D67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartLuigi182Wheel2 + type: texture + offset: 0x8D6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartLuigi182Wheel3 + type: texture + offset: 0x8D77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartLuigi183Wheel0 + type: texture + offset: 0x8D7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartLuigi183Wheel1 + type: texture + offset: 0x8D87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartLuigi183Wheel2 + type: texture + offset: 0x8D8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartLuigi183Wheel3 + type: texture + offset: 0x8D97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartLuigi184Wheel0 + type: texture + offset: 0x8D9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartLuigi184Wheel1 + type: texture + offset: 0x8DA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartLuigi184Wheel2 + type: texture + offset: 0x8DAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartLuigi184Wheel3 + type: texture + offset: 0x8DB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartLuigi185Wheel0 + type: texture + offset: 0x8DBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartLuigi185Wheel1 + type: texture + offset: 0x8DC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartLuigi185Wheel2 + type: texture + offset: 0x8DCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartLuigi185Wheel3 + type: texture + offset: 0x8DD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartLuigi186Wheel0 + type: texture + offset: 0x8DDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartLuigi186Wheel1 + type: texture + offset: 0x8DE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartLuigi186Wheel2 + type: texture + offset: 0x8DEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartLuigi186Wheel3 + type: texture + offset: 0x8DF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartLuigi187Wheel0 + type: texture + offset: 0x8DFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartLuigi187Wheel1 + type: texture + offset: 0x8E07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartLuigi187Wheel2 + type: texture + offset: 0x8E0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartLuigi187Wheel3 + type: texture + offset: 0x8E17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartLuigi188Wheel0 + type: texture + offset: 0x8E1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartLuigi188Wheel1 + type: texture + offset: 0x8E27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartLuigi188Wheel2 + type: texture + offset: 0x8E2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartLuigi188Wheel3 + type: texture + offset: 0x8E37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartLuigi189Wheel0 + type: texture + offset: 0x8E3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartLuigi189Wheel1 + type: texture + offset: 0x8E47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartLuigi189Wheel2 + type: texture + offset: 0x8E4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartLuigi189Wheel3 + type: texture + offset: 0x8E57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartLuigi190Wheel0 + type: texture + offset: 0x8E5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartLuigi190Wheel1 + type: texture + offset: 0x8E67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartLuigi190Wheel2 + type: texture + offset: 0x8E6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartLuigi190Wheel3 + type: texture + offset: 0x8E77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartLuigi191Wheel0 + type: texture + offset: 0x8E7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartLuigi191Wheel1 + type: texture + offset: 0x8E87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartLuigi191Wheel2 + type: texture + offset: 0x8E8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartLuigi191Wheel3 + type: texture + offset: 0x8E97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartLuigi192Wheel0 + type: texture + offset: 0x8E9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartLuigi192Wheel1 + type: texture + offset: 0x8EA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartLuigi192Wheel2 + type: texture + offset: 0x8EAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartLuigi192Wheel3 + type: texture + offset: 0x8EB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartLuigi193Wheel0 + type: texture + offset: 0x8EBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartLuigi193Wheel1 + type: texture + offset: 0x8EC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartLuigi193Wheel2 + type: texture + offset: 0x8ECFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartLuigi193Wheel3 + type: texture + offset: 0x8ED7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartLuigi194Wheel0 + type: texture + offset: 0x8EDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartLuigi194Wheel1 + type: texture + offset: 0x8EE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartLuigi194Wheel2 + type: texture + offset: 0x8EEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartLuigi194Wheel3 + type: texture + offset: 0x8EF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartLuigi195Wheel0 + type: texture + offset: 0x8EFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartLuigi195Wheel1 + type: texture + offset: 0x8F07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartLuigi195Wheel2 + type: texture + offset: 0x8F0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartLuigi195Wheel3 + type: texture + offset: 0x8F17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartLuigi196Wheel0 + type: texture + offset: 0x8F1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartLuigi196Wheel1 + type: texture + offset: 0x8F27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartLuigi196Wheel2 + type: texture + offset: 0x8F2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartLuigi196Wheel3 + type: texture + offset: 0x8F37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartLuigi197Wheel0 + type: texture + offset: 0x8F3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartLuigi197Wheel1 + type: texture + offset: 0x8F47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartLuigi197Wheel2 + type: texture + offset: 0x8F4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartLuigi197Wheel3 + type: texture + offset: 0x8F57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartLuigi198Wheel0 + type: texture + offset: 0x8F5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartLuigi198Wheel1 + type: texture + offset: 0x8F67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartLuigi198Wheel2 + type: texture + offset: 0x8F6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartLuigi198Wheel3 + type: texture + offset: 0x8F77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartLuigi199Wheel0 + type: texture + offset: 0x8F7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartLuigi199Wheel1 + type: texture + offset: 0x8F87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartLuigi199Wheel2 + type: texture + offset: 0x8F8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartLuigi199Wheel3 + type: texture + offset: 0x8F97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartLuigi200Wheel0 + type: texture + offset: 0x8F9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartLuigi200Wheel1 + type: texture + offset: 0x8FA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartLuigi200Wheel2 + type: texture + offset: 0x8FAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartLuigi200Wheel3 + type: texture + offset: 0x8FB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartLuigi201Wheel0 + type: texture + offset: 0x8FBFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartLuigi201Wheel1 + type: texture + offset: 0x8FC7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartLuigi201Wheel2 + type: texture + offset: 0x8FCFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartLuigi201Wheel3 + type: texture + offset: 0x8FD7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartLuigi202Wheel0 + type: texture + offset: 0x8FDFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartLuigi202Wheel1 + type: texture + offset: 0x8FE7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartLuigi202Wheel2 + type: texture + offset: 0x8FEFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartLuigi202Wheel3 + type: texture + offset: 0x8FF7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartLuigi203Wheel0 + type: texture + offset: 0x8FFFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartLuigi203Wheel1 + type: texture + offset: 0x9007C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartLuigi203Wheel2 + type: texture + offset: 0x900FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartLuigi203Wheel3 + type: texture + offset: 0x9017C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartLuigi204Wheel0 + type: texture + offset: 0x901FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartLuigi204Wheel1 + type: texture + offset: 0x9027C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartLuigi204Wheel2 + type: texture + offset: 0x902FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartLuigi204Wheel3 + type: texture + offset: 0x9037C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartLuigi205Wheel0 + type: texture + offset: 0x903FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartLuigi205Wheel1 + type: texture + offset: 0x9047C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartLuigi205Wheel2 + type: texture + offset: 0x904FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartLuigi205Wheel3 + type: texture + offset: 0x9057C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartLuigi206Wheel0 + type: texture + offset: 0x905FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartLuigi206Wheel1 + type: texture + offset: 0x9067C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartLuigi206Wheel2 + type: texture + offset: 0x906FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartLuigi206Wheel3 + type: texture + offset: 0x9077C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartLuigi207Wheel0 + type: texture + offset: 0x907FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartLuigi207Wheel1 + type: texture + offset: 0x9087C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartLuigi207Wheel2 + type: texture + offset: 0x908FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartLuigi207Wheel3 + type: texture + offset: 0x9097C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartLuigi208Wheel0 + type: texture + offset: 0x909FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartLuigi208Wheel1 + type: texture + offset: 0x90A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartLuigi208Wheel2 + type: texture + offset: 0x90AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartLuigi208Wheel3 + type: texture + offset: 0x90B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartLuigi209Wheel0 + type: texture + offset: 0x90BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartLuigi209Wheel1 + type: texture + offset: 0x90C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartLuigi209Wheel2 + type: texture + offset: 0x90CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartLuigi209Wheel3 + type: texture + offset: 0x90D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartLuigi210Wheel0 + type: texture + offset: 0x90DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartLuigi210Wheel1 + type: texture + offset: 0x90E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartLuigi210Wheel2 + type: texture + offset: 0x90EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartLuigi210Wheel3 + type: texture + offset: 0x90F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartLuigi211Wheel0 + type: texture + offset: 0x90FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartLuigi211Wheel1 + type: texture + offset: 0x9107C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartLuigi211Wheel2 + type: texture + offset: 0x910FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartLuigi211Wheel3 + type: texture + offset: 0x9117C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartLuigi212Wheel0 + type: texture + offset: 0x911FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartLuigi212Wheel1 + type: texture + offset: 0x9127C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartLuigi212Wheel2 + type: texture + offset: 0x912FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartLuigi212Wheel3 + type: texture + offset: 0x9137C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartLuigi213Wheel0 + type: texture + offset: 0x913FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartLuigi213Wheel1 + type: texture + offset: 0x9147C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartLuigi213Wheel2 + type: texture + offset: 0x914FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartLuigi213Wheel3 + type: texture + offset: 0x9157C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartLuigi214Wheel0 + type: texture + offset: 0x915FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartLuigi214Wheel1 + type: texture + offset: 0x9167C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartLuigi214Wheel2 + type: texture + offset: 0x916FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartLuigi214Wheel3 + type: texture + offset: 0x9177C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartLuigi215Wheel0 + type: texture + offset: 0x917FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartLuigi215Wheel1 + type: texture + offset: 0x9187C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartLuigi215Wheel2 + type: texture + offset: 0x918FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartLuigi215Wheel3 + type: texture + offset: 0x9197C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartLuigi216Wheel0 + type: texture + offset: 0x919FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartLuigi216Wheel1 + type: texture + offset: 0x91A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartLuigi216Wheel2 + type: texture + offset: 0x91AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartLuigi216Wheel3 + type: texture + offset: 0x91B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartLuigi217Wheel0 + type: texture + offset: 0x91BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartLuigi217Wheel1 + type: texture + offset: 0x91C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartLuigi217Wheel2 + type: texture + offset: 0x91CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartLuigi217Wheel3 + type: texture + offset: 0x91D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartLuigi218Wheel0 + type: texture + offset: 0x91DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartLuigi218Wheel1 + type: texture + offset: 0x91E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartLuigi218Wheel2 + type: texture + offset: 0x91EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartLuigi218Wheel3 + type: texture + offset: 0x91F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartLuigi219Wheel0 + type: texture + offset: 0x91FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartLuigi219Wheel1 + type: texture + offset: 0x9207C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartLuigi219Wheel2 + type: texture + offset: 0x920FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartLuigi219Wheel3 + type: texture + offset: 0x9217C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartLuigi220Wheel0 + type: texture + offset: 0x921FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartLuigi220Wheel1 + type: texture + offset: 0x9227C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartLuigi220Wheel2 + type: texture + offset: 0x922FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartLuigi220Wheel3 + type: texture + offset: 0x9237C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartLuigi221Wheel0 + type: texture + offset: 0x923FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartLuigi221Wheel1 + type: texture + offset: 0x9247C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartLuigi221Wheel2 + type: texture + offset: 0x924FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartLuigi221Wheel3 + type: texture + offset: 0x9257C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartLuigi222Wheel0 + type: texture + offset: 0x925FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartLuigi222Wheel1 + type: texture + offset: 0x9267C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartLuigi222Wheel2 + type: texture + offset: 0x926FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartLuigi222Wheel3 + type: texture + offset: 0x9277C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartLuigi223Wheel0 + type: texture + offset: 0x927FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartLuigi223Wheel1 + type: texture + offset: 0x9287C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartLuigi223Wheel2 + type: texture + offset: 0x928FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartLuigi223Wheel3 + type: texture + offset: 0x9297C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartLuigi224Wheel0 + type: texture + offset: 0x929FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartLuigi224Wheel1 + type: texture + offset: 0x92A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartLuigi224Wheel2 + type: texture + offset: 0x92AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartLuigi224Wheel3 + type: texture + offset: 0x92B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartLuigi225Wheel0 + type: texture + offset: 0x92BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartLuigi225Wheel1 + type: texture + offset: 0x92C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartLuigi225Wheel2 + type: texture + offset: 0x92CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartLuigi225Wheel3 + type: texture + offset: 0x92D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartLuigi226Wheel0 + type: texture + offset: 0x92DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartLuigi226Wheel1 + type: texture + offset: 0x92E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartLuigi226Wheel2 + type: texture + offset: 0x92EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartLuigi226Wheel3 + type: texture + offset: 0x92F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartLuigi227Wheel0 + type: texture + offset: 0x92FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartLuigi227Wheel1 + type: texture + offset: 0x9307C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartLuigi227Wheel2 + type: texture + offset: 0x930FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartLuigi227Wheel3 + type: texture + offset: 0x9317C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartLuigi228Wheel0 + type: texture + offset: 0x931FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartLuigi228Wheel1 + type: texture + offset: 0x9327C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartLuigi228Wheel2 + type: texture + offset: 0x932FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartLuigi228Wheel3 + type: texture + offset: 0x9337C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartLuigi229Wheel0 + type: texture + offset: 0x933FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartLuigi229Wheel1 + type: texture + offset: 0x9347C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartLuigi229Wheel2 + type: texture + offset: 0x934FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartLuigi229Wheel3 + type: texture + offset: 0x9357C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartLuigi230Wheel0 + type: texture + offset: 0x935FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartLuigi230Wheel1 + type: texture + offset: 0x9367C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartLuigi230Wheel2 + type: texture + offset: 0x936FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartLuigi230Wheel3 + type: texture + offset: 0x9377C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartLuigi231Wheel0 + type: texture + offset: 0x937FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartLuigi231Wheel1 + type: texture + offset: 0x9387C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartLuigi231Wheel2 + type: texture + offset: 0x938FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartLuigi231Wheel3 + type: texture + offset: 0x9397C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartLuigi232Wheel0 + type: texture + offset: 0x939FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartLuigi232Wheel1 + type: texture + offset: 0x93A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartLuigi232Wheel2 + type: texture + offset: 0x93AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartLuigi232Wheel3 + type: texture + offset: 0x93B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartLuigi233Wheel0 + type: texture + offset: 0x93BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartLuigi233Wheel1 + type: texture + offset: 0x93C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartLuigi233Wheel2 + type: texture + offset: 0x93CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartLuigi233Wheel3 + type: texture + offset: 0x93D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartLuigi234Wheel0 + type: texture + offset: 0x93DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartLuigi234Wheel1 + type: texture + offset: 0x93E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartLuigi234Wheel2 + type: texture + offset: 0x93EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartLuigi234Wheel3 + type: texture + offset: 0x93F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartLuigi235Wheel0 + type: texture + offset: 0x93FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartLuigi235Wheel1 + type: texture + offset: 0x9407C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartLuigi235Wheel2 + type: texture + offset: 0x940FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartLuigi235Wheel3 + type: texture + offset: 0x9417C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartLuigi236Wheel0 + type: texture + offset: 0x941FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartLuigi236Wheel1 + type: texture + offset: 0x9427C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartLuigi236Wheel2 + type: texture + offset: 0x942FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartLuigi236Wheel3 + type: texture + offset: 0x9437C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartLuigi237Wheel0 + type: texture + offset: 0x943FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartLuigi237Wheel1 + type: texture + offset: 0x9447C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartLuigi237Wheel2 + type: texture + offset: 0x944FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartLuigi237Wheel3 + type: texture + offset: 0x9457C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartLuigi238Wheel0 + type: texture + offset: 0x945FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartLuigi238Wheel1 + type: texture + offset: 0x9467C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartLuigi238Wheel2 + type: texture + offset: 0x946FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartLuigi238Wheel3 + type: texture + offset: 0x9477C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartLuigi239Wheel0 + type: texture + offset: 0x947FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartLuigi239Wheel1 + type: texture + offset: 0x9487C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartLuigi239Wheel2 + type: texture + offset: 0x948FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartLuigi239Wheel3 + type: texture + offset: 0x9497C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartLuigi240Wheel0 + type: texture + offset: 0x949FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartLuigi240Wheel1 + type: texture + offset: 0x94A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartLuigi240Wheel2 + type: texture + offset: 0x94AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartLuigi240Wheel3 + type: texture + offset: 0x94B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartLuigi241Wheel0 + type: texture + offset: 0x94BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartLuigi241Wheel1 + type: texture + offset: 0x94C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartLuigi241Wheel2 + type: texture + offset: 0x94CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartLuigi241Wheel3 + type: texture + offset: 0x94D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartLuigi242Wheel0 + type: texture + offset: 0x94DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartLuigi242Wheel1 + type: texture + offset: 0x94E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartLuigi242Wheel2 + type: texture + offset: 0x94EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartLuigi242Wheel3 + type: texture + offset: 0x94F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartLuigi243Wheel0 + type: texture + offset: 0x94FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartLuigi243Wheel1 + type: texture + offset: 0x9507C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartLuigi243Wheel2 + type: texture + offset: 0x950FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartLuigi243Wheel3 + type: texture + offset: 0x9517C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartLuigi244Wheel0 + type: texture + offset: 0x951FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartLuigi244Wheel1 + type: texture + offset: 0x9527C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartLuigi244Wheel2 + type: texture + offset: 0x952FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartLuigi244Wheel3 + type: texture + offset: 0x9537C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartLuigi245Wheel0 + type: texture + offset: 0x953FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartLuigi245Wheel1 + type: texture + offset: 0x9547C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartLuigi245Wheel2 + type: texture + offset: 0x954FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartLuigi245Wheel3 + type: texture + offset: 0x9557C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartLuigi246Wheel0 + type: texture + offset: 0x955FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartLuigi246Wheel1 + type: texture + offset: 0x9567C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartLuigi246Wheel2 + type: texture + offset: 0x956FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartLuigi246Wheel3 + type: texture + offset: 0x9577C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartLuigi247Wheel0 + type: texture + offset: 0x957FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartLuigi247Wheel1 + type: texture + offset: 0x9587C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartLuigi247Wheel2 + type: texture + offset: 0x958FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartLuigi247Wheel3 + type: texture + offset: 0x9597C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartLuigi248Wheel0 + type: texture + offset: 0x959FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartLuigi248Wheel1 + type: texture + offset: 0x95A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartLuigi248Wheel2 + type: texture + offset: 0x95AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartLuigi248Wheel3 + type: texture + offset: 0x95B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartLuigi249Wheel0 + type: texture + offset: 0x95BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartLuigi249Wheel1 + type: texture + offset: 0x95C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartLuigi249Wheel2 + type: texture + offset: 0x95CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartLuigi249Wheel3 + type: texture + offset: 0x95D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartLuigi250Wheel0 + type: texture + offset: 0x95DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartLuigi250Wheel1 + type: texture + offset: 0x95E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartLuigi250Wheel2 + type: texture + offset: 0x95EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartLuigi250Wheel3 + type: texture + offset: 0x95F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartLuigi251Wheel0 + type: texture + offset: 0x95FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartLuigi251Wheel1 + type: texture + offset: 0x9607C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartLuigi251Wheel2 + type: texture + offset: 0x960FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartLuigi251Wheel3 + type: texture + offset: 0x9617C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartLuigi252Wheel0 + type: texture + offset: 0x961FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartLuigi252Wheel1 + type: texture + offset: 0x9627C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartLuigi252Wheel2 + type: texture + offset: 0x962FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartLuigi252Wheel3 + type: texture + offset: 0x9637C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartLuigi253Wheel0 + type: texture + offset: 0x963FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartLuigi253Wheel1 + type: texture + offset: 0x9647C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartLuigi253Wheel2 + type: texture + offset: 0x964FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartLuigi253Wheel3 + type: texture + offset: 0x9657C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartLuigi254Wheel0 + type: texture + offset: 0x965FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartLuigi254Wheel1 + type: texture + offset: 0x9667C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartLuigi254Wheel2 + type: texture + offset: 0x966FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartLuigi254Wheel3 + type: texture + offset: 0x9677C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartLuigi255Wheel0 + type: texture + offset: 0x967FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartLuigi255Wheel1 + type: texture + offset: 0x9687C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartLuigi255Wheel2 + type: texture + offset: 0x968FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartLuigi255Wheel3 + type: texture + offset: 0x9697C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartLuigi256Wheel0 + type: texture + offset: 0x969FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartLuigi256Wheel1 + type: texture + offset: 0x96A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartLuigi256Wheel2 + type: texture + offset: 0x96AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartLuigi256Wheel3 + type: texture + offset: 0x96B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartLuigi257Wheel0 + type: texture + offset: 0x96BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartLuigi257Wheel1 + type: texture + offset: 0x96C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartLuigi257Wheel2 + type: texture + offset: 0x96CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartLuigi257Wheel3 + type: texture + offset: 0x96D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartLuigi258Wheel0 + type: texture + offset: 0x96DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartLuigi258Wheel1 + type: texture + offset: 0x96E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartLuigi258Wheel2 + type: texture + offset: 0x96EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartLuigi258Wheel3 + type: texture + offset: 0x96F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartLuigi259Wheel0 + type: texture + offset: 0x96FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartLuigi259Wheel1 + type: texture + offset: 0x9707C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartLuigi259Wheel2 + type: texture + offset: 0x970FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartLuigi259Wheel3 + type: texture + offset: 0x9717C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartLuigi260Wheel0 + type: texture + offset: 0x971FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartLuigi260Wheel1 + type: texture + offset: 0x9727C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartLuigi260Wheel2 + type: texture + offset: 0x972FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartLuigi260Wheel3 + type: texture + offset: 0x9737C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartLuigi261Wheel0 + type: texture + offset: 0x973FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartLuigi261Wheel1 + type: texture + offset: 0x9747C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartLuigi261Wheel2 + type: texture + offset: 0x974FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartLuigi261Wheel3 + type: texture + offset: 0x9757C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartLuigi262Wheel0 + type: texture + offset: 0x975FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartLuigi262Wheel1 + type: texture + offset: 0x9767C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartLuigi262Wheel2 + type: texture + offset: 0x976FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartLuigi262Wheel3 + type: texture + offset: 0x9777C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartLuigi263Wheel0 + type: texture + offset: 0x977FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartLuigi263Wheel1 + type: texture + offset: 0x9787C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartLuigi263Wheel2 + type: texture + offset: 0x978FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartLuigi263Wheel3 + type: texture + offset: 0x9797C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartLuigi264Wheel0 + type: texture + offset: 0x979FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartLuigi264Wheel1 + type: texture + offset: 0x97A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartLuigi264Wheel2 + type: texture + offset: 0x97AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartLuigi264Wheel3 + type: texture + offset: 0x97B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartLuigi265Wheel0 + type: texture + offset: 0x97BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartLuigi265Wheel1 + type: texture + offset: 0x97C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartLuigi265Wheel2 + type: texture + offset: 0x97CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartLuigi265Wheel3 + type: texture + offset: 0x97D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartLuigi266Wheel0 + type: texture + offset: 0x97DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartLuigi266Wheel1 + type: texture + offset: 0x97E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartLuigi266Wheel2 + type: texture + offset: 0x97EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartLuigi266Wheel3 + type: texture + offset: 0x97F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartLuigi267Wheel0 + type: texture + offset: 0x97FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartLuigi267Wheel1 + type: texture + offset: 0x9807C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartLuigi267Wheel2 + type: texture + offset: 0x980FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartLuigi267Wheel3 + type: texture + offset: 0x9817C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartLuigi268Wheel0 + type: texture + offset: 0x981FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartLuigi268Wheel1 + type: texture + offset: 0x9827C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartLuigi268Wheel2 + type: texture + offset: 0x982FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartLuigi268Wheel3 + type: texture + offset: 0x9837C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartLuigi269Wheel0 + type: texture + offset: 0x983FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartLuigi269Wheel1 + type: texture + offset: 0x9847C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartLuigi269Wheel2 + type: texture + offset: 0x984FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartLuigi269Wheel3 + type: texture + offset: 0x9857C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartLuigi270Wheel0 + type: texture + offset: 0x985FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartLuigi270Wheel1 + type: texture + offset: 0x9867C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartLuigi270Wheel2 + type: texture + offset: 0x986FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartLuigi270Wheel3 + type: texture + offset: 0x9877C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartLuigi271Wheel0 + type: texture + offset: 0x987FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartLuigi271Wheel1 + type: texture + offset: 0x9887C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartLuigi271Wheel2 + type: texture + offset: 0x988FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartLuigi271Wheel3 + type: texture + offset: 0x9897C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartLuigi272Wheel0 + type: texture + offset: 0x989FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartLuigi272Wheel1 + type: texture + offset: 0x98A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartLuigi272Wheel2 + type: texture + offset: 0x98AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartLuigi272Wheel3 + type: texture + offset: 0x98B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartLuigi273Wheel0 + type: texture + offset: 0x98BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartLuigi273Wheel1 + type: texture + offset: 0x98C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartLuigi273Wheel2 + type: texture + offset: 0x98CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartLuigi273Wheel3 + type: texture + offset: 0x98D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartLuigi274Wheel0 + type: texture + offset: 0x98DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartLuigi274Wheel1 + type: texture + offset: 0x98E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartLuigi274Wheel2 + type: texture + offset: 0x98EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartLuigi274Wheel3 + type: texture + offset: 0x98F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartLuigi275Wheel0 + type: texture + offset: 0x98FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartLuigi275Wheel1 + type: texture + offset: 0x9907C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartLuigi275Wheel2 + type: texture + offset: 0x990FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartLuigi275Wheel3 + type: texture + offset: 0x9917C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartLuigi276Wheel0 + type: texture + offset: 0x991FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartLuigi276Wheel1 + type: texture + offset: 0x9927C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartLuigi276Wheel2 + type: texture + offset: 0x992FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartLuigi276Wheel3 + type: texture + offset: 0x9937C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartLuigi277Wheel0 + type: texture + offset: 0x993FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartLuigi277Wheel1 + type: texture + offset: 0x9947C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartLuigi277Wheel2 + type: texture + offset: 0x994FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartLuigi277Wheel3 + type: texture + offset: 0x9957C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartLuigi278Wheel0 + type: texture + offset: 0x995FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartLuigi278Wheel1 + type: texture + offset: 0x9967C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartLuigi278Wheel2 + type: texture + offset: 0x996FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartLuigi278Wheel3 + type: texture + offset: 0x9977C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartLuigi279Wheel0 + type: texture + offset: 0x997FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartLuigi279Wheel1 + type: texture + offset: 0x9987C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartLuigi279Wheel2 + type: texture + offset: 0x998FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartLuigi279Wheel3 + type: texture + offset: 0x9997C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartLuigi280Wheel0 + type: texture + offset: 0x999FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartLuigi280Wheel1 + type: texture + offset: 0x99A7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartLuigi280Wheel2 + type: texture + offset: 0x99AFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartLuigi280Wheel3 + type: texture + offset: 0x99B7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartLuigi281Wheel0 + type: texture + offset: 0x99BFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartLuigi281Wheel1 + type: texture + offset: 0x99C7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartLuigi281Wheel2 + type: texture + offset: 0x99CFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartLuigi281Wheel3 + type: texture + offset: 0x99D7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartLuigi282Wheel0 + type: texture + offset: 0x99DFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartLuigi282Wheel1 + type: texture + offset: 0x99E7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartLuigi282Wheel2 + type: texture + offset: 0x99EFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartLuigi282Wheel3 + type: texture + offset: 0x99F7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartLuigi283Wheel0 + type: texture + offset: 0x99FFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartLuigi283Wheel1 + type: texture + offset: 0x9A07C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartLuigi283Wheel2 + type: texture + offset: 0x9A0FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartLuigi283Wheel3 + type: texture + offset: 0x9A17C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartLuigi284Wheel0 + type: texture + offset: 0x9A1FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartLuigi284Wheel1 + type: texture + offset: 0x9A27C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartLuigi284Wheel2 + type: texture + offset: 0x9A2FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartLuigi284Wheel3 + type: texture + offset: 0x9A37C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartLuigi285Wheel0 + type: texture + offset: 0x9A3FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartLuigi285Wheel1 + type: texture + offset: 0x9A47C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartLuigi285Wheel2 + type: texture + offset: 0x9A4FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartLuigi285Wheel3 + type: texture + offset: 0x9A57C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartLuigi286Wheel0 + type: texture + offset: 0x9A5FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartLuigi286Wheel1 + type: texture + offset: 0x9A67C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartLuigi286Wheel2 + type: texture + offset: 0x9A6FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartLuigi286Wheel3 + type: texture + offset: 0x9A77C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartLuigi287Wheel0 + type: texture + offset: 0x9A7FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartLuigi287Wheel1 + type: texture + offset: 0x9A87C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartLuigi287Wheel2 + type: texture + offset: 0x9A8FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartLuigi287Wheel3 + type: texture + offset: 0x9A97C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartLuigi288Wheel0 + type: texture + offset: 0x9A9FC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartLuigi288Wheel1 + type: texture + offset: 0x9AA7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartLuigi288Wheel2 + type: texture + offset: 0x9AAFC + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartLuigi288Wheel3 + type: texture + offset: 0x9AB7C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +luigi_kart_palette: + symbol: gKartLuigiPalette + type: texture + offset: 0x9ABFC + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_data.yml new file mode 100644 index 0000000..db678bb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_data.yml @@ -0,0 +1,816 @@ +:config: + segments: + - [0x06, 0x84E8E0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_luigi_raceway_dl_0: + symbol: d_course_luigi_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_luigi_raceway_dl_1A8: + symbol: d_course_luigi_raceway_dl_1A8 + type: gfx + offset: 0x1A8 + otr_mode: index +d_course_luigi_raceway_dl_328: + symbol: d_course_luigi_raceway_dl_328 + type: gfx + offset: 0x328 + otr_mode: index +d_course_luigi_raceway_dl_480: + symbol: d_course_luigi_raceway_dl_480 + type: gfx + offset: 0x480 + otr_mode: index +d_course_luigi_raceway_dl_6E0: + symbol: d_course_luigi_raceway_dl_6E0 + type: gfx + offset: 0x6E0 + otr_mode: index +d_course_luigi_raceway_dl_868: + symbol: d_course_luigi_raceway_dl_868 + type: gfx + offset: 0x868 + otr_mode: index +d_course_luigi_raceway_dl_9F8: + symbol: d_course_luigi_raceway_dl_9F8 + type: gfx + offset: 0x9F8 + otr_mode: index +d_course_luigi_raceway_dl_B48: + symbol: d_course_luigi_raceway_dl_B48 + type: gfx + offset: 0xB48 + otr_mode: index +d_course_luigi_raceway_dl_D80: + symbol: d_course_luigi_raceway_dl_D80 + type: gfx + offset: 0xD80 + otr_mode: index +d_course_luigi_raceway_dl_EE8: + symbol: d_course_luigi_raceway_dl_EE8 + type: gfx + offset: 0xEE8 + otr_mode: index +d_course_luigi_raceway_dl_1058: + symbol: d_course_luigi_raceway_dl_1058 + type: gfx + offset: 0x1058 + otr_mode: index +d_course_luigi_raceway_dl_1198: + symbol: d_course_luigi_raceway_dl_1198 + type: gfx + offset: 0x1198 + otr_mode: index +d_course_luigi_raceway_dl_1398: + symbol: d_course_luigi_raceway_dl_1398 + type: gfx + offset: 0x1398 + otr_mode: index +d_course_luigi_raceway_dl_1538: + symbol: d_course_luigi_raceway_dl_1538 + type: gfx + offset: 0x1538 + otr_mode: index +d_course_luigi_raceway_dl_16D8: + symbol: d_course_luigi_raceway_dl_16D8 + type: gfx + offset: 0x16D8 + otr_mode: index +d_course_luigi_raceway_dl_1888: + symbol: d_course_luigi_raceway_dl_1888 + type: gfx + offset: 0x1888 + otr_mode: index +d_course_luigi_raceway_dl_1B00: + symbol: d_course_luigi_raceway_dl_1B00 + type: gfx + offset: 0x1B00 + otr_mode: index +d_course_luigi_raceway_dl_1C78: + symbol: d_course_luigi_raceway_dl_1C78 + type: gfx + offset: 0x1C78 + otr_mode: index +d_course_luigi_raceway_dl_1E30: + symbol: d_course_luigi_raceway_dl_1E30 + type: gfx + offset: 0x1E30 + otr_mode: index +d_course_luigi_raceway_dl_1FD0: + symbol: d_course_luigi_raceway_dl_1FD0 + type: gfx + offset: 0x1FD0 + otr_mode: index +d_course_luigi_raceway_dl_2240: + symbol: d_course_luigi_raceway_dl_2240 + type: gfx + offset: 0x2240 + otr_mode: index +d_course_luigi_raceway_dl_2348: + symbol: d_course_luigi_raceway_dl_2348 + type: gfx + offset: 0x2348 + otr_mode: index +d_course_luigi_raceway_dl_2518: + symbol: d_course_luigi_raceway_dl_2518 + type: gfx + offset: 0x2518 + otr_mode: index +d_course_luigi_raceway_dl_2658: + symbol: d_course_luigi_raceway_dl_2658 + type: gfx + offset: 0x2658 + otr_mode: index +d_course_luigi_raceway_dl_2860: + symbol: d_course_luigi_raceway_dl_2860 + type: gfx + offset: 0x2860 + otr_mode: index +d_course_luigi_raceway_dl_2978: + symbol: d_course_luigi_raceway_dl_2978 + type: gfx + offset: 0x2978 + otr_mode: index +d_course_luigi_raceway_dl_2BC0: + symbol: d_course_luigi_raceway_dl_2BC0 + type: gfx + offset: 0x2BC0 + otr_mode: index +d_course_luigi_raceway_dl_2D00: + symbol: d_course_luigi_raceway_dl_2D00 + type: gfx + offset: 0x2D00 + otr_mode: index +d_course_luigi_raceway_dl_2F08: + symbol: d_course_luigi_raceway_dl_2F08 + type: gfx + offset: 0x2F08 + otr_mode: index +d_course_luigi_raceway_dl_2FF8: + symbol: d_course_luigi_raceway_dl_2FF8 + type: gfx + offset: 0x2FF8 + otr_mode: index +d_course_luigi_raceway_dl_32C0: + symbol: d_course_luigi_raceway_dl_32C0 + type: gfx + offset: 0x32C0 + otr_mode: index +d_course_luigi_raceway_dl_3408: + symbol: d_course_luigi_raceway_dl_3408 + type: gfx + offset: 0x3408 + otr_mode: index +d_course_luigi_raceway_dl_3610: + symbol: d_course_luigi_raceway_dl_3610 + type: gfx + offset: 0x3610 + otr_mode: index +d_course_luigi_raceway_dl_36A8: + symbol: d_course_luigi_raceway_dl_36A8 + type: gfx + offset: 0x36A8 + otr_mode: index +d_course_luigi_raceway_dl_3928: + symbol: d_course_luigi_raceway_dl_3928 + type: gfx + offset: 0x3928 + otr_mode: index +d_course_luigi_raceway_dl_3AB0: + symbol: d_course_luigi_raceway_dl_3AB0 + type: gfx + offset: 0x3AB0 + otr_mode: index +d_course_luigi_raceway_dl_3C18: + symbol: d_course_luigi_raceway_dl_3C18 + type: gfx + offset: 0x3C18 + otr_mode: index +d_course_luigi_raceway_dl_3CA0: + symbol: d_course_luigi_raceway_dl_3CA0 + type: gfx + offset: 0x3CA0 + otr_mode: index +d_course_luigi_raceway_dl_3EB0: + symbol: d_course_luigi_raceway_dl_3EB0 + type: gfx + offset: 0x3EB0 + otr_mode: index +d_course_luigi_raceway_dl_4058: + symbol: d_course_luigi_raceway_dl_4058 + type: gfx + offset: 0x4058 + otr_mode: index +d_course_luigi_raceway_dl_4198: + symbol: d_course_luigi_raceway_dl_4198 + type: gfx + offset: 0x4198 + otr_mode: index +d_course_luigi_raceway_dl_4240: + symbol: d_course_luigi_raceway_dl_4240 + type: gfx + offset: 0x4240 + otr_mode: index +d_course_luigi_raceway_dl_4440: + symbol: d_course_luigi_raceway_dl_4440 + type: gfx + offset: 0x4440 + otr_mode: index +d_course_luigi_raceway_dl_4638: + symbol: d_course_luigi_raceway_dl_4638 + type: gfx + offset: 0x4638 + otr_mode: index +d_course_luigi_raceway_dl_4720: + symbol: d_course_luigi_raceway_dl_4720 + type: gfx + offset: 0x4720 + otr_mode: index +d_course_luigi_raceway_dl_4828: + symbol: d_course_luigi_raceway_dl_4828 + type: gfx + offset: 0x4828 + otr_mode: index +d_course_luigi_raceway_dl_4A18: + symbol: d_course_luigi_raceway_dl_4A18 + type: gfx + offset: 0x4A18 + otr_mode: index +d_course_luigi_raceway_dl_4C60: + symbol: d_course_luigi_raceway_dl_4C60 + type: gfx + offset: 0x4C60 + otr_mode: index +d_course_luigi_raceway_dl_4CF8: + symbol: d_course_luigi_raceway_dl_4CF8 + type: gfx + offset: 0x4CF8 + otr_mode: index +d_course_luigi_raceway_dl_4E38: + symbol: d_course_luigi_raceway_dl_4E38 + type: gfx + offset: 0x4E38 + otr_mode: index +d_course_luigi_raceway_dl_4FD8: + symbol: d_course_luigi_raceway_dl_4FD8 + type: gfx + offset: 0x4FD8 + otr_mode: index +d_course_luigi_raceway_dl_5220: + symbol: d_course_luigi_raceway_dl_5220 + type: gfx + offset: 0x5220 + otr_mode: index +d_course_luigi_raceway_dl_52D0: + symbol: d_course_luigi_raceway_dl_52D0 + type: gfx + offset: 0x52D0 + otr_mode: index +d_course_luigi_raceway_dl_5420: + symbol: d_course_luigi_raceway_dl_5420 + type: gfx + offset: 0x5420 + otr_mode: index +d_course_luigi_raceway_dl_5558: + symbol: d_course_luigi_raceway_dl_5558 + type: gfx + offset: 0x5558 + otr_mode: index +d_course_luigi_raceway_dl_5728: + symbol: d_course_luigi_raceway_dl_5728 + type: gfx + offset: 0x5728 + otr_mode: index +d_course_luigi_raceway_dl_57F8: + symbol: d_course_luigi_raceway_dl_57F8 + type: gfx + offset: 0x57F8 + otr_mode: index +d_course_luigi_raceway_dl_5940: + symbol: d_course_luigi_raceway_dl_5940 + type: gfx + offset: 0x5940 + otr_mode: index +d_course_luigi_raceway_dl_5A60: + symbol: d_course_luigi_raceway_dl_5A60 + type: gfx + offset: 0x5A60 + otr_mode: index +d_course_luigi_raceway_dl_5BA0: + symbol: d_course_luigi_raceway_dl_5BA0 + type: gfx + offset: 0x5BA0 + otr_mode: index +d_course_luigi_raceway_dl_5CB8: + symbol: d_course_luigi_raceway_dl_5CB8 + type: gfx + offset: 0x5CB8 + otr_mode: index +d_course_luigi_raceway_dl_5E10: + symbol: d_course_luigi_raceway_dl_5E10 + type: gfx + offset: 0x5E10 + otr_mode: index +d_course_luigi_raceway_dl_5F08: + symbol: d_course_luigi_raceway_dl_5F08 + type: gfx + offset: 0x5F08 + otr_mode: index +d_course_luigi_raceway_dl_6018: + symbol: d_course_luigi_raceway_dl_6018 + type: gfx + offset: 0x6018 + otr_mode: index +d_course_luigi_raceway_dl_6150: + symbol: d_course_luigi_raceway_dl_6150 + type: gfx + offset: 0x6150 + otr_mode: index +d_course_luigi_raceway_dl_6288: + symbol: d_course_luigi_raceway_dl_6288 + type: gfx + offset: 0x6288 + otr_mode: index +d_course_luigi_raceway_dl_6350: + symbol: d_course_luigi_raceway_dl_6350 + type: gfx + offset: 0x6350 + otr_mode: index +d_course_luigi_raceway_dl_6400: + symbol: d_course_luigi_raceway_dl_6400 + type: gfx + offset: 0x6400 + otr_mode: index +d_course_luigi_raceway_dl_6558: + symbol: d_course_luigi_raceway_dl_6558 + type: gfx + offset: 0x6558 + otr_mode: index +d_course_luigi_raceway_dl_65B0: + symbol: d_course_luigi_raceway_dl_65B0 + type: gfx + offset: 0x65B0 + otr_mode: index +d_course_luigi_raceway_dl_6608: + symbol: d_course_luigi_raceway_dl_6608 + type: gfx + offset: 0x6608 + otr_mode: index +d_course_luigi_raceway_dl_6658: + symbol: d_course_luigi_raceway_dl_6658 + type: gfx + offset: 0x6658 + otr_mode: index +d_course_luigi_raceway_dl_66B8: + symbol: d_course_luigi_raceway_dl_66B8 + type: gfx + offset: 0x66B8 + otr_mode: index +d_course_luigi_raceway_dl_6708: + symbol: d_course_luigi_raceway_dl_6708 + type: gfx + offset: 0x6708 + otr_mode: index +d_course_luigi_raceway_dl_67A0: + symbol: d_course_luigi_raceway_dl_67A0 + type: gfx + offset: 0x67A0 + otr_mode: index +d_course_luigi_raceway_dl_6810: + symbol: d_course_luigi_raceway_dl_6810 + type: gfx + offset: 0x6810 + otr_mode: index +d_course_luigi_raceway_dl_68C0: + symbol: d_course_luigi_raceway_dl_68C0 + type: gfx + offset: 0x68C0 + otr_mode: index +d_course_luigi_raceway_dl_6930: + symbol: d_course_luigi_raceway_dl_6930 + type: gfx + offset: 0x6930 + otr_mode: index +d_course_luigi_raceway_dl_6A00: + symbol: d_course_luigi_raceway_dl_6A00 + type: gfx + offset: 0x6A00 + otr_mode: index +d_course_luigi_raceway_dl_6A90: + symbol: d_course_luigi_raceway_dl_6A90 + type: gfx + offset: 0x6A90 + otr_mode: index +d_course_luigi_raceway_dl_6B58: + symbol: d_course_luigi_raceway_dl_6B58 + type: gfx + offset: 0x6B58 + otr_mode: index +d_course_luigi_raceway_dl_6C40: + symbol: d_course_luigi_raceway_dl_6C40 + type: gfx + offset: 0x6C40 + otr_mode: index +d_course_luigi_raceway_dl_6DA0: + symbol: d_course_luigi_raceway_dl_6DA0 + type: gfx + offset: 0x6DA0 + otr_mode: index +d_course_luigi_raceway_dl_6EB0: + symbol: d_course_luigi_raceway_dl_6EB0 + type: gfx + offset: 0x6EB0 + otr_mode: index +d_course_luigi_raceway_dl_6FF0: + symbol: d_course_luigi_raceway_dl_6FF0 + type: gfx + offset: 0x6FF0 + otr_mode: index +d_course_luigi_raceway_dl_7110: + symbol: d_course_luigi_raceway_dl_7110 + type: gfx + offset: 0x7110 + otr_mode: index +d_course_luigi_raceway_dl_7248: + symbol: d_course_luigi_raceway_dl_7248 + type: gfx + offset: 0x7248 + otr_mode: index +d_course_luigi_raceway_dl_7388: + symbol: d_course_luigi_raceway_dl_7388 + type: gfx + offset: 0x7388 + otr_mode: index +d_course_luigi_raceway_dl_74B0: + symbol: d_course_luigi_raceway_dl_74B0 + type: gfx + offset: 0x74B0 + otr_mode: index +d_course_luigi_raceway_dl_75F0: + symbol: d_course_luigi_raceway_dl_75F0 + type: gfx + offset: 0x75F0 + otr_mode: index +d_course_luigi_raceway_dl_7750: + symbol: d_course_luigi_raceway_dl_7750 + type: gfx + offset: 0x7750 + otr_mode: index +d_course_luigi_raceway_dl_7928: + symbol: d_course_luigi_raceway_dl_7928 + type: gfx + offset: 0x7928 + otr_mode: index +d_course_luigi_raceway_dl_7A18: + symbol: d_course_luigi_raceway_dl_7A18 + type: gfx + offset: 0x7A18 + otr_mode: index +d_course_luigi_raceway_dl_7BB0: + symbol: d_course_luigi_raceway_dl_7BB0 + type: gfx + offset: 0x7BB0 + otr_mode: index +d_course_luigi_raceway_dl_7CD0: + symbol: d_course_luigi_raceway_dl_7CD0 + type: gfx + offset: 0x7CD0 + otr_mode: index +d_course_luigi_raceway_dl_7EE8: + symbol: d_course_luigi_raceway_dl_7EE8 + type: gfx + offset: 0x7EE8 + otr_mode: index +d_course_luigi_raceway_dl_7FA0: + symbol: d_course_luigi_raceway_dl_7FA0 + type: gfx + offset: 0x7FA0 + otr_mode: index +d_course_luigi_raceway_dl_8158: + symbol: d_course_luigi_raceway_dl_8158 + type: gfx + offset: 0x8158 + otr_mode: index +d_course_luigi_raceway_dl_8260: + symbol: d_course_luigi_raceway_dl_8260 + type: gfx + offset: 0x8260 + otr_mode: index +d_course_luigi_raceway_dl_8450: + symbol: d_course_luigi_raceway_dl_8450 + type: gfx + offset: 0x8450 + otr_mode: index +d_course_luigi_raceway_dl_8508: + symbol: d_course_luigi_raceway_dl_8508 + type: gfx + offset: 0x8508 + otr_mode: index +d_course_luigi_raceway_dl_86F8: + symbol: d_course_luigi_raceway_dl_86F8 + type: gfx + offset: 0x86F8 + otr_mode: index +d_course_luigi_raceway_dl_8790: + symbol: d_course_luigi_raceway_dl_8790 + type: gfx + offset: 0x8790 + otr_mode: index +d_course_luigi_raceway_dl_8958: + symbol: d_course_luigi_raceway_dl_8958 + type: gfx + offset: 0x8958 + otr_mode: index +d_course_luigi_raceway_dl_8A70: + symbol: d_course_luigi_raceway_dl_8A70 + type: gfx + offset: 0x8A70 + otr_mode: index +d_course_luigi_raceway_dl_8CC8: + symbol: d_course_luigi_raceway_dl_8CC8 + type: gfx + offset: 0x8CC8 + otr_mode: index +d_course_luigi_raceway_dl_8D68: + symbol: d_course_luigi_raceway_dl_8D68 + type: gfx + offset: 0x8D68 + otr_mode: index +d_course_luigi_raceway_dl_8F00: + symbol: d_course_luigi_raceway_dl_8F00 + type: gfx + offset: 0x8F00 + otr_mode: index +d_course_luigi_raceway_dl_9058: + symbol: d_course_luigi_raceway_dl_9058 + type: gfx + offset: 0x9058 + otr_mode: index +d_course_luigi_raceway_dl_9310: + symbol: d_course_luigi_raceway_dl_9310 + type: gfx + offset: 0x9310 + otr_mode: index +d_course_luigi_raceway_dl_9408: + symbol: d_course_luigi_raceway_dl_9408 + type: gfx + offset: 0x9408 + otr_mode: index +d_course_luigi_raceway_dl_95A0: + symbol: d_course_luigi_raceway_dl_95A0 + type: gfx + offset: 0x95A0 + otr_mode: index +d_course_luigi_raceway_dl_97B0: + symbol: d_course_luigi_raceway_dl_97B0 + type: gfx + offset: 0x97B0 + otr_mode: index +d_course_luigi_raceway_dl_99C0: + symbol: d_course_luigi_raceway_dl_99C0 + type: gfx + offset: 0x99C0 + otr_mode: index +d_course_luigi_raceway_dl_9AD0: + symbol: d_course_luigi_raceway_dl_9AD0 + type: gfx + offset: 0x9AD0 + otr_mode: index +d_course_luigi_raceway_dl_9C50: + symbol: d_course_luigi_raceway_dl_9C50 + type: gfx + offset: 0x9C50 + otr_mode: index +d_course_luigi_raceway_dl_9E58: + symbol: d_course_luigi_raceway_dl_9E58 + type: gfx + offset: 0x9E58 + otr_mode: index +d_course_luigi_raceway_dl_A028: + symbol: d_course_luigi_raceway_dl_A028 + type: gfx + offset: 0xA028 + otr_mode: index +d_course_luigi_raceway_dl_A178: + symbol: d_course_luigi_raceway_dl_A178 + type: gfx + offset: 0xA178 + otr_mode: index +d_course_luigi_raceway_dl_A320: + symbol: d_course_luigi_raceway_dl_A320 + type: gfx + offset: 0xA320 + otr_mode: index +d_course_luigi_raceway_unknown_waypoints: + symbol: d_course_luigi_raceway_unknown_waypoints + offset: 0xA540 + count: 50 + type: mk64:TRACK_PATH +d_course_luigi_raceway_track_waypoints: + symbol: d_course_luigi_raceway_track_waypoints + offset: 0xA6D0 + count: 632 + type: mk64:TRACK_PATH +d_course_luigi_raceway_basket_model_lod2: + symbol: d_course_luigi_raceway_basket_model_lod2 + type: vtx + offset: 0xBA90 + count: 16 +d_course_luigi_raceway_unknown_model1: + symbol: d_course_luigi_raceway_unknown_model1 + type: vtx + offset: 0xBB90 + count: 20 +d_course_luigi_raceway_unknown_model2: + symbol: d_course_luigi_raceway_unknown_model2 + type: vtx + offset: 0xBCD0 + count: 32 +d_course_luigi_raceway_unknown_model3: + symbol: d_course_luigi_raceway_unknown_model3 + type: vtx + offset: 0xBED0 + count: 32 +d_course_luigi_raceway_unknown_model4: + symbol: d_course_luigi_raceway_unknown_model4 + type: vtx + offset: 0xC0D0 + count: 18 +d_course_luigi_raceway_unknown_model5: + symbol: d_course_luigi_raceway_unknown_model5 + type: vtx + offset: 0xC1F0 + count: 27 +d_course_luigi_raceway_light1: + symbol: d_course_luigi_raceway_light1 + type: lights + offset: 0xC3A0 +d_course_luigi_raceway_basket_model_lod1: + symbol: d_course_luigi_raceway_basket_model_lod1 + type: vtx + offset: 0xC3B8 + count: 4 +d_course_luigi_raceway_unknown_model6: + symbol: d_course_luigi_raceway_unknown_model6 + type: vtx + offset: 0xC3F8 + count: 12 +d_course_luigi_raceway_unknown_model7: + symbol: d_course_luigi_raceway_unknown_model7 + type: vtx + offset: 0xC4B8 + count: 6 +d_course_luigi_raceway_unknown_model8: + symbol: d_course_luigi_raceway_unknown_model8 + type: vtx + offset: 0xC518 + count: 7 +d_course_luigi_raceway_sign_left: + symbol: d_course_luigi_raceway_sign_left + type: texture + offset: 0xC588 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_sign_right: + symbol: d_course_luigi_raceway_sign_right + type: texture + offset: 0xD588 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_balloon_basket: + symbol: d_course_luigi_raceway_balloon_basket + type: texture + offset: 0xE588 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_balloon_rope: + symbol: d_course_luigi_raceway_balloon_rope + type: texture + offset: 0xED88 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_luigi_raceway_dl_F588: + symbol: d_course_luigi_raceway_dl_F588 + type: gfx + offset: 0xF588 +d_course_luigi_raceway_dl_F630: + symbol: d_course_luigi_raceway_dl_F630 + type: gfx + offset: 0xF630 +d_course_luigi_raceway_dl_F640: + symbol: d_course_luigi_raceway_dl_F640 + type: gfx + offset: 0xF640 +d_course_luigi_raceway_dl_F650: + symbol: d_course_luigi_raceway_dl_F650 + type: gfx + offset: 0xF650 +d_course_luigi_raceway_dl_F660: + symbol: d_course_luigi_raceway_dl_F660 + type: gfx + offset: 0xF660 +d_course_luigi_raceway_dl_F718: + symbol: d_course_luigi_raceway_dl_F718 + type: gfx + offset: 0xF718 +d_course_luigi_raceway_dl_F728: + symbol: d_course_luigi_raceway_dl_F728 + type: gfx + offset: 0xF728 +d_course_luigi_raceway_dl_F938: + symbol: d_course_luigi_raceway_dl_F938 + type: gfx + offset: 0xF938 +d_course_luigi_raceway_dl_F948: + symbol: d_course_luigi_raceway_dl_F948 + type: gfx + offset: 0xF948 +d_course_luigi_raceway_dl_F960: + symbol: d_course_luigi_raceway_dl_F960 + type: gfx + offset: 0xF960 +d_course_luigi_raceway_dl_F970: + symbol: d_course_luigi_raceway_dl_F970 + type: gfx + offset: 0xF970 +d_course_luigi_raceway_dl_FA00: + symbol: d_course_luigi_raceway_dl_FA00 + type: gfx + offset: 0xFA00 +d_course_luigi_raceway_dl_FA10: + symbol: d_course_luigi_raceway_dl_FA10 + type: gfx + offset: 0xFA10 +d_course_luigi_raceway_dl_FA20: + symbol: d_course_luigi_raceway_dl_FA20 + type: gfx + offset: 0xFA20 +d_course_luigi_raceway_dl_FA30: + symbol: d_course_luigi_raceway_dl_FA30 + type: gfx + offset: 0xFA30 +d_course_luigi_raceway_dl_FB10: + symbol: d_course_luigi_raceway_dl_FB10 + type: gfx + offset: 0xFB10 +d_course_luigi_raceway_dl_FB20: + symbol: d_course_luigi_raceway_dl_FB20 + type: gfx + offset: 0xFB20 +d_course_luigi_raceway_dl_FBB8: + symbol: d_course_luigi_raceway_dl_FBB8 + type: gfx + offset: 0xFBB8 +d_course_luigi_raceway_dl_FBC8: + symbol: d_course_luigi_raceway_dl_FBC8 + type: gfx + offset: 0xFBC8 +d_course_luigi_raceway_dl_FBE0: + symbol: d_course_luigi_raceway_dl_FBE0 + type: gfx + offset: 0xFBE0 +d_course_luigi_raceway_tree_model: + symbol: d_course_luigi_raceway_tree_model + type: vtx + offset: 0xFBF0 + count: 8 +d_course_luigi_raceway_dl_FC70: + symbol: d_course_luigi_raceway_dl_FC70 + type: gfx + offset: 0xFC70 +d_course_luigi_raceway_dl_FD40: + symbol: d_course_luigi_raceway_dl_FD40 + type: gfx + offset: 0xFD40 +d_course_luigi_raceway_item_box_spawns: + symbol: d_course_luigi_raceway_item_box_spawns + type: mk64:spawn_data + count: 19 + offset: 0xFDE8 +d_course_luigi_raceway_tree_spawn: + symbol: d_course_luigi_raceway_tree_spawn + type: mk64:spawn_data + count: 21 + offset: 0xFE80 +d_course_luigi_raceway_addr: + symbol: d_course_luigi_raceway_addr + type: mk64:track_sections + offset: 0xFF28 + count: 113 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_displaylists.yml new file mode 100644 index 0000000..70e9418 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x907E40 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_packed_dls: + symbol: d_course_luigi_raceway_packed_dls + type: blob + offset: 0x907E40 + size: 0x35A0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_vertices.yml new file mode 100644 index 0000000..378ef9b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/luigi_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8FE640] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_luigi_raceway_vertex: + symbol: d_course_luigi_raceway_vertex + type: mk64:course_vtx + count: 5936 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/mario_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/mario_kart.yml new file mode 100644 index 0000000..5ccb01a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/mario_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x1E01F0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + mario_kart_wheels: + range: [0x6E4B0, 0x92630] + mode: APPEND +mario_kart_frame000: + symbol: gKartMario000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame001: + symbol: gKartMario001 + type: texture + offset: 0x490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_001_wheel_0 +mario_kart_frame002: + symbol: gKartMario002 + type: texture + offset: 0x928 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_002_wheel_0 +mario_kart_frame003: + symbol: gKartMario003 + type: texture + offset: 0xDC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_003_wheel_0 +mario_kart_frame004: + symbol: gKartMario004 + type: texture + offset: 0x1270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_004_wheel_0 +mario_kart_frame005: + symbol: gKartMario005 + type: texture + offset: 0x1728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_005_wheel_0 +mario_kart_frame006: + symbol: gKartMario006 + type: texture + offset: 0x1BE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_006_wheel_0 +mario_kart_frame007: + symbol: gKartMario007 + type: texture + offset: 0x20C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_007_wheel_0 +mario_kart_frame008: + symbol: gKartMario008 + type: texture + offset: 0x25B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_008_wheel_0 +mario_kart_frame009: + symbol: gKartMario009 + type: texture + offset: 0x2AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_009_wheel_0 +mario_kart_frame010: + symbol: gKartMario010 + type: texture + offset: 0x300C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_010_wheel_0 +mario_kart_frame011: + symbol: gKartMario011 + type: texture + offset: 0x353C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_011_wheel_0 +mario_kart_frame012: + symbol: gKartMario012 + type: texture + offset: 0x3A84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_012_wheel_0 +mario_kart_frame013: + symbol: gKartMario013 + type: texture + offset: 0x3FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_013_wheel_0 +mario_kart_frame014: + symbol: gKartMario014 + type: texture + offset: 0x453C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_014_wheel_0 +mario_kart_frame015: + symbol: gKartMario015 + type: texture + offset: 0x4AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_015_wheel_0 +mario_kart_frame016: + symbol: gKartMario016 + type: texture + offset: 0x5038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_016_wheel_0 +mario_kart_frame017: + symbol: gKartMario017 + type: texture + offset: 0x55B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_017_wheel_0 +mario_kart_frame018: + symbol: gKartMario018 + type: texture + offset: 0x5B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_018_wheel_0 +mario_kart_frame019: + symbol: gKartMario019 + type: texture + offset: 0x60C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_019_wheel_0 +mario_kart_frame020: + symbol: gKartMario020 + type: texture + offset: 0x6668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_020_wheel_0 +mario_kart_frame021: + symbol: gKartMario021 + type: texture + offset: 0x6C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_021_wheel_0 +mario_kart_frame022: + symbol: gKartMario022 + type: texture + offset: 0x7098 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_022_wheel_0 +mario_kart_frame023: + symbol: gKartMario023 + type: texture + offset: 0x7550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_023_wheel_0 +mario_kart_frame024: + symbol: gKartMario024 + type: texture + offset: 0x79E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_024_wheel_0 +mario_kart_frame025: + symbol: gKartMario025 + type: texture + offset: 0x7EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_025_wheel_0 +mario_kart_frame026: + symbol: gKartMario026 + type: texture + offset: 0x838C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_026_wheel_0 +mario_kart_frame027: + symbol: gKartMario027 + type: texture + offset: 0x8860 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_027_wheel_0 +mario_kart_frame028: + symbol: gKartMario028 + type: texture + offset: 0x8D60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_028_wheel_0 +mario_kart_frame029: + symbol: gKartMario029 + type: texture + offset: 0x9268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_029_wheel_0 +mario_kart_frame030: + symbol: gKartMario030 + type: texture + offset: 0x9798 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_030_wheel_0 +mario_kart_frame031: + symbol: gKartMario031 + type: texture + offset: 0x9CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_031_wheel_0 +mario_kart_frame032: + symbol: gKartMario032 + type: texture + offset: 0xA230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_032_wheel_0 +mario_kart_frame033: + symbol: gKartMario033 + type: texture + offset: 0xA794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_033_wheel_0 +mario_kart_frame034: + symbol: gKartMario034 + type: texture + offset: 0xACE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_034_wheel_0 +mario_kart_frame035: + symbol: gKartMario035 + type: texture + offset: 0xB268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_035_wheel_0 +mario_kart_frame036: + symbol: gKartMario036 + type: texture + offset: 0xB7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_036_wheel_0 +mario_kart_frame037: + symbol: gKartMario037 + type: texture + offset: 0xBD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_037_wheel_0 +mario_kart_frame038: + symbol: gKartMario038 + type: texture + offset: 0xC2F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_038_wheel_0 +mario_kart_frame039: + symbol: gKartMario039 + type: texture + offset: 0xC87C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_039_wheel_0 +mario_kart_frame040: + symbol: gKartMario040 + type: texture + offset: 0xCDFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_040_wheel_0 +mario_kart_frame041: + symbol: gKartMario041 + type: texture + offset: 0xD384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_041_wheel_0 +mario_kart_frame042: + symbol: gKartMario042 + type: texture + offset: 0xD920 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_042_wheel_0 +mario_kart_frame043: + symbol: gKartMario043 + type: texture + offset: 0xDDE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_043_wheel_0 +mario_kart_frame044: + symbol: gKartMario044 + type: texture + offset: 0xE2A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_044_wheel_0 +mario_kart_frame045: + symbol: gKartMario045 + type: texture + offset: 0xE778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_045_wheel_0 +mario_kart_frame046: + symbol: gKartMario046 + type: texture + offset: 0xEC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_046_wheel_0 +mario_kart_frame047: + symbol: gKartMario047 + type: texture + offset: 0xF14C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_047_wheel_0 +mario_kart_frame048: + symbol: gKartMario048 + type: texture + offset: 0xF66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_048_wheel_0 +mario_kart_frame049: + symbol: gKartMario049 + type: texture + offset: 0xFB90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_049_wheel_0 +mario_kart_frame050: + symbol: gKartMario050 + type: texture + offset: 0x100B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_050_wheel_0 +mario_kart_frame051: + symbol: gKartMario051 + type: texture + offset: 0x105FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_051_wheel_0 +mario_kart_frame052: + symbol: gKartMario052 + type: texture + offset: 0x10B4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_052_wheel_0 +mario_kart_frame053: + symbol: gKartMario053 + type: texture + offset: 0x110BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_053_wheel_0 +mario_kart_frame054: + symbol: gKartMario054 + type: texture + offset: 0x11624 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_054_wheel_0 +mario_kart_frame055: + symbol: gKartMario055 + type: texture + offset: 0x11BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_055_wheel_0 +mario_kart_frame056: + symbol: gKartMario056 + type: texture + offset: 0x1212C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_056_wheel_0 +mario_kart_frame057: + symbol: gKartMario057 + type: texture + offset: 0x126AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_057_wheel_0 +mario_kart_frame058: + symbol: gKartMario058 + type: texture + offset: 0x12C28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_058_wheel_0 +mario_kart_frame059: + symbol: gKartMario059 + type: texture + offset: 0x131B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_059_wheel_0 +mario_kart_frame060: + symbol: gKartMario060 + type: texture + offset: 0x1375C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_060_wheel_0 +mario_kart_frame061: + symbol: gKartMario061 + type: texture + offset: 0x13D10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_061_wheel_0 +mario_kart_frame062: + symbol: gKartMario062 + type: texture + offset: 0x142BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_062_wheel_0 +mario_kart_frame063: + symbol: gKartMario063 + type: texture + offset: 0x1486C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_063_wheel_0 +mario_kart_frame064: + symbol: gKartMario064 + type: texture + offset: 0x14D2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_064_wheel_0 +mario_kart_frame065: + symbol: gKartMario065 + type: texture + offset: 0x15204 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_065_wheel_0 +mario_kart_frame066: + symbol: gKartMario066 + type: texture + offset: 0x156E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_066_wheel_0 +mario_kart_frame067: + symbol: gKartMario067 + type: texture + offset: 0x15BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_067_wheel_0 +mario_kart_frame068: + symbol: gKartMario068 + type: texture + offset: 0x160B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_068_wheel_0 +mario_kart_frame069: + symbol: gKartMario069 + type: texture + offset: 0x165CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_069_wheel_0 +mario_kart_frame070: + symbol: gKartMario070 + type: texture + offset: 0x16AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_070_wheel_0 +mario_kart_frame071: + symbol: gKartMario071 + type: texture + offset: 0x17038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_071_wheel_0 +mario_kart_frame072: + symbol: gKartMario072 + type: texture + offset: 0x17578 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_072_wheel_0 +mario_kart_frame073: + symbol: gKartMario073 + type: texture + offset: 0x17AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_073_wheel_0 +mario_kart_frame074: + symbol: gKartMario074 + type: texture + offset: 0x18048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_074_wheel_0 +mario_kart_frame075: + symbol: gKartMario075 + type: texture + offset: 0x185A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_075_wheel_0 +mario_kart_frame076: + symbol: gKartMario076 + type: texture + offset: 0x18B20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_076_wheel_0 +mario_kart_frame077: + symbol: gKartMario077 + type: texture + offset: 0x19094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_077_wheel_0 +mario_kart_frame078: + symbol: gKartMario078 + type: texture + offset: 0x19620 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_078_wheel_0 +mario_kart_frame079: + symbol: gKartMario079 + type: texture + offset: 0x19BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_079_wheel_0 +mario_kart_frame080: + symbol: gKartMario080 + type: texture + offset: 0x1A170 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_080_wheel_0 +mario_kart_frame081: + symbol: gKartMario081 + type: texture + offset: 0x1A724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_081_wheel_0 +mario_kart_frame082: + symbol: gKartMario082 + type: texture + offset: 0x1ACE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_082_wheel_0 +mario_kart_frame083: + symbol: gKartMario083 + type: texture + offset: 0x1B29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_083_wheel_0 +mario_kart_frame084: + symbol: gKartMario084 + type: texture + offset: 0x1B850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_084_wheel_0 +mario_kart_frame085: + symbol: gKartMario085 + type: texture + offset: 0x1BD00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_085_wheel_0 +mario_kart_frame086: + symbol: gKartMario086 + type: texture + offset: 0x1C1E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_086_wheel_0 +mario_kart_frame087: + symbol: gKartMario087 + type: texture + offset: 0x1C6D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_087_wheel_0 +mario_kart_frame088: + symbol: gKartMario088 + type: texture + offset: 0x1CBCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_088_wheel_0 +mario_kart_frame089: + symbol: gKartMario089 + type: texture + offset: 0x1D0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_089_wheel_0 +mario_kart_frame090: + symbol: gKartMario090 + type: texture + offset: 0x1D5FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_090_wheel_0 +mario_kart_frame091: + symbol: gKartMario091 + type: texture + offset: 0x1DB40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_091_wheel_0 +mario_kart_frame092: + symbol: gKartMario092 + type: texture + offset: 0x1E0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_092_wheel_0 +mario_kart_frame093: + symbol: gKartMario093 + type: texture + offset: 0x1E60C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_093_wheel_0 +mario_kart_frame094: + symbol: gKartMario094 + type: texture + offset: 0x1EB80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_094_wheel_0 +mario_kart_frame095: + symbol: gKartMario095 + type: texture + offset: 0x1F0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_095_wheel_0 +mario_kart_frame096: + symbol: gKartMario096 + type: texture + offset: 0x1F67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_096_wheel_0 +mario_kart_frame097: + symbol: gKartMario097 + type: texture + offset: 0x1FC00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_097_wheel_0 +mario_kart_frame098: + symbol: gKartMario098 + type: texture + offset: 0x20188 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_098_wheel_0 +mario_kart_frame099: + symbol: gKartMario099 + type: texture + offset: 0x2072C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_099_wheel_0 +mario_kart_frame100: + symbol: gKartMario100 + type: texture + offset: 0x20CD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_100_wheel_0 +mario_kart_frame101: + symbol: gKartMario101 + type: texture + offset: 0x2127C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_101_wheel_0 +mario_kart_frame102: + symbol: gKartMario102 + type: texture + offset: 0x21824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_102_wheel_0 +mario_kart_frame103: + symbol: gKartMario103 + type: texture + offset: 0x21DE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_103_wheel_0 +mario_kart_frame104: + symbol: gKartMario104 + type: texture + offset: 0x223A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_104_wheel_0 +mario_kart_frame105: + symbol: gKartMario105 + type: texture + offset: 0x22960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_105_wheel_0 +mario_kart_frame106: + symbol: gKartMario106 + type: texture + offset: 0x22E40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_106_wheel_0 +mario_kart_frame107: + symbol: gKartMario107 + type: texture + offset: 0x23328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_107_wheel_0 +mario_kart_frame108: + symbol: gKartMario108 + type: texture + offset: 0x2381C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_108_wheel_0 +mario_kart_frame109: + symbol: gKartMario109 + type: texture + offset: 0x23D2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_109_wheel_0 +mario_kart_frame110: + symbol: gKartMario110 + type: texture + offset: 0x24234 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_110_wheel_0 +mario_kart_frame111: + symbol: gKartMario111 + type: texture + offset: 0x24780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_111_wheel_0 +mario_kart_frame112: + symbol: gKartMario112 + type: texture + offset: 0x24CD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_112_wheel_0 +mario_kart_frame113: + symbol: gKartMario113 + type: texture + offset: 0x25230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_113_wheel_0 +mario_kart_frame114: + symbol: gKartMario114 + type: texture + offset: 0x257A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_114_wheel_0 +mario_kart_frame115: + symbol: gKartMario115 + type: texture + offset: 0x25D10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_115_wheel_0 +mario_kart_frame116: + symbol: gKartMario116 + type: texture + offset: 0x26290 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_116_wheel_0 +mario_kart_frame117: + symbol: gKartMario117 + type: texture + offset: 0x2681C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_117_wheel_0 +mario_kart_frame118: + symbol: gKartMario118 + type: texture + offset: 0x26DB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_118_wheel_0 +mario_kart_frame119: + symbol: gKartMario119 + type: texture + offset: 0x27348 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_119_wheel_0 +mario_kart_frame120: + symbol: gKartMario120 + type: texture + offset: 0x2790C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_120_wheel_0 +mario_kart_frame121: + symbol: gKartMario121 + type: texture + offset: 0x27EC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_121_wheel_0 +mario_kart_frame122: + symbol: gKartMario122 + type: texture + offset: 0x28488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_122_wheel_0 +mario_kart_frame123: + symbol: gKartMario123 + type: texture + offset: 0x28A3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_123_wheel_0 +mario_kart_frame124: + symbol: gKartMario124 + type: texture + offset: 0x2901C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_124_wheel_0 +mario_kart_frame125: + symbol: gKartMario125 + type: texture + offset: 0x295E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_125_wheel_0 +mario_kart_frame126: + symbol: gKartMario126 + type: texture + offset: 0x29BB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_126_wheel_0 +mario_kart_frame127: + symbol: gKartMario127 + type: texture + offset: 0x2A0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_127_wheel_0 +mario_kart_frame128: + symbol: gKartMario128 + type: texture + offset: 0x2A5A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_128_wheel_0 +mario_kart_frame129: + symbol: gKartMario129 + type: texture + offset: 0x2AABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_129_wheel_0 +mario_kart_frame130: + symbol: gKartMario130 + type: texture + offset: 0x2AFCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_130_wheel_0 +mario_kart_frame131: + symbol: gKartMario131 + type: texture + offset: 0x2B4FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_131_wheel_0 +mario_kart_frame132: + symbol: gKartMario132 + type: texture + offset: 0x2BA38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_132_wheel_0 +mario_kart_frame133: + symbol: gKartMario133 + type: texture + offset: 0x2BF84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_133_wheel_0 +mario_kart_frame134: + symbol: gKartMario134 + type: texture + offset: 0x2C4D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_134_wheel_0 +mario_kart_frame135: + symbol: gKartMario135 + type: texture + offset: 0x2CA3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_135_wheel_0 +mario_kart_frame136: + symbol: gKartMario136 + type: texture + offset: 0x2CFA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_136_wheel_0 +mario_kart_frame137: + symbol: gKartMario137 + type: texture + offset: 0x2D530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_137_wheel_0 +mario_kart_frame138: + symbol: gKartMario138 + type: texture + offset: 0x2DAC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_138_wheel_0 +mario_kart_frame139: + symbol: gKartMario139 + type: texture + offset: 0x2E05C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_139_wheel_0 +mario_kart_frame140: + symbol: gKartMario140 + type: texture + offset: 0x2E5F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_140_wheel_0 +mario_kart_frame141: + symbol: gKartMario141 + type: texture + offset: 0x2EBA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_141_wheel_0 +mario_kart_frame142: + symbol: gKartMario142 + type: texture + offset: 0x2F170 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_142_wheel_0 +mario_kart_frame143: + symbol: gKartMario143 + type: texture + offset: 0x2F738 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_143_wheel_0 +mario_kart_frame144: + symbol: gKartMario144 + type: texture + offset: 0x2FCF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_144_wheel_0 +mario_kart_frame145: + symbol: gKartMario145 + type: texture + offset: 0x302BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_145_wheel_0 +mario_kart_frame146: + symbol: gKartMario146 + type: texture + offset: 0x30884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_146_wheel_0 +mario_kart_frame147: + symbol: gKartMario147 + type: texture + offset: 0x30E64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_147_wheel_0 +mario_kart_frame148: + symbol: gKartMario148 + type: texture + offset: 0x31380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_148_wheel_0 +mario_kart_frame149: + symbol: gKartMario149 + type: texture + offset: 0x3189C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_149_wheel_0 +mario_kart_frame150: + symbol: gKartMario150 + type: texture + offset: 0x31DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_150_wheel_0 +mario_kart_frame151: + symbol: gKartMario151 + type: texture + offset: 0x322FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_151_wheel_0 +mario_kart_frame152: + symbol: gKartMario152 + type: texture + offset: 0x32848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_152_wheel_0 +mario_kart_frame153: + symbol: gKartMario153 + type: texture + offset: 0x32D80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_153_wheel_0 +mario_kart_frame154: + symbol: gKartMario154 + type: texture + offset: 0x332E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_154_wheel_0 +mario_kart_frame155: + symbol: gKartMario155 + type: texture + offset: 0x33838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_155_wheel_0 +mario_kart_frame156: + symbol: gKartMario156 + type: texture + offset: 0x33DC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_156_wheel_0 +mario_kart_frame157: + symbol: gKartMario157 + type: texture + offset: 0x34350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_157_wheel_0 +mario_kart_frame158: + symbol: gKartMario158 + type: texture + offset: 0x348FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_158_wheel_0 +mario_kart_frame159: + symbol: gKartMario159 + type: texture + offset: 0x34EAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_159_wheel_0 +mario_kart_frame160: + symbol: gKartMario160 + type: texture + offset: 0x35460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_160_wheel_0 +mario_kart_frame161: + symbol: gKartMario161 + type: texture + offset: 0x35A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_161_wheel_0 +mario_kart_frame162: + symbol: gKartMario162 + type: texture + offset: 0x35FB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_162_wheel_0 +mario_kart_frame163: + symbol: gKartMario163 + type: texture + offset: 0x36584 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_163_wheel_0 +mario_kart_frame164: + symbol: gKartMario164 + type: texture + offset: 0x36B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_164_wheel_0 +mario_kart_frame165: + symbol: gKartMario165 + type: texture + offset: 0x37114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_165_wheel_0 +mario_kart_frame166: + symbol: gKartMario166 + type: texture + offset: 0x37704 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_166_wheel_0 +mario_kart_frame167: + symbol: gKartMario167 + type: texture + offset: 0x37CDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_167_wheel_0 +mario_kart_frame168: + symbol: gKartMario168 + type: texture + offset: 0x382C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_168_wheel_0 +mario_kart_frame169: + symbol: gKartMario169 + type: texture + offset: 0x387E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_169_wheel_0 +mario_kart_frame170: + symbol: gKartMario170 + type: texture + offset: 0x38D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_170_wheel_0 +mario_kart_frame171: + symbol: gKartMario171 + type: texture + offset: 0x39260 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_171_wheel_0 +mario_kart_frame172: + symbol: gKartMario172 + type: texture + offset: 0x39790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_172_wheel_0 +mario_kart_frame173: + symbol: gKartMario173 + type: texture + offset: 0x39CD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_173_wheel_0 +mario_kart_frame174: + symbol: gKartMario174 + type: texture + offset: 0x3A230 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_174_wheel_0 +mario_kart_frame175: + symbol: gKartMario175 + type: texture + offset: 0x3A7AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_175_wheel_0 +mario_kart_frame176: + symbol: gKartMario176 + type: texture + offset: 0x3AD20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_176_wheel_0 +mario_kart_frame177: + symbol: gKartMario177 + type: texture + offset: 0x3B2A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_177_wheel_0 +mario_kart_frame178: + symbol: gKartMario178 + type: texture + offset: 0x3B834 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_178_wheel_0 +mario_kart_frame179: + symbol: gKartMario179 + type: texture + offset: 0x3BDDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_179_wheel_0 +mario_kart_frame180: + symbol: gKartMario180 + type: texture + offset: 0x3C388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_180_wheel_0 +mario_kart_frame181: + symbol: gKartMario181 + type: texture + offset: 0x3C940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_181_wheel_0 +mario_kart_frame182: + symbol: gKartMario182 + type: texture + offset: 0x3CEF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_182_wheel_0 +mario_kart_frame183: + symbol: gKartMario183 + type: texture + offset: 0x3D4C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_183_wheel_0 +mario_kart_frame184: + symbol: gKartMario184 + type: texture + offset: 0x3DA9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_184_wheel_0 +mario_kart_frame185: + symbol: gKartMario185 + type: texture + offset: 0x3E080 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_185_wheel_0 +mario_kart_frame186: + symbol: gKartMario186 + type: texture + offset: 0x3E660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_186_wheel_0 +mario_kart_frame187: + symbol: gKartMario187 + type: texture + offset: 0x3EC50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_187_wheel_0 +mario_kart_frame188: + symbol: gKartMario188 + type: texture + offset: 0x3F22C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_188_wheel_0 +mario_kart_frame189: + symbol: gKartMario189 + type: texture + offset: 0x3F824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_189_wheel_0 +mario_kart_frame190: + symbol: gKartMario190 + type: texture + offset: 0x3FCC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_190_wheel_0 +mario_kart_frame191: + symbol: gKartMario191 + type: texture + offset: 0x40198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_191_wheel_0 +mario_kart_frame192: + symbol: gKartMario192 + type: texture + offset: 0x406A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_192_wheel_0 +mario_kart_frame193: + symbol: gKartMario193 + type: texture + offset: 0x40BD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_193_wheel_0 +mario_kart_frame194: + symbol: gKartMario194 + type: texture + offset: 0x41138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_194_wheel_0 +mario_kart_frame195: + symbol: gKartMario195 + type: texture + offset: 0x416B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_195_wheel_0 +mario_kart_frame196: + symbol: gKartMario196 + type: texture + offset: 0x41C30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_196_wheel_0 +mario_kart_frame197: + symbol: gKartMario197 + type: texture + offset: 0x421E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_197_wheel_0 +mario_kart_frame198: + symbol: gKartMario198 + type: texture + offset: 0x42794 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_198_wheel_0 +mario_kart_frame199: + symbol: gKartMario199 + type: texture + offset: 0x42D80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_199_wheel_0 +mario_kart_frame200: + symbol: gKartMario200 + type: texture + offset: 0x4337C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_200_wheel_0 +mario_kart_frame201: + symbol: gKartMario201 + type: texture + offset: 0x43998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_201_wheel_0 +mario_kart_frame202: + symbol: gKartMario202 + type: texture + offset: 0x43FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_202_wheel_0 +mario_kart_frame203: + symbol: gKartMario203 + type: texture + offset: 0x44628 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_203_wheel_0 +mario_kart_frame204: + symbol: gKartMario204 + type: texture + offset: 0x44C84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_204_wheel_0 +mario_kart_frame205: + symbol: gKartMario205 + type: texture + offset: 0x452D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_205_wheel_0 +mario_kart_frame206: + symbol: gKartMario206 + type: texture + offset: 0x45900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_206_wheel_0 +mario_kart_frame207: + symbol: gKartMario207 + type: texture + offset: 0x45F34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_207_wheel_0 +mario_kart_frame208: + symbol: gKartMario208 + type: texture + offset: 0x46550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_208_wheel_0 +mario_kart_frame209: + symbol: gKartMario209 + type: texture + offset: 0x46B3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_209_wheel_0 +mario_kart_frame210: + symbol: gKartMario210 + type: texture + offset: 0x4701C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_210_wheel_0 +mario_kart_frame211: + symbol: gKartMario211 + type: texture + offset: 0x47544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_211_wheel_0 +mario_kart_frame212: + symbol: gKartMario212 + type: texture + offset: 0x47A84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_212_wheel_0 +mario_kart_frame213: + symbol: gKartMario213 + type: texture + offset: 0x47FEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_213_wheel_0 +mario_kart_frame214: + symbol: gKartMario214 + type: texture + offset: 0x48558 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_214_wheel_0 +mario_kart_frame215: + symbol: gKartMario215 + type: texture + offset: 0x48AF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_215_wheel_0 +mario_kart_frame216: + symbol: gKartMario216 + type: texture + offset: 0x490A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_216_wheel_0 +mario_kart_frame217: + symbol: gKartMario217 + type: texture + offset: 0x49670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_217_wheel_0 +mario_kart_frame218: + symbol: gKartMario218 + type: texture + offset: 0x49C38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_218_wheel_0 +mario_kart_frame219: + symbol: gKartMario219 + type: texture + offset: 0x4A220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_219_wheel_0 +mario_kart_frame220: + symbol: gKartMario220 + type: texture + offset: 0x4A7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_220_wheel_0 +mario_kart_frame221: + symbol: gKartMario221 + type: texture + offset: 0x4ADD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_221_wheel_0 +mario_kart_frame222: + symbol: gKartMario222 + type: texture + offset: 0x4B3F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_222_wheel_0 +mario_kart_frame223: + symbol: gKartMario223 + type: texture + offset: 0x4BA08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_223_wheel_0 +mario_kart_frame224: + symbol: gKartMario224 + type: texture + offset: 0x4C020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_224_wheel_0 +mario_kart_frame225: + symbol: gKartMario225 + type: texture + offset: 0x4C628 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_225_wheel_0 +mario_kart_frame226: + symbol: gKartMario226 + type: texture + offset: 0x4CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_226_wheel_0 +mario_kart_frame227: + symbol: gKartMario227 + type: texture + offset: 0x4D220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_227_wheel_0 +mario_kart_frame228: + symbol: gKartMario228 + type: texture + offset: 0x4D7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_228_wheel_0 +mario_kart_frame229: + symbol: gKartMario229 + type: texture + offset: 0x4DD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_229_wheel_0 +mario_kart_frame230: + symbol: gKartMario230 + type: texture + offset: 0x4E270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_230_wheel_0 +mario_kart_frame231: + symbol: gKartMario231 + type: texture + offset: 0x4E7A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_231_wheel_0 +mario_kart_frame232: + symbol: gKartMario232 + type: texture + offset: 0x4ED00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_232_wheel_0 +mario_kart_frame233: + symbol: gKartMario233 + type: texture + offset: 0x4F27C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_233_wheel_0 +mario_kart_frame234: + symbol: gKartMario234 + type: texture + offset: 0x4F804 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_234_wheel_0 +mario_kart_frame235: + symbol: gKartMario235 + type: texture + offset: 0x4FDA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_235_wheel_0 +mario_kart_frame236: + symbol: gKartMario236 + type: texture + offset: 0x50368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_236_wheel_0 +mario_kart_frame237: + symbol: gKartMario237 + type: texture + offset: 0x50948 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_237_wheel_0 +mario_kart_frame238: + symbol: gKartMario238 + type: texture + offset: 0x50F1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_238_wheel_0 +mario_kart_frame239: + symbol: gKartMario239 + type: texture + offset: 0x51500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_239_wheel_0 +mario_kart_frame240: + symbol: gKartMario240 + type: texture + offset: 0x51AC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_240_wheel_0 +mario_kart_frame241: + symbol: gKartMario241 + type: texture + offset: 0x520A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_241_wheel_0 +mario_kart_frame242: + symbol: gKartMario242 + type: texture + offset: 0x52684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_242_wheel_0 +mario_kart_frame243: + symbol: gKartMario243 + type: texture + offset: 0x52C80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_243_wheel_0 +mario_kart_frame244: + symbol: gKartMario244 + type: texture + offset: 0x53270 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_244_wheel_0 +mario_kart_frame245: + symbol: gKartMario245 + type: texture + offset: 0x53840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_245_wheel_0 +mario_kart_frame246: + symbol: gKartMario246 + type: texture + offset: 0x53E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_246_wheel_0 +mario_kart_frame247: + symbol: gKartMario247 + type: texture + offset: 0x543D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_247_wheel_0 +mario_kart_frame248: + symbol: gKartMario248 + type: texture + offset: 0x54968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_248_wheel_0 +mario_kart_frame249: + symbol: gKartMario249 + type: texture + offset: 0x54EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_249_wheel_0 +mario_kart_frame250: + symbol: gKartMario250 + type: texture + offset: 0x553B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_250_wheel_0 +mario_kart_frame251: + symbol: gKartMario251 + type: texture + offset: 0x558EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_251_wheel_0 +mario_kart_frame252: + symbol: gKartMario252 + type: texture + offset: 0x55E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_252_wheel_0 +mario_kart_frame253: + symbol: gKartMario253 + type: texture + offset: 0x563DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_253_wheel_0 +mario_kart_frame254: + symbol: gKartMario254 + type: texture + offset: 0x5696C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_254_wheel_0 +mario_kart_frame255: + symbol: gKartMario255 + type: texture + offset: 0x56F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_255_wheel_0 +mario_kart_frame256: + symbol: gKartMario256 + type: texture + offset: 0x5750C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_256_wheel_0 +mario_kart_frame257: + symbol: gKartMario257 + type: texture + offset: 0x57AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_257_wheel_0 +mario_kart_frame258: + symbol: gKartMario258 + type: texture + offset: 0x580E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_258_wheel_0 +mario_kart_frame259: + symbol: gKartMario259 + type: texture + offset: 0x586B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_259_wheel_0 +mario_kart_frame260: + symbol: gKartMario260 + type: texture + offset: 0x58C78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_260_wheel_0 +mario_kart_frame261: + symbol: gKartMario261 + type: texture + offset: 0x59250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_261_wheel_0 +mario_kart_frame262: + symbol: gKartMario262 + type: texture + offset: 0x59830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_262_wheel_0 +mario_kart_frame263: + symbol: gKartMario263 + type: texture + offset: 0x59E08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_263_wheel_0 +mario_kart_frame264: + symbol: gKartMario264 + type: texture + offset: 0x5A3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_264_wheel_0 +mario_kart_frame265: + symbol: gKartMario265 + type: texture + offset: 0x5A948 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_265_wheel_0 +mario_kart_frame266: + symbol: gKartMario266 + type: texture + offset: 0x5AEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_266_wheel_0 +mario_kart_frame267: + symbol: gKartMario267 + type: texture + offset: 0x5B454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_267_wheel_0 +mario_kart_frame268: + symbol: gKartMario268 + type: texture + offset: 0x5B9AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_268_wheel_0 +mario_kart_frame269: + symbol: gKartMario269 + type: texture + offset: 0x5BEBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_269_wheel_0 +mario_kart_frame270: + symbol: gKartMario270 + type: texture + offset: 0x5C40C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_270_wheel_0 +mario_kart_frame271: + symbol: gKartMario271 + type: texture + offset: 0x5C960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_271_wheel_0 +mario_kart_frame272: + symbol: gKartMario272 + type: texture + offset: 0x5CEDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_272_wheel_0 +mario_kart_frame273: + symbol: gKartMario273 + type: texture + offset: 0x5D468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_273_wheel_0 +mario_kart_frame274: + symbol: gKartMario274 + type: texture + offset: 0x5DA1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_274_wheel_0 +mario_kart_frame275: + symbol: gKartMario275 + type: texture + offset: 0x5DFE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_275_wheel_0 +mario_kart_frame276: + symbol: gKartMario276 + type: texture + offset: 0x5E5D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_276_wheel_0 +mario_kart_frame277: + symbol: gKartMario277 + type: texture + offset: 0x5EBC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_277_wheel_0 +mario_kart_frame278: + symbol: gKartMario278 + type: texture + offset: 0x5F18C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_278_wheel_0 +mario_kart_frame279: + symbol: gKartMario279 + type: texture + offset: 0x5F770 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_279_wheel_0 +mario_kart_frame280: + symbol: gKartMario280 + type: texture + offset: 0x5FD24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_280_wheel_0 +mario_kart_frame281: + symbol: gKartMario281 + type: texture + offset: 0x602F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_281_wheel_0 +mario_kart_frame282: + symbol: gKartMario282 + type: texture + offset: 0x60898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_282_wheel_0 +mario_kart_frame283: + symbol: gKartMario283 + type: texture + offset: 0x60E38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_283_wheel_0 +mario_kart_frame284: + symbol: gKartMario284 + type: texture + offset: 0x613C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_284_wheel_0 +mario_kart_frame285: + symbol: gKartMario285 + type: texture + offset: 0x61940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_285_wheel_0 +mario_kart_frame286: + symbol: gKartMario286 + type: texture + offset: 0x61E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_286_wheel_0 +mario_kart_frame287: + symbol: gKartMario287 + type: texture + offset: 0x623B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_287_wheel_0 +mario_kart_frame288: + symbol: gKartMario288 + type: texture + offset: 0x628C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_288_wheel_0 +mario_kart_frame289: + symbol: gKartMario289 + type: texture + offset: 0x62D74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame290: + symbol: gKartMario290 + type: texture + offset: 0x63244 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame291: + symbol: gKartMario291 + type: texture + offset: 0x637B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame292: + symbol: gKartMario292 + type: texture + offset: 0x63D84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame293: + symbol: gKartMario293 + type: texture + offset: 0x64430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame294: + symbol: gKartMario294 + type: texture + offset: 0x64A68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame295: + symbol: gKartMario295 + type: texture + offset: 0x650A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame296: + symbol: gKartMario296 + type: texture + offset: 0x65674 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame297: + symbol: gKartMario297 + type: texture + offset: 0x65BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame298: + symbol: gKartMario298 + type: texture + offset: 0x66114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame299: + symbol: gKartMario299 + type: texture + offset: 0x666D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame300: + symbol: gKartMario300 + type: texture + offset: 0x66C9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame301: + symbol: gKartMario301 + type: texture + offset: 0x67288 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame302: + symbol: gKartMario302 + type: texture + offset: 0x67828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame303: + symbol: gKartMario303 + type: texture + offset: 0x67DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame304: + symbol: gKartMario304 + type: texture + offset: 0x68360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame305: + symbol: gKartMario305 + type: texture + offset: 0x688B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame306: + symbol: gKartMario306 + type: texture + offset: 0x68D7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame307: + symbol: gKartMario307 + type: texture + offset: 0x69368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame308: + symbol: gKartMario308 + type: texture + offset: 0x69A0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame309: + symbol: gKartMario309 + type: texture + offset: 0x6A0A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame310: + symbol: gKartMario310 + type: texture + offset: 0x6A6D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame311: + symbol: gKartMario311 + type: texture + offset: 0x6ACFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame312: + symbol: gKartMario312 + type: texture + offset: 0x6B2C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame313: + symbol: gKartMario313 + type: texture + offset: 0x6B818 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame314: + symbol: gKartMario314 + type: texture + offset: 0x6BD28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame315: + symbol: gKartMario315 + type: texture + offset: 0x6C2E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame316: + symbol: gKartMario316 + type: texture + offset: 0x6C8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame317: + symbol: gKartMario317 + type: texture + offset: 0x6CE78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame318: + symbol: gKartMario318 + type: texture + offset: 0x6D41C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame319: + symbol: gKartMario319 + type: texture + offset: 0x6D9CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +mario_kart_frame320: + symbol: gKartMario320 + type: texture + offset: 0x6DF44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: mario_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartMario000Wheel0 + type: texture + offset: 0x6E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartMario000Wheel1 + type: texture + offset: 0x6E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartMario000Wheel2 + type: texture + offset: 0x6E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartMario000Wheel3 + type: texture + offset: 0x6E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartMario001Wheel0 + type: texture + offset: 0x6E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartMario001Wheel1 + type: texture + offset: 0x6E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartMario001Wheel2 + type: texture + offset: 0x6E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartMario001Wheel3 + type: texture + offset: 0x6E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartMario002Wheel0 + type: texture + offset: 0x6E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartMario002Wheel1 + type: texture + offset: 0x6E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartMario002Wheel2 + type: texture + offset: 0x6E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartMario002Wheel3 + type: texture + offset: 0x6EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartMario003Wheel0 + type: texture + offset: 0x6EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartMario003Wheel1 + type: texture + offset: 0x6EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartMario003Wheel2 + type: texture + offset: 0x6EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartMario003Wheel3 + type: texture + offset: 0x6EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartMario004Wheel0 + type: texture + offset: 0x6ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartMario004Wheel1 + type: texture + offset: 0x6ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartMario004Wheel2 + type: texture + offset: 0x6EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartMario004Wheel3 + type: texture + offset: 0x6EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartMario005Wheel0 + type: texture + offset: 0x6EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartMario005Wheel1 + type: texture + offset: 0x6EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartMario005Wheel2 + type: texture + offset: 0x6EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartMario005Wheel3 + type: texture + offset: 0x6F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartMario006Wheel0 + type: texture + offset: 0x6F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartMario006Wheel1 + type: texture + offset: 0x6F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartMario006Wheel2 + type: texture + offset: 0x6F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartMario006Wheel3 + type: texture + offset: 0x6F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartMario007Wheel0 + type: texture + offset: 0x6F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartMario007Wheel1 + type: texture + offset: 0x6F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartMario007Wheel2 + type: texture + offset: 0x6F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartMario007Wheel3 + type: texture + offset: 0x6F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartMario008Wheel0 + type: texture + offset: 0x6F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartMario008Wheel1 + type: texture + offset: 0x6F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartMario008Wheel2 + type: texture + offset: 0x6F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartMario008Wheel3 + type: texture + offset: 0x6F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartMario009Wheel0 + type: texture + offset: 0x6F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartMario009Wheel1 + type: texture + offset: 0x6F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartMario009Wheel2 + type: texture + offset: 0x6F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartMario009Wheel3 + type: texture + offset: 0x6F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartMario010Wheel0 + type: texture + offset: 0x6F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartMario010Wheel1 + type: texture + offset: 0x6F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartMario010Wheel2 + type: texture + offset: 0x6F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartMario010Wheel3 + type: texture + offset: 0x6FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartMario011Wheel0 + type: texture + offset: 0x6FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartMario011Wheel1 + type: texture + offset: 0x6FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartMario011Wheel2 + type: texture + offset: 0x6FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartMario011Wheel3 + type: texture + offset: 0x6FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartMario012Wheel0 + type: texture + offset: 0x6FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartMario012Wheel1 + type: texture + offset: 0x6FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartMario012Wheel2 + type: texture + offset: 0x6FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartMario012Wheel3 + type: texture + offset: 0x6FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartMario013Wheel0 + type: texture + offset: 0x6FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartMario013Wheel1 + type: texture + offset: 0x6FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartMario013Wheel2 + type: texture + offset: 0x6FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartMario013Wheel3 + type: texture + offset: 0x70030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartMario014Wheel0 + type: texture + offset: 0x700B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartMario014Wheel1 + type: texture + offset: 0x70130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartMario014Wheel2 + type: texture + offset: 0x701B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartMario014Wheel3 + type: texture + offset: 0x70230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartMario015Wheel0 + type: texture + offset: 0x702B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartMario015Wheel1 + type: texture + offset: 0x70330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartMario015Wheel2 + type: texture + offset: 0x703B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartMario015Wheel3 + type: texture + offset: 0x70430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartMario016Wheel0 + type: texture + offset: 0x704B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartMario016Wheel1 + type: texture + offset: 0x70530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartMario016Wheel2 + type: texture + offset: 0x705B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartMario016Wheel3 + type: texture + offset: 0x70630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartMario017Wheel0 + type: texture + offset: 0x706B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartMario017Wheel1 + type: texture + offset: 0x70730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartMario017Wheel2 + type: texture + offset: 0x707B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartMario017Wheel3 + type: texture + offset: 0x70830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartMario018Wheel0 + type: texture + offset: 0x708B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartMario018Wheel1 + type: texture + offset: 0x70930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartMario018Wheel2 + type: texture + offset: 0x709B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartMario018Wheel3 + type: texture + offset: 0x70A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartMario019Wheel0 + type: texture + offset: 0x70AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartMario019Wheel1 + type: texture + offset: 0x70B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartMario019Wheel2 + type: texture + offset: 0x70BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartMario019Wheel3 + type: texture + offset: 0x70C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartMario020Wheel0 + type: texture + offset: 0x70CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartMario020Wheel1 + type: texture + offset: 0x70D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartMario020Wheel2 + type: texture + offset: 0x70DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartMario020Wheel3 + type: texture + offset: 0x70E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartMario021Wheel0 + type: texture + offset: 0x70EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartMario021Wheel1 + type: texture + offset: 0x70F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartMario021Wheel2 + type: texture + offset: 0x70FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartMario021Wheel3 + type: texture + offset: 0x71030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartMario022Wheel0 + type: texture + offset: 0x710B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartMario022Wheel1 + type: texture + offset: 0x71130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartMario022Wheel2 + type: texture + offset: 0x711B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartMario022Wheel3 + type: texture + offset: 0x71230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartMario023Wheel0 + type: texture + offset: 0x712B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartMario023Wheel1 + type: texture + offset: 0x71330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartMario023Wheel2 + type: texture + offset: 0x713B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartMario023Wheel3 + type: texture + offset: 0x71430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartMario024Wheel0 + type: texture + offset: 0x714B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartMario024Wheel1 + type: texture + offset: 0x71530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartMario024Wheel2 + type: texture + offset: 0x715B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartMario024Wheel3 + type: texture + offset: 0x71630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartMario025Wheel0 + type: texture + offset: 0x716B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartMario025Wheel1 + type: texture + offset: 0x71730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartMario025Wheel2 + type: texture + offset: 0x717B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartMario025Wheel3 + type: texture + offset: 0x71830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartMario026Wheel0 + type: texture + offset: 0x718B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartMario026Wheel1 + type: texture + offset: 0x71930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartMario026Wheel2 + type: texture + offset: 0x719B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartMario026Wheel3 + type: texture + offset: 0x71A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartMario027Wheel0 + type: texture + offset: 0x71AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartMario027Wheel1 + type: texture + offset: 0x71B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartMario027Wheel2 + type: texture + offset: 0x71BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartMario027Wheel3 + type: texture + offset: 0x71C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartMario028Wheel0 + type: texture + offset: 0x71CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartMario028Wheel1 + type: texture + offset: 0x71D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartMario028Wheel2 + type: texture + offset: 0x71DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartMario028Wheel3 + type: texture + offset: 0x71E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartMario029Wheel0 + type: texture + offset: 0x71EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartMario029Wheel1 + type: texture + offset: 0x71F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartMario029Wheel2 + type: texture + offset: 0x71FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartMario029Wheel3 + type: texture + offset: 0x72030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartMario030Wheel0 + type: texture + offset: 0x720B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartMario030Wheel1 + type: texture + offset: 0x72130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartMario030Wheel2 + type: texture + offset: 0x721B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartMario030Wheel3 + type: texture + offset: 0x72230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartMario031Wheel0 + type: texture + offset: 0x722B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartMario031Wheel1 + type: texture + offset: 0x72330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartMario031Wheel2 + type: texture + offset: 0x723B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartMario031Wheel3 + type: texture + offset: 0x72430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartMario032Wheel0 + type: texture + offset: 0x724B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartMario032Wheel1 + type: texture + offset: 0x72530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartMario032Wheel2 + type: texture + offset: 0x725B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartMario032Wheel3 + type: texture + offset: 0x72630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartMario033Wheel0 + type: texture + offset: 0x726B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartMario033Wheel1 + type: texture + offset: 0x72730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartMario033Wheel2 + type: texture + offset: 0x727B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartMario033Wheel3 + type: texture + offset: 0x72830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartMario034Wheel0 + type: texture + offset: 0x728B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartMario034Wheel1 + type: texture + offset: 0x72930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartMario034Wheel2 + type: texture + offset: 0x729B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartMario034Wheel3 + type: texture + offset: 0x72A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartMario035Wheel0 + type: texture + offset: 0x72AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartMario035Wheel1 + type: texture + offset: 0x72B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartMario035Wheel2 + type: texture + offset: 0x72BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartMario035Wheel3 + type: texture + offset: 0x72C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartMario036Wheel0 + type: texture + offset: 0x72CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartMario036Wheel1 + type: texture + offset: 0x72D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartMario036Wheel2 + type: texture + offset: 0x72DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartMario036Wheel3 + type: texture + offset: 0x72E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartMario037Wheel0 + type: texture + offset: 0x72EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartMario037Wheel1 + type: texture + offset: 0x72F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartMario037Wheel2 + type: texture + offset: 0x72FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartMario037Wheel3 + type: texture + offset: 0x73030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartMario038Wheel0 + type: texture + offset: 0x730B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartMario038Wheel1 + type: texture + offset: 0x73130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartMario038Wheel2 + type: texture + offset: 0x731B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartMario038Wheel3 + type: texture + offset: 0x73230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartMario039Wheel0 + type: texture + offset: 0x732B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartMario039Wheel1 + type: texture + offset: 0x73330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartMario039Wheel2 + type: texture + offset: 0x733B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartMario039Wheel3 + type: texture + offset: 0x73430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartMario040Wheel0 + type: texture + offset: 0x734B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartMario040Wheel1 + type: texture + offset: 0x73530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartMario040Wheel2 + type: texture + offset: 0x735B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartMario040Wheel3 + type: texture + offset: 0x73630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartMario041Wheel0 + type: texture + offset: 0x736B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartMario041Wheel1 + type: texture + offset: 0x73730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartMario041Wheel2 + type: texture + offset: 0x737B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartMario041Wheel3 + type: texture + offset: 0x73830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartMario042Wheel0 + type: texture + offset: 0x738B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartMario042Wheel1 + type: texture + offset: 0x73930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartMario042Wheel2 + type: texture + offset: 0x739B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartMario042Wheel3 + type: texture + offset: 0x73A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartMario043Wheel0 + type: texture + offset: 0x73AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartMario043Wheel1 + type: texture + offset: 0x73B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartMario043Wheel2 + type: texture + offset: 0x73BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartMario043Wheel3 + type: texture + offset: 0x73C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartMario044Wheel0 + type: texture + offset: 0x73CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartMario044Wheel1 + type: texture + offset: 0x73D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartMario044Wheel2 + type: texture + offset: 0x73DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartMario044Wheel3 + type: texture + offset: 0x73E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartMario045Wheel0 + type: texture + offset: 0x73EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartMario045Wheel1 + type: texture + offset: 0x73F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartMario045Wheel2 + type: texture + offset: 0x73FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartMario045Wheel3 + type: texture + offset: 0x74030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartMario046Wheel0 + type: texture + offset: 0x740B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartMario046Wheel1 + type: texture + offset: 0x74130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartMario046Wheel2 + type: texture + offset: 0x741B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartMario046Wheel3 + type: texture + offset: 0x74230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartMario047Wheel0 + type: texture + offset: 0x742B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartMario047Wheel1 + type: texture + offset: 0x74330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartMario047Wheel2 + type: texture + offset: 0x743B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartMario047Wheel3 + type: texture + offset: 0x74430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartMario048Wheel0 + type: texture + offset: 0x744B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartMario048Wheel1 + type: texture + offset: 0x74530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartMario048Wheel2 + type: texture + offset: 0x745B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartMario048Wheel3 + type: texture + offset: 0x74630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartMario049Wheel0 + type: texture + offset: 0x746B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartMario049Wheel1 + type: texture + offset: 0x74730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartMario049Wheel2 + type: texture + offset: 0x747B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartMario049Wheel3 + type: texture + offset: 0x74830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartMario050Wheel0 + type: texture + offset: 0x748B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartMario050Wheel1 + type: texture + offset: 0x74930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartMario050Wheel2 + type: texture + offset: 0x749B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartMario050Wheel3 + type: texture + offset: 0x74A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartMario051Wheel0 + type: texture + offset: 0x74AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartMario051Wheel1 + type: texture + offset: 0x74B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartMario051Wheel2 + type: texture + offset: 0x74BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartMario051Wheel3 + type: texture + offset: 0x74C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartMario052Wheel0 + type: texture + offset: 0x74CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartMario052Wheel1 + type: texture + offset: 0x74D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartMario052Wheel2 + type: texture + offset: 0x74DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartMario052Wheel3 + type: texture + offset: 0x74E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartMario053Wheel0 + type: texture + offset: 0x74EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartMario053Wheel1 + type: texture + offset: 0x74F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartMario053Wheel2 + type: texture + offset: 0x74FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartMario053Wheel3 + type: texture + offset: 0x75030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartMario054Wheel0 + type: texture + offset: 0x750B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartMario054Wheel1 + type: texture + offset: 0x75130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartMario054Wheel2 + type: texture + offset: 0x751B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartMario054Wheel3 + type: texture + offset: 0x75230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartMario055Wheel0 + type: texture + offset: 0x752B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartMario055Wheel1 + type: texture + offset: 0x75330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartMario055Wheel2 + type: texture + offset: 0x753B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartMario055Wheel3 + type: texture + offset: 0x75430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartMario056Wheel0 + type: texture + offset: 0x754B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartMario056Wheel1 + type: texture + offset: 0x75530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartMario056Wheel2 + type: texture + offset: 0x755B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartMario056Wheel3 + type: texture + offset: 0x75630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartMario057Wheel0 + type: texture + offset: 0x756B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartMario057Wheel1 + type: texture + offset: 0x75730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartMario057Wheel2 + type: texture + offset: 0x757B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartMario057Wheel3 + type: texture + offset: 0x75830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartMario058Wheel0 + type: texture + offset: 0x758B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartMario058Wheel1 + type: texture + offset: 0x75930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartMario058Wheel2 + type: texture + offset: 0x759B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartMario058Wheel3 + type: texture + offset: 0x75A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartMario059Wheel0 + type: texture + offset: 0x75AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartMario059Wheel1 + type: texture + offset: 0x75B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartMario059Wheel2 + type: texture + offset: 0x75BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartMario059Wheel3 + type: texture + offset: 0x75C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartMario060Wheel0 + type: texture + offset: 0x75CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartMario060Wheel1 + type: texture + offset: 0x75D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartMario060Wheel2 + type: texture + offset: 0x75DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartMario060Wheel3 + type: texture + offset: 0x75E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartMario061Wheel0 + type: texture + offset: 0x75EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartMario061Wheel1 + type: texture + offset: 0x75F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartMario061Wheel2 + type: texture + offset: 0x75FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartMario061Wheel3 + type: texture + offset: 0x76030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartMario062Wheel0 + type: texture + offset: 0x760B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartMario062Wheel1 + type: texture + offset: 0x76130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartMario062Wheel2 + type: texture + offset: 0x761B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartMario062Wheel3 + type: texture + offset: 0x76230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartMario063Wheel0 + type: texture + offset: 0x762B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartMario063Wheel1 + type: texture + offset: 0x76330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartMario063Wheel2 + type: texture + offset: 0x763B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartMario063Wheel3 + type: texture + offset: 0x76430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartMario064Wheel0 + type: texture + offset: 0x764B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartMario064Wheel1 + type: texture + offset: 0x76530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartMario064Wheel2 + type: texture + offset: 0x765B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartMario064Wheel3 + type: texture + offset: 0x76630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartMario065Wheel0 + type: texture + offset: 0x766B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartMario065Wheel1 + type: texture + offset: 0x76730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartMario065Wheel2 + type: texture + offset: 0x767B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartMario065Wheel3 + type: texture + offset: 0x76830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartMario066Wheel0 + type: texture + offset: 0x768B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartMario066Wheel1 + type: texture + offset: 0x76930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartMario066Wheel2 + type: texture + offset: 0x769B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartMario066Wheel3 + type: texture + offset: 0x76A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartMario067Wheel0 + type: texture + offset: 0x76AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartMario067Wheel1 + type: texture + offset: 0x76B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartMario067Wheel2 + type: texture + offset: 0x76BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartMario067Wheel3 + type: texture + offset: 0x76C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartMario068Wheel0 + type: texture + offset: 0x76CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartMario068Wheel1 + type: texture + offset: 0x76D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartMario068Wheel2 + type: texture + offset: 0x76DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartMario068Wheel3 + type: texture + offset: 0x76E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartMario069Wheel0 + type: texture + offset: 0x76EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartMario069Wheel1 + type: texture + offset: 0x76F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartMario069Wheel2 + type: texture + offset: 0x76FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartMario069Wheel3 + type: texture + offset: 0x77030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartMario070Wheel0 + type: texture + offset: 0x770B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartMario070Wheel1 + type: texture + offset: 0x77130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartMario070Wheel2 + type: texture + offset: 0x771B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartMario070Wheel3 + type: texture + offset: 0x77230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartMario071Wheel0 + type: texture + offset: 0x772B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartMario071Wheel1 + type: texture + offset: 0x77330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartMario071Wheel2 + type: texture + offset: 0x773B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartMario071Wheel3 + type: texture + offset: 0x77430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartMario072Wheel0 + type: texture + offset: 0x774B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartMario072Wheel1 + type: texture + offset: 0x77530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartMario072Wheel2 + type: texture + offset: 0x775B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartMario072Wheel3 + type: texture + offset: 0x77630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartMario073Wheel0 + type: texture + offset: 0x776B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartMario073Wheel1 + type: texture + offset: 0x77730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartMario073Wheel2 + type: texture + offset: 0x777B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartMario073Wheel3 + type: texture + offset: 0x77830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartMario074Wheel0 + type: texture + offset: 0x778B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartMario074Wheel1 + type: texture + offset: 0x77930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartMario074Wheel2 + type: texture + offset: 0x779B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartMario074Wheel3 + type: texture + offset: 0x77A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartMario075Wheel0 + type: texture + offset: 0x77AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartMario075Wheel1 + type: texture + offset: 0x77B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartMario075Wheel2 + type: texture + offset: 0x77BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartMario075Wheel3 + type: texture + offset: 0x77C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartMario076Wheel0 + type: texture + offset: 0x77CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartMario076Wheel1 + type: texture + offset: 0x77D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartMario076Wheel2 + type: texture + offset: 0x77DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartMario076Wheel3 + type: texture + offset: 0x77E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartMario077Wheel0 + type: texture + offset: 0x77EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartMario077Wheel1 + type: texture + offset: 0x77F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartMario077Wheel2 + type: texture + offset: 0x77FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartMario077Wheel3 + type: texture + offset: 0x78030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartMario078Wheel0 + type: texture + offset: 0x780B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartMario078Wheel1 + type: texture + offset: 0x78130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartMario078Wheel2 + type: texture + offset: 0x781B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartMario078Wheel3 + type: texture + offset: 0x78230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartMario079Wheel0 + type: texture + offset: 0x782B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartMario079Wheel1 + type: texture + offset: 0x78330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartMario079Wheel2 + type: texture + offset: 0x783B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartMario079Wheel3 + type: texture + offset: 0x78430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartMario080Wheel0 + type: texture + offset: 0x784B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartMario080Wheel1 + type: texture + offset: 0x78530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartMario080Wheel2 + type: texture + offset: 0x785B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartMario080Wheel3 + type: texture + offset: 0x78630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartMario081Wheel0 + type: texture + offset: 0x786B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartMario081Wheel1 + type: texture + offset: 0x78730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartMario081Wheel2 + type: texture + offset: 0x787B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartMario081Wheel3 + type: texture + offset: 0x78830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartMario082Wheel0 + type: texture + offset: 0x788B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartMario082Wheel1 + type: texture + offset: 0x78930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartMario082Wheel2 + type: texture + offset: 0x789B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartMario082Wheel3 + type: texture + offset: 0x78A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartMario083Wheel0 + type: texture + offset: 0x78AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartMario083Wheel1 + type: texture + offset: 0x78B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartMario083Wheel2 + type: texture + offset: 0x78BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartMario083Wheel3 + type: texture + offset: 0x78C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartMario084Wheel0 + type: texture + offset: 0x78CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartMario084Wheel1 + type: texture + offset: 0x78D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartMario084Wheel2 + type: texture + offset: 0x78DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartMario084Wheel3 + type: texture + offset: 0x78E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartMario085Wheel0 + type: texture + offset: 0x78EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartMario085Wheel1 + type: texture + offset: 0x78F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartMario085Wheel2 + type: texture + offset: 0x78FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartMario085Wheel3 + type: texture + offset: 0x79030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartMario086Wheel0 + type: texture + offset: 0x790B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartMario086Wheel1 + type: texture + offset: 0x79130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartMario086Wheel2 + type: texture + offset: 0x791B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartMario086Wheel3 + type: texture + offset: 0x79230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartMario087Wheel0 + type: texture + offset: 0x792B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartMario087Wheel1 + type: texture + offset: 0x79330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartMario087Wheel2 + type: texture + offset: 0x793B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartMario087Wheel3 + type: texture + offset: 0x79430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartMario088Wheel0 + type: texture + offset: 0x794B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartMario088Wheel1 + type: texture + offset: 0x79530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartMario088Wheel2 + type: texture + offset: 0x795B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartMario088Wheel3 + type: texture + offset: 0x79630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartMario089Wheel0 + type: texture + offset: 0x796B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartMario089Wheel1 + type: texture + offset: 0x79730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartMario089Wheel2 + type: texture + offset: 0x797B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartMario089Wheel3 + type: texture + offset: 0x79830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartMario090Wheel0 + type: texture + offset: 0x798B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartMario090Wheel1 + type: texture + offset: 0x79930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartMario090Wheel2 + type: texture + offset: 0x799B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartMario090Wheel3 + type: texture + offset: 0x79A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartMario091Wheel0 + type: texture + offset: 0x79AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartMario091Wheel1 + type: texture + offset: 0x79B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartMario091Wheel2 + type: texture + offset: 0x79BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartMario091Wheel3 + type: texture + offset: 0x79C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartMario092Wheel0 + type: texture + offset: 0x79CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartMario092Wheel1 + type: texture + offset: 0x79D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartMario092Wheel2 + type: texture + offset: 0x79DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartMario092Wheel3 + type: texture + offset: 0x79E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartMario093Wheel0 + type: texture + offset: 0x79EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartMario093Wheel1 + type: texture + offset: 0x79F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartMario093Wheel2 + type: texture + offset: 0x79FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartMario093Wheel3 + type: texture + offset: 0x7A030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartMario094Wheel0 + type: texture + offset: 0x7A0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartMario094Wheel1 + type: texture + offset: 0x7A130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartMario094Wheel2 + type: texture + offset: 0x7A1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartMario094Wheel3 + type: texture + offset: 0x7A230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartMario095Wheel0 + type: texture + offset: 0x7A2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartMario095Wheel1 + type: texture + offset: 0x7A330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartMario095Wheel2 + type: texture + offset: 0x7A3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartMario095Wheel3 + type: texture + offset: 0x7A430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartMario096Wheel0 + type: texture + offset: 0x7A4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartMario096Wheel1 + type: texture + offset: 0x7A530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartMario096Wheel2 + type: texture + offset: 0x7A5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartMario096Wheel3 + type: texture + offset: 0x7A630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartMario097Wheel0 + type: texture + offset: 0x7A6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartMario097Wheel1 + type: texture + offset: 0x7A730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartMario097Wheel2 + type: texture + offset: 0x7A7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartMario097Wheel3 + type: texture + offset: 0x7A830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartMario098Wheel0 + type: texture + offset: 0x7A8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartMario098Wheel1 + type: texture + offset: 0x7A930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartMario098Wheel2 + type: texture + offset: 0x7A9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartMario098Wheel3 + type: texture + offset: 0x7AA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartMario099Wheel0 + type: texture + offset: 0x7AAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartMario099Wheel1 + type: texture + offset: 0x7AB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartMario099Wheel2 + type: texture + offset: 0x7ABB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartMario099Wheel3 + type: texture + offset: 0x7AC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartMario100Wheel0 + type: texture + offset: 0x7ACB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartMario100Wheel1 + type: texture + offset: 0x7AD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartMario100Wheel2 + type: texture + offset: 0x7ADB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartMario100Wheel3 + type: texture + offset: 0x7AE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartMario101Wheel0 + type: texture + offset: 0x7AEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartMario101Wheel1 + type: texture + offset: 0x7AF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartMario101Wheel2 + type: texture + offset: 0x7AFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartMario101Wheel3 + type: texture + offset: 0x7B030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartMario102Wheel0 + type: texture + offset: 0x7B0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartMario102Wheel1 + type: texture + offset: 0x7B130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartMario102Wheel2 + type: texture + offset: 0x7B1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartMario102Wheel3 + type: texture + offset: 0x7B230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartMario103Wheel0 + type: texture + offset: 0x7B2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartMario103Wheel1 + type: texture + offset: 0x7B330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartMario103Wheel2 + type: texture + offset: 0x7B3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartMario103Wheel3 + type: texture + offset: 0x7B430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartMario104Wheel0 + type: texture + offset: 0x7B4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartMario104Wheel1 + type: texture + offset: 0x7B530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartMario104Wheel2 + type: texture + offset: 0x7B5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartMario104Wheel3 + type: texture + offset: 0x7B630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartMario105Wheel0 + type: texture + offset: 0x7B6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartMario105Wheel1 + type: texture + offset: 0x7B730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartMario105Wheel2 + type: texture + offset: 0x7B7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartMario105Wheel3 + type: texture + offset: 0x7B830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartMario106Wheel0 + type: texture + offset: 0x7B8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartMario106Wheel1 + type: texture + offset: 0x7B930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartMario106Wheel2 + type: texture + offset: 0x7B9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartMario106Wheel3 + type: texture + offset: 0x7BA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartMario107Wheel0 + type: texture + offset: 0x7BAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartMario107Wheel1 + type: texture + offset: 0x7BB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartMario107Wheel2 + type: texture + offset: 0x7BBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartMario107Wheel3 + type: texture + offset: 0x7BC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartMario108Wheel0 + type: texture + offset: 0x7BCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartMario108Wheel1 + type: texture + offset: 0x7BD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartMario108Wheel2 + type: texture + offset: 0x7BDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartMario108Wheel3 + type: texture + offset: 0x7BE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartMario109Wheel0 + type: texture + offset: 0x7BEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartMario109Wheel1 + type: texture + offset: 0x7BF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartMario109Wheel2 + type: texture + offset: 0x7BFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartMario109Wheel3 + type: texture + offset: 0x7C030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartMario110Wheel0 + type: texture + offset: 0x7C0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartMario110Wheel1 + type: texture + offset: 0x7C130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartMario110Wheel2 + type: texture + offset: 0x7C1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartMario110Wheel3 + type: texture + offset: 0x7C230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartMario111Wheel0 + type: texture + offset: 0x7C2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartMario111Wheel1 + type: texture + offset: 0x7C330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartMario111Wheel2 + type: texture + offset: 0x7C3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartMario111Wheel3 + type: texture + offset: 0x7C430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartMario112Wheel0 + type: texture + offset: 0x7C4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartMario112Wheel1 + type: texture + offset: 0x7C530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartMario112Wheel2 + type: texture + offset: 0x7C5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartMario112Wheel3 + type: texture + offset: 0x7C630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartMario113Wheel0 + type: texture + offset: 0x7C6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartMario113Wheel1 + type: texture + offset: 0x7C730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartMario113Wheel2 + type: texture + offset: 0x7C7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartMario113Wheel3 + type: texture + offset: 0x7C830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartMario114Wheel0 + type: texture + offset: 0x7C8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartMario114Wheel1 + type: texture + offset: 0x7C930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartMario114Wheel2 + type: texture + offset: 0x7C9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartMario114Wheel3 + type: texture + offset: 0x7CA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartMario115Wheel0 + type: texture + offset: 0x7CAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartMario115Wheel1 + type: texture + offset: 0x7CB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartMario115Wheel2 + type: texture + offset: 0x7CBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartMario115Wheel3 + type: texture + offset: 0x7CC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartMario116Wheel0 + type: texture + offset: 0x7CCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartMario116Wheel1 + type: texture + offset: 0x7CD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartMario116Wheel2 + type: texture + offset: 0x7CDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartMario116Wheel3 + type: texture + offset: 0x7CE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartMario117Wheel0 + type: texture + offset: 0x7CEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartMario117Wheel1 + type: texture + offset: 0x7CF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartMario117Wheel2 + type: texture + offset: 0x7CFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartMario117Wheel3 + type: texture + offset: 0x7D030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartMario118Wheel0 + type: texture + offset: 0x7D0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartMario118Wheel1 + type: texture + offset: 0x7D130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartMario118Wheel2 + type: texture + offset: 0x7D1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartMario118Wheel3 + type: texture + offset: 0x7D230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartMario119Wheel0 + type: texture + offset: 0x7D2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartMario119Wheel1 + type: texture + offset: 0x7D330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartMario119Wheel2 + type: texture + offset: 0x7D3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartMario119Wheel3 + type: texture + offset: 0x7D430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartMario120Wheel0 + type: texture + offset: 0x7D4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartMario120Wheel1 + type: texture + offset: 0x7D530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartMario120Wheel2 + type: texture + offset: 0x7D5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartMario120Wheel3 + type: texture + offset: 0x7D630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartMario121Wheel0 + type: texture + offset: 0x7D6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartMario121Wheel1 + type: texture + offset: 0x7D730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartMario121Wheel2 + type: texture + offset: 0x7D7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartMario121Wheel3 + type: texture + offset: 0x7D830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartMario122Wheel0 + type: texture + offset: 0x7D8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartMario122Wheel1 + type: texture + offset: 0x7D930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartMario122Wheel2 + type: texture + offset: 0x7D9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartMario122Wheel3 + type: texture + offset: 0x7DA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartMario123Wheel0 + type: texture + offset: 0x7DAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartMario123Wheel1 + type: texture + offset: 0x7DB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartMario123Wheel2 + type: texture + offset: 0x7DBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartMario123Wheel3 + type: texture + offset: 0x7DC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartMario124Wheel0 + type: texture + offset: 0x7DCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartMario124Wheel1 + type: texture + offset: 0x7DD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartMario124Wheel2 + type: texture + offset: 0x7DDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartMario124Wheel3 + type: texture + offset: 0x7DE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartMario125Wheel0 + type: texture + offset: 0x7DEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartMario125Wheel1 + type: texture + offset: 0x7DF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartMario125Wheel2 + type: texture + offset: 0x7DFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartMario125Wheel3 + type: texture + offset: 0x7E030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartMario126Wheel0 + type: texture + offset: 0x7E0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartMario126Wheel1 + type: texture + offset: 0x7E130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartMario126Wheel2 + type: texture + offset: 0x7E1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartMario126Wheel3 + type: texture + offset: 0x7E230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartMario127Wheel0 + type: texture + offset: 0x7E2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartMario127Wheel1 + type: texture + offset: 0x7E330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartMario127Wheel2 + type: texture + offset: 0x7E3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartMario127Wheel3 + type: texture + offset: 0x7E430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartMario128Wheel0 + type: texture + offset: 0x7E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartMario128Wheel1 + type: texture + offset: 0x7E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartMario128Wheel2 + type: texture + offset: 0x7E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartMario128Wheel3 + type: texture + offset: 0x7E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartMario129Wheel0 + type: texture + offset: 0x7E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartMario129Wheel1 + type: texture + offset: 0x7E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartMario129Wheel2 + type: texture + offset: 0x7E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartMario129Wheel3 + type: texture + offset: 0x7E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartMario130Wheel0 + type: texture + offset: 0x7E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartMario130Wheel1 + type: texture + offset: 0x7E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartMario130Wheel2 + type: texture + offset: 0x7E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartMario130Wheel3 + type: texture + offset: 0x7EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartMario131Wheel0 + type: texture + offset: 0x7EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartMario131Wheel1 + type: texture + offset: 0x7EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartMario131Wheel2 + type: texture + offset: 0x7EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartMario131Wheel3 + type: texture + offset: 0x7EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartMario132Wheel0 + type: texture + offset: 0x7ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartMario132Wheel1 + type: texture + offset: 0x7ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartMario132Wheel2 + type: texture + offset: 0x7EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartMario132Wheel3 + type: texture + offset: 0x7EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartMario133Wheel0 + type: texture + offset: 0x7EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartMario133Wheel1 + type: texture + offset: 0x7EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartMario133Wheel2 + type: texture + offset: 0x7EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartMario133Wheel3 + type: texture + offset: 0x7F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartMario134Wheel0 + type: texture + offset: 0x7F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartMario134Wheel1 + type: texture + offset: 0x7F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartMario134Wheel2 + type: texture + offset: 0x7F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartMario134Wheel3 + type: texture + offset: 0x7F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartMario135Wheel0 + type: texture + offset: 0x7F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartMario135Wheel1 + type: texture + offset: 0x7F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartMario135Wheel2 + type: texture + offset: 0x7F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartMario135Wheel3 + type: texture + offset: 0x7F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartMario136Wheel0 + type: texture + offset: 0x7F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartMario136Wheel1 + type: texture + offset: 0x7F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartMario136Wheel2 + type: texture + offset: 0x7F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartMario136Wheel3 + type: texture + offset: 0x7F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartMario137Wheel0 + type: texture + offset: 0x7F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartMario137Wheel1 + type: texture + offset: 0x7F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartMario137Wheel2 + type: texture + offset: 0x7F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartMario137Wheel3 + type: texture + offset: 0x7F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartMario138Wheel0 + type: texture + offset: 0x7F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartMario138Wheel1 + type: texture + offset: 0x7F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartMario138Wheel2 + type: texture + offset: 0x7F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartMario138Wheel3 + type: texture + offset: 0x7FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartMario139Wheel0 + type: texture + offset: 0x7FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartMario139Wheel1 + type: texture + offset: 0x7FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartMario139Wheel2 + type: texture + offset: 0x7FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartMario139Wheel3 + type: texture + offset: 0x7FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartMario140Wheel0 + type: texture + offset: 0x7FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartMario140Wheel1 + type: texture + offset: 0x7FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartMario140Wheel2 + type: texture + offset: 0x7FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartMario140Wheel3 + type: texture + offset: 0x7FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartMario141Wheel0 + type: texture + offset: 0x7FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartMario141Wheel1 + type: texture + offset: 0x7FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartMario141Wheel2 + type: texture + offset: 0x7FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartMario141Wheel3 + type: texture + offset: 0x80030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartMario142Wheel0 + type: texture + offset: 0x800B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartMario142Wheel1 + type: texture + offset: 0x80130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartMario142Wheel2 + type: texture + offset: 0x801B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartMario142Wheel3 + type: texture + offset: 0x80230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartMario143Wheel0 + type: texture + offset: 0x802B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartMario143Wheel1 + type: texture + offset: 0x80330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartMario143Wheel2 + type: texture + offset: 0x803B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartMario143Wheel3 + type: texture + offset: 0x80430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartMario144Wheel0 + type: texture + offset: 0x804B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartMario144Wheel1 + type: texture + offset: 0x80530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartMario144Wheel2 + type: texture + offset: 0x805B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartMario144Wheel3 + type: texture + offset: 0x80630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartMario145Wheel0 + type: texture + offset: 0x806B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartMario145Wheel1 + type: texture + offset: 0x80730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartMario145Wheel2 + type: texture + offset: 0x807B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartMario145Wheel3 + type: texture + offset: 0x80830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartMario146Wheel0 + type: texture + offset: 0x808B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartMario146Wheel1 + type: texture + offset: 0x80930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartMario146Wheel2 + type: texture + offset: 0x809B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartMario146Wheel3 + type: texture + offset: 0x80A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartMario147Wheel0 + type: texture + offset: 0x80AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartMario147Wheel1 + type: texture + offset: 0x80B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartMario147Wheel2 + type: texture + offset: 0x80BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartMario147Wheel3 + type: texture + offset: 0x80C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartMario148Wheel0 + type: texture + offset: 0x80CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartMario148Wheel1 + type: texture + offset: 0x80D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartMario148Wheel2 + type: texture + offset: 0x80DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartMario148Wheel3 + type: texture + offset: 0x80E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartMario149Wheel0 + type: texture + offset: 0x80EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartMario149Wheel1 + type: texture + offset: 0x80F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartMario149Wheel2 + type: texture + offset: 0x80FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartMario149Wheel3 + type: texture + offset: 0x81030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartMario150Wheel0 + type: texture + offset: 0x810B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartMario150Wheel1 + type: texture + offset: 0x81130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartMario150Wheel2 + type: texture + offset: 0x811B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartMario150Wheel3 + type: texture + offset: 0x81230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartMario151Wheel0 + type: texture + offset: 0x812B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartMario151Wheel1 + type: texture + offset: 0x81330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartMario151Wheel2 + type: texture + offset: 0x813B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartMario151Wheel3 + type: texture + offset: 0x81430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartMario152Wheel0 + type: texture + offset: 0x814B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartMario152Wheel1 + type: texture + offset: 0x81530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartMario152Wheel2 + type: texture + offset: 0x815B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartMario152Wheel3 + type: texture + offset: 0x81630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartMario153Wheel0 + type: texture + offset: 0x816B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartMario153Wheel1 + type: texture + offset: 0x81730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartMario153Wheel2 + type: texture + offset: 0x817B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartMario153Wheel3 + type: texture + offset: 0x81830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartMario154Wheel0 + type: texture + offset: 0x818B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartMario154Wheel1 + type: texture + offset: 0x81930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartMario154Wheel2 + type: texture + offset: 0x819B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartMario154Wheel3 + type: texture + offset: 0x81A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartMario155Wheel0 + type: texture + offset: 0x81AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartMario155Wheel1 + type: texture + offset: 0x81B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartMario155Wheel2 + type: texture + offset: 0x81BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartMario155Wheel3 + type: texture + offset: 0x81C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartMario156Wheel0 + type: texture + offset: 0x81CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartMario156Wheel1 + type: texture + offset: 0x81D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartMario156Wheel2 + type: texture + offset: 0x81DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartMario156Wheel3 + type: texture + offset: 0x81E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartMario157Wheel0 + type: texture + offset: 0x81EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartMario157Wheel1 + type: texture + offset: 0x81F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartMario157Wheel2 + type: texture + offset: 0x81FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartMario157Wheel3 + type: texture + offset: 0x82030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartMario158Wheel0 + type: texture + offset: 0x820B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartMario158Wheel1 + type: texture + offset: 0x82130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartMario158Wheel2 + type: texture + offset: 0x821B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartMario158Wheel3 + type: texture + offset: 0x82230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartMario159Wheel0 + type: texture + offset: 0x822B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartMario159Wheel1 + type: texture + offset: 0x82330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartMario159Wheel2 + type: texture + offset: 0x823B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartMario159Wheel3 + type: texture + offset: 0x82430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartMario160Wheel0 + type: texture + offset: 0x824B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartMario160Wheel1 + type: texture + offset: 0x82530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartMario160Wheel2 + type: texture + offset: 0x825B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartMario160Wheel3 + type: texture + offset: 0x82630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartMario161Wheel0 + type: texture + offset: 0x826B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartMario161Wheel1 + type: texture + offset: 0x82730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartMario161Wheel2 + type: texture + offset: 0x827B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartMario161Wheel3 + type: texture + offset: 0x82830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartMario162Wheel0 + type: texture + offset: 0x828B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartMario162Wheel1 + type: texture + offset: 0x82930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartMario162Wheel2 + type: texture + offset: 0x829B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartMario162Wheel3 + type: texture + offset: 0x82A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartMario163Wheel0 + type: texture + offset: 0x82AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartMario163Wheel1 + type: texture + offset: 0x82B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartMario163Wheel2 + type: texture + offset: 0x82BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartMario163Wheel3 + type: texture + offset: 0x82C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartMario164Wheel0 + type: texture + offset: 0x82CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartMario164Wheel1 + type: texture + offset: 0x82D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartMario164Wheel2 + type: texture + offset: 0x82DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartMario164Wheel3 + type: texture + offset: 0x82E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartMario165Wheel0 + type: texture + offset: 0x82EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartMario165Wheel1 + type: texture + offset: 0x82F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartMario165Wheel2 + type: texture + offset: 0x82FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartMario165Wheel3 + type: texture + offset: 0x83030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartMario166Wheel0 + type: texture + offset: 0x830B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartMario166Wheel1 + type: texture + offset: 0x83130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartMario166Wheel2 + type: texture + offset: 0x831B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartMario166Wheel3 + type: texture + offset: 0x83230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartMario167Wheel0 + type: texture + offset: 0x832B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartMario167Wheel1 + type: texture + offset: 0x83330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartMario167Wheel2 + type: texture + offset: 0x833B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartMario167Wheel3 + type: texture + offset: 0x83430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartMario168Wheel0 + type: texture + offset: 0x834B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartMario168Wheel1 + type: texture + offset: 0x83530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartMario168Wheel2 + type: texture + offset: 0x835B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartMario168Wheel3 + type: texture + offset: 0x83630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartMario169Wheel0 + type: texture + offset: 0x836B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartMario169Wheel1 + type: texture + offset: 0x83730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartMario169Wheel2 + type: texture + offset: 0x837B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartMario169Wheel3 + type: texture + offset: 0x83830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartMario170Wheel0 + type: texture + offset: 0x838B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartMario170Wheel1 + type: texture + offset: 0x83930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartMario170Wheel2 + type: texture + offset: 0x839B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartMario170Wheel3 + type: texture + offset: 0x83A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartMario171Wheel0 + type: texture + offset: 0x83AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartMario171Wheel1 + type: texture + offset: 0x83B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartMario171Wheel2 + type: texture + offset: 0x83BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartMario171Wheel3 + type: texture + offset: 0x83C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartMario172Wheel0 + type: texture + offset: 0x83CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartMario172Wheel1 + type: texture + offset: 0x83D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartMario172Wheel2 + type: texture + offset: 0x83DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartMario172Wheel3 + type: texture + offset: 0x83E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartMario173Wheel0 + type: texture + offset: 0x83EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartMario173Wheel1 + type: texture + offset: 0x83F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartMario173Wheel2 + type: texture + offset: 0x83FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartMario173Wheel3 + type: texture + offset: 0x84030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartMario174Wheel0 + type: texture + offset: 0x840B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartMario174Wheel1 + type: texture + offset: 0x84130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartMario174Wheel2 + type: texture + offset: 0x841B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartMario174Wheel3 + type: texture + offset: 0x84230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartMario175Wheel0 + type: texture + offset: 0x842B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartMario175Wheel1 + type: texture + offset: 0x84330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartMario175Wheel2 + type: texture + offset: 0x843B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartMario175Wheel3 + type: texture + offset: 0x84430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartMario176Wheel0 + type: texture + offset: 0x844B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartMario176Wheel1 + type: texture + offset: 0x84530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartMario176Wheel2 + type: texture + offset: 0x845B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartMario176Wheel3 + type: texture + offset: 0x84630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartMario177Wheel0 + type: texture + offset: 0x846B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartMario177Wheel1 + type: texture + offset: 0x84730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartMario177Wheel2 + type: texture + offset: 0x847B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartMario177Wheel3 + type: texture + offset: 0x84830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartMario178Wheel0 + type: texture + offset: 0x848B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartMario178Wheel1 + type: texture + offset: 0x84930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartMario178Wheel2 + type: texture + offset: 0x849B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartMario178Wheel3 + type: texture + offset: 0x84A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartMario179Wheel0 + type: texture + offset: 0x84AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartMario179Wheel1 + type: texture + offset: 0x84B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartMario179Wheel2 + type: texture + offset: 0x84BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartMario179Wheel3 + type: texture + offset: 0x84C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartMario180Wheel0 + type: texture + offset: 0x84CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartMario180Wheel1 + type: texture + offset: 0x84D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartMario180Wheel2 + type: texture + offset: 0x84DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartMario180Wheel3 + type: texture + offset: 0x84E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartMario181Wheel0 + type: texture + offset: 0x84EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartMario181Wheel1 + type: texture + offset: 0x84F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartMario181Wheel2 + type: texture + offset: 0x84FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartMario181Wheel3 + type: texture + offset: 0x85030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartMario182Wheel0 + type: texture + offset: 0x850B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartMario182Wheel1 + type: texture + offset: 0x85130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartMario182Wheel2 + type: texture + offset: 0x851B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartMario182Wheel3 + type: texture + offset: 0x85230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartMario183Wheel0 + type: texture + offset: 0x852B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartMario183Wheel1 + type: texture + offset: 0x85330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartMario183Wheel2 + type: texture + offset: 0x853B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartMario183Wheel3 + type: texture + offset: 0x85430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartMario184Wheel0 + type: texture + offset: 0x854B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartMario184Wheel1 + type: texture + offset: 0x85530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartMario184Wheel2 + type: texture + offset: 0x855B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartMario184Wheel3 + type: texture + offset: 0x85630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartMario185Wheel0 + type: texture + offset: 0x856B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartMario185Wheel1 + type: texture + offset: 0x85730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartMario185Wheel2 + type: texture + offset: 0x857B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartMario185Wheel3 + type: texture + offset: 0x85830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartMario186Wheel0 + type: texture + offset: 0x858B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartMario186Wheel1 + type: texture + offset: 0x85930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartMario186Wheel2 + type: texture + offset: 0x859B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartMario186Wheel3 + type: texture + offset: 0x85A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartMario187Wheel0 + type: texture + offset: 0x85AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartMario187Wheel1 + type: texture + offset: 0x85B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartMario187Wheel2 + type: texture + offset: 0x85BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartMario187Wheel3 + type: texture + offset: 0x85C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartMario188Wheel0 + type: texture + offset: 0x85CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartMario188Wheel1 + type: texture + offset: 0x85D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartMario188Wheel2 + type: texture + offset: 0x85DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartMario188Wheel3 + type: texture + offset: 0x85E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartMario189Wheel0 + type: texture + offset: 0x85EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartMario189Wheel1 + type: texture + offset: 0x85F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartMario189Wheel2 + type: texture + offset: 0x85FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartMario189Wheel3 + type: texture + offset: 0x86030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartMario190Wheel0 + type: texture + offset: 0x860B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartMario190Wheel1 + type: texture + offset: 0x86130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartMario190Wheel2 + type: texture + offset: 0x861B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartMario190Wheel3 + type: texture + offset: 0x86230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartMario191Wheel0 + type: texture + offset: 0x862B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartMario191Wheel1 + type: texture + offset: 0x86330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartMario191Wheel2 + type: texture + offset: 0x863B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartMario191Wheel3 + type: texture + offset: 0x86430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartMario192Wheel0 + type: texture + offset: 0x864B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartMario192Wheel1 + type: texture + offset: 0x86530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartMario192Wheel2 + type: texture + offset: 0x865B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartMario192Wheel3 + type: texture + offset: 0x86630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartMario193Wheel0 + type: texture + offset: 0x866B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartMario193Wheel1 + type: texture + offset: 0x86730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartMario193Wheel2 + type: texture + offset: 0x867B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartMario193Wheel3 + type: texture + offset: 0x86830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartMario194Wheel0 + type: texture + offset: 0x868B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartMario194Wheel1 + type: texture + offset: 0x86930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartMario194Wheel2 + type: texture + offset: 0x869B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartMario194Wheel3 + type: texture + offset: 0x86A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartMario195Wheel0 + type: texture + offset: 0x86AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartMario195Wheel1 + type: texture + offset: 0x86B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartMario195Wheel2 + type: texture + offset: 0x86BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartMario195Wheel3 + type: texture + offset: 0x86C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartMario196Wheel0 + type: texture + offset: 0x86CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartMario196Wheel1 + type: texture + offset: 0x86D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartMario196Wheel2 + type: texture + offset: 0x86DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartMario196Wheel3 + type: texture + offset: 0x86E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartMario197Wheel0 + type: texture + offset: 0x86EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartMario197Wheel1 + type: texture + offset: 0x86F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartMario197Wheel2 + type: texture + offset: 0x86FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartMario197Wheel3 + type: texture + offset: 0x87030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartMario198Wheel0 + type: texture + offset: 0x870B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartMario198Wheel1 + type: texture + offset: 0x87130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartMario198Wheel2 + type: texture + offset: 0x871B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartMario198Wheel3 + type: texture + offset: 0x87230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartMario199Wheel0 + type: texture + offset: 0x872B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartMario199Wheel1 + type: texture + offset: 0x87330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartMario199Wheel2 + type: texture + offset: 0x873B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartMario199Wheel3 + type: texture + offset: 0x87430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartMario200Wheel0 + type: texture + offset: 0x874B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartMario200Wheel1 + type: texture + offset: 0x87530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartMario200Wheel2 + type: texture + offset: 0x875B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartMario200Wheel3 + type: texture + offset: 0x87630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartMario201Wheel0 + type: texture + offset: 0x876B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartMario201Wheel1 + type: texture + offset: 0x87730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartMario201Wheel2 + type: texture + offset: 0x877B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartMario201Wheel3 + type: texture + offset: 0x87830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartMario202Wheel0 + type: texture + offset: 0x878B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartMario202Wheel1 + type: texture + offset: 0x87930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartMario202Wheel2 + type: texture + offset: 0x879B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartMario202Wheel3 + type: texture + offset: 0x87A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartMario203Wheel0 + type: texture + offset: 0x87AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartMario203Wheel1 + type: texture + offset: 0x87B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartMario203Wheel2 + type: texture + offset: 0x87BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartMario203Wheel3 + type: texture + offset: 0x87C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartMario204Wheel0 + type: texture + offset: 0x87CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartMario204Wheel1 + type: texture + offset: 0x87D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartMario204Wheel2 + type: texture + offset: 0x87DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartMario204Wheel3 + type: texture + offset: 0x87E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartMario205Wheel0 + type: texture + offset: 0x87EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartMario205Wheel1 + type: texture + offset: 0x87F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartMario205Wheel2 + type: texture + offset: 0x87FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartMario205Wheel3 + type: texture + offset: 0x88030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartMario206Wheel0 + type: texture + offset: 0x880B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartMario206Wheel1 + type: texture + offset: 0x88130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartMario206Wheel2 + type: texture + offset: 0x881B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartMario206Wheel3 + type: texture + offset: 0x88230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartMario207Wheel0 + type: texture + offset: 0x882B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartMario207Wheel1 + type: texture + offset: 0x88330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartMario207Wheel2 + type: texture + offset: 0x883B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartMario207Wheel3 + type: texture + offset: 0x88430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartMario208Wheel0 + type: texture + offset: 0x884B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartMario208Wheel1 + type: texture + offset: 0x88530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartMario208Wheel2 + type: texture + offset: 0x885B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartMario208Wheel3 + type: texture + offset: 0x88630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartMario209Wheel0 + type: texture + offset: 0x886B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartMario209Wheel1 + type: texture + offset: 0x88730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartMario209Wheel2 + type: texture + offset: 0x887B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartMario209Wheel3 + type: texture + offset: 0x88830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartMario210Wheel0 + type: texture + offset: 0x888B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartMario210Wheel1 + type: texture + offset: 0x88930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartMario210Wheel2 + type: texture + offset: 0x889B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartMario210Wheel3 + type: texture + offset: 0x88A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartMario211Wheel0 + type: texture + offset: 0x88AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartMario211Wheel1 + type: texture + offset: 0x88B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartMario211Wheel2 + type: texture + offset: 0x88BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartMario211Wheel3 + type: texture + offset: 0x88C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartMario212Wheel0 + type: texture + offset: 0x88CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartMario212Wheel1 + type: texture + offset: 0x88D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartMario212Wheel2 + type: texture + offset: 0x88DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartMario212Wheel3 + type: texture + offset: 0x88E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartMario213Wheel0 + type: texture + offset: 0x88EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartMario213Wheel1 + type: texture + offset: 0x88F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartMario213Wheel2 + type: texture + offset: 0x88FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartMario213Wheel3 + type: texture + offset: 0x89030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartMario214Wheel0 + type: texture + offset: 0x890B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartMario214Wheel1 + type: texture + offset: 0x89130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartMario214Wheel2 + type: texture + offset: 0x891B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartMario214Wheel3 + type: texture + offset: 0x89230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartMario215Wheel0 + type: texture + offset: 0x892B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartMario215Wheel1 + type: texture + offset: 0x89330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartMario215Wheel2 + type: texture + offset: 0x893B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartMario215Wheel3 + type: texture + offset: 0x89430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartMario216Wheel0 + type: texture + offset: 0x894B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartMario216Wheel1 + type: texture + offset: 0x89530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartMario216Wheel2 + type: texture + offset: 0x895B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartMario216Wheel3 + type: texture + offset: 0x89630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartMario217Wheel0 + type: texture + offset: 0x896B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartMario217Wheel1 + type: texture + offset: 0x89730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartMario217Wheel2 + type: texture + offset: 0x897B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartMario217Wheel3 + type: texture + offset: 0x89830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartMario218Wheel0 + type: texture + offset: 0x898B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartMario218Wheel1 + type: texture + offset: 0x89930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartMario218Wheel2 + type: texture + offset: 0x899B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartMario218Wheel3 + type: texture + offset: 0x89A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartMario219Wheel0 + type: texture + offset: 0x89AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartMario219Wheel1 + type: texture + offset: 0x89B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartMario219Wheel2 + type: texture + offset: 0x89BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartMario219Wheel3 + type: texture + offset: 0x89C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartMario220Wheel0 + type: texture + offset: 0x89CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartMario220Wheel1 + type: texture + offset: 0x89D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartMario220Wheel2 + type: texture + offset: 0x89DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartMario220Wheel3 + type: texture + offset: 0x89E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartMario221Wheel0 + type: texture + offset: 0x89EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartMario221Wheel1 + type: texture + offset: 0x89F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartMario221Wheel2 + type: texture + offset: 0x89FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartMario221Wheel3 + type: texture + offset: 0x8A030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartMario222Wheel0 + type: texture + offset: 0x8A0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartMario222Wheel1 + type: texture + offset: 0x8A130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartMario222Wheel2 + type: texture + offset: 0x8A1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartMario222Wheel3 + type: texture + offset: 0x8A230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartMario223Wheel0 + type: texture + offset: 0x8A2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartMario223Wheel1 + type: texture + offset: 0x8A330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartMario223Wheel2 + type: texture + offset: 0x8A3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartMario223Wheel3 + type: texture + offset: 0x8A430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartMario224Wheel0 + type: texture + offset: 0x8A4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartMario224Wheel1 + type: texture + offset: 0x8A530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartMario224Wheel2 + type: texture + offset: 0x8A5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartMario224Wheel3 + type: texture + offset: 0x8A630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartMario225Wheel0 + type: texture + offset: 0x8A6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartMario225Wheel1 + type: texture + offset: 0x8A730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartMario225Wheel2 + type: texture + offset: 0x8A7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartMario225Wheel3 + type: texture + offset: 0x8A830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartMario226Wheel0 + type: texture + offset: 0x8A8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartMario226Wheel1 + type: texture + offset: 0x8A930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartMario226Wheel2 + type: texture + offset: 0x8A9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartMario226Wheel3 + type: texture + offset: 0x8AA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartMario227Wheel0 + type: texture + offset: 0x8AAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartMario227Wheel1 + type: texture + offset: 0x8AB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartMario227Wheel2 + type: texture + offset: 0x8ABB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartMario227Wheel3 + type: texture + offset: 0x8AC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartMario228Wheel0 + type: texture + offset: 0x8ACB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartMario228Wheel1 + type: texture + offset: 0x8AD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartMario228Wheel2 + type: texture + offset: 0x8ADB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartMario228Wheel3 + type: texture + offset: 0x8AE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartMario229Wheel0 + type: texture + offset: 0x8AEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartMario229Wheel1 + type: texture + offset: 0x8AF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartMario229Wheel2 + type: texture + offset: 0x8AFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartMario229Wheel3 + type: texture + offset: 0x8B030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartMario230Wheel0 + type: texture + offset: 0x8B0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartMario230Wheel1 + type: texture + offset: 0x8B130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartMario230Wheel2 + type: texture + offset: 0x8B1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartMario230Wheel3 + type: texture + offset: 0x8B230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartMario231Wheel0 + type: texture + offset: 0x8B2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartMario231Wheel1 + type: texture + offset: 0x8B330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartMario231Wheel2 + type: texture + offset: 0x8B3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartMario231Wheel3 + type: texture + offset: 0x8B430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartMario232Wheel0 + type: texture + offset: 0x8B4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartMario232Wheel1 + type: texture + offset: 0x8B530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartMario232Wheel2 + type: texture + offset: 0x8B5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartMario232Wheel3 + type: texture + offset: 0x8B630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartMario233Wheel0 + type: texture + offset: 0x8B6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartMario233Wheel1 + type: texture + offset: 0x8B730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartMario233Wheel2 + type: texture + offset: 0x8B7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartMario233Wheel3 + type: texture + offset: 0x8B830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartMario234Wheel0 + type: texture + offset: 0x8B8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartMario234Wheel1 + type: texture + offset: 0x8B930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartMario234Wheel2 + type: texture + offset: 0x8B9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartMario234Wheel3 + type: texture + offset: 0x8BA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartMario235Wheel0 + type: texture + offset: 0x8BAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartMario235Wheel1 + type: texture + offset: 0x8BB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartMario235Wheel2 + type: texture + offset: 0x8BBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartMario235Wheel3 + type: texture + offset: 0x8BC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartMario236Wheel0 + type: texture + offset: 0x8BCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartMario236Wheel1 + type: texture + offset: 0x8BD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartMario236Wheel2 + type: texture + offset: 0x8BDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartMario236Wheel3 + type: texture + offset: 0x8BE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartMario237Wheel0 + type: texture + offset: 0x8BEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartMario237Wheel1 + type: texture + offset: 0x8BF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartMario237Wheel2 + type: texture + offset: 0x8BFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartMario237Wheel3 + type: texture + offset: 0x8C030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartMario238Wheel0 + type: texture + offset: 0x8C0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartMario238Wheel1 + type: texture + offset: 0x8C130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartMario238Wheel2 + type: texture + offset: 0x8C1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartMario238Wheel3 + type: texture + offset: 0x8C230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartMario239Wheel0 + type: texture + offset: 0x8C2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartMario239Wheel1 + type: texture + offset: 0x8C330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartMario239Wheel2 + type: texture + offset: 0x8C3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartMario239Wheel3 + type: texture + offset: 0x8C430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartMario240Wheel0 + type: texture + offset: 0x8C4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartMario240Wheel1 + type: texture + offset: 0x8C530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartMario240Wheel2 + type: texture + offset: 0x8C5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartMario240Wheel3 + type: texture + offset: 0x8C630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartMario241Wheel0 + type: texture + offset: 0x8C6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartMario241Wheel1 + type: texture + offset: 0x8C730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartMario241Wheel2 + type: texture + offset: 0x8C7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartMario241Wheel3 + type: texture + offset: 0x8C830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartMario242Wheel0 + type: texture + offset: 0x8C8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartMario242Wheel1 + type: texture + offset: 0x8C930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartMario242Wheel2 + type: texture + offset: 0x8C9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartMario242Wheel3 + type: texture + offset: 0x8CA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartMario243Wheel0 + type: texture + offset: 0x8CAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartMario243Wheel1 + type: texture + offset: 0x8CB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartMario243Wheel2 + type: texture + offset: 0x8CBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartMario243Wheel3 + type: texture + offset: 0x8CC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartMario244Wheel0 + type: texture + offset: 0x8CCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartMario244Wheel1 + type: texture + offset: 0x8CD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartMario244Wheel2 + type: texture + offset: 0x8CDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartMario244Wheel3 + type: texture + offset: 0x8CE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartMario245Wheel0 + type: texture + offset: 0x8CEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartMario245Wheel1 + type: texture + offset: 0x8CF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartMario245Wheel2 + type: texture + offset: 0x8CFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartMario245Wheel3 + type: texture + offset: 0x8D030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartMario246Wheel0 + type: texture + offset: 0x8D0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartMario246Wheel1 + type: texture + offset: 0x8D130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartMario246Wheel2 + type: texture + offset: 0x8D1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartMario246Wheel3 + type: texture + offset: 0x8D230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartMario247Wheel0 + type: texture + offset: 0x8D2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartMario247Wheel1 + type: texture + offset: 0x8D330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartMario247Wheel2 + type: texture + offset: 0x8D3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartMario247Wheel3 + type: texture + offset: 0x8D430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartMario248Wheel0 + type: texture + offset: 0x8D4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartMario248Wheel1 + type: texture + offset: 0x8D530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartMario248Wheel2 + type: texture + offset: 0x8D5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartMario248Wheel3 + type: texture + offset: 0x8D630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartMario249Wheel0 + type: texture + offset: 0x8D6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartMario249Wheel1 + type: texture + offset: 0x8D730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartMario249Wheel2 + type: texture + offset: 0x8D7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartMario249Wheel3 + type: texture + offset: 0x8D830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartMario250Wheel0 + type: texture + offset: 0x8D8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartMario250Wheel1 + type: texture + offset: 0x8D930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartMario250Wheel2 + type: texture + offset: 0x8D9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartMario250Wheel3 + type: texture + offset: 0x8DA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartMario251Wheel0 + type: texture + offset: 0x8DAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartMario251Wheel1 + type: texture + offset: 0x8DB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartMario251Wheel2 + type: texture + offset: 0x8DBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartMario251Wheel3 + type: texture + offset: 0x8DC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartMario252Wheel0 + type: texture + offset: 0x8DCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartMario252Wheel1 + type: texture + offset: 0x8DD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartMario252Wheel2 + type: texture + offset: 0x8DDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartMario252Wheel3 + type: texture + offset: 0x8DE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartMario253Wheel0 + type: texture + offset: 0x8DEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartMario253Wheel1 + type: texture + offset: 0x8DF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartMario253Wheel2 + type: texture + offset: 0x8DFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartMario253Wheel3 + type: texture + offset: 0x8E030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartMario254Wheel0 + type: texture + offset: 0x8E0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartMario254Wheel1 + type: texture + offset: 0x8E130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartMario254Wheel2 + type: texture + offset: 0x8E1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartMario254Wheel3 + type: texture + offset: 0x8E230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartMario255Wheel0 + type: texture + offset: 0x8E2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartMario255Wheel1 + type: texture + offset: 0x8E330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartMario255Wheel2 + type: texture + offset: 0x8E3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartMario255Wheel3 + type: texture + offset: 0x8E430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartMario256Wheel0 + type: texture + offset: 0x8E4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartMario256Wheel1 + type: texture + offset: 0x8E530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartMario256Wheel2 + type: texture + offset: 0x8E5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartMario256Wheel3 + type: texture + offset: 0x8E630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartMario257Wheel0 + type: texture + offset: 0x8E6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartMario257Wheel1 + type: texture + offset: 0x8E730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartMario257Wheel2 + type: texture + offset: 0x8E7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartMario257Wheel3 + type: texture + offset: 0x8E830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartMario258Wheel0 + type: texture + offset: 0x8E8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartMario258Wheel1 + type: texture + offset: 0x8E930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartMario258Wheel2 + type: texture + offset: 0x8E9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartMario258Wheel3 + type: texture + offset: 0x8EA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartMario259Wheel0 + type: texture + offset: 0x8EAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartMario259Wheel1 + type: texture + offset: 0x8EB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartMario259Wheel2 + type: texture + offset: 0x8EBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartMario259Wheel3 + type: texture + offset: 0x8EC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartMario260Wheel0 + type: texture + offset: 0x8ECB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartMario260Wheel1 + type: texture + offset: 0x8ED30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartMario260Wheel2 + type: texture + offset: 0x8EDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartMario260Wheel3 + type: texture + offset: 0x8EE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartMario261Wheel0 + type: texture + offset: 0x8EEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartMario261Wheel1 + type: texture + offset: 0x8EF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartMario261Wheel2 + type: texture + offset: 0x8EFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartMario261Wheel3 + type: texture + offset: 0x8F030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartMario262Wheel0 + type: texture + offset: 0x8F0B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartMario262Wheel1 + type: texture + offset: 0x8F130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartMario262Wheel2 + type: texture + offset: 0x8F1B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartMario262Wheel3 + type: texture + offset: 0x8F230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartMario263Wheel0 + type: texture + offset: 0x8F2B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartMario263Wheel1 + type: texture + offset: 0x8F330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartMario263Wheel2 + type: texture + offset: 0x8F3B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartMario263Wheel3 + type: texture + offset: 0x8F430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartMario264Wheel0 + type: texture + offset: 0x8F4B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartMario264Wheel1 + type: texture + offset: 0x8F530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartMario264Wheel2 + type: texture + offset: 0x8F5B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartMario264Wheel3 + type: texture + offset: 0x8F630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartMario265Wheel0 + type: texture + offset: 0x8F6B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartMario265Wheel1 + type: texture + offset: 0x8F730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartMario265Wheel2 + type: texture + offset: 0x8F7B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartMario265Wheel3 + type: texture + offset: 0x8F830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartMario266Wheel0 + type: texture + offset: 0x8F8B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartMario266Wheel1 + type: texture + offset: 0x8F930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartMario266Wheel2 + type: texture + offset: 0x8F9B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartMario266Wheel3 + type: texture + offset: 0x8FA30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartMario267Wheel0 + type: texture + offset: 0x8FAB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartMario267Wheel1 + type: texture + offset: 0x8FB30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartMario267Wheel2 + type: texture + offset: 0x8FBB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartMario267Wheel3 + type: texture + offset: 0x8FC30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartMario268Wheel0 + type: texture + offset: 0x8FCB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartMario268Wheel1 + type: texture + offset: 0x8FD30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartMario268Wheel2 + type: texture + offset: 0x8FDB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartMario268Wheel3 + type: texture + offset: 0x8FE30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartMario269Wheel0 + type: texture + offset: 0x8FEB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartMario269Wheel1 + type: texture + offset: 0x8FF30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartMario269Wheel2 + type: texture + offset: 0x8FFB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartMario269Wheel3 + type: texture + offset: 0x90030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartMario270Wheel0 + type: texture + offset: 0x900B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartMario270Wheel1 + type: texture + offset: 0x90130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartMario270Wheel2 + type: texture + offset: 0x901B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartMario270Wheel3 + type: texture + offset: 0x90230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartMario271Wheel0 + type: texture + offset: 0x902B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartMario271Wheel1 + type: texture + offset: 0x90330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartMario271Wheel2 + type: texture + offset: 0x903B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartMario271Wheel3 + type: texture + offset: 0x90430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartMario272Wheel0 + type: texture + offset: 0x904B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartMario272Wheel1 + type: texture + offset: 0x90530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartMario272Wheel2 + type: texture + offset: 0x905B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartMario272Wheel3 + type: texture + offset: 0x90630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartMario273Wheel0 + type: texture + offset: 0x906B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartMario273Wheel1 + type: texture + offset: 0x90730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartMario273Wheel2 + type: texture + offset: 0x907B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartMario273Wheel3 + type: texture + offset: 0x90830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartMario274Wheel0 + type: texture + offset: 0x908B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartMario274Wheel1 + type: texture + offset: 0x90930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartMario274Wheel2 + type: texture + offset: 0x909B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartMario274Wheel3 + type: texture + offset: 0x90A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartMario275Wheel0 + type: texture + offset: 0x90AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartMario275Wheel1 + type: texture + offset: 0x90B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartMario275Wheel2 + type: texture + offset: 0x90BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartMario275Wheel3 + type: texture + offset: 0x90C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartMario276Wheel0 + type: texture + offset: 0x90CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartMario276Wheel1 + type: texture + offset: 0x90D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartMario276Wheel2 + type: texture + offset: 0x90DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartMario276Wheel3 + type: texture + offset: 0x90E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartMario277Wheel0 + type: texture + offset: 0x90EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartMario277Wheel1 + type: texture + offset: 0x90F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartMario277Wheel2 + type: texture + offset: 0x90FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartMario277Wheel3 + type: texture + offset: 0x91030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartMario278Wheel0 + type: texture + offset: 0x910B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartMario278Wheel1 + type: texture + offset: 0x91130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartMario278Wheel2 + type: texture + offset: 0x911B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartMario278Wheel3 + type: texture + offset: 0x91230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartMario279Wheel0 + type: texture + offset: 0x912B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartMario279Wheel1 + type: texture + offset: 0x91330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartMario279Wheel2 + type: texture + offset: 0x913B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartMario279Wheel3 + type: texture + offset: 0x91430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartMario280Wheel0 + type: texture + offset: 0x914B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartMario280Wheel1 + type: texture + offset: 0x91530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartMario280Wheel2 + type: texture + offset: 0x915B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartMario280Wheel3 + type: texture + offset: 0x91630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartMario281Wheel0 + type: texture + offset: 0x916B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartMario281Wheel1 + type: texture + offset: 0x91730 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartMario281Wheel2 + type: texture + offset: 0x917B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartMario281Wheel3 + type: texture + offset: 0x91830 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartMario282Wheel0 + type: texture + offset: 0x918B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartMario282Wheel1 + type: texture + offset: 0x91930 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartMario282Wheel2 + type: texture + offset: 0x919B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartMario282Wheel3 + type: texture + offset: 0x91A30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartMario283Wheel0 + type: texture + offset: 0x91AB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartMario283Wheel1 + type: texture + offset: 0x91B30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartMario283Wheel2 + type: texture + offset: 0x91BB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartMario283Wheel3 + type: texture + offset: 0x91C30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartMario284Wheel0 + type: texture + offset: 0x91CB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartMario284Wheel1 + type: texture + offset: 0x91D30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartMario284Wheel2 + type: texture + offset: 0x91DB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartMario284Wheel3 + type: texture + offset: 0x91E30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartMario285Wheel0 + type: texture + offset: 0x91EB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartMario285Wheel1 + type: texture + offset: 0x91F30 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartMario285Wheel2 + type: texture + offset: 0x91FB0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartMario285Wheel3 + type: texture + offset: 0x92030 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartMario286Wheel0 + type: texture + offset: 0x920B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartMario286Wheel1 + type: texture + offset: 0x92130 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartMario286Wheel2 + type: texture + offset: 0x921B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartMario286Wheel3 + type: texture + offset: 0x92230 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartMario287Wheel0 + type: texture + offset: 0x922B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartMario287Wheel1 + type: texture + offset: 0x92330 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartMario287Wheel2 + type: texture + offset: 0x923B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartMario287Wheel3 + type: texture + offset: 0x92430 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartMario288Wheel0 + type: texture + offset: 0x924B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartMario288Wheel1 + type: texture + offset: 0x92530 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartMario288Wheel2 + type: texture + offset: 0x925B0 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartMario288Wheel3 + type: texture + offset: 0x92630 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +mario_kart_palette: + symbol: gKartMarioPalette + type: texture + offset: 0x926B0 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_data.yml new file mode 100644 index 0000000..18b6eba --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_data.yml @@ -0,0 +1,503 @@ +:config: + segments: + - [0x06, 0x8284D0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_mario_raceway_dl_0: + symbol: d_course_mario_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_mario_raceway_dl_E8: + symbol: d_course_mario_raceway_dl_E8 + type: gfx + offset: 0xE8 + otr_mode: index +d_course_mario_raceway_dl_1D0: + symbol: d_course_mario_raceway_dl_1D0 + type: gfx + offset: 0x1D0 + otr_mode: index +d_course_mario_raceway_dl_2C8: + symbol: d_course_mario_raceway_dl_2C8 + type: gfx + offset: 0x2C8 + otr_mode: index +d_course_mario_raceway_dl_3A8: + symbol: d_course_mario_raceway_dl_3A8 + type: gfx + offset: 0x3A8 + otr_mode: index +d_course_mario_raceway_dl_478: + symbol: d_course_mario_raceway_dl_478 + type: gfx + offset: 0x478 + otr_mode: index +d_course_mario_raceway_dl_568: + symbol: d_course_mario_raceway_dl_568 + type: gfx + offset: 0x568 + otr_mode: index +d_course_mario_raceway_dl_668: + symbol: d_course_mario_raceway_dl_668 + type: gfx + offset: 0x668 + otr_mode: index +d_course_mario_raceway_dl_750: + symbol: d_course_mario_raceway_dl_750 + type: gfx + offset: 0x750 + otr_mode: index +d_course_mario_raceway_dl_828: + symbol: d_course_mario_raceway_dl_828 + type: gfx + offset: 0x828 + otr_mode: index +d_course_mario_raceway_dl_928: + symbol: d_course_mario_raceway_dl_928 + type: gfx + offset: 0x928 + otr_mode: index +d_course_mario_raceway_dl_A00: + symbol: d_course_mario_raceway_dl_A00 + type: gfx + offset: 0xA00 + otr_mode: index +d_course_mario_raceway_dl_B08: + symbol: d_course_mario_raceway_dl_B08 + type: gfx + offset: 0xB08 + otr_mode: index +d_course_mario_raceway_dl_C20: + symbol: d_course_mario_raceway_dl_C20 + type: gfx + offset: 0xC20 + otr_mode: index +d_course_mario_raceway_dl_DC8: + symbol: d_course_mario_raceway_dl_DC8 + type: gfx + offset: 0xDC8 + otr_mode: index +d_course_mario_raceway_dl_F60: + symbol: d_course_mario_raceway_dl_F60 + type: gfx + offset: 0xF60 + otr_mode: index +d_course_mario_raceway_dl_10A8: + symbol: d_course_mario_raceway_dl_10A8 + type: gfx + offset: 0x10A8 + otr_mode: index +d_course_mario_raceway_dl_1210: + symbol: d_course_mario_raceway_dl_1210 + type: gfx + offset: 0x1210 + otr_mode: index +d_course_mario_raceway_dl_1408: + symbol: d_course_mario_raceway_dl_1408 + type: gfx + offset: 0x1408 + otr_mode: index +d_course_mario_raceway_dl_15C8: + symbol: d_course_mario_raceway_dl_15C8 + type: gfx + offset: 0x15C8 + otr_mode: index +d_course_mario_raceway_dl_1740: + symbol: d_course_mario_raceway_dl_1740 + type: gfx + offset: 0x1740 + otr_mode: index +d_course_mario_raceway_dl_1850: + symbol: d_course_mario_raceway_dl_1850 + type: gfx + offset: 0x1850 + otr_mode: index +d_course_mario_raceway_dl_1A30: + symbol: d_course_mario_raceway_dl_1A30 + type: gfx + offset: 0x1A30 + otr_mode: index +d_course_mario_raceway_dl_1B70: + symbol: d_course_mario_raceway_dl_1B70 + type: gfx + offset: 0x1B70 + otr_mode: index +d_course_mario_raceway_dl_1CF8: + symbol: d_course_mario_raceway_dl_1CF8 + type: gfx + offset: 0x1CF8 + otr_mode: index +d_course_mario_raceway_dl_1DE0: + symbol: d_course_mario_raceway_dl_1DE0 + type: gfx + offset: 0x1DE0 + otr_mode: index +d_course_mario_raceway_dl_1F68: + symbol: d_course_mario_raceway_dl_1F68 + type: gfx + offset: 0x1F68 + otr_mode: index +d_course_mario_raceway_dl_20A0: + symbol: d_course_mario_raceway_dl_20A0 + type: gfx + offset: 0x20A0 + otr_mode: index +d_course_mario_raceway_dl_21E8: + symbol: d_course_mario_raceway_dl_21E8 + type: gfx + offset: 0x21E8 + otr_mode: index +d_course_mario_raceway_dl_22E0: + symbol: d_course_mario_raceway_dl_22E0 + type: gfx + offset: 0x22E0 + otr_mode: index +d_course_mario_raceway_dl_2418: + symbol: d_course_mario_raceway_dl_2418 + type: gfx + offset: 0x2418 + otr_mode: index +d_course_mario_raceway_dl_2558: + symbol: d_course_mario_raceway_dl_2558 + type: gfx + offset: 0x2558 + otr_mode: index +d_course_mario_raceway_dl_2680: + symbol: d_course_mario_raceway_dl_2680 + type: gfx + offset: 0x2680 + otr_mode: index +d_course_mario_raceway_dl_2790: + symbol: d_course_mario_raceway_dl_2790 + type: gfx + offset: 0x2790 + otr_mode: index +d_course_mario_raceway_dl_28B0: + symbol: d_course_mario_raceway_dl_28B0 + type: gfx + offset: 0x28B0 + otr_mode: index +d_course_mario_raceway_dl_2A10: + symbol: d_course_mario_raceway_dl_2A10 + type: gfx + offset: 0x2A10 + otr_mode: index +d_course_mario_raceway_dl_2B40: + symbol: d_course_mario_raceway_dl_2B40 + type: gfx + offset: 0x2B40 + otr_mode: index +d_course_mario_raceway_dl_2C98: + symbol: d_course_mario_raceway_dl_2C98 + type: gfx + offset: 0x2C98 + otr_mode: index +d_course_mario_raceway_dl_2DC0: + symbol: d_course_mario_raceway_dl_2DC0 + type: gfx + offset: 0x2DC0 + otr_mode: index +d_course_mario_raceway_dl_2EF8: + symbol: d_course_mario_raceway_dl_2EF8 + type: gfx + offset: 0x2EF8 + otr_mode: index +d_course_mario_raceway_dl_3038: + symbol: d_course_mario_raceway_dl_3038 + type: gfx + offset: 0x3038 + otr_mode: index +d_course_mario_raceway_dl_31F0: + symbol: d_course_mario_raceway_dl_31F0 + type: gfx + offset: 0x31F0 + otr_mode: index +d_course_mario_raceway_dl_32D8: + symbol: d_course_mario_raceway_dl_32D8 + type: gfx + offset: 0x32D8 + otr_mode: index +d_course_mario_raceway_dl_3458: + symbol: d_course_mario_raceway_dl_3458 + type: gfx + offset: 0x3458 + otr_mode: index +d_course_mario_raceway_dl_35D0: + symbol: d_course_mario_raceway_dl_35D0 + type: gfx + offset: 0x35D0 + otr_mode: index +d_course_mario_raceway_dl_3748: + symbol: d_course_mario_raceway_dl_3748 + type: gfx + offset: 0x3748 + otr_mode: index +d_course_mario_raceway_dl_3830: + symbol: d_course_mario_raceway_dl_3830 + type: gfx + offset: 0x3830 + otr_mode: index +d_course_mario_raceway_dl_3960: + symbol: d_course_mario_raceway_dl_3960 + type: gfx + offset: 0x3960 + otr_mode: index +d_course_mario_raceway_dl_3AA0: + symbol: d_course_mario_raceway_dl_3AA0 + type: gfx + offset: 0x3AA0 + otr_mode: index +d_course_mario_raceway_dl_3C08: + symbol: d_course_mario_raceway_dl_3C08 + type: gfx + offset: 0x3C08 + otr_mode: index +d_course_mario_raceway_dl_3D68: + symbol: d_course_mario_raceway_dl_3D68 + type: gfx + offset: 0x3D68 + otr_mode: index +d_course_mario_raceway_dl_3EB8: + symbol: d_course_mario_raceway_dl_3EB8 + type: gfx + offset: 0x3EB8 + otr_mode: index +d_course_mario_raceway_dl_4038: + symbol: d_course_mario_raceway_dl_4038 + type: gfx + offset: 0x4038 + otr_mode: index +d_course_mario_raceway_dl_4150: + symbol: d_course_mario_raceway_dl_4150 + type: gfx + offset: 0x4150 + otr_mode: index +d_course_mario_raceway_dl_42A0: + symbol: d_course_mario_raceway_dl_42A0 + type: gfx + offset: 0x42A0 + otr_mode: index +d_course_mario_raceway_dl_43D8: + symbol: d_course_mario_raceway_dl_43D8 + type: gfx + offset: 0x43D8 + otr_mode: index +d_course_mario_raceway_dl_44F8: + symbol: d_course_mario_raceway_dl_44F8 + type: gfx + offset: 0x44F8 + otr_mode: index +d_course_mario_raceway_dl_4610: + symbol: d_course_mario_raceway_dl_4610 + type: gfx + offset: 0x4610 + otr_mode: index +d_course_mario_raceway_dl_4738: + symbol: d_course_mario_raceway_dl_4738 + type: gfx + offset: 0x4738 + otr_mode: index +d_course_mario_raceway_dl_4840: + symbol: d_course_mario_raceway_dl_4840 + type: gfx + offset: 0x4840 + otr_mode: index +d_course_mario_raceway_dl_4910: + symbol: d_course_mario_raceway_dl_4910 + type: gfx + offset: 0x4910 + otr_mode: index +d_course_mario_raceway_dl_4A60: + symbol: d_course_mario_raceway_dl_4A60 + type: gfx + offset: 0x4A60 + otr_mode: index +d_course_mario_raceway_dl_4B78: + symbol: d_course_mario_raceway_dl_4B78 + type: gfx + offset: 0x4B78 + otr_mode: index +d_course_mario_raceway_dl_4CD8: + symbol: d_course_mario_raceway_dl_4CD8 + type: gfx + offset: 0x4CD8 + otr_mode: index +d_course_mario_raceway_dl_4DC8: + symbol: d_course_mario_raceway_dl_4DC8 + type: gfx + offset: 0x4DC8 + otr_mode: index +d_course_mario_raceway_dl_4ED0: + symbol: d_course_mario_raceway_dl_4ED0 + type: gfx + offset: 0x4ED0 + otr_mode: index +d_course_mario_raceway_dl_4FF0: + symbol: d_course_mario_raceway_dl_4FF0 + type: gfx + offset: 0x4FF0 + otr_mode: index +d_course_mario_raceway_dl_5150: + symbol: d_course_mario_raceway_dl_5150 + type: gfx + offset: 0x5150 + otr_mode: index +d_course_mario_raceway_dl_5228: + symbol: d_course_mario_raceway_dl_5228 + type: gfx + offset: 0x5228 + otr_mode: index +d_course_mario_raceway_unknown_waypoints: + symbol: d_course_mario_raceway_unknown_waypoints + offset: 0x5568 + count: 73 + type: mk64:TRACK_PATH +d_course_mario_raceway_track_waypoints: + symbol: d_course_mario_raceway_track_waypoints + offset: 0x57B0 + count: 500 + type: mk64:TRACK_PATH +d_course_mario_raceway_piranha_plant_tlut: + symbol: d_course_mario_raceway_piranha_plant_tlut + type: texture + offset: 0x6750 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_mario_raceway_piranha_plant_model: + symbol: d_course_mario_raceway_piranha_plant_model + type: vtx + offset: 0x6950 + count: 4 +d_course_mario_raceway_dl_piranha_plant: + symbol: d_course_mario_raceway_dl_piranha_plant + type: gfx + offset: 0x6990 + otr_mode: index +d_course_mario_raceway_tree_model: + symbol: d_course_mario_raceway_tree_model + type: vtx + offset: 0x6A28 + count: 4 +d_course_mario_raceway_dl_tree: + symbol: d_course_mario_raceway_dl_tree + type: gfx + offset: 0x6A68 + otr_mode: index +d_course_mario_sign_model: + symbol: d_course_mario_sign_model + type: vtx + offset: 0x6B08 + count: 8 +d_course_mario_raceway_06006B88: + symbol: d_course_mario_raceway_06006B88 + type: vtx + offset: 0x6B88 + count: 30 +d_course_mario_raceway_06006D68: + symbol: d_course_mario_raceway_06006D68 + type: vtx + offset: 0x6D68 + count: 24 +d_course_mario_raceway_06006EE8: + symbol: d_course_mario_raceway_06006EE8 + type: vtx + offset: 0x6EE8 + count: 6 +d_course_mario_raceway_06006F48: + symbol: d_course_mario_raceway_06006F48 + type: vtx + offset: 0x6F48 + count: 6 +d_course_mario_raceway_06006FA8: + symbol: d_course_mario_raceway_06006FA8 + type: vtx + offset: 0x6FA8 + count: 6 +d_course_mario_raceway_06007008: + symbol: d_course_mario_raceway_06007008 + type: vtx + offset: 0x7008 + count: 6 +d_course_mario_sign_left: + symbol: d_course_mario_sign_left + type: texture + offset: 0x7068 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_mario_sign_right: + symbol: d_course_mario_sign_right + type: texture + offset: 0x8068 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_mario_raceway_dl_9068: + symbol: d_course_mario_raceway_dl_9068 + type: gfx + offset: 0x9068 + otr_mode: index +d_course_mario_raceway_dl_90B0: + symbol: d_course_mario_raceway_dl_90B0 + type: gfx + offset: 0x90B0 +d_course_mario_raceway_dl_90C0: + symbol: d_course_mario_raceway_dl_90C0 + type: gfx + offset: 0x90C0 + otr_mode: index +d_course_mario_raceway_dl_9190: + symbol: d_course_mario_raceway_dl_9190 + type: gfx + offset: 0x9190 + otr_mode: index +d_course_mario_raceway_dl_9250: + symbol: d_course_mario_raceway_dl_9250 + type: gfx + offset: 0x9250 + otr_mode: index +d_course_mario_raceway_dl_9310: + symbol: d_course_mario_raceway_dl_9310 + type: gfx + offset: 0x9310 +d_course_mario_raceway_dl_sign: + symbol: d_course_mario_raceway_dl_sign + type: gfx + offset: 0x9330 +d_course_mario_raceway_dl_9348: + symbol: d_course_mario_raceway_dl_9348 + type: gfx + offset: 0x9348 + otr_mode: index +d_course_mario_raceway_item_box_spawns: + symbol: d_course_mario_raceway_item_box_spawns + type: mk64:spawn_data + count: 16 + offset: 0x9498 +d_course_mario_raceway_piranha_plant_spawns: + symbol: d_course_mario_raceway_piranha_plant_spawns + type: mk64:spawn_data + count: 11 + offset: 0x9518 +d_course_mario_raceway_tree_spawns: + symbol: d_course_mario_raceway_tree_spawns + type: mk64:spawn_data + count: 28 + offset: 0x9570 +d_course_mario_raceway_addr: + symbol: d_course_mario_raceway_addr + type: mk64:track_sections + offset: 0x9650 + count: 53 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_displaylists.yml new file mode 100644 index 0000000..87a2542 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x899104 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_packed_dls: + symbol: d_course_mario_raceway_packed_dls + type: blob + offset: 0x899104 + size: 0x23FD diff --git a/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_vertices.yml new file mode 100644 index 0000000..b716b96 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/mario_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x88FA10] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_mario_raceway_vertex: + symbol: d_course_mario_raceway_vertex + type: mk64:course_vtx + count: 5757 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_data.yml new file mode 100644 index 0000000..fc9f36a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_data.yml @@ -0,0 +1,681 @@ +:config: + segments: + - [0x06, 0x852E20] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_moo_moo_farm_mole_frames: + range: [0xFE70, 0x13670] + mode: APPEND +d_course_moo_moo_farm_dl_0: + symbol: d_course_moo_moo_farm_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_moo_moo_farm_dl_30: + symbol: d_course_moo_moo_farm_dl_30 + type: gfx + offset: 0x30 + otr_mode: index +d_course_moo_moo_farm_dl_48: + symbol: d_course_moo_moo_farm_dl_48 + type: gfx + offset: 0x48 + otr_mode: index +d_course_moo_moo_farm_dl_60: + symbol: d_course_moo_moo_farm_dl_60 + type: gfx + offset: 0x60 + otr_mode: index +d_course_moo_moo_farm_dl_78: + symbol: d_course_moo_moo_farm_dl_78 + type: gfx + offset: 0x78 + otr_mode: index +d_course_moo_moo_farm_dl_88: + symbol: d_course_moo_moo_farm_dl_88 + type: gfx + offset: 0x88 + otr_mode: index +d_course_moo_moo_farm_dl_338: + symbol: d_course_moo_moo_farm_dl_338 + type: gfx + offset: 0x338 + otr_mode: index +d_course_moo_moo_farm_dl_598: + symbol: d_course_moo_moo_farm_dl_598 + type: gfx + offset: 0x598 + otr_mode: index +d_course_moo_moo_farm_dl_8A0: + symbol: d_course_moo_moo_farm_dl_8A0 + type: gfx + offset: 0x8a0 + otr_mode: index +d_course_moo_moo_farm_dl_B00: + symbol: d_course_moo_moo_farm_dl_B00 + type: gfx + offset: 0xb00 + otr_mode: index +d_course_moo_moo_farm_dl_D70: + symbol: d_course_moo_moo_farm_dl_D70 + type: gfx + offset: 0xd70 + otr_mode: index +d_course_moo_moo_farm_dl_FE0: + symbol: d_course_moo_moo_farm_dl_FE0 + type: gfx + offset: 0xfe0 + otr_mode: index +d_course_moo_moo_farm_dl_12B8: + symbol: d_course_moo_moo_farm_dl_12B8 + type: gfx + offset: 0x12b8 + otr_mode: index +d_course_moo_moo_farm_dl_1530: + symbol: d_course_moo_moo_farm_dl_1530 + type: gfx + offset: 0x1530 + otr_mode: index +d_course_moo_moo_farm_dl_1790: + symbol: d_course_moo_moo_farm_dl_1790 + type: gfx + offset: 0x1790 + otr_mode: index +d_course_moo_moo_farm_dl_1A20: + symbol: d_course_moo_moo_farm_dl_1A20 + type: gfx + offset: 0x1a20 + otr_mode: index +d_course_moo_moo_farm_dl_1D00: + symbol: d_course_moo_moo_farm_dl_1D00 + type: gfx + offset: 0x1d00 + otr_mode: index +d_course_moo_moo_farm_dl_1F58: + symbol: d_course_moo_moo_farm_dl_1F58 + type: gfx + offset: 0x1f58 + otr_mode: index +d_course_moo_moo_farm_dl_2190: + symbol: d_course_moo_moo_farm_dl_2190 + type: gfx + offset: 0x2190 + otr_mode: index +d_course_moo_moo_farm_dl_2470: + symbol: d_course_moo_moo_farm_dl_2470 + type: gfx + offset: 0x2470 + otr_mode: index +d_course_moo_moo_farm_dl_27A8: + symbol: d_course_moo_moo_farm_dl_27A8 + type: gfx + offset: 0x27a8 + otr_mode: index +d_course_moo_moo_farm_dl_2A10: + symbol: d_course_moo_moo_farm_dl_2A10 + type: gfx + offset: 0x2a10 + otr_mode: index +d_course_moo_moo_farm_dl_2C38: + symbol: d_course_moo_moo_farm_dl_2C38 + type: gfx + offset: 0x2c38 + otr_mode: index +d_course_moo_moo_farm_dl_2F20: + symbol: d_course_moo_moo_farm_dl_2F20 + type: gfx + offset: 0x2f20 + otr_mode: index +d_course_moo_moo_farm_dl_3238: + symbol: d_course_moo_moo_farm_dl_3238 + type: gfx + offset: 0x3238 + otr_mode: index +d_course_moo_moo_farm_dl_34A0: + symbol: d_course_moo_moo_farm_dl_34A0 + type: gfx + offset: 0x34a0 + otr_mode: index +d_course_moo_moo_farm_dl_36B8: + symbol: d_course_moo_moo_farm_dl_36B8 + type: gfx + offset: 0x36b8 + otr_mode: index +d_course_moo_moo_farm_dl_39F8: + symbol: d_course_moo_moo_farm_dl_39F8 + type: gfx + offset: 0x39f8 + otr_mode: index +d_course_moo_moo_farm_dl_3CB0: + symbol: d_course_moo_moo_farm_dl_3CB0 + type: gfx + offset: 0x3cb0 + otr_mode: index +d_course_moo_moo_farm_dl_3EB8: + symbol: d_course_moo_moo_farm_dl_3EB8 + type: gfx + offset: 0x3eb8 + otr_mode: index +d_course_moo_moo_farm_dl_4098: + symbol: d_course_moo_moo_farm_dl_4098 + type: gfx + offset: 0x4098 + otr_mode: index +d_course_moo_moo_farm_dl_4428: + symbol: d_course_moo_moo_farm_dl_4428 + type: gfx + offset: 0x4428 + otr_mode: index +d_course_moo_moo_farm_dl_46D8: + symbol: d_course_moo_moo_farm_dl_46D8 + type: gfx + offset: 0x46d8 + otr_mode: index +d_course_moo_moo_farm_dl_4910: + symbol: d_course_moo_moo_farm_dl_4910 + type: gfx + offset: 0x4910 + otr_mode: index +d_course_moo_moo_farm_dl_4AD0: + symbol: d_course_moo_moo_farm_dl_4AD0 + type: gfx + offset: 0x4ad0 + otr_mode: index +d_course_moo_moo_farm_dl_4E00: + symbol: d_course_moo_moo_farm_dl_4E00 + type: gfx + offset: 0x4e00 + otr_mode: index +d_course_moo_moo_farm_dl_5040: + symbol: d_course_moo_moo_farm_dl_5040 + type: gfx + offset: 0x5040 + otr_mode: index +d_course_moo_moo_farm_dl_5290: + symbol: d_course_moo_moo_farm_dl_5290 + type: gfx + offset: 0x5290 + otr_mode: index +d_course_moo_moo_farm_dl_5458: + symbol: d_course_moo_moo_farm_dl_5458 + type: gfx + offset: 0x5458 + otr_mode: index +d_course_moo_moo_farm_dl_5758: + symbol: d_course_moo_moo_farm_dl_5758 + type: gfx + offset: 0x5758 + otr_mode: index +d_course_moo_moo_farm_dl_5990: + symbol: d_course_moo_moo_farm_dl_5990 + type: gfx + offset: 0x5990 + otr_mode: index +d_course_moo_moo_farm_dl_5BF8: + symbol: d_course_moo_moo_farm_dl_5BF8 + type: gfx + offset: 0x5bf8 + otr_mode: index +d_course_moo_moo_farm_dl_5DF0: + symbol: d_course_moo_moo_farm_dl_5DF0 + type: gfx + offset: 0x5df0 + otr_mode: index +d_course_moo_moo_farm_dl_60A8: + symbol: d_course_moo_moo_farm_dl_60A8 + type: gfx + offset: 0x60a8 + otr_mode: index +d_course_moo_moo_farm_dl_62D0: + symbol: d_course_moo_moo_farm_dl_62D0 + type: gfx + offset: 0x62d0 + otr_mode: index +d_course_moo_moo_farm_dl_6548: + symbol: d_course_moo_moo_farm_dl_6548 + type: gfx + offset: 0x6548 + otr_mode: index +d_course_moo_moo_farm_dl_6778: + symbol: d_course_moo_moo_farm_dl_6778 + type: gfx + offset: 0x6778 + otr_mode: index +d_course_moo_moo_farm_dl_6A70: + symbol: d_course_moo_moo_farm_dl_6A70 + type: gfx + offset: 0x6a70 + otr_mode: index +d_course_moo_moo_farm_dl_6CB8: + symbol: d_course_moo_moo_farm_dl_6CB8 + type: gfx + offset: 0x6cb8 + otr_mode: index +d_course_moo_moo_farm_dl_6FF0: + symbol: d_course_moo_moo_farm_dl_6FF0 + type: gfx + offset: 0x6ff0 + otr_mode: index +d_course_moo_moo_farm_dl_7218: + symbol: d_course_moo_moo_farm_dl_7218 + type: gfx + offset: 0x7218 + otr_mode: index +d_course_moo_moo_farm_dl_74C8: + symbol: d_course_moo_moo_farm_dl_74C8 + type: gfx + offset: 0x74c8 + otr_mode: index +d_course_moo_moo_farm_dl_7718: + symbol: d_course_moo_moo_farm_dl_7718 + type: gfx + offset: 0x7718 + otr_mode: index +d_course_moo_moo_farm_dl_7A80: + symbol: d_course_moo_moo_farm_dl_7A80 + type: gfx + offset: 0x7a80 + otr_mode: index +d_course_moo_moo_farm_dl_7CD8: + symbol: d_course_moo_moo_farm_dl_7CD8 + type: gfx + offset: 0x7cd8 + otr_mode: index +d_course_moo_moo_farm_dl_7F78: + symbol: d_course_moo_moo_farm_dl_7F78 + type: gfx + offset: 0x7f78 + otr_mode: index +d_course_moo_moo_farm_dl_81E8: + symbol: d_course_moo_moo_farm_dl_81E8 + type: gfx + offset: 0x81e8 + otr_mode: index +d_course_moo_moo_farm_dl_84D0: + symbol: d_course_moo_moo_farm_dl_84D0 + type: gfx + offset: 0x84d0 + otr_mode: index +d_course_moo_moo_farm_dl_8728: + symbol: d_course_moo_moo_farm_dl_8728 + type: gfx + offset: 0x8728 + otr_mode: index +d_course_moo_moo_farm_dl_89A0: + symbol: d_course_moo_moo_farm_dl_89A0 + type: gfx + offset: 0x89a0 + otr_mode: index +d_course_moo_moo_farm_dl_8C00: + symbol: d_course_moo_moo_farm_dl_8C00 + type: gfx + offset: 0x8c00 + otr_mode: index +d_course_moo_moo_farm_dl_8F18: + symbol: d_course_moo_moo_farm_dl_8F18 + type: gfx + offset: 0x8f18 + otr_mode: index +d_course_moo_moo_farm_dl_9178: + symbol: d_course_moo_moo_farm_dl_9178 + type: gfx + offset: 0x9178 + otr_mode: index +d_course_moo_moo_farm_dl_93D0: + symbol: d_course_moo_moo_farm_dl_93D0 + type: gfx + offset: 0x93d0 + otr_mode: index +d_course_moo_moo_farm_dl_9640: + symbol: d_course_moo_moo_farm_dl_9640 + type: gfx + offset: 0x9640 + otr_mode: index +d_course_moo_moo_farm_dl_9938: + symbol: d_course_moo_moo_farm_dl_9938 + type: gfx + offset: 0x9938 + otr_mode: index +d_course_moo_moo_farm_dl_9BB0: + symbol: d_course_moo_moo_farm_dl_9BB0 + type: gfx + offset: 0x9bb0 + otr_mode: index +d_course_moo_moo_farm_dl_9DF8: + symbol: d_course_moo_moo_farm_dl_9DF8 + type: gfx + offset: 0x9df8 + otr_mode: index +d_course_moo_moo_farm_dl_A010: + symbol: d_course_moo_moo_farm_dl_A010 + type: gfx + offset: 0xa010 + otr_mode: index +d_course_moo_moo_farm_dl_A2C0: + symbol: d_course_moo_moo_farm_dl_A2C0 + type: gfx + offset: 0xa2c0 + otr_mode: index +d_course_moo_moo_farm_dl_A568: + symbol: d_course_moo_moo_farm_dl_A568 + type: gfx + offset: 0xa568 + otr_mode: index +d_course_moo_moo_farm_dl_A7B0: + symbol: d_course_moo_moo_farm_dl_A7B0 + type: gfx + offset: 0xa7b0 + otr_mode: index +d_course_moo_moo_farm_dl_A9C8: + symbol: d_course_moo_moo_farm_dl_A9C8 + type: gfx + offset: 0xa9c8 + otr_mode: index +d_course_moo_moo_farm_dl_ACB0: + symbol: d_course_moo_moo_farm_dl_ACB0 + type: gfx + offset: 0xacb0 + otr_mode: index +d_course_moo_moo_farm_dl_B020: + symbol: d_course_moo_moo_farm_dl_B020 + type: gfx + offset: 0xb020 + otr_mode: index +d_course_moo_moo_farm_dl_B230: + symbol: d_course_moo_moo_farm_dl_B230 + type: gfx + offset: 0xb230 + otr_mode: index +d_course_moo_moo_farm_dl_B478: + symbol: d_course_moo_moo_farm_dl_B478 + type: gfx + offset: 0xb478 + otr_mode: index +d_course_moo_moo_farm_dl_B798: + symbol: d_course_moo_moo_farm_dl_B798 + type: gfx + offset: 0xb798 + otr_mode: index +d_course_moo_moo_farm_dl_BB00: + symbol: d_course_moo_moo_farm_dl_BB00 + type: gfx + offset: 0xbb00 + otr_mode: index +d_course_moo_moo_farm_dl_BCE8: + symbol: d_course_moo_moo_farm_dl_BCE8 + type: gfx + offset: 0xbce8 + otr_mode: index +d_course_moo_moo_farm_dl_BF10: + symbol: d_course_moo_moo_farm_dl_BF10 + type: gfx + offset: 0xbf10 + otr_mode: index +d_course_moo_moo_farm_dl_C180: + symbol: d_course_moo_moo_farm_dl_C180 + type: gfx + offset: 0xc180 + otr_mode: index +d_course_moo_moo_farm_dl_C4F8: + symbol: d_course_moo_moo_farm_dl_C4F8 + type: gfx + offset: 0xc4f8 + otr_mode: index +d_course_moo_moo_farm_dl_C6D8: + symbol: d_course_moo_moo_farm_dl_C6D8 + type: gfx + offset: 0xc6d8 + otr_mode: index +d_course_moo_moo_farm_dl_C950: + symbol: d_course_moo_moo_farm_dl_C950 + type: gfx + offset: 0xc950 + otr_mode: index +d_course_moo_moo_farm_dl_CBC8: + symbol: d_course_moo_moo_farm_dl_CBC8 + type: gfx + offset: 0xcbc8 + otr_mode: index +d_course_moo_moo_farm_dl_CF58: + symbol: d_course_moo_moo_farm_dl_CF58 + type: gfx + offset: 0xcf58 + otr_mode: index +d_course_moo_moo_farm_dl_D140: + symbol: d_course_moo_moo_farm_dl_D140 + type: gfx + offset: 0xd140 + otr_mode: index +d_course_moo_moo_farm_dl_D408: + symbol: d_course_moo_moo_farm_dl_D408 + type: gfx + offset: 0xd408 + otr_mode: index +d_course_moo_moo_farm_dl_D6B0: + symbol: d_course_moo_moo_farm_dl_D6B0 + type: gfx + offset: 0xd6b0 + otr_mode: index +d_course_moo_moo_farm_dl_DA50: + symbol: d_course_moo_moo_farm_dl_DA50 + type: gfx + offset: 0xda50 + otr_mode: index +d_course_moo_moo_farm_dl_DC70: + symbol: d_course_moo_moo_farm_dl_DC70 + type: gfx + offset: 0xdc70 + otr_mode: index +d_course_moo_moo_farm_dl_DF60: + symbol: d_course_moo_moo_farm_dl_DF60 + type: gfx + offset: 0xdf60 + otr_mode: index +d_course_moo_moo_farm_dl_E1D8: + symbol: d_course_moo_moo_farm_dl_E1D8 + type: gfx + offset: 0xe1d8 + otr_mode: index +d_course_moo_moo_farm_dl_E4B0: + symbol: d_course_moo_moo_farm_dl_E4B0 + type: gfx + offset: 0xe4b0 + otr_mode: index +d_course_moo_moo_farm_dl_E708: + symbol: d_course_moo_moo_farm_dl_E708 + type: gfx + offset: 0xe708 + otr_mode: index +d_course_moo_moo_farm_dl_EA18: + symbol: d_course_moo_moo_farm_dl_EA18 + type: gfx + offset: 0xea18 + otr_mode: index +d_course_moo_moo_farm_unknown_waypoints: + symbol: d_course_moo_moo_farm_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xec80 + count: 45 +d_course_moo_moo_farm_track_waypoints: + symbol: d_course_moo_moo_farm_track_waypoints + type: mk64:TRACK_PATH + offset: 0xede8 + count: 465 +d_course_moo_moo_farm_mole_tlut: + symbol: d_course_moo_moo_farm_mole_tlut + type: texture + offset: 0xfc70 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTextureMole1: + symbol: gTextureMole1 + type: texture + offset: 0xfe70 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole2: + symbol: gTextureMole2 + type: texture + offset: 0x10670 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole3: + symbol: gTextureMole3 + type: texture + offset: 0x10E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole4: + symbol: gTextureMole4 + type: texture + offset: 0x11670 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole5: + symbol: gTextureMole5 + type: texture + offset: 0x11E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole6: + symbol: gTextureMole6 + type: texture + offset: 0x12670 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +gTextureMole7: + symbol: gTextureMole7 + type: texture + offset: 0x12E70 + width: 32 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: d_course_moo_moo_farm_mole_tlut +d_course_moo_moo_farm_mole_dirt: + symbol: d_course_moo_moo_farm_mole_dirt + type: texture + offset: 0x13670 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_moo_moo_farm_cow_tlut: + symbol: d_course_moo_moo_farm_cow_tlut + type: texture + offset: 0x13870 + width: 12 + height: 17 + format: rgba16 + ctype: u16 +d_course_moo_moo_farm_cow_model: + symbol: d_course_moo_moo_farm_cow_model + type: vtx + offset: 0x13a08 + count: 8 +d_course_moo_moo_farm_unknown_model1: + symbol: d_course_moo_moo_farm_unknown_model1 + type: vtx + offset: 0x13a88 + count: 8 +d_course_moo_moo_farm_unknown_model2: + symbol: d_course_moo_moo_farm_unknown_model2 + type: vtx + offset: 0x13b08 + count: 8 +d_course_moo_moo_farm_dl_13B88: + symbol: d_course_moo_moo_farm_dl_13B88 + type: gfx + offset: 0x13b88 +d_course_moo_moo_farm_dl_cow1: + symbol: d_course_moo_moo_farm_dl_cow1 + type: gfx + offset: 0x13c00 +d_course_moo_moo_farm_dl_cow2: + symbol: d_course_moo_moo_farm_dl_cow2 + type: gfx + offset: 0x13ca0 +d_course_moo_moo_farm_dl_cow3: + symbol: d_course_moo_moo_farm_dl_cow3 + type: gfx + offset: 0x13d20 +d_course_moo_moo_farm_dl_cow4: + symbol: d_course_moo_moo_farm_dl_cow4 + type: gfx + offset: 0x13da0 +d_course_moo_moo_farm_dl_cow5: + symbol: d_course_moo_moo_farm_dl_cow5 + type: gfx + offset: 0x13e20 +d_course_moo_moo_farm_tree_model: + symbol: d_course_moo_moo_farm_tree_model + type: vtx + offset: 0x13ea0 + count: 8 +d_course_moo_moo_farm_dl_tree: + symbol: d_course_moo_moo_farm_dl_tree + type: gfx + offset: 0x13f20 +d_course_moo_moo_farm_dl_13FF8: + symbol: d_course_moo_moo_farm_dl_13FF8 + type: gfx + offset: 0x13ff8 + otr_mode: index +d_course_moo_moo_farm_dl_14060: + symbol: d_course_moo_moo_farm_dl_14060 + type: gfx + offset: 0x14060 + otr_mode: index +d_course_moo_moo_farm_dl_14088: + symbol: d_course_moo_moo_farm_dl_14088 + type: gfx + offset: 0x14088 + otr_mode: index +d_course_moo_moo_farm_cow_spawn: + symbol: d_course_moo_moo_farm_cow_spawn + type: mk64:spawn_data + offset: 0x14200 + count: 38 +d_course_moo_moo_farm_tree_spawn: + symbol: d_course_moo_moo_farm_tree_spawn + type: mk64:spawn_data + offset: 0x14330 + count: 22 +d_course_moo_moo_farm_item_box_spawns: + symbol: d_course_moo_moo_farm_item_box_spawns + type: mk64:spawn_data + offset: 0x143e0 + count: 27 +d_course_moo_moo_farm_addr: + symbol: d_course_moo_moo_farm_addr + type: mk64:track_sections + offset: 0x144b8 + count: 77 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_displaylists.yml new file mode 100644 index 0000000..8bcba0c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x918ECC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_moo_moo_farm_packed_dls: + symbol: d_course_moo_moo_farm_packed_dls + type: blob + offset: 0x918ECC + size: 0x2AA5 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_vertices.yml new file mode 100644 index 0000000..2aeddb5 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/moo_moo_farm_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x90B3E0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_moo_moo_farm_vertex: + symbol: d_course_moo_moo_farm_vertex + type: mk64:course_vtx + count: 7972 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/other_textures.yml b/android/app/src/main/assets/spaghetti/yamls/us/other_textures.yml new file mode 100644 index 0000000..8460e42 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/other_textures.yml @@ -0,0 +1,4971 @@ +:config: + segments: + - [0x0F, 0x641F70] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' +sign_shell_shot_0: + symbol: gTextureSignShellShot0 + type: texture + ctype: u16 + width: 64 + height: 32 + mio0: true + offset: 0x0 + format: rgba16 +sign_shell_shot_1: + symbol: gTextureSignShellShot1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x38C + mio0: true + format: rgba16 +gray_checkerboard: + symbol: gTextureGrayCheckerboard + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x5D4 + mio0: true + format: rgba16 +gray_cobblestone: + symbol: gTextureGrayCobblestone + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x6E0 + mio0: true + format: rgba16 +texture_64275C: + symbol: gTexture64275C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x7EC + mio0: true + format: rgba16 +texture_64286C: + symbol: gTexture64286C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8FC + mio0: true + format: rgba16 +texture_642978: + symbol: gTexture642978 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA08 + mio0: true + format: rgba16 +sign_blue_64: + symbol: gTextureSignBlue64 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xB18 + mio0: true + format: rgba16 +checkerboard_yellow_pink: + symbol: gTextureCheckerboardYellowPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1080 + mio0: true + format: rgba16 +texture_64313C: + symbol: gTexture64313C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11CC + mio0: true + format: rgba16 +checkerbord_yellow_blue: + symbol: gTextureCheckerboardYellowBlue + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1384 + mio0: true + format: rgba16 +texture_643430: + symbol: gTexture643430 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x14C0 + mio0: true + format: ia16 +texture_643A34: + symbol: gTexture643A34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1AC4 + mio0: true + format: rgba16 +texture_643B3C: + symbol: gTexture643B3C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1BCC + mio0: true + format: rgba16 +texture_6442D4: + symbol: gTexture6442D4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2364 + mio0: true + format: rgba16 +texture_64440C: + symbol: gTexture64440C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x249C + mio0: true + format: rgba16 +texture_6446AC: + symbol: gTexture6446AC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x273C + mio0: true + format: rgba16 +texture_6447C4: + symbol: gTexture6447C4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2854 + mio0: true + format: rgba16 +checkerboard_black_white: + symbol: gTextureCheckerboardBlackWhite + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x295C + mio0: true + format: rgba16 +texture_6449D4: + symbol: gTexture6449D4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A64 + mio0: true + format: rgba16 +texture_645134: + symbol: gTexture645134 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31C4 + mio0: true + format: rgba16 +texture_645660: + symbol: gTexture645660 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x36F0 + mio0: true + format: rgba16 +texture_6457D8: + symbol: gTexture6457D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3868 + mio0: true + format: rgba16 +checkerboard_blue_green: + symbol: gTextureCheckerboardBlueGreen + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39C8 + mio0: true + format: rgba16 +number_yellow_blue_1: + symbol: gTextureNumberYellowBlue1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3B04 + mio0: true + format: rgba16 +number_yellow_blue_2: + symbol: gTextureNumberYellowBlue2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3CB4 + mio0: true + format: rgba16 +number_yellow_blue_3: + symbol: gTextureNumberYellowBlue3 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3E7C + mio0: true + format: rgba16 +number_yellow_blue_4: + symbol: gTextureNumberYellowBlue4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4048 + mio0: true + format: rgba16 +texture_64619C: + symbol: gTexture64619C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x422C + mio0: true + format: rgba16 +texture_6462C0: + symbol: gTexture6462C0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4350 + mio0: true + format: rgba16 +texture_64647C: + symbol: gTexture64647C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x450C + mio0: true + format: rgba16 +texture_646CA8: + symbol: gTexture646CA8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4D38 + mio0: true + format: rgba16 +texture_6473E4: + symbol: gTexture6473E4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5474 + mio0: true + format: rgba16 +texture_647994: + symbol: gTexture647994 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5A24 + mio0: true + format: rgba16 +texture_647F4C: + symbol: gTexture647F4C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x5FDC + mio0: true + format: rgba16 +texture_648508: + symbol: gTexture648508 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x6598 + mio0: true + format: rgba16 +grass_1: + symbol: gTextureGrass1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x6798 + mio0: true + format: rgba16 +wood_door_0: + symbol: gTextureWoodDoor0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x68C0 + mio0: true + format: rgba16 +wood_door_1: + symbol: gTextureWoodDoor1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x6B54 + mio0: true + format: rgba16 +grass_2: + symbol: gTextureGrass2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x7458 + mio0: true + format: rgba16 +gTextureMooMooFarmSignLeft: + symbol: gTextureMooMooFarmSignLeft + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x7870 + mio0: true + format: rgba16 +gTextureMooMooFarmSignRight: + symbol: gTextureMooMooFarmSignRight + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x82D8 + mio0: true + format: rgba16 +texture_64ACAC: + symbol: gTexture64ACAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8D3C + mio0: true + format: rgba16 +texture_64AF50: + symbol: gTexture64AF50 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x8FE0 + mio0: true + format: rgba16 +texture_64B090: + symbol: gTexture64B090 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9120 + mio0: true + format: rgba16 +texture_64B3F8: + symbol: gTexture64B3F8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9488 + mio0: true + format: rgba16 +texture_64B54C: + symbol: gTexture64B54C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x95DC + mio0: true + format: rgba16 +texture_64B8D8: + symbol: gTexture64B8D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9968 + mio0: true + format: rgba16 +texture_64BA50: + symbol: gTexture64BA50 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9AE0 + mio0: true + format: rgba16 +texture_64BB60: + symbol: gTexture64BB60 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9BF0 + mio0: true + format: rgba16 +texture_64BCCC: + symbol: gTexture64BCCC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x9D5C + mio0: true + format: rgba16 +texture_64C11C: + symbol: gTexture64C11C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA1AC + mio0: true + format: rgba16 +texture_64C7B4: + symbol: gTexture64C7B4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xA844 + mio0: true + format: rgba16 +texture_64CC20: + symbol: gTexture64CC20 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xACB0 + mio0: true + format: rgba16 +sign_merging_lanes: + symbol: gTextureSignMergingLanes + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xBB74 + mio0: true + format: rgba16 +grass_3: + symbol: gTextureGrass3 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xBC8C + mio0: true + format: rgba16 +grass_4: + symbol: gTextureGrass4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC000 + mio0: true + format: rgba16 +grass_5: + symbol: gTextureGrass5 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC5C4 + mio0: true + format: rgba16 +grass_6: + symbol: gTextureGrass6 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xC804 + mio0: true + format: rgba16 +sign_nintendo_0: + symbol: gTextureSignNintendo0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xCA40 + mio0: true + format: rgba16 +sign_nintendo_1: + symbol: gTextureSignNintendo1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xCF84 + mio0: true + format: rgba16 +grass_7: + symbol: gTextureGrass7 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xD498 + mio0: true + format: rgba16 +texture_64F9E8: + symbol: gTexture64F9E8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xDA78 + mio0: true + format: rgba16 +texture_64FBF4: + symbol: gTexture64FBF4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xDC84 + mio0: true + format: rgba16 +texture_64FE68: + symbol: gTexture64FE68 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xDEF8 + mio0: true + format: rgba16 +wood_bridge_slats: + symbol: gTextureWoodBridgeSlats + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0xE150 + mio0: true + format: rgba16 +flag_red: + symbol: gTextureFlagRed + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xEEFC + mio0: true + format: rgba16 +texture_65100C: + symbol: gTexture65100C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF09C + mio0: true + format: rgba16 +texture_65112C: + symbol: gTexture65112C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF1BC + mio0: true + format: rgba16 +texture_65127C: + symbol: gTexture65127C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF30C + mio0: true + format: rgba16 +texture_651428: + symbol: gTexture651428 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xF4B8 + mio0: true + format: rgba16 +texture_651984: + symbol: gTexture651984 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFA14 + mio0: true + format: rgba16 +texture_651B20: + symbol: gTexture651B20 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFBB0 + mio0: true + format: rgba16 +texture_651F40: + symbol: gTexture651F40 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0xFFD0 + mio0: true + format: rgba16 +texture_6522E0: + symbol: gTexture6522E0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x10370 + mio0: true + format: rgba16 +texture_6528DC: + symbol: gTexture6528DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1096C + mio0: true + format: rgba16 +texture_652B54: + symbol: gTexture652B54 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x10BE4 + mio0: true + format: rgba16 +texture_65315C: + symbol: gTexture65315C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x111EC + mio0: true + format: rgba16 +texture_653608: + symbol: gTexture653608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11698 + mio0: true + format: rgba16 +texture_653DB0: + symbol: gTexture653DB0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x11E40 + mio0: true + format: rgba16 +texture_654460: + symbol: gTexture654460 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x124F0 + mio0: true + format: rgba16 +texture_654F74: + symbol: gTexture654F74 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x13004 + mio0: true + format: rgba16 +texture_655998: + symbol: gTexture655998 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x13A28 + mio0: true + format: rgba16 +texture_655F38: + symbol: gTexture655F38 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x13FC8 + mio0: true + format: rgba16 +texture_656AF4: + symbol: gTexture656AF4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x14B84 + mio0: true + format: rgba16 +texture_6575C8: + symbol: gTexture6575C8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x15658 + mio0: true + format: rgba16 +texture_658370: + symbol: gTexture658370 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x16400 + mio0: true + format: rgba16 +texture_65912C: + symbol: gTexture65912C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x171BC + mio0: true + format: rgba16 +texture_659EE8: + symbol: gTexture659EE8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x17F78 + mio0: true + format: rgba16 +texture_65ADE0: + symbol: gTexture65ADE0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x18E70 + mio0: true + format: rgba16 +texture_65BB3C: + symbol: gTexture65BB3C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x19BCC + mio0: true + format: rgba16 +texture_65C8DC: + symbol: gTexture65C8DC + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1A96C + mio0: true + format: rgba16 +texture_65D5D4: + symbol: gTexture65D5D4 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1B664 + mio0: true + format: rgba16 +texture_65E2EC: + symbol: gTexture65E2EC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1C37C + mio0: true + format: rgba16 +texture_65E59C: + symbol: gTexture65E59C + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1C62C + mio0: true + format: rgba16 +texture_65EAEC: + symbol: gTexture65EAEC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1CB7C + mio0: true + format: rgba16 +texture_65EE38: + symbol: gTexture65EE38 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x1CEC8 + mio0: true + format: rgba16 +texture_65FB18: + symbol: gTexture65FB18 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1DBA8 + mio0: true + format: rgba16 +sign_pink_arrow: + symbol: gTextureSignPinkArrow + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1DF98 + mio0: true + format: rgba16 +crown_jewel_blue: + symbol: gTextureCrownJewelBlue + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E130 + mio0: true + format: rgba16 +crown: + symbol: gTextureCrown + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E434 + mio0: true + format: rgba16 +crown_jewel_pink: + symbol: gTextureCrownJewelPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E53C + mio0: true + format: rgba16 +texture_6607C0: + symbol: gTexture6607C0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E850 + mio0: true + format: rgba16 +texture_6608C8: + symbol: gTexture6608C8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1E958 + mio0: true + format: rgba16 +texture_6609D0: + symbol: gTexture6609D0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x1EA60 + mio0: true + format: rgba16 +texture_660D8C: + symbol: gTexture660D8C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1EE1C + mio0: true + format: rgba16 +roof_tile: + symbol: gTextureRoofTile + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1EF44 + mio0: true + format: rgba16 +castle_bricks: + symbol: gTextureCastleBricks + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x1F070 + mio0: true + format: rgba16 +castle_bridge: + symbol: gTextureCastleBridge + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1FBA4 + mio0: true + format: rgba16 +grass_8: + symbol: gTextureGrass8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x1FFCC + mio0: true + format: rgba16 +grass_9: + symbol: gTextureGrass9 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x20298 + mio0: true + format: rgba16 +texture_66262C: + symbol: gTexture66262C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x206BC + mio0: true + format: rgba16 +texture_662924: + symbol: gTexture662924 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x209B4 + mio0: true + format: rgba16 +texture_662A34: + symbol: gTexture662A34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x20AC4 + mio0: true + format: rgba16 +sign_toad_yellow: + symbol: gTextureSignToadYellow + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x20BCC + mio0: true + format: rgba16 +sign_toad_green: + symbol: gTextureSignToadGreen + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x212F0 + mio0: true + format: rgba16 +sign_toad_red: + symbol: gTextureSignToadRed + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x21A10 + mio0: true + format: rgba16 +texture_663F90: + symbol: gTexture663F90 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22020 + mio0: true + format: rgba16 +texture_6640B4: + symbol: gTexture6640B4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22144 + mio0: true + format: rgba16 +texture_6642A4: + symbol: gTexture6642A4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x22334 + mio0: true + format: rgba16 +texture_664408: + symbol: gTexture664408 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x22498 + mio0: true + format: rgba16 +texture_6646B8: + symbol: gTexture6646B8 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x22748 + mio0: true + format: rgba16 +sign_koopa_air_0: + symbol: gTextureSignKoopaAir0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x229E0 + mio0: true + format: rgba16 +sign_koopa_air_1: + symbol: gTextureSignKoopaAir1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x22D40 + mio0: true + format: rgba16 +bricks_red: + symbol: gTextureBricksRed + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x23044 + mio0: true + format: rgba16 +texture_665C0C: + symbol: gTexture665C0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x23C9C + mio0: true + format: rgba16 +texture_6661AC: + symbol: gTexture6661AC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2423C + mio0: true + format: rgba16 +texture_6663A4: + symbol: gTexture6663A4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x24434 + mio0: true + format: rgba16 +sign_bowser_0: + symbol: gTextureSignBowser0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x24A2C + mio0: true + format: rgba16 +sign_bowser_1: + symbol: gTextureSignBowser1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x251FC + mio0: true + format: rgba16 +grass_10: + symbol: gTextureGrass10 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2584C + mio0: true + format: rgba16 +grass_11: + symbol: gTextureGrass11 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x25A44 + mio0: true + format: rgba16 +texture_667BAC: + symbol: gTexture667BAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x25C3C + mio0: true + format: rgba16 +texture_668228: + symbol: gTexture668228 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x262B8 + mio0: true + format: rgba16 +texture_668358: + symbol: gTexture668358 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x263E8 + mio0: true + format: rgba16 +texture_6684F8: + symbol: gTexture6684F8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26588 + mio0: true + format: rgba16 +texture_668608: + symbol: gTexture668608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26698 + mio0: true + format: rgba16 +texture_668728: + symbol: gTexture668728 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x267B8 + mio0: true + format: rgba16 +texture_668920: + symbol: gTexture668920 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x269B0 + mio0: true + format: rgba16 +grass_12: + symbol: gTextureGrass12 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x26D8C + mio0: true + format: rgba16 +texture_669570: + symbol: gTexture669570 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x27600 + mio0: true + format: rgba16 +texture_66A3DC: + symbol: gTexture66A3DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2846C + mio0: true + format: rgba16 +texture_66ABA4: + symbol: gTexture66ABA4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x28C34 + mio0: true + format: rgba16 +texture_66AEB8: + symbol: gTexture66AEB8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x28F48 + mio0: true + format: ia16 +sign_luigi_face_0: + symbol: gTextureSignLuigiFace0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x2914C + mio0: true + format: rgba16 +sign_luigi_face_1: + symbol: gTextureSignLuigiFace1 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x29718 + mio0: true + format: rgba16 +sign_luigis_0: + symbol: gTextureSignLuigis0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x29D78 + mio0: true + format: rgba16 +sign_luigis_1: + symbol: gTextureSignLuigis1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A000 + mio0: true + format: rgba16 +sign_mario_star_0: + symbol: gTextureSignMarioStar0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A2B0 + mio0: true + format: rgba16 +sign_mario_star_1: + symbol: gTextureSignMarioStar1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2A584 + mio0: true + format: rgba16 +texture_66C7A8: + symbol: gTexture66C7A8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A838 + mio0: true + format: rgba16 +texture_66C8F4: + symbol: gTexture66C8F4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2A984 + mio0: true + format: rgba16 +texture_66CA98: + symbol: gTexture66CA98 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2AB28 + mio0: true + format: rgba16 +texture_66CD64: + symbol: gTexture66CD64 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2ADF4 + mio0: true + format: rgba16 +texture_66D024: + symbol: gTexture66D024 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B0B4 + mio0: true + format: rgba16 +flag_red_2: + symbol: gTextureFlagRed2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B5A0 + mio0: true + format: rgba16 +texture_66D698: + symbol: gTexture66D698 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2B728 + mio0: true + format: rgba16 +checkerboard_pink: + symbol: gTextureCheckerboardPink + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2BA98 + mio0: true + format: rgba16 +texture_66DB60: + symbol: gTexture66DB60 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2BBF0 + mio0: true + format: rgba16 +texture_66DD38: + symbol: gTexture66DD38 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x2BDC8 + mio0: true + format: rgba16 +sign_nintendo_red_0: + symbol: gTextureSignNintendoRed0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2C0F8 + mio0: true + format: rgba16 +sign_nintendo_red_1: + symbol: gTextureSignNintendoRed1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2C3A0 + mio0: true + format: rgba16 +texture_66E608: + symbol: gTexture66E608 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2C698 + mio0: true + format: rgba16 +texture_66EBF0: + symbol: gTexture66EBF0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2CC80 + mio0: true + format: rgba16 +texture_66ED38: + symbol: gTexture66ED38 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2CDC8 + mio0: true + format: rgba16 +stainglass_peach_0: + symbol: gTextureStainglassPeach0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2CED8 + mio0: true + format: rgba16 +stainglass_peach_1: + symbol: gTextureStainglassPeach1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2DDAC + mio0: true + format: rgba16 +texture_670AC8: + symbol: gTexture670AC8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2EB58 + mio0: true + format: rgba16 +texture_671A88: + symbol: gTexture671A88 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x2FB18 + mio0: true + format: rgba16 +railroad_track: + symbol: gTextureRailroadTrack + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x2FC48 + mio0: true + format: rgba16 +railroad_crossing_track: + symbol: gTextureRailroadCrossingTrack + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x307A4 + mio0: true + format: rgba16 +texture_67291C: + symbol: gTexture67291C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x309AC + mio0: true + format: rgba16 +rainbow: + symbol: gTextureRainbow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x30F48 + mio0: true + format: rgba16 +texture_673118: + symbol: gTexture673118 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x311A8 + mio0: true + format: rgba16 +texture_6733CC: + symbol: gTexture6733CC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3145C + mio0: true + format: rgba16 +texture_6735DC: + symbol: gTexture6735DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3166C + mio0: true + format: rgba16 +texture_673990: + symbol: gTexture673990 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31A20 + mio0: true + format: rgba16 +texture_673C68: + symbol: gTexture673C68 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x31CF8 + mio0: true + format: rgba16 +texture_673FF8: + symbol: gTexture673FF8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32088 + mio0: true + format: rgba16 +texture_674354: + symbol: gTexture674354 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x323E4 + mio0: true + format: rgba16 +texture_6747C4: + symbol: gTexture6747C4 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32854 + mio0: true + format: rgba16 +texture_67490C: + symbol: gTexture67490C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3299C + mio0: true + format: rgba16 +texture_674B28: + symbol: gTexture674B28 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x32BB8 + mio0: true + format: rgba16 +texture_674D58: + symbol: gTexture674D58 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x32DE8 + mio0: true + format: rgba16 +texture_675064: + symbol: gTexture675064 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x330F4 + mio0: true + format: rgba16 +texture_675220: + symbol: gTexture675220 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x332B0 + mio0: true + format: rgba16 +texture_675434: + symbol: gTexture675434 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x334C4 + mio0: true + format: rgba16 +road_0: + symbol: gTextureRoad0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3370C + mio0: true + format: rgba16 +road_1: + symbol: gTextureRoad1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33A0C + mio0: true + format: rgba16 +road_2: + symbol: gTextureRoad2 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33CE0 + mio0: true + format: rgba16 +road_3: + symbol: gTextureRoad3 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x33F90 + mio0: true + format: rgba16 +road_4: + symbol: gTextureRoad4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34218 + mio0: true + format: rgba16 +road_5: + symbol: gTextureRoad5 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3449C + mio0: true + format: rgba16 +road_finish_0: + symbol: gTextureRoadFinish0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34758 + mio0: true + format: rgba16 +road_finish_1: + symbol: gTextureRoadFinish1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x34A90 + mio0: true + format: rgba16 +texture_676C6C: + symbol: gTexture676C6C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34CFC + mio0: true + format: rgba16 +texture_676D7C: + symbol: gTexture676D7C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34E0C + mio0: true + format: rgba16 +texture_676EA8: + symbol: gTexture676EA8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x34F38 + mio0: true + format: rgba16 +texture_676FB0: + symbol: gTexture676FB0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35040 + mio0: true + format: rgba16 +texture_6774D8: + symbol: gTexture6774D8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35568 + mio0: true + format: rgba16 +texture_6775EC: + symbol: gTexture6775EC + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3567C + mio0: true + format: rgba16 +fence_barbed_wire: + symbol: gTextureFenceBarbedWire + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x358B0 + mio0: true + format: rgba16 +texture_677A40: + symbol: gTexture677A40 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35AD0 + mio0: true + format: rgba16 +sign_falling_rocks: + symbol: gTextureSignFallingRocks + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35D48 + mio0: true + format: rgba16 +sign_backside: + symbol: gTextureSignBackside + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35E74 + mio0: true + format: rgba16 +texture_677F04: + symbol: gTexture677F04 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x35F94 + mio0: true + format: rgba16 +texture_678118: + symbol: gTexture678118 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x361A8 + mio0: true + format: rgba16 +texture_67842C: + symbol: gTexture67842C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x364BC + mio0: true + format: rgba16 +texture_67893C: + symbol: gTexture67893C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x369CC + mio0: true + format: rgba16 +texture_678CC8: + symbol: gTexture678CC8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x36D58 + mio0: true + format: rgba16 +texture_679258: + symbol: gTexture679258 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x372E8 + mio0: true + format: rgba16 +texture_67973C: + symbol: gTexture67973C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x377CC + mio0: true + format: rgba16 +texture_679C04: + symbol: gTexture679C04 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37C94 + mio0: true + format: rgba16 +texture_679D34: + symbol: gTexture679D34 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37DC4 + mio0: true + format: rgba16 +star_outline: + symbol: gTextureStarOutline + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x37ECC + mio0: true + format: ia16 +texture_67A1B8: + symbol: gTexture67A1B8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38248 + mio0: true + format: rgba16 +texture_67A370: + symbol: gTexture67A370 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38400 + mio0: true + format: rgba16 +texture_67A91C: + symbol: gTexture67A91C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x389AC + mio0: true + format: rgba16 +texture_67ADF0: + symbol: gTexture67ADF0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x38E80 + mio0: true + format: rgba16 +texture_67B388: + symbol: gTexture67B388 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39418 + mio0: true + format: rgba16 +texture_67B75C: + symbol: gTexture67B75C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x397EC + mio0: true + format: rgba16 +texture_67B864: + symbol: gTexture67B864 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x398F4 + mio0: true + format: rgba16 +texture_67B9B0: + symbol: gTexture67B9B0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39A40 + mio0: true + format: rgba16 +texture_67BBD8: + symbol: gTexture67BBD8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39C68 + mio0: true + format: rgba16 +texture_67BEE8: + symbol: gTexture67BEE8 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x39F78 + mio0: true + format: rgba16 +sand_finish: + symbol: gTextureSandFinish + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A248 + mio0: true + format: rgba16 +waves_0: + symbol: gTextureWaves0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A478 + mio0: true + format: ia16 +waves_1: + symbol: gTextureWaves1 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3A948 + mio0: true + format: rgba16 +waves_2: + symbol: gTextureWaves2 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3AF0C + mio0: true + format: rgba16 +texture_67D304: + symbol: gTexture67D304 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3B394 + mio0: true + format: rgba16 +texture_67DC20: + symbol: gTexture67DC20 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3BCB0 + mio0: true + format: rgba16 +texture_67E010: + symbol: gTexture67E010 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3C0A0 + mio0: true + format: rgba16 +texture_67E428: + symbol: gTexture67E428 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3C4B8 + mio0: true + format: rgba16 +texture_67EEAC: + symbol: gTexture67EEAC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3CF3C + mio0: true + format: rgba16 +texture_67EFEC: + symbol: gTexture67EFEC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D07C + mio0: true + format: rgba16 +texture_67F15C: + symbol: gTexture67F15C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D1EC + mio0: true + format: rgba16 +texture_67F450: + symbol: gTexture67F450 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3D4E0 + mio0: true + format: rgba16 +sign_wario_face: + symbol: gTextureSignWarioFace + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x3D674 + mio0: true + format: rgba16 +texture_67FE0C: + symbol: gTexture67FE0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x3DE9C + mio0: true + format: rgba16 +sign_welcome_0: + symbol: gTextureSignWelcome0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3E17C + mio0: true + format: rgba16 +sign_welcome_1: + symbol: gTextureSignWelcome1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3EBAC + mio0: true + format: rgba16 +sign_wooden_back_0: + symbol: gTextureSignWoodenBack0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3F5B8 + mio0: true + format: rgba16 +sign_wooden_back_1: + symbol: gTextureSignWoodenBack1 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x3FCA8 + mio0: true + format: rgba16 +wheel_steam_engine: + symbol: gTextureWheelSteamEngine + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4037C + mio0: true + format: rgba16 +wheel_steam_engine_real: + symbol: gTextureWheelSteamEngineReal + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x4058C + mio0: true + format: rgba16 +texture_68272C: + symbol: gTexture68272C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x407BC + mio0: true + format: rgba16 +texture_682928: + symbol: gTexture682928 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x409B8 + mio0: true + format: rgba16 +texture_682B24: + symbol: gTexture682B24 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40BB4 + mio0: true + format: rgba16 +texture_682D20: + symbol: gTexture682D20 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40DB0 + mio0: true + format: rgba16 +texture_682F1C: + symbol: gTexture682F1C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x40FAC + mio0: true + format: rgba16 +texture_683118: + symbol: gTexture683118 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x411A8 + mio0: true + format: rgba16 +texture_683314: + symbol: gTexture683314 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x413A4 + mio0: true + format: rgba16 +texture_6835F0: + symbol: gTexture6835F0 + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x41680 + mio0: true + format: rgba16 +texture_683844: + symbol: gTexture683844 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x418D4 + mio0: true + format: rgba16 +fence_post_wooden: + symbol: gTextureFencePostWooden + type: texture + ctype: u16 + width: 32 + height: 64 + offset: 0x41F2C + mio0: true + format: rgba16 +texture_6846DC: + symbol: gTexture6846DC + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4276C + mio0: true + format: rgba16 +fence_rope: + symbol: gTextureFenceRope + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x42C58 + mio0: true + format: rgba16 +texture_685108: + symbol: gTexture685108 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x43198 + mio0: true + format: rgba16 +sign_wood_red_arrow: + symbol: gTextureSignWoodRedArrow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4366C + mio0: true + format: rgba16 +texture_685AC0: + symbol: gTexture685AC0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x43B50 + mio0: true + format: ia16 +sign_green_arrow: + symbol: gTextureSignGreenArrow + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4431C + mio0: true + format: rgba16 +texture_6864E8: + symbol: gTexture6864E8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x44578 + mio0: true + format: rgba16 +texture_686CF0: + symbol: gTexture686CF0 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x44D80 + mio0: true + format: rgba16 +texture_6875A8: + symbol: gTexture6875A8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x45638 + mio0: true + format: rgba16 +texture_687EE8: + symbol: gTexture687EE8 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x45F78 + mio0: true + format: rgba16 +texture_68876C: + symbol: gTexture68876C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x467FC + mio0: true + format: rgba16 +texture_689230: + symbol: gTexture689230 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x472C0 + mio0: true + format: rgba16 +texture_689C00: + symbol: gTexture689C00 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x47C90 + mio0: true + format: rgba16 +texture_68A484: + symbol: gTexture68A484 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x48514 + mio0: true + format: rgba16 +texture_68AC5C: + symbol: gTexture68AC5C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x48CEC + mio0: true + format: rgba16 +texture_68B6A4: + symbol: gTexture68B6A4 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x49734 + mio0: true + format: rgba16 +texture_68BE6C: + symbol: gTexture68BE6C + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x49EFC + mio0: true + format: rgba16 +texture_68C310: + symbol: gTexture68C310 + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4A3A0 + mio0: true + format: rgba16 +texture_68C620: + symbol: gTexture68C620 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A6B0 + mio0: true + format: rgba16 +texture_68C79C: + symbol: gTexture68C79C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A82C + mio0: true + format: rgba16 +texture_68C944: + symbol: gTexture68C944 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4A9D4 + mio0: true + format: rgba16 +texture_68CA94: + symbol: gTexture68CA94 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AB24 + mio0: true + format: rgba16 +texture_68CC0C: + symbol: gTexture68CC0C + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AC9C + mio0: true + format: rgba16 +texture_68CDA0: + symbol: gTexture68CDA0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4AE30 + mio0: true + format: rgba16 +sign_yoshi: + symbol: gTextureSignYoshi + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4AF40 + mio0: true + format: rgba16 +checkerboard_blue_gray: + symbol: gTextureCheckerboardBlueGray + type: texture + ctype: u16 + width: 64 + height: 32 + offset: 0x4B420 + mio0: true + format: rgba16 +texture_68D834: + symbol: gTexture68D834 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4B8C4 + mio0: true + format: rgba16 +texture_68D940: + symbol: gTexture68D940 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4B9D0 + mio0: true + format: rgba16 +texture_68DEC0: + symbol: gTexture68DEC0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4BF50 + mio0: true + format: rgba16 +texture_68E2D0: + symbol: gTexture68E2D0 + type: texture + ctype: u16 + width: 32 + height: 32 + offset: 0x4C360 + mio0: true + format: rgba16 +texture_green_shell_0: + symbol: texture_green_shell_0 + type: texture + mio0: true + offset: 0x4CBE0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_1: + symbol: texture_green_shell_1 + type: texture + mio0: true + offset: 0x4CE30 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_2: + symbol: texture_green_shell_2 + type: texture + mio0: true + offset: 0x4D080 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_3: + symbol: texture_green_shell_3 + type: texture + mio0: true + offset: 0x4D2D8 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_4: + symbol: texture_green_shell_4 + type: texture + mio0: true + offset: 0x4D538 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_5: + symbol: texture_green_shell_5 + type: texture + mio0: true + offset: 0x4D790 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_6: + symbol: texture_green_shell_6 + type: texture + mio0: true + offset: 0x4D9FC + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_green_shell_7: + symbol: texture_green_shell_7 + type: texture + mio0: true + offset: 0x4DC5C + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_0: + symbol: texture_red_shell_0 + type: texture + mio0: true + offset: 0x4CBE0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_1: + symbol: texture_red_shell_1 + type: texture + mio0: true + offset: 0x4CE30 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_2: + symbol: texture_red_shell_2 + type: texture + mio0: true + offset: 0x4D080 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_3: + symbol: texture_red_shell_3 + type: texture + mio0: true + offset: 0x4D2D8 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_4: + symbol: texture_red_shell_4 + type: texture + mio0: true + offset: 0x4D538 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_5: + symbol: texture_red_shell_5 + type: texture + mio0: true + offset: 0x4D790 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_6: + symbol: texture_red_shell_6 + type: texture + mio0: true + offset: 0x4D9FC + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_red_shell_7: + symbol: texture_red_shell_7 + type: texture + mio0: true + offset: 0x4DC5C + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_green_shell +texture_blue_shell_0: + symbol: texture_blue_shell_0 + type: texture + mio0: true + offset: 0x4DEB0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_1: + symbol: texture_blue_shell_1 + type: texture + mio0: true + offset: 0x4E0DC + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_2: + symbol: texture_blue_shell_2 + type: texture + mio0: true + offset: 0x4E314 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_3: + symbol: texture_blue_shell_3 + type: texture + mio0: true + offset: 0x4E554 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_4: + symbol: texture_blue_shell_4 + type: texture + mio0: true + offset: 0x4E798 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_5: + symbol: texture_blue_shell_5 + type: texture + mio0: true + offset: 0x4E9F0 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_6: + symbol: texture_blue_shell_6 + type: texture + mio0: true + offset: 0x4EC4C + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +texture_blue_shell_7: + symbol: texture_blue_shell_7 + type: texture + mio0: true + offset: 0x4EE88 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: common_tlut_blue_shell +question_mark_yellow: + symbol: gTextureQuestionMarkYellow + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x4F0C0 + format: rgba16 +gTextureTrees1: + symbol: gTextureTrees1 + type: texture + mio0: true + offset: 0x4F45C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees2: + symbol: gTextureTrees2 + type: texture + mio0: true + offset: 0x4F7A4 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees3: + symbol: gTextureTrees3 + type: texture + mio0: true + offset: 0x4FB3C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees4Left: + symbol: gTextureTrees4Left + type: texture + mio0: true + offset: 0x4FE28 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees4Right: + symbol: gTextureTrees4Right + type: texture + mio0: true + offset: 0x50118 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees5Left: + symbol: gTextureTrees5Left + type: texture + mio0: true + offset: 0x50468 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees5Right: + symbol: gTextureTrees5Right + type: texture + mio0: true + offset: 0x50678 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees6: + symbol: gTextureTrees6 + type: texture + mio0: true + offset: 0x50918 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +gTextureTrees7: + symbol: gTextureTrees7 + type: texture + mio0: true + offset: 0x50D50 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: common_tlut_trees_import +shrub: + symbol: gTextureShrub + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x50FCC + format: rgba16 +gTextureFrappeSnowlandTreeLeft: + symbol: gTextureFrappeSnowlandTreeLeft + type: texture + mio0: true + offset: 0x513CC + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_frappe_snowland_tree_tlut +gTextureFrappeSnowlandTreeRight: + symbol: gTextureFrappeSnowlandTreeRight + type: texture + mio0: true + offset: 0x51820 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_frappe_snowland_tree_tlut +gTextureCow01Left: + symbol: gTextureCow01Left + type: texture + mio0: true + offset: 0x51C54 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow01Right: + symbol: gTextureCow01Right + type: texture + mio0: true + offset: 0x51FD8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow02Left: + symbol: gTextureCow02Left + type: texture + mio0: true + offset: 0x5232C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow02Right: + symbol: gTextureCow02Right + type: texture + mio0: true + offset: 0x526B8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow03Left: + symbol: gTextureCow03Left + type: texture + mio0: true + offset: 0x52A20 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow03Right: + symbol: gTextureCow03Right + type: texture + mio0: true + offset: 0x52D3C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow04Left: + symbol: gTextureCow04Left + type: texture + mio0: true + offset: 0x5300C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow04Right: + symbol: gTextureCow04Right + type: texture + mio0: true + offset: 0x532F8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow05Left: + symbol: gTextureCow05Left + type: texture + mio0: true + offset: 0x5363C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCow05Right: + symbol: gTextureCow05Right + type: texture + mio0: true + offset: 0x53950 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_moo_moo_farm_cow_tlut +gTextureCactus1Left: + symbol: gTextureCactus1Left + type: texture + mio0: true + offset: 0x53C34 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_kalimari_desert_tree_tlut +gTextureCactus1Right: + symbol: gTextureCactus1Right + type: texture + mio0: true + offset: 0x53F74 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_kalimari_desert_tree_tlut +gTextureCactus2Left: + symbol: gTextureCactus2Left + type: texture + mio0: true + offset: 0x54270 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_kalimari_desert_tree_tlut +gTextureCactus2Right: + symbol: gTextureCactus2Right + type: texture + mio0: true + offset: 0x54518 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_kalimari_desert_tree_tlut +gTextureCactus3: + symbol: gTextureCactus3 + type: texture + mio0: true + offset: 0x5488C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_kalimari_desert_tree_tlut +gTextureFinishLineBanner1: + symbol: gTextureFinishLineBanner1 + type: texture + mio0: true + offset: 0x54C3C + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner2: + symbol: gTextureFinishLineBanner2 + type: texture + mio0: true + offset: 0x54ECC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner3: + symbol: gTextureFinishLineBanner3 + type: texture + mio0: true + offset: 0x551C8 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner4: + symbol: gTextureFinishLineBanner4 + type: texture + mio0: true + offset: 0x554CC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner5: + symbol: gTextureFinishLineBanner5 + type: texture + mio0: true + offset: 0x55880 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner6: + symbol: gTextureFinishLineBanner6 + type: texture + mio0: true + offset: 0x55BA0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner7: + symbol: gTextureFinishLineBanner7 + type: texture + mio0: true + offset: 0x55F10 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTextureFinishLineBanner8: + symbol: gTextureFinishLineBanner8 + type: texture + mio0: true + offset: 0x561AC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: common_tlut_finish_line_banner +gTexturePiranhaPlant1: + symbol: gTexturePiranhaPlant1 + type: texture + mio0: true + offset: 0x56408 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant2: + symbol: gTexturePiranhaPlant2 + type: texture + mio0: true + offset: 0x5662C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant3: + symbol: gTexturePiranhaPlant3 + type: texture + mio0: true + offset: 0x5688C + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant4: + symbol: gTexturePiranhaPlant4 + type: texture + mio0: true + offset: 0x56AD0 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant5: + symbol: gTexturePiranhaPlant5 + type: texture + mio0: true + offset: 0x56CF0 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant6: + symbol: gTexturePiranhaPlant6 + type: texture + mio0: true + offset: 0x56EC8 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant7: + symbol: gTexturePiranhaPlant7 + type: texture + mio0: true + offset: 0x57084 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant8: + symbol: gTexturePiranhaPlant8 + type: texture + mio0: true + offset: 0x57288 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +gTexturePiranhaPlant9: + symbol: gTexturePiranhaPlant9 + type: texture + mio0: true + offset: 0x57590 + ctype: u8 + width: 32 + height: 64 + format: CI8 + tlut_symbol: d_course_mario_raceway_piranha_plant_tlut +texture_6997E0: + symbol: gTexture6997E0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x57870 + format: rgba16 +gTextureDksJungleParkwayKiwanoFruit1: + symbol: gTextureDksJungleParkwayKiwanoFruit1 + type: texture + mio0: true + offset: 0x57EB4 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: d_course_dks_jungle_parkway_kiwano_tlut +gTextureDksJungleParkwayKiwanoFruit2: + symbol: gTextureDksJungleParkwayKiwanoFruit2 + type: texture + mio0: true + offset: 0x581E4 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: d_course_dks_jungle_parkway_kiwano_tlut +gTextureDksJungleParkwayKiwanoFruit3: + symbol: gTextureDksJungleParkwayKiwanoFruit3 + type: texture + mio0: true + offset: 0x58550 + ctype: u8 + width: 32 + height: 32 + format: CI8 + tlut_symbol: d_course_dks_jungle_parkway_kiwano_tlut +kart_shadow: + symbol: gTextureKartShadow + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x588C0 + format: i8 +texture_69B03C: + symbol: gTexture69B03C + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x590CC + format: i8 +texture_69B140: + symbol: gTexture69B140 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x591D0 + format: i8 +gGrassParticle: + symbol: gGrassParticle + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x59408 + format: rgba16 +texture_69B960: + symbol: gTextureMusicNote + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x599F0 + format: i8 +texture_69BA28: + symbol: gTextureSpeechBubble + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x59AB8 + format: i8 +boing_exclamation: + symbol: gTextureBoingExclamation + type: texture + mio0: true + ctype: u16 + width: 64 + height: 32 + offset: 0x59BA8 + format: ia8 +texture_69BE6C: + symbol: gTexture69BE6C + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x59EFC + format: ia16 +texture_69BF54: + symbol: gTexture69BF54 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x59FE4 + format: ia16 +texture_69C090: + symbol: gTexture69C090 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x5A120 + format: ia16 +texture_69C1E8: + symbol: gTexture69C1E8 + type: texture + mio0: true + ctype: u16 + width: 16 + height: 16 + offset: 0x5A278 + format: ia16 +texture_69C354: + symbol: gTextureSmokePuff + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A3E4 + format: ia8 +gGroundDust: + symbol: gGroundDust + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A574 + format: i8 +texture_69C80C: + symbol: gTexture69C80C + type: texture + mio0: true + ctype: u16 + width: 32 + height: 32 + offset: 0x5A89C + format: ia8 +texture_69C9C4: + symbol: gTexture69C9C4 + type: texture + mio0: true + ctype: u8 + width: 16 + height: 16 + offset: 0x5AA54 + format: ia16 +texture_69CB84: + symbol: gTexture69CB84 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AC14 + format: i4 +texture_69CCEC: + symbol: gTexture69CCEC + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AD7C + format: i4 +texture_69CEB8: + symbol: gTexture69CEB8 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5AF48 + format: i4 +texture_69D148: + symbol: gTexture69D148 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B1D8 + format: i4 +texture_69D4E0: + symbol: gTexture69D4E0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B570 + format: i4 +texture_69D8FC: + symbol: gTexture69D8FC + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5B98C + format: i4 +texture_69DCB4: + symbol: gTexture69DCB4 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5BD44 + format: i4 +texture_69DFA0: + symbol: gTexture69DFA0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C030 + format: i4 +texture_69E25C: + symbol: gTexture69E25C + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C2EC + format: i4 +texture_69E518: + symbol: gTexture69E518 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C5A8 + format: i4 +texture_69E7A8: + symbol: gTexture69E7A8 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5C838 + format: i4 +texture_69EA18: + symbol: gTexture69EA18 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CAA8 + format: i4 +texture_69EC54: + symbol: gTexture69EC54 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CCE4 + format: i4 +texture_69EE38: + symbol: gTexture69EE38 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5CEC8 + format: i4 +texture_69EFE0: + symbol: gTexture69EFE0 + type: texture + mio0: true + ctype: u16 + width: 64 + height: 64 + offset: 0x5D070 + format: i4 +gTextureOnomatopoeiaCrash1: + symbol: gTextureOnomatopoeiaCrash1 + type: texture + mio0: true + offset: 0x5D1E8 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaCrash2: + symbol: gTextureOnomatopoeiaCrash2 + type: texture + mio0: true + offset: 0x5D420 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaWhrrrr1: + symbol: gTextureOnomatopoeiaWhrrrr1 + type: texture + mio0: true + offset: 0x5D674 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaWhrrrr2: + symbol: gTextureOnomatopoeiaWhrrrr2 + type: texture + mio0: true + offset: 0x5DA50 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaPoomp1: + symbol: gTextureOnomatopoeiaPoomp1 + type: texture + mio0: true + offset: 0x5DDFC + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureOnomatopoeiaPoomp2: + symbol: gTextureOnomatopoeiaPoomp2 + type: texture + mio0: true + offset: 0x5DFC0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureBalloon1: + symbol: gTextureBalloon1 + type: texture + mio0: true + offset: 0x5E19C + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +gTextureBalloon2: + symbol: gTextureBalloon2 + type: texture + mio0: true + offset: 0x5E3E0 + ctype: u8 + width: 64 + height: 32 + format: CI8 + tlut_symbol: gTLUTOnomatopoeia +lightning_zap_0: + symbol: gTextureLightningBolt0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x5E574 + format: ia8 +lightning_zap_1: + symbol: gTextureLightningBolt1 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 64 + offset: 0x5E828 + format: ia8 +gTextureLakituNoLights1: + symbol: gTextureLakituNoLights1 + type: texture + offset: 0x5EB50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights2: + symbol: gTextureLakituNoLights2 + type: texture + offset: 0x5FB10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights3: + symbol: gTextureLakituNoLights3 + type: texture + offset: 0x60AD0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights4: + symbol: gTextureLakituNoLights4 + type: texture + offset: 0x61A90 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights5: + symbol: gTextureLakituNoLights5 + type: texture + offset: 0x62A50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights6: + symbol: gTextureLakituNoLights6 + type: texture + offset: 0x63A10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights7: + symbol: gTextureLakituNoLights7 + type: texture + offset: 0x649D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituNoLights8: + symbol: gTextureLakituNoLights8 + type: texture + offset: 0x65990 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_no_lights +gTextureLakituRedLights01: + symbol: gTextureLakituRedLights01 + type: texture + offset: 0x66950 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights02: + symbol: gTextureLakituRedLights02 + type: texture + offset: 0x67910 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights03: + symbol: gTextureLakituRedLights03 + type: texture + offset: 0x688D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights04: + symbol: gTextureLakituRedLights04 + type: texture + offset: 0x69890 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights05: + symbol: gTextureLakituRedLights05 + type: texture + offset: 0x6A850 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights06: + symbol: gTextureLakituRedLights06 + type: texture + offset: 0x6B810 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights07: + symbol: gTextureLakituRedLights07 + type: texture + offset: 0x6C7D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights08: + symbol: gTextureLakituRedLights08 + type: texture + offset: 0x6D790 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights09: + symbol: gTextureLakituRedLights09 + type: texture + offset: 0x6E750 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights10: + symbol: gTextureLakituRedLights10 + type: texture + offset: 0x6F710 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights11: + symbol: gTextureLakituRedLights11 + type: texture + offset: 0x706D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights12: + symbol: gTextureLakituRedLights12 + type: texture + offset: 0x71690 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights13: + symbol: gTextureLakituRedLights13 + type: texture + offset: 0x72650 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights14: + symbol: gTextureLakituRedLights14 + type: texture + offset: 0x73610 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights15: + symbol: gTextureLakituRedLights15 + type: texture + offset: 0x745D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituRedLights16: + symbol: gTextureLakituRedLights16 + type: texture + offset: 0x75590 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_red_lights +gTextureLakituBlueLight1: + symbol: gTextureLakituBlueLight1 + type: texture + offset: 0x76550 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight2: + symbol: gTextureLakituBlueLight2 + type: texture + offset: 0x77510 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight3: + symbol: gTextureLakituBlueLight3 + type: texture + offset: 0x784D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight4: + symbol: gTextureLakituBlueLight4 + type: texture + offset: 0x79490 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight5: + symbol: gTextureLakituBlueLight5 + type: texture + offset: 0x7A450 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight6: + symbol: gTextureLakituBlueLight6 + type: texture + offset: 0x7B410 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight7: + symbol: gTextureLakituBlueLight7 + type: texture + offset: 0x7C3D0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituBlueLight8: + symbol: gTextureLakituBlueLight8 + type: texture + offset: 0x7D390 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_blue_lights +gTextureLakituCheckeredFlag01: + symbol: gTextureLakituCheckeredFlag01 + type: texture + offset: 0x7E350 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag02: + symbol: gTextureLakituCheckeredFlag02 + type: texture + offset: 0x7F310 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag03: + symbol: gTextureLakituCheckeredFlag03 + type: texture + offset: 0x802D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag04: + symbol: gTextureLakituCheckeredFlag04 + type: texture + offset: 0x81290 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag05: + symbol: gTextureLakituCheckeredFlag05 + type: texture + offset: 0x82250 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag06: + symbol: gTextureLakituCheckeredFlag06 + type: texture + offset: 0x83210 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag07: + symbol: gTextureLakituCheckeredFlag07 + type: texture + offset: 0x841D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag08: + symbol: gTextureLakituCheckeredFlag08 + type: texture + offset: 0x85190 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag09: + symbol: gTextureLakituCheckeredFlag09 + type: texture + offset: 0x86150 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag10: + symbol: gTextureLakituCheckeredFlag10 + type: texture + offset: 0x87110 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag11: + symbol: gTextureLakituCheckeredFlag11 + type: texture + offset: 0x880D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag12: + symbol: gTextureLakituCheckeredFlag12 + type: texture + offset: 0x89090 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag13: + symbol: gTextureLakituCheckeredFlag13 + type: texture + offset: 0x8A050 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag14: + symbol: gTextureLakituCheckeredFlag14 + type: texture + offset: 0x8B010 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag15: + symbol: gTextureLakituCheckeredFlag15 + type: texture + offset: 0x8BFD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag16: + symbol: gTextureLakituCheckeredFlag16 + type: texture + offset: 0x8CF90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag17: + symbol: gTextureLakituCheckeredFlag17 + type: texture + offset: 0x8DF50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag18: + symbol: gTextureLakituCheckeredFlag18 + type: texture + offset: 0x8EF10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag19: + symbol: gTextureLakituCheckeredFlag19 + type: texture + offset: 0x8FED0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag20: + symbol: gTextureLakituCheckeredFlag20 + type: texture + offset: 0x90E90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag21: + symbol: gTextureLakituCheckeredFlag21 + type: texture + offset: 0x91E50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag22: + symbol: gTextureLakituCheckeredFlag22 + type: texture + offset: 0x92E10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag23: + symbol: gTextureLakituCheckeredFlag23 + type: texture + offset: 0x93DD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag24: + symbol: gTextureLakituCheckeredFlag24 + type: texture + offset: 0x94D90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag25: + symbol: gTextureLakituCheckeredFlag25 + type: texture + offset: 0x95D50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag26: + symbol: gTextureLakituCheckeredFlag26 + type: texture + offset: 0x96D10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag27: + symbol: gTextureLakituCheckeredFlag27 + type: texture + offset: 0x97CD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag28: + symbol: gTextureLakituCheckeredFlag28 + type: texture + offset: 0x98C90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag29: + symbol: gTextureLakituCheckeredFlag29 + type: texture + offset: 0x99C50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag30: + symbol: gTextureLakituCheckeredFlag30 + type: texture + offset: 0x9AC10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag31: + symbol: gTextureLakituCheckeredFlag31 + type: texture + offset: 0x9BBD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituCheckeredFlag32: + symbol: gTextureLakituCheckeredFlag32 + type: texture + offset: 0x9CB90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_checkered_flag +gTextureLakituSecondLap01: + symbol: gTextureLakituSecondLap01 + type: texture + offset: 0x9DB50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap02: + symbol: gTextureLakituSecondLap02 + type: texture + offset: 0x9EB10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap03: + symbol: gTextureLakituSecondLap03 + type: texture + offset: 0x9FAD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap04: + symbol: gTextureLakituSecondLap04 + type: texture + offset: 0xA0A90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap05: + symbol: gTextureLakituSecondLap05 + type: texture + offset: 0xA1A50 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap06: + symbol: gTextureLakituSecondLap06 + type: texture + offset: 0xA2A10 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap07: + symbol: gTextureLakituSecondLap07 + type: texture + offset: 0xA39D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap08: + symbol: gTextureLakituSecondLap08 + type: texture + offset: 0xA4990 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap09: + symbol: gTextureLakituSecondLap09 + type: texture + offset: 0xA5950 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap10: + symbol: gTextureLakituSecondLap10 + type: texture + offset: 0xA6910 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap11: + symbol: gTextureLakituSecondLap11 + type: texture + offset: 0xA78D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap12: + symbol: gTextureLakituSecondLap12 + type: texture + offset: 0xA8890 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap13: + symbol: gTextureLakituSecondLap13 + type: texture + offset: 0xA9850 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap14: + symbol: gTextureLakituSecondLap14 + type: texture + offset: 0xAA810 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap15: + symbol: gTextureLakituSecondLap15 + type: texture + offset: 0xAB7D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituSecondLap16: + symbol: gTextureLakituSecondLap16 + type: texture + offset: 0xAC790 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_second_lap +gTextureLakituFinalLap01: + symbol: gTextureLakituFinalLap01 + type: texture + offset: 0xAD750 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap02: + symbol: gTextureLakituFinalLap02 + type: texture + offset: 0xAE710 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap03: + symbol: gTextureLakituFinalLap03 + type: texture + offset: 0xAF6D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap04: + symbol: gTextureLakituFinalLap04 + type: texture + offset: 0xB0690 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap05: + symbol: gTextureLakituFinalLap05 + type: texture + offset: 0xB1650 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap06: + symbol: gTextureLakituFinalLap06 + type: texture + offset: 0xB2610 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap07: + symbol: gTextureLakituFinalLap07 + type: texture + offset: 0xB35D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap08: + symbol: gTextureLakituFinalLap08 + type: texture + offset: 0xB4590 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap09: + symbol: gTextureLakituFinalLap09 + type: texture + offset: 0xB5550 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap10: + symbol: gTextureLakituFinalLap10 + type: texture + offset: 0xB6510 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap11: + symbol: gTextureLakituFinalLap11 + type: texture + offset: 0xB74D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap12: + symbol: gTextureLakituFinalLap12 + type: texture + offset: 0xB8490 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap13: + symbol: gTextureLakituFinalLap13 + type: texture + offset: 0xB9450 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap14: + symbol: gTextureLakituFinalLap14 + type: texture + offset: 0xBA410 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap15: + symbol: gTextureLakituFinalLap15 + type: texture + offset: 0xBB3D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituFinalLap16: + symbol: gTextureLakituFinalLap16 + type: texture + offset: 0xBC390 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_final_lap +gTextureLakituReverse01: + symbol: gTextureLakituReverse01 + type: texture + offset: 0xBD350 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse02: + symbol: gTextureLakituReverse02 + type: texture + offset: 0xBE310 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse03: + symbol: gTextureLakituReverse03 + type: texture + offset: 0xBF2D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse04: + symbol: gTextureLakituReverse04 + type: texture + offset: 0xC0290 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse05: + symbol: gTextureLakituReverse05 + type: texture + offset: 0xC1250 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse06: + symbol: gTextureLakituReverse06 + type: texture + offset: 0xC2210 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse07: + symbol: gTextureLakituReverse07 + type: texture + offset: 0xC31D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse08: + symbol: gTextureLakituReverse08 + type: texture + offset: 0xC4190 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse09: + symbol: gTextureLakituReverse09 + type: texture + offset: 0xC5150 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse10: + symbol: gTextureLakituReverse10 + type: texture + offset: 0xC6110 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse11: + symbol: gTextureLakituReverse11 + type: texture + offset: 0xC70D0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse12: + symbol: gTextureLakituReverse12 + type: texture + offset: 0xC8090 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse13: + symbol: gTextureLakituReverse13 + type: texture + offset: 0xC9050 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse14: + symbol: gTextureLakituReverse14 + type: texture + offset: 0xCA010 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse15: + symbol: gTextureLakituReverse15 + type: texture + offset: 0xCAFD0 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituReverse16: + symbol: gTextureLakituReverse16 + type: texture + offset: 0xCBF90 + ctype: u8 + width: 72 + height: 56 + format: CI8 + tlut_symbol: common_tlut_lakitu_reverse +gTextureLakituFishing1: + symbol: gTextureLakituFishing1 + type: texture + offset: 0xCCF50 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing2: + symbol: gTextureLakituFishing2 + type: texture + offset: 0xCDF10 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing3: + symbol: gTextureLakituFishing3 + type: texture + offset: 0xCEED0 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +gTextureLakituFishing4: + symbol: gTextureLakituFishing4 + type: texture + offset: 0xCFE90 + ctype: u8 + width: 56 + height: 72 + format: CI8 + tlut_symbol: common_tlut_lakitu_fishing +# See boo_frames.yml since its all stuffed into one mio0 file. +#gTextureGhosts: # This contains 29 individual boo images. +# symbol: gTextureGhosts +# type: texture +# mio0: true +# offset: 0xD0E50 +# ctype: u8 +# width: 48 +# height: 1160 +# mio0: true +# format: CI8 +# tlut_symbol: gTLUTBoo +exhaust_0: + symbol: gTextureExhaust0 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD5B14 + format: ia8 +exhaust_1: + symbol: gTextureExhaust1 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD5F90 + format: ia8 +exhaust_2: + symbol: gTextureExhaust2 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 96 + offset: 0xD6418 + format: ia8 +exhaust_3: + symbol: gTextureExhaust3 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD690C + format: ia8 +exhaust_4: + symbol: gTextureExhaust4 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD6CD4 + format: ia8 +exhaust_5: + symbol: gTextureExhaust5 + type: texture + mio0: true + ctype: u16 + width: 32 + height: 128 + offset: 0xD70CC + format: ia8 +logo_mario_kart_64: + symbol: logo_mario_kart_64 + type: texture + mio0: true + ctype: u32 + width: 256 + height: 128 + offset: 0xD7510 + format: rgba32 +minimap_mario_raceway: + symbol: minimap_mario_raceway + mio0: true + type: texture + offset: 0xDEC9C + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_choco_mountain: + symbol: minimap_choco_mountain + mio0: true + type: texture + offset: 0xDEF60 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_bowsers_castle: + symbol: minimap_bowsers_castle + mio0: true + type: texture + offset: 0xDF268 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_banshee_boardwalk: + symbol: minimap_banshee_boardwalk + mio0: true + type: texture + offset: 0xDF4CC + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_yoshi_valley: + symbol: minimap_yoshi_valley + mio0: true + type: texture + offset: 0xDF6C4 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_frappe_snowland: + symbol: minimap_frappe_snowland + mio0: true + type: texture + offset: 0xDFAE8 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_koopa_troopa_beach: + symbol: minimap_koopa_troopa_beach + mio0: true + type: texture + offset: 0xDFD60 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_royal_raceway: + symbol: minimap_royal_raceway + mio0: true + type: texture + offset: 0xDFFC8 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_luigi_raceway: + symbol: minimap_luigi_raceway + mio0: true + type: texture + offset: 0xE02A0 + ctype: u16 + width: 64 + height: 96 + format: I4 +minimap_moo_moo_farm: + symbol: minimap_moo_moo_farm + mio0: true + type: texture + offset: 0xE051C + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_toads_turnpike: + symbol: minimap_toads_turnpike + mio0: true + type: texture + offset: 0xE0754 + ctype: u16 + width: 128 + height: 64 + format: I4 +minimap_kalimari_desert: + symbol: minimap_kalimari_desert + mio0: true + type: texture + offset: 0xE0A50 + ctype: u16 + width: 64 + height: 96 + format: I4 +minimap_sherbet_land: + symbol: minimap_sherbet_land + mio0: true + type: texture + offset: 0xE0DBC + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_rainbow_road: + symbol: minimap_rainbow_road + mio0: true + type: texture + offset: 0xE10C4 + ctype: u16 + width: 64 + height: 96 + format: I4 +minimap_wario_stadium: + symbol: minimap_wario_stadium + mio0: true + type: texture + offset: 0xE1400 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_block_fort: + symbol: minimap_block_fort + mio0: true + type: texture + offset: 0xE16D4 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_skyscraper: + symbol: minimap_skyscraper + mio0: true + type: texture + offset: 0xE1974 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_double_deck: + symbol: minimap_double_deck + mio0: true + type: texture + offset: 0xE1BA8 + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_dks_jungle_parkway: + symbol: minimap_dks_jungle_parkway + mio0: true + type: texture + offset: 0xE1D2C + ctype: u16 + width: 64 + height: 64 + format: I4 +minimap_big_donut: + symbol: minimap_big_donut + mio0: true + type: texture + offset: 0xE2014 + ctype: u16 + width: 64 + height: 64 + format: I4 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/peach_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/peach_kart.yml new file mode 100644 index 0000000..0265322 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/peach_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x309F50] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + peach_kart_wheels: + range: [0x6FDE8, 0x93F68] + mode: APPEND +peach_kart_frame000: + symbol: gKartPeach000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame001: + symbol: gKartPeach001 + type: texture + offset: 0x4E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_001_wheel_0 +peach_kart_frame002: + symbol: gKartPeach002 + type: texture + offset: 0x9E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_002_wheel_0 +peach_kart_frame003: + symbol: gKartPeach003 + type: texture + offset: 0xEE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_003_wheel_0 +peach_kart_frame004: + symbol: gKartPeach004 + type: texture + offset: 0x1404 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_004_wheel_0 +peach_kart_frame005: + symbol: gKartPeach005 + type: texture + offset: 0x1924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_005_wheel_0 +peach_kart_frame006: + symbol: gKartPeach006 + type: texture + offset: 0x1E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_006_wheel_0 +peach_kart_frame007: + symbol: gKartPeach007 + type: texture + offset: 0x238C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_007_wheel_0 +peach_kart_frame008: + symbol: gKartPeach008 + type: texture + offset: 0x28E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_008_wheel_0 +peach_kart_frame009: + symbol: gKartPeach009 + type: texture + offset: 0x2E48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_009_wheel_0 +peach_kart_frame010: + symbol: gKartPeach010 + type: texture + offset: 0x33BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_010_wheel_0 +peach_kart_frame011: + symbol: gKartPeach011 + type: texture + offset: 0x392C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_011_wheel_0 +peach_kart_frame012: + symbol: gKartPeach012 + type: texture + offset: 0x3EB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_012_wheel_0 +peach_kart_frame013: + symbol: gKartPeach013 + type: texture + offset: 0x4438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_013_wheel_0 +peach_kart_frame014: + symbol: gKartPeach014 + type: texture + offset: 0x49C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_014_wheel_0 +peach_kart_frame015: + symbol: gKartPeach015 + type: texture + offset: 0x4F4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_015_wheel_0 +peach_kart_frame016: + symbol: gKartPeach016 + type: texture + offset: 0x54D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_016_wheel_0 +peach_kart_frame017: + symbol: gKartPeach017 + type: texture + offset: 0x5A7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_017_wheel_0 +peach_kart_frame018: + symbol: gKartPeach018 + type: texture + offset: 0x6024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_018_wheel_0 +peach_kart_frame019: + symbol: gKartPeach019 + type: texture + offset: 0x65C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_019_wheel_0 +peach_kart_frame020: + symbol: gKartPeach020 + type: texture + offset: 0x6B84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_020_wheel_0 +peach_kart_frame021: + symbol: gKartPeach021 + type: texture + offset: 0x7140 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_021_wheel_0 +peach_kart_frame022: + symbol: gKartPeach022 + type: texture + offset: 0x7604 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_022_wheel_0 +peach_kart_frame023: + symbol: gKartPeach023 + type: texture + offset: 0x7AEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_023_wheel_0 +peach_kart_frame024: + symbol: gKartPeach024 + type: texture + offset: 0x7FD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_024_wheel_0 +peach_kart_frame025: + symbol: gKartPeach025 + type: texture + offset: 0x84F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_025_wheel_0 +peach_kart_frame026: + symbol: gKartPeach026 + type: texture + offset: 0x8A1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_026_wheel_0 +peach_kart_frame027: + symbol: gKartPeach027 + type: texture + offset: 0x8F2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_027_wheel_0 +peach_kart_frame028: + symbol: gKartPeach028 + type: texture + offset: 0x946C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_028_wheel_0 +peach_kart_frame029: + symbol: gKartPeach029 + type: texture + offset: 0x99C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_029_wheel_0 +peach_kart_frame030: + symbol: gKartPeach030 + type: texture + offset: 0x9F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_030_wheel_0 +peach_kart_frame031: + symbol: gKartPeach031 + type: texture + offset: 0xA4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_031_wheel_0 +peach_kart_frame032: + symbol: gKartPeach032 + type: texture + offset: 0xAA40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_032_wheel_0 +peach_kart_frame033: + symbol: gKartPeach033 + type: texture + offset: 0xAFE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_033_wheel_0 +peach_kart_frame034: + symbol: gKartPeach034 + type: texture + offset: 0xB57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_034_wheel_0 +peach_kart_frame035: + symbol: gKartPeach035 + type: texture + offset: 0xBB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_035_wheel_0 +peach_kart_frame036: + symbol: gKartPeach036 + type: texture + offset: 0xC0A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_036_wheel_0 +peach_kart_frame037: + symbol: gKartPeach037 + type: texture + offset: 0xC64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_037_wheel_0 +peach_kart_frame038: + symbol: gKartPeach038 + type: texture + offset: 0xCC0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_038_wheel_0 +peach_kart_frame039: + symbol: gKartPeach039 + type: texture + offset: 0xD1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_039_wheel_0 +peach_kart_frame040: + symbol: gKartPeach040 + type: texture + offset: 0xD774 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_040_wheel_0 +peach_kart_frame041: + symbol: gKartPeach041 + type: texture + offset: 0xDD34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_041_wheel_0 +peach_kart_frame042: + symbol: gKartPeach042 + type: texture + offset: 0xE2FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_042_wheel_0 +peach_kart_frame043: + symbol: gKartPeach043 + type: texture + offset: 0xE7E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_043_wheel_0 +peach_kart_frame044: + symbol: gKartPeach044 + type: texture + offset: 0xECF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_044_wheel_0 +peach_kart_frame045: + symbol: gKartPeach045 + type: texture + offset: 0xF204 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_045_wheel_0 +peach_kart_frame046: + symbol: gKartPeach046 + type: texture + offset: 0xF72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_046_wheel_0 +peach_kart_frame047: + symbol: gKartPeach047 + type: texture + offset: 0xFC54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_047_wheel_0 +peach_kart_frame048: + symbol: gKartPeach048 + type: texture + offset: 0x101B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_048_wheel_0 +peach_kart_frame049: + symbol: gKartPeach049 + type: texture + offset: 0x1071C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_049_wheel_0 +peach_kart_frame050: + symbol: gKartPeach050 + type: texture + offset: 0x10C9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_050_wheel_0 +peach_kart_frame051: + symbol: gKartPeach051 + type: texture + offset: 0x11214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_051_wheel_0 +peach_kart_frame052: + symbol: gKartPeach052 + type: texture + offset: 0x117A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_052_wheel_0 +peach_kart_frame053: + symbol: gKartPeach053 + type: texture + offset: 0x11D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_053_wheel_0 +peach_kart_frame054: + symbol: gKartPeach054 + type: texture + offset: 0x122C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_054_wheel_0 +peach_kart_frame055: + symbol: gKartPeach055 + type: texture + offset: 0x12870 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_055_wheel_0 +peach_kart_frame056: + symbol: gKartPeach056 + type: texture + offset: 0x12E1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_056_wheel_0 +peach_kart_frame057: + symbol: gKartPeach057 + type: texture + offset: 0x133B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_057_wheel_0 +peach_kart_frame058: + symbol: gKartPeach058 + type: texture + offset: 0x13974 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_058_wheel_0 +peach_kart_frame059: + symbol: gKartPeach059 + type: texture + offset: 0x13F24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_059_wheel_0 +peach_kart_frame060: + symbol: gKartPeach060 + type: texture + offset: 0x144F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_060_wheel_0 +peach_kart_frame061: + symbol: gKartPeach061 + type: texture + offset: 0x14ABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_061_wheel_0 +peach_kart_frame062: + symbol: gKartPeach062 + type: texture + offset: 0x15094 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_062_wheel_0 +peach_kart_frame063: + symbol: gKartPeach063 + type: texture + offset: 0x15650 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_063_wheel_0 +peach_kart_frame064: + symbol: gKartPeach064 + type: texture + offset: 0x15B1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_064_wheel_0 +peach_kart_frame065: + symbol: gKartPeach065 + type: texture + offset: 0x16014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_065_wheel_0 +peach_kart_frame066: + symbol: gKartPeach066 + type: texture + offset: 0x16524 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_066_wheel_0 +peach_kart_frame067: + symbol: gKartPeach067 + type: texture + offset: 0x16A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_067_wheel_0 +peach_kart_frame068: + symbol: gKartPeach068 + type: texture + offset: 0x16F98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_068_wheel_0 +peach_kart_frame069: + symbol: gKartPeach069 + type: texture + offset: 0x17500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_069_wheel_0 +peach_kart_frame070: + symbol: gKartPeach070 + type: texture + offset: 0x17A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_070_wheel_0 +peach_kart_frame071: + symbol: gKartPeach071 + type: texture + offset: 0x17FE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_071_wheel_0 +peach_kart_frame072: + symbol: gKartPeach072 + type: texture + offset: 0x18554 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_072_wheel_0 +peach_kart_frame073: + symbol: gKartPeach073 + type: texture + offset: 0x18AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_073_wheel_0 +peach_kart_frame074: + symbol: gKartPeach074 + type: texture + offset: 0x19088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_074_wheel_0 +peach_kart_frame075: + symbol: gKartPeach075 + type: texture + offset: 0x1961C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_075_wheel_0 +peach_kart_frame076: + symbol: gKartPeach076 + type: texture + offset: 0x19BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_076_wheel_0 +peach_kart_frame077: + symbol: gKartPeach077 + type: texture + offset: 0x1A16C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_077_wheel_0 +peach_kart_frame078: + symbol: gKartPeach078 + type: texture + offset: 0x1A718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_078_wheel_0 +peach_kart_frame079: + symbol: gKartPeach079 + type: texture + offset: 0x1ACFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_079_wheel_0 +peach_kart_frame080: + symbol: gKartPeach080 + type: texture + offset: 0x1B2BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_080_wheel_0 +peach_kart_frame081: + symbol: gKartPeach081 + type: texture + offset: 0x1B88C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_081_wheel_0 +peach_kart_frame082: + symbol: gKartPeach082 + type: texture + offset: 0x1BE54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_082_wheel_0 +peach_kart_frame083: + symbol: gKartPeach083 + type: texture + offset: 0x1C404 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_083_wheel_0 +peach_kart_frame084: + symbol: gKartPeach084 + type: texture + offset: 0x1C9E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_084_wheel_0 +peach_kart_frame085: + symbol: gKartPeach085 + type: texture + offset: 0x1CED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_085_wheel_0 +peach_kart_frame086: + symbol: gKartPeach086 + type: texture + offset: 0x1D3DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_086_wheel_0 +peach_kart_frame087: + symbol: gKartPeach087 + type: texture + offset: 0x1D8FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_087_wheel_0 +peach_kart_frame088: + symbol: gKartPeach088 + type: texture + offset: 0x1DE44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_088_wheel_0 +peach_kart_frame089: + symbol: gKartPeach089 + type: texture + offset: 0x1E38C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_089_wheel_0 +peach_kart_frame090: + symbol: gKartPeach090 + type: texture + offset: 0x1E8F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_090_wheel_0 +peach_kart_frame091: + symbol: gKartPeach091 + type: texture + offset: 0x1EE78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_091_wheel_0 +peach_kart_frame092: + symbol: gKartPeach092 + type: texture + offset: 0x1F40C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_092_wheel_0 +peach_kart_frame093: + symbol: gKartPeach093 + type: texture + offset: 0x1F984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_093_wheel_0 +peach_kart_frame094: + symbol: gKartPeach094 + type: texture + offset: 0x1FF24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_094_wheel_0 +peach_kart_frame095: + symbol: gKartPeach095 + type: texture + offset: 0x204D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_095_wheel_0 +peach_kart_frame096: + symbol: gKartPeach096 + type: texture + offset: 0x20A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_096_wheel_0 +peach_kart_frame097: + symbol: gKartPeach097 + type: texture + offset: 0x21020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_097_wheel_0 +peach_kart_frame098: + symbol: gKartPeach098 + type: texture + offset: 0x215D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_098_wheel_0 +peach_kart_frame099: + symbol: gKartPeach099 + type: texture + offset: 0x21B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_099_wheel_0 +peach_kart_frame100: + symbol: gKartPeach100 + type: texture + offset: 0x22158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_100_wheel_0 +peach_kart_frame101: + symbol: gKartPeach101 + type: texture + offset: 0x22730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_101_wheel_0 +peach_kart_frame102: + symbol: gKartPeach102 + type: texture + offset: 0x22D20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_102_wheel_0 +peach_kart_frame103: + symbol: gKartPeach103 + type: texture + offset: 0x232F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_103_wheel_0 +peach_kart_frame104: + symbol: gKartPeach104 + type: texture + offset: 0x238AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_104_wheel_0 +peach_kart_frame105: + symbol: gKartPeach105 + type: texture + offset: 0x23E6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_105_wheel_0 +peach_kart_frame106: + symbol: gKartPeach106 + type: texture + offset: 0x24360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_106_wheel_0 +peach_kart_frame107: + symbol: gKartPeach107 + type: texture + offset: 0x24878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_107_wheel_0 +peach_kart_frame108: + symbol: gKartPeach108 + type: texture + offset: 0x24DAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_108_wheel_0 +peach_kart_frame109: + symbol: gKartPeach109 + type: texture + offset: 0x25304 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_109_wheel_0 +peach_kart_frame110: + symbol: gKartPeach110 + type: texture + offset: 0x2587C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_110_wheel_0 +peach_kart_frame111: + symbol: gKartPeach111 + type: texture + offset: 0x25E00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_111_wheel_0 +peach_kart_frame112: + symbol: gKartPeach112 + type: texture + offset: 0x26398 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_112_wheel_0 +peach_kart_frame113: + symbol: gKartPeach113 + type: texture + offset: 0x26924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_113_wheel_0 +peach_kart_frame114: + symbol: gKartPeach114 + type: texture + offset: 0x26ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_114_wheel_0 +peach_kart_frame115: + symbol: gKartPeach115 + type: texture + offset: 0x27474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_115_wheel_0 +peach_kart_frame116: + symbol: gKartPeach116 + type: texture + offset: 0x27A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_116_wheel_0 +peach_kart_frame117: + symbol: gKartPeach117 + type: texture + offset: 0x27FC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_117_wheel_0 +peach_kart_frame118: + symbol: gKartPeach118 + type: texture + offset: 0x28568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_118_wheel_0 +peach_kart_frame119: + symbol: gKartPeach119 + type: texture + offset: 0x28B14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_119_wheel_0 +peach_kart_frame120: + symbol: gKartPeach120 + type: texture + offset: 0x290EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_120_wheel_0 +peach_kart_frame121: + symbol: gKartPeach121 + type: texture + offset: 0x296C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_121_wheel_0 +peach_kart_frame122: + symbol: gKartPeach122 + type: texture + offset: 0x29C98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_122_wheel_0 +peach_kart_frame123: + symbol: gKartPeach123 + type: texture + offset: 0x2A28C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_123_wheel_0 +peach_kart_frame124: + symbol: gKartPeach124 + type: texture + offset: 0x2A878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_124_wheel_0 +peach_kart_frame125: + symbol: gKartPeach125 + type: texture + offset: 0x2AE5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_125_wheel_0 +peach_kart_frame126: + symbol: gKartPeach126 + type: texture + offset: 0x2B438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_126_wheel_0 +peach_kart_frame127: + symbol: gKartPeach127 + type: texture + offset: 0x2B93C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_127_wheel_0 +peach_kart_frame128: + symbol: gKartPeach128 + type: texture + offset: 0x2BE44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_128_wheel_0 +peach_kart_frame129: + symbol: gKartPeach129 + type: texture + offset: 0x2C374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_129_wheel_0 +peach_kart_frame130: + symbol: gKartPeach130 + type: texture + offset: 0x2C8C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_130_wheel_0 +peach_kart_frame131: + symbol: gKartPeach131 + type: texture + offset: 0x2CE3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_131_wheel_0 +peach_kart_frame132: + symbol: gKartPeach132 + type: texture + offset: 0x2D3C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_132_wheel_0 +peach_kart_frame133: + symbol: gKartPeach133 + type: texture + offset: 0x2D95C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_133_wheel_0 +peach_kart_frame134: + symbol: gKartPeach134 + type: texture + offset: 0x2DF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_134_wheel_0 +peach_kart_frame135: + symbol: gKartPeach135 + type: texture + offset: 0x2E4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_135_wheel_0 +peach_kart_frame136: + symbol: gKartPeach136 + type: texture + offset: 0x2EA60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_136_wheel_0 +peach_kart_frame137: + symbol: gKartPeach137 + type: texture + offset: 0x2F000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_137_wheel_0 +peach_kart_frame138: + symbol: gKartPeach138 + type: texture + offset: 0x2F5A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_138_wheel_0 +peach_kart_frame139: + symbol: gKartPeach139 + type: texture + offset: 0x2FB54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_139_wheel_0 +peach_kart_frame140: + symbol: gKartPeach140 + type: texture + offset: 0x30108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_140_wheel_0 +peach_kart_frame141: + symbol: gKartPeach141 + type: texture + offset: 0x306E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_141_wheel_0 +peach_kart_frame142: + symbol: gKartPeach142 + type: texture + offset: 0x30CC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_142_wheel_0 +peach_kart_frame143: + symbol: gKartPeach143 + type: texture + offset: 0x312B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_143_wheel_0 +peach_kart_frame144: + symbol: gKartPeach144 + type: texture + offset: 0x3189C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_144_wheel_0 +peach_kart_frame145: + symbol: gKartPeach145 + type: texture + offset: 0x31E84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_145_wheel_0 +peach_kart_frame146: + symbol: gKartPeach146 + type: texture + offset: 0x32470 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_146_wheel_0 +peach_kart_frame147: + symbol: gKartPeach147 + type: texture + offset: 0x32A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_147_wheel_0 +peach_kart_frame148: + symbol: gKartPeach148 + type: texture + offset: 0x32F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_148_wheel_0 +peach_kart_frame149: + symbol: gKartPeach149 + type: texture + offset: 0x33474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_149_wheel_0 +peach_kart_frame150: + symbol: gKartPeach150 + type: texture + offset: 0x3399C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_150_wheel_0 +peach_kart_frame151: + symbol: gKartPeach151 + type: texture + offset: 0x33F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_151_wheel_0 +peach_kart_frame152: + symbol: gKartPeach152 + type: texture + offset: 0x3448C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_152_wheel_0 +peach_kart_frame153: + symbol: gKartPeach153 + type: texture + offset: 0x34A34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_153_wheel_0 +peach_kart_frame154: + symbol: gKartPeach154 + type: texture + offset: 0x34FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_154_wheel_0 +peach_kart_frame155: + symbol: gKartPeach155 + type: texture + offset: 0x35588 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_155_wheel_0 +peach_kart_frame156: + symbol: gKartPeach156 + type: texture + offset: 0x35B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_156_wheel_0 +peach_kart_frame157: + symbol: gKartPeach157 + type: texture + offset: 0x360FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_157_wheel_0 +peach_kart_frame158: + symbol: gKartPeach158 + type: texture + offset: 0x366C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_158_wheel_0 +peach_kart_frame159: + symbol: gKartPeach159 + type: texture + offset: 0x36C70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_159_wheel_0 +peach_kart_frame160: + symbol: gKartPeach160 + type: texture + offset: 0x37248 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_160_wheel_0 +peach_kart_frame161: + symbol: gKartPeach161 + type: texture + offset: 0x3782C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_161_wheel_0 +peach_kart_frame162: + symbol: gKartPeach162 + type: texture + offset: 0x37E00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_162_wheel_0 +peach_kart_frame163: + symbol: gKartPeach163 + type: texture + offset: 0x383F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_163_wheel_0 +peach_kart_frame164: + symbol: gKartPeach164 + type: texture + offset: 0x389E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_164_wheel_0 +peach_kart_frame165: + symbol: gKartPeach165 + type: texture + offset: 0x38FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_165_wheel_0 +peach_kart_frame166: + symbol: gKartPeach166 + type: texture + offset: 0x395B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_166_wheel_0 +peach_kart_frame167: + symbol: gKartPeach167 + type: texture + offset: 0x39BA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_167_wheel_0 +peach_kart_frame168: + symbol: gKartPeach168 + type: texture + offset: 0x3A18C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_168_wheel_0 +peach_kart_frame169: + symbol: gKartPeach169 + type: texture + offset: 0x3A690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_169_wheel_0 +peach_kart_frame170: + symbol: gKartPeach170 + type: texture + offset: 0x3ABB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_170_wheel_0 +peach_kart_frame171: + symbol: gKartPeach171 + type: texture + offset: 0x3B0FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_171_wheel_0 +peach_kart_frame172: + symbol: gKartPeach172 + type: texture + offset: 0x3B658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_172_wheel_0 +peach_kart_frame173: + symbol: gKartPeach173 + type: texture + offset: 0x3BBDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_173_wheel_0 +peach_kart_frame174: + symbol: gKartPeach174 + type: texture + offset: 0x3C184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_174_wheel_0 +peach_kart_frame175: + symbol: gKartPeach175 + type: texture + offset: 0x3C748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_175_wheel_0 +peach_kart_frame176: + symbol: gKartPeach176 + type: texture + offset: 0x3CD14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_176_wheel_0 +peach_kart_frame177: + symbol: gKartPeach177 + type: texture + offset: 0x3D2F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_177_wheel_0 +peach_kart_frame178: + symbol: gKartPeach178 + type: texture + offset: 0x3D8C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_178_wheel_0 +peach_kart_frame179: + symbol: gKartPeach179 + type: texture + offset: 0x3DEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_179_wheel_0 +peach_kart_frame180: + symbol: gKartPeach180 + type: texture + offset: 0x3E488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_180_wheel_0 +peach_kart_frame181: + symbol: gKartPeach181 + type: texture + offset: 0x3EA68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_181_wheel_0 +peach_kart_frame182: + symbol: gKartPeach182 + type: texture + offset: 0x3F040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_182_wheel_0 +peach_kart_frame183: + symbol: gKartPeach183 + type: texture + offset: 0x3F640 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_183_wheel_0 +peach_kart_frame184: + symbol: gKartPeach184 + type: texture + offset: 0x3FC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_184_wheel_0 +peach_kart_frame185: + symbol: gKartPeach185 + type: texture + offset: 0x40248 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_185_wheel_0 +peach_kart_frame186: + symbol: gKartPeach186 + type: texture + offset: 0x40840 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_186_wheel_0 +peach_kart_frame187: + symbol: gKartPeach187 + type: texture + offset: 0x40E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_187_wheel_0 +peach_kart_frame188: + symbol: gKartPeach188 + type: texture + offset: 0x41424 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_188_wheel_0 +peach_kart_frame189: + symbol: gKartPeach189 + type: texture + offset: 0x41A10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_189_wheel_0 +peach_kart_frame190: + symbol: gKartPeach190 + type: texture + offset: 0x41F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_190_wheel_0 +peach_kart_frame191: + symbol: gKartPeach191 + type: texture + offset: 0x42420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_191_wheel_0 +peach_kart_frame192: + symbol: gKartPeach192 + type: texture + offset: 0x42958 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_192_wheel_0 +peach_kart_frame193: + symbol: gKartPeach193 + type: texture + offset: 0x42ECC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_193_wheel_0 +peach_kart_frame194: + symbol: gKartPeach194 + type: texture + offset: 0x43454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_194_wheel_0 +peach_kart_frame195: + symbol: gKartPeach195 + type: texture + offset: 0x439F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_195_wheel_0 +peach_kart_frame196: + symbol: gKartPeach196 + type: texture + offset: 0x43FA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_196_wheel_0 +peach_kart_frame197: + symbol: gKartPeach197 + type: texture + offset: 0x44580 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_197_wheel_0 +peach_kart_frame198: + symbol: gKartPeach198 + type: texture + offset: 0x44B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_198_wheel_0 +peach_kart_frame199: + symbol: gKartPeach199 + type: texture + offset: 0x4514C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_199_wheel_0 +peach_kart_frame200: + symbol: gKartPeach200 + type: texture + offset: 0x45764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_200_wheel_0 +peach_kart_frame201: + symbol: gKartPeach201 + type: texture + offset: 0x45DA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_201_wheel_0 +peach_kart_frame202: + symbol: gKartPeach202 + type: texture + offset: 0x463C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_202_wheel_0 +peach_kart_frame203: + symbol: gKartPeach203 + type: texture + offset: 0x469D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_203_wheel_0 +peach_kart_frame204: + symbol: gKartPeach204 + type: texture + offset: 0x46FD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_204_wheel_0 +peach_kart_frame205: + symbol: gKartPeach205 + type: texture + offset: 0x475E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_205_wheel_0 +peach_kart_frame206: + symbol: gKartPeach206 + type: texture + offset: 0x47BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_206_wheel_0 +peach_kart_frame207: + symbol: gKartPeach207 + type: texture + offset: 0x481CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_207_wheel_0 +peach_kart_frame208: + symbol: gKartPeach208 + type: texture + offset: 0x487D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_208_wheel_0 +peach_kart_frame209: + symbol: gKartPeach209 + type: texture + offset: 0x48DA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_209_wheel_0 +peach_kart_frame210: + symbol: gKartPeach210 + type: texture + offset: 0x492A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_210_wheel_0 +peach_kart_frame211: + symbol: gKartPeach211 + type: texture + offset: 0x497D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_211_wheel_0 +peach_kart_frame212: + symbol: gKartPeach212 + type: texture + offset: 0x49D40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_212_wheel_0 +peach_kart_frame213: + symbol: gKartPeach213 + type: texture + offset: 0x4A2C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_213_wheel_0 +peach_kart_frame214: + symbol: gKartPeach214 + type: texture + offset: 0x4A850 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_214_wheel_0 +peach_kart_frame215: + symbol: gKartPeach215 + type: texture + offset: 0x4ADF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_215_wheel_0 +peach_kart_frame216: + symbol: gKartPeach216 + type: texture + offset: 0x4B3BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_216_wheel_0 +peach_kart_frame217: + symbol: gKartPeach217 + type: texture + offset: 0x4B97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_217_wheel_0 +peach_kart_frame218: + symbol: gKartPeach218 + type: texture + offset: 0x4BF60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_218_wheel_0 +peach_kart_frame219: + symbol: gKartPeach219 + type: texture + offset: 0x4C544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_219_wheel_0 +peach_kart_frame220: + symbol: gKartPeach220 + type: texture + offset: 0x4CB38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_220_wheel_0 +peach_kart_frame221: + symbol: gKartPeach221 + type: texture + offset: 0x4D13C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_221_wheel_0 +peach_kart_frame222: + symbol: gKartPeach222 + type: texture + offset: 0x4D71C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_222_wheel_0 +peach_kart_frame223: + symbol: gKartPeach223 + type: texture + offset: 0x4DD04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_223_wheel_0 +peach_kart_frame224: + symbol: gKartPeach224 + type: texture + offset: 0x4E2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_224_wheel_0 +peach_kart_frame225: + symbol: gKartPeach225 + type: texture + offset: 0x4E8CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_225_wheel_0 +peach_kart_frame226: + symbol: gKartPeach226 + type: texture + offset: 0x4EEA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_226_wheel_0 +peach_kart_frame227: + symbol: gKartPeach227 + type: texture + offset: 0x4F45C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_227_wheel_0 +peach_kart_frame228: + symbol: gKartPeach228 + type: texture + offset: 0x4FA18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_228_wheel_0 +peach_kart_frame229: + symbol: gKartPeach229 + type: texture + offset: 0x4FFB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_229_wheel_0 +peach_kart_frame230: + symbol: gKartPeach230 + type: texture + offset: 0x504D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_230_wheel_0 +peach_kart_frame231: + symbol: gKartPeach231 + type: texture + offset: 0x50A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_231_wheel_0 +peach_kart_frame232: + symbol: gKartPeach232 + type: texture + offset: 0x50F9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_232_wheel_0 +peach_kart_frame233: + symbol: gKartPeach233 + type: texture + offset: 0x5152C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_233_wheel_0 +peach_kart_frame234: + symbol: gKartPeach234 + type: texture + offset: 0x51AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_234_wheel_0 +peach_kart_frame235: + symbol: gKartPeach235 + type: texture + offset: 0x520A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_235_wheel_0 +peach_kart_frame236: + symbol: gKartPeach236 + type: texture + offset: 0x52668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_236_wheel_0 +peach_kart_frame237: + symbol: gKartPeach237 + type: texture + offset: 0x52C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_237_wheel_0 +peach_kart_frame238: + symbol: gKartPeach238 + type: texture + offset: 0x53214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_238_wheel_0 +peach_kart_frame239: + symbol: gKartPeach239 + type: texture + offset: 0x53800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_239_wheel_0 +peach_kart_frame240: + symbol: gKartPeach240 + type: texture + offset: 0x53DF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_240_wheel_0 +peach_kart_frame241: + symbol: gKartPeach241 + type: texture + offset: 0x543E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_241_wheel_0 +peach_kart_frame242: + symbol: gKartPeach242 + type: texture + offset: 0x549C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_242_wheel_0 +peach_kart_frame243: + symbol: gKartPeach243 + type: texture + offset: 0x54F90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_243_wheel_0 +peach_kart_frame244: + symbol: gKartPeach244 + type: texture + offset: 0x55548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_244_wheel_0 +peach_kart_frame245: + symbol: gKartPeach245 + type: texture + offset: 0x55B18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_245_wheel_0 +peach_kart_frame246: + symbol: gKartPeach246 + type: texture + offset: 0x560D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_246_wheel_0 +peach_kart_frame247: + symbol: gKartPeach247 + type: texture + offset: 0x56670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_247_wheel_0 +peach_kart_frame248: + symbol: gKartPeach248 + type: texture + offset: 0x56BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_248_wheel_0 +peach_kart_frame249: + symbol: gKartPeach249 + type: texture + offset: 0x57138 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_249_wheel_0 +peach_kart_frame250: + symbol: gKartPeach250 + type: texture + offset: 0x57658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_250_wheel_0 +peach_kart_frame251: + symbol: gKartPeach251 + type: texture + offset: 0x57BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_251_wheel_0 +peach_kart_frame252: + symbol: gKartPeach252 + type: texture + offset: 0x58118 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_252_wheel_0 +peach_kart_frame253: + symbol: gKartPeach253 + type: texture + offset: 0x586AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_253_wheel_0 +peach_kart_frame254: + symbol: gKartPeach254 + type: texture + offset: 0x58C60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_254_wheel_0 +peach_kart_frame255: + symbol: gKartPeach255 + type: texture + offset: 0x59220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_255_wheel_0 +peach_kart_frame256: + symbol: gKartPeach256 + type: texture + offset: 0x597EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_256_wheel_0 +peach_kart_frame257: + symbol: gKartPeach257 + type: texture + offset: 0x59DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_257_wheel_0 +peach_kart_frame258: + symbol: gKartPeach258 + type: texture + offset: 0x5A3D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_258_wheel_0 +peach_kart_frame259: + symbol: gKartPeach259 + type: texture + offset: 0x5A9CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_259_wheel_0 +peach_kart_frame260: + symbol: gKartPeach260 + type: texture + offset: 0x5AFB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_260_wheel_0 +peach_kart_frame261: + symbol: gKartPeach261 + type: texture + offset: 0x5B5A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_261_wheel_0 +peach_kart_frame262: + symbol: gKartPeach262 + type: texture + offset: 0x5BB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_262_wheel_0 +peach_kart_frame263: + symbol: gKartPeach263 + type: texture + offset: 0x5C110 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_263_wheel_0 +peach_kart_frame264: + symbol: gKartPeach264 + type: texture + offset: 0x5C698 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_264_wheel_0 +peach_kart_frame265: + symbol: gKartPeach265 + type: texture + offset: 0x5CC3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_265_wheel_0 +peach_kart_frame266: + symbol: gKartPeach266 + type: texture + offset: 0x5D1C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_266_wheel_0 +peach_kart_frame267: + symbol: gKartPeach267 + type: texture + offset: 0x5D718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_267_wheel_0 +peach_kart_frame268: + symbol: gKartPeach268 + type: texture + offset: 0x5DC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_268_wheel_0 +peach_kart_frame269: + symbol: gKartPeach269 + type: texture + offset: 0x5E178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_269_wheel_0 +peach_kart_frame270: + symbol: gKartPeach270 + type: texture + offset: 0x5E6A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_270_wheel_0 +peach_kart_frame271: + symbol: gKartPeach271 + type: texture + offset: 0x5EC04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_271_wheel_0 +peach_kart_frame272: + symbol: gKartPeach272 + type: texture + offset: 0x5F190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_272_wheel_0 +peach_kart_frame273: + symbol: gKartPeach273 + type: texture + offset: 0x5F72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_273_wheel_0 +peach_kart_frame274: + symbol: gKartPeach274 + type: texture + offset: 0x5FCD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_274_wheel_0 +peach_kart_frame275: + symbol: gKartPeach275 + type: texture + offset: 0x602A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_275_wheel_0 +peach_kart_frame276: + symbol: gKartPeach276 + type: texture + offset: 0x60884 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_276_wheel_0 +peach_kart_frame277: + symbol: gKartPeach277 + type: texture + offset: 0x60E5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_277_wheel_0 +peach_kart_frame278: + symbol: gKartPeach278 + type: texture + offset: 0x61450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_278_wheel_0 +peach_kart_frame279: + symbol: gKartPeach279 + type: texture + offset: 0x61A30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_279_wheel_0 +peach_kart_frame280: + symbol: gKartPeach280 + type: texture + offset: 0x62020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_280_wheel_0 +peach_kart_frame281: + symbol: gKartPeach281 + type: texture + offset: 0x625D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_281_wheel_0 +peach_kart_frame282: + symbol: gKartPeach282 + type: texture + offset: 0x62B6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_282_wheel_0 +peach_kart_frame283: + symbol: gKartPeach283 + type: texture + offset: 0x63100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_283_wheel_0 +peach_kart_frame284: + symbol: gKartPeach284 + type: texture + offset: 0x63694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_284_wheel_0 +peach_kart_frame285: + symbol: gKartPeach285 + type: texture + offset: 0x63C00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_285_wheel_0 +peach_kart_frame286: + symbol: gKartPeach286 + type: texture + offset: 0x64144 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_286_wheel_0 +peach_kart_frame287: + symbol: gKartPeach287 + type: texture + offset: 0x64668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_287_wheel_0 +peach_kart_frame288: + symbol: gKartPeach288 + type: texture + offset: 0x64B64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_288_wheel_0 +peach_kart_frame289: + symbol: gKartPeach289 + type: texture + offset: 0x65040 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame290: + symbol: gKartPeach290 + type: texture + offset: 0x654D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame291: + symbol: gKartPeach291 + type: texture + offset: 0x659B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame292: + symbol: gKartPeach292 + type: texture + offset: 0x65F48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame293: + symbol: gKartPeach293 + type: texture + offset: 0x665AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame294: + symbol: gKartPeach294 + type: texture + offset: 0x66BE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame295: + symbol: gKartPeach295 + type: texture + offset: 0x67218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame296: + symbol: gKartPeach296 + type: texture + offset: 0x6777C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame297: + symbol: gKartPeach297 + type: texture + offset: 0x67C7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame298: + symbol: gKartPeach298 + type: texture + offset: 0x68150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame299: + symbol: gKartPeach299 + type: texture + offset: 0x686D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame300: + symbol: gKartPeach300 + type: texture + offset: 0x68C80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame301: + symbol: gKartPeach301 + type: texture + offset: 0x6922C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame302: + symbol: gKartPeach302 + type: texture + offset: 0x6979C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame303: + symbol: gKartPeach303 + type: texture + offset: 0x69CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame304: + symbol: gKartPeach304 + type: texture + offset: 0x6A19C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame305: + symbol: gKartPeach305 + type: texture + offset: 0x6A694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame306: + symbol: gKartPeach306 + type: texture + offset: 0x6AB34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame307: + symbol: gKartPeach307 + type: texture + offset: 0x6B0D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame308: + symbol: gKartPeach308 + type: texture + offset: 0x6B72C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame309: + symbol: gKartPeach309 + type: texture + offset: 0x6BDB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame310: + symbol: gKartPeach310 + type: texture + offset: 0x6C3A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame311: + symbol: gKartPeach311 + type: texture + offset: 0x6C984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame312: + symbol: gKartPeach312 + type: texture + offset: 0x6CEC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame313: + symbol: gKartPeach313 + type: texture + offset: 0x6D388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame314: + symbol: gKartPeach314 + type: texture + offset: 0x6D85C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame315: + symbol: gKartPeach315 + type: texture + offset: 0x6DDC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame316: + symbol: gKartPeach316 + type: texture + offset: 0x6E38C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame317: + symbol: gKartPeach317 + type: texture + offset: 0x6E91C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame318: + symbol: gKartPeach318 + type: texture + offset: 0x6EEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame319: + symbol: gKartPeach319 + type: texture + offset: 0x6F400 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +peach_kart_frame320: + symbol: gKartPeach320 + type: texture + offset: 0x6F914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: peach_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartPeach000Wheel0 + type: texture + offset: 0x6FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartPeach000Wheel1 + type: texture + offset: 0x6FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartPeach000Wheel2 + type: texture + offset: 0x6FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartPeach000Wheel3 + type: texture + offset: 0x6FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartPeach001Wheel0 + type: texture + offset: 0x6FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartPeach001Wheel1 + type: texture + offset: 0x70068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartPeach001Wheel2 + type: texture + offset: 0x700E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartPeach001Wheel3 + type: texture + offset: 0x70168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartPeach002Wheel0 + type: texture + offset: 0x701E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartPeach002Wheel1 + type: texture + offset: 0x70268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartPeach002Wheel2 + type: texture + offset: 0x702E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartPeach002Wheel3 + type: texture + offset: 0x70368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartPeach003Wheel0 + type: texture + offset: 0x703E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartPeach003Wheel1 + type: texture + offset: 0x70468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartPeach003Wheel2 + type: texture + offset: 0x704E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartPeach003Wheel3 + type: texture + offset: 0x70568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartPeach004Wheel0 + type: texture + offset: 0x705E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartPeach004Wheel1 + type: texture + offset: 0x70668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartPeach004Wheel2 + type: texture + offset: 0x706E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartPeach004Wheel3 + type: texture + offset: 0x70768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartPeach005Wheel0 + type: texture + offset: 0x707E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartPeach005Wheel1 + type: texture + offset: 0x70868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartPeach005Wheel2 + type: texture + offset: 0x708E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartPeach005Wheel3 + type: texture + offset: 0x70968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartPeach006Wheel0 + type: texture + offset: 0x709E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartPeach006Wheel1 + type: texture + offset: 0x70A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartPeach006Wheel2 + type: texture + offset: 0x70AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartPeach006Wheel3 + type: texture + offset: 0x70B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartPeach007Wheel0 + type: texture + offset: 0x70BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartPeach007Wheel1 + type: texture + offset: 0x70C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartPeach007Wheel2 + type: texture + offset: 0x70CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartPeach007Wheel3 + type: texture + offset: 0x70D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartPeach008Wheel0 + type: texture + offset: 0x70DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartPeach008Wheel1 + type: texture + offset: 0x70E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartPeach008Wheel2 + type: texture + offset: 0x70EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartPeach008Wheel3 + type: texture + offset: 0x70F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartPeach009Wheel0 + type: texture + offset: 0x70FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartPeach009Wheel1 + type: texture + offset: 0x71068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartPeach009Wheel2 + type: texture + offset: 0x710E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartPeach009Wheel3 + type: texture + offset: 0x71168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartPeach010Wheel0 + type: texture + offset: 0x711E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartPeach010Wheel1 + type: texture + offset: 0x71268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartPeach010Wheel2 + type: texture + offset: 0x712E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartPeach010Wheel3 + type: texture + offset: 0x71368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartPeach011Wheel0 + type: texture + offset: 0x713E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartPeach011Wheel1 + type: texture + offset: 0x71468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartPeach011Wheel2 + type: texture + offset: 0x714E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartPeach011Wheel3 + type: texture + offset: 0x71568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartPeach012Wheel0 + type: texture + offset: 0x715E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartPeach012Wheel1 + type: texture + offset: 0x71668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartPeach012Wheel2 + type: texture + offset: 0x716E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartPeach012Wheel3 + type: texture + offset: 0x71768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartPeach013Wheel0 + type: texture + offset: 0x717E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartPeach013Wheel1 + type: texture + offset: 0x71868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartPeach013Wheel2 + type: texture + offset: 0x718E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartPeach013Wheel3 + type: texture + offset: 0x71968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartPeach014Wheel0 + type: texture + offset: 0x719E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartPeach014Wheel1 + type: texture + offset: 0x71A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartPeach014Wheel2 + type: texture + offset: 0x71AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartPeach014Wheel3 + type: texture + offset: 0x71B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartPeach015Wheel0 + type: texture + offset: 0x71BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartPeach015Wheel1 + type: texture + offset: 0x71C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartPeach015Wheel2 + type: texture + offset: 0x71CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartPeach015Wheel3 + type: texture + offset: 0x71D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartPeach016Wheel0 + type: texture + offset: 0x71DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartPeach016Wheel1 + type: texture + offset: 0x71E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartPeach016Wheel2 + type: texture + offset: 0x71EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartPeach016Wheel3 + type: texture + offset: 0x71F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartPeach017Wheel0 + type: texture + offset: 0x71FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartPeach017Wheel1 + type: texture + offset: 0x72068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartPeach017Wheel2 + type: texture + offset: 0x720E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartPeach017Wheel3 + type: texture + offset: 0x72168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartPeach018Wheel0 + type: texture + offset: 0x721E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartPeach018Wheel1 + type: texture + offset: 0x72268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartPeach018Wheel2 + type: texture + offset: 0x722E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartPeach018Wheel3 + type: texture + offset: 0x72368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartPeach019Wheel0 + type: texture + offset: 0x723E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartPeach019Wheel1 + type: texture + offset: 0x72468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartPeach019Wheel2 + type: texture + offset: 0x724E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartPeach019Wheel3 + type: texture + offset: 0x72568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartPeach020Wheel0 + type: texture + offset: 0x725E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartPeach020Wheel1 + type: texture + offset: 0x72668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartPeach020Wheel2 + type: texture + offset: 0x726E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartPeach020Wheel3 + type: texture + offset: 0x72768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartPeach021Wheel0 + type: texture + offset: 0x727E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartPeach021Wheel1 + type: texture + offset: 0x72868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartPeach021Wheel2 + type: texture + offset: 0x728E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartPeach021Wheel3 + type: texture + offset: 0x72968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartPeach022Wheel0 + type: texture + offset: 0x729E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartPeach022Wheel1 + type: texture + offset: 0x72A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartPeach022Wheel2 + type: texture + offset: 0x72AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartPeach022Wheel3 + type: texture + offset: 0x72B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartPeach023Wheel0 + type: texture + offset: 0x72BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartPeach023Wheel1 + type: texture + offset: 0x72C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartPeach023Wheel2 + type: texture + offset: 0x72CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartPeach023Wheel3 + type: texture + offset: 0x72D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartPeach024Wheel0 + type: texture + offset: 0x72DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartPeach024Wheel1 + type: texture + offset: 0x72E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartPeach024Wheel2 + type: texture + offset: 0x72EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartPeach024Wheel3 + type: texture + offset: 0x72F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartPeach025Wheel0 + type: texture + offset: 0x72FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartPeach025Wheel1 + type: texture + offset: 0x73068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartPeach025Wheel2 + type: texture + offset: 0x730E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartPeach025Wheel3 + type: texture + offset: 0x73168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartPeach026Wheel0 + type: texture + offset: 0x731E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartPeach026Wheel1 + type: texture + offset: 0x73268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartPeach026Wheel2 + type: texture + offset: 0x732E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartPeach026Wheel3 + type: texture + offset: 0x73368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartPeach027Wheel0 + type: texture + offset: 0x733E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartPeach027Wheel1 + type: texture + offset: 0x73468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartPeach027Wheel2 + type: texture + offset: 0x734E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartPeach027Wheel3 + type: texture + offset: 0x73568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartPeach028Wheel0 + type: texture + offset: 0x735E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartPeach028Wheel1 + type: texture + offset: 0x73668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartPeach028Wheel2 + type: texture + offset: 0x736E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartPeach028Wheel3 + type: texture + offset: 0x73768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartPeach029Wheel0 + type: texture + offset: 0x737E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartPeach029Wheel1 + type: texture + offset: 0x73868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartPeach029Wheel2 + type: texture + offset: 0x738E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartPeach029Wheel3 + type: texture + offset: 0x73968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartPeach030Wheel0 + type: texture + offset: 0x739E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartPeach030Wheel1 + type: texture + offset: 0x73A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartPeach030Wheel2 + type: texture + offset: 0x73AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartPeach030Wheel3 + type: texture + offset: 0x73B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartPeach031Wheel0 + type: texture + offset: 0x73BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartPeach031Wheel1 + type: texture + offset: 0x73C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartPeach031Wheel2 + type: texture + offset: 0x73CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartPeach031Wheel3 + type: texture + offset: 0x73D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartPeach032Wheel0 + type: texture + offset: 0x73DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartPeach032Wheel1 + type: texture + offset: 0x73E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartPeach032Wheel2 + type: texture + offset: 0x73EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartPeach032Wheel3 + type: texture + offset: 0x73F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartPeach033Wheel0 + type: texture + offset: 0x73FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartPeach033Wheel1 + type: texture + offset: 0x74068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartPeach033Wheel2 + type: texture + offset: 0x740E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartPeach033Wheel3 + type: texture + offset: 0x74168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartPeach034Wheel0 + type: texture + offset: 0x741E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartPeach034Wheel1 + type: texture + offset: 0x74268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartPeach034Wheel2 + type: texture + offset: 0x742E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartPeach034Wheel3 + type: texture + offset: 0x74368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartPeach035Wheel0 + type: texture + offset: 0x743E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartPeach035Wheel1 + type: texture + offset: 0x74468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartPeach035Wheel2 + type: texture + offset: 0x744E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartPeach035Wheel3 + type: texture + offset: 0x74568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartPeach036Wheel0 + type: texture + offset: 0x745E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartPeach036Wheel1 + type: texture + offset: 0x74668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartPeach036Wheel2 + type: texture + offset: 0x746E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartPeach036Wheel3 + type: texture + offset: 0x74768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartPeach037Wheel0 + type: texture + offset: 0x747E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartPeach037Wheel1 + type: texture + offset: 0x74868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartPeach037Wheel2 + type: texture + offset: 0x748E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartPeach037Wheel3 + type: texture + offset: 0x74968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartPeach038Wheel0 + type: texture + offset: 0x749E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartPeach038Wheel1 + type: texture + offset: 0x74A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartPeach038Wheel2 + type: texture + offset: 0x74AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartPeach038Wheel3 + type: texture + offset: 0x74B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartPeach039Wheel0 + type: texture + offset: 0x74BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartPeach039Wheel1 + type: texture + offset: 0x74C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartPeach039Wheel2 + type: texture + offset: 0x74CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartPeach039Wheel3 + type: texture + offset: 0x74D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartPeach040Wheel0 + type: texture + offset: 0x74DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartPeach040Wheel1 + type: texture + offset: 0x74E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartPeach040Wheel2 + type: texture + offset: 0x74EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartPeach040Wheel3 + type: texture + offset: 0x74F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartPeach041Wheel0 + type: texture + offset: 0x74FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartPeach041Wheel1 + type: texture + offset: 0x75068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartPeach041Wheel2 + type: texture + offset: 0x750E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartPeach041Wheel3 + type: texture + offset: 0x75168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartPeach042Wheel0 + type: texture + offset: 0x751E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartPeach042Wheel1 + type: texture + offset: 0x75268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartPeach042Wheel2 + type: texture + offset: 0x752E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartPeach042Wheel3 + type: texture + offset: 0x75368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartPeach043Wheel0 + type: texture + offset: 0x753E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartPeach043Wheel1 + type: texture + offset: 0x75468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartPeach043Wheel2 + type: texture + offset: 0x754E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartPeach043Wheel3 + type: texture + offset: 0x75568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartPeach044Wheel0 + type: texture + offset: 0x755E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartPeach044Wheel1 + type: texture + offset: 0x75668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartPeach044Wheel2 + type: texture + offset: 0x756E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartPeach044Wheel3 + type: texture + offset: 0x75768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartPeach045Wheel0 + type: texture + offset: 0x757E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartPeach045Wheel1 + type: texture + offset: 0x75868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartPeach045Wheel2 + type: texture + offset: 0x758E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartPeach045Wheel3 + type: texture + offset: 0x75968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartPeach046Wheel0 + type: texture + offset: 0x759E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartPeach046Wheel1 + type: texture + offset: 0x75A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartPeach046Wheel2 + type: texture + offset: 0x75AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartPeach046Wheel3 + type: texture + offset: 0x75B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartPeach047Wheel0 + type: texture + offset: 0x75BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartPeach047Wheel1 + type: texture + offset: 0x75C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartPeach047Wheel2 + type: texture + offset: 0x75CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartPeach047Wheel3 + type: texture + offset: 0x75D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartPeach048Wheel0 + type: texture + offset: 0x75DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartPeach048Wheel1 + type: texture + offset: 0x75E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartPeach048Wheel2 + type: texture + offset: 0x75EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartPeach048Wheel3 + type: texture + offset: 0x75F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartPeach049Wheel0 + type: texture + offset: 0x75FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartPeach049Wheel1 + type: texture + offset: 0x76068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartPeach049Wheel2 + type: texture + offset: 0x760E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartPeach049Wheel3 + type: texture + offset: 0x76168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartPeach050Wheel0 + type: texture + offset: 0x761E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartPeach050Wheel1 + type: texture + offset: 0x76268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartPeach050Wheel2 + type: texture + offset: 0x762E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartPeach050Wheel3 + type: texture + offset: 0x76368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartPeach051Wheel0 + type: texture + offset: 0x763E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartPeach051Wheel1 + type: texture + offset: 0x76468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartPeach051Wheel2 + type: texture + offset: 0x764E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartPeach051Wheel3 + type: texture + offset: 0x76568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartPeach052Wheel0 + type: texture + offset: 0x765E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartPeach052Wheel1 + type: texture + offset: 0x76668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartPeach052Wheel2 + type: texture + offset: 0x766E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartPeach052Wheel3 + type: texture + offset: 0x76768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartPeach053Wheel0 + type: texture + offset: 0x767E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartPeach053Wheel1 + type: texture + offset: 0x76868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartPeach053Wheel2 + type: texture + offset: 0x768E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartPeach053Wheel3 + type: texture + offset: 0x76968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartPeach054Wheel0 + type: texture + offset: 0x769E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartPeach054Wheel1 + type: texture + offset: 0x76A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartPeach054Wheel2 + type: texture + offset: 0x76AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartPeach054Wheel3 + type: texture + offset: 0x76B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartPeach055Wheel0 + type: texture + offset: 0x76BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartPeach055Wheel1 + type: texture + offset: 0x76C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartPeach055Wheel2 + type: texture + offset: 0x76CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartPeach055Wheel3 + type: texture + offset: 0x76D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartPeach056Wheel0 + type: texture + offset: 0x76DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartPeach056Wheel1 + type: texture + offset: 0x76E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartPeach056Wheel2 + type: texture + offset: 0x76EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartPeach056Wheel3 + type: texture + offset: 0x76F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartPeach057Wheel0 + type: texture + offset: 0x76FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartPeach057Wheel1 + type: texture + offset: 0x77068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartPeach057Wheel2 + type: texture + offset: 0x770E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartPeach057Wheel3 + type: texture + offset: 0x77168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartPeach058Wheel0 + type: texture + offset: 0x771E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartPeach058Wheel1 + type: texture + offset: 0x77268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartPeach058Wheel2 + type: texture + offset: 0x772E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartPeach058Wheel3 + type: texture + offset: 0x77368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartPeach059Wheel0 + type: texture + offset: 0x773E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartPeach059Wheel1 + type: texture + offset: 0x77468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartPeach059Wheel2 + type: texture + offset: 0x774E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartPeach059Wheel3 + type: texture + offset: 0x77568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartPeach060Wheel0 + type: texture + offset: 0x775E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartPeach060Wheel1 + type: texture + offset: 0x77668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartPeach060Wheel2 + type: texture + offset: 0x776E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartPeach060Wheel3 + type: texture + offset: 0x77768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartPeach061Wheel0 + type: texture + offset: 0x777E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartPeach061Wheel1 + type: texture + offset: 0x77868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartPeach061Wheel2 + type: texture + offset: 0x778E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartPeach061Wheel3 + type: texture + offset: 0x77968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartPeach062Wheel0 + type: texture + offset: 0x779E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartPeach062Wheel1 + type: texture + offset: 0x77A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartPeach062Wheel2 + type: texture + offset: 0x77AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartPeach062Wheel3 + type: texture + offset: 0x77B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartPeach063Wheel0 + type: texture + offset: 0x77BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartPeach063Wheel1 + type: texture + offset: 0x77C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartPeach063Wheel2 + type: texture + offset: 0x77CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartPeach063Wheel3 + type: texture + offset: 0x77D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartPeach064Wheel0 + type: texture + offset: 0x77DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartPeach064Wheel1 + type: texture + offset: 0x77E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartPeach064Wheel2 + type: texture + offset: 0x77EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartPeach064Wheel3 + type: texture + offset: 0x77F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartPeach065Wheel0 + type: texture + offset: 0x77FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartPeach065Wheel1 + type: texture + offset: 0x78068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartPeach065Wheel2 + type: texture + offset: 0x780E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartPeach065Wheel3 + type: texture + offset: 0x78168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartPeach066Wheel0 + type: texture + offset: 0x781E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartPeach066Wheel1 + type: texture + offset: 0x78268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartPeach066Wheel2 + type: texture + offset: 0x782E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartPeach066Wheel3 + type: texture + offset: 0x78368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartPeach067Wheel0 + type: texture + offset: 0x783E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartPeach067Wheel1 + type: texture + offset: 0x78468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartPeach067Wheel2 + type: texture + offset: 0x784E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartPeach067Wheel3 + type: texture + offset: 0x78568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartPeach068Wheel0 + type: texture + offset: 0x785E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartPeach068Wheel1 + type: texture + offset: 0x78668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartPeach068Wheel2 + type: texture + offset: 0x786E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartPeach068Wheel3 + type: texture + offset: 0x78768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartPeach069Wheel0 + type: texture + offset: 0x787E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartPeach069Wheel1 + type: texture + offset: 0x78868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartPeach069Wheel2 + type: texture + offset: 0x788E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartPeach069Wheel3 + type: texture + offset: 0x78968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartPeach070Wheel0 + type: texture + offset: 0x789E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartPeach070Wheel1 + type: texture + offset: 0x78A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartPeach070Wheel2 + type: texture + offset: 0x78AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartPeach070Wheel3 + type: texture + offset: 0x78B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartPeach071Wheel0 + type: texture + offset: 0x78BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartPeach071Wheel1 + type: texture + offset: 0x78C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartPeach071Wheel2 + type: texture + offset: 0x78CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartPeach071Wheel3 + type: texture + offset: 0x78D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartPeach072Wheel0 + type: texture + offset: 0x78DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartPeach072Wheel1 + type: texture + offset: 0x78E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartPeach072Wheel2 + type: texture + offset: 0x78EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartPeach072Wheel3 + type: texture + offset: 0x78F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartPeach073Wheel0 + type: texture + offset: 0x78FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartPeach073Wheel1 + type: texture + offset: 0x79068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartPeach073Wheel2 + type: texture + offset: 0x790E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartPeach073Wheel3 + type: texture + offset: 0x79168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartPeach074Wheel0 + type: texture + offset: 0x791E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartPeach074Wheel1 + type: texture + offset: 0x79268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartPeach074Wheel2 + type: texture + offset: 0x792E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartPeach074Wheel3 + type: texture + offset: 0x79368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartPeach075Wheel0 + type: texture + offset: 0x793E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartPeach075Wheel1 + type: texture + offset: 0x79468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartPeach075Wheel2 + type: texture + offset: 0x794E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartPeach075Wheel3 + type: texture + offset: 0x79568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartPeach076Wheel0 + type: texture + offset: 0x795E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartPeach076Wheel1 + type: texture + offset: 0x79668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartPeach076Wheel2 + type: texture + offset: 0x796E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartPeach076Wheel3 + type: texture + offset: 0x79768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartPeach077Wheel0 + type: texture + offset: 0x797E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartPeach077Wheel1 + type: texture + offset: 0x79868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartPeach077Wheel2 + type: texture + offset: 0x798E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartPeach077Wheel3 + type: texture + offset: 0x79968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartPeach078Wheel0 + type: texture + offset: 0x799E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartPeach078Wheel1 + type: texture + offset: 0x79A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartPeach078Wheel2 + type: texture + offset: 0x79AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartPeach078Wheel3 + type: texture + offset: 0x79B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartPeach079Wheel0 + type: texture + offset: 0x79BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartPeach079Wheel1 + type: texture + offset: 0x79C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartPeach079Wheel2 + type: texture + offset: 0x79CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartPeach079Wheel3 + type: texture + offset: 0x79D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartPeach080Wheel0 + type: texture + offset: 0x79DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartPeach080Wheel1 + type: texture + offset: 0x79E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartPeach080Wheel2 + type: texture + offset: 0x79EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartPeach080Wheel3 + type: texture + offset: 0x79F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartPeach081Wheel0 + type: texture + offset: 0x79FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartPeach081Wheel1 + type: texture + offset: 0x7A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartPeach081Wheel2 + type: texture + offset: 0x7A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartPeach081Wheel3 + type: texture + offset: 0x7A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartPeach082Wheel0 + type: texture + offset: 0x7A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartPeach082Wheel1 + type: texture + offset: 0x7A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartPeach082Wheel2 + type: texture + offset: 0x7A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartPeach082Wheel3 + type: texture + offset: 0x7A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartPeach083Wheel0 + type: texture + offset: 0x7A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartPeach083Wheel1 + type: texture + offset: 0x7A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartPeach083Wheel2 + type: texture + offset: 0x7A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartPeach083Wheel3 + type: texture + offset: 0x7A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartPeach084Wheel0 + type: texture + offset: 0x7A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartPeach084Wheel1 + type: texture + offset: 0x7A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartPeach084Wheel2 + type: texture + offset: 0x7A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartPeach084Wheel3 + type: texture + offset: 0x7A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartPeach085Wheel0 + type: texture + offset: 0x7A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartPeach085Wheel1 + type: texture + offset: 0x7A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartPeach085Wheel2 + type: texture + offset: 0x7A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartPeach085Wheel3 + type: texture + offset: 0x7A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartPeach086Wheel0 + type: texture + offset: 0x7A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartPeach086Wheel1 + type: texture + offset: 0x7AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartPeach086Wheel2 + type: texture + offset: 0x7AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartPeach086Wheel3 + type: texture + offset: 0x7AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartPeach087Wheel0 + type: texture + offset: 0x7ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartPeach087Wheel1 + type: texture + offset: 0x7AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartPeach087Wheel2 + type: texture + offset: 0x7ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartPeach087Wheel3 + type: texture + offset: 0x7AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartPeach088Wheel0 + type: texture + offset: 0x7ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartPeach088Wheel1 + type: texture + offset: 0x7AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartPeach088Wheel2 + type: texture + offset: 0x7AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartPeach088Wheel3 + type: texture + offset: 0x7AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartPeach089Wheel0 + type: texture + offset: 0x7AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartPeach089Wheel1 + type: texture + offset: 0x7B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartPeach089Wheel2 + type: texture + offset: 0x7B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartPeach089Wheel3 + type: texture + offset: 0x7B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartPeach090Wheel0 + type: texture + offset: 0x7B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartPeach090Wheel1 + type: texture + offset: 0x7B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartPeach090Wheel2 + type: texture + offset: 0x7B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartPeach090Wheel3 + type: texture + offset: 0x7B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartPeach091Wheel0 + type: texture + offset: 0x7B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartPeach091Wheel1 + type: texture + offset: 0x7B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartPeach091Wheel2 + type: texture + offset: 0x7B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartPeach091Wheel3 + type: texture + offset: 0x7B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartPeach092Wheel0 + type: texture + offset: 0x7B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartPeach092Wheel1 + type: texture + offset: 0x7B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartPeach092Wheel2 + type: texture + offset: 0x7B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartPeach092Wheel3 + type: texture + offset: 0x7B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartPeach093Wheel0 + type: texture + offset: 0x7B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartPeach093Wheel1 + type: texture + offset: 0x7B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartPeach093Wheel2 + type: texture + offset: 0x7B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartPeach093Wheel3 + type: texture + offset: 0x7B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartPeach094Wheel0 + type: texture + offset: 0x7B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartPeach094Wheel1 + type: texture + offset: 0x7BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartPeach094Wheel2 + type: texture + offset: 0x7BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartPeach094Wheel3 + type: texture + offset: 0x7BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartPeach095Wheel0 + type: texture + offset: 0x7BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartPeach095Wheel1 + type: texture + offset: 0x7BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartPeach095Wheel2 + type: texture + offset: 0x7BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartPeach095Wheel3 + type: texture + offset: 0x7BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartPeach096Wheel0 + type: texture + offset: 0x7BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartPeach096Wheel1 + type: texture + offset: 0x7BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartPeach096Wheel2 + type: texture + offset: 0x7BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartPeach096Wheel3 + type: texture + offset: 0x7BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartPeach097Wheel0 + type: texture + offset: 0x7BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartPeach097Wheel1 + type: texture + offset: 0x7C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartPeach097Wheel2 + type: texture + offset: 0x7C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartPeach097Wheel3 + type: texture + offset: 0x7C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartPeach098Wheel0 + type: texture + offset: 0x7C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartPeach098Wheel1 + type: texture + offset: 0x7C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartPeach098Wheel2 + type: texture + offset: 0x7C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartPeach098Wheel3 + type: texture + offset: 0x7C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartPeach099Wheel0 + type: texture + offset: 0x7C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartPeach099Wheel1 + type: texture + offset: 0x7C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartPeach099Wheel2 + type: texture + offset: 0x7C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartPeach099Wheel3 + type: texture + offset: 0x7C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartPeach100Wheel0 + type: texture + offset: 0x7C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartPeach100Wheel1 + type: texture + offset: 0x7C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartPeach100Wheel2 + type: texture + offset: 0x7C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartPeach100Wheel3 + type: texture + offset: 0x7C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartPeach101Wheel0 + type: texture + offset: 0x7C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartPeach101Wheel1 + type: texture + offset: 0x7C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartPeach101Wheel2 + type: texture + offset: 0x7C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartPeach101Wheel3 + type: texture + offset: 0x7C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartPeach102Wheel0 + type: texture + offset: 0x7C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartPeach102Wheel1 + type: texture + offset: 0x7CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartPeach102Wheel2 + type: texture + offset: 0x7CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartPeach102Wheel3 + type: texture + offset: 0x7CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartPeach103Wheel0 + type: texture + offset: 0x7CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartPeach103Wheel1 + type: texture + offset: 0x7CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartPeach103Wheel2 + type: texture + offset: 0x7CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartPeach103Wheel3 + type: texture + offset: 0x7CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartPeach104Wheel0 + type: texture + offset: 0x7CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartPeach104Wheel1 + type: texture + offset: 0x7CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartPeach104Wheel2 + type: texture + offset: 0x7CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartPeach104Wheel3 + type: texture + offset: 0x7CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartPeach105Wheel0 + type: texture + offset: 0x7CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartPeach105Wheel1 + type: texture + offset: 0x7D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartPeach105Wheel2 + type: texture + offset: 0x7D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartPeach105Wheel3 + type: texture + offset: 0x7D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartPeach106Wheel0 + type: texture + offset: 0x7D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartPeach106Wheel1 + type: texture + offset: 0x7D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartPeach106Wheel2 + type: texture + offset: 0x7D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartPeach106Wheel3 + type: texture + offset: 0x7D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartPeach107Wheel0 + type: texture + offset: 0x7D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartPeach107Wheel1 + type: texture + offset: 0x7D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartPeach107Wheel2 + type: texture + offset: 0x7D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartPeach107Wheel3 + type: texture + offset: 0x7D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartPeach108Wheel0 + type: texture + offset: 0x7D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartPeach108Wheel1 + type: texture + offset: 0x7D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartPeach108Wheel2 + type: texture + offset: 0x7D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartPeach108Wheel3 + type: texture + offset: 0x7D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartPeach109Wheel0 + type: texture + offset: 0x7D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartPeach109Wheel1 + type: texture + offset: 0x7D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartPeach109Wheel2 + type: texture + offset: 0x7D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartPeach109Wheel3 + type: texture + offset: 0x7D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartPeach110Wheel0 + type: texture + offset: 0x7D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartPeach110Wheel1 + type: texture + offset: 0x7DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartPeach110Wheel2 + type: texture + offset: 0x7DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartPeach110Wheel3 + type: texture + offset: 0x7DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartPeach111Wheel0 + type: texture + offset: 0x7DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartPeach111Wheel1 + type: texture + offset: 0x7DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartPeach111Wheel2 + type: texture + offset: 0x7DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartPeach111Wheel3 + type: texture + offset: 0x7DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartPeach112Wheel0 + type: texture + offset: 0x7DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartPeach112Wheel1 + type: texture + offset: 0x7DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartPeach112Wheel2 + type: texture + offset: 0x7DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartPeach112Wheel3 + type: texture + offset: 0x7DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartPeach113Wheel0 + type: texture + offset: 0x7DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartPeach113Wheel1 + type: texture + offset: 0x7E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartPeach113Wheel2 + type: texture + offset: 0x7E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartPeach113Wheel3 + type: texture + offset: 0x7E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartPeach114Wheel0 + type: texture + offset: 0x7E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartPeach114Wheel1 + type: texture + offset: 0x7E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartPeach114Wheel2 + type: texture + offset: 0x7E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartPeach114Wheel3 + type: texture + offset: 0x7E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartPeach115Wheel0 + type: texture + offset: 0x7E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartPeach115Wheel1 + type: texture + offset: 0x7E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartPeach115Wheel2 + type: texture + offset: 0x7E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartPeach115Wheel3 + type: texture + offset: 0x7E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartPeach116Wheel0 + type: texture + offset: 0x7E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartPeach116Wheel1 + type: texture + offset: 0x7E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartPeach116Wheel2 + type: texture + offset: 0x7E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartPeach116Wheel3 + type: texture + offset: 0x7E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartPeach117Wheel0 + type: texture + offset: 0x7E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartPeach117Wheel1 + type: texture + offset: 0x7E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartPeach117Wheel2 + type: texture + offset: 0x7E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartPeach117Wheel3 + type: texture + offset: 0x7E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartPeach118Wheel0 + type: texture + offset: 0x7E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartPeach118Wheel1 + type: texture + offset: 0x7EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartPeach118Wheel2 + type: texture + offset: 0x7EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartPeach118Wheel3 + type: texture + offset: 0x7EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartPeach119Wheel0 + type: texture + offset: 0x7EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartPeach119Wheel1 + type: texture + offset: 0x7EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartPeach119Wheel2 + type: texture + offset: 0x7ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartPeach119Wheel3 + type: texture + offset: 0x7ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartPeach120Wheel0 + type: texture + offset: 0x7EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartPeach120Wheel1 + type: texture + offset: 0x7EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartPeach120Wheel2 + type: texture + offset: 0x7EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartPeach120Wheel3 + type: texture + offset: 0x7EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartPeach121Wheel0 + type: texture + offset: 0x7EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartPeach121Wheel1 + type: texture + offset: 0x7F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartPeach121Wheel2 + type: texture + offset: 0x7F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartPeach121Wheel3 + type: texture + offset: 0x7F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartPeach122Wheel0 + type: texture + offset: 0x7F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartPeach122Wheel1 + type: texture + offset: 0x7F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartPeach122Wheel2 + type: texture + offset: 0x7F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartPeach122Wheel3 + type: texture + offset: 0x7F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartPeach123Wheel0 + type: texture + offset: 0x7F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartPeach123Wheel1 + type: texture + offset: 0x7F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartPeach123Wheel2 + type: texture + offset: 0x7F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartPeach123Wheel3 + type: texture + offset: 0x7F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartPeach124Wheel0 + type: texture + offset: 0x7F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartPeach124Wheel1 + type: texture + offset: 0x7F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartPeach124Wheel2 + type: texture + offset: 0x7F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartPeach124Wheel3 + type: texture + offset: 0x7F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartPeach125Wheel0 + type: texture + offset: 0x7F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartPeach125Wheel1 + type: texture + offset: 0x7F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartPeach125Wheel2 + type: texture + offset: 0x7F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartPeach125Wheel3 + type: texture + offset: 0x7F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartPeach126Wheel0 + type: texture + offset: 0x7F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartPeach126Wheel1 + type: texture + offset: 0x7FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartPeach126Wheel2 + type: texture + offset: 0x7FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartPeach126Wheel3 + type: texture + offset: 0x7FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartPeach127Wheel0 + type: texture + offset: 0x7FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartPeach127Wheel1 + type: texture + offset: 0x7FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartPeach127Wheel2 + type: texture + offset: 0x7FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartPeach127Wheel3 + type: texture + offset: 0x7FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartPeach128Wheel0 + type: texture + offset: 0x7FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartPeach128Wheel1 + type: texture + offset: 0x7FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartPeach128Wheel2 + type: texture + offset: 0x7FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartPeach128Wheel3 + type: texture + offset: 0x7FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartPeach129Wheel0 + type: texture + offset: 0x7FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartPeach129Wheel1 + type: texture + offset: 0x80068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartPeach129Wheel2 + type: texture + offset: 0x800E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartPeach129Wheel3 + type: texture + offset: 0x80168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartPeach130Wheel0 + type: texture + offset: 0x801E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartPeach130Wheel1 + type: texture + offset: 0x80268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartPeach130Wheel2 + type: texture + offset: 0x802E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartPeach130Wheel3 + type: texture + offset: 0x80368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartPeach131Wheel0 + type: texture + offset: 0x803E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartPeach131Wheel1 + type: texture + offset: 0x80468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartPeach131Wheel2 + type: texture + offset: 0x804E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartPeach131Wheel3 + type: texture + offset: 0x80568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartPeach132Wheel0 + type: texture + offset: 0x805E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartPeach132Wheel1 + type: texture + offset: 0x80668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartPeach132Wheel2 + type: texture + offset: 0x806E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartPeach132Wheel3 + type: texture + offset: 0x80768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartPeach133Wheel0 + type: texture + offset: 0x807E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartPeach133Wheel1 + type: texture + offset: 0x80868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartPeach133Wheel2 + type: texture + offset: 0x808E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartPeach133Wheel3 + type: texture + offset: 0x80968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartPeach134Wheel0 + type: texture + offset: 0x809E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartPeach134Wheel1 + type: texture + offset: 0x80A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartPeach134Wheel2 + type: texture + offset: 0x80AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartPeach134Wheel3 + type: texture + offset: 0x80B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartPeach135Wheel0 + type: texture + offset: 0x80BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartPeach135Wheel1 + type: texture + offset: 0x80C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartPeach135Wheel2 + type: texture + offset: 0x80CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartPeach135Wheel3 + type: texture + offset: 0x80D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartPeach136Wheel0 + type: texture + offset: 0x80DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartPeach136Wheel1 + type: texture + offset: 0x80E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartPeach136Wheel2 + type: texture + offset: 0x80EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartPeach136Wheel3 + type: texture + offset: 0x80F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartPeach137Wheel0 + type: texture + offset: 0x80FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartPeach137Wheel1 + type: texture + offset: 0x81068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartPeach137Wheel2 + type: texture + offset: 0x810E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartPeach137Wheel3 + type: texture + offset: 0x81168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartPeach138Wheel0 + type: texture + offset: 0x811E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartPeach138Wheel1 + type: texture + offset: 0x81268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartPeach138Wheel2 + type: texture + offset: 0x812E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartPeach138Wheel3 + type: texture + offset: 0x81368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartPeach139Wheel0 + type: texture + offset: 0x813E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartPeach139Wheel1 + type: texture + offset: 0x81468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartPeach139Wheel2 + type: texture + offset: 0x814E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartPeach139Wheel3 + type: texture + offset: 0x81568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartPeach140Wheel0 + type: texture + offset: 0x815E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartPeach140Wheel1 + type: texture + offset: 0x81668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartPeach140Wheel2 + type: texture + offset: 0x816E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartPeach140Wheel3 + type: texture + offset: 0x81768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartPeach141Wheel0 + type: texture + offset: 0x817E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartPeach141Wheel1 + type: texture + offset: 0x81868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartPeach141Wheel2 + type: texture + offset: 0x818E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartPeach141Wheel3 + type: texture + offset: 0x81968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartPeach142Wheel0 + type: texture + offset: 0x819E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartPeach142Wheel1 + type: texture + offset: 0x81A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartPeach142Wheel2 + type: texture + offset: 0x81AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartPeach142Wheel3 + type: texture + offset: 0x81B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartPeach143Wheel0 + type: texture + offset: 0x81BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartPeach143Wheel1 + type: texture + offset: 0x81C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartPeach143Wheel2 + type: texture + offset: 0x81CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartPeach143Wheel3 + type: texture + offset: 0x81D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartPeach144Wheel0 + type: texture + offset: 0x81DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartPeach144Wheel1 + type: texture + offset: 0x81E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartPeach144Wheel2 + type: texture + offset: 0x81EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartPeach144Wheel3 + type: texture + offset: 0x81F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartPeach145Wheel0 + type: texture + offset: 0x81FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartPeach145Wheel1 + type: texture + offset: 0x82068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartPeach145Wheel2 + type: texture + offset: 0x820E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartPeach145Wheel3 + type: texture + offset: 0x82168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartPeach146Wheel0 + type: texture + offset: 0x821E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartPeach146Wheel1 + type: texture + offset: 0x82268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartPeach146Wheel2 + type: texture + offset: 0x822E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartPeach146Wheel3 + type: texture + offset: 0x82368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartPeach147Wheel0 + type: texture + offset: 0x823E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartPeach147Wheel1 + type: texture + offset: 0x82468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartPeach147Wheel2 + type: texture + offset: 0x824E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartPeach147Wheel3 + type: texture + offset: 0x82568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartPeach148Wheel0 + type: texture + offset: 0x825E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartPeach148Wheel1 + type: texture + offset: 0x82668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartPeach148Wheel2 + type: texture + offset: 0x826E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartPeach148Wheel3 + type: texture + offset: 0x82768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartPeach149Wheel0 + type: texture + offset: 0x827E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartPeach149Wheel1 + type: texture + offset: 0x82868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartPeach149Wheel2 + type: texture + offset: 0x828E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartPeach149Wheel3 + type: texture + offset: 0x82968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartPeach150Wheel0 + type: texture + offset: 0x829E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartPeach150Wheel1 + type: texture + offset: 0x82A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartPeach150Wheel2 + type: texture + offset: 0x82AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartPeach150Wheel3 + type: texture + offset: 0x82B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartPeach151Wheel0 + type: texture + offset: 0x82BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartPeach151Wheel1 + type: texture + offset: 0x82C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartPeach151Wheel2 + type: texture + offset: 0x82CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartPeach151Wheel3 + type: texture + offset: 0x82D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartPeach152Wheel0 + type: texture + offset: 0x82DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartPeach152Wheel1 + type: texture + offset: 0x82E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartPeach152Wheel2 + type: texture + offset: 0x82EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartPeach152Wheel3 + type: texture + offset: 0x82F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartPeach153Wheel0 + type: texture + offset: 0x82FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartPeach153Wheel1 + type: texture + offset: 0x83068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartPeach153Wheel2 + type: texture + offset: 0x830E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartPeach153Wheel3 + type: texture + offset: 0x83168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartPeach154Wheel0 + type: texture + offset: 0x831E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartPeach154Wheel1 + type: texture + offset: 0x83268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartPeach154Wheel2 + type: texture + offset: 0x832E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartPeach154Wheel3 + type: texture + offset: 0x83368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartPeach155Wheel0 + type: texture + offset: 0x833E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartPeach155Wheel1 + type: texture + offset: 0x83468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartPeach155Wheel2 + type: texture + offset: 0x834E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartPeach155Wheel3 + type: texture + offset: 0x83568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartPeach156Wheel0 + type: texture + offset: 0x835E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartPeach156Wheel1 + type: texture + offset: 0x83668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartPeach156Wheel2 + type: texture + offset: 0x836E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartPeach156Wheel3 + type: texture + offset: 0x83768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartPeach157Wheel0 + type: texture + offset: 0x837E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartPeach157Wheel1 + type: texture + offset: 0x83868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartPeach157Wheel2 + type: texture + offset: 0x838E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartPeach157Wheel3 + type: texture + offset: 0x83968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartPeach158Wheel0 + type: texture + offset: 0x839E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartPeach158Wheel1 + type: texture + offset: 0x83A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartPeach158Wheel2 + type: texture + offset: 0x83AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartPeach158Wheel3 + type: texture + offset: 0x83B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartPeach159Wheel0 + type: texture + offset: 0x83BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartPeach159Wheel1 + type: texture + offset: 0x83C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartPeach159Wheel2 + type: texture + offset: 0x83CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartPeach159Wheel3 + type: texture + offset: 0x83D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartPeach160Wheel0 + type: texture + offset: 0x83DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartPeach160Wheel1 + type: texture + offset: 0x83E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartPeach160Wheel2 + type: texture + offset: 0x83EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartPeach160Wheel3 + type: texture + offset: 0x83F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartPeach161Wheel0 + type: texture + offset: 0x83FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartPeach161Wheel1 + type: texture + offset: 0x84068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartPeach161Wheel2 + type: texture + offset: 0x840E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartPeach161Wheel3 + type: texture + offset: 0x84168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartPeach162Wheel0 + type: texture + offset: 0x841E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartPeach162Wheel1 + type: texture + offset: 0x84268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartPeach162Wheel2 + type: texture + offset: 0x842E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartPeach162Wheel3 + type: texture + offset: 0x84368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartPeach163Wheel0 + type: texture + offset: 0x843E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartPeach163Wheel1 + type: texture + offset: 0x84468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartPeach163Wheel2 + type: texture + offset: 0x844E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartPeach163Wheel3 + type: texture + offset: 0x84568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartPeach164Wheel0 + type: texture + offset: 0x845E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartPeach164Wheel1 + type: texture + offset: 0x84668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartPeach164Wheel2 + type: texture + offset: 0x846E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartPeach164Wheel3 + type: texture + offset: 0x84768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartPeach165Wheel0 + type: texture + offset: 0x847E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartPeach165Wheel1 + type: texture + offset: 0x84868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartPeach165Wheel2 + type: texture + offset: 0x848E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartPeach165Wheel3 + type: texture + offset: 0x84968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartPeach166Wheel0 + type: texture + offset: 0x849E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartPeach166Wheel1 + type: texture + offset: 0x84A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartPeach166Wheel2 + type: texture + offset: 0x84AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartPeach166Wheel3 + type: texture + offset: 0x84B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartPeach167Wheel0 + type: texture + offset: 0x84BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartPeach167Wheel1 + type: texture + offset: 0x84C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartPeach167Wheel2 + type: texture + offset: 0x84CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartPeach167Wheel3 + type: texture + offset: 0x84D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartPeach168Wheel0 + type: texture + offset: 0x84DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartPeach168Wheel1 + type: texture + offset: 0x84E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartPeach168Wheel2 + type: texture + offset: 0x84EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartPeach168Wheel3 + type: texture + offset: 0x84F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartPeach169Wheel0 + type: texture + offset: 0x84FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartPeach169Wheel1 + type: texture + offset: 0x85068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartPeach169Wheel2 + type: texture + offset: 0x850E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartPeach169Wheel3 + type: texture + offset: 0x85168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartPeach170Wheel0 + type: texture + offset: 0x851E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartPeach170Wheel1 + type: texture + offset: 0x85268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartPeach170Wheel2 + type: texture + offset: 0x852E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartPeach170Wheel3 + type: texture + offset: 0x85368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartPeach171Wheel0 + type: texture + offset: 0x853E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartPeach171Wheel1 + type: texture + offset: 0x85468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartPeach171Wheel2 + type: texture + offset: 0x854E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartPeach171Wheel3 + type: texture + offset: 0x85568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartPeach172Wheel0 + type: texture + offset: 0x855E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartPeach172Wheel1 + type: texture + offset: 0x85668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartPeach172Wheel2 + type: texture + offset: 0x856E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartPeach172Wheel3 + type: texture + offset: 0x85768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartPeach173Wheel0 + type: texture + offset: 0x857E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartPeach173Wheel1 + type: texture + offset: 0x85868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartPeach173Wheel2 + type: texture + offset: 0x858E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartPeach173Wheel3 + type: texture + offset: 0x85968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartPeach174Wheel0 + type: texture + offset: 0x859E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartPeach174Wheel1 + type: texture + offset: 0x85A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartPeach174Wheel2 + type: texture + offset: 0x85AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartPeach174Wheel3 + type: texture + offset: 0x85B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartPeach175Wheel0 + type: texture + offset: 0x85BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartPeach175Wheel1 + type: texture + offset: 0x85C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartPeach175Wheel2 + type: texture + offset: 0x85CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartPeach175Wheel3 + type: texture + offset: 0x85D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartPeach176Wheel0 + type: texture + offset: 0x85DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartPeach176Wheel1 + type: texture + offset: 0x85E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartPeach176Wheel2 + type: texture + offset: 0x85EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartPeach176Wheel3 + type: texture + offset: 0x85F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartPeach177Wheel0 + type: texture + offset: 0x85FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartPeach177Wheel1 + type: texture + offset: 0x86068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartPeach177Wheel2 + type: texture + offset: 0x860E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartPeach177Wheel3 + type: texture + offset: 0x86168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartPeach178Wheel0 + type: texture + offset: 0x861E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartPeach178Wheel1 + type: texture + offset: 0x86268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartPeach178Wheel2 + type: texture + offset: 0x862E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartPeach178Wheel3 + type: texture + offset: 0x86368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartPeach179Wheel0 + type: texture + offset: 0x863E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartPeach179Wheel1 + type: texture + offset: 0x86468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartPeach179Wheel2 + type: texture + offset: 0x864E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartPeach179Wheel3 + type: texture + offset: 0x86568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartPeach180Wheel0 + type: texture + offset: 0x865E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartPeach180Wheel1 + type: texture + offset: 0x86668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartPeach180Wheel2 + type: texture + offset: 0x866E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartPeach180Wheel3 + type: texture + offset: 0x86768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartPeach181Wheel0 + type: texture + offset: 0x867E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartPeach181Wheel1 + type: texture + offset: 0x86868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartPeach181Wheel2 + type: texture + offset: 0x868E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartPeach181Wheel3 + type: texture + offset: 0x86968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartPeach182Wheel0 + type: texture + offset: 0x869E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartPeach182Wheel1 + type: texture + offset: 0x86A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartPeach182Wheel2 + type: texture + offset: 0x86AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartPeach182Wheel3 + type: texture + offset: 0x86B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartPeach183Wheel0 + type: texture + offset: 0x86BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartPeach183Wheel1 + type: texture + offset: 0x86C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartPeach183Wheel2 + type: texture + offset: 0x86CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartPeach183Wheel3 + type: texture + offset: 0x86D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartPeach184Wheel0 + type: texture + offset: 0x86DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartPeach184Wheel1 + type: texture + offset: 0x86E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartPeach184Wheel2 + type: texture + offset: 0x86EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartPeach184Wheel3 + type: texture + offset: 0x86F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartPeach185Wheel0 + type: texture + offset: 0x86FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartPeach185Wheel1 + type: texture + offset: 0x87068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartPeach185Wheel2 + type: texture + offset: 0x870E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartPeach185Wheel3 + type: texture + offset: 0x87168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartPeach186Wheel0 + type: texture + offset: 0x871E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartPeach186Wheel1 + type: texture + offset: 0x87268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartPeach186Wheel2 + type: texture + offset: 0x872E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartPeach186Wheel3 + type: texture + offset: 0x87368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartPeach187Wheel0 + type: texture + offset: 0x873E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartPeach187Wheel1 + type: texture + offset: 0x87468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartPeach187Wheel2 + type: texture + offset: 0x874E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartPeach187Wheel3 + type: texture + offset: 0x87568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartPeach188Wheel0 + type: texture + offset: 0x875E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartPeach188Wheel1 + type: texture + offset: 0x87668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartPeach188Wheel2 + type: texture + offset: 0x876E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartPeach188Wheel3 + type: texture + offset: 0x87768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartPeach189Wheel0 + type: texture + offset: 0x877E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartPeach189Wheel1 + type: texture + offset: 0x87868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartPeach189Wheel2 + type: texture + offset: 0x878E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartPeach189Wheel3 + type: texture + offset: 0x87968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartPeach190Wheel0 + type: texture + offset: 0x879E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartPeach190Wheel1 + type: texture + offset: 0x87A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartPeach190Wheel2 + type: texture + offset: 0x87AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartPeach190Wheel3 + type: texture + offset: 0x87B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartPeach191Wheel0 + type: texture + offset: 0x87BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartPeach191Wheel1 + type: texture + offset: 0x87C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartPeach191Wheel2 + type: texture + offset: 0x87CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartPeach191Wheel3 + type: texture + offset: 0x87D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartPeach192Wheel0 + type: texture + offset: 0x87DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartPeach192Wheel1 + type: texture + offset: 0x87E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartPeach192Wheel2 + type: texture + offset: 0x87EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartPeach192Wheel3 + type: texture + offset: 0x87F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartPeach193Wheel0 + type: texture + offset: 0x87FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartPeach193Wheel1 + type: texture + offset: 0x88068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartPeach193Wheel2 + type: texture + offset: 0x880E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartPeach193Wheel3 + type: texture + offset: 0x88168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartPeach194Wheel0 + type: texture + offset: 0x881E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartPeach194Wheel1 + type: texture + offset: 0x88268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartPeach194Wheel2 + type: texture + offset: 0x882E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartPeach194Wheel3 + type: texture + offset: 0x88368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartPeach195Wheel0 + type: texture + offset: 0x883E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartPeach195Wheel1 + type: texture + offset: 0x88468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartPeach195Wheel2 + type: texture + offset: 0x884E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartPeach195Wheel3 + type: texture + offset: 0x88568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartPeach196Wheel0 + type: texture + offset: 0x885E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartPeach196Wheel1 + type: texture + offset: 0x88668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartPeach196Wheel2 + type: texture + offset: 0x886E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartPeach196Wheel3 + type: texture + offset: 0x88768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartPeach197Wheel0 + type: texture + offset: 0x887E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartPeach197Wheel1 + type: texture + offset: 0x88868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartPeach197Wheel2 + type: texture + offset: 0x888E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartPeach197Wheel3 + type: texture + offset: 0x88968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartPeach198Wheel0 + type: texture + offset: 0x889E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartPeach198Wheel1 + type: texture + offset: 0x88A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartPeach198Wheel2 + type: texture + offset: 0x88AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartPeach198Wheel3 + type: texture + offset: 0x88B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartPeach199Wheel0 + type: texture + offset: 0x88BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartPeach199Wheel1 + type: texture + offset: 0x88C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartPeach199Wheel2 + type: texture + offset: 0x88CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartPeach199Wheel3 + type: texture + offset: 0x88D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartPeach200Wheel0 + type: texture + offset: 0x88DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartPeach200Wheel1 + type: texture + offset: 0x88E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartPeach200Wheel2 + type: texture + offset: 0x88EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartPeach200Wheel3 + type: texture + offset: 0x88F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartPeach201Wheel0 + type: texture + offset: 0x88FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartPeach201Wheel1 + type: texture + offset: 0x89068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartPeach201Wheel2 + type: texture + offset: 0x890E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartPeach201Wheel3 + type: texture + offset: 0x89168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartPeach202Wheel0 + type: texture + offset: 0x891E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartPeach202Wheel1 + type: texture + offset: 0x89268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartPeach202Wheel2 + type: texture + offset: 0x892E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartPeach202Wheel3 + type: texture + offset: 0x89368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartPeach203Wheel0 + type: texture + offset: 0x893E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartPeach203Wheel1 + type: texture + offset: 0x89468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartPeach203Wheel2 + type: texture + offset: 0x894E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartPeach203Wheel3 + type: texture + offset: 0x89568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartPeach204Wheel0 + type: texture + offset: 0x895E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartPeach204Wheel1 + type: texture + offset: 0x89668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartPeach204Wheel2 + type: texture + offset: 0x896E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartPeach204Wheel3 + type: texture + offset: 0x89768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartPeach205Wheel0 + type: texture + offset: 0x897E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartPeach205Wheel1 + type: texture + offset: 0x89868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartPeach205Wheel2 + type: texture + offset: 0x898E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartPeach205Wheel3 + type: texture + offset: 0x89968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartPeach206Wheel0 + type: texture + offset: 0x899E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartPeach206Wheel1 + type: texture + offset: 0x89A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartPeach206Wheel2 + type: texture + offset: 0x89AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartPeach206Wheel3 + type: texture + offset: 0x89B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartPeach207Wheel0 + type: texture + offset: 0x89BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartPeach207Wheel1 + type: texture + offset: 0x89C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartPeach207Wheel2 + type: texture + offset: 0x89CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartPeach207Wheel3 + type: texture + offset: 0x89D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartPeach208Wheel0 + type: texture + offset: 0x89DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartPeach208Wheel1 + type: texture + offset: 0x89E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartPeach208Wheel2 + type: texture + offset: 0x89EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartPeach208Wheel3 + type: texture + offset: 0x89F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartPeach209Wheel0 + type: texture + offset: 0x89FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartPeach209Wheel1 + type: texture + offset: 0x8A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartPeach209Wheel2 + type: texture + offset: 0x8A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartPeach209Wheel3 + type: texture + offset: 0x8A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartPeach210Wheel0 + type: texture + offset: 0x8A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartPeach210Wheel1 + type: texture + offset: 0x8A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartPeach210Wheel2 + type: texture + offset: 0x8A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartPeach210Wheel3 + type: texture + offset: 0x8A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartPeach211Wheel0 + type: texture + offset: 0x8A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartPeach211Wheel1 + type: texture + offset: 0x8A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartPeach211Wheel2 + type: texture + offset: 0x8A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartPeach211Wheel3 + type: texture + offset: 0x8A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartPeach212Wheel0 + type: texture + offset: 0x8A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartPeach212Wheel1 + type: texture + offset: 0x8A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartPeach212Wheel2 + type: texture + offset: 0x8A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartPeach212Wheel3 + type: texture + offset: 0x8A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartPeach213Wheel0 + type: texture + offset: 0x8A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartPeach213Wheel1 + type: texture + offset: 0x8A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartPeach213Wheel2 + type: texture + offset: 0x8A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartPeach213Wheel3 + type: texture + offset: 0x8A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartPeach214Wheel0 + type: texture + offset: 0x8A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartPeach214Wheel1 + type: texture + offset: 0x8AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartPeach214Wheel2 + type: texture + offset: 0x8AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartPeach214Wheel3 + type: texture + offset: 0x8AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartPeach215Wheel0 + type: texture + offset: 0x8ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartPeach215Wheel1 + type: texture + offset: 0x8AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartPeach215Wheel2 + type: texture + offset: 0x8ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartPeach215Wheel3 + type: texture + offset: 0x8AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartPeach216Wheel0 + type: texture + offset: 0x8ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartPeach216Wheel1 + type: texture + offset: 0x8AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartPeach216Wheel2 + type: texture + offset: 0x8AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartPeach216Wheel3 + type: texture + offset: 0x8AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartPeach217Wheel0 + type: texture + offset: 0x8AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartPeach217Wheel1 + type: texture + offset: 0x8B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartPeach217Wheel2 + type: texture + offset: 0x8B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartPeach217Wheel3 + type: texture + offset: 0x8B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartPeach218Wheel0 + type: texture + offset: 0x8B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartPeach218Wheel1 + type: texture + offset: 0x8B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartPeach218Wheel2 + type: texture + offset: 0x8B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartPeach218Wheel3 + type: texture + offset: 0x8B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartPeach219Wheel0 + type: texture + offset: 0x8B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartPeach219Wheel1 + type: texture + offset: 0x8B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartPeach219Wheel2 + type: texture + offset: 0x8B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartPeach219Wheel3 + type: texture + offset: 0x8B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartPeach220Wheel0 + type: texture + offset: 0x8B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartPeach220Wheel1 + type: texture + offset: 0x8B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartPeach220Wheel2 + type: texture + offset: 0x8B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartPeach220Wheel3 + type: texture + offset: 0x8B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartPeach221Wheel0 + type: texture + offset: 0x8B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartPeach221Wheel1 + type: texture + offset: 0x8B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartPeach221Wheel2 + type: texture + offset: 0x8B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartPeach221Wheel3 + type: texture + offset: 0x8B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartPeach222Wheel0 + type: texture + offset: 0x8B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartPeach222Wheel1 + type: texture + offset: 0x8BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartPeach222Wheel2 + type: texture + offset: 0x8BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartPeach222Wheel3 + type: texture + offset: 0x8BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartPeach223Wheel0 + type: texture + offset: 0x8BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartPeach223Wheel1 + type: texture + offset: 0x8BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartPeach223Wheel2 + type: texture + offset: 0x8BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartPeach223Wheel3 + type: texture + offset: 0x8BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartPeach224Wheel0 + type: texture + offset: 0x8BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartPeach224Wheel1 + type: texture + offset: 0x8BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartPeach224Wheel2 + type: texture + offset: 0x8BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartPeach224Wheel3 + type: texture + offset: 0x8BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartPeach225Wheel0 + type: texture + offset: 0x8BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartPeach225Wheel1 + type: texture + offset: 0x8C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartPeach225Wheel2 + type: texture + offset: 0x8C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartPeach225Wheel3 + type: texture + offset: 0x8C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartPeach226Wheel0 + type: texture + offset: 0x8C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartPeach226Wheel1 + type: texture + offset: 0x8C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartPeach226Wheel2 + type: texture + offset: 0x8C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartPeach226Wheel3 + type: texture + offset: 0x8C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartPeach227Wheel0 + type: texture + offset: 0x8C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartPeach227Wheel1 + type: texture + offset: 0x8C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartPeach227Wheel2 + type: texture + offset: 0x8C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartPeach227Wheel3 + type: texture + offset: 0x8C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartPeach228Wheel0 + type: texture + offset: 0x8C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartPeach228Wheel1 + type: texture + offset: 0x8C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartPeach228Wheel2 + type: texture + offset: 0x8C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartPeach228Wheel3 + type: texture + offset: 0x8C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartPeach229Wheel0 + type: texture + offset: 0x8C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartPeach229Wheel1 + type: texture + offset: 0x8C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartPeach229Wheel2 + type: texture + offset: 0x8C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartPeach229Wheel3 + type: texture + offset: 0x8C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartPeach230Wheel0 + type: texture + offset: 0x8C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartPeach230Wheel1 + type: texture + offset: 0x8CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartPeach230Wheel2 + type: texture + offset: 0x8CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartPeach230Wheel3 + type: texture + offset: 0x8CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartPeach231Wheel0 + type: texture + offset: 0x8CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartPeach231Wheel1 + type: texture + offset: 0x8CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartPeach231Wheel2 + type: texture + offset: 0x8CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartPeach231Wheel3 + type: texture + offset: 0x8CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartPeach232Wheel0 + type: texture + offset: 0x8CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartPeach232Wheel1 + type: texture + offset: 0x8CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartPeach232Wheel2 + type: texture + offset: 0x8CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartPeach232Wheel3 + type: texture + offset: 0x8CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartPeach233Wheel0 + type: texture + offset: 0x8CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartPeach233Wheel1 + type: texture + offset: 0x8D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartPeach233Wheel2 + type: texture + offset: 0x8D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartPeach233Wheel3 + type: texture + offset: 0x8D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartPeach234Wheel0 + type: texture + offset: 0x8D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartPeach234Wheel1 + type: texture + offset: 0x8D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartPeach234Wheel2 + type: texture + offset: 0x8D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartPeach234Wheel3 + type: texture + offset: 0x8D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartPeach235Wheel0 + type: texture + offset: 0x8D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartPeach235Wheel1 + type: texture + offset: 0x8D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartPeach235Wheel2 + type: texture + offset: 0x8D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartPeach235Wheel3 + type: texture + offset: 0x8D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartPeach236Wheel0 + type: texture + offset: 0x8D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartPeach236Wheel1 + type: texture + offset: 0x8D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartPeach236Wheel2 + type: texture + offset: 0x8D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartPeach236Wheel3 + type: texture + offset: 0x8D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartPeach237Wheel0 + type: texture + offset: 0x8D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartPeach237Wheel1 + type: texture + offset: 0x8D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartPeach237Wheel2 + type: texture + offset: 0x8D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartPeach237Wheel3 + type: texture + offset: 0x8D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartPeach238Wheel0 + type: texture + offset: 0x8D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartPeach238Wheel1 + type: texture + offset: 0x8DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartPeach238Wheel2 + type: texture + offset: 0x8DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartPeach238Wheel3 + type: texture + offset: 0x8DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartPeach239Wheel0 + type: texture + offset: 0x8DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartPeach239Wheel1 + type: texture + offset: 0x8DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartPeach239Wheel2 + type: texture + offset: 0x8DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartPeach239Wheel3 + type: texture + offset: 0x8DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartPeach240Wheel0 + type: texture + offset: 0x8DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartPeach240Wheel1 + type: texture + offset: 0x8DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartPeach240Wheel2 + type: texture + offset: 0x8DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartPeach240Wheel3 + type: texture + offset: 0x8DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartPeach241Wheel0 + type: texture + offset: 0x8DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartPeach241Wheel1 + type: texture + offset: 0x8E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartPeach241Wheel2 + type: texture + offset: 0x8E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartPeach241Wheel3 + type: texture + offset: 0x8E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartPeach242Wheel0 + type: texture + offset: 0x8E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartPeach242Wheel1 + type: texture + offset: 0x8E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartPeach242Wheel2 + type: texture + offset: 0x8E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartPeach242Wheel3 + type: texture + offset: 0x8E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartPeach243Wheel0 + type: texture + offset: 0x8E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartPeach243Wheel1 + type: texture + offset: 0x8E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartPeach243Wheel2 + type: texture + offset: 0x8E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartPeach243Wheel3 + type: texture + offset: 0x8E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartPeach244Wheel0 + type: texture + offset: 0x8E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartPeach244Wheel1 + type: texture + offset: 0x8E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartPeach244Wheel2 + type: texture + offset: 0x8E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartPeach244Wheel3 + type: texture + offset: 0x8E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartPeach245Wheel0 + type: texture + offset: 0x8E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartPeach245Wheel1 + type: texture + offset: 0x8E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartPeach245Wheel2 + type: texture + offset: 0x8E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartPeach245Wheel3 + type: texture + offset: 0x8E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartPeach246Wheel0 + type: texture + offset: 0x8E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartPeach246Wheel1 + type: texture + offset: 0x8EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartPeach246Wheel2 + type: texture + offset: 0x8EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartPeach246Wheel3 + type: texture + offset: 0x8EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartPeach247Wheel0 + type: texture + offset: 0x8EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartPeach247Wheel1 + type: texture + offset: 0x8EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartPeach247Wheel2 + type: texture + offset: 0x8ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartPeach247Wheel3 + type: texture + offset: 0x8ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartPeach248Wheel0 + type: texture + offset: 0x8EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartPeach248Wheel1 + type: texture + offset: 0x8EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartPeach248Wheel2 + type: texture + offset: 0x8EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartPeach248Wheel3 + type: texture + offset: 0x8EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartPeach249Wheel0 + type: texture + offset: 0x8EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartPeach249Wheel1 + type: texture + offset: 0x8F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartPeach249Wheel2 + type: texture + offset: 0x8F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartPeach249Wheel3 + type: texture + offset: 0x8F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartPeach250Wheel0 + type: texture + offset: 0x8F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartPeach250Wheel1 + type: texture + offset: 0x8F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartPeach250Wheel2 + type: texture + offset: 0x8F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartPeach250Wheel3 + type: texture + offset: 0x8F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartPeach251Wheel0 + type: texture + offset: 0x8F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartPeach251Wheel1 + type: texture + offset: 0x8F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartPeach251Wheel2 + type: texture + offset: 0x8F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartPeach251Wheel3 + type: texture + offset: 0x8F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartPeach252Wheel0 + type: texture + offset: 0x8F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartPeach252Wheel1 + type: texture + offset: 0x8F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartPeach252Wheel2 + type: texture + offset: 0x8F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartPeach252Wheel3 + type: texture + offset: 0x8F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartPeach253Wheel0 + type: texture + offset: 0x8F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartPeach253Wheel1 + type: texture + offset: 0x8F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartPeach253Wheel2 + type: texture + offset: 0x8F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartPeach253Wheel3 + type: texture + offset: 0x8F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartPeach254Wheel0 + type: texture + offset: 0x8F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartPeach254Wheel1 + type: texture + offset: 0x8FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartPeach254Wheel2 + type: texture + offset: 0x8FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartPeach254Wheel3 + type: texture + offset: 0x8FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartPeach255Wheel0 + type: texture + offset: 0x8FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartPeach255Wheel1 + type: texture + offset: 0x8FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartPeach255Wheel2 + type: texture + offset: 0x8FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartPeach255Wheel3 + type: texture + offset: 0x8FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartPeach256Wheel0 + type: texture + offset: 0x8FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartPeach256Wheel1 + type: texture + offset: 0x8FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartPeach256Wheel2 + type: texture + offset: 0x8FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartPeach256Wheel3 + type: texture + offset: 0x8FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartPeach257Wheel0 + type: texture + offset: 0x8FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartPeach257Wheel1 + type: texture + offset: 0x90068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartPeach257Wheel2 + type: texture + offset: 0x900E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartPeach257Wheel3 + type: texture + offset: 0x90168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartPeach258Wheel0 + type: texture + offset: 0x901E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartPeach258Wheel1 + type: texture + offset: 0x90268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartPeach258Wheel2 + type: texture + offset: 0x902E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartPeach258Wheel3 + type: texture + offset: 0x90368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartPeach259Wheel0 + type: texture + offset: 0x903E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartPeach259Wheel1 + type: texture + offset: 0x90468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartPeach259Wheel2 + type: texture + offset: 0x904E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartPeach259Wheel3 + type: texture + offset: 0x90568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartPeach260Wheel0 + type: texture + offset: 0x905E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartPeach260Wheel1 + type: texture + offset: 0x90668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartPeach260Wheel2 + type: texture + offset: 0x906E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartPeach260Wheel3 + type: texture + offset: 0x90768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartPeach261Wheel0 + type: texture + offset: 0x907E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartPeach261Wheel1 + type: texture + offset: 0x90868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartPeach261Wheel2 + type: texture + offset: 0x908E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartPeach261Wheel3 + type: texture + offset: 0x90968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartPeach262Wheel0 + type: texture + offset: 0x909E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartPeach262Wheel1 + type: texture + offset: 0x90A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartPeach262Wheel2 + type: texture + offset: 0x90AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartPeach262Wheel3 + type: texture + offset: 0x90B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartPeach263Wheel0 + type: texture + offset: 0x90BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartPeach263Wheel1 + type: texture + offset: 0x90C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartPeach263Wheel2 + type: texture + offset: 0x90CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartPeach263Wheel3 + type: texture + offset: 0x90D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartPeach264Wheel0 + type: texture + offset: 0x90DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartPeach264Wheel1 + type: texture + offset: 0x90E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartPeach264Wheel2 + type: texture + offset: 0x90EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartPeach264Wheel3 + type: texture + offset: 0x90F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartPeach265Wheel0 + type: texture + offset: 0x90FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartPeach265Wheel1 + type: texture + offset: 0x91068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartPeach265Wheel2 + type: texture + offset: 0x910E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartPeach265Wheel3 + type: texture + offset: 0x91168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartPeach266Wheel0 + type: texture + offset: 0x911E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartPeach266Wheel1 + type: texture + offset: 0x91268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartPeach266Wheel2 + type: texture + offset: 0x912E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartPeach266Wheel3 + type: texture + offset: 0x91368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartPeach267Wheel0 + type: texture + offset: 0x913E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartPeach267Wheel1 + type: texture + offset: 0x91468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartPeach267Wheel2 + type: texture + offset: 0x914E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartPeach267Wheel3 + type: texture + offset: 0x91568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartPeach268Wheel0 + type: texture + offset: 0x915E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartPeach268Wheel1 + type: texture + offset: 0x91668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartPeach268Wheel2 + type: texture + offset: 0x916E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartPeach268Wheel3 + type: texture + offset: 0x91768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartPeach269Wheel0 + type: texture + offset: 0x917E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartPeach269Wheel1 + type: texture + offset: 0x91868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartPeach269Wheel2 + type: texture + offset: 0x918E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartPeach269Wheel3 + type: texture + offset: 0x91968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartPeach270Wheel0 + type: texture + offset: 0x919E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartPeach270Wheel1 + type: texture + offset: 0x91A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartPeach270Wheel2 + type: texture + offset: 0x91AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartPeach270Wheel3 + type: texture + offset: 0x91B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartPeach271Wheel0 + type: texture + offset: 0x91BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartPeach271Wheel1 + type: texture + offset: 0x91C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartPeach271Wheel2 + type: texture + offset: 0x91CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartPeach271Wheel3 + type: texture + offset: 0x91D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartPeach272Wheel0 + type: texture + offset: 0x91DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartPeach272Wheel1 + type: texture + offset: 0x91E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartPeach272Wheel2 + type: texture + offset: 0x91EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartPeach272Wheel3 + type: texture + offset: 0x91F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartPeach273Wheel0 + type: texture + offset: 0x91FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartPeach273Wheel1 + type: texture + offset: 0x92068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartPeach273Wheel2 + type: texture + offset: 0x920E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartPeach273Wheel3 + type: texture + offset: 0x92168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartPeach274Wheel0 + type: texture + offset: 0x921E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartPeach274Wheel1 + type: texture + offset: 0x92268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartPeach274Wheel2 + type: texture + offset: 0x922E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartPeach274Wheel3 + type: texture + offset: 0x92368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartPeach275Wheel0 + type: texture + offset: 0x923E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartPeach275Wheel1 + type: texture + offset: 0x92468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartPeach275Wheel2 + type: texture + offset: 0x924E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartPeach275Wheel3 + type: texture + offset: 0x92568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartPeach276Wheel0 + type: texture + offset: 0x925E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartPeach276Wheel1 + type: texture + offset: 0x92668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartPeach276Wheel2 + type: texture + offset: 0x926E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartPeach276Wheel3 + type: texture + offset: 0x92768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartPeach277Wheel0 + type: texture + offset: 0x927E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartPeach277Wheel1 + type: texture + offset: 0x92868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartPeach277Wheel2 + type: texture + offset: 0x928E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartPeach277Wheel3 + type: texture + offset: 0x92968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartPeach278Wheel0 + type: texture + offset: 0x929E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartPeach278Wheel1 + type: texture + offset: 0x92A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartPeach278Wheel2 + type: texture + offset: 0x92AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartPeach278Wheel3 + type: texture + offset: 0x92B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartPeach279Wheel0 + type: texture + offset: 0x92BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartPeach279Wheel1 + type: texture + offset: 0x92C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartPeach279Wheel2 + type: texture + offset: 0x92CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartPeach279Wheel3 + type: texture + offset: 0x92D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartPeach280Wheel0 + type: texture + offset: 0x92DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartPeach280Wheel1 + type: texture + offset: 0x92E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartPeach280Wheel2 + type: texture + offset: 0x92EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartPeach280Wheel3 + type: texture + offset: 0x92F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartPeach281Wheel0 + type: texture + offset: 0x92FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartPeach281Wheel1 + type: texture + offset: 0x93068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartPeach281Wheel2 + type: texture + offset: 0x930E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartPeach281Wheel3 + type: texture + offset: 0x93168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartPeach282Wheel0 + type: texture + offset: 0x931E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartPeach282Wheel1 + type: texture + offset: 0x93268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartPeach282Wheel2 + type: texture + offset: 0x932E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartPeach282Wheel3 + type: texture + offset: 0x93368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartPeach283Wheel0 + type: texture + offset: 0x933E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartPeach283Wheel1 + type: texture + offset: 0x93468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartPeach283Wheel2 + type: texture + offset: 0x934E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartPeach283Wheel3 + type: texture + offset: 0x93568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartPeach284Wheel0 + type: texture + offset: 0x935E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartPeach284Wheel1 + type: texture + offset: 0x93668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartPeach284Wheel2 + type: texture + offset: 0x936E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartPeach284Wheel3 + type: texture + offset: 0x93768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartPeach285Wheel0 + type: texture + offset: 0x937E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartPeach285Wheel1 + type: texture + offset: 0x93868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartPeach285Wheel2 + type: texture + offset: 0x938E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartPeach285Wheel3 + type: texture + offset: 0x93968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartPeach286Wheel0 + type: texture + offset: 0x939E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartPeach286Wheel1 + type: texture + offset: 0x93A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartPeach286Wheel2 + type: texture + offset: 0x93AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartPeach286Wheel3 + type: texture + offset: 0x93B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartPeach287Wheel0 + type: texture + offset: 0x93BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartPeach287Wheel1 + type: texture + offset: 0x93C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartPeach287Wheel2 + type: texture + offset: 0x93CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartPeach287Wheel3 + type: texture + offset: 0x93D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartPeach288Wheel0 + type: texture + offset: 0x93DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartPeach288Wheel1 + type: texture + offset: 0x93E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartPeach288Wheel2 + type: texture + offset: 0x93EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartPeach288Wheel3 + type: texture + offset: 0x93F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +peach_kart_palette: + symbol: gKartPeachPalette + type: texture + offset: 0x93FE8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/player_selection.yml b/android/app/src/main/assets/spaghetti/yamls/us/player_selection.yml new file mode 100644 index 0000000..b573606 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/player_selection.yml @@ -0,0 +1,1536 @@ +:config: + segments: + - [0x0A, 0x729A30] + no_compression: true + header: + code: + - "#include " + - "#include " + - "#include " + header: + - "#include " + - "#include " + - "#include " +mario_face_00: + symbol: gTextureMarioFace00 + type: texture + offset: 0x0 + mio0: true + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_01: + symbol: gTextureMarioFace01 + mio0: true + type: texture + offset: 0xCD4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_02: + symbol: gTextureMarioFace02 + mio0: true + type: texture + offset: 0x1994 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_03: + symbol: gTextureMarioFace03 + mio0: true + type: texture + offset: 0x2650 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_04: + symbol: gTextureMarioFace04 + mio0: true + type: texture + offset: 0x32BC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_05: + symbol: gTextureMarioFace05 + mio0: true + type: texture + offset: 0x3F08 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_06: + symbol: gTextureMarioFace06 + mio0: true + type: texture + offset: 0x4B48 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_07: + symbol: gTextureMarioFace07 + mio0: true + type: texture + offset: 0x585C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_08: + symbol: gTextureMarioFace08 + mio0: true + type: texture + offset: 0x6568 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_09: + symbol: gTextureMarioFace09 + mio0: true + type: texture + offset: 0x726C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_10: + symbol: gTextureMarioFace10 + mio0: true + type: texture + offset: 0x7F4C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_11: + symbol: gTextureMarioFace11 + mio0: true + type: texture + offset: 0x8C48 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_12: + symbol: gTextureMarioFace12 + mio0: true + type: texture + offset: 0x9944 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_13: + symbol: gTextureMarioFace13 + mio0: true + type: texture + offset: 0xA688 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_14: + symbol: gTextureMarioFace14 + mio0: true + type: texture + offset: 0xB3DC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_15: + symbol: gTextureMarioFace15 + mio0: true + type: texture + offset: 0xC180 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +mario_face_16: + symbol: gTextureMarioFace16 + mio0: true + type: texture + offset: 0xCF20 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_00: + symbol: gTextureLuigiFace00 + mio0: true + type: texture + offset: 0xDA64 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_01: + symbol: gTextureLuigiFace01 + mio0: true + type: texture + offset: 0xE680 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_02: + symbol: gTextureLuigiFace02 + mio0: true + type: texture + offset: 0xF2A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_03: + symbol: gTextureLuigiFace03 + mio0: true + type: texture + offset: 0xFEC0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_04: + symbol: gTextureLuigiFace04 + mio0: true + type: texture + offset: 0x10AA8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_05: + symbol: gTextureLuigiFace05 + mio0: true + type: texture + offset: 0x11690 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_06: + symbol: gTextureLuigiFace06 + mio0: true + type: texture + offset: 0x1225C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_07: + symbol: gTextureLuigiFace07 + mio0: true + type: texture + offset: 0x12E84 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_08: + symbol: gTextureLuigiFace08 + mio0: true + type: texture + offset: 0x13AB8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_09: + symbol: gTextureLuigiFace09 + mio0: true + type: texture + offset: 0x14744 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_10: + symbol: gTextureLuigiFace10 + mio0: true + type: texture + offset: 0x153C4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_11: + symbol: gTextureLuigiFace11 + mio0: true + type: texture + offset: 0x16054 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_12: + symbol: gTextureLuigiFace12 + mio0: true + type: texture + offset: 0x16D14 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_13: + symbol: gTextureLuigiFace13 + mio0: true + type: texture + offset: 0x17A44 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_14: + symbol: gTextureLuigiFace14 + mio0: true + type: texture + offset: 0x18770 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_15: + symbol: gTextureLuigiFace15 + mio0: true + type: texture + offset: 0x194B8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +luigi_face_16: + symbol: gTextureLuigiFace16 + mio0: true + type: texture + offset: 0x1A20C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_00: + symbol: gTexturePeachFace00 + mio0: true + type: texture + offset: 0x1AC44 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_01: + symbol: gTexturePeachFace01 + mio0: true + type: texture + offset: 0x1BAFC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_02: + symbol: gTexturePeachFace02 + mio0: true + type: texture + offset: 0x1C9A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_03: + symbol: gTexturePeachFace03 + mio0: true + type: texture + offset: 0x1D864 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_04: + symbol: gTexturePeachFace04 + mio0: true + type: texture + offset: 0x1E71C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_05: + symbol: gTexturePeachFace05 + mio0: true + type: texture + offset: 0x1F5A4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_06: + symbol: gTexturePeachFace06 + mio0: true + type: texture + offset: 0x20444 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_07: + symbol: gTexturePeachFace07 + mio0: true + type: texture + offset: 0x2130C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_08: + symbol: gTexturePeachFace08 + mio0: true + type: texture + offset: 0x221FC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_09: + symbol: gTexturePeachFace09 + mio0: true + type: texture + offset: 0x2310C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_10: + symbol: gTexturePeachFace10 + mio0: true + type: texture + offset: 0x240C0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_11: + symbol: gTexturePeachFace11 + mio0: true + type: texture + offset: 0x250A4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_12: + symbol: gTexturePeachFace12 + mio0: true + type: texture + offset: 0x260F0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_13: + symbol: gTexturePeachFace13 + mio0: true + type: texture + offset: 0x27128 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_14: + symbol: gTexturePeachFace14 + mio0: true + type: texture + offset: 0x2810C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_15: + symbol: gTexturePeachFace15 + mio0: true + type: texture + offset: 0x290A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +peach_face_16: + symbol: gTexturePeachFace16 + mio0: true + type: texture + offset: 0x2A028 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_00: + symbol: gTextureToadFace00 + mio0: true + type: texture + offset: 0x2AED0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_01: + symbol: gTextureToadFace01 + mio0: true + type: texture + offset: 0x2B88C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_02: + symbol: gTextureToadFace02 + mio0: true + type: texture + offset: 0x2C240 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_03: + symbol: gTextureToadFace03 + mio0: true + type: texture + offset: 0x2CBFC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_04: + symbol: gTextureToadFace04 + mio0: true + type: texture + offset: 0x2D5B4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_05: + symbol: gTextureToadFace05 + mio0: true + type: texture + offset: 0x2DF70 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_06: + symbol: gTextureToadFace06 + mio0: true + type: texture + offset: 0x2E910 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_07: + symbol: gTextureToadFace07 + mio0: true + type: texture + offset: 0x2F2A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_08: + symbol: gTextureToadFace08 + mio0: true + type: texture + offset: 0x2FC74 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_09: + symbol: gTextureToadFace09 + mio0: true + type: texture + offset: 0x30628 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_10: + symbol: gTextureToadFace10 + mio0: true + type: texture + offset: 0x31010 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_11: + symbol: gTextureToadFace11 + mio0: true + type: texture + offset: 0x31A24 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_12: + symbol: gTextureToadFace12 + mio0: true + type: texture + offset: 0x3247C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_13: + symbol: gTextureToadFace13 + mio0: true + type: texture + offset: 0x32EDC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_14: + symbol: gTextureToadFace14 + mio0: true + type: texture + offset: 0x3395C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_15: + symbol: gTextureToadFace15 + mio0: true + type: texture + offset: 0x343D0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +toad_face_16: + symbol: gTextureToadFace16 + mio0: true + type: texture + offset: 0x34E30 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_00: + symbol: gTextureYoshiFace00 + mio0: true + type: texture + offset: 0x35794 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_01: + symbol: gTextureYoshiFace01 + mio0: true + type: texture + offset: 0x36280 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_02: + symbol: gTextureYoshiFace02 + mio0: true + type: texture + offset: 0x36D64 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_03: + symbol: gTextureYoshiFace03 + mio0: true + type: texture + offset: 0x37844 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_04: + symbol: gTextureYoshiFace04 + mio0: true + type: texture + offset: 0x382F8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_05: + symbol: gTextureYoshiFace05 + mio0: true + type: texture + offset: 0x38D68 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_06: + symbol: gTextureYoshiFace06 + mio0: true + type: texture + offset: 0x397B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_07: + symbol: gTextureYoshiFace07 + mio0: true + type: texture + offset: 0x3A2D4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_08: + symbol: gTextureYoshiFace08 + mio0: true + type: texture + offset: 0x3AD00 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_09: + symbol: gTextureYoshiFace09 + mio0: true + type: texture + offset: 0x3B6BC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_10: + symbol: gTextureYoshiFace10 + mio0: true + type: texture + offset: 0x3C068 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_11: + symbol: gTextureYoshiFace11 + mio0: true + type: texture + offset: 0x3CA28 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_12: + symbol: gTextureYoshiFace12 + mio0: true + type: texture + offset: 0x3D438 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_13: + symbol: gTextureYoshiFace13 + mio0: true + type: texture + offset: 0x3DE94 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_14: + symbol: gTextureYoshiFace14 + mio0: true + type: texture + offset: 0x3E974 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_15: + symbol: gTextureYoshiFace15 + mio0: true + type: texture + offset: 0x3F47C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +yoshi_face_16: + symbol: gTextureYoshiFace16 + mio0: true + type: texture + offset: 0x3FF94 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_00: + symbol: gTextureDkFace00 + mio0: true + type: texture + offset: 0x40ABC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_01: + symbol: gTextureDkFace01 + mio0: true + type: texture + offset: 0x418A8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_02: + symbol: gTextureDkFace02 + mio0: true + type: texture + offset: 0x426B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_03: + symbol: gTextureDkFace03 + mio0: true + type: texture + offset: 0x43490 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_04: + symbol: gTextureDkFace04 + mio0: true + type: texture + offset: 0x44240 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_05: + symbol: gTextureDkFace05 + mio0: true + type: texture + offset: 0x44FE8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_06: + symbol: gTextureDkFace06 + mio0: true + type: texture + offset: 0x45DCC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_07: + symbol: gTextureDkFace07 + mio0: true + type: texture + offset: 0x46BF8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_08: + symbol: gTextureDkFace08 + mio0: true + type: texture + offset: 0x47A8C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_09: + symbol: gTextureDkFace09 + mio0: true + type: texture + offset: 0x48968 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_10: + symbol: gTextureDkFace10 + mio0: true + type: texture + offset: 0x498B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_11: + symbol: gTextureDkFace11 + mio0: true + type: texture + offset: 0x4A7E8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_12: + symbol: gTextureDkFace12 + mio0: true + type: texture + offset: 0x4B76C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_13: + symbol: gTextureDkFace13 + mio0: true + type: texture + offset: 0x4C770 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_14: + symbol: gTextureDkFace14 + mio0: true + type: texture + offset: 0x4D730 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_15: + symbol: gTextureDkFace15 + mio0: true + type: texture + offset: 0x4E67C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +donkeykong_face_16: + symbol: gTextureDkFace16 + mio0: true + type: texture + offset: 0x4F57C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_00: + symbol: gTextureWarioFace00 + mio0: true + type: texture + offset: 0x504D0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_01: + symbol: gTextureWarioFace01 + mio0: true + type: texture + offset: 0x51630 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_02: + symbol: gTextureWarioFace02 + mio0: true + type: texture + offset: 0x52774 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_03: + symbol: gTextureWarioFace03 + mio0: true + type: texture + offset: 0x538C8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_04: + symbol: gTextureWarioFace04 + mio0: true + type: texture + offset: 0x54A30 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_05: + symbol: gTextureWarioFace05 + mio0: true + type: texture + offset: 0x55B84 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_06: + symbol: gTextureWarioFace06 + mio0: true + type: texture + offset: 0x56CE0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_07: + symbol: gTextureWarioFace07 + mio0: true + type: texture + offset: 0x57E54 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_08: + symbol: gTextureWarioFace08 + mio0: true + type: texture + offset: 0x5902C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_09: + symbol: gTextureWarioFace09 + mio0: true + type: texture + offset: 0x5A254 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_10: + symbol: gTextureWarioFace10 + mio0: true + type: texture + offset: 0x5B4C0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_11: + symbol: gTextureWarioFace11 + mio0: true + type: texture + offset: 0x5C7A0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_12: + symbol: gTextureWarioFace12 + mio0: true + type: texture + offset: 0x5DAA8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_13: + symbol: gTextureWarioFace13 + mio0: true + type: texture + offset: 0x5ED8C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_14: + symbol: gTextureWarioFace14 + mio0: true + type: texture + offset: 0x600B0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_15: + symbol: gTextureWarioFace15 + mio0: true + type: texture + offset: 0x6139C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +wario_face_16: + symbol: gTextureWarioFace16 + mio0: true + type: texture + offset: 0x62668 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_00: + symbol: gTextureBowserFace00 + mio0: true + type: texture + offset: 0x637E0 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_01: + symbol: gTextureBowserFace01 + mio0: true + type: texture + offset: 0x64AC8 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_02: + symbol: gTextureBowserFace02 + mio0: true + type: texture + offset: 0x65D7C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_03: + symbol: gTextureBowserFace03 + mio0: true + type: texture + offset: 0x67044 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_04: + symbol: gTextureBowserFace04 + mio0: true + type: texture + offset: 0x68310 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_05: + symbol: gTextureBowserFace05 + mio0: true + type: texture + offset: 0x695B4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_06: + symbol: gTextureBowserFace06 + mio0: true + type: texture + offset: 0x6A840 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_07: + symbol: gTextureBowserFace07 + mio0: true + type: texture + offset: 0x6BB1C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_08: + symbol: gTextureBowserFace08 + mio0: true + type: texture + offset: 0x6CE04 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_09: + symbol: gTextureBowserFace09 + mio0: true + type: texture + offset: 0x6E0F4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_10: + symbol: gTextureBowserFace10 + mio0: true + type: texture + offset: 0x6F410 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_11: + symbol: gTextureBowserFace11 + mio0: true + type: texture + offset: 0x706DC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_12: + symbol: gTextureBowserFace12 + mio0: true + type: texture + offset: 0x71A18 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_13: + symbol: gTextureBowserFace13 + mio0: true + type: texture + offset: 0x72DBC + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_14: + symbol: gTextureBowserFace14 + mio0: true + type: texture + offset: 0x74138 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_15: + symbol: gTextureBowserFace15 + mio0: true + type: texture + offset: 0x7547C + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +bowser_face_16: + symbol: gTextureBowserFace16 + mio0: true + type: texture + offset: 0x767C4 + ctype: u16 + width: 64 + height: 64 + format: RGBA16 +gTextureCoursePreviewMarioRaceway: + symbol: gTextureCoursePreviewMarioRaceway + mio0: true + type: texture + offset: 0x779E8 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewChocoMountain: + symbol: gTextureCoursePreviewChocoMountain + mio0: true + type: texture + offset: 0x7AB40 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBowsersCastle: + symbol: gTextureCoursePreviewBowsersCastle + mio0: true + type: texture + offset: 0x7D564 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBansheeBoardwalk: + symbol: gTextureCoursePreviewBansheeBoardwalk + mio0: true + type: texture + offset: 0x80644 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewYoshiValley: + symbol: gTextureCoursePreviewYoshiValley + mio0: true + type: texture + offset: 0x82CF0 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewFrappeSnowland: + symbol: gTextureCoursePreviewFrappeSnowland + mio0: true + type: texture + offset: 0x86730 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewKoopaTroopaBeach: + symbol: gTextureCoursePreviewKoopaTroopaBeach + mio0: true + type: texture + offset: 0x88B38 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewRoyalRaceway: + symbol: gTextureCoursePreviewRoyalRaceway + mio0: true + type: texture + offset: 0x8AE5C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewLuigiRaceway: + symbol: gTextureCoursePreviewLuigiRaceway + mio0: true + type: texture + offset: 0x8D67C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewMooMooFarm: + symbol: gTextureCoursePreviewMooMooFarm + mio0: true + type: texture + offset: 0x903F0 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewToadsTurnpike: + symbol: gTextureCoursePreviewToadsTurnpike + mio0: true + type: texture + offset: 0x929B8 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewKalimariDesert: + symbol: gTextureCoursePreviewKalimariDesert + mio0: true + type: texture + offset: 0x95354 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewSherbetLand: + symbol: gTextureCoursePreviewSherbetLand + mio0: true + type: texture + offset: 0x97B60 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewRainbowRoad: + symbol: gTextureCoursePreviewRainbowRoad + mio0: true + type: texture + offset: 0x9AB70 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewWarioStadium: + symbol: gTextureCoursePreviewWarioStadium + mio0: true + type: texture + offset: 0x9D394 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBlockFort: + symbol: gTextureCoursePreviewBlockFort + mio0: true + type: texture + offset: 0xA0668 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewSkyscraper: + symbol: gTextureCoursePreviewSkyscraper + mio0: true + type: texture + offset: 0xA2B90 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewDoubleDeck: + symbol: gTextureCoursePreviewDoubleDeck + mio0: true + type: texture + offset: 0xA5280 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewDksJungleParkway: + symbol: gTextureCoursePreviewDksJungleParkway + mio0: true + type: texture + offset: 0xA7B78 + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +gTextureCoursePreviewBigDonut: + symbol: gTextureCoursePreviewBigDonut + mio0: true + type: texture + offset: 0xABA5C + ctype: u16 + width: 128 + height: 78 + format: RGBA16 +trophy_gold: + symbol: gTextureTrophyGold + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAE9B8 + mio0: true + format: rgba16 +trophy_silver: + symbol: gTextureTrophySilver + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAEFEC + mio0: true + format: rgba16 +trophy_bronze: + symbol: gTextureTrophyBronze + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAF614 + mio0: true + format: rgba16 +cup_gold: + symbol: gTextureCupGold + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xAFC00 + mio0: true + format: rgba16 +cup_silver: + symbol: gTextureCupSilver + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xB058C + mio0: true + format: rgba16 +cup_bronze: + symbol: gTextureCupBronze + type: texture + ctype: u16 + width: 45 + height: 45 + offset: 0xB0F10 + mio0: true + format: rgba16 +push_start_button: + symbol: push_start_button + type: texture + ctype: u16 + width: 159 + height: 16 + offset: 0xB17B4 + format: rgba16 +copyright_1996: + symbol: copyright_1996 + type: texture + ctype: u16 + width: 124 + height: 17 + offset: 0xB2B94 + format: rgba16 +p1_border_blue: + symbol: gTextureP1BorderBlue + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB3C0C + format: rgba16 +p2_border_red: + symbol: gTextureP2BorderRed + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB5C0C + format: RGBA16 +p3_border_orange: + symbol: gTextureP3BorderOrange + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB7C0C + format: rgba16 +p4_border_green: + symbol: gTextureP4BorderGreen + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xB9C0C + format: rgba16 +texture_small_green_triangle: + symbol: texture_small_green_triangle + type: texture + ctype: u16 + width: 12 + height: 7 + offset: 0xBBC0C + format: rgba16 +texture_7E56E4: + symbol: gTexture7E56E4 + type: texture + ctype: u16 + width: 64 + height: 64 + offset: 0xBBCB4 + mio0: true + format: ia16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_data.yml new file mode 100644 index 0000000..cf297cd --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_data.yml @@ -0,0 +1,735 @@ +:config: + segments: + - [0x06, 0x872A00] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true + tables: + d_course_rainbow_road_neon_boo_tlut_list: + range: [0x6800, 0x7000] + mode: APPEND + d_course_rainbow_road_neon_mushroom_tlut_list: + range: [0x5400, 0x5C00] + mode: APPEND + d_course_rainbow_road_neon_mario_tlut_list: + range: [0x5E00, 0x6600] + mode: APPEND + d_course_rainbow_road_static_tluts: + range: [0x7200, 0x7E00] + mode: APPEND + d_course_rainbow_road_static_textures: + range: [0xB000, 0x11000] + mode: APPEND +d_course_rainbow_road_dl_0: + symbol: d_course_rainbow_road_dl_0 + type: gfx + offset: 0x0 +d_course_rainbow_road_dl_80: + symbol: d_course_rainbow_road_dl_80 + type: gfx + offset: 0x80 +d_course_rainbow_road_dl_D8: + symbol: d_course_rainbow_road_dl_D8 + type: gfx + offset: 0xD8 +d_course_rainbow_road_dl_178: + symbol: d_course_rainbow_road_dl_178 + type: gfx + offset: 0x178 +d_course_rainbow_road_dl_210: + symbol: d_course_rainbow_road_dl_210 + type: gfx + offset: 0x210 +d_course_rainbow_road_dl_288: + symbol: d_course_rainbow_road_dl_288 + type: gfx + offset: 0x288 +d_course_rainbow_road_dl_338: + symbol: d_course_rainbow_road_dl_338 + type: gfx + offset: 0x338 +d_course_rainbow_road_dl_3D0: + symbol: d_course_rainbow_road_dl_3D0 + type: gfx + offset: 0x3D0 +d_course_rainbow_road_dl_4A0: + symbol: d_course_rainbow_road_dl_4A0 + type: gfx + offset: 0x4A0 +d_course_rainbow_road_dl_528: + symbol: d_course_rainbow_road_dl_528 + type: gfx + offset: 0x528 +d_course_rainbow_road_dl_5F8: + symbol: d_course_rainbow_road_dl_5F8 + type: gfx + offset: 0x5F8 +d_course_rainbow_road_dl_658: + symbol: d_course_rainbow_road_dl_658 + type: gfx + offset: 0x658 +d_course_rainbow_road_dl_6E0: + symbol: d_course_rainbow_road_dl_6E0 + type: gfx + offset: 0x6E0 +d_course_rainbow_road_dl_730: + symbol: d_course_rainbow_road_dl_730 + type: gfx + offset: 0x730 +d_course_rainbow_road_dl_7A8: + symbol: d_course_rainbow_road_dl_7A8 + type: gfx + offset: 0x7A8 +d_course_rainbow_road_dl_7F8: + symbol: d_course_rainbow_road_dl_7F8 + type: gfx + offset: 0x7F8 +d_course_rainbow_road_dl_880: + symbol: d_course_rainbow_road_dl_880 + type: gfx + offset: 0x880 +d_course_rainbow_road_dl_8E0: + symbol: d_course_rainbow_road_dl_8E0 + type: gfx + offset: 0x8E0 +d_course_rainbow_road_dl_958: + symbol: d_course_rainbow_road_dl_958 + type: gfx + offset: 0x958 +d_course_rainbow_road_dl_9C8: + symbol: d_course_rainbow_road_dl_9C8 + type: gfx + offset: 0x9C8 +d_course_rainbow_road_dl_A70: + symbol: d_course_rainbow_road_dl_A70 + type: gfx + offset: 0xA70 +d_course_rainbow_road_dl_B08: + symbol: d_course_rainbow_road_dl_B08 + type: gfx + offset: 0xB08 +d_course_rainbow_road_dl_B70: + symbol: d_course_rainbow_road_dl_B70 + type: gfx + offset: 0xB70 +d_course_rainbow_road_dl_BF0: + symbol: d_course_rainbow_road_dl_BF0 + type: gfx + offset: 0xBF0 +d_course_rainbow_road_dl_C70: + symbol: d_course_rainbow_road_dl_C70 + type: gfx + offset: 0xC70 +d_course_rainbow_road_dl_D10: + symbol: d_course_rainbow_road_dl_D10 + type: gfx + offset: 0xD10 +d_course_rainbow_road_dl_D80: + symbol: d_course_rainbow_road_dl_D80 + type: gfx + offset: 0xD80 +d_course_rainbow_road_dl_E08: + symbol: d_course_rainbow_road_dl_E08 + type: gfx + offset: 0xE08 +d_course_rainbow_road_dl_E98: + symbol: d_course_rainbow_road_dl_E98 + type: gfx + offset: 0xE98 +d_course_rainbow_road_dl_F50: + symbol: d_course_rainbow_road_dl_F50 + type: gfx + offset: 0xF50 +d_course_rainbow_road_dl_FB0: + symbol: d_course_rainbow_road_dl_FB0 + type: gfx + offset: 0xFB0 +d_course_rainbow_road_dl_1030: + symbol: d_course_rainbow_road_dl_1030 + type: gfx + offset: 0x1030 +d_course_rainbow_road_dl_10A8: + symbol: d_course_rainbow_road_dl_10A8 + type: gfx + offset: 0x10A8 +d_course_rainbow_road_dl_1150: + symbol: d_course_rainbow_road_dl_1150 + type: gfx + offset: 0x1150 +d_course_rainbow_road_dl_1198: + symbol: d_course_rainbow_road_dl_1198 + type: gfx + offset: 0x1198 +d_course_rainbow_road_dl_1228: + symbol: d_course_rainbow_road_dl_1228 + type: gfx + offset: 0x1228 +d_course_rainbow_road_dl_12A0: + symbol: d_course_rainbow_road_dl_12A0 + type: gfx + offset: 0x12A0 +d_course_rainbow_road_dl_1340: + symbol: d_course_rainbow_road_dl_1340 + type: gfx + offset: 0x1340 +d_course_rainbow_road_dl_13F0: + symbol: d_course_rainbow_road_dl_13F0 + type: gfx + offset: 0x13F0 +d_course_rainbow_road_dl_1488: + symbol: d_course_rainbow_road_dl_1488 + type: gfx + offset: 0x1488 +d_course_rainbow_road_dl_14E8: + symbol: d_course_rainbow_road_dl_14E8 + type: gfx + offset: 0x14E8 +d_course_rainbow_road_dl_1530: + symbol: d_course_rainbow_road_dl_1530 + type: gfx + offset: 0x1530 +d_course_rainbow_road_dl_15D0: + symbol: d_course_rainbow_road_dl_15D0 + type: gfx + offset: 0x15D0 +d_course_rainbow_road_dl_1678: + symbol: d_course_rainbow_road_dl_1678 + type: gfx + offset: 0x1678 +d_course_rainbow_road_dl_16C0: + symbol: d_course_rainbow_road_dl_16C0 + type: gfx + offset: 0x16C0 +d_course_rainbow_road_dl_1738: + symbol: d_course_rainbow_road_dl_1738 + type: gfx + offset: 0x1738 +d_course_rainbow_road_dl_17D0: + symbol: d_course_rainbow_road_dl_17D0 + type: gfx + offset: 0x17D0 +d_course_rainbow_road_dl_1878: + symbol: d_course_rainbow_road_dl_1878 + type: gfx + offset: 0x1878 +d_course_rainbow_road_dl_18D0: + symbol: d_course_rainbow_road_dl_18D0 + type: gfx + offset: 0x18D0 +d_course_rainbow_road_dl_1948: + symbol: d_course_rainbow_road_dl_1948 + type: gfx + offset: 0x1948 +d_course_rainbow_road_unknown_waypoints: + symbol: d_course_rainbow_road_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x19D0 + count: 101 +d_course_rainbow_road_track_waypoints: + symbol: d_course_rainbow_road_track_waypoints + type: mk64:TRACK_PATH + offset: 0x1CF8 + count: 1761 +gTLUTRainbowRoadNeonMushroom1: + symbol: gTLUTRainbowRoadNeonMushroom1 + type: texture + offset: 0x5400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom2: + symbol: gTLUTRainbowRoadNeonMushroom2 + type: texture + offset: 0x5600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom3: + symbol: gTLUTRainbowRoadNeonMushroom3 + type: texture + offset: 0x5800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom4: + symbol: gTLUTRainbowRoadNeonMushroom4 + type: texture + offset: 0x5A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMushroom5: + symbol: gTLUTRainbowRoadNeonMushroom5 + type: texture + offset: 0x5C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario1: + symbol: gTLUTRainbowRoadNeonMario1 + type: texture + offset: 0x5E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario2: + symbol: gTLUTRainbowRoadNeonMario2 + type: texture + offset: 0x6000 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario3: + symbol: gTLUTRainbowRoadNeonMario3 + type: texture + offset: 0x6200 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario4: + symbol: gTLUTRainbowRoadNeonMario4 + type: texture + offset: 0x6400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonMario5: + symbol: gTLUTRainbowRoadNeonMario5 + type: texture + offset: 0x6600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo1: + symbol: gTLUTRainbowRoadNeonBoo1 + type: texture + offset: 0x6800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo2: + symbol: gTLUTRainbowRoadNeonBoo2 + type: texture + offset: 0x6A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo3: + symbol: gTLUTRainbowRoadNeonBoo3 + type: texture + offset: 0x6C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo4: + symbol: gTLUTRainbowRoadNeonBoo4 + type: texture + offset: 0x6E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBoo5: + symbol: gTLUTRainbowRoadNeonBoo5 + type: texture + offset: 0x7000 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonPeach: + symbol: gTLUTRainbowRoadNeonPeach + type: texture + offset: 0x7200 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonLuigi: + symbol: gTLUTRainbowRoadNeonLuigi + type: texture + offset: 0x7400 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonDonkeyKong: + symbol: gTLUTRainbowRoadNeonDonkeyKong + type: texture + offset: 0x7600 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonYoshi: + symbol: gTLUTRainbowRoadNeonYoshi + type: texture + offset: 0x7800 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonBowser: + symbol: gTLUTRainbowRoadNeonBowser + type: texture + offset: 0x7A00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonWario: + symbol: gTLUTRainbowRoadNeonWario + type: texture + offset: 0x7C00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +gTLUTRainbowRoadNeonToad: + symbol: gTLUTRainbowRoadNeonToad + type: texture + offset: 0x7E00 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_rainbow_road_neon_mushroom1: + symbol: d_course_rainbow_road_neon_mushroom1 + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMushroom1 +d_course_rainbow_road_neon_mushroom2: + symbol: d_course_rainbow_road_neon_mushroom2 + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMushroom2 +d_course_rainbow_road_neon_mushroom3: + symbol: d_course_rainbow_road_neon_mushroom3 + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMushroom3 +d_course_rainbow_road_neon_mushroom4: + symbol: d_course_rainbow_road_neon_mushroom4 + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMushroom4 +d_course_rainbow_road_neon_mushroom5: + symbol: d_course_rainbow_road_neon_mushroom5 + type: texture + offset: 0x8000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMushroom5 +d_course_rainbow_road_neon_mario1: + symbol: d_course_rainbow_road_neon_mario1 + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMario1 +d_course_rainbow_road_neon_mario2: + symbol: d_course_rainbow_road_neon_mario2 + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMario2 +d_course_rainbow_road_neon_mario3: + symbol: d_course_rainbow_road_neon_mario3 + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMario3 +d_course_rainbow_road_neon_mario4: + symbol: d_course_rainbow_road_neon_mario4 + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMario4 +d_course_rainbow_road_neon_mario5: + symbol: d_course_rainbow_road_neon_mario5 + type: texture + offset: 0x9000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonMario5 +d_course_rainbow_road_neon_boo1: + symbol: d_course_rainbow_road_neon_boo1 + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBoo1 +d_course_rainbow_road_neon_boo2: + symbol: d_course_rainbow_road_neon_boo2 + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBoo2 +d_course_rainbow_road_neon_boo3: + symbol: d_course_rainbow_road_neon_boo3 + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBoo3 +d_course_rainbow_road_neon_boo4: + symbol: d_course_rainbow_road_neon_boo4 + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBoo4 +d_course_rainbow_road_neon_boo5: + symbol: d_course_rainbow_road_neon_boo5 + type: texture + offset: 0xA000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBoo5 +gTextureRainbowRoadNeonPeach: + symbol: gTextureRainbowRoadNeonPeach + type: texture + offset: 0xB000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonPeach +gTextureRainbowRoadNeonLuigi: + symbol: gTextureRainbowRoadNeonLuigi + type: texture + offset: 0xC000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonLuigi +gTextureRainbowRoadNeonDonkeyKong: + symbol: gTextureRainbowRoadNeonDonkeyKong + type: texture + offset: 0xD000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonDonkeyKong +gTextureRainbowRoadNeonYoshi: + symbol: gTextureRainbowRoadNeonYoshi + type: texture + offset: 0xE000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonYoshi +gTextureRainbowRoadNeonBowser: + symbol: gTextureRainbowRoadNeonBowser + type: texture + offset: 0xF000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonBowser +gTextureRainbowRoadNeonWario: + symbol: gTextureRainbowRoadNeonWario + type: texture + offset: 0x10000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonWario +gTextureRainbowRoadNeonToad: + symbol: gTextureRainbowRoadNeonToad + type: texture + offset: 0x11000 + width: 64 + height: 64 + format: ci8 + ctype: u8 + tlut_symbol: gTLUTRainbowRoadNeonToad +d_course_rainbow_road_light1: + symbol: d_course_rainbow_road_light1 + type: lights + offset: 0x12010 +d_course_rainbow_road_sphere: + symbol: d_course_rainbow_road_sphere + type: texture + offset: 0x12028 + width: 32 + height: 64 + format: rgba16 + ctype: u16 +d_course_rainbow_road_reflection_map_metal: + symbol: d_course_rainbow_road_reflection_map_metal + type: texture + offset: 0x13028 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_reflection_map_gold: + symbol: d_course_rainbow_road_reflection_map_gold + type: texture + offset: 0x13828 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chain_chomp_tongue: + symbol: d_course_rainbow_road_chain_chomp_tongue + type: texture + offset: 0x14028 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chain_chomp_eye: + symbol: d_course_rainbow_road_chain_chomp_eye + type: texture + offset: 0x14828 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_rainbow_road_chomp_lower_jaw_model: + symbol: d_course_rainbow_road_chomp_lower_jaw_model + type: vtx + offset: 0x15028 + count: 24 +d_course_rainbow_road_dl_151A8: + symbol: d_course_rainbow_road_dl_151A8 + type: gfx + offset: 0x151A8 +d_course_rainbow_road_chomp_body_lower_model1: + symbol: d_course_rainbow_road_chomp_body_lower_model1 + type: vtx + offset: 0x15250 + count: 32 +d_course_rainbow_road_chomp_body_lower_model2: + symbol: d_course_rainbow_road_chomp_body_lower_model2 + type: vtx + offset: 0x15450 + count: 11 +d_course_rainbow_road_chomp_body_lower_model3: + symbol: d_course_rainbow_road_chomp_body_lower_model3 + type: vtx + offset: 0x15500 + count: 5 +d_course_rainbow_road_dl_15550: + symbol: d_course_rainbow_road_dl_15550 + type: gfx + offset: 0x15550 +d_course_rainbow_road_chomp_upper_jaw_model: + symbol: d_course_rainbow_road_chomp_upper_jaw_model + type: vtx + offset: 0x15740 + count: 24 +d_course_rainbow_road_dl_158C0: + symbol: d_course_rainbow_road_dl_158C0 + type: gfx + offset: 0x158C0 +d_course_rainbow_road_chomp_body_upper_back_model1: + symbol: d_course_rainbow_road_chomp_body_upper_back_model1 + type: vtx + offset: 0x15968 + count: 32 +d_course_rainbow_road_chomp_body_upper_back_model2: + symbol: d_course_rainbow_road_chomp_body_upper_back_model2 + type: vtx + offset: 0x15B68 + count: 11 +d_course_rainbow_road_chomp_body_upper_back_model3: + symbol: d_course_rainbow_road_chomp_body_upper_back_model3 + type: vtx + offset: 0x15C18 + count: 5 +d_course_rainbow_road_dl_15C68: + symbol: d_course_rainbow_road_dl_15C68 + type: gfx + offset: 0x15C68 +d_course_rainbow_road_chomp_eyes_model: + symbol: d_course_rainbow_road_chomp_eyes_model + type: vtx + offset: 0x15E58 + count: 12 +d_course_rainbow_road_dl_15F18: + symbol: d_course_rainbow_road_dl_15F18 + type: gfx + offset: 0x15F18 +d_course_rainbow_road_dl_16220: + symbol: d_course_rainbow_road_dl_16220 + type: gfx + offset: 0x16220 +d_course_rainbow_road_item_box_spawns: + symbol: d_course_rainbow_road_item_box_spawns + type: mk64:spawn_data + offset: 0x16338 + count: 33 +d_course_rainbow_road_addr: + symbol: d_course_rainbow_road_addr + type: mk64:track_sections + offset: 0x16440 + count: 15 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_displaylists.yml new file mode 100644 index 0000000..305255d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x9426BC + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_rainbow_road_packed_dls: + symbol: d_course_rainbow_road_packed_dls + type: blob + offset: 0x9426BC + size: 0x1202 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_vertices.yml new file mode 100644 index 0000000..a13ca66 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/rainbow_road_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x93CC60] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_rainbow_road_vertex: + symbol: d_course_rainbow_road_vertex + type: mk64:course_vtx + count: 3111 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_data.yml new file mode 100644 index 0000000..577e075 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_data.yml @@ -0,0 +1,743 @@ +:config: + segments: + - [0x06, 0x84ABD0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_royal_raceway_dl_0: + symbol: d_course_royal_raceway_dl_0 + type: gfx + offset: 0x0 + otr_mode: index +d_course_royal_raceway_dl_258: + symbol: d_course_royal_raceway_dl_258 + type: gfx + offset: 0x258 + otr_mode: index +d_course_royal_raceway_dl_360: + symbol: d_course_royal_raceway_dl_360 + type: gfx + offset: 0x360 + otr_mode: index +d_course_royal_raceway_dl_470: + symbol: d_course_royal_raceway_dl_470 + type: gfx + offset: 0x470 + otr_mode: index +d_course_royal_raceway_dl_6D0: + symbol: d_course_royal_raceway_dl_6D0 + type: gfx + offset: 0x6D0 + otr_mode: index +d_course_royal_raceway_dl_8E0: + symbol: d_course_royal_raceway_dl_8E0 + type: gfx + offset: 0x8E0 + otr_mode: index +d_course_royal_raceway_dl_A48: + symbol: d_course_royal_raceway_dl_A48 + type: gfx + offset: 0xA48 + otr_mode: index +d_course_royal_raceway_dl_B40: + symbol: d_course_royal_raceway_dl_B40 + type: gfx + offset: 0xB40 + otr_mode: index +d_course_royal_raceway_dl_DA0: + symbol: d_course_royal_raceway_dl_DA0 + type: gfx + offset: 0xDA0 + otr_mode: index +d_course_royal_raceway_dl_F40: + symbol: d_course_royal_raceway_dl_F40 + type: gfx + offset: 0xF40 + otr_mode: index +d_course_royal_raceway_dl_1180: + symbol: d_course_royal_raceway_dl_1180 + type: gfx + offset: 0x1180 + otr_mode: index +d_course_royal_raceway_dl_12C0: + symbol: d_course_royal_raceway_dl_12C0 + type: gfx + offset: 0x12C0 + otr_mode: index +d_course_royal_raceway_dl_1538: + symbol: d_course_royal_raceway_dl_1538 + type: gfx + offset: 0x1538 + otr_mode: index +d_course_royal_raceway_dl_1610: + symbol: d_course_royal_raceway_dl_1610 + type: gfx + offset: 0x1610 + otr_mode: index +d_course_royal_raceway_dl_1850: + symbol: d_course_royal_raceway_dl_1850 + type: gfx + offset: 0x1850 + otr_mode: index +d_course_royal_raceway_dl_19B0: + symbol: d_course_royal_raceway_dl_19B0 + type: gfx + offset: 0x19B0 + otr_mode: index +d_course_royal_raceway_dl_1BB8: + symbol: d_course_royal_raceway_dl_1BB8 + type: gfx + offset: 0x1BB8 + otr_mode: index +d_course_royal_raceway_dl_1C40: + symbol: d_course_royal_raceway_dl_1C40 + type: gfx + offset: 0x1C40 + otr_mode: index +d_course_royal_raceway_dl_1E88: + symbol: d_course_royal_raceway_dl_1E88 + type: gfx + offset: 0x1E88 + otr_mode: index +d_course_royal_raceway_dl_2018: + symbol: d_course_royal_raceway_dl_2018 + type: gfx + offset: 0x2018 + otr_mode: index +d_course_royal_raceway_dl_21A8: + symbol: d_course_royal_raceway_dl_21A8 + type: gfx + offset: 0x21A8 + otr_mode: index +d_course_royal_raceway_dl_2210: + symbol: d_course_royal_raceway_dl_2210 + type: gfx + offset: 0x2210 + otr_mode: index +d_course_royal_raceway_dl_2428: + symbol: d_course_royal_raceway_dl_2428 + type: gfx + offset: 0x2428 + otr_mode: index +d_course_royal_raceway_dl_25F0: + symbol: d_course_royal_raceway_dl_25F0 + type: gfx + offset: 0x25F0 + otr_mode: index +d_course_royal_raceway_dl_26F0: + symbol: d_course_royal_raceway_dl_26F0 + type: gfx + offset: 0x26F0 + otr_mode: index +d_course_royal_raceway_dl_27B8: + symbol: d_course_royal_raceway_dl_27B8 + type: gfx + offset: 0x27B8 + otr_mode: index +d_course_royal_raceway_dl_29A0: + symbol: d_course_royal_raceway_dl_29A0 + type: gfx + offset: 0x29A0 + otr_mode: index +d_course_royal_raceway_dl_2B78: + symbol: d_course_royal_raceway_dl_2B78 + type: gfx + offset: 0x2B78 + otr_mode: index +d_course_royal_raceway_dl_2C20: + symbol: d_course_royal_raceway_dl_2C20 + type: gfx + offset: 0x2C20 + otr_mode: index +d_course_royal_raceway_dl_2DD0: + symbol: d_course_royal_raceway_dl_2DD0 + type: gfx + offset: 0x2DD0 + otr_mode: index +d_course_royal_raceway_dl_2FE0: + symbol: d_course_royal_raceway_dl_2FE0 + type: gfx + offset: 0x2FE0 + otr_mode: index +d_course_royal_raceway_dl_31F8: + symbol: d_course_royal_raceway_dl_31F8 + type: gfx + offset: 0x31F8 + otr_mode: index +d_course_royal_raceway_dl_33B0: + symbol: d_course_royal_raceway_dl_33B0 + type: gfx + offset: 0x33B0 + otr_mode: index +d_course_royal_raceway_dl_3580: + symbol: d_course_royal_raceway_dl_3580 + type: gfx + offset: 0x3580 + otr_mode: index +d_course_royal_raceway_dl_3748: + symbol: d_course_royal_raceway_dl_3748 + type: gfx + offset: 0x3748 + otr_mode: index +d_course_royal_raceway_dl_3960: + symbol: d_course_royal_raceway_dl_3960 + type: gfx + offset: 0x3960 + otr_mode: index +d_course_royal_raceway_dl_3AD8: + symbol: d_course_royal_raceway_dl_3AD8 + type: gfx + offset: 0x3AD8 + otr_mode: index +d_course_royal_raceway_dl_3BA8: + symbol: d_course_royal_raceway_dl_3BA8 + type: gfx + offset: 0x3BA8 + otr_mode: index +d_course_royal_raceway_dl_3D38: + symbol: d_course_royal_raceway_dl_3D38 + type: gfx + offset: 0x3D38 + otr_mode: index +d_course_royal_raceway_dl_3ED8: + symbol: d_course_royal_raceway_dl_3ED8 + type: gfx + offset: 0x3ED8 + otr_mode: index +d_course_royal_raceway_dl_3FA0: + symbol: d_course_royal_raceway_dl_3FA0 + type: gfx + offset: 0x3FA0 + otr_mode: index +d_course_royal_raceway_dl_4048: + symbol: d_course_royal_raceway_dl_4048 + type: gfx + offset: 0x4048 + otr_mode: index +d_course_royal_raceway_dl_41D8: + symbol: d_course_royal_raceway_dl_41D8 + type: gfx + offset: 0x41D8 + otr_mode: index +d_course_royal_raceway_dl_4380: + symbol: d_course_royal_raceway_dl_4380 + type: gfx + offset: 0x4380 + otr_mode: index +d_course_royal_raceway_dl_4438: + symbol: d_course_royal_raceway_dl_4438 + type: gfx + offset: 0x4438 + otr_mode: index +d_course_royal_raceway_dl_44C0: + symbol: d_course_royal_raceway_dl_44C0 + type: gfx + offset: 0x44C0 + otr_mode: index +d_course_royal_raceway_dl_45A0: + symbol: d_course_royal_raceway_dl_45A0 + type: gfx + offset: 0x45A0 + otr_mode: index +d_course_royal_raceway_dl_46A0: + symbol: d_course_royal_raceway_dl_46A0 + type: gfx + offset: 0x46A0 + otr_mode: index +d_course_royal_raceway_dl_4750: + symbol: d_course_royal_raceway_dl_4750 + type: gfx + offset: 0x4750 + otr_mode: index +d_course_royal_raceway_dl_4800: + symbol: d_course_royal_raceway_dl_4800 + type: gfx + offset: 0x4800 + otr_mode: index +d_course_royal_raceway_dl_4930: + symbol: d_course_royal_raceway_dl_4930 + type: gfx + offset: 0x4930 + otr_mode: index +d_course_royal_raceway_dl_4A38: + symbol: d_course_royal_raceway_dl_4A38 + type: gfx + offset: 0x4A38 + otr_mode: index +d_course_royal_raceway_dl_4AE0: + symbol: d_course_royal_raceway_dl_4AE0 + type: gfx + offset: 0x4AE0 + otr_mode: index +d_course_royal_raceway_dl_4BA8: + symbol: d_course_royal_raceway_dl_4BA8 + type: gfx + offset: 0x4BA8 + otr_mode: index +d_course_royal_raceway_dl_4D00: + symbol: d_course_royal_raceway_dl_4D00 + type: gfx + offset: 0x4D00 + otr_mode: index +d_course_royal_raceway_dl_4DF8: + symbol: d_course_royal_raceway_dl_4DF8 + type: gfx + offset: 0x4DF8 + otr_mode: index +d_course_royal_raceway_dl_4EC0: + symbol: d_course_royal_raceway_dl_4EC0 + type: gfx + offset: 0x4EC0 + otr_mode: index +d_course_royal_raceway_dl_4F80: + symbol: d_course_royal_raceway_dl_4F80 + type: gfx + offset: 0x4F80 + otr_mode: index +d_course_royal_raceway_dl_50F0: + symbol: d_course_royal_raceway_dl_50F0 + type: gfx + offset: 0x50F0 + otr_mode: index +d_course_royal_raceway_dl_51D0: + symbol: d_course_royal_raceway_dl_51D0 + type: gfx + offset: 0x51D0 + otr_mode: index +d_course_royal_raceway_dl_52F0: + symbol: d_course_royal_raceway_dl_52F0 + type: gfx + offset: 0x52F0 + otr_mode: index +d_course_royal_raceway_dl_53B8: + symbol: d_course_royal_raceway_dl_53B8 + type: gfx + offset: 0x53B8 + otr_mode: index +d_course_royal_raceway_dl_54F8: + symbol: d_course_royal_raceway_dl_54F8 + type: gfx + offset: 0x54F8 + otr_mode: index +d_course_royal_raceway_dl_5598: + symbol: d_course_royal_raceway_dl_5598 + type: gfx + offset: 0x5598 + otr_mode: index +d_course_royal_raceway_dl_56C0: + symbol: d_course_royal_raceway_dl_56C0 + type: gfx + offset: 0x56C0 + otr_mode: index +d_course_royal_raceway_dl_5758: + symbol: d_course_royal_raceway_dl_5758 + type: gfx + offset: 0x5758 + otr_mode: index +d_course_royal_raceway_dl_5890: + symbol: d_course_royal_raceway_dl_5890 + type: gfx + offset: 0x5890 + otr_mode: index +d_course_royal_raceway_dl_5900: + symbol: d_course_royal_raceway_dl_5900 + type: gfx + offset: 0x5900 + otr_mode: index +d_course_royal_raceway_dl_5A40: + symbol: d_course_royal_raceway_dl_5A40 + type: gfx + offset: 0x5A40 + otr_mode: index +d_course_royal_raceway_dl_5B28: + symbol: d_course_royal_raceway_dl_5B28 + type: gfx + offset: 0x5B28 + otr_mode: index +d_course_royal_raceway_dl_5CA0: + symbol: d_course_royal_raceway_dl_5CA0 + type: gfx + offset: 0x5CA0 + otr_mode: index +d_course_royal_raceway_dl_5D08: + symbol: d_course_royal_raceway_dl_5D08 + type: gfx + offset: 0x5D08 + otr_mode: index +d_course_royal_raceway_dl_5EB8: + symbol: d_course_royal_raceway_dl_5EB8 + type: gfx + offset: 0x5EB8 + otr_mode: index +d_course_royal_raceway_dl_5FD8: + symbol: d_course_royal_raceway_dl_5FD8 + type: gfx + offset: 0x5FD8 + otr_mode: index +d_course_royal_raceway_dl_6118: + symbol: d_course_royal_raceway_dl_6118 + type: gfx + offset: 0x6118 + otr_mode: index +d_course_royal_raceway_dl_61B0: + symbol: d_course_royal_raceway_dl_61B0 + type: gfx + offset: 0x61B0 + otr_mode: index +d_course_royal_raceway_dl_6378: + symbol: d_course_royal_raceway_dl_6378 + type: gfx + offset: 0x6378 + otr_mode: index +d_course_royal_raceway_dl_6538: + symbol: d_course_royal_raceway_dl_6538 + type: gfx + offset: 0x6538 + otr_mode: index +d_course_royal_raceway_dl_6780: + symbol: d_course_royal_raceway_dl_6780 + type: gfx + offset: 0x6780 + otr_mode: index +d_course_royal_raceway_dl_68C8: + symbol: d_course_royal_raceway_dl_68C8 + type: gfx + offset: 0x68C8 + otr_mode: index +d_course_royal_raceway_dl_6BC0: + symbol: d_course_royal_raceway_dl_6BC0 + type: gfx + offset: 0x6BC0 + otr_mode: index +d_course_royal_raceway_dl_6E20: + symbol: d_course_royal_raceway_dl_6E20 + type: gfx + offset: 0x6E20 + otr_mode: index +d_course_royal_raceway_dl_70C0: + symbol: d_course_royal_raceway_dl_70C0 + type: gfx + offset: 0x70C0 + otr_mode: index +d_course_royal_raceway_dl_72B8: + symbol: d_course_royal_raceway_dl_72B8 + type: gfx + offset: 0x72B8 + otr_mode: index +d_course_royal_raceway_dl_75C0: + symbol: d_course_royal_raceway_dl_75C0 + type: gfx + offset: 0x75C0 + otr_mode: index +d_course_royal_raceway_dl_7778: + symbol: d_course_royal_raceway_dl_7778 + type: gfx + offset: 0x7778 + otr_mode: index +d_course_royal_raceway_dl_78E8: + symbol: d_course_royal_raceway_dl_78E8 + type: gfx + offset: 0x78E8 + otr_mode: index +d_course_royal_raceway_dl_7AD0: + symbol: d_course_royal_raceway_dl_7AD0 + type: gfx + offset: 0x7AD0 + otr_mode: index +d_course_royal_raceway_dl_7BD8: + symbol: d_course_royal_raceway_dl_7BD8 + type: gfx + offset: 0x7BD8 + otr_mode: index +d_course_royal_raceway_dl_7DB0: + symbol: d_course_royal_raceway_dl_7DB0 + type: gfx + offset: 0x7DB0 + otr_mode: index +d_course_royal_raceway_dl_7ED8: + symbol: d_course_royal_raceway_dl_7ED8 + type: gfx + offset: 0x7ED8 + otr_mode: index +d_course_royal_raceway_dl_8068: + symbol: d_course_royal_raceway_dl_8068 + type: gfx + offset: 0x8068 + otr_mode: index +d_course_royal_raceway_dl_81C0: + symbol: d_course_royal_raceway_dl_81C0 + type: gfx + offset: 0x81C0 + otr_mode: index +d_course_royal_raceway_dl_8398: + symbol: d_course_royal_raceway_dl_8398 + type: gfx + offset: 0x8398 + otr_mode: index +d_course_royal_raceway_dl_84A0: + symbol: d_course_royal_raceway_dl_84A0 + type: gfx + offset: 0x84A0 + otr_mode: index +d_course_royal_raceway_dl_8620: + symbol: d_course_royal_raceway_dl_8620 + type: gfx + offset: 0x8620 + otr_mode: index +d_course_royal_raceway_dl_8770: + symbol: d_course_royal_raceway_dl_8770 + type: gfx + offset: 0x8770 + otr_mode: index +d_course_royal_raceway_dl_8838: + symbol: d_course_royal_raceway_dl_8838 + type: gfx + offset: 0x8838 + otr_mode: index +d_course_royal_raceway_dl_88B0: + symbol: d_course_royal_raceway_dl_88B0 + type: gfx + offset: 0x88B0 + otr_mode: index +d_course_royal_raceway_dl_8930: + symbol: d_course_royal_raceway_dl_8930 + type: gfx + offset: 0x8930 + otr_mode: index +d_course_royal_raceway_dl_89F0: + symbol: d_course_royal_raceway_dl_89F0 + type: gfx + offset: 0x89F0 + otr_mode: index +d_course_royal_raceway_dl_8C58: + symbol: d_course_royal_raceway_dl_8C58 + type: gfx + offset: 0x8C58 + otr_mode: index +d_course_royal_raceway_dl_8CD8: + symbol: d_course_royal_raceway_dl_8CD8 + type: gfx + offset: 0x8CD8 + otr_mode: index +d_course_royal_raceway_dl_8EB8: + symbol: d_course_royal_raceway_dl_8EB8 + type: gfx + offset: 0x8EB8 + otr_mode: index +d_course_royal_raceway_dl_8FA8: + symbol: d_course_royal_raceway_dl_8FA8 + type: gfx + offset: 0x8FA8 + otr_mode: index +d_course_royal_raceway_dl_9218: + symbol: d_course_royal_raceway_dl_9218 + type: gfx + offset: 0x9218 + otr_mode: index +d_course_royal_raceway_dl_92D0: + symbol: d_course_royal_raceway_dl_92D0 + type: gfx + offset: 0x92D0 + otr_mode: index +d_course_royal_raceway_dl_94E8: + symbol: d_course_royal_raceway_dl_94E8 + type: gfx + offset: 0x94E8 + otr_mode: index +d_course_royal_raceway_dl_9678: + symbol: d_course_royal_raceway_dl_9678 + type: gfx + offset: 0x9678 + otr_mode: index +d_course_royal_raceway_dl_9900: + symbol: d_course_royal_raceway_dl_9900 + type: gfx + offset: 0x9900 + otr_mode: index +d_course_royal_raceway_dl_99A0: + symbol: d_course_royal_raceway_dl_99A0 + type: gfx + offset: 0x99A0 + otr_mode: index +d_course_royal_raceway_dl_9B30: + symbol: d_course_royal_raceway_dl_9B30 + type: gfx + offset: 0x9B30 + otr_mode: index +d_course_royal_raceway_dl_9D58: + symbol: d_course_royal_raceway_dl_9D58 + type: gfx + offset: 0x9D58 + otr_mode: index +d_course_royal_raceway_dl_9FE8: + symbol: d_course_royal_raceway_dl_9FE8 + type: gfx + offset: 0x9FE8 + otr_mode: index +d_course_royal_raceway_dl_A0A8: + symbol: d_course_royal_raceway_dl_A0A8 + type: gfx + offset: 0xA0A8 + otr_mode: index +d_course_royal_raceway_dl_A200: + symbol: d_course_royal_raceway_dl_A200 + type: gfx + offset: 0xA200 + otr_mode: index +d_course_royal_raceway_dl_A478: + symbol: d_course_royal_raceway_dl_A478 + type: gfx + offset: 0xA478 + otr_mode: index +d_course_royal_raceway_dl_A600: + symbol: d_course_royal_raceway_dl_A600 + type: gfx + offset: 0xA600 + otr_mode: index +d_course_royal_raceway_dl_A728: + symbol: d_course_royal_raceway_dl_A728 + type: gfx + offset: 0xA728 + otr_mode: index +d_course_royal_raceway_dl_A8A8: + symbol: d_course_royal_raceway_dl_A8A8 + type: gfx + offset: 0xA8A8 + otr_mode: index +d_course_royal_raceway_dl_A9D0: + symbol: d_course_royal_raceway_dl_A9D0 + type: gfx + offset: 0xA9D0 + otr_mode: index +d_course_royal_raceway_dl_AB28: + symbol: d_course_royal_raceway_dl_AB28 + type: gfx + offset: 0xAB28 + otr_mode: index +d_course_royal_raceway_dl_AC28: + symbol: d_course_royal_raceway_dl_AC28 + type: gfx + offset: 0xAC28 + otr_mode: index +d_course_royal_raceway_dl_AD90: + symbol: d_course_royal_raceway_dl_AD90 + type: gfx + offset: 0xAD90 + otr_mode: index +d_course_royal_raceway_dl_AE70: + symbol: d_course_royal_raceway_dl_AE70 + type: gfx + offset: 0xAE70 + otr_mode: index +d_course_royal_raceway_dl_AFB0: + symbol: d_course_royal_raceway_dl_AFB0 + type: gfx + offset: 0xAFB0 + otr_mode: index +d_course_royal_raceway_dl_B040: + symbol: d_course_royal_raceway_dl_B040 + type: gfx + offset: 0xB040 + otr_mode: index +d_course_royal_raceway_dl_B188: + symbol: d_course_royal_raceway_dl_B188 + type: gfx + offset: 0xB188 + otr_mode: index +d_course_royal_raceway_dl_B230: + symbol: d_course_royal_raceway_dl_B230 + type: gfx + offset: 0xB230 + otr_mode: index +d_course_royal_raceway_dl_B2E0: + symbol: d_course_royal_raceway_dl_B2E0 + type: gfx + offset: 0xB2E0 + otr_mode: index +d_course_royal_raceway_dl_B3E8: + symbol: d_course_royal_raceway_dl_B3E8 + type: gfx + offset: 0xB3E8 + otr_mode: index +d_course_royal_raceway_dl_B508: + symbol: d_course_royal_raceway_dl_B508 + type: gfx + offset: 0xB508 + otr_mode: index +d_course_royal_raceway_unknown_waypoints: + symbol: d_course_royal_raceway_unknown_waypoints + offset: 0xB5B8 + count: 78 + type: mk64:TRACK_PATH +d_course_royal_raceway_track_waypoints: + symbol: d_course_royal_raceway_track_waypoints + offset: 0xB828 + count: 903 + type: mk64:TRACK_PATH +d_course_royal_raceway_tree_model: + symbol: d_course_royal_raceway_tree_model + type: vtx + offset: 0xD460 + count: 4 +d_course_royal_raceway_dl_tree: + symbol: d_course_royal_raceway_dl_tree + type: gfx + offset: 0xD4A0 +d_royal_raceway_peaches_castle_tree_model: + symbol: d_royal_raceway_peaches_castle_tree_model + type: vtx + offset: 0xD538 + count: 4 +d_course_royal_raceway_dl_castle_tree: + symbol: d_course_royal_raceway_dl_castle_tree + type: gfx + offset: 0xD578 +d_course_royal_raceway_piranha_plant_tlut: + symbol: d_course_royal_raceway_piranha_plant_tlut + type: texture + offset: 0xD610 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_royal_raceway_piranha_plant_model: + symbol: d_course_royal_raceway_piranha_plant_model + type: vtx + offset: 0xD810 + count: 4 +d_course_royal_raceway_dl_piranha_plant: + symbol: d_course_royal_raceway_dl_piranha_plant + type: gfx + offset: 0xD850 + otr_mode: index +d_course_royal_raceway_dl_D8E8: + symbol: d_course_royal_raceway_dl_D8E8 + type: gfx + offset: 0xD8E8 + otr_mode: index +d_course_royal_raceway_piranha_plant_spawn: + symbol: d_course_royal_raceway_piranha_plant_spawn + type: mk64:spawn_data + count: 17 + offset: 0xD9F0 +d_course_royal_raceway_tree_spawn: + symbol: d_course_royal_raceway_tree_spawn + type: mk64:spawn_data + count: 33 + offset: 0xDA80 +d_course_royal_raceway_item_box_spawns: + symbol: d_course_royal_raceway_item_box_spawns + type: mk64:spawn_data + count: 21 + offset: 0xDB88 +d_course_royal_raceway_addr: + symbol: d_course_royal_raceway_addr + type: mk64:track_sections + offset: 0xDC28 + count: 119 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_displaylists.yml new file mode 100644 index 0000000..75bdecb --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8FAFF0 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_royal_raceway_packed_dls: + symbol: d_course_royal_raceway_packed_dls + type: blob + offset: 0x8FAFF0 + size: 0x3643 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_vertices.yml new file mode 100644 index 0000000..16005a7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/royal_raceway_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8EC390] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_royal_raceway_vertex: + symbol: d_course_royal_raceway_vertex + type: mk64:course_vtx + count: 8306 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_data.yml new file mode 100644 index 0000000..8418617 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_data.yml @@ -0,0 +1,790 @@ +:config: + segments: + - [0x06, 0x86ECF0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_sherbet_land_dl_0: + symbol: d_course_sherbet_land_dl_0 + type: gfx + offset: 0x0 +d_course_sherbet_land_dl_C0: + symbol: d_course_sherbet_land_dl_C0 + type: gfx + offset: 0xC0 +d_course_sherbet_land_dl_158: + symbol: d_course_sherbet_land_dl_158 + type: gfx + offset: 0x158 +d_course_sherbet_land_dl_1A8: + symbol: d_course_sherbet_land_dl_1A8 + type: gfx + offset: 0x1A8 +d_course_sherbet_land_dl_280: + symbol: d_course_sherbet_land_dl_280 + type: gfx + offset: 0x280 +d_course_sherbet_land_dl_310: + symbol: d_course_sherbet_land_dl_310 + type: gfx + offset: 0x310 +d_course_sherbet_land_dl_3B8: + symbol: d_course_sherbet_land_dl_3B8 + type: gfx + offset: 0x3B8 +d_course_sherbet_land_dl_400: + symbol: d_course_sherbet_land_dl_400 + type: gfx + offset: 0x400 +d_course_sherbet_land_dl_4E8: + symbol: d_course_sherbet_land_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_sherbet_land_dl_560: + symbol: d_course_sherbet_land_dl_560 + type: gfx + offset: 0x560 +d_course_sherbet_land_dl_638: + symbol: d_course_sherbet_land_dl_638 + type: gfx + offset: 0x638 +d_course_sherbet_land_dl_6A0: + symbol: d_course_sherbet_land_dl_6A0 + type: gfx + offset: 0x6A0 +d_course_sherbet_land_dl_768: + symbol: d_course_sherbet_land_dl_768 + type: gfx + offset: 0x768 +d_course_sherbet_land_dl_7A0: + symbol: d_course_sherbet_land_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_sherbet_land_dl_880: + symbol: d_course_sherbet_land_dl_880 + type: gfx + offset: 0x880 +d_course_sherbet_land_dl_8E8: + symbol: d_course_sherbet_land_dl_8E8 + type: gfx + offset: 0x8E8 +d_course_sherbet_land_dl_9A0: + symbol: d_course_sherbet_land_dl_9A0 + type: gfx + offset: 0x9A0 +d_course_sherbet_land_dl_A28: + symbol: d_course_sherbet_land_dl_A28 + type: gfx + offset: 0xA28 +d_course_sherbet_land_dl_B08: + symbol: d_course_sherbet_land_dl_B08 + type: gfx + offset: 0xB08 +d_course_sherbet_land_dl_BC0: + symbol: d_course_sherbet_land_dl_BC0 + type: gfx + offset: 0xBC0 +d_course_sherbet_land_dl_C88: + symbol: d_course_sherbet_land_dl_C88 + type: gfx + offset: 0xC88 +d_course_sherbet_land_dl_D10: + symbol: d_course_sherbet_land_dl_D10 + type: gfx + offset: 0xD10 +d_course_sherbet_land_dl_DF0: + symbol: d_course_sherbet_land_dl_DF0 + type: gfx + offset: 0xDF0 +d_course_sherbet_land_dl_EC8: + symbol: d_course_sherbet_land_dl_EC8 + type: gfx + offset: 0xEC8 +d_course_sherbet_land_dl_F68: + symbol: d_course_sherbet_land_dl_F68 + type: gfx + offset: 0xF68 +d_course_sherbet_land_dl_1028: + symbol: d_course_sherbet_land_dl_1028 + type: gfx + offset: 0x1028 +d_course_sherbet_land_dl_10D8: + symbol: d_course_sherbet_land_dl_10D8 + type: gfx + offset: 0x10D8 +d_course_sherbet_land_dl_11C8: + symbol: d_course_sherbet_land_dl_11C8 + type: gfx + offset: 0x11C8 +d_course_sherbet_land_dl_1238: + symbol: d_course_sherbet_land_dl_1238 + type: gfx + offset: 0x1238 +d_course_sherbet_land_dl_12F0: + symbol: d_course_sherbet_land_dl_12F0 + type: gfx + offset: 0x12F0 +d_course_sherbet_land_dl_1368: + symbol: d_course_sherbet_land_dl_1368 + type: gfx + offset: 0x1368 +d_course_sherbet_land_dl_1440: + symbol: d_course_sherbet_land_dl_1440 + type: gfx + offset: 0x1440 +d_course_sherbet_land_dl_1480: + symbol: d_course_sherbet_land_dl_1480 + type: gfx + offset: 0x1480 +d_course_sherbet_land_dl_14C0: + symbol: d_course_sherbet_land_dl_14C0 + type: gfx + offset: 0x14C0 +d_course_sherbet_land_dl_1508: + symbol: d_course_sherbet_land_dl_1508 + type: gfx + offset: 0x1508 +d_course_sherbet_land_dl_1570: + symbol: d_course_sherbet_land_dl_1570 + type: gfx + offset: 0x1570 +d_course_sherbet_land_dl_1598: + symbol: d_course_sherbet_land_dl_1598 + type: gfx + offset: 0x1598 +d_course_sherbet_land_dl_15F0: + symbol: d_course_sherbet_land_dl_15F0 + type: gfx + offset: 0x15F0 +d_course_sherbet_land_dl_1638: + symbol: d_course_sherbet_land_dl_1638 + type: gfx + offset: 0x1638 +d_course_sherbet_land_dl_1698: + symbol: d_course_sherbet_land_dl_1698 + type: gfx + offset: 0x1698 +d_course_sherbet_land_dl_16C0: + symbol: d_course_sherbet_land_dl_16C0 + type: gfx + offset: 0x16C0 +d_course_sherbet_land_dl_1730: + symbol: d_course_sherbet_land_dl_1730 + type: gfx + offset: 0x1730 +d_course_sherbet_land_dl_1778: + symbol: d_course_sherbet_land_dl_1778 + type: gfx + offset: 0x1778 +d_course_sherbet_land_dl_17D8: + symbol: d_course_sherbet_land_dl_17D8 + type: gfx + offset: 0x17D8 +d_course_sherbet_land_dl_1828: + symbol: d_course_sherbet_land_dl_1828 + type: gfx + offset: 0x1828 +d_course_sherbet_land_dl_18A0: + symbol: d_course_sherbet_land_dl_18A0 + type: gfx + offset: 0x18A0 +d_course_sherbet_land_dl_18E8: + symbol: d_course_sherbet_land_dl_18E8 + type: gfx + offset: 0x18E8 +d_course_sherbet_land_dl_1920: + symbol: d_course_sherbet_land_dl_1920 + type: gfx + offset: 0x1920 +d_course_sherbet_land_dl_19A0: + symbol: d_course_sherbet_land_dl_19A0 + type: gfx + offset: 0x19A0 +d_course_sherbet_land_dl_19F0: + symbol: d_course_sherbet_land_dl_19F0 + type: gfx + offset: 0x19F0 +d_course_sherbet_land_dl_1A58: + symbol: d_course_sherbet_land_dl_1A58 + type: gfx + offset: 0x1A58 +d_course_sherbet_land_dl_1A90: + symbol: d_course_sherbet_land_dl_1A90 + type: gfx + offset: 0x1A90 +d_course_sherbet_land_dl_1AF8: + symbol: d_course_sherbet_land_dl_1AF8 + type: gfx + offset: 0x1AF8 +d_course_sherbet_land_dl_1B50: + symbol: d_course_sherbet_land_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_sherbet_land_dl_1BA8: + symbol: d_course_sherbet_land_dl_1BA8 + type: gfx + offset: 0x1BA8 +d_course_sherbet_land_dl_1C20: + symbol: d_course_sherbet_land_dl_1C20 + type: gfx + offset: 0x1C20 +d_course_sherbet_land_dl_1C48: + symbol: d_course_sherbet_land_dl_1C48 + type: gfx + offset: 0x1C48 +d_course_sherbet_land_dl_1D08: + symbol: d_course_sherbet_land_dl_1D08 + type: gfx + offset: 0x1D08 +d_course_sherbet_land_dl_1D60: + symbol: d_course_sherbet_land_dl_1D60 + type: gfx + offset: 0x1D60 +d_course_sherbet_land_dl_1E10: + symbol: d_course_sherbet_land_dl_1E10 + type: gfx + offset: 0x1E10 +d_course_sherbet_land_dl_1E88: + symbol: d_course_sherbet_land_dl_1E88 + type: gfx + offset: 0x1E88 +d_course_sherbet_land_dl_1F70: + symbol: d_course_sherbet_land_dl_1F70 + type: gfx + offset: 0x1F70 +d_course_sherbet_land_dl_2010: + symbol: d_course_sherbet_land_dl_2010 + type: gfx + offset: 0x2010 +d_course_sherbet_land_dl_20D0: + symbol: d_course_sherbet_land_dl_20D0 + type: gfx + offset: 0x20D0 +d_course_sherbet_land_dl_2190: + symbol: d_course_sherbet_land_dl_2190 + type: gfx + offset: 0x2190 +d_course_sherbet_land_dl_2288: + symbol: d_course_sherbet_land_dl_2288 + type: gfx + offset: 0x2288 +d_course_sherbet_land_dl_22F8: + symbol: d_course_sherbet_land_dl_22F8 + type: gfx + offset: 0x22F8 +d_course_sherbet_land_dl_2370: + symbol: d_course_sherbet_land_dl_2370 + type: gfx + offset: 0x2370 +d_course_sherbet_land_dl_2438: + symbol: d_course_sherbet_land_dl_2438 + type: gfx + offset: 0x2438 +d_course_sherbet_land_dl_2530: + symbol: d_course_sherbet_land_dl_2530 + type: gfx + offset: 0x2530 +d_course_sherbet_land_dl_25A0: + symbol: d_course_sherbet_land_dl_25A0 + type: gfx + offset: 0x25A0 +d_course_sherbet_land_dl_25F8: + symbol: d_course_sherbet_land_dl_25F8 + type: gfx + offset: 0x25F8 +d_course_sherbet_land_dl_26D0: + symbol: d_course_sherbet_land_dl_26D0 + type: gfx + offset: 0x26D0 +d_course_sherbet_land_dl_27F0: + symbol: d_course_sherbet_land_dl_27F0 + type: gfx + offset: 0x27F0 +d_course_sherbet_land_dl_28A0: + symbol: d_course_sherbet_land_dl_28A0 + type: gfx + offset: 0x28A0 +d_course_sherbet_land_dl_2918: + symbol: d_course_sherbet_land_dl_2918 + type: gfx + offset: 0x2918 +d_course_sherbet_land_dl_2A38: + symbol: d_course_sherbet_land_dl_2A38 + type: gfx + offset: 0x2A38 +d_course_sherbet_land_dl_2B08: + symbol: d_course_sherbet_land_dl_2B08 + type: gfx + offset: 0x2B08 +d_course_sherbet_land_dl_2BE0: + symbol: d_course_sherbet_land_dl_2BE0 + type: gfx + offset: 0x2BE0 +d_course_sherbet_land_dl_2C58: + symbol: d_course_sherbet_land_dl_2C58 + type: gfx + offset: 0x2C58 +d_course_sherbet_land_dl_2D78: + symbol: d_course_sherbet_land_dl_2D78 + type: gfx + offset: 0x2D78 +d_course_sherbet_land_dl_2E28: + symbol: d_course_sherbet_land_dl_2E28 + type: gfx + offset: 0x2E28 +d_course_sherbet_land_dl_2F48: + symbol: d_course_sherbet_land_dl_2F48 + type: gfx + offset: 0x2F48 +d_course_sherbet_land_dl_2FE8: + symbol: d_course_sherbet_land_dl_2FE8 + type: gfx + offset: 0x2FE8 +d_course_sherbet_land_dl_30E0: + symbol: d_course_sherbet_land_dl_30E0 + type: gfx + offset: 0x30E0 +d_course_sherbet_land_dl_3150: + symbol: d_course_sherbet_land_dl_3150 + type: gfx + offset: 0x3150 +d_course_sherbet_land_dl_3260: + symbol: d_course_sherbet_land_dl_3260 + type: gfx + offset: 0x3260 +d_course_sherbet_land_dl_3320: + symbol: d_course_sherbet_land_dl_3320 + type: gfx + offset: 0x3320 +d_course_sherbet_land_dl_33E0: + symbol: d_course_sherbet_land_dl_33E0 + type: gfx + offset: 0x33E0 +d_course_sherbet_land_dl_3490: + symbol: d_course_sherbet_land_dl_3490 + type: gfx + offset: 0x3490 +d_course_sherbet_land_dl_35A8: + symbol: d_course_sherbet_land_dl_35A8 + type: gfx + offset: 0x35A8 +d_course_sherbet_land_dl_36A8: + symbol: d_course_sherbet_land_dl_36A8 + type: gfx + offset: 0x36A8 +d_course_sherbet_land_dl_3770: + symbol: d_course_sherbet_land_dl_3770 + type: gfx + offset: 0x3770 +d_course_sherbet_land_dl_3840: + symbol: d_course_sherbet_land_dl_3840 + type: gfx + offset: 0x3840 +d_course_sherbet_land_dl_3940: + symbol: d_course_sherbet_land_dl_3940 + type: gfx + offset: 0x3940 +d_course_sherbet_land_dl_3A50: + symbol: d_course_sherbet_land_dl_3A50 + type: gfx + offset: 0x3A50 +d_course_sherbet_land_dl_3AE0: + symbol: d_course_sherbet_land_dl_3AE0 + type: gfx + offset: 0x3AE0 +d_course_sherbet_land_dl_3BA8: + symbol: d_course_sherbet_land_dl_3BA8 + type: gfx + offset: 0x3BA8 +d_course_sherbet_land_dl_3C48: + symbol: d_course_sherbet_land_dl_3C48 + type: gfx + offset: 0x3C48 +d_course_sherbet_land_dl_3D40: + symbol: d_course_sherbet_land_dl_3D40 + type: gfx + offset: 0x3D40 +d_course_sherbet_land_dl_3D98: + symbol: d_course_sherbet_land_dl_3D98 + type: gfx + offset: 0x3D98 +d_course_sherbet_land_dl_3E58: + symbol: d_course_sherbet_land_dl_3E58 + type: gfx + offset: 0x3E58 +d_course_sherbet_land_dl_3EB8: + symbol: d_course_sherbet_land_dl_3EB8 + type: gfx + offset: 0x3EB8 +d_course_sherbet_land_dl_3FA0: + symbol: d_course_sherbet_land_dl_3FA0 + type: gfx + offset: 0x3FA0 +d_course_sherbet_land_dl_3FC0: + symbol: d_course_sherbet_land_dl_3FC0 + type: gfx + offset: 0x3FC0 +d_course_sherbet_land_dl_3FD8: + symbol: d_course_sherbet_land_dl_3FD8 + type: gfx + offset: 0x3FD8 +d_course_sherbet_land_dl_3FE8: + symbol: d_course_sherbet_land_dl_3FE8 + type: gfx + offset: 0x3FE8 +d_course_sherbet_land_dl_4000: + symbol: d_course_sherbet_land_dl_4000 + type: gfx + offset: 0x4000 +d_course_sherbet_land_dl_4010: + symbol: d_course_sherbet_land_dl_4010 + type: gfx + offset: 0x4010 +d_course_sherbet_land_dl_4018: + symbol: d_course_sherbet_land_dl_4018 + type: gfx + offset: 0x4018 +d_course_sherbet_land_dl_4020: + symbol: d_course_sherbet_land_dl_4020 + type: gfx + offset: 0x4020 +d_course_sherbet_land_dl_4028: + symbol: d_course_sherbet_land_dl_4028 + type: gfx + offset: 0x4028 +d_course_sherbet_land_dl_4030: + symbol: d_course_sherbet_land_dl_4030 + type: gfx + offset: 0x4030 +d_course_sherbet_land_dl_4038: + symbol: d_course_sherbet_land_dl_4038 + type: gfx + offset: 0x4038 +d_course_sherbet_land_dl_4040: + symbol: d_course_sherbet_land_dl_4040 + type: gfx + offset: 0x4040 +d_course_sherbet_land_dl_4048: + symbol: d_course_sherbet_land_dl_4048 + type: gfx + offset: 0x4048 +d_course_sherbet_land_dl_4050: + symbol: d_course_sherbet_land_dl_4050 + type: gfx + offset: 0x4050 +d_course_sherbet_land_dl_4058: + symbol: d_course_sherbet_land_dl_4058 + type: gfx + offset: 0x4058 +d_course_sherbet_land_dl_4060: + symbol: d_course_sherbet_land_dl_4060 + type: gfx + offset: 0x4060 +d_course_sherbet_land_dl_4068: + symbol: d_course_sherbet_land_dl_4068 + type: gfx + offset: 0x4068 +d_course_sherbet_land_dl_4070: + symbol: d_course_sherbet_land_dl_4070 + type: gfx + offset: 0x4070 +d_course_sherbet_land_dl_4078: + symbol: d_course_sherbet_land_dl_4078 + type: gfx + offset: 0x4078 +d_course_sherbet_land_dl_4080: + symbol: d_course_sherbet_land_dl_4080 + type: gfx + offset: 0x4080 +d_course_sherbet_land_dl_4088: + symbol: d_course_sherbet_land_dl_4088 + type: gfx + offset: 0x4088 +d_course_sherbet_land_dl_4090: + symbol: d_course_sherbet_land_dl_4090 + type: gfx + offset: 0x4090 +d_course_sherbet_land_dl_4098: + symbol: d_course_sherbet_land_dl_4098 + type: gfx + offset: 0x4098 +d_course_sherbet_land_dl_40A0: + symbol: d_course_sherbet_land_dl_40A0 + type: gfx + offset: 0x40A0 +d_course_sherbet_land_dl_40A8: + symbol: d_course_sherbet_land_dl_40A8 + type: gfx + offset: 0x40A8 +d_course_sherbet_land_dl_40B0: + symbol: d_course_sherbet_land_dl_40B0 + type: gfx + offset: 0x40B0 +d_course_sherbet_land_dl_4180: + symbol: d_course_sherbet_land_dl_4180 + type: gfx + offset: 0x4180 +d_course_sherbet_land_dl_41B8: + symbol: d_course_sherbet_land_dl_41B8 + type: gfx + offset: 0x41B8 +d_course_sherbet_land_dl_4280: + symbol: d_course_sherbet_land_dl_4280 + type: gfx + offset: 0x4280 +d_course_sherbet_land_dl_42E0: + symbol: d_course_sherbet_land_dl_42E0 + type: gfx + offset: 0x42E0 +d_course_sherbet_land_dl_43C8: + symbol: d_course_sherbet_land_dl_43C8 + type: gfx + offset: 0x43C8 +d_course_sherbet_land_dl_4470: + symbol: d_course_sherbet_land_dl_4470 + type: gfx + offset: 0x4470 +d_course_sherbet_land_dl_4570: + symbol: d_course_sherbet_land_dl_4570 + type: gfx + offset: 0x4570 +d_course_sherbet_land_dl_4618: + symbol: d_course_sherbet_land_dl_4618 + type: gfx + offset: 0x4618 +d_course_sherbet_land_dl_4710: + symbol: d_course_sherbet_land_dl_4710 + type: gfx + offset: 0x4710 +d_course_sherbet_land_dl_4798: + symbol: d_course_sherbet_land_dl_4798 + type: gfx + offset: 0x4798 +d_course_sherbet_land_dl_4868: + symbol: d_course_sherbet_land_dl_4868 + type: gfx + offset: 0x4868 +d_course_sherbet_land_dl_4930: + symbol: d_course_sherbet_land_dl_4930 + type: gfx + offset: 0x4930 +d_course_sherbet_land_dl_4A20: + symbol: d_course_sherbet_land_dl_4A20 + type: gfx + offset: 0x4A20 +d_course_sherbet_land_dl_4A98: + symbol: d_course_sherbet_land_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_sherbet_land_dl_4B20: + symbol: d_course_sherbet_land_dl_4B20 + type: gfx + offset: 0x4B20 +d_course_sherbet_land_unknown_waypoints: + symbol: d_course_sherbet_land_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x4BF8 + count: 62 +d_course_sherbet_land_track_waypoints: + symbol: d_course_sherbet_land_track_waypoints + type: mk64:TRACK_PATH + offset: 0x4DE8 + count: 666 +d_course_sherbet_land_model1: + symbol: d_course_sherbet_land_model1 + type: vtx + offset: 0x62B8 + count: 30 +d_course_sherbet_land_model2: + symbol: d_course_sherbet_land_model2 + type: vtx + offset: 0x6498 + count: 30 +d_course_sherbet_land_model3: + symbol: d_course_sherbet_land_model3 + type: vtx + offset: 0x6678 + count: 30 +d_course_sherbet_land_model4: + symbol: d_course_sherbet_land_model4 + type: vtx + offset: 0x6858 + count: 9 +d_course_sherbet_land_ice: + symbol: d_course_sherbet_land_ice + type: texture + offset: 0x68E8 + width: 32 + height: 32 + format: ia16 + ctype: u8 +d_course_sherbet_land_dl_70E8: + symbol: d_course_sherbet_land_dl_70E8 + type: gfx + offset: 0x70E8 +d_course_sherbet_land_dl_7208: + symbol: d_course_sherbet_land_dl_7208 + type: gfx + offset: 0x7208 +d_course_sherbet_land_dl_ice_block: + symbol: d_course_sherbet_land_dl_ice_block + type: gfx + offset: 0x7218 +d_course_sherbet_land_dl_7228: + symbol: d_course_sherbet_land_dl_7228 + type: gfx + offset: 0x7228 +d_course_sherbet_land_light1: + symbol: d_course_sherbet_land_light1 + type: lights + offset: 0x7240 +d_course_sherbet_land_light2: + symbol: d_course_sherbet_land_light2 + type: lights + offset: 0x7258 +d_course_sherbet_land_light3: + symbol: d_course_sherbet_land_light3 + type: lights + offset: 0x7270 +d_course_sherbet_land_light4: + symbol: d_course_sherbet_land_light4 + type: lights + offset: 0x7288 +d_course_sherbet_land_light5: + symbol: d_course_sherbet_land_light5 + type: lights + offset: 0x72A0 +d_course_sherbet_land_light6: + symbol: d_course_sherbet_land_light6 + type: lights + offset: 0x72B8 +d_course_sherbet_land_light7: + symbol: d_course_sherbet_land_light7 + type: lights + offset: 0x72D0 +d_course_sherbet_land_penguin_beak: + symbol: d_course_sherbet_land_penguin_beak + type: texture + offset: 0x72E8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_sherbet_land_penguin_eye: + symbol: d_course_sherbet_land_penguin_eye + type: texture + offset: 0x7AE8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_sherbet_land_penguin_eyes_model: + symbol: d_course_sherbet_land_penguin_eyes_model + type: vtx + offset: 0x82E8 + count: 8 +d_course_sherbet_land_dl_8368: + symbol: d_course_sherbet_land_dl_8368 + type: gfx + offset: 0x8368 +d_course_sherbet_land_penguin_nose_model: + symbol: d_course_sherbet_land_penguin_nose_model + type: vtx + offset: 0x8398 + count: 4 +d_course_sherbet_land_dl_83D8: + symbol: d_course_sherbet_land_dl_83D8 + type: gfx + offset: 0x83D8 +d_course_sherbet_land_penguin_head_model1: + symbol: d_course_sherbet_land_penguin_head_model1 + type: vtx + offset: 0x8400 + count: 24 +d_course_sherbet_land_penguin_head_model2: + symbol: d_course_sherbet_land_penguin_head_model2 + type: vtx + offset: 0x8580 + count: 3 +d_course_sherbet_land_dl_85B0: + symbol: d_course_sherbet_land_dl_85B0 + type: gfx + offset: 0x85B0 +d_course_sherbet_land_penguin_arms_model: + symbol: d_course_sherbet_land_penguin_arms_model + type: vtx + offset: 0x8690 + count: 10 +d_course_sherbet_land_dl_8730: + symbol: d_course_sherbet_land_dl_8730 + type: gfx + offset: 0x8730 +d_course_sherbet_land_penguin_unknown_model: + symbol: d_course_sherbet_land_penguin_unknown_model + type: vtx + offset: 0x8768 + count: 10 +d_course_sherbet_land_dl_8808: + symbol: d_course_sherbet_land_dl_8808 + type: gfx + offset: 0x8808 +d_course_sherbet_land_dl_8810: + symbol: d_course_sherbet_land_dl_8810 + type: gfx + offset: 0x8810 +d_course_sherbet_land_penguin_right_foot_model: + symbol: d_course_sherbet_land_penguin_right_foot_model + type: vtx + offset: 0x8840 + count: 15 +d_course_sherbet_land_dl_8930: + symbol: d_course_sherbet_land_dl_8930 + type: gfx + offset: 0x8930 +d_course_sherbet_land_penguin_left_foot_model: + symbol: d_course_sherbet_land_penguin_left_foot_model + type: vtx + offset: 0x8988 + count: 15 +d_course_sherbet_land_dl_8A78: + symbol: d_course_sherbet_land_dl_8A78 + type: gfx + offset: 0x8A78 +d_course_sherbet_land_penguin_body_model1: + symbol: d_course_sherbet_land_penguin_body_model1 + type: vtx + offset: 0x8AD0 + count: 20 +d_course_sherbet_land_penguin_body_model2: + symbol: d_course_sherbet_land_penguin_body_model2 + type: vtx + offset: 0x8C10 + count: 15 +d_course_sherbet_land_dl_8D00: + symbol: d_course_sherbet_land_dl_8D00 + type: gfx + offset: 0x8D00 +d_course_sherbet_land_dl_8E00: + symbol: d_course_sherbet_land_dl_8E00 + type: gfx + offset: 0x8E00 +d_course_sherbet_land_dl_9AE8: + symbol: d_course_sherbet_land_dl_9AE8 + type: gfx + offset: 0x9AE8 +d_course_sherbet_land_item_box_spawns: + symbol: d_course_sherbet_land_item_box_spawns + type: mk64:spawn_data + offset: 0x9B80 + count: 20 +d_course_sherbet_land_addr: + symbol: d_course_sherbet_land_addr + type: mk64:track_sections + offset: 0x9C20 + count: 24 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_displaylists.yml new file mode 100644 index 0000000..9a095d9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x93B9C8 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_sherbet_land_packed_dls: + symbol: d_course_sherbet_land_packed_dls + type: blob + offset: 0x93B9C8 + size: 0x1289 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_vertices.yml new file mode 100644 index 0000000..26437db --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sherbet_land_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x936FD0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_sherbet_land_vertex: + symbol: d_course_sherbet_land_vertex + type: mk64:course_vtx + count: 3111 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_data.yml new file mode 100644 index 0000000..81df675 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_data.yml @@ -0,0 +1,22 @@ +:config: + segments: + - [0x06, 0x885780] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_skyscraper_dl: + symbol: d_course_skyscraper_dl + type: gfx + offset: 0x0 + otr_mode: index +d_course_skyscraper_item_box_spawns: + symbol: d_course_skyscraper_item_box_spawns + type: mk64:spawn_data + count: 25 + offset: 0x80 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_displaylists.yml new file mode 100644 index 0000000..c4f3a04 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x954F08 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_skyscraper_packed_dls: + symbol: d_course_skyscraper_packed_dls + type: blob + offset: 0x954F08 + size: 0x711 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_vertices.yml new file mode 100644 index 0000000..3682335 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/skyscraper_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x953890] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_skyscraper_vertex: + symbol: d_course_skyscraper_vertex + type: mk64:course_vtx + count: 1086 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/some_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/some_data.yml new file mode 100644 index 0000000..39a5b1f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/some_data.yml @@ -0,0 +1,19 @@ +:config: + vram: + addr: 0x800E52D0 + offset: 0xE5ED0 + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +gTLUTOnomatopoeia: + symbol: gTLUTOnomatopoeia + type: texture + offset: 0x800E52D0 + ctype: u16 + width: 16 + height: 16 + format: rgba16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sound/banks.yml b/android/app/src/main/assets/spaghetti/yamls/us/sound/banks.yml new file mode 100644 index 0000000..a5e619d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sound/banks.yml @@ -0,0 +1,88 @@ +:config: + external_files: + - "yamls/us/sound/root.yml" + - "yamls/us/sound/samples.yml" + +bank_0: + type: NAUDIO:V0:BANK + id: 0 + +bank_1: + type: NAUDIO:V0:BANK + id: 1 + +bank_2: + type: NAUDIO:V0:BANK + id: 2 + +bank_3: + type: NAUDIO:V0:BANK + id: 3 + +bank_4: + type: NAUDIO:V0:BANK + id: 4 + +bank_5: + type: NAUDIO:V0:BANK + id: 5 + +bank_6: + type: NAUDIO:V0:BANK + id: 6 + +bank_7: + type: NAUDIO:V0:BANK + id: 7 + +bank_8: + type: NAUDIO:V0:BANK + id: 8 + +bank_9: + type: NAUDIO:V0:BANK + id: 9 + +bank_10: + type: NAUDIO:V0:BANK + id: 10 + +bank_11: + type: NAUDIO:V0:BANK + id: 11 + +bank_12: + type: NAUDIO:V0:BANK + id: 12 + +bank_13: + type: NAUDIO:V0:BANK + id: 13 + +bank_14: + type: NAUDIO:V0:BANK + id: 14 + +bank_15: + type: NAUDIO:V0:BANK + id: 15 + +bank_16: + type: NAUDIO:V0:BANK + id: 16 + +bank_17: + type: NAUDIO:V0:BANK + id: 17 + +bank_18: + type: NAUDIO:V0:BANK + id: 18 + +bank_19: + type: NAUDIO:V0:BANK + id: 19 + +bank_20: + type: NAUDIO:V0:BANK + id: 20 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sound/root.yml b/android/app/src/main/assets/spaghetti/yamls/us/sound/root.yml new file mode 100644 index 0000000..d990801 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sound/root.yml @@ -0,0 +1,19 @@ +:config: + force: true + header: + code: + - '#include ' + header: + - '#include ' + +header: + type: NAUDIO:V0:AUDIO_HEADER + ctl: + offset: 0x966260 + size: 0x13840 + tbl: + offset: 0x979AA0 + size: 0x24C4C0 + +audio_seq_font_table: + { type: ARRAY, count: 0x80, array_type: u8, offset: 0xBE90E0, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sound/samples.yml b/android/app/src/main/assets/spaghetti/yamls/us/sound/samples.yml new file mode 100644 index 0000000..cf5ee56 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sound/samples.yml @@ -0,0 +1,807 @@ +sample_0: + type: NAUDIO:V0:SAMPLE + id: 0 + +sample_1: + type: NAUDIO:V0:SAMPLE + id: 1 + +sample_2: + type: NAUDIO:V0:SAMPLE + id: 2 + +sample_3: + type: NAUDIO:V0:SAMPLE + id: 3 + +sample_4: + type: NAUDIO:V0:SAMPLE + id: 4 + +sample_5: + type: NAUDIO:V0:SAMPLE + id: 5 + +sample_6: + type: NAUDIO:V0:SAMPLE + id: 6 + +sample_7: + type: NAUDIO:V0:SAMPLE + id: 7 + +sample_8: + type: NAUDIO:V0:SAMPLE + id: 8 + +sample_9: + type: NAUDIO:V0:SAMPLE + id: 9 + +sample_10: + type: NAUDIO:V0:SAMPLE + id: 10 + +sample_11: + type: NAUDIO:V0:SAMPLE + id: 11 + +sample_12: + type: NAUDIO:V0:SAMPLE + id: 12 + +sample_13: + type: NAUDIO:V0:SAMPLE + id: 13 + +sample_14: + type: NAUDIO:V0:SAMPLE + id: 14 + +sample_15: + type: NAUDIO:V0:SAMPLE + id: 15 + +sample_16: + type: NAUDIO:V0:SAMPLE + id: 16 + +sample_17: + type: NAUDIO:V0:SAMPLE + id: 17 + +sample_18: + type: NAUDIO:V0:SAMPLE + id: 18 + +sample_19: + type: NAUDIO:V0:SAMPLE + id: 19 + +sample_20: + type: NAUDIO:V0:SAMPLE + id: 20 + +sample_21: + type: NAUDIO:V0:SAMPLE + id: 21 + +sample_22: + type: NAUDIO:V0:SAMPLE + id: 22 + +sample_23: + type: NAUDIO:V0:SAMPLE + id: 23 + +sample_24: + type: NAUDIO:V0:SAMPLE + id: 24 + +sample_25: + type: NAUDIO:V0:SAMPLE + id: 25 + +sample_26: + type: NAUDIO:V0:SAMPLE + id: 26 + +sample_27: + type: NAUDIO:V0:SAMPLE + id: 27 + +sample_28: + type: NAUDIO:V0:SAMPLE + id: 28 + +sample_29: + type: NAUDIO:V0:SAMPLE + id: 29 + +sample_30: + type: NAUDIO:V0:SAMPLE + id: 30 + +sample_31: + type: NAUDIO:V0:SAMPLE + id: 31 + +sample_32: + type: NAUDIO:V0:SAMPLE + id: 32 + +sample_33: + type: NAUDIO:V0:SAMPLE + id: 33 + +sample_34: + type: NAUDIO:V0:SAMPLE + id: 34 + +sample_35: + type: NAUDIO:V0:SAMPLE + id: 35 + +sample_36: + type: NAUDIO:V0:SAMPLE + id: 36 + +sample_37: + type: NAUDIO:V0:SAMPLE + id: 37 + +sample_38: + type: NAUDIO:V0:SAMPLE + id: 38 + +sample_39: + type: NAUDIO:V0:SAMPLE + id: 39 + +sample_40: + type: NAUDIO:V0:SAMPLE + id: 40 + +sample_41: + type: NAUDIO:V0:SAMPLE + id: 41 + +sample_42: + type: NAUDIO:V0:SAMPLE + id: 42 + +sample_43: + type: NAUDIO:V0:SAMPLE + id: 43 + +sample_44: + type: NAUDIO:V0:SAMPLE + id: 44 + +sample_45: + type: NAUDIO:V0:SAMPLE + id: 45 + +sample_46: + type: NAUDIO:V0:SAMPLE + id: 46 + +sample_47: + type: NAUDIO:V0:SAMPLE + id: 47 + +sample_48: + type: NAUDIO:V0:SAMPLE + id: 48 + +sample_49: + type: NAUDIO:V0:SAMPLE + id: 49 + +sample_50: + type: NAUDIO:V0:SAMPLE + id: 50 + +sample_51: + type: NAUDIO:V0:SAMPLE + id: 51 + +sample_52: + type: NAUDIO:V0:SAMPLE + id: 52 + +sample_53: + type: NAUDIO:V0:SAMPLE + id: 53 + +sample_54: + type: NAUDIO:V0:SAMPLE + id: 54 + +sample_55: + type: NAUDIO:V0:SAMPLE + id: 55 + +sample_56: + type: NAUDIO:V0:SAMPLE + id: 56 + +sample_57: + type: NAUDIO:V0:SAMPLE + id: 57 + +sample_58: + type: NAUDIO:V0:SAMPLE + id: 58 + +sample_59: + type: NAUDIO:V0:SAMPLE + id: 59 + +sample_60: + type: NAUDIO:V0:SAMPLE + id: 60 + +sample_61: + type: NAUDIO:V0:SAMPLE + id: 61 + +sample_62: + type: NAUDIO:V0:SAMPLE + id: 62 + +sample_63: + type: NAUDIO:V0:SAMPLE + id: 63 + +sample_64: + type: NAUDIO:V0:SAMPLE + id: 64 + +sample_65: + type: NAUDIO:V0:SAMPLE + id: 65 + +sample_66: + type: NAUDIO:V0:SAMPLE + id: 66 + +sample_67: + type: NAUDIO:V0:SAMPLE + id: 67 + +sample_68: + type: NAUDIO:V0:SAMPLE + id: 68 + +sample_69: + type: NAUDIO:V0:SAMPLE + id: 69 + +sample_70: + type: NAUDIO:V0:SAMPLE + id: 70 + +sample_71: + type: NAUDIO:V0:SAMPLE + id: 71 + +sample_72: + type: NAUDIO:V0:SAMPLE + id: 72 + +sample_73: + type: NAUDIO:V0:SAMPLE + id: 73 + +sample_74: + type: NAUDIO:V0:SAMPLE + id: 74 + +sample_75: + type: NAUDIO:V0:SAMPLE + id: 75 + +sample_76: + type: NAUDIO:V0:SAMPLE + id: 76 + +sample_77: + type: NAUDIO:V0:SAMPLE + id: 77 + +sample_78: + type: NAUDIO:V0:SAMPLE + id: 78 + +sample_79: + type: NAUDIO:V0:SAMPLE + id: 79 + +sample_80: + type: NAUDIO:V0:SAMPLE + id: 80 + +sample_81: + type: NAUDIO:V0:SAMPLE + id: 81 + +sample_82: + type: NAUDIO:V0:SAMPLE + id: 82 + +sample_83: + type: NAUDIO:V0:SAMPLE + id: 83 + +sample_84: + type: NAUDIO:V0:SAMPLE + id: 84 + +sample_85: + type: NAUDIO:V0:SAMPLE + id: 85 + +sample_86: + type: NAUDIO:V0:SAMPLE + id: 86 + +sample_87: + type: NAUDIO:V0:SAMPLE + id: 87 + +sample_88: + type: NAUDIO:V0:SAMPLE + id: 88 + +sample_89: + type: NAUDIO:V0:SAMPLE + id: 89 + +sample_90: + type: NAUDIO:V0:SAMPLE + id: 90 + +sample_91: + type: NAUDIO:V0:SAMPLE + id: 91 + +sample_92: + type: NAUDIO:V0:SAMPLE + id: 92 + +sample_93: + type: NAUDIO:V0:SAMPLE + id: 93 + +sample_94: + type: NAUDIO:V0:SAMPLE + id: 94 + +sample_95: + type: NAUDIO:V0:SAMPLE + id: 95 + +sample_96: + type: NAUDIO:V0:SAMPLE + id: 96 + +sample_97: + type: NAUDIO:V0:SAMPLE + id: 97 + +sample_98: + type: NAUDIO:V0:SAMPLE + id: 98 + +sample_99: + type: NAUDIO:V0:SAMPLE + id: 99 + +sample_100: + type: NAUDIO:V0:SAMPLE + id: 100 + +sample_101: + type: NAUDIO:V0:SAMPLE + id: 101 + +sample_102: + type: NAUDIO:V0:SAMPLE + id: 102 + +sample_103: + type: NAUDIO:V0:SAMPLE + id: 103 + +sample_104: + type: NAUDIO:V0:SAMPLE + id: 104 + +sample_105: + type: NAUDIO:V0:SAMPLE + id: 105 + +sample_106: + type: NAUDIO:V0:SAMPLE + id: 106 + +sample_107: + type: NAUDIO:V0:SAMPLE + id: 107 + +sample_108: + type: NAUDIO:V0:SAMPLE + id: 108 + +sample_109: + type: NAUDIO:V0:SAMPLE + id: 109 + +sample_110: + type: NAUDIO:V0:SAMPLE + id: 110 + +sample_111: + type: NAUDIO:V0:SAMPLE + id: 111 + +sample_112: + type: NAUDIO:V0:SAMPLE + id: 112 + +sample_113: + type: NAUDIO:V0:SAMPLE + id: 113 + +sample_114: + type: NAUDIO:V0:SAMPLE + id: 114 + +sample_115: + type: NAUDIO:V0:SAMPLE + id: 115 + +sample_116: + type: NAUDIO:V0:SAMPLE + id: 116 + +sample_117: + type: NAUDIO:V0:SAMPLE + id: 117 + +sample_118: + type: NAUDIO:V0:SAMPLE + id: 118 + +sample_119: + type: NAUDIO:V0:SAMPLE + id: 119 + +sample_120: + type: NAUDIO:V0:SAMPLE + id: 120 + +sample_121: + type: NAUDIO:V0:SAMPLE + id: 121 + +sample_122: + type: NAUDIO:V0:SAMPLE + id: 122 + +sample_123: + type: NAUDIO:V0:SAMPLE + id: 123 + +sample_124: + type: NAUDIO:V0:SAMPLE + id: 124 + +sample_125: + type: NAUDIO:V0:SAMPLE + id: 125 + +sample_126: + type: NAUDIO:V0:SAMPLE + id: 126 + +sample_127: + type: NAUDIO:V0:SAMPLE + id: 127 + +sample_128: + type: NAUDIO:V0:SAMPLE + id: 128 + +sample_129: + type: NAUDIO:V0:SAMPLE + id: 129 + +sample_130: + type: NAUDIO:V0:SAMPLE + id: 130 + +sample_131: + type: NAUDIO:V0:SAMPLE + id: 131 + +sample_132: + type: NAUDIO:V0:SAMPLE + id: 132 + +sample_133: + type: NAUDIO:V0:SAMPLE + id: 133 + +sample_134: + type: NAUDIO:V0:SAMPLE + id: 134 + +sample_135: + type: NAUDIO:V0:SAMPLE + id: 135 + +sample_136: + type: NAUDIO:V0:SAMPLE + id: 136 + +sample_137: + type: NAUDIO:V0:SAMPLE + id: 137 + +sample_138: + type: NAUDIO:V0:SAMPLE + id: 138 + +sample_139: + type: NAUDIO:V0:SAMPLE + id: 139 + +sample_140: + type: NAUDIO:V0:SAMPLE + id: 140 + +sample_141: + type: NAUDIO:V0:SAMPLE + id: 141 + +sample_142: + type: NAUDIO:V0:SAMPLE + id: 142 + +sample_143: + type: NAUDIO:V0:SAMPLE + id: 143 + +sample_144: + type: NAUDIO:V0:SAMPLE + id: 144 + +sample_145: + type: NAUDIO:V0:SAMPLE + id: 145 + +sample_146: + type: NAUDIO:V0:SAMPLE + id: 146 + +sample_147: + type: NAUDIO:V0:SAMPLE + id: 147 + +sample_148: + type: NAUDIO:V0:SAMPLE + id: 148 + +sample_149: + type: NAUDIO:V0:SAMPLE + id: 149 + +sample_150: + type: NAUDIO:V0:SAMPLE + id: 150 + +sample_151: + type: NAUDIO:V0:SAMPLE + id: 151 + +sample_152: + type: NAUDIO:V0:SAMPLE + id: 152 + +sample_153: + type: NAUDIO:V0:SAMPLE + id: 153 + +sample_154: + type: NAUDIO:V0:SAMPLE + id: 154 + +sample_155: + type: NAUDIO:V0:SAMPLE + id: 155 + +sample_156: + type: NAUDIO:V0:SAMPLE + id: 156 + +sample_157: + type: NAUDIO:V0:SAMPLE + id: 157 + +sample_158: + type: NAUDIO:V0:SAMPLE + id: 158 + +sample_159: + type: NAUDIO:V0:SAMPLE + id: 159 + +sample_160: + type: NAUDIO:V0:SAMPLE + id: 160 + +sample_161: + type: NAUDIO:V0:SAMPLE + id: 161 + +sample_162: + type: NAUDIO:V0:SAMPLE + id: 162 + +sample_163: + type: NAUDIO:V0:SAMPLE + id: 163 + +sample_164: + type: NAUDIO:V0:SAMPLE + id: 164 + +sample_165: + type: NAUDIO:V0:SAMPLE + id: 165 + +sample_166: + type: NAUDIO:V0:SAMPLE + id: 166 + +sample_167: + type: NAUDIO:V0:SAMPLE + id: 167 + +sample_168: + type: NAUDIO:V0:SAMPLE + id: 168 + +sample_169: + type: NAUDIO:V0:SAMPLE + id: 169 + +sample_170: + type: NAUDIO:V0:SAMPLE + id: 170 + +sample_171: + type: NAUDIO:V0:SAMPLE + id: 171 + +sample_172: + type: NAUDIO:V0:SAMPLE + id: 172 + +sample_173: + type: NAUDIO:V0:SAMPLE + id: 173 + +sample_174: + type: NAUDIO:V0:SAMPLE + id: 174 + +sample_175: + type: NAUDIO:V0:SAMPLE + id: 175 + +sample_176: + type: NAUDIO:V0:SAMPLE + id: 176 + +sample_177: + type: NAUDIO:V0:SAMPLE + id: 177 + +sample_178: + type: NAUDIO:V0:SAMPLE + id: 178 + +sample_179: + type: NAUDIO:V0:SAMPLE + id: 179 + +sample_180: + type: NAUDIO:V0:SAMPLE + id: 180 + +sample_181: + type: NAUDIO:V0:SAMPLE + id: 181 + +sample_182: + type: NAUDIO:V0:SAMPLE + id: 182 + +sample_183: + type: NAUDIO:V0:SAMPLE + id: 183 + +sample_184: + type: NAUDIO:V0:SAMPLE + id: 184 + +sample_185: + type: NAUDIO:V0:SAMPLE + id: 185 + +sample_186: + type: NAUDIO:V0:SAMPLE + id: 186 + +sample_187: + type: NAUDIO:V0:SAMPLE + id: 187 + +sample_188: + type: NAUDIO:V0:SAMPLE + id: 188 + +sample_189: + type: NAUDIO:V0:SAMPLE + id: 189 + +sample_190: + type: NAUDIO:V0:SAMPLE + id: 190 + +sample_191: + type: NAUDIO:V0:SAMPLE + id: 191 + +sample_192: + type: NAUDIO:V0:SAMPLE + id: 192 + +sample_193: + type: NAUDIO:V0:SAMPLE + id: 193 + +sample_194: + type: NAUDIO:V0:SAMPLE + id: 194 + +sample_195: + type: NAUDIO:V0:SAMPLE + id: 195 + +sample_196: + type: NAUDIO:V0:SAMPLE + id: 196 + +sample_197: + type: NAUDIO:V0:SAMPLE + id: 197 + +sample_198: + type: NAUDIO:V0:SAMPLE + id: 198 + +sample_199: + type: NAUDIO:V0:SAMPLE + id: 199 + +sample_200: + type: NAUDIO:V0:SAMPLE + id: 200 + +sample_201: + type: NAUDIO:V0:SAMPLE + id: 201 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/sound/sequences.yml b/android/app/src/main/assets/spaghetti/yamls/us/sound/sequences.yml new file mode 100644 index 0000000..d7bed0c --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/sound/sequences.yml @@ -0,0 +1,287 @@ +sound_player: + type: NAUDIO:V0:SEQUENCE + id: 0 + size: 0x2830 + offset: 0xBC6060 + banks: + - sound/banks/bank_0 + +title_screen: + type: NAUDIO:V0:SEQUENCE + id: 1 + size: 0x1B30 + offset: 0xBC8890 + banks: + - sound/banks/bank_1 + +main_menu: + type: NAUDIO:V0:SEQUENCE + id: 2 + size: 0x0D60 + offset: 0xBCA3C0 + banks: + - sound/banks/bank_2 + +wario_stadium: + type: NAUDIO:V0:SEQUENCE + id: 3 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_3 + +luigi_raceway: + type: NAUDIO:V0:SEQUENCE + id: 30 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_3 + +mario_raceway: + type: NAUDIO:V0:SEQUENCE + id: 31 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_3 + +royal_raceway: + type: NAUDIO:V0:SEQUENCE + id: 32 + size: 0x1A10 + offset: 0xBCB120 + banks: + - sound/banks/bank_3 + +moo_moo_farm: + type: NAUDIO:V0:SEQUENCE + id: 4 + size: 0x1CA0 + offset: 0xBCCB30 + banks: + - sound/banks/bank_4 + +yoshi_valley: + type: NAUDIO:V0:SEQUENCE + id: 33 + size: 0x1CA0 + offset: 0xBCCB30 + banks: + - sound/banks/bank_4 + +choco_mountain: + type: NAUDIO:V0:SEQUENCE + id: 5 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_5 + +block_fort: + type: NAUDIO:V0:SEQUENCE + id: 34 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_5 + +double_deck: + type: NAUDIO:V0:SEQUENCE + id: 35 + size: 0x1F70 + offset: 0xBCE7D0 + banks: + - sound/banks/bank_5 + +koopa_troopa_beach: + type: NAUDIO:V0:SEQUENCE + id: 6 + size: 0x1EE0 + offset: 0xBD0740 + banks: + - sound/banks/bank_6 + +banshee_boardwalk: + type: NAUDIO:V0:SEQUENCE + id: 7 + size: 0x16D0 + offset: 0xBD2620 + banks: + - sound/banks/bank_7 + +frappe_snowland: + type: NAUDIO:V0:SEQUENCE + id: 8 + size: 0x23D0 + offset: 0xBD3CF0 + banks: + - sound/banks/bank_8 + +bowsers_castle: + type: NAUDIO:V0:SEQUENCE + id: 9 + size: 0x1800 + offset: 0xBD60C0 + banks: + - sound/banks/bank_9 + +kalimari_desert: + type: NAUDIO:V0:SEQUENCE + id: 10 + size: 0x1AE0 + offset: 0xBD78C0 + banks: + - sound/banks/bank_10 + +start_grid_gp_vs: + type: NAUDIO:V0:SEQUENCE + id: 11 + size: 0x05F0 + offset: 0xBD93A0 + banks: + - sound/banks/bank_11 + +final_lap_fanfare: + type: NAUDIO:V0:SEQUENCE + id: 12 + size: 0x03D0 + offset: 0xBD9990 + banks: + - sound/banks/bank_11 + +finish_1st_place: + type: NAUDIO:V0:SEQUENCE + id: 13 + size: 0x0360 + offset: 0xBD9D60 + banks: + - sound/banks/bank_11 + +finish_2nd_4th_place: + type: NAUDIO:V0:SEQUENCE + id: 14 + size: 0x02E0 + offset: 0xBDA0C0 + banks: + - sound/banks/bank_11 + +finish_5th_8th_place: + type: NAUDIO:V0:SEQUENCE + id: 15 + size: 0x04C0 + offset: 0xBDA3A0 + banks: + - sound/banks/bank_11 + +winning_results: + type: NAUDIO:V0:SEQUENCE + id: 16 + size: 0x1410 + offset: 0xBDA860 + banks: + - sound/banks/bank_12 + +star_jingle: + type: NAUDIO:V0:SEQUENCE + id: 17 + size: 0x06E0 + offset: 0xBDBC70 + banks: + - sound/banks/bank_14 + +rainbow_road: + type: NAUDIO:V0:SEQUENCE + id: 18 + size: 0x32F0 + offset: 0xBDC350 + banks: + - sound/banks/bank_15 + +dk_jungle: + type: NAUDIO:V0:SEQUENCE + id: 19 + size: 0x06C0 + offset: 0xBDF640 + banks: + - sound/banks/bank_16 + +game_over: + type: NAUDIO:V0:SEQUENCE + id: 20 + size: 0x04B0 + offset: 0xBDFD00 + banks: + - sound/banks/bank_11 + +toads_turnpike: + type: NAUDIO:V0:SEQUENCE + id: 21 + size: 0x1160 + offset: 0xBE01B0 + banks: + - sound/banks/bank_17 + +start_gird_time_attack: + type: NAUDIO:V0:SEQUENCE + id: 22 + size: 0x0310 + offset: 0xBE1310 + banks: + - sound/banks/bank_11 + +vs_battle_results: + type: NAUDIO:V0:SEQUENCE + id: 23 + size: 0x12B0 + offset: 0xBE1620 + banks: + - sound/banks/bank_13 + +losing_results: + type: NAUDIO:V0:SEQUENCE + id: 24 + size: 0x0600 + offset: 0xBE28D0 + banks: + - sound/banks/bank_12 + +battle_arenas: + type: NAUDIO:V0:SEQUENCE + id: 25 + size: 0x16E0 + offset: 0xBE2ED0 + banks: + - sound/banks/bank_18 + +award_ceremony_buildup: + type: NAUDIO:V0:SEQUENCE + id: 26 + size: 0x0AD0 + offset: 0xBE45B0 + banks: + - sound/banks/bank_19 + +award_ceremony_1st_3rd: + type: NAUDIO:V0:SEQUENCE + id: 27 + size: 0x0C80 + offset: 0xBE5080 + banks: + - sound/banks/bank_19 + +staff_roll: + type: NAUDIO:V0:SEQUENCE + id: 28 + size: 0x2750 + offset: 0xBE5D00 + banks: + - sound/banks/bank_20 + +award_ceremony_4th_8th: + type: NAUDIO:V0:SEQUENCE + id: 29 + size: 0x0C80 + offset: 0xBE8450 + banks: + - sound/banks/bank_19 \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/startup_logo.yml b/android/app/src/main/assets/spaghetti/yamls/us/startup_logo.yml new file mode 100644 index 0000000..d95cdf2 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/startup_logo.yml @@ -0,0 +1,119 @@ +:config: + segments: + - [0x06, 0x825800] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +dl1: + symbol: startup_logo_dl + type: gfx + offset: 0x2B00 +dl2: + symbol: startup_logo_dl2 + type: gfx + offset: 0x2C88 +dl3: + symbol: startup_logo_dl3 + type: gfx + offset: 0x2D58 +dl4: + symbol: startup_logo_dl4 + type: gfx + offset: 0x2F20 +dl5: + symbol: startup_logo_dl5 + type: gfx + offset: 0x2FF0 +dl6: + symbol: startup_logo_dl6 + type: gfx + offset: 0x3180 +dl7: + symbol: startup_logo_dl7 + type: gfx + offset: 0x3308 +dl8: + symbol: startup_logo_dl8 + type: gfx + offset: 0x33D8 +dl9: + symbol: startup_logo_dl9 + type: gfx + offset: 0x7988 +dl10: + symbol: startup_logo_dl10 + type: gfx + offset: 0x7C18 +dl11: + symbol: startup_logo_dl11 + type: gfx + offset: 0x7CE8 +dl12: + symbol: startup_logo_dl12 + type: gfx + offset: 0x7E50 +dl13: + symbol: startup_logo_dl13 + type: gfx + offset: 0x7E90 +dl14: + symbol: startup_logo_dl14 + type: gfx + offset: 0x7ED0 +dl15: + symbol: startup_logo_dl15 + type: gfx + offset: 0x7F88 +dl16: + symbol: startup_logo_dl16 + type: gfx + offset: 0x80F0 +dl17: + symbol: startup_logo_dl17 + type: gfx + offset: 0x8250 +dl18: + symbol: startup_logo_dl18 + type: gfx + offset: 0x83C8 +dl19: + symbol: startup_logo_dl19 + type: gfx + offset: 0x8548 +dl20: + symbol: startup_logo_dl20 + type: gfx + offset: 0x87A0 +reflection_map_gold: + symbol: startup_reflection_map_gold + type: texture + ctype: u16 + offset: 0x8A48 + size: 2048 + width: 32 + height: 32 + format: RGBA16 +startup_texture_dl1: + symbol: startup_texture_dl1 + type: gfx + offset: 0x9248 +lights: + symbol: lights + type: lights + offset: 0x9308 +startup_texture_dl2: + symbol: startup_texture_dl2 + type: gfx + offset: 0x9320 +startup_texture_dl3: + symbol: startup_texture_dl3 + type: gfx + offset: 0x93F8 +startup_texture_dl4: + symbol: startup_texture_dl4 + type: gfx + offset: 0x9410 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/texture_data_2.yml b/android/app/src/main/assets/spaghetti/yamls/us/texture_data_2.yml new file mode 100644 index 0000000..784797b --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/texture_data_2.yml @@ -0,0 +1,3350 @@ +:config: + segments: + - [0x0A, 0x729A30] + no_compression: true + header: + code: + - "#include " + - "#include " + - "#include " + header: + - "#include " + - "#include " +small_letter_0: + symbol: gTextureSmallFont0 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCE20 + mio0: true + format: ia16 +small_letter_1: + symbol: gTextureSmallFont1 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCEB0 + mio0: true + format: ia16 +small_letter_2: + symbol: gTextureSmallFont2 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCF08 + mio0: true + format: ia16 +small_letter_3: + symbol: gTextureSmallFont3 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBCFA0 + mio0: true + format: ia16 +small_letter_4: + symbol: gTextureSmallFont4 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD034 + mio0: true + format: ia16 +small_letter_5: + symbol: gTextureSmallFont5 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD0BC + mio0: true + format: ia16 +small_letter_6: + symbol: gTextureSmallFont6 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD154 + mio0: true + format: ia16 +small_letter_7: + symbol: gTextureSmallFont7 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD1F0 + mio0: true + format: ia16 +small_letter_8: + symbol: gTextureSmallFont8 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD260 + mio0: true + format: ia16 +small_letter_9: + symbol: gTextureSmallFont9 + type: texture + ctype: u16 + width: 8 + height: 9 + offset: 0xBD2F0 + mio0: true + format: ia16 +n64_controller_pak_data_select: + symbol: gTextureN64ControllerPakDataSelect + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBD390 + mio0: true + format: ia16 +erase_data_record_confirmation: + symbol: gTextureEraseDataRecordConfirmation + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBE4B8 + mio0: true + format: ia16 +record_not_erased: + symbol: gTextureRecordNotErased + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBF4AC + mio0: true + format: ia16 +place_n64_controller_pak_into_controller_1: + symbol: gTexturePlaceN64ControllerPakIntoController1 + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xBFD7C + mio0: true + format: ia16 +please_reinsert_original_n64_controller_pak: + symbol: gTexturePleaseReinsertOriginalN64ControllerPak + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xC09C8 + mio0: true + format: ia16 +erasing_selected_record: + symbol: gTextureErasingSelectedRecord + type: texture + ctype: u16 + width: 180 + height: 32 + offset: 0xC16A0 + mio0: true + format: ia16 +select_record: + symbol: gTextureSelectRecord + type: texture + ctype: u16 + width: 68 + height: 10 + offset: 0xC22A4 + mio0: true + format: ia16 +text_end: + symbol: gTextureTextEnd + type: texture + ctype: u16 + width: 20 + height: 10 + offset: 0xC261C + mio0: true + format: ia16 +table_of_contents: + symbol: gTextureTableOfContents + type: texture + ctype: u16 + width: 88 + height: 10 + offset: 0xC274C + mio0: true + format: ia16 +text_hash: + symbol: gTextureTextHash + type: texture + ctype: u16 + width: 8 + height: 10 + offset: 0xC2B78 + mio0: true + format: ia16 +text_game_data: + symbol: gTextureTextGameData + type: texture + ctype: u16 + width: 56 + height: 10 + offset: 0xC2BF8 + mio0: true + format: ia16 +text_pages: + symbol: gTextureTextPages + type: texture + ctype: u16 + width: 32 + height: 10 + offset: 0xC2EBC + mio0: true + format: ia16 +text_pages_free: + symbol: gTextureTextPagesFree + type: texture + ctype: u16 + width: 56 + height: 10 + offset: 0xC307C + mio0: true + format: ia16 +text_erase: + symbol: gTextureTextErase + type: texture + ctype: u16 + width: 28 + height: 10 + offset: 0xC3340 + mio0: true + format: ia16 +text_quit: + symbol: gTextureTextQuit + type: texture + ctype: u16 + width: 24 + height: 10 + offset: 0xC34E0 + mio0: true + format: ia16 +texture_7ED058: + symbol: gTexture7ED058 + type: texture + ctype: u16 + width: 32 + height: 66 + offset: 0xC3628 + mio0: true + format: ia16 +texture_7ED290: + symbol: gTexture7ED290 + type: texture + ctype: u16 + width: 248 + height: 10 + offset: 0xC3860 + mio0: true + format: ia16 +texture_7ED50C: + symbol: gTexture7ED50C + type: texture + ctype: u16 + width: 128 + height: 10 + offset: 0xC3ADC + mio0: true + format: ia16 +texture_7ED6A4: + symbol: gTexture7ED6A4 + type: texture + ctype: u16 + width: 68 + height: 51 + offset: 0xC3C74 + mio0: true + format: ia16 +tiny_font_0: + symbol: gTextureTinyFont0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4004 + mio0: true + format: ia16 +tiny_font_1: + symbol: gTextureTinyFont1 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4078 + mio0: true + format: ia16 +tiny_font_2: + symbol: gTextureTinyFont2 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC40C0 + mio0: true + format: ia16 +tiny_font_3: + symbol: gTextureTinyFont3 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4134 + mio0: true + format: ia16 +tiny_font_4: + symbol: gTextureTinyFont4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC41A4 + mio0: true + format: ia16 +tiny_font_5: + symbol: gTextureTinyFont5 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4200 + mio0: true + format: ia16 +tiny_font_6: + symbol: gTextureTinyFont6 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4274 + mio0: true + format: ia16 +tiny_font_7: + symbol: gTextureTinyFont7 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC42E8 + mio0: true + format: ia16 +tiny_font_8: + symbol: gTextureTinyFont8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4348 + mio0: true + format: ia16 +tiny_font_9: + symbol: gTextureTinyFont9 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC43C0 + mio0: true + format: ia16 +tiny_font_A: + symbol: gTextureTinyFontA + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4434 + mio0: true + format: ia16 +tiny_font_B: + symbol: gTextureTinyFontB + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC44A0 + mio0: true + format: ia16 +tiny_font_C: + symbol: gTextureTinyFontC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC451C + mio0: true + format: ia16 +tiny_font_D: + symbol: gTextureTinyFontD + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4590 + mio0: true + format: ia16 +tiny_font_E: + symbol: gTextureTinyFontE + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4600 + mio0: true + format: ia16 +tiny_font_F: + symbol: gTextureTinyFontF + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4674 + mio0: true + format: ia16 +tiny_font_G: + symbol: gTextureTinyFontG + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC46D8 + mio0: true + format: ia16 +tiny_font_H: + symbol: gTextureTinyFontH + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC474C + mio0: true + format: ia16 +tiny_font_I: + symbol: gTextureTinyFontI + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC47C4 + mio0: true + format: ia16 +tiny_font_J: + symbol: gTextureTinyFontJ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC480C + mio0: true + format: ia16 +tiny_font_K: + symbol: gTextureTinyFontK + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4860 + mio0: true + format: ia16 +tiny_font_L: + symbol: gTextureTinyFontL + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC48D0 + mio0: true + format: ia16 +tiny_font_M: + symbol: gTextureTinyFontM + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC491C + mio0: true + format: ia16 +tiny_font_N: + symbol: gTextureTinyFontN + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4998 + mio0: true + format: ia16 +tiny_font_O: + symbol: gTextureTinyFontO + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4A14 + mio0: true + format: ia16 +tiny_font_P: + symbol: gTextureTinyFontP + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4A8C + mio0: true + format: ia16 +tiny_font_Q: + symbol: gTextureTinyFontQ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4AF8 + mio0: true + format: ia16 +tiny_font_R: + symbol: gTextureTinyFontR + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4B70 + mio0: true + format: ia16 +tiny_font_S: + symbol: gTextureTinyFontS + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4BE4 + mio0: true + format: ia16 +tiny_font_T: + symbol: gTextureTinyFontT + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4C54 + mio0: true + format: ia16 +tiny_font_U: + symbol: gTextureTinyFontU + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4CA8 + mio0: true + format: ia16 +tiny_font_V: + symbol: gTextureTinyFontV + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4D0C + mio0: true + format: ia16 +tiny_font_W: + symbol: gTextureTinyFontW + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4D6C + mio0: true + format: ia16 +tiny_font_X: + symbol: gTextureTinyFontX + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4DE8 + mio0: true + format: ia16 +tiny_font_Y: + symbol: gTextureTinyFontY + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4E54 + mio0: true + format: ia16 +tiny_font_Z: + symbol: gTextureTinyFontZ + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4EA4 + mio0: true + format: ia16 +tiny_font_exclamation_mark: + symbol: gTextureTinyFontExclamationMark + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F0C + mio0: true + format: ia16 +tiny_font_double_quote: + symbol: gTextureTinyFontDoubleQuote + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F54 + mio0: true + format: ia16 +tiny_font_hash: + symbol: gTextureTinyFontHash + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4F8C + mio0: true + format: ia16 +tiny_font_single_quote: + symbol: gTextureTinyFontSingleQuote + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC4FFC + mio0: true + format: ia16 +tiny_font_asterisk: + symbol: gTextureTinyFontAsterisk + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC502C + mio0: true + format: ia16 +tiny_font_plus: + symbol: gTextureTinyFontPlus + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5098 + mio0: true + format: ia16 +texture_7EEB18: + symbol: gTexture7EEB18 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC50E8 + mio0: true + format: ia16 +tiny_font_minus: + symbol: gTextureTinyFontMinus + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5118 + mio0: true + format: ia16 +tiny_font_dot: + symbol: gTextureTinyFontComma + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC514C + mio0: true + format: ia16 +tiny_font_forward_slash: + symbol: gTextureTinyFontForwardSlash + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC517C + mio0: true + format: ia16 +tiny_font_colon: + symbol: gTextureTinyFontColon + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC51CC + mio0: true + format: ia16 +texture_7EEC34: + symbol: gTexture7EEC34 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5204 + mio0: true + format: ia16 +tiny_font_question: + symbol: gTextureTinyFontQuestion + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5254 + mio0: true + format: ia16 +texture_7EECE4: + symbol: gTexture7EECE4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC52B4 + mio0: true + format: ia16 +texture_7EED74: + symbol: gTexture7EED74 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5344 + mio0: true + format: ia16 +texture_7EEDB0: + symbol: gTexture7EEDB0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5380 + mio0: true + format: ia16 +texture_7EEDE8: + symbol: gTexture7EEDE8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC53B8 + mio0: true + format: ia16 +texture_7EEE20: + symbol: gTexture7EEE20 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC53F0 + mio0: true + format: ia16 +texture_7EEE7C: + symbol: gTexture7EEE7C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC544C + mio0: true + format: ia16 +texture_7EEED0: + symbol: gTexture7EEED0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC54A0 + mio0: true + format: ia16 +texture_7EEF3C: + symbol: gTexture7EEF3C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC550C + mio0: true + format: ia16 +texture_7EEF90: + symbol: gTexture7EEF90 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5560 + mio0: true + format: ia16 +texture_7EEFF4: + symbol: gTexture7EEFF4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC55C4 + mio0: true + format: ia16 +texture_7EF058: + symbol: gTexture7EF058 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5628 + mio0: true + format: ia16 +texture_7EF0B4: + symbol: gTexture7EF0B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5684 + mio0: true + format: ia16 +texture_7EF110: + symbol: gTexture7EF110 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC56E0 + mio0: true + format: ia16 +texture_7EF17C: + symbol: gTexture7EF17C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC574C + mio0: true + format: ia16 +texture_7EF1F0: + symbol: gTexture7EF1F0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC57C0 + mio0: true + format: ia16 +texture_7EF250: + symbol: gTexture7EF250 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5820 + mio0: true + format: ia16 +texture_7EF2B8: + symbol: gTexture7EF2B8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5888 + mio0: true + format: ia16 +texture_7EF314: + symbol: gTexture7EF314 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC58E4 + mio0: true + format: ia16 +texture_7EF388: + symbol: gTexture7EF388 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5958 + mio0: true + format: ia16 +texture_7EF3F8: + symbol: gTexture7EF3F8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC59C8 + mio0: true + format: ia16 +texture_7EF470: + symbol: gTexture7EF470 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5A40 + mio0: true + format: ia16 +texture_7EF4E4: + symbol: gTexture7EF4E4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5AB4 + mio0: true + format: ia16 +texture_7EF554: + symbol: gTexture7EF554 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5B24 + mio0: true + format: ia16 +texture_7EF5C0: + symbol: gTexture7EF5C0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5B90 + mio0: true + format: ia16 +texture_7EF620: + symbol: gTexture7EF620 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5BF0 + mio0: true + format: ia16 +texture_7EF694: + symbol: gTexture7EF694 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5C64 + mio0: true + format: ia16 +texture_7EF708: + symbol: gTexture7EF708 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5CD8 + mio0: true + format: ia16 +texture_7EF77C: + symbol: gTexture7EF77C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5D4C + mio0: true + format: ia16 +texture_7EF7E8: + symbol: gTexture7EF7E8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5DB8 + mio0: true + format: ia16 +texture_7EF85C: + symbol: gTexture7EF85C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5E2C + mio0: true + format: ia16 +texture_7EF8C8: + symbol: gTexture7EF8C8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5E98 + mio0: true + format: ia16 +texture_7EF93C: + symbol: gTexture7EF93C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5F0C + mio0: true + format: ia16 +texture_7EF9B4: + symbol: gTexture7EF9B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5F84 + mio0: true + format: ia16 +texture_7EFA2C: + symbol: gTexture7EFA2C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC5FFC + mio0: true + format: ia16 +texture_7EFAA8: + symbol: gTexture7EFAA8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6078 + mio0: true + format: ia16 +texture_7EFB00: + symbol: gTexture7EFB00 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC60D0 + mio0: true + format: ia16 +texture_7EFB64: + symbol: gTexture7EFB64 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6134 + mio0: true + format: ia16 +texture_7EFBBC: + symbol: gTexture7EFBBC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC618C + mio0: true + format: ia16 +texture_7EFC30: + symbol: gTexture7EFC30 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6200 + mio0: true + format: ia16 +texture_7EFCAC: + symbol: gTexture7EFCAC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC627C + mio0: true + format: ia16 +texture_7EFD00: + symbol: gTexture7EFD00 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC62D0 + mio0: true + format: ia16 +texture_7EFD60: + symbol: gTexture7EFD60 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6330 + mio0: true + format: ia16 +texture_7EFDD4: + symbol: gTexture7EFDD4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC63A4 + mio0: true + format: ia16 +texture_7EFE48: + symbol: gTexture7EFE48 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6418 + mio0: true + format: ia16 +texture_7EFEA0: + symbol: gTexture7EFEA0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6470 + mio0: true + format: ia16 +texture_7EFF2C: + symbol: gTexture7EFF2C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC64FC + mio0: true + format: ia16 +texture_7EFF90: + symbol: gTexture7EFF90 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6560 + mio0: true + format: ia16 +texture_7F0000: + symbol: gTexture7F0000 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC65D0 + mio0: true + format: ia16 +texture_7F006C: + symbol: gTexture7F006C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC663C + mio0: true + format: ia16 +texture_7F00D8: + symbol: gTexture7F00D8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC66A8 + mio0: true + format: ia16 +texture_7F0158: + symbol: gTexture7F0158 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6728 + mio0: true + format: ia16 +texture_7F01D0: + symbol: gTexture7F01D0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC67A0 + mio0: true + format: ia16 +texture_7F023C: + symbol: gTexture7F023C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC680C + mio0: true + format: ia16 +texture_7F02B4: + symbol: gTexture7F02B4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6884 + mio0: true + format: ia16 +texture_7F032C: + symbol: gTexture7F032C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC68FC + mio0: true + format: ia16 +texture_7F0390: + symbol: gTexture7F0390 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6960 + mio0: true + format: ia16 +texture_7F0404: + symbol: gTexture7F0404 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC69D4 + mio0: true + format: ia16 +texture_7F0470: + symbol: gTexture7F0470 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6A40 + mio0: true + format: ia16 +texture_7F04EC: + symbol: gTexture7F04EC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6ABC + mio0: true + format: ia16 +texture_7F055C: + symbol: gTexture7F055C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6B2C + mio0: true + format: ia16 +texture_7F05F0: + symbol: gTexture7F05F0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6BC0 + mio0: true + format: ia16 +texture_7F0670: + symbol: gTexture7F0670 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6C40 + mio0: true + format: ia16 +texture_7F06EC: + symbol: gTexture7F06EC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6CBC + mio0: true + format: ia16 +texture_7F0768: + symbol: gTexture7F0768 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6D38 + mio0: true + format: ia16 +texture_7F07E0: + symbol: gTexture7F07E0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6DB0 + mio0: true + format: ia16 +texture_7F0858: + symbol: gTexture7F0858 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6E28 + mio0: true + format: ia16 +texture_7F08D8: + symbol: gTexture7F08D8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6EA8 + mio0: true + format: ia16 +texture_7F0948: + symbol: gTexture7F0948 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6F18 + mio0: true + format: ia16 +texture_7F09D0: + symbol: gTexture7F09D0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC6FA0 + mio0: true + format: ia16 +texture_7F0A3C: + symbol: gTexture7F0A3C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC700C + mio0: true + format: ia16 +texture_7F0ABC: + symbol: gTexture7F0ABC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC708C + mio0: true + format: ia16 +texture_7F0B34: + symbol: gTexture7F0B34 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7104 + mio0: true + format: ia16 +texture_7F0BB0: + symbol: gTexture7F0BB0 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7180 + mio0: true + format: ia16 +texture_7F0C24: + symbol: gTexture7F0C24 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC71F4 + mio0: true + format: ia16 +texture_7F0C94: + symbol: gTexture7F0C94 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7264 + mio0: true + format: ia16 +texture_7F0D0C: + symbol: gTexture7F0D0C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC72DC + mio0: true + format: ia16 +texture_7F0D8C: + symbol: gTexture7F0D8C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC735C + mio0: true + format: ia16 +texture_7F0DEC: + symbol: gTexture7F0DEC + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC73BC + mio0: true + format: ia16 +texture_7F0E5C: + symbol: gTexture7F0E5C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC742C + mio0: true + format: ia16 +texture_7F0EE4: + symbol: gTexture7F0EE4 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC74B4 + mio0: true + format: ia16 +texture_7F0F5C: + symbol: gTexture7F0F5C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC752C + mio0: true + format: ia16 +texture_7F0FD8: + symbol: gTexture7F0FD8 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC75A8 + mio0: true + format: ia16 +texture_7F1038: + symbol: gTexture7F1038 + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC7608 + mio0: true + format: ia16 +texture_7F109C: + symbol: gTexture7F109C + type: texture + ctype: u16 + width: 8 + height: 8 + offset: 0xC766C + mio0: true + format: ia16 +font_four_dote: + symbol: font_four_dote + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC76F4 + format: i4 +font_cc: + symbol: font_cc + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC77C4 + format: i4 +font_double_quote: + symbol: font_double_quote + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7894 + format: i4 +font_exclamation_mark: + symbol: font_exclamation_mark + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7964 + format: i4 +font_minus: + symbol: font_minus + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7A34 + format: i4 +7F1534: + symbol: font_dot + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7B04 + format: i4 +font_plus: + symbol: font_plus + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7BD4 + format: i4 +7F16D4: + symbol: font_interogation_mark + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7CA4 + format: i4 +7F17A4: + symbol: font_simple_quote + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7D74 + format: i4 +font_number_zero: + symbol: font_number_zero + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7E44 + format: i4 +font_number_one: + symbol: font_number_one + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7F14 + format: i4 +font_number_two: + symbol: font_number_two + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC7FE4 + format: i4 +font_number_three: + symbol: font_number_three + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC80B4 + format: i4 +font_number_four: + symbol: font_number_four + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8184 + format: i4 +font_number_five: + symbol: font_number_five + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8254 + format: i4 +font_number_six: + symbol: font_number_six + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8324 + format: i4 +font_number_seven: + symbol: font_number_seven + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC83F4 + format: i4 +font_number_eight: + symbol: font_number_eight + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC84C4 + format: i4 +font_number_nine: + symbol: font_number_nine + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8594 + format: i4 +font_letter_A: + symbol: font_letter_A + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8664 + format: i4 +font_letter_B: + symbol: font_letter_B + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8734 + format: i4 +font_letter_C: + symbol: font_letter_C + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8804 + format: i4 +font_letter_D: + symbol: font_letter_D + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC88D4 + format: i4 +font_letter_E: + symbol: font_letter_E + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC89A4 + format: i4 +font_letter_F: + symbol: font_letter_F + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8A74 + format: i4 +font_letter_G: + symbol: font_letter_G + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8B44 + format: i4 +font_letter_H: + symbol: font_letter_H + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8C14 + format: i4 +font_letter_I: + symbol: font_letter_I + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8CE4 + format: i4 +font_letter_J: + symbol: font_letter_J + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8DB4 + format: i4 +font_letter_K: + symbol: font_letter_K + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8E84 + format: i4 +font_letter_L: + symbol: font_letter_L + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC8F54 + format: i4 +font_letter_M: + symbol: font_letter_M + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9024 + format: i4 +font_letter_N: + symbol: font_letter_N + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC90F4 + format: i4 +font_letter_O: + symbol: font_letter_O + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC91C4 + format: i4 +font_letter_P: + symbol: font_letter_P + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9294 + format: i4 +font_letter_Q: + symbol: font_letter_Q + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9364 + format: i4 +font_letter_R: + symbol: font_letter_R + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9434 + format: i4 +font_letter_S: + symbol: font_letter_S + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9504 + format: i4 +font_letter_T: + symbol: font_letter_T + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC95D4 + format: i4 +font_letter_U: + symbol: font_letter_U + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC96A4 + format: i4 +font_letter_V: + symbol: font_letter_V + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9774 + format: i4 +font_letter_W: + symbol: font_letter_W + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9844 + format: i4 +font_letter_X: + symbol: font_letter_X + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9914 + format: i4 +font_letter_Y: + symbol: font_letter_Y + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC99E4 + format: i4 +font_letter_Z: + symbol: font_letter_Z + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xC9AB4 + format: i4 +7F35B4: + symbol: gTexture7F35B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9B84 + format: i4 +7F3634: + symbol: gTexture7F3634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9C04 + format: i4 +7F36B4: + symbol: gTexture7F36B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9C84 + format: i4 +7F3734: + symbol: gTexture7F3734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9D04 + format: i4 +7F37B4: + symbol: gTexture7F37B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9D84 + format: i4 +7F3834: + symbol: gTexture7F3834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9E04 + format: i4 +7F38B4: + symbol: gTexture7F38B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9E84 + format: i4 +7F3934: + symbol: gTexture7F3934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9F04 + format: i4 +7F39B4: + symbol: gTexture7F39B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xC9F84 + format: i4 +7F3A34: + symbol: gTexture7F3A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA004 + format: i4 +7F3AB4: + symbol: gTexture7F3AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA084 + format: i4 +7F3B34: + symbol: gTexture7F3B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA104 + format: i4 +7F3BB4: + symbol: gTexture7F3BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA184 + format: i4 +7F3C34: + symbol: gTexture7F3C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA204 + format: i4 +7F3CB4: + symbol: gTexture7F3CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA284 + format: i4 +7F3D34: + symbol: gTexture7F3D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA304 + format: i4 +7F3DB4: + symbol: gTexture7F3DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA384 + format: i4 +7F3E34: + symbol: gTexture7F3E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA404 + format: i4 +7F3EB4: + symbol: gTexture7F3EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA484 + format: i4 +7F3F34: + symbol: gTexture7F3F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA504 + format: i4 +7F3FB4: + symbol: gTexture7F3FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA584 + format: i4 +7F4034: + symbol: gTexture7F4034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA604 + format: i4 +7F40B4: + symbol: gTexture7F40B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA684 + format: i4 +7F4134: + symbol: gTexture7F4134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA704 + format: i4 +7F41B4: + symbol: gTexture7F41B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA784 + format: i4 +7F4234: + symbol: gTexture7F4234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA804 + format: i4 +7F42B4: + symbol: gTexture7F42B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA884 + format: i4 +7F4334: + symbol: gTexture7F4334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA904 + format: i4 +7F43B4: + symbol: gTexture7F43B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCA984 + format: i4 +7F4434: + symbol: gTexture7F4434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAA04 + format: i4 +7F44B4: + symbol: gTexture7F44B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAA84 + format: i4 +7F4534: + symbol: gTexture7F4534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAB04 + format: i4 +7F45B4: + symbol: gTexture7F45B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAB84 + format: i4 +7F4634: + symbol: gTexture7F4634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAC04 + format: i4 +7F46B4: + symbol: gTexture7F46B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAC84 + format: i4 +7F4734: + symbol: gTexture7F4734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAD04 + format: i4 +7F47B4: + symbol: gTexture7F47B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAD84 + format: i4 +7F4834: + symbol: gTexture7F4834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAE04 + format: i4 +7F48B4: + symbol: gTexture7F48B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAE84 + format: i4 +7F4934: + symbol: gTexture7F4934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAF04 + format: i4 +7F49B4: + symbol: gTexture7F49B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCAF84 + format: i4 +7F4A34: + symbol: gTexture7F4A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB004 + format: i4 +7F4AB4: + symbol: gTexture7F4AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB084 + format: i4 +7F4B34: + symbol: gTexture7F4B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB104 + format: i4 +7F4BB4: + symbol: gTexture7F4BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB184 + format: i4 +7F4C34: + symbol: gTexture7F4C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB204 + format: i4 +7F4CB4: + symbol: gTexture7F4CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB284 + format: i4 +7F4D34: + symbol: gTexture7F4D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB304 + format: i4 +7F4DB4: + symbol: gTexture7F4DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB384 + format: i4 +7F4E34: + symbol: gTexture7F4E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB404 + format: i4 +7F4EB4: + symbol: gTexture7F4EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB484 + format: i4 +7F4F34: + symbol: gTexture7F4F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB504 + format: i4 +7F4FB4: + symbol: gTexture7F4FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB584 + format: i4 +7F5034: + symbol: gTexture7F5034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB604 + format: i4 +7F50B4: + symbol: gTexture7F50B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB684 + format: i4 +7F5134: + symbol: gTexture7F5134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB704 + format: i4 +7F51B4: + symbol: gTexture7F51B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB784 + format: i4 +7F5234: + symbol: gTexture7F5234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB804 + format: i4 +7F52B4: + symbol: gTexture7F52B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB884 + format: i4 +7F5334: + symbol: gTexture7F5334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB904 + format: i4 +7F53B4: + symbol: gTexture7F53B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCB984 + format: i4 +7F5434: + symbol: gTexture7F5434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBA04 + format: i4 +7F54B4: + symbol: gTexture7F54B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBA84 + format: i4 +7F5534: + symbol: gTexture7F5534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBB04 + format: i4 +7F55B4: + symbol: gTexture7F55B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBB84 + format: i4 +7F5634: + symbol: gTexture7F5634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBC04 + format: i4 +7F56B4: + symbol: gTexture7F56B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBC84 + format: i4 +7F5734: + symbol: gTexture7F5734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBD04 + format: i4 +7F57B4: + symbol: gTexture7F57B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBD84 + format: i4 +7F5834: + symbol: gTexture7F5834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBE04 + format: i4 +7F58B4: + symbol: gTexture7F58B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBE84 + format: i4 +7F5934: + symbol: gTexture7F5934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBF04 + format: i4 +7F59B4: + symbol: gTexture7F59B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCBF84 + format: i4 +7F5A34: + symbol: gTexture7F5A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC004 + format: i4 +7F5AB4: + symbol: gTexture7F5AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC084 + format: i4 +7F5B34: + symbol: gTexture7F5B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC104 + format: i4 +7F5BB4: + symbol: gTexture7F5BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC184 + format: i4 +7F5C34: + symbol: gTexture7F5C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC204 + format: i4 +7F5CB4: + symbol: gTexture7F5CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC284 + format: i4 +7F5D34: + symbol: gTexture7F5D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC304 + format: i4 +7F5DB4: + symbol: gTexture7F5DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC384 + format: i4 +7F5E34: + symbol: gTexture7F5E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC404 + format: i4 +7F5EB4: + symbol: gTexture7F5EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC484 + format: i4 +7F5F34: + symbol: gTexture7F5F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC504 + format: i4 +7F5FB4: + symbol: gTexture7F5FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC584 + format: i4 +7F6034: + symbol: gTexture7F6034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC604 + format: i4 +7F60B4: + symbol: gTexture7F60B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC684 + format: i4 +7F6134: + symbol: gTexture7F6134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC704 + format: i4 +7F61B4: + symbol: gTexture7F61B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC784 + format: i4 +7F6234: + symbol: gTexture7F6234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC804 + format: i4 +7F62B4: + symbol: gTexture7F62B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC884 + format: i4 +7F6334: + symbol: gTexture7F6334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC904 + format: i4 +7F63B4: + symbol: gTexture7F63B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCC984 + format: i4 +7F6434: + symbol: gTexture7F6434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCA04 + format: i4 +7F64B4: + symbol: gTexture7F64B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCA84 + format: i4 +7F6534: + symbol: gTexture7F6534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCB04 + format: i4 +7F65B4: + symbol: gTexture7F65B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCB84 + format: i4 +7F6634: + symbol: gTexture7F6634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCC04 + format: i4 +7F66B4: + symbol: gTexture7F66B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCC84 + format: i4 +7F6734: + symbol: gTexture7F6734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCD04 + format: i4 +7F67B4: + symbol: gTexture7F67B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCD84 + format: i4 +7F6834: + symbol: gTexture7F6834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCE04 + format: i4 +7F68B4: + symbol: gTexture7F68B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCE84 + format: i4 +7F6934: + symbol: gTexture7F6934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCF04 + format: i4 +7F69B4: + symbol: gTexture7F69B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCCF84 + format: i4 +7F6A34: + symbol: gTexture7F6A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD004 + format: i4 +7F6AB4: + symbol: gTexture7F6AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD084 + format: i4 +7F6B34: + symbol: gTexture7F6B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD104 + format: i4 +7F6BB4: + symbol: gTexture7F6BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD184 + format: i4 +7F6C34: + symbol: gTexture7F6C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD204 + format: i4 +7F6CB4: + symbol: gTexture7F6CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD284 + format: i4 +7F6D34: + symbol: gTexture7F6D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD304 + format: i4 +7F6DB4: + symbol: gTexture7F6DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD384 + format: i4 +7F6E34: + symbol: gTexture7F6E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD404 + format: i4 +7F6EB4: + symbol: gTexture7F6EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD484 + format: i4 +7F6F34: + symbol: gTexture7F6F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD504 + format: i4 +7F6FB4: + symbol: gTexture7F6FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD584 + format: i4 +7F7034: + symbol: gTexture7F7034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD604 + format: i4 +7F70B4: + symbol: gTexture7F70B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD684 + format: i4 +7F7134: + symbol: gTexture7F7134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD704 + format: i4 +7F71B4: + symbol: gTexture7F71B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD784 + format: i4 +7F7234: + symbol: gTexture7F7234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD804 + format: i4 +7F72B4: + symbol: gTexture7F72B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD884 + format: i4 +7F7334: + symbol: gTexture7F7334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD904 + format: i4 +7F73B4: + symbol: gTexture7F73B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCD984 + format: i4 +7F7434: + symbol: gTexture7F7434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDA04 + format: i4 +7F74B4: + symbol: gTexture7F74B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDA84 + format: i4 +7F7534: + symbol: gTexture7F7534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDB04 + format: i4 +7F75B4: + symbol: gTexture7F75B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDB84 + format: i4 +7F7634: + symbol: gTexture7F7634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDC04 + format: i4 +7F76B4: + symbol: gTexture7F76B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDC84 + format: i4 +7F7734: + symbol: gTexture7F7734 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDD04 + format: i4 +7F77B4: + symbol: gTexture7F77B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDD84 + format: i4 +7F7834: + symbol: gTexture7F7834 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDE04 + format: i4 +7F78B4: + symbol: gTexture7F78B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDE84 + format: i4 +7F7934: + symbol: gTexture7F7934 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDF04 + format: i4 +7F79B4: + symbol: gTexture7F79B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCDF84 + format: i4 +7F7A34: + symbol: gTexture7F7A34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE004 + format: i4 +7F7AB4: + symbol: gTexture7F7AB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE084 + format: i4 +7F7B34: + symbol: gTexture7F7B34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE104 + format: i4 +7F7BB4: + symbol: gTexture7F7BB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE184 + format: i4 +7F7C34: + symbol: gTexture7F7C34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE204 + format: i4 +7F7CB4: + symbol: gTexture7F7CB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE284 + format: i4 +7F7D34: + symbol: gTexture7F7D34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE304 + format: i4 +7F7DB4: + symbol: gTexture7F7DB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE384 + format: i4 +7F7E34: + symbol: gTexture7F7E34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE404 + format: i4 +7F7EB4: + symbol: gTexture7F7EB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE484 + format: i4 +7F7F34: + symbol: gTexture7F7F34 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE504 + format: i4 +7F7FB4: + symbol: gTexture7F7FB4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE584 + format: i4 +7F8034: + symbol: gTexture7F8034 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE604 + format: i4 +7F80B4: + symbol: gTexture7F80B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE684 + format: i4 +7F8134: + symbol: gTexture7F8134 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE704 + format: i4 +7F81B4: + symbol: gTexture7F81B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE784 + format: i4 +7F8234: + symbol: gTexture7F8234 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE804 + format: i4 +7F82B4: + symbol: gTexture7F82B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE884 + format: i4 +7F8334: + symbol: gTexture7F8334 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE904 + format: i4 +7F83B4: + symbol: gTexture7F83B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCE984 + format: i4 +7F8434: + symbol: gTexture7F8434 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEA04 + format: i4 +7F84B4: + symbol: gTexture7F84B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEA84 + format: i4 +7F8534: + symbol: gTexture7F8534 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEB04 + format: i4 +7F85B4: + symbol: gTexture7F85B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEB84 + format: i4 +7F8634: + symbol: gTexture7F8634 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEC04 + format: i4 +7F86B4: + symbol: gTexture7F86B4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCEC84 + format: i4 +7F8734: + symbol: gTexture7F8734 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCED04 + format: i4 +7F8914: + symbol: gTexture7F8914 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCEEE4 + format: i4 +7F8AF4: + symbol: gTexture7F8AF4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF0C4 + format: i4 +7F8CD4: + symbol: gTexture7F8CD4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF2A4 + format: i4 +7F8EB4: + symbol: gTexture7F8EB4 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF484 + format: i4 +7F9094: + symbol: gTexture7F9094 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF664 + format: i4 +7F9274: + symbol: gTexture7F9274 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCF844 + format: i4 +7F9454: + symbol: gTexture7F9454 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFA24 + format: i4 +7F9634: + symbol: gTexture7F9634 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFC04 + format: i4 +7F9814: + symbol: gTexture7F9814 + type: texture + ctype: u16 + width: 30 + height: 32 + offset: 0xCFDE4 + format: i4 +7F99F4: + symbol: gTexture7F99F4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xCFFC4 + format: i4 +7F9A74: + symbol: gTexture7F9A74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0044 + format: i4 +7F9AF4: + symbol: gTexture7F9AF4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD00C4 + format: i4 +7F9B74: + symbol: gTexture7F9B74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0144 + format: i4 +7F9BF4: + symbol: gTexture7F9BF4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD01C4 + format: i4 +7F9C74: + symbol: gTexture7F9C74 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0244 + format: i4 +7F9CF4: + symbol: gTexture7F9CF4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD02C4 + format: i4 +7F9DC4: + symbol: gTexture7F9DC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0394 + format: i4 +7F9E44: + symbol: gTexture7F9E44 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0414 + format: i4 +7F9EC4: + symbol: gTexture7F9EC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0494 + format: i4 +7F9F44: + symbol: gTexture7F9F44 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0514 + format: i4 +7F9FC4: + symbol: gTexture7F9FC4 + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0594 + format: i4 +font_apostrophe: + symbol: font_apostrophe + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0614 + format: i4 +7FA0C4: + symbol: gTexture7FA0C4 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0694 + format: i4 +7FA194: + symbol: gTexture7FA194 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0764 + format: i4 +7FA264: + symbol: gTexture7FA264 + type: texture + ctype: u16 + width: 26 + height: 16 + offset: 0xD0834 + format: i4 +7FA334: + symbol: font_comma + type: texture + ctype: u16 + width: 16 + height: 16 + offset: 0xD0904 + format: i4 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/texture_tkmk00.yml b/android/app/src/main/assets/spaghetti/yamls/us/texture_tkmk00.yml new file mode 100644 index 0000000..85c3dac --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/texture_tkmk00.yml @@ -0,0 +1,642 @@ +:config: + segments: + - [0x0B, 0x7FA3C0] + no_compression: true + header: + code: + - "#include " + - "#include " + - "#include " + header: + - "#include " + - "#include " +texture_player_select: + symbol: texture_player_select + type: texture + ctype: u16 + width: 220 + height: 32 + offset: 0x0 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_option: + symbol: texture_option + type: texture + ctype: u16 + width: 130 + height: 32 + offset: 0xC00 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_dk: + symbol: texture_name_dk + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1500 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_toad: + symbol: texture_name_toad + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1700 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_bowser: + symbol: texture_name_bowser + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1900 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_luigi: + symbol: texture_name_luigi + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1B00 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_mario: + symbol: texture_name_mario + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1D00 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_peach: + symbol: texture_name_peach + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x1F00 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_wario: + symbol: texture_name_wario + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x2100 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_name_yoshi: + symbol: texture_name_yoshi + type: texture + ctype: u16 + width: 64 + height: 12 + offset: 0x2300 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureTitleMarioRaceway: + symbol: gTextureTitleMarioRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleChocoMountain: + symbol: gTextureTitleChocoMountain + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBowsersCastle: + symbol: gTextureTitleBowsersCastle + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x2F00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBansheeBoardwalk: + symbol: gTextureTitleBansheeBoardwalk + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3400 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleYoshiValley: + symbol: gTextureTitleYoshiValley + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleFrappeSnowland: + symbol: gTextureTitleFrappeSnowland + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x3E00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleKoopaTroopaBeach: + symbol: gTextureTitleKoopaTroopaBeach + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4300 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleRoyalRaceway: + symbol: gTextureTitleRoyalRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4800 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleLuigiRaceway: + symbol: gTextureTitleLuigiRaceway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x4C00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleMooMooFarm: + symbol: gTextureTitleMooMooFarm + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5000 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleToadsTurnpike: + symbol: gTextureTitleToadsTurnpike + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5400 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleKalimariDesert: + symbol: gTextureTitleKalimariDesert + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5900 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleSherbetLand: + symbol: gTextureTitleSherbetLand + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x5D00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleRainbowRoad: + symbol: gTextureTitleRainbowRoad + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleWarioStadium: + symbol: gTextureTitleWarioStadium + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBlockFort: + symbol: gTextureTitleBlockFort + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleSkyscraper: + symbol: gTextureTitleSkyscraper + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x6D00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleDoubleDeck: + symbol: gTextureTitleDoubleDeck + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleDKsJungleParkway: + symbol: gTextureTitleDKsJungleParkway + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7500 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureTitleBigDonut: + symbol: gTextureTitleBigDonut + type: texture + ctype: u16 + width: 140 + height: 18 + offset: 0x7B00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMapSelect: + symbol: gTextureMapSelect + type: texture + ctype: u16 + width: 190 + height: 32 + offset: 0x7E00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureMenuFlowerCup: + symbol: gTextureMenuFlowerCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x8A00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuMushroomCup: + symbol: gTextureMenuMushroomCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x8E00 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuStarCup: + symbol: gTextureMenuStarCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x9200 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuSpecialCup: + symbol: gTextureMenuSpecialCup + type: texture + ctype: u16 + width: 65 + height: 40 + offset: 0x9600 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_game_select: + symbol: texture_game_select + type: texture + ctype: u16 + width: 200 + height: 32 + offset: 0x9A00 + tkmk00: true + alpha: 0x1 + format: rgba16 +texture_menu_1p_game: + symbol: texture_menu_1p_game + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xA600 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_menu_2p_game: + symbol: texture_menu_2p_game + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xAB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_menu_3p_game: + symbol: texture_menu_3p_game + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xB200 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_menu_4p_game: + symbol: texture_menu_4p_game + type: texture + ctype: u16 + width: 64 + height: 54 + offset: 0xBC00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_mode_battle: + symbol: texture_mode_battle + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xC700 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_mode_time_trials: + symbol: texture_mode_time_trials + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xCA00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_mode_mario_gp: + symbol: texture_mode_mario_gp + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xCE00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_mode_vs: + symbol: texture_mode_vs + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xD200 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_l_option: + symbol: texture_l_option + type: texture + ctype: u16 + width: 58 + height: 19 + offset: 0xD500 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_r_data: + symbol: texture_r_data + type: texture + ctype: u16 + width: 58 + height: 19 + offset: 0xD800 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_50cc: + symbol: texture_50cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_100cc: + symbol: texture_100cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDD00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_150cc: + symbol: texture_150cc + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xDF00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_extra: + symbol: texture_extra + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE100 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuWithoutItem: + symbol: gTextureMenuWithoutItem + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE300 + tkmk00: true + alpha: 0xBE + format: rgba16 +gTextureMenuWithItem: + symbol: gTextureMenuWithItem + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE600 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_begin: + symbol: texture_begin + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xE900 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_menu_ghost: + symbol: texture_menu_ghost + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xEB00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_data: + symbol: texture_data + type: texture + ctype: u16 + width: 64 + height: 18 + offset: 0xED00 + tkmk00: true + alpha: 0xBE + format: rgba16 +texture_ok: + symbol: texture_ok + type: texture + ctype: u16 + width: 31 + height: 19 + offset: 0xEF00 + tkmk00: true + alpha: 0xBE + format: rgba16 +background_blue_sky: + symbol: background_blue_sky + type: texture + ctype: u16 + width: 320 + height: 240 + offset: 0xF100 + tkmk00: true + alpha: 0x1 + format: rgba16 +background_sunset: + symbol: background_sunset + type: texture + ctype: u16 + width: 320 + height: 240 + offset: 0x1BF00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGreenGoldStripe: + symbol: gTextureGreenGoldStripe + type: texture + ctype: u16 + width: 256 + height: 29 + offset: 0x25300 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGoldStripe: + symbol: gTextureGoldStripe + type: texture + ctype: u16 + width: 256 + height: 15 + offset: 0x25F00 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureWhiteStripe: + symbol: gTextureWhiteStripe + type: texture + ctype: u16 + width: 256 + height: 10 + offset: 0x26600 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTexturePinkBar: + symbol: gTexturePinkBar + type: texture + ctype: u16 + width: 90 + height: 16 + offset: 0x26700 + tkmk00: true + alpha: 0x1 + format: rgba16 +gTextureGoldBar: + symbol: gTextureGoldBar + type: texture + ctype: u16 + width: 256 + height: 40 + offset: 0x26C00 + tkmk00: true + alpha: 0x1 + format: rgba16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/toad_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/toad_kart.yml new file mode 100644 index 0000000..73d2fc7 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/toad_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x43B3E0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + toad_kart_wheels: + range: [0x6C6E8, 0x90868] + mode: APPEND +toad_kart_frame000: + symbol: gKartToad000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame001: + symbol: gKartToad001 + type: texture + offset: 0x468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_001_wheel_0 +toad_kart_frame002: + symbol: gKartToad002 + type: texture + offset: 0x8EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_002_wheel_0 +toad_kart_frame003: + symbol: gKartToad003 + type: texture + offset: 0xD78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_003_wheel_0 +toad_kart_frame004: + symbol: gKartToad004 + type: texture + offset: 0x1228 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_004_wheel_0 +toad_kart_frame005: + symbol: gKartToad005 + type: texture + offset: 0x16DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_005_wheel_0 +toad_kart_frame006: + symbol: gKartToad006 + type: texture + offset: 0x1BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_006_wheel_0 +toad_kart_frame007: + symbol: gKartToad007 + type: texture + offset: 0x208C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_007_wheel_0 +toad_kart_frame008: + symbol: gKartToad008 + type: texture + offset: 0x256C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_008_wheel_0 +toad_kart_frame009: + symbol: gKartToad009 + type: texture + offset: 0x2A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_009_wheel_0 +toad_kart_frame010: + symbol: gKartToad010 + type: texture + offset: 0x2F58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_010_wheel_0 +toad_kart_frame011: + symbol: gKartToad011 + type: texture + offset: 0x3458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_011_wheel_0 +toad_kart_frame012: + symbol: gKartToad012 + type: texture + offset: 0x3968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_012_wheel_0 +toad_kart_frame013: + symbol: gKartToad013 + type: texture + offset: 0x3E80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_013_wheel_0 +toad_kart_frame014: + symbol: gKartToad014 + type: texture + offset: 0x43AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_014_wheel_0 +toad_kart_frame015: + symbol: gKartToad015 + type: texture + offset: 0x48E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_015_wheel_0 +toad_kart_frame016: + symbol: gKartToad016 + type: texture + offset: 0x4E38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_016_wheel_0 +toad_kart_frame017: + symbol: gKartToad017 + type: texture + offset: 0x5380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_017_wheel_0 +toad_kart_frame018: + symbol: gKartToad018 + type: texture + offset: 0x58DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_018_wheel_0 +toad_kart_frame019: + symbol: gKartToad019 + type: texture + offset: 0x5E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_019_wheel_0 +toad_kart_frame020: + symbol: gKartToad020 + type: texture + offset: 0x63C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_020_wheel_0 +toad_kart_frame021: + symbol: gKartToad021 + type: texture + offset: 0x6960 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_021_wheel_0 +toad_kart_frame022: + symbol: gKartToad022 + type: texture + offset: 0x6DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_022_wheel_0 +toad_kart_frame023: + symbol: gKartToad023 + type: texture + offset: 0x7268 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_023_wheel_0 +toad_kart_frame024: + symbol: gKartToad024 + type: texture + offset: 0x770C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_024_wheel_0 +toad_kart_frame025: + symbol: gKartToad025 + type: texture + offset: 0x7BBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_025_wheel_0 +toad_kart_frame026: + symbol: gKartToad026 + type: texture + offset: 0x806C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_026_wheel_0 +toad_kart_frame027: + symbol: gKartToad027 + type: texture + offset: 0x8520 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_027_wheel_0 +toad_kart_frame028: + symbol: gKartToad028 + type: texture + offset: 0x89F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_028_wheel_0 +toad_kart_frame029: + symbol: gKartToad029 + type: texture + offset: 0x8EE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_029_wheel_0 +toad_kart_frame030: + symbol: gKartToad030 + type: texture + offset: 0x93EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_030_wheel_0 +toad_kart_frame031: + symbol: gKartToad031 + type: texture + offset: 0x9900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_031_wheel_0 +toad_kart_frame032: + symbol: gKartToad032 + type: texture + offset: 0x9E14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_032_wheel_0 +toad_kart_frame033: + symbol: gKartToad033 + type: texture + offset: 0xA348 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_033_wheel_0 +toad_kart_frame034: + symbol: gKartToad034 + type: texture + offset: 0xA878 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_034_wheel_0 +toad_kart_frame035: + symbol: gKartToad035 + type: texture + offset: 0xADB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_035_wheel_0 +toad_kart_frame036: + symbol: gKartToad036 + type: texture + offset: 0xB2FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_036_wheel_0 +toad_kart_frame037: + symbol: gKartToad037 + type: texture + offset: 0xB838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_037_wheel_0 +toad_kart_frame038: + symbol: gKartToad038 + type: texture + offset: 0xBD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_038_wheel_0 +toad_kart_frame039: + symbol: gKartToad039 + type: texture + offset: 0xC2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_039_wheel_0 +toad_kart_frame040: + symbol: gKartToad040 + type: texture + offset: 0xC874 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_040_wheel_0 +toad_kart_frame041: + symbol: gKartToad041 + type: texture + offset: 0xCE08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_041_wheel_0 +toad_kart_frame042: + symbol: gKartToad042 + type: texture + offset: 0xD3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_042_wheel_0 +toad_kart_frame043: + symbol: gKartToad043 + type: texture + offset: 0xD834 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_043_wheel_0 +toad_kart_frame044: + symbol: gKartToad044 + type: texture + offset: 0xDCD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_044_wheel_0 +toad_kart_frame045: + symbol: gKartToad045 + type: texture + offset: 0xE184 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_045_wheel_0 +toad_kart_frame046: + symbol: gKartToad046 + type: texture + offset: 0xE64C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_046_wheel_0 +toad_kart_frame047: + symbol: gKartToad047 + type: texture + offset: 0xEB14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_047_wheel_0 +toad_kart_frame048: + symbol: gKartToad048 + type: texture + offset: 0xEFF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_048_wheel_0 +toad_kart_frame049: + symbol: gKartToad049 + type: texture + offset: 0xF4E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_049_wheel_0 +toad_kart_frame050: + symbol: gKartToad050 + type: texture + offset: 0xF9F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_050_wheel_0 +toad_kart_frame051: + symbol: gKartToad051 + type: texture + offset: 0xFF0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_051_wheel_0 +toad_kart_frame052: + symbol: gKartToad052 + type: texture + offset: 0x10448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_052_wheel_0 +toad_kart_frame053: + symbol: gKartToad053 + type: texture + offset: 0x1097C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_053_wheel_0 +toad_kart_frame054: + symbol: gKartToad054 + type: texture + offset: 0x10ED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_054_wheel_0 +toad_kart_frame055: + symbol: gKartToad055 + type: texture + offset: 0x1142C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_055_wheel_0 +toad_kart_frame056: + symbol: gKartToad056 + type: texture + offset: 0x11980 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_056_wheel_0 +toad_kart_frame057: + symbol: gKartToad057 + type: texture + offset: 0x11EC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_057_wheel_0 +toad_kart_frame058: + symbol: gKartToad058 + type: texture + offset: 0x1241C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_058_wheel_0 +toad_kart_frame059: + symbol: gKartToad059 + type: texture + offset: 0x12994 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_059_wheel_0 +toad_kart_frame060: + symbol: gKartToad060 + type: texture + offset: 0x12F18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_060_wheel_0 +toad_kart_frame061: + symbol: gKartToad061 + type: texture + offset: 0x134B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_061_wheel_0 +toad_kart_frame062: + symbol: gKartToad062 + type: texture + offset: 0x13A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_062_wheel_0 +toad_kart_frame063: + symbol: gKartToad063 + type: texture + offset: 0x14000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_063_wheel_0 +toad_kart_frame064: + symbol: gKartToad064 + type: texture + offset: 0x14490 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_064_wheel_0 +toad_kart_frame065: + symbol: gKartToad065 + type: texture + offset: 0x14934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_065_wheel_0 +toad_kart_frame066: + symbol: gKartToad066 + type: texture + offset: 0x14DDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_066_wheel_0 +toad_kart_frame067: + symbol: gKartToad067 + type: texture + offset: 0x15298 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_067_wheel_0 +toad_kart_frame068: + symbol: gKartToad068 + type: texture + offset: 0x15780 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_068_wheel_0 +toad_kart_frame069: + symbol: gKartToad069 + type: texture + offset: 0x15C6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_069_wheel_0 +toad_kart_frame070: + symbol: gKartToad070 + type: texture + offset: 0x16178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_070_wheel_0 +toad_kart_frame071: + symbol: gKartToad071 + type: texture + offset: 0x16698 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_071_wheel_0 +toad_kart_frame072: + symbol: gKartToad072 + type: texture + offset: 0x16BCC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_072_wheel_0 +toad_kart_frame073: + symbol: gKartToad073 + type: texture + offset: 0x1711C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_073_wheel_0 +toad_kart_frame074: + symbol: gKartToad074 + type: texture + offset: 0x17668 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_074_wheel_0 +toad_kart_frame075: + symbol: gKartToad075 + type: texture + offset: 0x17BC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_075_wheel_0 +toad_kart_frame076: + symbol: gKartToad076 + type: texture + offset: 0x1811C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_076_wheel_0 +toad_kart_frame077: + symbol: gKartToad077 + type: texture + offset: 0x18690 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_077_wheel_0 +toad_kart_frame078: + symbol: gKartToad078 + type: texture + offset: 0x18C04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_078_wheel_0 +toad_kart_frame079: + symbol: gKartToad079 + type: texture + offset: 0x1918C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_079_wheel_0 +toad_kart_frame080: + symbol: gKartToad080 + type: texture + offset: 0x19724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_080_wheel_0 +toad_kart_frame081: + symbol: gKartToad081 + type: texture + offset: 0x19CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_081_wheel_0 +toad_kart_frame082: + symbol: gKartToad082 + type: texture + offset: 0x1A254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_082_wheel_0 +toad_kart_frame083: + symbol: gKartToad083 + type: texture + offset: 0x1A7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_083_wheel_0 +toad_kart_frame084: + symbol: gKartToad084 + type: texture + offset: 0x1ADA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_084_wheel_0 +toad_kart_frame085: + symbol: gKartToad085 + type: texture + offset: 0x1B25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_085_wheel_0 +toad_kart_frame086: + symbol: gKartToad086 + type: texture + offset: 0x1B724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_086_wheel_0 +toad_kart_frame087: + symbol: gKartToad087 + type: texture + offset: 0x1BC00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_087_wheel_0 +toad_kart_frame088: + symbol: gKartToad088 + type: texture + offset: 0x1C100 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_088_wheel_0 +toad_kart_frame089: + symbol: gKartToad089 + type: texture + offset: 0x1C600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_089_wheel_0 +toad_kart_frame090: + symbol: gKartToad090 + type: texture + offset: 0x1CAFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_090_wheel_0 +toad_kart_frame091: + symbol: gKartToad091 + type: texture + offset: 0x1D000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_091_wheel_0 +toad_kart_frame092: + symbol: gKartToad092 + type: texture + offset: 0x1D530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_092_wheel_0 +toad_kart_frame093: + symbol: gKartToad093 + type: texture + offset: 0x1DA78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_093_wheel_0 +toad_kart_frame094: + symbol: gKartToad094 + type: texture + offset: 0x1DFC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_094_wheel_0 +toad_kart_frame095: + symbol: gKartToad095 + type: texture + offset: 0x1E530 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_095_wheel_0 +toad_kart_frame096: + symbol: gKartToad096 + type: texture + offset: 0x1EAA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_096_wheel_0 +toad_kart_frame097: + symbol: gKartToad097 + type: texture + offset: 0x1F008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_097_wheel_0 +toad_kart_frame098: + symbol: gKartToad098 + type: texture + offset: 0x1F570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_098_wheel_0 +toad_kart_frame099: + symbol: gKartToad099 + type: texture + offset: 0x1FAF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_099_wheel_0 +toad_kart_frame100: + symbol: gKartToad100 + type: texture + offset: 0x20078 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_100_wheel_0 +toad_kart_frame101: + symbol: gKartToad101 + type: texture + offset: 0x20618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_101_wheel_0 +toad_kart_frame102: + symbol: gKartToad102 + type: texture + offset: 0x20BB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_102_wheel_0 +toad_kart_frame103: + symbol: gKartToad103 + type: texture + offset: 0x2116C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_103_wheel_0 +toad_kart_frame104: + symbol: gKartToad104 + type: texture + offset: 0x21728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_104_wheel_0 +toad_kart_frame105: + symbol: gKartToad105 + type: texture + offset: 0x21CF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_105_wheel_0 +toad_kart_frame106: + symbol: gKartToad106 + type: texture + offset: 0x221B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_106_wheel_0 +toad_kart_frame107: + symbol: gKartToad107 + type: texture + offset: 0x226A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_107_wheel_0 +toad_kart_frame108: + symbol: gKartToad108 + type: texture + offset: 0x22B9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_108_wheel_0 +toad_kart_frame109: + symbol: gKartToad109 + type: texture + offset: 0x230BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_109_wheel_0 +toad_kart_frame110: + symbol: gKartToad110 + type: texture + offset: 0x235D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_110_wheel_0 +toad_kart_frame111: + symbol: gKartToad111 + type: texture + offset: 0x23B00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_111_wheel_0 +toad_kart_frame112: + symbol: gKartToad112 + type: texture + offset: 0x2402C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_112_wheel_0 +toad_kart_frame113: + symbol: gKartToad113 + type: texture + offset: 0x24570 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_113_wheel_0 +toad_kart_frame114: + symbol: gKartToad114 + type: texture + offset: 0x24ABC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_114_wheel_0 +toad_kart_frame115: + symbol: gKartToad115 + type: texture + offset: 0x2501C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_115_wheel_0 +toad_kart_frame116: + symbol: gKartToad116 + type: texture + offset: 0x25590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_116_wheel_0 +toad_kart_frame117: + symbol: gKartToad117 + type: texture + offset: 0x25B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_117_wheel_0 +toad_kart_frame118: + symbol: gKartToad118 + type: texture + offset: 0x26084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_118_wheel_0 +toad_kart_frame119: + symbol: gKartToad119 + type: texture + offset: 0x26600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_119_wheel_0 +toad_kart_frame120: + symbol: gKartToad120 + type: texture + offset: 0x26BAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_120_wheel_0 +toad_kart_frame121: + symbol: gKartToad121 + type: texture + offset: 0x2713C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_121_wheel_0 +toad_kart_frame122: + symbol: gKartToad122 + type: texture + offset: 0x276DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_122_wheel_0 +toad_kart_frame123: + symbol: gKartToad123 + type: texture + offset: 0x27C90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_123_wheel_0 +toad_kart_frame124: + symbol: gKartToad124 + type: texture + offset: 0x28254 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_124_wheel_0 +toad_kart_frame125: + symbol: gKartToad125 + type: texture + offset: 0x28828 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_125_wheel_0 +toad_kart_frame126: + symbol: gKartToad126 + type: texture + offset: 0x28E0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_126_wheel_0 +toad_kart_frame127: + symbol: gKartToad127 + type: texture + offset: 0x292E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_127_wheel_0 +toad_kart_frame128: + symbol: gKartToad128 + type: texture + offset: 0x297C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_128_wheel_0 +toad_kart_frame129: + symbol: gKartToad129 + type: texture + offset: 0x29CBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_129_wheel_0 +toad_kart_frame130: + symbol: gKartToad130 + type: texture + offset: 0x2A1CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_130_wheel_0 +toad_kart_frame131: + symbol: gKartToad131 + type: texture + offset: 0x2A6E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_131_wheel_0 +toad_kart_frame132: + symbol: gKartToad132 + type: texture + offset: 0x2AC0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_132_wheel_0 +toad_kart_frame133: + symbol: gKartToad133 + type: texture + offset: 0x2B148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_133_wheel_0 +toad_kart_frame134: + symbol: gKartToad134 + type: texture + offset: 0x2B6A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_134_wheel_0 +toad_kart_frame135: + symbol: gKartToad135 + type: texture + offset: 0x2BBFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_135_wheel_0 +toad_kart_frame136: + symbol: gKartToad136 + type: texture + offset: 0x2C17C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_136_wheel_0 +toad_kart_frame137: + symbol: gKartToad137 + type: texture + offset: 0x2C6F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_137_wheel_0 +toad_kart_frame138: + symbol: gKartToad138 + type: texture + offset: 0x2CC90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_138_wheel_0 +toad_kart_frame139: + symbol: gKartToad139 + type: texture + offset: 0x2D22C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_139_wheel_0 +toad_kart_frame140: + symbol: gKartToad140 + type: texture + offset: 0x2D7C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_140_wheel_0 +toad_kart_frame141: + symbol: gKartToad141 + type: texture + offset: 0x2DD60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_141_wheel_0 +toad_kart_frame142: + symbol: gKartToad142 + type: texture + offset: 0x2E2E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_142_wheel_0 +toad_kart_frame143: + symbol: gKartToad143 + type: texture + offset: 0x2E89C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_143_wheel_0 +toad_kart_frame144: + symbol: gKartToad144 + type: texture + offset: 0x2EE80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_144_wheel_0 +toad_kart_frame145: + symbol: gKartToad145 + type: texture + offset: 0x2F450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_145_wheel_0 +toad_kart_frame146: + symbol: gKartToad146 + type: texture + offset: 0x2FA24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_146_wheel_0 +toad_kart_frame147: + symbol: gKartToad147 + type: texture + offset: 0x3000C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_147_wheel_0 +toad_kart_frame148: + symbol: gKartToad148 + type: texture + offset: 0x30504 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_148_wheel_0 +toad_kart_frame149: + symbol: gKartToad149 + type: texture + offset: 0x30A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_149_wheel_0 +toad_kart_frame150: + symbol: gKartToad150 + type: texture + offset: 0x30F50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_150_wheel_0 +toad_kart_frame151: + symbol: gKartToad151 + type: texture + offset: 0x31474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_151_wheel_0 +toad_kart_frame152: + symbol: gKartToad152 + type: texture + offset: 0x319A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_152_wheel_0 +toad_kart_frame153: + symbol: gKartToad153 + type: texture + offset: 0x31EEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_153_wheel_0 +toad_kart_frame154: + symbol: gKartToad154 + type: texture + offset: 0x3244C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_154_wheel_0 +toad_kart_frame155: + symbol: gKartToad155 + type: texture + offset: 0x329BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_155_wheel_0 +toad_kart_frame156: + symbol: gKartToad156 + type: texture + offset: 0x32F28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_156_wheel_0 +toad_kart_frame157: + symbol: gKartToad157 + type: texture + offset: 0x334AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_157_wheel_0 +toad_kart_frame158: + symbol: gKartToad158 + type: texture + offset: 0x33A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_158_wheel_0 +toad_kart_frame159: + symbol: gKartToad159 + type: texture + offset: 0x33FC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_159_wheel_0 +toad_kart_frame160: + symbol: gKartToad160 + type: texture + offset: 0x3454C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_160_wheel_0 +toad_kart_frame161: + symbol: gKartToad161 + type: texture + offset: 0x34AE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_161_wheel_0 +toad_kart_frame162: + symbol: gKartToad162 + type: texture + offset: 0x350A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_162_wheel_0 +toad_kart_frame163: + symbol: gKartToad163 + type: texture + offset: 0x3566C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_163_wheel_0 +toad_kart_frame164: + symbol: gKartToad164 + type: texture + offset: 0x35C2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_164_wheel_0 +toad_kart_frame165: + symbol: gKartToad165 + type: texture + offset: 0x36218 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_165_wheel_0 +toad_kart_frame166: + symbol: gKartToad166 + type: texture + offset: 0x36804 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_166_wheel_0 +toad_kart_frame167: + symbol: gKartToad167 + type: texture + offset: 0x36DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_167_wheel_0 +toad_kart_frame168: + symbol: gKartToad168 + type: texture + offset: 0x373E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_168_wheel_0 +toad_kart_frame169: + symbol: gKartToad169 + type: texture + offset: 0x378F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_169_wheel_0 +toad_kart_frame170: + symbol: gKartToad170 + type: texture + offset: 0x37E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_170_wheel_0 +toad_kart_frame171: + symbol: gKartToad171 + type: texture + offset: 0x3836C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_171_wheel_0 +toad_kart_frame172: + symbol: gKartToad172 + type: texture + offset: 0x388B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_172_wheel_0 +toad_kart_frame173: + symbol: gKartToad173 + type: texture + offset: 0x38E1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_173_wheel_0 +toad_kart_frame174: + symbol: gKartToad174 + type: texture + offset: 0x39384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_174_wheel_0 +toad_kart_frame175: + symbol: gKartToad175 + type: texture + offset: 0x398F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_175_wheel_0 +toad_kart_frame176: + symbol: gKartToad176 + type: texture + offset: 0x39E6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_176_wheel_0 +toad_kart_frame177: + symbol: gKartToad177 + type: texture + offset: 0x3A3E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_177_wheel_0 +toad_kart_frame178: + symbol: gKartToad178 + type: texture + offset: 0x3A970 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_178_wheel_0 +toad_kart_frame179: + symbol: gKartToad179 + type: texture + offset: 0x3AF00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_179_wheel_0 +toad_kart_frame180: + symbol: gKartToad180 + type: texture + offset: 0x3B498 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_180_wheel_0 +toad_kart_frame181: + symbol: gKartToad181 + type: texture + offset: 0x3BA4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_181_wheel_0 +toad_kart_frame182: + symbol: gKartToad182 + type: texture + offset: 0x3BFF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_182_wheel_0 +toad_kart_frame183: + symbol: gKartToad183 + type: texture + offset: 0x3C5A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_183_wheel_0 +toad_kart_frame184: + symbol: gKartToad184 + type: texture + offset: 0x3CB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_184_wheel_0 +toad_kart_frame185: + symbol: gKartToad185 + type: texture + offset: 0x3D124 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_185_wheel_0 +toad_kart_frame186: + symbol: gKartToad186 + type: texture + offset: 0x3D720 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_186_wheel_0 +toad_kart_frame187: + symbol: gKartToad187 + type: texture + offset: 0x3DD18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_187_wheel_0 +toad_kart_frame188: + symbol: gKartToad188 + type: texture + offset: 0x3E330 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_188_wheel_0 +toad_kart_frame189: + symbol: gKartToad189 + type: texture + offset: 0x3E938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_189_wheel_0 +toad_kart_frame190: + symbol: gKartToad190 + type: texture + offset: 0x3EDD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_190_wheel_0 +toad_kart_frame191: + symbol: gKartToad191 + type: texture + offset: 0x3F29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_191_wheel_0 +toad_kart_frame192: + symbol: gKartToad192 + type: texture + offset: 0x3F778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_192_wheel_0 +toad_kart_frame193: + symbol: gKartToad193 + type: texture + offset: 0x3FC90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_193_wheel_0 +toad_kart_frame194: + symbol: gKartToad194 + type: texture + offset: 0x401E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_194_wheel_0 +toad_kart_frame195: + symbol: gKartToad195 + type: texture + offset: 0x40758 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_195_wheel_0 +toad_kart_frame196: + symbol: gKartToad196 + type: texture + offset: 0x40CF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_196_wheel_0 +toad_kart_frame197: + symbol: gKartToad197 + type: texture + offset: 0x412B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_197_wheel_0 +toad_kart_frame198: + symbol: gKartToad198 + type: texture + offset: 0x41898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_198_wheel_0 +toad_kart_frame199: + symbol: gKartToad199 + type: texture + offset: 0x41EA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_199_wheel_0 +toad_kart_frame200: + symbol: gKartToad200 + type: texture + offset: 0x424CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_200_wheel_0 +toad_kart_frame201: + symbol: gKartToad201 + type: texture + offset: 0x42AF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_201_wheel_0 +toad_kart_frame202: + symbol: gKartToad202 + type: texture + offset: 0x43108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_202_wheel_0 +toad_kart_frame203: + symbol: gKartToad203 + type: texture + offset: 0x4370C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_203_wheel_0 +toad_kart_frame204: + symbol: gKartToad204 + type: texture + offset: 0x43D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_204_wheel_0 +toad_kart_frame205: + symbol: gKartToad205 + type: texture + offset: 0x442E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_205_wheel_0 +toad_kart_frame206: + symbol: gKartToad206 + type: texture + offset: 0x448B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_206_wheel_0 +toad_kart_frame207: + symbol: gKartToad207 + type: texture + offset: 0x44E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_207_wheel_0 +toad_kart_frame208: + symbol: gKartToad208 + type: texture + offset: 0x45424 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_208_wheel_0 +toad_kart_frame209: + symbol: gKartToad209 + type: texture + offset: 0x459D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_209_wheel_0 +toad_kart_frame210: + symbol: gKartToad210 + type: texture + offset: 0x45E7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_210_wheel_0 +toad_kart_frame211: + symbol: gKartToad211 + type: texture + offset: 0x4636C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_211_wheel_0 +toad_kart_frame212: + symbol: gKartToad212 + type: texture + offset: 0x46890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_212_wheel_0 +toad_kart_frame213: + symbol: gKartToad213 + type: texture + offset: 0x46DE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_213_wheel_0 +toad_kart_frame214: + symbol: gKartToad214 + type: texture + offset: 0x47344 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_214_wheel_0 +toad_kart_frame215: + symbol: gKartToad215 + type: texture + offset: 0x478D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_215_wheel_0 +toad_kart_frame216: + symbol: gKartToad216 + type: texture + offset: 0x47E78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_216_wheel_0 +toad_kart_frame217: + symbol: gKartToad217 + type: texture + offset: 0x48440 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_217_wheel_0 +toad_kart_frame218: + symbol: gKartToad218 + type: texture + offset: 0x48A34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_218_wheel_0 +toad_kart_frame219: + symbol: gKartToad219 + type: texture + offset: 0x49048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_219_wheel_0 +toad_kart_frame220: + symbol: gKartToad220 + type: texture + offset: 0x49648 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_220_wheel_0 +toad_kart_frame221: + symbol: gKartToad221 + type: texture + offset: 0x49C54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_221_wheel_0 +toad_kart_frame222: + symbol: gKartToad222 + type: texture + offset: 0x4A250 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_222_wheel_0 +toad_kart_frame223: + symbol: gKartToad223 + type: texture + offset: 0x4A824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_223_wheel_0 +toad_kart_frame224: + symbol: gKartToad224 + type: texture + offset: 0x4ADD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_224_wheel_0 +toad_kart_frame225: + symbol: gKartToad225 + type: texture + offset: 0x4B374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_225_wheel_0 +toad_kart_frame226: + symbol: gKartToad226 + type: texture + offset: 0x4B914 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_226_wheel_0 +toad_kart_frame227: + symbol: gKartToad227 + type: texture + offset: 0x4BEAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_227_wheel_0 +toad_kart_frame228: + symbol: gKartToad228 + type: texture + offset: 0x4C42C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_228_wheel_0 +toad_kart_frame229: + symbol: gKartToad229 + type: texture + offset: 0x4C998 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_229_wheel_0 +toad_kart_frame230: + symbol: gKartToad230 + type: texture + offset: 0x4CE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_230_wheel_0 +toad_kart_frame231: + symbol: gKartToad231 + type: texture + offset: 0x4D384 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_231_wheel_0 +toad_kart_frame232: + symbol: gKartToad232 + type: texture + offset: 0x4D8C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_232_wheel_0 +toad_kart_frame233: + symbol: gKartToad233 + type: texture + offset: 0x4DE48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_233_wheel_0 +toad_kart_frame234: + symbol: gKartToad234 + type: texture + offset: 0x4E3E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_234_wheel_0 +toad_kart_frame235: + symbol: gKartToad235 + type: texture + offset: 0x4E988 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_235_wheel_0 +toad_kart_frame236: + symbol: gKartToad236 + type: texture + offset: 0x4EF6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_236_wheel_0 +toad_kart_frame237: + symbol: gKartToad237 + type: texture + offset: 0x4F544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_237_wheel_0 +toad_kart_frame238: + symbol: gKartToad238 + type: texture + offset: 0x4FB30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_238_wheel_0 +toad_kart_frame239: + symbol: gKartToad239 + type: texture + offset: 0x50144 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_239_wheel_0 +toad_kart_frame240: + symbol: gKartToad240 + type: texture + offset: 0x5073C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_240_wheel_0 +toad_kart_frame241: + symbol: gKartToad241 + type: texture + offset: 0x50D30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_241_wheel_0 +toad_kart_frame242: + symbol: gKartToad242 + type: texture + offset: 0x512FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_242_wheel_0 +toad_kart_frame243: + symbol: gKartToad243 + type: texture + offset: 0x518BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_243_wheel_0 +toad_kart_frame244: + symbol: gKartToad244 + type: texture + offset: 0x51E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_244_wheel_0 +toad_kart_frame245: + symbol: gKartToad245 + type: texture + offset: 0x523F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_245_wheel_0 +toad_kart_frame246: + symbol: gKartToad246 + type: texture + offset: 0x52978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_246_wheel_0 +toad_kart_frame247: + symbol: gKartToad247 + type: texture + offset: 0x52EF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_247_wheel_0 +toad_kart_frame248: + symbol: gKartToad248 + type: texture + offset: 0x53458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_248_wheel_0 +toad_kart_frame249: + symbol: gKartToad249 + type: texture + offset: 0x53978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_249_wheel_0 +toad_kart_frame250: + symbol: gKartToad250 + type: texture + offset: 0x53E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_250_wheel_0 +toad_kart_frame251: + symbol: gKartToad251 + type: texture + offset: 0x543B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_251_wheel_0 +toad_kart_frame252: + symbol: gKartToad252 + type: texture + offset: 0x54920 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_252_wheel_0 +toad_kart_frame253: + symbol: gKartToad253 + type: texture + offset: 0x54EA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_253_wheel_0 +toad_kart_frame254: + symbol: gKartToad254 + type: texture + offset: 0x55448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_254_wheel_0 +toad_kart_frame255: + symbol: gKartToad255 + type: texture + offset: 0x55A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_255_wheel_0 +toad_kart_frame256: + symbol: gKartToad256 + type: texture + offset: 0x56004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_256_wheel_0 +toad_kart_frame257: + symbol: gKartToad257 + type: texture + offset: 0x565F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_257_wheel_0 +toad_kart_frame258: + symbol: gKartToad258 + type: texture + offset: 0x56BF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_258_wheel_0 +toad_kart_frame259: + symbol: gKartToad259 + type: texture + offset: 0x571FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_259_wheel_0 +toad_kart_frame260: + symbol: gKartToad260 + type: texture + offset: 0x57800 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_260_wheel_0 +toad_kart_frame261: + symbol: gKartToad261 + type: texture + offset: 0x57DD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_261_wheel_0 +toad_kart_frame262: + symbol: gKartToad262 + type: texture + offset: 0x583A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_262_wheel_0 +toad_kart_frame263: + symbol: gKartToad263 + type: texture + offset: 0x5893C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_263_wheel_0 +toad_kart_frame264: + symbol: gKartToad264 + type: texture + offset: 0x58EA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_264_wheel_0 +toad_kart_frame265: + symbol: gKartToad265 + type: texture + offset: 0x5940C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_265_wheel_0 +toad_kart_frame266: + symbol: gKartToad266 + type: texture + offset: 0x5996C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_266_wheel_0 +toad_kart_frame267: + symbol: gKartToad267 + type: texture + offset: 0x59EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_267_wheel_0 +toad_kart_frame268: + symbol: gKartToad268 + type: texture + offset: 0x5A3CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_268_wheel_0 +toad_kart_frame269: + symbol: gKartToad269 + type: texture + offset: 0x5A8A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_269_wheel_0 +toad_kart_frame270: + symbol: gKartToad270 + type: texture + offset: 0x5ADE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_270_wheel_0 +toad_kart_frame271: + symbol: gKartToad271 + type: texture + offset: 0x5B368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_271_wheel_0 +toad_kart_frame272: + symbol: gKartToad272 + type: texture + offset: 0x5B8F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_272_wheel_0 +toad_kart_frame273: + symbol: gKartToad273 + type: texture + offset: 0x5BE98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_273_wheel_0 +toad_kart_frame274: + symbol: gKartToad274 + type: texture + offset: 0x5C468 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_274_wheel_0 +toad_kart_frame275: + symbol: gKartToad275 + type: texture + offset: 0x5CA5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_275_wheel_0 +toad_kart_frame276: + symbol: gKartToad276 + type: texture + offset: 0x5D074 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_276_wheel_0 +toad_kart_frame277: + symbol: gKartToad277 + type: texture + offset: 0x5D684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_277_wheel_0 +toad_kart_frame278: + symbol: gKartToad278 + type: texture + offset: 0x5DC98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_278_wheel_0 +toad_kart_frame279: + symbol: gKartToad279 + type: texture + offset: 0x5E29C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_279_wheel_0 +toad_kart_frame280: + symbol: gKartToad280 + type: texture + offset: 0x5E898 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_280_wheel_0 +toad_kart_frame281: + symbol: gKartToad281 + type: texture + offset: 0x5EE74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_281_wheel_0 +toad_kart_frame282: + symbol: gKartToad282 + type: texture + offset: 0x5F420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_282_wheel_0 +toad_kart_frame283: + symbol: gKartToad283 + type: texture + offset: 0x5F994 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_283_wheel_0 +toad_kart_frame284: + symbol: gKartToad284 + type: texture + offset: 0x5FEE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_284_wheel_0 +toad_kart_frame285: + symbol: gKartToad285 + type: texture + offset: 0x6041C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_285_wheel_0 +toad_kart_frame286: + symbol: gKartToad286 + type: texture + offset: 0x6092C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_286_wheel_0 +toad_kart_frame287: + symbol: gKartToad287 + type: texture + offset: 0x60E30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_287_wheel_0 +toad_kart_frame288: + symbol: gKartToad288 + type: texture + offset: 0x61300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_288_wheel_0 +toad_kart_frame289: + symbol: gKartToad289 + type: texture + offset: 0x617A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame290: + symbol: gKartToad290 + type: texture + offset: 0x61C34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame291: + symbol: gKartToad291 + type: texture + offset: 0x62180 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame292: + symbol: gKartToad292 + type: texture + offset: 0x62748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame293: + symbol: gKartToad293 + type: texture + offset: 0x62DB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame294: + symbol: gKartToad294 + type: texture + offset: 0x633BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame295: + symbol: gKartToad295 + type: texture + offset: 0x639C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame296: + symbol: gKartToad296 + type: texture + offset: 0x63F64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame297: + symbol: gKartToad297 + type: texture + offset: 0x6447C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame298: + symbol: gKartToad298 + type: texture + offset: 0x64918 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame299: + symbol: gKartToad299 + type: texture + offset: 0x64E54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame300: + symbol: gKartToad300 + type: texture + offset: 0x653BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame301: + symbol: gKartToad301 + type: texture + offset: 0x65934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame302: + symbol: gKartToad302 + type: texture + offset: 0x65E8C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame303: + symbol: gKartToad303 + type: texture + offset: 0x66418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame304: + symbol: gKartToad304 + type: texture + offset: 0x669B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame305: + symbol: gKartToad305 + type: texture + offset: 0x66EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame306: + symbol: gKartToad306 + type: texture + offset: 0x6734C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame307: + symbol: gKartToad307 + type: texture + offset: 0x678EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame308: + symbol: gKartToad308 + type: texture + offset: 0x67F2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame309: + symbol: gKartToad309 + type: texture + offset: 0x6859C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame310: + symbol: gKartToad310 + type: texture + offset: 0x68B80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame311: + symbol: gKartToad311 + type: texture + offset: 0x69160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame312: + symbol: gKartToad312 + type: texture + offset: 0x69728 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame313: + symbol: gKartToad313 + type: texture + offset: 0x69C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame314: + symbol: gKartToad314 + type: texture + offset: 0x6A0AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame315: + symbol: gKartToad315 + type: texture + offset: 0x6A5E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame316: + symbol: gKartToad316 + type: texture + offset: 0x6AB2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame317: + symbol: gKartToad317 + type: texture + offset: 0x6B0B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame318: + symbol: gKartToad318 + type: texture + offset: 0x6B658 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame319: + symbol: gKartToad319 + type: texture + offset: 0x6BBE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +toad_kart_frame320: + symbol: gKartToad320 + type: texture + offset: 0x6C190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: toad_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartToad000Wheel0 + type: texture + offset: 0x6C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartToad000Wheel1 + type: texture + offset: 0x6C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartToad000Wheel2 + type: texture + offset: 0x6C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartToad000Wheel3 + type: texture + offset: 0x6C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartToad001Wheel0 + type: texture + offset: 0x6C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartToad001Wheel1 + type: texture + offset: 0x6C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartToad001Wheel2 + type: texture + offset: 0x6C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartToad001Wheel3 + type: texture + offset: 0x6CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartToad002Wheel0 + type: texture + offset: 0x6CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartToad002Wheel1 + type: texture + offset: 0x6CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartToad002Wheel2 + type: texture + offset: 0x6CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartToad002Wheel3 + type: texture + offset: 0x6CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartToad003Wheel0 + type: texture + offset: 0x6CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartToad003Wheel1 + type: texture + offset: 0x6CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartToad003Wheel2 + type: texture + offset: 0x6CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartToad003Wheel3 + type: texture + offset: 0x6CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartToad004Wheel0 + type: texture + offset: 0x6CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartToad004Wheel1 + type: texture + offset: 0x6CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartToad004Wheel2 + type: texture + offset: 0x6CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartToad004Wheel3 + type: texture + offset: 0x6D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartToad005Wheel0 + type: texture + offset: 0x6D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartToad005Wheel1 + type: texture + offset: 0x6D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartToad005Wheel2 + type: texture + offset: 0x6D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartToad005Wheel3 + type: texture + offset: 0x6D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartToad006Wheel0 + type: texture + offset: 0x6D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartToad006Wheel1 + type: texture + offset: 0x6D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartToad006Wheel2 + type: texture + offset: 0x6D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartToad006Wheel3 + type: texture + offset: 0x6D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartToad007Wheel0 + type: texture + offset: 0x6D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartToad007Wheel1 + type: texture + offset: 0x6D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartToad007Wheel2 + type: texture + offset: 0x6D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartToad007Wheel3 + type: texture + offset: 0x6D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartToad008Wheel0 + type: texture + offset: 0x6D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartToad008Wheel1 + type: texture + offset: 0x6D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartToad008Wheel2 + type: texture + offset: 0x6D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartToad008Wheel3 + type: texture + offset: 0x6D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartToad009Wheel0 + type: texture + offset: 0x6D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartToad009Wheel1 + type: texture + offset: 0x6D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartToad009Wheel2 + type: texture + offset: 0x6D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartToad009Wheel3 + type: texture + offset: 0x6DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartToad010Wheel0 + type: texture + offset: 0x6DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartToad010Wheel1 + type: texture + offset: 0x6DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartToad010Wheel2 + type: texture + offset: 0x6DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartToad010Wheel3 + type: texture + offset: 0x6DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartToad011Wheel0 + type: texture + offset: 0x6DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartToad011Wheel1 + type: texture + offset: 0x6DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartToad011Wheel2 + type: texture + offset: 0x6DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartToad011Wheel3 + type: texture + offset: 0x6DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartToad012Wheel0 + type: texture + offset: 0x6DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartToad012Wheel1 + type: texture + offset: 0x6DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartToad012Wheel2 + type: texture + offset: 0x6DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartToad012Wheel3 + type: texture + offset: 0x6E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartToad013Wheel0 + type: texture + offset: 0x6E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartToad013Wheel1 + type: texture + offset: 0x6E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartToad013Wheel2 + type: texture + offset: 0x6E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartToad013Wheel3 + type: texture + offset: 0x6E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartToad014Wheel0 + type: texture + offset: 0x6E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartToad014Wheel1 + type: texture + offset: 0x6E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartToad014Wheel2 + type: texture + offset: 0x6E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartToad014Wheel3 + type: texture + offset: 0x6E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartToad015Wheel0 + type: texture + offset: 0x6E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartToad015Wheel1 + type: texture + offset: 0x6E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartToad015Wheel2 + type: texture + offset: 0x6E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartToad015Wheel3 + type: texture + offset: 0x6E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartToad016Wheel0 + type: texture + offset: 0x6E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartToad016Wheel1 + type: texture + offset: 0x6E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartToad016Wheel2 + type: texture + offset: 0x6E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartToad016Wheel3 + type: texture + offset: 0x6E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartToad017Wheel0 + type: texture + offset: 0x6E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartToad017Wheel1 + type: texture + offset: 0x6E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartToad017Wheel2 + type: texture + offset: 0x6E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartToad017Wheel3 + type: texture + offset: 0x6EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartToad018Wheel0 + type: texture + offset: 0x6EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartToad018Wheel1 + type: texture + offset: 0x6EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartToad018Wheel2 + type: texture + offset: 0x6EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartToad018Wheel3 + type: texture + offset: 0x6EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartToad019Wheel0 + type: texture + offset: 0x6ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartToad019Wheel1 + type: texture + offset: 0x6ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartToad019Wheel2 + type: texture + offset: 0x6EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartToad019Wheel3 + type: texture + offset: 0x6EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartToad020Wheel0 + type: texture + offset: 0x6EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartToad020Wheel1 + type: texture + offset: 0x6EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartToad020Wheel2 + type: texture + offset: 0x6EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartToad020Wheel3 + type: texture + offset: 0x6F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartToad021Wheel0 + type: texture + offset: 0x6F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartToad021Wheel1 + type: texture + offset: 0x6F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartToad021Wheel2 + type: texture + offset: 0x6F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartToad021Wheel3 + type: texture + offset: 0x6F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartToad022Wheel0 + type: texture + offset: 0x6F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartToad022Wheel1 + type: texture + offset: 0x6F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartToad022Wheel2 + type: texture + offset: 0x6F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartToad022Wheel3 + type: texture + offset: 0x6F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartToad023Wheel0 + type: texture + offset: 0x6F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartToad023Wheel1 + type: texture + offset: 0x6F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartToad023Wheel2 + type: texture + offset: 0x6F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartToad023Wheel3 + type: texture + offset: 0x6F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartToad024Wheel0 + type: texture + offset: 0x6F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartToad024Wheel1 + type: texture + offset: 0x6F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartToad024Wheel2 + type: texture + offset: 0x6F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartToad024Wheel3 + type: texture + offset: 0x6F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartToad025Wheel0 + type: texture + offset: 0x6F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartToad025Wheel1 + type: texture + offset: 0x6F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartToad025Wheel2 + type: texture + offset: 0x6F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartToad025Wheel3 + type: texture + offset: 0x6FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartToad026Wheel0 + type: texture + offset: 0x6FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartToad026Wheel1 + type: texture + offset: 0x6FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartToad026Wheel2 + type: texture + offset: 0x6FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartToad026Wheel3 + type: texture + offset: 0x6FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartToad027Wheel0 + type: texture + offset: 0x6FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartToad027Wheel1 + type: texture + offset: 0x6FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartToad027Wheel2 + type: texture + offset: 0x6FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartToad027Wheel3 + type: texture + offset: 0x6FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartToad028Wheel0 + type: texture + offset: 0x6FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartToad028Wheel1 + type: texture + offset: 0x6FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartToad028Wheel2 + type: texture + offset: 0x6FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartToad028Wheel3 + type: texture + offset: 0x70068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartToad029Wheel0 + type: texture + offset: 0x700E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartToad029Wheel1 + type: texture + offset: 0x70168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartToad029Wheel2 + type: texture + offset: 0x701E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartToad029Wheel3 + type: texture + offset: 0x70268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartToad030Wheel0 + type: texture + offset: 0x702E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartToad030Wheel1 + type: texture + offset: 0x70368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartToad030Wheel2 + type: texture + offset: 0x703E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartToad030Wheel3 + type: texture + offset: 0x70468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartToad031Wheel0 + type: texture + offset: 0x704E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartToad031Wheel1 + type: texture + offset: 0x70568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartToad031Wheel2 + type: texture + offset: 0x705E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartToad031Wheel3 + type: texture + offset: 0x70668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartToad032Wheel0 + type: texture + offset: 0x706E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartToad032Wheel1 + type: texture + offset: 0x70768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartToad032Wheel2 + type: texture + offset: 0x707E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartToad032Wheel3 + type: texture + offset: 0x70868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartToad033Wheel0 + type: texture + offset: 0x708E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartToad033Wheel1 + type: texture + offset: 0x70968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartToad033Wheel2 + type: texture + offset: 0x709E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartToad033Wheel3 + type: texture + offset: 0x70A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartToad034Wheel0 + type: texture + offset: 0x70AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartToad034Wheel1 + type: texture + offset: 0x70B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartToad034Wheel2 + type: texture + offset: 0x70BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartToad034Wheel3 + type: texture + offset: 0x70C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartToad035Wheel0 + type: texture + offset: 0x70CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartToad035Wheel1 + type: texture + offset: 0x70D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartToad035Wheel2 + type: texture + offset: 0x70DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartToad035Wheel3 + type: texture + offset: 0x70E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartToad036Wheel0 + type: texture + offset: 0x70EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartToad036Wheel1 + type: texture + offset: 0x70F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartToad036Wheel2 + type: texture + offset: 0x70FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartToad036Wheel3 + type: texture + offset: 0x71068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartToad037Wheel0 + type: texture + offset: 0x710E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartToad037Wheel1 + type: texture + offset: 0x71168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartToad037Wheel2 + type: texture + offset: 0x711E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartToad037Wheel3 + type: texture + offset: 0x71268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartToad038Wheel0 + type: texture + offset: 0x712E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartToad038Wheel1 + type: texture + offset: 0x71368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartToad038Wheel2 + type: texture + offset: 0x713E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartToad038Wheel3 + type: texture + offset: 0x71468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartToad039Wheel0 + type: texture + offset: 0x714E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartToad039Wheel1 + type: texture + offset: 0x71568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartToad039Wheel2 + type: texture + offset: 0x715E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartToad039Wheel3 + type: texture + offset: 0x71668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartToad040Wheel0 + type: texture + offset: 0x716E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartToad040Wheel1 + type: texture + offset: 0x71768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartToad040Wheel2 + type: texture + offset: 0x717E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartToad040Wheel3 + type: texture + offset: 0x71868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartToad041Wheel0 + type: texture + offset: 0x718E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartToad041Wheel1 + type: texture + offset: 0x71968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartToad041Wheel2 + type: texture + offset: 0x719E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartToad041Wheel3 + type: texture + offset: 0x71A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartToad042Wheel0 + type: texture + offset: 0x71AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartToad042Wheel1 + type: texture + offset: 0x71B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartToad042Wheel2 + type: texture + offset: 0x71BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartToad042Wheel3 + type: texture + offset: 0x71C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartToad043Wheel0 + type: texture + offset: 0x71CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartToad043Wheel1 + type: texture + offset: 0x71D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartToad043Wheel2 + type: texture + offset: 0x71DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartToad043Wheel3 + type: texture + offset: 0x71E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartToad044Wheel0 + type: texture + offset: 0x71EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartToad044Wheel1 + type: texture + offset: 0x71F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartToad044Wheel2 + type: texture + offset: 0x71FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartToad044Wheel3 + type: texture + offset: 0x72068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartToad045Wheel0 + type: texture + offset: 0x720E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartToad045Wheel1 + type: texture + offset: 0x72168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartToad045Wheel2 + type: texture + offset: 0x721E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartToad045Wheel3 + type: texture + offset: 0x72268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartToad046Wheel0 + type: texture + offset: 0x722E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartToad046Wheel1 + type: texture + offset: 0x72368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartToad046Wheel2 + type: texture + offset: 0x723E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartToad046Wheel3 + type: texture + offset: 0x72468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartToad047Wheel0 + type: texture + offset: 0x724E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartToad047Wheel1 + type: texture + offset: 0x72568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartToad047Wheel2 + type: texture + offset: 0x725E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartToad047Wheel3 + type: texture + offset: 0x72668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartToad048Wheel0 + type: texture + offset: 0x726E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartToad048Wheel1 + type: texture + offset: 0x72768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartToad048Wheel2 + type: texture + offset: 0x727E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartToad048Wheel3 + type: texture + offset: 0x72868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartToad049Wheel0 + type: texture + offset: 0x728E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartToad049Wheel1 + type: texture + offset: 0x72968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartToad049Wheel2 + type: texture + offset: 0x729E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartToad049Wheel3 + type: texture + offset: 0x72A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartToad050Wheel0 + type: texture + offset: 0x72AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartToad050Wheel1 + type: texture + offset: 0x72B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartToad050Wheel2 + type: texture + offset: 0x72BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartToad050Wheel3 + type: texture + offset: 0x72C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartToad051Wheel0 + type: texture + offset: 0x72CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartToad051Wheel1 + type: texture + offset: 0x72D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartToad051Wheel2 + type: texture + offset: 0x72DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartToad051Wheel3 + type: texture + offset: 0x72E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartToad052Wheel0 + type: texture + offset: 0x72EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartToad052Wheel1 + type: texture + offset: 0x72F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartToad052Wheel2 + type: texture + offset: 0x72FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartToad052Wheel3 + type: texture + offset: 0x73068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartToad053Wheel0 + type: texture + offset: 0x730E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartToad053Wheel1 + type: texture + offset: 0x73168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartToad053Wheel2 + type: texture + offset: 0x731E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartToad053Wheel3 + type: texture + offset: 0x73268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartToad054Wheel0 + type: texture + offset: 0x732E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartToad054Wheel1 + type: texture + offset: 0x73368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartToad054Wheel2 + type: texture + offset: 0x733E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartToad054Wheel3 + type: texture + offset: 0x73468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartToad055Wheel0 + type: texture + offset: 0x734E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartToad055Wheel1 + type: texture + offset: 0x73568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartToad055Wheel2 + type: texture + offset: 0x735E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartToad055Wheel3 + type: texture + offset: 0x73668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartToad056Wheel0 + type: texture + offset: 0x736E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartToad056Wheel1 + type: texture + offset: 0x73768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartToad056Wheel2 + type: texture + offset: 0x737E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartToad056Wheel3 + type: texture + offset: 0x73868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartToad057Wheel0 + type: texture + offset: 0x738E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartToad057Wheel1 + type: texture + offset: 0x73968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartToad057Wheel2 + type: texture + offset: 0x739E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartToad057Wheel3 + type: texture + offset: 0x73A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartToad058Wheel0 + type: texture + offset: 0x73AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartToad058Wheel1 + type: texture + offset: 0x73B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartToad058Wheel2 + type: texture + offset: 0x73BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartToad058Wheel3 + type: texture + offset: 0x73C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartToad059Wheel0 + type: texture + offset: 0x73CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartToad059Wheel1 + type: texture + offset: 0x73D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartToad059Wheel2 + type: texture + offset: 0x73DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartToad059Wheel3 + type: texture + offset: 0x73E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartToad060Wheel0 + type: texture + offset: 0x73EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartToad060Wheel1 + type: texture + offset: 0x73F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartToad060Wheel2 + type: texture + offset: 0x73FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartToad060Wheel3 + type: texture + offset: 0x74068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartToad061Wheel0 + type: texture + offset: 0x740E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartToad061Wheel1 + type: texture + offset: 0x74168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartToad061Wheel2 + type: texture + offset: 0x741E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartToad061Wheel3 + type: texture + offset: 0x74268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartToad062Wheel0 + type: texture + offset: 0x742E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartToad062Wheel1 + type: texture + offset: 0x74368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartToad062Wheel2 + type: texture + offset: 0x743E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartToad062Wheel3 + type: texture + offset: 0x74468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartToad063Wheel0 + type: texture + offset: 0x744E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartToad063Wheel1 + type: texture + offset: 0x74568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartToad063Wheel2 + type: texture + offset: 0x745E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartToad063Wheel3 + type: texture + offset: 0x74668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartToad064Wheel0 + type: texture + offset: 0x746E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartToad064Wheel1 + type: texture + offset: 0x74768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartToad064Wheel2 + type: texture + offset: 0x747E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartToad064Wheel3 + type: texture + offset: 0x74868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartToad065Wheel0 + type: texture + offset: 0x748E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartToad065Wheel1 + type: texture + offset: 0x74968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartToad065Wheel2 + type: texture + offset: 0x749E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartToad065Wheel3 + type: texture + offset: 0x74A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartToad066Wheel0 + type: texture + offset: 0x74AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartToad066Wheel1 + type: texture + offset: 0x74B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartToad066Wheel2 + type: texture + offset: 0x74BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartToad066Wheel3 + type: texture + offset: 0x74C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartToad067Wheel0 + type: texture + offset: 0x74CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartToad067Wheel1 + type: texture + offset: 0x74D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartToad067Wheel2 + type: texture + offset: 0x74DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartToad067Wheel3 + type: texture + offset: 0x74E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartToad068Wheel0 + type: texture + offset: 0x74EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartToad068Wheel1 + type: texture + offset: 0x74F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartToad068Wheel2 + type: texture + offset: 0x74FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartToad068Wheel3 + type: texture + offset: 0x75068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartToad069Wheel0 + type: texture + offset: 0x750E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartToad069Wheel1 + type: texture + offset: 0x75168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartToad069Wheel2 + type: texture + offset: 0x751E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartToad069Wheel3 + type: texture + offset: 0x75268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartToad070Wheel0 + type: texture + offset: 0x752E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartToad070Wheel1 + type: texture + offset: 0x75368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartToad070Wheel2 + type: texture + offset: 0x753E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartToad070Wheel3 + type: texture + offset: 0x75468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartToad071Wheel0 + type: texture + offset: 0x754E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartToad071Wheel1 + type: texture + offset: 0x75568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartToad071Wheel2 + type: texture + offset: 0x755E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartToad071Wheel3 + type: texture + offset: 0x75668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartToad072Wheel0 + type: texture + offset: 0x756E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartToad072Wheel1 + type: texture + offset: 0x75768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartToad072Wheel2 + type: texture + offset: 0x757E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartToad072Wheel3 + type: texture + offset: 0x75868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartToad073Wheel0 + type: texture + offset: 0x758E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartToad073Wheel1 + type: texture + offset: 0x75968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartToad073Wheel2 + type: texture + offset: 0x759E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartToad073Wheel3 + type: texture + offset: 0x75A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartToad074Wheel0 + type: texture + offset: 0x75AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartToad074Wheel1 + type: texture + offset: 0x75B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartToad074Wheel2 + type: texture + offset: 0x75BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartToad074Wheel3 + type: texture + offset: 0x75C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartToad075Wheel0 + type: texture + offset: 0x75CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartToad075Wheel1 + type: texture + offset: 0x75D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartToad075Wheel2 + type: texture + offset: 0x75DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartToad075Wheel3 + type: texture + offset: 0x75E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartToad076Wheel0 + type: texture + offset: 0x75EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartToad076Wheel1 + type: texture + offset: 0x75F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartToad076Wheel2 + type: texture + offset: 0x75FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartToad076Wheel3 + type: texture + offset: 0x76068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartToad077Wheel0 + type: texture + offset: 0x760E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartToad077Wheel1 + type: texture + offset: 0x76168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartToad077Wheel2 + type: texture + offset: 0x761E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartToad077Wheel3 + type: texture + offset: 0x76268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartToad078Wheel0 + type: texture + offset: 0x762E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartToad078Wheel1 + type: texture + offset: 0x76368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartToad078Wheel2 + type: texture + offset: 0x763E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartToad078Wheel3 + type: texture + offset: 0x76468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartToad079Wheel0 + type: texture + offset: 0x764E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartToad079Wheel1 + type: texture + offset: 0x76568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartToad079Wheel2 + type: texture + offset: 0x765E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartToad079Wheel3 + type: texture + offset: 0x76668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartToad080Wheel0 + type: texture + offset: 0x766E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartToad080Wheel1 + type: texture + offset: 0x76768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartToad080Wheel2 + type: texture + offset: 0x767E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartToad080Wheel3 + type: texture + offset: 0x76868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartToad081Wheel0 + type: texture + offset: 0x768E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartToad081Wheel1 + type: texture + offset: 0x76968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartToad081Wheel2 + type: texture + offset: 0x769E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartToad081Wheel3 + type: texture + offset: 0x76A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartToad082Wheel0 + type: texture + offset: 0x76AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartToad082Wheel1 + type: texture + offset: 0x76B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartToad082Wheel2 + type: texture + offset: 0x76BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartToad082Wheel3 + type: texture + offset: 0x76C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartToad083Wheel0 + type: texture + offset: 0x76CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartToad083Wheel1 + type: texture + offset: 0x76D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartToad083Wheel2 + type: texture + offset: 0x76DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartToad083Wheel3 + type: texture + offset: 0x76E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartToad084Wheel0 + type: texture + offset: 0x76EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartToad084Wheel1 + type: texture + offset: 0x76F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartToad084Wheel2 + type: texture + offset: 0x76FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartToad084Wheel3 + type: texture + offset: 0x77068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartToad085Wheel0 + type: texture + offset: 0x770E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartToad085Wheel1 + type: texture + offset: 0x77168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartToad085Wheel2 + type: texture + offset: 0x771E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartToad085Wheel3 + type: texture + offset: 0x77268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartToad086Wheel0 + type: texture + offset: 0x772E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartToad086Wheel1 + type: texture + offset: 0x77368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartToad086Wheel2 + type: texture + offset: 0x773E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartToad086Wheel3 + type: texture + offset: 0x77468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartToad087Wheel0 + type: texture + offset: 0x774E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartToad087Wheel1 + type: texture + offset: 0x77568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartToad087Wheel2 + type: texture + offset: 0x775E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartToad087Wheel3 + type: texture + offset: 0x77668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartToad088Wheel0 + type: texture + offset: 0x776E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartToad088Wheel1 + type: texture + offset: 0x77768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartToad088Wheel2 + type: texture + offset: 0x777E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartToad088Wheel3 + type: texture + offset: 0x77868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartToad089Wheel0 + type: texture + offset: 0x778E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartToad089Wheel1 + type: texture + offset: 0x77968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartToad089Wheel2 + type: texture + offset: 0x779E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartToad089Wheel3 + type: texture + offset: 0x77A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartToad090Wheel0 + type: texture + offset: 0x77AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartToad090Wheel1 + type: texture + offset: 0x77B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartToad090Wheel2 + type: texture + offset: 0x77BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartToad090Wheel3 + type: texture + offset: 0x77C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartToad091Wheel0 + type: texture + offset: 0x77CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartToad091Wheel1 + type: texture + offset: 0x77D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartToad091Wheel2 + type: texture + offset: 0x77DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartToad091Wheel3 + type: texture + offset: 0x77E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartToad092Wheel0 + type: texture + offset: 0x77EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartToad092Wheel1 + type: texture + offset: 0x77F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartToad092Wheel2 + type: texture + offset: 0x77FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartToad092Wheel3 + type: texture + offset: 0x78068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartToad093Wheel0 + type: texture + offset: 0x780E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartToad093Wheel1 + type: texture + offset: 0x78168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartToad093Wheel2 + type: texture + offset: 0x781E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartToad093Wheel3 + type: texture + offset: 0x78268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartToad094Wheel0 + type: texture + offset: 0x782E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartToad094Wheel1 + type: texture + offset: 0x78368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartToad094Wheel2 + type: texture + offset: 0x783E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartToad094Wheel3 + type: texture + offset: 0x78468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartToad095Wheel0 + type: texture + offset: 0x784E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartToad095Wheel1 + type: texture + offset: 0x78568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartToad095Wheel2 + type: texture + offset: 0x785E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartToad095Wheel3 + type: texture + offset: 0x78668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartToad096Wheel0 + type: texture + offset: 0x786E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartToad096Wheel1 + type: texture + offset: 0x78768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartToad096Wheel2 + type: texture + offset: 0x787E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartToad096Wheel3 + type: texture + offset: 0x78868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartToad097Wheel0 + type: texture + offset: 0x788E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartToad097Wheel1 + type: texture + offset: 0x78968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartToad097Wheel2 + type: texture + offset: 0x789E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartToad097Wheel3 + type: texture + offset: 0x78A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartToad098Wheel0 + type: texture + offset: 0x78AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartToad098Wheel1 + type: texture + offset: 0x78B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartToad098Wheel2 + type: texture + offset: 0x78BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartToad098Wheel3 + type: texture + offset: 0x78C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartToad099Wheel0 + type: texture + offset: 0x78CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartToad099Wheel1 + type: texture + offset: 0x78D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartToad099Wheel2 + type: texture + offset: 0x78DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartToad099Wheel3 + type: texture + offset: 0x78E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartToad100Wheel0 + type: texture + offset: 0x78EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartToad100Wheel1 + type: texture + offset: 0x78F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartToad100Wheel2 + type: texture + offset: 0x78FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartToad100Wheel3 + type: texture + offset: 0x79068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartToad101Wheel0 + type: texture + offset: 0x790E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartToad101Wheel1 + type: texture + offset: 0x79168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartToad101Wheel2 + type: texture + offset: 0x791E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartToad101Wheel3 + type: texture + offset: 0x79268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartToad102Wheel0 + type: texture + offset: 0x792E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartToad102Wheel1 + type: texture + offset: 0x79368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartToad102Wheel2 + type: texture + offset: 0x793E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartToad102Wheel3 + type: texture + offset: 0x79468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartToad103Wheel0 + type: texture + offset: 0x794E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartToad103Wheel1 + type: texture + offset: 0x79568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartToad103Wheel2 + type: texture + offset: 0x795E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartToad103Wheel3 + type: texture + offset: 0x79668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartToad104Wheel0 + type: texture + offset: 0x796E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartToad104Wheel1 + type: texture + offset: 0x79768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartToad104Wheel2 + type: texture + offset: 0x797E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartToad104Wheel3 + type: texture + offset: 0x79868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartToad105Wheel0 + type: texture + offset: 0x798E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartToad105Wheel1 + type: texture + offset: 0x79968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartToad105Wheel2 + type: texture + offset: 0x799E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartToad105Wheel3 + type: texture + offset: 0x79A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartToad106Wheel0 + type: texture + offset: 0x79AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartToad106Wheel1 + type: texture + offset: 0x79B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartToad106Wheel2 + type: texture + offset: 0x79BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartToad106Wheel3 + type: texture + offset: 0x79C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartToad107Wheel0 + type: texture + offset: 0x79CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartToad107Wheel1 + type: texture + offset: 0x79D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartToad107Wheel2 + type: texture + offset: 0x79DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartToad107Wheel3 + type: texture + offset: 0x79E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartToad108Wheel0 + type: texture + offset: 0x79EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartToad108Wheel1 + type: texture + offset: 0x79F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartToad108Wheel2 + type: texture + offset: 0x79FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartToad108Wheel3 + type: texture + offset: 0x7A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartToad109Wheel0 + type: texture + offset: 0x7A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartToad109Wheel1 + type: texture + offset: 0x7A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartToad109Wheel2 + type: texture + offset: 0x7A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartToad109Wheel3 + type: texture + offset: 0x7A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartToad110Wheel0 + type: texture + offset: 0x7A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartToad110Wheel1 + type: texture + offset: 0x7A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartToad110Wheel2 + type: texture + offset: 0x7A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartToad110Wheel3 + type: texture + offset: 0x7A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartToad111Wheel0 + type: texture + offset: 0x7A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartToad111Wheel1 + type: texture + offset: 0x7A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartToad111Wheel2 + type: texture + offset: 0x7A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartToad111Wheel3 + type: texture + offset: 0x7A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartToad112Wheel0 + type: texture + offset: 0x7A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartToad112Wheel1 + type: texture + offset: 0x7A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartToad112Wheel2 + type: texture + offset: 0x7A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartToad112Wheel3 + type: texture + offset: 0x7A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartToad113Wheel0 + type: texture + offset: 0x7A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartToad113Wheel1 + type: texture + offset: 0x7A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartToad113Wheel2 + type: texture + offset: 0x7A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartToad113Wheel3 + type: texture + offset: 0x7AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartToad114Wheel0 + type: texture + offset: 0x7AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartToad114Wheel1 + type: texture + offset: 0x7AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartToad114Wheel2 + type: texture + offset: 0x7ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartToad114Wheel3 + type: texture + offset: 0x7AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartToad115Wheel0 + type: texture + offset: 0x7ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartToad115Wheel1 + type: texture + offset: 0x7AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartToad115Wheel2 + type: texture + offset: 0x7ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartToad115Wheel3 + type: texture + offset: 0x7AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartToad116Wheel0 + type: texture + offset: 0x7AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartToad116Wheel1 + type: texture + offset: 0x7AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartToad116Wheel2 + type: texture + offset: 0x7AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartToad116Wheel3 + type: texture + offset: 0x7B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartToad117Wheel0 + type: texture + offset: 0x7B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartToad117Wheel1 + type: texture + offset: 0x7B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartToad117Wheel2 + type: texture + offset: 0x7B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartToad117Wheel3 + type: texture + offset: 0x7B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartToad118Wheel0 + type: texture + offset: 0x7B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartToad118Wheel1 + type: texture + offset: 0x7B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartToad118Wheel2 + type: texture + offset: 0x7B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartToad118Wheel3 + type: texture + offset: 0x7B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartToad119Wheel0 + type: texture + offset: 0x7B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartToad119Wheel1 + type: texture + offset: 0x7B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartToad119Wheel2 + type: texture + offset: 0x7B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartToad119Wheel3 + type: texture + offset: 0x7B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartToad120Wheel0 + type: texture + offset: 0x7B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartToad120Wheel1 + type: texture + offset: 0x7B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartToad120Wheel2 + type: texture + offset: 0x7B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartToad120Wheel3 + type: texture + offset: 0x7B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartToad121Wheel0 + type: texture + offset: 0x7B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartToad121Wheel1 + type: texture + offset: 0x7B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartToad121Wheel2 + type: texture + offset: 0x7B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartToad121Wheel3 + type: texture + offset: 0x7BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartToad122Wheel0 + type: texture + offset: 0x7BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartToad122Wheel1 + type: texture + offset: 0x7BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartToad122Wheel2 + type: texture + offset: 0x7BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartToad122Wheel3 + type: texture + offset: 0x7BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartToad123Wheel0 + type: texture + offset: 0x7BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartToad123Wheel1 + type: texture + offset: 0x7BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartToad123Wheel2 + type: texture + offset: 0x7BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartToad123Wheel3 + type: texture + offset: 0x7BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartToad124Wheel0 + type: texture + offset: 0x7BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartToad124Wheel1 + type: texture + offset: 0x7BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartToad124Wheel2 + type: texture + offset: 0x7BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartToad124Wheel3 + type: texture + offset: 0x7C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartToad125Wheel0 + type: texture + offset: 0x7C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartToad125Wheel1 + type: texture + offset: 0x7C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartToad125Wheel2 + type: texture + offset: 0x7C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartToad125Wheel3 + type: texture + offset: 0x7C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartToad126Wheel0 + type: texture + offset: 0x7C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartToad126Wheel1 + type: texture + offset: 0x7C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartToad126Wheel2 + type: texture + offset: 0x7C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartToad126Wheel3 + type: texture + offset: 0x7C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartToad127Wheel0 + type: texture + offset: 0x7C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartToad127Wheel1 + type: texture + offset: 0x7C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartToad127Wheel2 + type: texture + offset: 0x7C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartToad127Wheel3 + type: texture + offset: 0x7C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartToad128Wheel0 + type: texture + offset: 0x7C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartToad128Wheel1 + type: texture + offset: 0x7C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartToad128Wheel2 + type: texture + offset: 0x7C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartToad128Wheel3 + type: texture + offset: 0x7C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartToad129Wheel0 + type: texture + offset: 0x7C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartToad129Wheel1 + type: texture + offset: 0x7C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartToad129Wheel2 + type: texture + offset: 0x7C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartToad129Wheel3 + type: texture + offset: 0x7CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartToad130Wheel0 + type: texture + offset: 0x7CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartToad130Wheel1 + type: texture + offset: 0x7CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartToad130Wheel2 + type: texture + offset: 0x7CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartToad130Wheel3 + type: texture + offset: 0x7CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartToad131Wheel0 + type: texture + offset: 0x7CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartToad131Wheel1 + type: texture + offset: 0x7CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartToad131Wheel2 + type: texture + offset: 0x7CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartToad131Wheel3 + type: texture + offset: 0x7CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartToad132Wheel0 + type: texture + offset: 0x7CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartToad132Wheel1 + type: texture + offset: 0x7CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartToad132Wheel2 + type: texture + offset: 0x7CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartToad132Wheel3 + type: texture + offset: 0x7D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartToad133Wheel0 + type: texture + offset: 0x7D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartToad133Wheel1 + type: texture + offset: 0x7D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartToad133Wheel2 + type: texture + offset: 0x7D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartToad133Wheel3 + type: texture + offset: 0x7D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartToad134Wheel0 + type: texture + offset: 0x7D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartToad134Wheel1 + type: texture + offset: 0x7D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartToad134Wheel2 + type: texture + offset: 0x7D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartToad134Wheel3 + type: texture + offset: 0x7D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartToad135Wheel0 + type: texture + offset: 0x7D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartToad135Wheel1 + type: texture + offset: 0x7D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartToad135Wheel2 + type: texture + offset: 0x7D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartToad135Wheel3 + type: texture + offset: 0x7D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartToad136Wheel0 + type: texture + offset: 0x7D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartToad136Wheel1 + type: texture + offset: 0x7D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartToad136Wheel2 + type: texture + offset: 0x7D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartToad136Wheel3 + type: texture + offset: 0x7D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartToad137Wheel0 + type: texture + offset: 0x7D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartToad137Wheel1 + type: texture + offset: 0x7D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartToad137Wheel2 + type: texture + offset: 0x7D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartToad137Wheel3 + type: texture + offset: 0x7DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartToad138Wheel0 + type: texture + offset: 0x7DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartToad138Wheel1 + type: texture + offset: 0x7DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartToad138Wheel2 + type: texture + offset: 0x7DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartToad138Wheel3 + type: texture + offset: 0x7DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartToad139Wheel0 + type: texture + offset: 0x7DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartToad139Wheel1 + type: texture + offset: 0x7DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartToad139Wheel2 + type: texture + offset: 0x7DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartToad139Wheel3 + type: texture + offset: 0x7DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartToad140Wheel0 + type: texture + offset: 0x7DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartToad140Wheel1 + type: texture + offset: 0x7DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartToad140Wheel2 + type: texture + offset: 0x7DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartToad140Wheel3 + type: texture + offset: 0x7E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartToad141Wheel0 + type: texture + offset: 0x7E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartToad141Wheel1 + type: texture + offset: 0x7E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartToad141Wheel2 + type: texture + offset: 0x7E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartToad141Wheel3 + type: texture + offset: 0x7E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartToad142Wheel0 + type: texture + offset: 0x7E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartToad142Wheel1 + type: texture + offset: 0x7E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartToad142Wheel2 + type: texture + offset: 0x7E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartToad142Wheel3 + type: texture + offset: 0x7E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartToad143Wheel0 + type: texture + offset: 0x7E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartToad143Wheel1 + type: texture + offset: 0x7E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartToad143Wheel2 + type: texture + offset: 0x7E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartToad143Wheel3 + type: texture + offset: 0x7E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartToad144Wheel0 + type: texture + offset: 0x7E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartToad144Wheel1 + type: texture + offset: 0x7E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartToad144Wheel2 + type: texture + offset: 0x7E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartToad144Wheel3 + type: texture + offset: 0x7E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartToad145Wheel0 + type: texture + offset: 0x7E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartToad145Wheel1 + type: texture + offset: 0x7E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartToad145Wheel2 + type: texture + offset: 0x7E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartToad145Wheel3 + type: texture + offset: 0x7EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartToad146Wheel0 + type: texture + offset: 0x7EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartToad146Wheel1 + type: texture + offset: 0x7EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartToad146Wheel2 + type: texture + offset: 0x7EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartToad146Wheel3 + type: texture + offset: 0x7EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartToad147Wheel0 + type: texture + offset: 0x7ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartToad147Wheel1 + type: texture + offset: 0x7ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartToad147Wheel2 + type: texture + offset: 0x7EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartToad147Wheel3 + type: texture + offset: 0x7EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartToad148Wheel0 + type: texture + offset: 0x7EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartToad148Wheel1 + type: texture + offset: 0x7EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartToad148Wheel2 + type: texture + offset: 0x7EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartToad148Wheel3 + type: texture + offset: 0x7F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartToad149Wheel0 + type: texture + offset: 0x7F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartToad149Wheel1 + type: texture + offset: 0x7F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartToad149Wheel2 + type: texture + offset: 0x7F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartToad149Wheel3 + type: texture + offset: 0x7F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartToad150Wheel0 + type: texture + offset: 0x7F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartToad150Wheel1 + type: texture + offset: 0x7F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartToad150Wheel2 + type: texture + offset: 0x7F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartToad150Wheel3 + type: texture + offset: 0x7F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartToad151Wheel0 + type: texture + offset: 0x7F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartToad151Wheel1 + type: texture + offset: 0x7F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartToad151Wheel2 + type: texture + offset: 0x7F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartToad151Wheel3 + type: texture + offset: 0x7F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartToad152Wheel0 + type: texture + offset: 0x7F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartToad152Wheel1 + type: texture + offset: 0x7F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartToad152Wheel2 + type: texture + offset: 0x7F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartToad152Wheel3 + type: texture + offset: 0x7F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartToad153Wheel0 + type: texture + offset: 0x7F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartToad153Wheel1 + type: texture + offset: 0x7F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartToad153Wheel2 + type: texture + offset: 0x7F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartToad153Wheel3 + type: texture + offset: 0x7FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartToad154Wheel0 + type: texture + offset: 0x7FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartToad154Wheel1 + type: texture + offset: 0x7FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartToad154Wheel2 + type: texture + offset: 0x7FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartToad154Wheel3 + type: texture + offset: 0x7FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartToad155Wheel0 + type: texture + offset: 0x7FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartToad155Wheel1 + type: texture + offset: 0x7FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartToad155Wheel2 + type: texture + offset: 0x7FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartToad155Wheel3 + type: texture + offset: 0x7FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartToad156Wheel0 + type: texture + offset: 0x7FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartToad156Wheel1 + type: texture + offset: 0x7FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartToad156Wheel2 + type: texture + offset: 0x7FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartToad156Wheel3 + type: texture + offset: 0x80068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartToad157Wheel0 + type: texture + offset: 0x800E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartToad157Wheel1 + type: texture + offset: 0x80168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartToad157Wheel2 + type: texture + offset: 0x801E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartToad157Wheel3 + type: texture + offset: 0x80268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartToad158Wheel0 + type: texture + offset: 0x802E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartToad158Wheel1 + type: texture + offset: 0x80368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartToad158Wheel2 + type: texture + offset: 0x803E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartToad158Wheel3 + type: texture + offset: 0x80468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartToad159Wheel0 + type: texture + offset: 0x804E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartToad159Wheel1 + type: texture + offset: 0x80568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartToad159Wheel2 + type: texture + offset: 0x805E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartToad159Wheel3 + type: texture + offset: 0x80668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartToad160Wheel0 + type: texture + offset: 0x806E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartToad160Wheel1 + type: texture + offset: 0x80768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartToad160Wheel2 + type: texture + offset: 0x807E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartToad160Wheel3 + type: texture + offset: 0x80868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartToad161Wheel0 + type: texture + offset: 0x808E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartToad161Wheel1 + type: texture + offset: 0x80968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartToad161Wheel2 + type: texture + offset: 0x809E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartToad161Wheel3 + type: texture + offset: 0x80A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartToad162Wheel0 + type: texture + offset: 0x80AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartToad162Wheel1 + type: texture + offset: 0x80B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartToad162Wheel2 + type: texture + offset: 0x80BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartToad162Wheel3 + type: texture + offset: 0x80C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartToad163Wheel0 + type: texture + offset: 0x80CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartToad163Wheel1 + type: texture + offset: 0x80D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartToad163Wheel2 + type: texture + offset: 0x80DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartToad163Wheel3 + type: texture + offset: 0x80E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartToad164Wheel0 + type: texture + offset: 0x80EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartToad164Wheel1 + type: texture + offset: 0x80F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartToad164Wheel2 + type: texture + offset: 0x80FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartToad164Wheel3 + type: texture + offset: 0x81068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartToad165Wheel0 + type: texture + offset: 0x810E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartToad165Wheel1 + type: texture + offset: 0x81168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartToad165Wheel2 + type: texture + offset: 0x811E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartToad165Wheel3 + type: texture + offset: 0x81268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartToad166Wheel0 + type: texture + offset: 0x812E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartToad166Wheel1 + type: texture + offset: 0x81368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartToad166Wheel2 + type: texture + offset: 0x813E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartToad166Wheel3 + type: texture + offset: 0x81468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartToad167Wheel0 + type: texture + offset: 0x814E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartToad167Wheel1 + type: texture + offset: 0x81568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartToad167Wheel2 + type: texture + offset: 0x815E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartToad167Wheel3 + type: texture + offset: 0x81668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartToad168Wheel0 + type: texture + offset: 0x816E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartToad168Wheel1 + type: texture + offset: 0x81768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartToad168Wheel2 + type: texture + offset: 0x817E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartToad168Wheel3 + type: texture + offset: 0x81868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartToad169Wheel0 + type: texture + offset: 0x818E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartToad169Wheel1 + type: texture + offset: 0x81968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartToad169Wheel2 + type: texture + offset: 0x819E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartToad169Wheel3 + type: texture + offset: 0x81A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartToad170Wheel0 + type: texture + offset: 0x81AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartToad170Wheel1 + type: texture + offset: 0x81B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartToad170Wheel2 + type: texture + offset: 0x81BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartToad170Wheel3 + type: texture + offset: 0x81C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartToad171Wheel0 + type: texture + offset: 0x81CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartToad171Wheel1 + type: texture + offset: 0x81D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartToad171Wheel2 + type: texture + offset: 0x81DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartToad171Wheel3 + type: texture + offset: 0x81E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartToad172Wheel0 + type: texture + offset: 0x81EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartToad172Wheel1 + type: texture + offset: 0x81F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartToad172Wheel2 + type: texture + offset: 0x81FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartToad172Wheel3 + type: texture + offset: 0x82068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartToad173Wheel0 + type: texture + offset: 0x820E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartToad173Wheel1 + type: texture + offset: 0x82168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartToad173Wheel2 + type: texture + offset: 0x821E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartToad173Wheel3 + type: texture + offset: 0x82268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartToad174Wheel0 + type: texture + offset: 0x822E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartToad174Wheel1 + type: texture + offset: 0x82368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartToad174Wheel2 + type: texture + offset: 0x823E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartToad174Wheel3 + type: texture + offset: 0x82468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartToad175Wheel0 + type: texture + offset: 0x824E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartToad175Wheel1 + type: texture + offset: 0x82568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartToad175Wheel2 + type: texture + offset: 0x825E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartToad175Wheel3 + type: texture + offset: 0x82668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartToad176Wheel0 + type: texture + offset: 0x826E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartToad176Wheel1 + type: texture + offset: 0x82768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartToad176Wheel2 + type: texture + offset: 0x827E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartToad176Wheel3 + type: texture + offset: 0x82868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartToad177Wheel0 + type: texture + offset: 0x828E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartToad177Wheel1 + type: texture + offset: 0x82968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartToad177Wheel2 + type: texture + offset: 0x829E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartToad177Wheel3 + type: texture + offset: 0x82A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartToad178Wheel0 + type: texture + offset: 0x82AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartToad178Wheel1 + type: texture + offset: 0x82B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartToad178Wheel2 + type: texture + offset: 0x82BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartToad178Wheel3 + type: texture + offset: 0x82C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartToad179Wheel0 + type: texture + offset: 0x82CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartToad179Wheel1 + type: texture + offset: 0x82D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartToad179Wheel2 + type: texture + offset: 0x82DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartToad179Wheel3 + type: texture + offset: 0x82E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartToad180Wheel0 + type: texture + offset: 0x82EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartToad180Wheel1 + type: texture + offset: 0x82F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartToad180Wheel2 + type: texture + offset: 0x82FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartToad180Wheel3 + type: texture + offset: 0x83068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartToad181Wheel0 + type: texture + offset: 0x830E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartToad181Wheel1 + type: texture + offset: 0x83168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartToad181Wheel2 + type: texture + offset: 0x831E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartToad181Wheel3 + type: texture + offset: 0x83268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartToad182Wheel0 + type: texture + offset: 0x832E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartToad182Wheel1 + type: texture + offset: 0x83368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartToad182Wheel2 + type: texture + offset: 0x833E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartToad182Wheel3 + type: texture + offset: 0x83468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartToad183Wheel0 + type: texture + offset: 0x834E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartToad183Wheel1 + type: texture + offset: 0x83568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartToad183Wheel2 + type: texture + offset: 0x835E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartToad183Wheel3 + type: texture + offset: 0x83668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartToad184Wheel0 + type: texture + offset: 0x836E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartToad184Wheel1 + type: texture + offset: 0x83768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartToad184Wheel2 + type: texture + offset: 0x837E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartToad184Wheel3 + type: texture + offset: 0x83868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartToad185Wheel0 + type: texture + offset: 0x838E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartToad185Wheel1 + type: texture + offset: 0x83968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartToad185Wheel2 + type: texture + offset: 0x839E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartToad185Wheel3 + type: texture + offset: 0x83A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartToad186Wheel0 + type: texture + offset: 0x83AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartToad186Wheel1 + type: texture + offset: 0x83B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartToad186Wheel2 + type: texture + offset: 0x83BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartToad186Wheel3 + type: texture + offset: 0x83C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartToad187Wheel0 + type: texture + offset: 0x83CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartToad187Wheel1 + type: texture + offset: 0x83D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartToad187Wheel2 + type: texture + offset: 0x83DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartToad187Wheel3 + type: texture + offset: 0x83E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartToad188Wheel0 + type: texture + offset: 0x83EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartToad188Wheel1 + type: texture + offset: 0x83F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartToad188Wheel2 + type: texture + offset: 0x83FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartToad188Wheel3 + type: texture + offset: 0x84068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartToad189Wheel0 + type: texture + offset: 0x840E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartToad189Wheel1 + type: texture + offset: 0x84168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartToad189Wheel2 + type: texture + offset: 0x841E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartToad189Wheel3 + type: texture + offset: 0x84268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartToad190Wheel0 + type: texture + offset: 0x842E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartToad190Wheel1 + type: texture + offset: 0x84368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartToad190Wheel2 + type: texture + offset: 0x843E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartToad190Wheel3 + type: texture + offset: 0x84468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartToad191Wheel0 + type: texture + offset: 0x844E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartToad191Wheel1 + type: texture + offset: 0x84568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartToad191Wheel2 + type: texture + offset: 0x845E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartToad191Wheel3 + type: texture + offset: 0x84668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartToad192Wheel0 + type: texture + offset: 0x846E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartToad192Wheel1 + type: texture + offset: 0x84768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartToad192Wheel2 + type: texture + offset: 0x847E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartToad192Wheel3 + type: texture + offset: 0x84868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartToad193Wheel0 + type: texture + offset: 0x848E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartToad193Wheel1 + type: texture + offset: 0x84968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartToad193Wheel2 + type: texture + offset: 0x849E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartToad193Wheel3 + type: texture + offset: 0x84A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartToad194Wheel0 + type: texture + offset: 0x84AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartToad194Wheel1 + type: texture + offset: 0x84B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartToad194Wheel2 + type: texture + offset: 0x84BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartToad194Wheel3 + type: texture + offset: 0x84C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartToad195Wheel0 + type: texture + offset: 0x84CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartToad195Wheel1 + type: texture + offset: 0x84D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartToad195Wheel2 + type: texture + offset: 0x84DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartToad195Wheel3 + type: texture + offset: 0x84E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartToad196Wheel0 + type: texture + offset: 0x84EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartToad196Wheel1 + type: texture + offset: 0x84F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartToad196Wheel2 + type: texture + offset: 0x84FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartToad196Wheel3 + type: texture + offset: 0x85068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartToad197Wheel0 + type: texture + offset: 0x850E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartToad197Wheel1 + type: texture + offset: 0x85168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartToad197Wheel2 + type: texture + offset: 0x851E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartToad197Wheel3 + type: texture + offset: 0x85268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartToad198Wheel0 + type: texture + offset: 0x852E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartToad198Wheel1 + type: texture + offset: 0x85368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartToad198Wheel2 + type: texture + offset: 0x853E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartToad198Wheel3 + type: texture + offset: 0x85468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartToad199Wheel0 + type: texture + offset: 0x854E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartToad199Wheel1 + type: texture + offset: 0x85568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartToad199Wheel2 + type: texture + offset: 0x855E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartToad199Wheel3 + type: texture + offset: 0x85668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartToad200Wheel0 + type: texture + offset: 0x856E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartToad200Wheel1 + type: texture + offset: 0x85768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartToad200Wheel2 + type: texture + offset: 0x857E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartToad200Wheel3 + type: texture + offset: 0x85868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartToad201Wheel0 + type: texture + offset: 0x858E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartToad201Wheel1 + type: texture + offset: 0x85968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartToad201Wheel2 + type: texture + offset: 0x859E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartToad201Wheel3 + type: texture + offset: 0x85A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartToad202Wheel0 + type: texture + offset: 0x85AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartToad202Wheel1 + type: texture + offset: 0x85B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartToad202Wheel2 + type: texture + offset: 0x85BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartToad202Wheel3 + type: texture + offset: 0x85C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartToad203Wheel0 + type: texture + offset: 0x85CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartToad203Wheel1 + type: texture + offset: 0x85D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartToad203Wheel2 + type: texture + offset: 0x85DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartToad203Wheel3 + type: texture + offset: 0x85E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartToad204Wheel0 + type: texture + offset: 0x85EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartToad204Wheel1 + type: texture + offset: 0x85F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartToad204Wheel2 + type: texture + offset: 0x85FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartToad204Wheel3 + type: texture + offset: 0x86068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartToad205Wheel0 + type: texture + offset: 0x860E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartToad205Wheel1 + type: texture + offset: 0x86168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartToad205Wheel2 + type: texture + offset: 0x861E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartToad205Wheel3 + type: texture + offset: 0x86268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartToad206Wheel0 + type: texture + offset: 0x862E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartToad206Wheel1 + type: texture + offset: 0x86368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartToad206Wheel2 + type: texture + offset: 0x863E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartToad206Wheel3 + type: texture + offset: 0x86468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartToad207Wheel0 + type: texture + offset: 0x864E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartToad207Wheel1 + type: texture + offset: 0x86568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartToad207Wheel2 + type: texture + offset: 0x865E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartToad207Wheel3 + type: texture + offset: 0x86668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartToad208Wheel0 + type: texture + offset: 0x866E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartToad208Wheel1 + type: texture + offset: 0x86768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartToad208Wheel2 + type: texture + offset: 0x867E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartToad208Wheel3 + type: texture + offset: 0x86868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartToad209Wheel0 + type: texture + offset: 0x868E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartToad209Wheel1 + type: texture + offset: 0x86968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartToad209Wheel2 + type: texture + offset: 0x869E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartToad209Wheel3 + type: texture + offset: 0x86A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartToad210Wheel0 + type: texture + offset: 0x86AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartToad210Wheel1 + type: texture + offset: 0x86B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartToad210Wheel2 + type: texture + offset: 0x86BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartToad210Wheel3 + type: texture + offset: 0x86C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartToad211Wheel0 + type: texture + offset: 0x86CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartToad211Wheel1 + type: texture + offset: 0x86D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartToad211Wheel2 + type: texture + offset: 0x86DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartToad211Wheel3 + type: texture + offset: 0x86E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartToad212Wheel0 + type: texture + offset: 0x86EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartToad212Wheel1 + type: texture + offset: 0x86F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartToad212Wheel2 + type: texture + offset: 0x86FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartToad212Wheel3 + type: texture + offset: 0x87068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartToad213Wheel0 + type: texture + offset: 0x870E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartToad213Wheel1 + type: texture + offset: 0x87168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartToad213Wheel2 + type: texture + offset: 0x871E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartToad213Wheel3 + type: texture + offset: 0x87268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartToad214Wheel0 + type: texture + offset: 0x872E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartToad214Wheel1 + type: texture + offset: 0x87368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartToad214Wheel2 + type: texture + offset: 0x873E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartToad214Wheel3 + type: texture + offset: 0x87468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartToad215Wheel0 + type: texture + offset: 0x874E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartToad215Wheel1 + type: texture + offset: 0x87568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartToad215Wheel2 + type: texture + offset: 0x875E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartToad215Wheel3 + type: texture + offset: 0x87668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartToad216Wheel0 + type: texture + offset: 0x876E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartToad216Wheel1 + type: texture + offset: 0x87768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartToad216Wheel2 + type: texture + offset: 0x877E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartToad216Wheel3 + type: texture + offset: 0x87868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartToad217Wheel0 + type: texture + offset: 0x878E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartToad217Wheel1 + type: texture + offset: 0x87968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartToad217Wheel2 + type: texture + offset: 0x879E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartToad217Wheel3 + type: texture + offset: 0x87A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartToad218Wheel0 + type: texture + offset: 0x87AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartToad218Wheel1 + type: texture + offset: 0x87B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartToad218Wheel2 + type: texture + offset: 0x87BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartToad218Wheel3 + type: texture + offset: 0x87C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartToad219Wheel0 + type: texture + offset: 0x87CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartToad219Wheel1 + type: texture + offset: 0x87D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartToad219Wheel2 + type: texture + offset: 0x87DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartToad219Wheel3 + type: texture + offset: 0x87E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartToad220Wheel0 + type: texture + offset: 0x87EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartToad220Wheel1 + type: texture + offset: 0x87F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartToad220Wheel2 + type: texture + offset: 0x87FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartToad220Wheel3 + type: texture + offset: 0x88068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartToad221Wheel0 + type: texture + offset: 0x880E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartToad221Wheel1 + type: texture + offset: 0x88168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartToad221Wheel2 + type: texture + offset: 0x881E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartToad221Wheel3 + type: texture + offset: 0x88268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartToad222Wheel0 + type: texture + offset: 0x882E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartToad222Wheel1 + type: texture + offset: 0x88368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartToad222Wheel2 + type: texture + offset: 0x883E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartToad222Wheel3 + type: texture + offset: 0x88468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartToad223Wheel0 + type: texture + offset: 0x884E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartToad223Wheel1 + type: texture + offset: 0x88568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartToad223Wheel2 + type: texture + offset: 0x885E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartToad223Wheel3 + type: texture + offset: 0x88668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartToad224Wheel0 + type: texture + offset: 0x886E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartToad224Wheel1 + type: texture + offset: 0x88768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartToad224Wheel2 + type: texture + offset: 0x887E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartToad224Wheel3 + type: texture + offset: 0x88868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartToad225Wheel0 + type: texture + offset: 0x888E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartToad225Wheel1 + type: texture + offset: 0x88968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartToad225Wheel2 + type: texture + offset: 0x889E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartToad225Wheel3 + type: texture + offset: 0x88A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartToad226Wheel0 + type: texture + offset: 0x88AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartToad226Wheel1 + type: texture + offset: 0x88B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartToad226Wheel2 + type: texture + offset: 0x88BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartToad226Wheel3 + type: texture + offset: 0x88C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartToad227Wheel0 + type: texture + offset: 0x88CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartToad227Wheel1 + type: texture + offset: 0x88D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartToad227Wheel2 + type: texture + offset: 0x88DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartToad227Wheel3 + type: texture + offset: 0x88E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartToad228Wheel0 + type: texture + offset: 0x88EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartToad228Wheel1 + type: texture + offset: 0x88F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartToad228Wheel2 + type: texture + offset: 0x88FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartToad228Wheel3 + type: texture + offset: 0x89068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartToad229Wheel0 + type: texture + offset: 0x890E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartToad229Wheel1 + type: texture + offset: 0x89168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartToad229Wheel2 + type: texture + offset: 0x891E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartToad229Wheel3 + type: texture + offset: 0x89268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartToad230Wheel0 + type: texture + offset: 0x892E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartToad230Wheel1 + type: texture + offset: 0x89368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartToad230Wheel2 + type: texture + offset: 0x893E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartToad230Wheel3 + type: texture + offset: 0x89468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartToad231Wheel0 + type: texture + offset: 0x894E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartToad231Wheel1 + type: texture + offset: 0x89568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartToad231Wheel2 + type: texture + offset: 0x895E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartToad231Wheel3 + type: texture + offset: 0x89668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartToad232Wheel0 + type: texture + offset: 0x896E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartToad232Wheel1 + type: texture + offset: 0x89768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartToad232Wheel2 + type: texture + offset: 0x897E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartToad232Wheel3 + type: texture + offset: 0x89868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartToad233Wheel0 + type: texture + offset: 0x898E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartToad233Wheel1 + type: texture + offset: 0x89968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartToad233Wheel2 + type: texture + offset: 0x899E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartToad233Wheel3 + type: texture + offset: 0x89A68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartToad234Wheel0 + type: texture + offset: 0x89AE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartToad234Wheel1 + type: texture + offset: 0x89B68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartToad234Wheel2 + type: texture + offset: 0x89BE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartToad234Wheel3 + type: texture + offset: 0x89C68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartToad235Wheel0 + type: texture + offset: 0x89CE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartToad235Wheel1 + type: texture + offset: 0x89D68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartToad235Wheel2 + type: texture + offset: 0x89DE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartToad235Wheel3 + type: texture + offset: 0x89E68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartToad236Wheel0 + type: texture + offset: 0x89EE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartToad236Wheel1 + type: texture + offset: 0x89F68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartToad236Wheel2 + type: texture + offset: 0x89FE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartToad236Wheel3 + type: texture + offset: 0x8A068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartToad237Wheel0 + type: texture + offset: 0x8A0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartToad237Wheel1 + type: texture + offset: 0x8A168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartToad237Wheel2 + type: texture + offset: 0x8A1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartToad237Wheel3 + type: texture + offset: 0x8A268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartToad238Wheel0 + type: texture + offset: 0x8A2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartToad238Wheel1 + type: texture + offset: 0x8A368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartToad238Wheel2 + type: texture + offset: 0x8A3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartToad238Wheel3 + type: texture + offset: 0x8A468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartToad239Wheel0 + type: texture + offset: 0x8A4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartToad239Wheel1 + type: texture + offset: 0x8A568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartToad239Wheel2 + type: texture + offset: 0x8A5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartToad239Wheel3 + type: texture + offset: 0x8A668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartToad240Wheel0 + type: texture + offset: 0x8A6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartToad240Wheel1 + type: texture + offset: 0x8A768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartToad240Wheel2 + type: texture + offset: 0x8A7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartToad240Wheel3 + type: texture + offset: 0x8A868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartToad241Wheel0 + type: texture + offset: 0x8A8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartToad241Wheel1 + type: texture + offset: 0x8A968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartToad241Wheel2 + type: texture + offset: 0x8A9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartToad241Wheel3 + type: texture + offset: 0x8AA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartToad242Wheel0 + type: texture + offset: 0x8AAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartToad242Wheel1 + type: texture + offset: 0x8AB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartToad242Wheel2 + type: texture + offset: 0x8ABE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartToad242Wheel3 + type: texture + offset: 0x8AC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartToad243Wheel0 + type: texture + offset: 0x8ACE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartToad243Wheel1 + type: texture + offset: 0x8AD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartToad243Wheel2 + type: texture + offset: 0x8ADE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartToad243Wheel3 + type: texture + offset: 0x8AE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartToad244Wheel0 + type: texture + offset: 0x8AEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartToad244Wheel1 + type: texture + offset: 0x8AF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartToad244Wheel2 + type: texture + offset: 0x8AFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartToad244Wheel3 + type: texture + offset: 0x8B068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartToad245Wheel0 + type: texture + offset: 0x8B0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartToad245Wheel1 + type: texture + offset: 0x8B168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartToad245Wheel2 + type: texture + offset: 0x8B1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartToad245Wheel3 + type: texture + offset: 0x8B268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartToad246Wheel0 + type: texture + offset: 0x8B2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartToad246Wheel1 + type: texture + offset: 0x8B368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartToad246Wheel2 + type: texture + offset: 0x8B3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartToad246Wheel3 + type: texture + offset: 0x8B468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartToad247Wheel0 + type: texture + offset: 0x8B4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartToad247Wheel1 + type: texture + offset: 0x8B568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartToad247Wheel2 + type: texture + offset: 0x8B5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartToad247Wheel3 + type: texture + offset: 0x8B668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartToad248Wheel0 + type: texture + offset: 0x8B6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartToad248Wheel1 + type: texture + offset: 0x8B768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartToad248Wheel2 + type: texture + offset: 0x8B7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartToad248Wheel3 + type: texture + offset: 0x8B868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartToad249Wheel0 + type: texture + offset: 0x8B8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartToad249Wheel1 + type: texture + offset: 0x8B968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartToad249Wheel2 + type: texture + offset: 0x8B9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartToad249Wheel3 + type: texture + offset: 0x8BA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartToad250Wheel0 + type: texture + offset: 0x8BAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartToad250Wheel1 + type: texture + offset: 0x8BB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartToad250Wheel2 + type: texture + offset: 0x8BBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartToad250Wheel3 + type: texture + offset: 0x8BC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartToad251Wheel0 + type: texture + offset: 0x8BCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartToad251Wheel1 + type: texture + offset: 0x8BD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartToad251Wheel2 + type: texture + offset: 0x8BDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartToad251Wheel3 + type: texture + offset: 0x8BE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartToad252Wheel0 + type: texture + offset: 0x8BEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartToad252Wheel1 + type: texture + offset: 0x8BF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartToad252Wheel2 + type: texture + offset: 0x8BFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartToad252Wheel3 + type: texture + offset: 0x8C068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartToad253Wheel0 + type: texture + offset: 0x8C0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartToad253Wheel1 + type: texture + offset: 0x8C168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartToad253Wheel2 + type: texture + offset: 0x8C1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartToad253Wheel3 + type: texture + offset: 0x8C268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartToad254Wheel0 + type: texture + offset: 0x8C2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartToad254Wheel1 + type: texture + offset: 0x8C368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartToad254Wheel2 + type: texture + offset: 0x8C3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartToad254Wheel3 + type: texture + offset: 0x8C468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartToad255Wheel0 + type: texture + offset: 0x8C4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartToad255Wheel1 + type: texture + offset: 0x8C568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartToad255Wheel2 + type: texture + offset: 0x8C5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartToad255Wheel3 + type: texture + offset: 0x8C668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartToad256Wheel0 + type: texture + offset: 0x8C6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartToad256Wheel1 + type: texture + offset: 0x8C768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartToad256Wheel2 + type: texture + offset: 0x8C7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartToad256Wheel3 + type: texture + offset: 0x8C868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartToad257Wheel0 + type: texture + offset: 0x8C8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartToad257Wheel1 + type: texture + offset: 0x8C968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartToad257Wheel2 + type: texture + offset: 0x8C9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartToad257Wheel3 + type: texture + offset: 0x8CA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartToad258Wheel0 + type: texture + offset: 0x8CAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartToad258Wheel1 + type: texture + offset: 0x8CB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartToad258Wheel2 + type: texture + offset: 0x8CBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartToad258Wheel3 + type: texture + offset: 0x8CC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartToad259Wheel0 + type: texture + offset: 0x8CCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartToad259Wheel1 + type: texture + offset: 0x8CD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartToad259Wheel2 + type: texture + offset: 0x8CDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartToad259Wheel3 + type: texture + offset: 0x8CE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartToad260Wheel0 + type: texture + offset: 0x8CEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartToad260Wheel1 + type: texture + offset: 0x8CF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartToad260Wheel2 + type: texture + offset: 0x8CFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartToad260Wheel3 + type: texture + offset: 0x8D068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartToad261Wheel0 + type: texture + offset: 0x8D0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartToad261Wheel1 + type: texture + offset: 0x8D168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartToad261Wheel2 + type: texture + offset: 0x8D1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartToad261Wheel3 + type: texture + offset: 0x8D268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartToad262Wheel0 + type: texture + offset: 0x8D2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartToad262Wheel1 + type: texture + offset: 0x8D368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartToad262Wheel2 + type: texture + offset: 0x8D3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartToad262Wheel3 + type: texture + offset: 0x8D468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartToad263Wheel0 + type: texture + offset: 0x8D4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartToad263Wheel1 + type: texture + offset: 0x8D568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartToad263Wheel2 + type: texture + offset: 0x8D5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartToad263Wheel3 + type: texture + offset: 0x8D668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartToad264Wheel0 + type: texture + offset: 0x8D6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartToad264Wheel1 + type: texture + offset: 0x8D768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartToad264Wheel2 + type: texture + offset: 0x8D7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartToad264Wheel3 + type: texture + offset: 0x8D868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartToad265Wheel0 + type: texture + offset: 0x8D8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartToad265Wheel1 + type: texture + offset: 0x8D968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartToad265Wheel2 + type: texture + offset: 0x8D9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartToad265Wheel3 + type: texture + offset: 0x8DA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartToad266Wheel0 + type: texture + offset: 0x8DAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartToad266Wheel1 + type: texture + offset: 0x8DB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartToad266Wheel2 + type: texture + offset: 0x8DBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartToad266Wheel3 + type: texture + offset: 0x8DC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartToad267Wheel0 + type: texture + offset: 0x8DCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartToad267Wheel1 + type: texture + offset: 0x8DD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartToad267Wheel2 + type: texture + offset: 0x8DDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartToad267Wheel3 + type: texture + offset: 0x8DE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartToad268Wheel0 + type: texture + offset: 0x8DEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartToad268Wheel1 + type: texture + offset: 0x8DF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartToad268Wheel2 + type: texture + offset: 0x8DFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartToad268Wheel3 + type: texture + offset: 0x8E068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartToad269Wheel0 + type: texture + offset: 0x8E0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartToad269Wheel1 + type: texture + offset: 0x8E168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartToad269Wheel2 + type: texture + offset: 0x8E1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartToad269Wheel3 + type: texture + offset: 0x8E268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartToad270Wheel0 + type: texture + offset: 0x8E2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartToad270Wheel1 + type: texture + offset: 0x8E368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartToad270Wheel2 + type: texture + offset: 0x8E3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartToad270Wheel3 + type: texture + offset: 0x8E468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartToad271Wheel0 + type: texture + offset: 0x8E4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartToad271Wheel1 + type: texture + offset: 0x8E568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartToad271Wheel2 + type: texture + offset: 0x8E5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartToad271Wheel3 + type: texture + offset: 0x8E668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartToad272Wheel0 + type: texture + offset: 0x8E6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartToad272Wheel1 + type: texture + offset: 0x8E768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartToad272Wheel2 + type: texture + offset: 0x8E7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartToad272Wheel3 + type: texture + offset: 0x8E868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartToad273Wheel0 + type: texture + offset: 0x8E8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartToad273Wheel1 + type: texture + offset: 0x8E968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartToad273Wheel2 + type: texture + offset: 0x8E9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartToad273Wheel3 + type: texture + offset: 0x8EA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartToad274Wheel0 + type: texture + offset: 0x8EAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartToad274Wheel1 + type: texture + offset: 0x8EB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartToad274Wheel2 + type: texture + offset: 0x8EBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartToad274Wheel3 + type: texture + offset: 0x8EC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartToad275Wheel0 + type: texture + offset: 0x8ECE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartToad275Wheel1 + type: texture + offset: 0x8ED68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartToad275Wheel2 + type: texture + offset: 0x8EDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartToad275Wheel3 + type: texture + offset: 0x8EE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartToad276Wheel0 + type: texture + offset: 0x8EEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartToad276Wheel1 + type: texture + offset: 0x8EF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartToad276Wheel2 + type: texture + offset: 0x8EFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartToad276Wheel3 + type: texture + offset: 0x8F068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartToad277Wheel0 + type: texture + offset: 0x8F0E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartToad277Wheel1 + type: texture + offset: 0x8F168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartToad277Wheel2 + type: texture + offset: 0x8F1E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartToad277Wheel3 + type: texture + offset: 0x8F268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartToad278Wheel0 + type: texture + offset: 0x8F2E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartToad278Wheel1 + type: texture + offset: 0x8F368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartToad278Wheel2 + type: texture + offset: 0x8F3E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartToad278Wheel3 + type: texture + offset: 0x8F468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartToad279Wheel0 + type: texture + offset: 0x8F4E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartToad279Wheel1 + type: texture + offset: 0x8F568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartToad279Wheel2 + type: texture + offset: 0x8F5E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartToad279Wheel3 + type: texture + offset: 0x8F668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartToad280Wheel0 + type: texture + offset: 0x8F6E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartToad280Wheel1 + type: texture + offset: 0x8F768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartToad280Wheel2 + type: texture + offset: 0x8F7E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartToad280Wheel3 + type: texture + offset: 0x8F868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartToad281Wheel0 + type: texture + offset: 0x8F8E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartToad281Wheel1 + type: texture + offset: 0x8F968 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartToad281Wheel2 + type: texture + offset: 0x8F9E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartToad281Wheel3 + type: texture + offset: 0x8FA68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartToad282Wheel0 + type: texture + offset: 0x8FAE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartToad282Wheel1 + type: texture + offset: 0x8FB68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartToad282Wheel2 + type: texture + offset: 0x8FBE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartToad282Wheel3 + type: texture + offset: 0x8FC68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartToad283Wheel0 + type: texture + offset: 0x8FCE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartToad283Wheel1 + type: texture + offset: 0x8FD68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartToad283Wheel2 + type: texture + offset: 0x8FDE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartToad283Wheel3 + type: texture + offset: 0x8FE68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartToad284Wheel0 + type: texture + offset: 0x8FEE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartToad284Wheel1 + type: texture + offset: 0x8FF68 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartToad284Wheel2 + type: texture + offset: 0x8FFE8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartToad284Wheel3 + type: texture + offset: 0x90068 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartToad285Wheel0 + type: texture + offset: 0x900E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartToad285Wheel1 + type: texture + offset: 0x90168 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartToad285Wheel2 + type: texture + offset: 0x901E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartToad285Wheel3 + type: texture + offset: 0x90268 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartToad286Wheel0 + type: texture + offset: 0x902E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartToad286Wheel1 + type: texture + offset: 0x90368 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartToad286Wheel2 + type: texture + offset: 0x903E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartToad286Wheel3 + type: texture + offset: 0x90468 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartToad287Wheel0 + type: texture + offset: 0x904E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartToad287Wheel1 + type: texture + offset: 0x90568 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartToad287Wheel2 + type: texture + offset: 0x905E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartToad287Wheel3 + type: texture + offset: 0x90668 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartToad288Wheel0 + type: texture + offset: 0x906E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartToad288Wheel1 + type: texture + offset: 0x90768 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartToad288Wheel2 + type: texture + offset: 0x907E8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartToad288Wheel3 + type: texture + offset: 0x90868 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +toad_kart_palette: + symbol: gKartToadPalette + type: texture + offset: 0x908E8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_data.yml new file mode 100644 index 0000000..c6f9df9 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_data.yml @@ -0,0 +1,1828 @@ +:config: + segments: + - [0x06, 0x857E80] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_toads_turnpike_dl_0: + symbol: d_course_toads_turnpike_dl_0 + type: gfx + offset: 0x0 +d_course_toads_turnpike_dl_60: + symbol: d_course_toads_turnpike_dl_60 + type: gfx + offset: 0x60 +d_course_toads_turnpike_dl_80: + symbol: d_course_toads_turnpike_dl_80 + type: gfx + offset: 0x80 +d_course_toads_turnpike_dl_158: + symbol: d_course_toads_turnpike_dl_158 + type: gfx + offset: 0x158 +d_course_toads_turnpike_dl_1F8: + symbol: d_course_toads_turnpike_dl_1F8 + type: gfx + offset: 0x1F8 +d_course_toads_turnpike_dl_2D0: + symbol: d_course_toads_turnpike_dl_2D0 + type: gfx + offset: 0x2D0 +d_course_toads_turnpike_dl_380: + symbol: d_course_toads_turnpike_dl_380 + type: gfx + offset: 0x380 +d_course_toads_turnpike_dl_438: + symbol: d_course_toads_turnpike_dl_438 + type: gfx + offset: 0x438 +d_course_toads_turnpike_dl_4E8: + symbol: d_course_toads_turnpike_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_toads_turnpike_dl_5B8: + symbol: d_course_toads_turnpike_dl_5B8 + type: gfx + offset: 0x5B8 +d_course_toads_turnpike_dl_668: + symbol: d_course_toads_turnpike_dl_668 + type: gfx + offset: 0x668 +d_course_toads_turnpike_dl_718: + symbol: d_course_toads_turnpike_dl_718 + type: gfx + offset: 0x718 +d_course_toads_turnpike_dl_7D8: + symbol: d_course_toads_turnpike_dl_7D8 + type: gfx + offset: 0x7D8 +d_course_toads_turnpike_dl_878: + symbol: d_course_toads_turnpike_dl_878 + type: gfx + offset: 0x878 +d_course_toads_turnpike_dl_948: + symbol: d_course_toads_turnpike_dl_948 + type: gfx + offset: 0x948 +d_course_toads_turnpike_dl_9F0: + symbol: d_course_toads_turnpike_dl_9F0 + type: gfx + offset: 0x9F0 +d_course_toads_turnpike_dl_AC8: + symbol: d_course_toads_turnpike_dl_AC8 + type: gfx + offset: 0xAC8 +d_course_toads_turnpike_dl_B88: + symbol: d_course_toads_turnpike_dl_B88 + type: gfx + offset: 0xB88 +d_course_toads_turnpike_dl_C70: + symbol: d_course_toads_turnpike_dl_C70 + type: gfx + offset: 0xC70 +d_course_toads_turnpike_dl_D00: + symbol: d_course_toads_turnpike_dl_D00 + type: gfx + offset: 0xD00 +d_course_toads_turnpike_dl_DD0: + symbol: d_course_toads_turnpike_dl_DD0 + type: gfx + offset: 0xDD0 +d_course_toads_turnpike_dl_E70: + symbol: d_course_toads_turnpike_dl_E70 + type: gfx + offset: 0xE70 +d_course_toads_turnpike_dl_F18: + symbol: d_course_toads_turnpike_dl_F18 + type: gfx + offset: 0xF18 +d_course_toads_turnpike_dl_FA8: + symbol: d_course_toads_turnpike_dl_FA8 + type: gfx + offset: 0xFA8 +d_course_toads_turnpike_dl_1070: + symbol: d_course_toads_turnpike_dl_1070 + type: gfx + offset: 0x1070 +d_course_toads_turnpike_dl_1118: + symbol: d_course_toads_turnpike_dl_1118 + type: gfx + offset: 0x1118 +d_course_toads_turnpike_dl_11C0: + symbol: d_course_toads_turnpike_dl_11C0 + type: gfx + offset: 0x11C0 +d_course_toads_turnpike_dl_1250: + symbol: d_course_toads_turnpike_dl_1250 + type: gfx + offset: 0x1250 +d_course_toads_turnpike_dl_1310: + symbol: d_course_toads_turnpike_dl_1310 + type: gfx + offset: 0x1310 +d_course_toads_turnpike_dl_13E0: + symbol: d_course_toads_turnpike_dl_13E0 + type: gfx + offset: 0x13E0 +d_course_toads_turnpike_dl_1468: + symbol: d_course_toads_turnpike_dl_1468 + type: gfx + offset: 0x1468 +d_course_toads_turnpike_dl_1510: + symbol: d_course_toads_turnpike_dl_1510 + type: gfx + offset: 0x1510 +d_course_toads_turnpike_dl_15A8: + symbol: d_course_toads_turnpike_dl_15A8 + type: gfx + offset: 0x15A8 +d_course_toads_turnpike_dl_1678: + symbol: d_course_toads_turnpike_dl_1678 + type: gfx + offset: 0x1678 +d_course_toads_turnpike_dl_1708: + symbol: d_course_toads_turnpike_dl_1708 + type: gfx + offset: 0x1708 +d_course_toads_turnpike_dl_17F8: + symbol: d_course_toads_turnpike_dl_17F8 + type: gfx + offset: 0x17F8 +d_course_toads_turnpike_dl_18C0: + symbol: d_course_toads_turnpike_dl_18C0 + type: gfx + offset: 0x18C0 +d_course_toads_turnpike_dl_19C0: + symbol: d_course_toads_turnpike_dl_19C0 + type: gfx + offset: 0x19C0 +d_course_toads_turnpike_dl_1A60: + symbol: d_course_toads_turnpike_dl_1A60 + type: gfx + offset: 0x1A60 +d_course_toads_turnpike_dl_1B50: + symbol: d_course_toads_turnpike_dl_1B50 + type: gfx + offset: 0x1B50 +d_course_toads_turnpike_dl_1C10: + symbol: d_course_toads_turnpike_dl_1C10 + type: gfx + offset: 0x1C10 +d_course_toads_turnpike_dl_1D18: + symbol: d_course_toads_turnpike_dl_1D18 + type: gfx + offset: 0x1D18 +d_course_toads_turnpike_dl_1DC0: + symbol: d_course_toads_turnpike_dl_1DC0 + type: gfx + offset: 0x1DC0 +d_course_toads_turnpike_dl_1E80: + symbol: d_course_toads_turnpike_dl_1E80 + type: gfx + offset: 0x1E80 +d_course_toads_turnpike_dl_1F40: + symbol: d_course_toads_turnpike_dl_1F40 + type: gfx + offset: 0x1F40 +d_course_toads_turnpike_dl_2030: + symbol: d_course_toads_turnpike_dl_2030 + type: gfx + offset: 0x2030 +d_course_toads_turnpike_dl_20F8: + symbol: d_course_toads_turnpike_dl_20F8 + type: gfx + offset: 0x20F8 +d_course_toads_turnpike_dl_21C8: + symbol: d_course_toads_turnpike_dl_21C8 + type: gfx + offset: 0x21C8 +d_course_toads_turnpike_dl_22A8: + symbol: d_course_toads_turnpike_dl_22A8 + type: gfx + offset: 0x22A8 +d_course_toads_turnpike_dl_2358: + symbol: d_course_toads_turnpike_dl_2358 + type: gfx + offset: 0x2358 +d_course_toads_turnpike_dl_2440: + symbol: d_course_toads_turnpike_dl_2440 + type: gfx + offset: 0x2440 +d_course_toads_turnpike_dl_2530: + symbol: d_course_toads_turnpike_dl_2530 + type: gfx + offset: 0x2530 +d_course_toads_turnpike_dl_2628: + symbol: d_course_toads_turnpike_dl_2628 + type: gfx + offset: 0x2628 +d_course_toads_turnpike_dl_26D8: + symbol: d_course_toads_turnpike_dl_26D8 + type: gfx + offset: 0x26D8 +d_course_toads_turnpike_dl_27D0: + symbol: d_course_toads_turnpike_dl_27D0 + type: gfx + offset: 0x27D0 +d_course_toads_turnpike_dl_2898: + symbol: d_course_toads_turnpike_dl_2898 + type: gfx + offset: 0x2898 +d_course_toads_turnpike_dl_2960: + symbol: d_course_toads_turnpike_dl_2960 + type: gfx + offset: 0x2960 +d_course_toads_turnpike_dl_2A00: + symbol: d_course_toads_turnpike_dl_2A00 + type: gfx + offset: 0x2A00 +d_course_toads_turnpike_dl_2AF0: + symbol: d_course_toads_turnpike_dl_2AF0 + type: gfx + offset: 0x2AF0 +d_course_toads_turnpike_dl_2B88: + symbol: d_course_toads_turnpike_dl_2B88 + type: gfx + offset: 0x2B88 +d_course_toads_turnpike_dl_2C38: + symbol: d_course_toads_turnpike_dl_2C38 + type: gfx + offset: 0x2C38 +d_course_toads_turnpike_dl_2CC0: + symbol: d_course_toads_turnpike_dl_2CC0 + type: gfx + offset: 0x2CC0 +d_course_toads_turnpike_dl_2DB8: + symbol: d_course_toads_turnpike_dl_2DB8 + type: gfx + offset: 0x2DB8 +d_course_toads_turnpike_dl_2E50: + symbol: d_course_toads_turnpike_dl_2E50 + type: gfx + offset: 0x2E50 +d_course_toads_turnpike_dl_2EF0: + symbol: d_course_toads_turnpike_dl_2EF0 + type: gfx + offset: 0x2EF0 +d_course_toads_turnpike_dl_2F78: + symbol: d_course_toads_turnpike_dl_2F78 + type: gfx + offset: 0x2F78 +d_course_toads_turnpike_dl_3030: + symbol: d_course_toads_turnpike_dl_3030 + type: gfx + offset: 0x3030 +d_course_toads_turnpike_dl_30F8: + symbol: d_course_toads_turnpike_dl_30F8 + type: gfx + offset: 0x30F8 +d_course_toads_turnpike_dl_3190: + symbol: d_course_toads_turnpike_dl_3190 + type: gfx + offset: 0x3190 +d_course_toads_turnpike_dl_3228: + symbol: d_course_toads_turnpike_dl_3228 + type: gfx + offset: 0x3228 +d_course_toads_turnpike_dl_32F0: + symbol: d_course_toads_turnpike_dl_32F0 + type: gfx + offset: 0x32F0 +d_course_toads_turnpike_dl_33A0: + symbol: d_course_toads_turnpike_dl_33A0 + type: gfx + offset: 0x33A0 +d_course_toads_turnpike_dl_3438: + symbol: d_course_toads_turnpike_dl_3438 + type: gfx + offset: 0x3438 +d_course_toads_turnpike_dl_34D0: + symbol: d_course_toads_turnpike_dl_34D0 + type: gfx + offset: 0x34D0 +d_course_toads_turnpike_dl_3570: + symbol: d_course_toads_turnpike_dl_3570 + type: gfx + offset: 0x3570 +d_course_toads_turnpike_dl_3618: + symbol: d_course_toads_turnpike_dl_3618 + type: gfx + offset: 0x3618 +d_course_toads_turnpike_dl_36A8: + symbol: d_course_toads_turnpike_dl_36A8 + type: gfx + offset: 0x36A8 +d_course_toads_turnpike_dl_3758: + symbol: d_course_toads_turnpike_dl_3758 + type: gfx + offset: 0x3758 +d_course_toads_turnpike_dl_37F0: + symbol: d_course_toads_turnpike_dl_37F0 + type: gfx + offset: 0x37F0 +d_course_toads_turnpike_dl_3910: + symbol: d_course_toads_turnpike_dl_3910 + type: gfx + offset: 0x3910 +d_course_toads_turnpike_dl_39C8: + symbol: d_course_toads_turnpike_dl_39C8 + type: gfx + offset: 0x39C8 +d_course_toads_turnpike_dl_3AD8: + symbol: d_course_toads_turnpike_dl_3AD8 + type: gfx + offset: 0x3AD8 +d_course_toads_turnpike_unknown_waypoints: + symbol: d_course_toads_turnpike_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x3B80 + count: 54 +d_course_toads_turnpike_track_waypoints: + symbol: d_course_toads_turnpike_track_waypoints + type: mk64:TRACK_PATH + offset: 0x3D30 + count: 913 +d_course_toads_turnpike_unk_windshield1: + symbol: d_course_toads_turnpike_unk_windshield1 + type: texture + offset: 0x59B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_unk_windshield2: + symbol: d_course_toads_turnpike_unk_windshield2 + type: texture + offset: 0x61B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box1: + symbol: d_course_toads_turnpike_truck_box1 + type: texture + offset: 0x69B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_headlights: + symbol: d_course_toads_turnpike_truck1_headlights + type: texture + offset: 0x71B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_tyre: + symbol: d_course_toads_turnpike_truck1_tyre + type: texture + offset: 0x79B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_cab: + symbol: d_course_toads_turnpike_truck1_cab + type: texture + offset: 0x81B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck1_cab_side: + symbol: d_course_toads_turnpike_truck1_cab_side + type: texture + offset: 0x89B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_back_lod0: + symbol: d_course_toads_turnpike_bus_back_lod0 + type: texture + offset: 0x91B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_side: + symbol: d_course_toads_turnpike_bus_side + type: texture + offset: 0xA1B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_door_lod0: + symbol: d_course_toads_turnpike_bus_door_lod0 + type: texture + offset: 0xB1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_window: + symbol: d_course_toads_turnpike_bus_window + type: texture + offset: 0xB9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_front_lod0: + symbol: d_course_toads_turnpike_bus_front_lod0 + type: texture + offset: 0xC1B8 + width: 64 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_black: + symbol: d_course_toads_turnpike_black + type: texture + offset: 0xD1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_driver_window: + symbol: d_course_toads_turnpike_bus_driver_window + type: texture + offset: 0xD9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_door_lod1: + symbol: d_course_toads_turnpike_bus_door_lod1 + type: texture + offset: 0xE1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_side_lod1: + symbol: d_course_toads_turnpike_bus_side_lod1 + type: texture + offset: 0xE9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_front_lod1: + symbol: d_course_toads_turnpike_bus_front_lod1 + type: texture + offset: 0xF1B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_bus_back_lod1: + symbol: d_course_toads_turnpike_bus_back_lod1 + type: texture + offset: 0xF9B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_stripe: + symbol: d_course_toads_turnpike_tanker_truck_stripe + type: texture + offset: 0x101B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_windshield: + symbol: d_course_toads_turnpike_tanker_truck_windshield + type: texture + offset: 0x109B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_front: + symbol: d_course_toads_turnpike_tanker_truck_front + type: texture + offset: 0x111B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_headlights: + symbol: d_course_toads_turnpike_tanker_truck_headlights + type: texture + offset: 0x119B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_bumper: + symbol: d_course_toads_turnpike_tanker_truck_bumper + type: texture + offset: 0x121B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_side_back_lod1: + symbol: d_course_toads_turnpike_tanker_truck_side_back_lod1 + type: texture + offset: 0x129B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_back_lod1: + symbol: d_course_toads_turnpike_tanker_truck_back_lod1 + type: texture + offset: 0x131B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_side_front_lod1: + symbol: d_course_toads_turnpike_tanker_truck_side_front_lod1 + type: texture + offset: 0x139B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_tanker_truck_front_lod1: + symbol: d_course_toads_turnpike_tanker_truck_front_lod1 + type: texture + offset: 0x141B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box2: + symbol: d_course_toads_turnpike_truck_box2 + type: texture + offset: 0x149B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_box3: + symbol: d_course_toads_turnpike_truck_box3 + type: texture + offset: 0x151B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_headlights: + symbol: d_course_toads_turnpike_car_headlights + type: texture + offset: 0x159B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_taillights: + symbol: d_course_toads_turnpike_car_taillights + type: texture + offset: 0x161B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_front_lod1: + symbol: d_course_toads_turnpike_car_front_lod1 + type: texture + offset: 0x169B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_back_lod1: + symbol: d_course_toads_turnpike_car_back_lod1 + type: texture + offset: 0x171B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_car_side_lod1: + symbol: d_course_toads_turnpike_car_side_lod1 + type: texture + offset: 0x179B8 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_toads_turnpike_truck_model_lod0: + symbol: d_course_toads_turnpike_truck_model_lod0 + type: vtx + offset: 0x181B8 + count: 8 +d_course_toads_turnpike_truck_unknown_model1: + symbol: d_course_toads_turnpike_truck_unknown_model1 + type: vtx + offset: 0x18238 + count: 8 +d_course_toads_turnpike_truck_unknown_model2: + symbol: d_course_toads_turnpike_truck_unknown_model2 + type: vtx + offset: 0x182B8 + count: 12 +d_course_toads_turnpike_truck_unknown_model3: + symbol: d_course_toads_turnpike_truck_unknown_model3 + type: vtx + offset: 0x18378 + count: 12 +d_course_toads_turnpike_truck_unknown_model4: + symbol: d_course_toads_turnpike_truck_unknown_model4 + type: vtx + offset: 0x18438 + count: 28 +d_course_toads_turnpike_truck_unknown_model5: + symbol: d_course_toads_turnpike_truck_unknown_model5 + type: vtx + offset: 0x185F8 + count: 10 +d_course_toads_turnpike_truck_unknown_model6: + symbol: d_course_toads_turnpike_truck_unknown_model6 + type: vtx + offset: 0x18698 + count: 31 +d_course_toads_turnpike_truck_unknown_model7: + symbol: d_course_toads_turnpike_truck_unknown_model7 + type: vtx + offset: 0x18888 + count: 10 +d_course_toads_turnpike_truck_unknown_model8: + symbol: d_course_toads_turnpike_truck_unknown_model8 + type: vtx + offset: 0x18928 + count: 14 +d_course_toads_turnpike_truck_unknown_model9: + symbol: d_course_toads_turnpike_truck_unknown_model9 + type: vtx + offset: 0x18A08 + count: 4 +d_course_toads_turnpike_truck_unknown_model10: + symbol: d_course_toads_turnpike_truck_unknown_model10 + type: vtx + offset: 0x18A48 + count: 8 +d_course_toads_turnpike_truck_unknown_model11: + symbol: d_course_toads_turnpike_truck_unknown_model11 + type: vtx + offset: 0x18AC8 + count: 20 +d_course_toads_turnpike_truck_unknown_model12: + symbol: d_course_toads_turnpike_truck_unknown_model12 + type: vtx + offset: 0x18C08 + count: 15 +d_course_toads_turnpike_truck_unknown_model13: + symbol: d_course_toads_turnpike_truck_unknown_model13 + type: vtx + offset: 0x18CF8 + count: 12 +d_course_toads_turnpike_dl_18DB8: + symbol: d_course_toads_turnpike_dl_18DB8 + type: gfx + offset: 0x18DB8 +d_course_toads_turnpike_dl_18E38: + symbol: d_course_toads_turnpike_dl_18E38 + type: gfx + offset: 0x18E38 +d_course_toads_turnpike_dl_18EB8: + symbol: d_course_toads_turnpike_dl_18EB8 + type: gfx + offset: 0x18EB8 +d_course_toads_turnpike_dl_18F58: + symbol: d_course_toads_turnpike_dl_18F58 + type: gfx + offset: 0x18F58 +d_course_toads_turnpike_dl_18FF8: + symbol: d_course_toads_turnpike_dl_18FF8 + type: gfx + offset: 0x18FF8 +d_course_toads_turnpike_dl_19020: + symbol: d_course_toads_turnpike_dl_19020 + type: gfx + offset: 0x19020 +d_course_toads_turnpike_dl_19030: + symbol: d_course_toads_turnpike_dl_19030 + type: gfx + offset: 0x19030 +d_course_toads_turnpike_dl_190E8: + symbol: d_course_toads_turnpike_dl_190E8 + type: gfx + offset: 0x190E8 +d_course_toads_turnpike_dl_19168: + symbol: d_course_toads_turnpike_dl_19168 + type: gfx + offset: 0x19168 +d_course_toads_turnpike_dl_192B0: + symbol: d_course_toads_turnpike_dl_192B0 + type: gfx + offset: 0x192B0 +d_course_toads_turnpike_dl_19390: + symbol: d_course_toads_turnpike_dl_19390 + type: gfx + offset: 0x19390 +d_course_toads_turnpike_dl_19450: + symbol: d_course_toads_turnpike_dl_19450 + type: gfx + offset: 0x19450 +d_course_toads_turnpike_dl_194E0: + symbol: d_course_toads_turnpike_dl_194E0 + type: gfx + offset: 0x194E0 +d_course_toads_turnpike_dl_19518: + symbol: d_course_toads_turnpike_dl_19518 + type: gfx + offset: 0x19518 +d_course_toads_turnpike_truck_model_lod1: + symbol: d_course_toads_turnpike_truck_model_lod1 + type: vtx + offset: 0x19528 + count: 16 +d_course_toads_turnpike_truck_unknown_model14: + symbol: d_course_toads_turnpike_truck_unknown_model14 + type: vtx + offset: 0x19628 + count: 16 +d_course_toads_turnpike_truck_unknown_model15: + symbol: d_course_toads_turnpike_truck_unknown_model15 + type: vtx + offset: 0x19728 + count: 20 +d_course_toads_turnpike_truck_unknown_model16: + symbol: d_course_toads_turnpike_truck_unknown_model16 + type: vtx + offset: 0x19868 + count: 12 +d_course_toads_turnpike_truck_unknown_model17: + symbol: d_course_toads_turnpike_truck_unknown_model17 + type: vtx + offset: 0x19928 + count: 12 +d_course_toads_turnpike_truck_unknown_model18: + symbol: d_course_toads_turnpike_truck_unknown_model18 + type: vtx + offset: 0x199E8 + count: 27 +d_course_toads_turnpike_truck_unknown_model19: + symbol: d_course_toads_turnpike_truck_unknown_model19 + type: vtx + offset: 0x19B98 + count: 18 +d_course_toads_turnpike_truck_unknown_model20: + symbol: d_course_toads_turnpike_truck_unknown_model20 + type: vtx + offset: 0x19CB8 + count: 4 +d_course_toads_turnpike_dl_19CF8: + symbol: d_course_toads_turnpike_dl_19CF8 + type: gfx + offset: 0x19CF8 +d_course_toads_turnpike_dl_19D68: + symbol: d_course_toads_turnpike_dl_19D68 + type: gfx + offset: 0x19D68 +d_course_toads_turnpike_dl_19DD8: + symbol: d_course_toads_turnpike_dl_19DD8 + type: gfx + offset: 0x19DD8 +d_course_toads_turnpike_dl_19DF0: + symbol: d_course_toads_turnpike_dl_19DF0 + type: gfx + offset: 0x19DF0 +d_course_toads_turnpike_dl_19E00: + symbol: d_course_toads_turnpike_dl_19E00 + type: gfx + offset: 0x19E00 +d_course_toads_turnpike_dl_19E38: + symbol: d_course_toads_turnpike_dl_19E38 + type: gfx + offset: 0x19E38 +d_course_toads_turnpike_dl_19EA0: + symbol: d_course_toads_turnpike_dl_19EA0 + type: gfx + offset: 0x19EA0 +d_course_toads_turnpike_dl_19F08: + symbol: d_course_toads_turnpike_dl_19F08 + type: gfx + offset: 0x19F08 +d_course_toads_turnpike_dl_1A040: + symbol: d_course_toads_turnpike_dl_1A040 + type: gfx + offset: 0x1A040 +d_course_toads_turnpike_dl_1A068: + symbol: d_course_toads_turnpike_dl_1A068 + type: gfx + offset: 0x1A068 +d_course_toads_turnpike_truck_model_lod2: + symbol: d_course_toads_turnpike_truck_model_lod2 + type: vtx + offset: 0x1A078 + count: 16 +d_course_toads_turnpike_truck_unknown_model21: + symbol: d_course_toads_turnpike_truck_unknown_model21 + type: vtx + offset: 0x1A178 + count: 4 +d_course_toads_turnpike_truck_unknown_model22: + symbol: d_course_toads_turnpike_truck_unknown_model22 + type: vtx + offset: 0x1A1B8 + count: 12 +d_course_toads_turnpike_truck_unknown_model23: + symbol: d_course_toads_turnpike_truck_unknown_model23 + type: vtx + offset: 0x1A278 + count: 20 +d_course_toads_turnpike_truck_unknown_model24: + symbol: d_course_toads_turnpike_truck_unknown_model24 + type: vtx + offset: 0x1A3B8 + count: 16 +d_course_toads_turnpike_dl_1A4B8: + symbol: d_course_toads_turnpike_dl_1A4B8 + type: gfx + offset: 0x1A4B8 +d_course_toads_turnpike_dl_1A528: + symbol: d_course_toads_turnpike_dl_1A528 + type: gfx + offset: 0x1A528 +d_course_toads_turnpike_dl_1A5E0: + symbol: d_course_toads_turnpike_dl_1A5E0 + type: gfx + offset: 0x1A5E0 +d_course_toads_turnpike_dl_1A5F8: + symbol: d_course_toads_turnpike_dl_1A5F8 + type: gfx + offset: 0x1A5F8 +d_course_toads_turnpike_dl_1A608: + symbol: d_course_toads_turnpike_dl_1A608 + type: gfx + offset: 0x1A608 +d_course_toads_turnpike_dl_1A640: + symbol: d_course_toads_turnpike_dl_1A640 + type: gfx + offset: 0x1A640 +d_course_toads_turnpike_dl_1A6B0: + symbol: d_course_toads_turnpike_dl_1A6B0 + type: gfx + offset: 0x1A6B0 +d_course_toads_turnpike_dl_1A6C8: + symbol: d_course_toads_turnpike_dl_1A6C8 + type: gfx + offset: 0x1A6C8 +d_course_toads_turnpike_bus_model_lod0: + symbol: d_course_toads_turnpike_bus_model_lod0 + type: vtx + offset: 0x1A6D8 + count: 16 +d_course_toads_turnpike_bus_unknown_model1: + symbol: d_course_toads_turnpike_bus_unknown_model1 + type: vtx + offset: 0x1A7D8 + count: 8 +d_course_toads_turnpike_bus_unknown_model2: + symbol: d_course_toads_turnpike_bus_unknown_model2 + type: vtx + offset: 0x1A858 + count: 8 +d_course_toads_turnpike_bus_unknown_model3: + symbol: d_course_toads_turnpike_bus_unknown_model3 + type: vtx + offset: 0x1A8D8 + count: 8 +d_course_toads_turnpike_bus_unknown_model4: + symbol: d_course_toads_turnpike_bus_unknown_model4 + type: vtx + offset: 0x1A958 + count: 10 +d_course_toads_turnpike_bus_unknown_model5: + symbol: d_course_toads_turnpike_bus_unknown_model5 + type: vtx + offset: 0x1A9F8 + count: 6 +d_course_toads_turnpike_bus_unknown_model6: + symbol: d_course_toads_turnpike_bus_unknown_model6 + type: vtx + offset: 0x1AA58 + count: 4 +d_course_toads_turnpike_bus_unknown_model7: + symbol: d_course_toads_turnpike_bus_unknown_model7 + type: vtx + offset: 0x1AA98 + count: 20 +d_course_toads_turnpike_bus_unknown_model8: + symbol: d_course_toads_turnpike_bus_unknown_model8 + type: vtx + offset: 0x1ABD8 + count: 21 +d_course_toads_turnpike_bus_unknown_model9: + symbol: d_course_toads_turnpike_bus_unknown_model9 + type: vtx + offset: 0x1AD28 + count: 8 +d_course_toads_turnpike_bus_unknown_model10: + symbol: d_course_toads_turnpike_bus_unknown_model10 + type: vtx + offset: 0x1ADA8 + count: 32 +d_course_toads_turnpike_bus_unknown_model11: + symbol: d_course_toads_turnpike_bus_unknown_model11 + type: vtx + offset: 0x1AFA8 + count: 32 +d_course_toads_turnpike_bus_unknown_model12: + symbol: d_course_toads_turnpike_bus_unknown_model12 + type: vtx + offset: 0x1B1A8 + count: 10 +d_course_toads_turnpike_bus_unknown_model13: + symbol: d_course_toads_turnpike_bus_unknown_model13 + type: vtx + offset: 0x1B248 + count: 8 +d_course_toads_turnpike_bus_unknown_model14: + symbol: d_course_toads_turnpike_bus_unknown_model14 + type: vtx + offset: 0x1B2C8 + count: 24 +d_course_toads_turnpike_bus_unknown_model15: + symbol: d_course_toads_turnpike_bus_unknown_model15 + type: vtx + offset: 0x1B448 + count: 24 +d_course_toads_turnpike_dl_1B5C8: + symbol: d_course_toads_turnpike_dl_1B5C8 + type: gfx + offset: 0x1B5C8 +d_course_toads_turnpike_dl_1B658: + symbol: d_course_toads_turnpike_dl_1B658 + type: gfx + offset: 0x1B658 +d_course_toads_turnpike_dl_1B6D8: + symbol: d_course_toads_turnpike_dl_1B6D8 + type: gfx + offset: 0x1B6D8 +d_course_toads_turnpike_dl_1B758: + symbol: d_course_toads_turnpike_dl_1B758 + type: gfx + offset: 0x1B758 +d_course_toads_turnpike_dl_1B778: + symbol: d_course_toads_turnpike_dl_1B778 + type: gfx + offset: 0x1B778 +d_course_toads_turnpike_dl_1B788: + symbol: d_course_toads_turnpike_dl_1B788 + type: gfx + offset: 0x1B788 +d_course_toads_turnpike_dl_1B810: + symbol: d_course_toads_turnpike_dl_1B810 + type: gfx + offset: 0x1B810 +d_course_toads_turnpike_dl_1B8A0: + symbol: d_course_toads_turnpike_dl_1B8A0 + type: gfx + offset: 0x1B8A0 +d_course_toads_turnpike_dl_1BC78: + symbol: d_course_toads_turnpike_dl_1BC78 + type: gfx + offset: 0x1BC78 +d_course_toads_turnpike_dl_1BD48: + symbol: d_course_toads_turnpike_dl_1BD48 + type: gfx + offset: 0x1BD48 +d_course_toads_turnpike_dl_1BE18: + symbol: d_course_toads_turnpike_dl_1BE18 + type: gfx + offset: 0x1BE18 +d_course_toads_turnpike_dl_1BE48: + symbol: d_course_toads_turnpike_dl_1BE48 + type: gfx + offset: 0x1BE48 +d_course_toads_turnpike_bus_model_lod1: + symbol: d_course_toads_turnpike_bus_model_lod1 + type: vtx + offset: 0x1BE58 + count: 8 +d_course_toads_turnpike_bus_unknown_model16: + symbol: d_course_toads_turnpike_bus_unknown_model16 + type: vtx + offset: 0x1BED8 + count: 8 +d_course_toads_turnpike_bus_unknown_model17: + symbol: d_course_toads_turnpike_bus_unknown_model17 + type: vtx + offset: 0x1BF58 + count: 8 +d_course_toads_turnpike_bus_unknown_model18: + symbol: d_course_toads_turnpike_bus_unknown_model18 + type: vtx + offset: 0x1BFD8 + count: 8 +d_course_toads_turnpike_bus_unknown_model19: + symbol: d_course_toads_turnpike_bus_unknown_model19 + type: vtx + offset: 0x1C058 + count: 4 +d_course_toads_turnpike_bus_unknown_model20: + symbol: d_course_toads_turnpike_bus_unknown_model20 + type: vtx + offset: 0x1C098 + count: 4 +d_course_toads_turnpike_bus_unknown_model21: + symbol: d_course_toads_turnpike_bus_unknown_model21 + type: vtx + offset: 0x1C0D8 + count: 4 +d_course_toads_turnpike_bus_unknown_model22: + symbol: d_course_toads_turnpike_bus_unknown_model22 + type: vtx + offset: 0x1C118 + count: 6 +d_course_toads_turnpike_bus_unknown_model23: + symbol: d_course_toads_turnpike_bus_unknown_model23 + type: vtx + offset: 0x1C178 + count: 32 +d_course_toads_turnpike_bus_unknown_model24: + symbol: d_course_toads_turnpike_bus_unknown_model24 + type: vtx + offset: 0x1C378 + count: 31 +d_course_toads_turnpike_bus_unknown_model25: + symbol: d_course_toads_turnpike_bus_unknown_model25 + type: vtx + offset: 0x1C568 + count: 12 +d_course_toads_turnpike_dl_1C628: + symbol: d_course_toads_turnpike_dl_1C628 + type: gfx + offset: 0x1C628 +d_course_toads_turnpike_dl_1C688: + symbol: d_course_toads_turnpike_dl_1C688 + type: gfx + offset: 0x1C688 +d_course_toads_turnpike_dl_1C6E8: + symbol: d_course_toads_turnpike_dl_1C6E8 + type: gfx + offset: 0x1C6E8 +d_course_toads_turnpike_dl_1C700: + symbol: d_course_toads_turnpike_dl_1C700 + type: gfx + offset: 0x1C700 +d_course_toads_turnpike_dl_1C710: + symbol: d_course_toads_turnpike_dl_1C710 + type: gfx + offset: 0x1C710 +d_course_toads_turnpike_dl_1C770: + symbol: d_course_toads_turnpike_dl_1C770 + type: gfx + offset: 0x1C770 +d_course_toads_turnpike_dl_1C7D0: + symbol: d_course_toads_turnpike_dl_1C7D0 + type: gfx + offset: 0x1C7D0 +d_course_toads_turnpike_dl_1CA88: + symbol: d_course_toads_turnpike_dl_1CA88 + type: gfx + offset: 0x1CA88 +d_course_toads_turnpike_dl_1CAA8: + symbol: d_course_toads_turnpike_dl_1CAA8 + type: gfx + offset: 0x1CAA8 +d_course_toads_turnpike_bus_model_lod2: + symbol: d_course_toads_turnpike_bus_model_lod2 + type: vtx + offset: 0x1CAB8 + count: 8 +d_course_toads_turnpike_bus_unknown_model26: + symbol: d_course_toads_turnpike_bus_unknown_model26 + type: vtx + offset: 0x1CB38 + count: 8 +d_course_toads_turnpike_bus_unknown_model27: + symbol: d_course_toads_turnpike_bus_unknown_model27 + type: vtx + offset: 0x1CBB8 + count: 4 +d_course_toads_turnpike_bus_unknown_model28: + symbol: d_course_toads_turnpike_bus_unknown_model28 + type: vtx + offset: 0x1CBF8 + count: 4 +d_course_toads_turnpike_bus_unknown_model29: + symbol: d_course_toads_turnpike_bus_unknown_model29 + type: vtx + offset: 0x1CC38 + count: 4 +d_course_toads_turnpike_bus_unknown_model30: + symbol: d_course_toads_turnpike_bus_unknown_model30 + type: vtx + offset: 0x1CC78 + count: 8 +d_course_toads_turnpike_bus_unknown_model31: + symbol: d_course_toads_turnpike_bus_unknown_model31 + type: vtx + offset: 0x1CCF8 + count: 10 +d_course_toads_turnpike_dl_1CD98: + symbol: d_course_toads_turnpike_dl_1CD98 + type: gfx + offset: 0x1CD98 +d_course_toads_turnpike_dl_1CDF8: + symbol: d_course_toads_turnpike_dl_1CDF8 + type: gfx + offset: 0x1CDF8 +d_course_toads_turnpike_dl_1CE58: + symbol: d_course_toads_turnpike_dl_1CE58 + type: gfx + offset: 0x1CE58 +d_course_toads_turnpike_dl_1CE70: + symbol: d_course_toads_turnpike_dl_1CE70 + type: gfx + offset: 0x1CE70 +d_course_toads_turnpike_dl_1CE80: + symbol: d_course_toads_turnpike_dl_1CE80 + type: gfx + offset: 0x1CE80 +d_course_toads_turnpike_dl_1D008: + symbol: d_course_toads_turnpike_dl_1D008 + type: gfx + offset: 0x1D008 +d_course_toads_turnpike_dl_1D018: + symbol: d_course_toads_turnpike_dl_1D018 + type: gfx + offset: 0x1D018 +d_course_toads_turnpike_tanker_truck_model_lod0: + symbol: d_course_toads_turnpike_tanker_truck_model_lod0 + type: vtx + offset: 0x1D028 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model1: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model1 + type: vtx + offset: 0x1D128 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model2: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model2 + type: vtx + offset: 0x1D228 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model3: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model3 + type: vtx + offset: 0x1D328 + count: 20 +d_course_toads_turnpike_tanker_truck_unknown_model4: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model4 + type: vtx + offset: 0x1D468 + count: 20 +d_course_toads_turnpike_tanker_truck_unknown_model5: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model5 + type: vtx + offset: 0x1D5A8 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model6: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model6 + type: vtx + offset: 0x1D7A8 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model7: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model7 + type: vtx + offset: 0x1D928 + count: 18 +d_course_toads_turnpike_tanker_truck_unknown_model8: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model8 + type: vtx + offset: 0x1DA48 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model9: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model9 + type: vtx + offset: 0x1DB08 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model10: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model10 + type: vtx + offset: 0x1DD08 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model11: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model11 + type: vtx + offset: 0x1DD48 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model12: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model12 + type: vtx + offset: 0x1DE08 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model13: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model13 + type: vtx + offset: 0x1DF88 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model14: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model14 + type: vtx + offset: 0x1E108 + count: 24 +d_course_toads_turnpike_dl_1E288: + symbol: d_course_toads_turnpike_dl_1E288 + type: gfx + offset: 0x1E288 +d_course_toads_turnpike_dl_1E318: + symbol: d_course_toads_turnpike_dl_1E318 + type: gfx + offset: 0x1E318 +d_course_toads_turnpike_dl_1E3A8: + symbol: d_course_toads_turnpike_dl_1E3A8 + type: gfx + offset: 0x1E3A8 +d_course_toads_turnpike_dl_1E438: + symbol: d_course_toads_turnpike_dl_1E438 + type: gfx + offset: 0x1E438 +d_course_toads_turnpike_dl_1E458: + symbol: d_course_toads_turnpike_dl_1E458 + type: gfx + offset: 0x1E458 +d_course_toads_turnpike_dl_1E468: + symbol: d_course_toads_turnpike_dl_1E468 + type: gfx + offset: 0x1E468 +d_course_toads_turnpike_dl_1E508: + symbol: d_course_toads_turnpike_dl_1E508 + type: gfx + offset: 0x1E508 +d_course_toads_turnpike_dl_1E810: + symbol: d_course_toads_turnpike_dl_1E810 + type: gfx + offset: 0x1E810 +d_course_toads_turnpike_dl_1E8A0: + symbol: d_course_toads_turnpike_dl_1E8A0 + type: gfx + offset: 0x1E8A0 +d_course_toads_turnpike_dl_1E970: + symbol: d_course_toads_turnpike_dl_1E970 + type: gfx + offset: 0x1E970 +d_course_toads_turnpike_dl_1EA40: + symbol: d_course_toads_turnpike_dl_1EA40 + type: gfx + offset: 0x1EA40 +d_course_toads_turnpike_dl_1EB10: + symbol: d_course_toads_turnpike_dl_1EB10 + type: gfx + offset: 0x1EB10 +d_course_toads_turnpike_dl_1EB48: + symbol: d_course_toads_turnpike_dl_1EB48 + type: gfx + offset: 0x1EB48 +d_course_toads_turnpike_tanker_truck_model_lod1: + symbol: d_course_toads_turnpike_tanker_truck_model_lod1 + type: vtx + offset: 0x1EB58 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model15: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model15 + type: vtx + offset: 0x1EBD8 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model16: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model16 + type: vtx + offset: 0x1EC18 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model17: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model17 + type: vtx + offset: 0x1EC98 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model18: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model18 + type: vtx + offset: 0x1ECD8 + count: 16 +d_course_toads_turnpike_tanker_truck_unknown_model19: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model19 + type: vtx + offset: 0x1EDD8 + count: 32 +d_course_toads_turnpike_tanker_truck_unknown_model20: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model20 + type: vtx + offset: 0x1EFD8 + count: 24 +d_course_toads_turnpike_tanker_truck_unknown_model21: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model21 + type: vtx + offset: 0x1F158 + count: 18 +d_course_toads_turnpike_tanker_truck_unknown_model22: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model22 + type: vtx + offset: 0x1F278 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model23: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model23 + type: vtx + offset: 0x1F338 + count: 30 +d_course_toads_turnpike_tanker_truck_unknown_model24: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model24 + type: vtx + offset: 0x1F518 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model25: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model25 + type: vtx + offset: 0x1F558 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model26: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model26 + type: vtx + offset: 0x1F5D8 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model27: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model27 + type: vtx + offset: 0x1F618 + count: 8 +d_course_toads_turnpike_tanker_truck_unknown_model28: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model28 + type: vtx + offset: 0x1F698 + count: 4 +d_course_toads_turnpike_tanker_truck_unknown_model29: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model29 + type: vtx + offset: 0x1F6D8 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model30: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model30 + type: vtx + offset: 0x1F798 + count: 4 +d_course_toads_turnpike_dl_1F7D8: + symbol: d_course_toads_turnpike_dl_1F7D8 + type: gfx + offset: 0x1F7D8 +d_course_toads_turnpike_dl_1F850: + symbol: d_course_toads_turnpike_dl_1F850 + type: gfx + offset: 0x1F850 +d_course_toads_turnpike_dl_1F8C0: + symbol: d_course_toads_turnpike_dl_1F8C0 + type: gfx + offset: 0x1F8C0 +d_course_toads_turnpike_dl_1F938: + symbol: d_course_toads_turnpike_dl_1F938 + type: gfx + offset: 0x1F938 +d_course_toads_turnpike_dl_1F9A8: + symbol: d_course_toads_turnpike_dl_1F9A8 + type: gfx + offset: 0x1F9A8 +d_course_toads_turnpike_dl_1F9D0: + symbol: d_course_toads_turnpike_dl_1F9D0 + type: gfx + offset: 0x1F9D0 +d_course_toads_turnpike_dl_1F9E0: + symbol: d_course_toads_turnpike_dl_1F9E0 + type: gfx + offset: 0x1F9E0 +d_course_toads_turnpike_dl_1FCD8: + symbol: d_course_toads_turnpike_dl_1FCD8 + type: gfx + offset: 0x1FCD8 +d_course_toads_turnpike_dl_1FD58: + symbol: d_course_toads_turnpike_dl_1FD58 + type: gfx + offset: 0x1FD58 +d_course_toads_turnpike_dl_1FDD0: + symbol: d_course_toads_turnpike_dl_1FDD0 + type: gfx + offset: 0x1FDD0 +d_course_toads_turnpike_dl_1FE50: + symbol: d_course_toads_turnpike_dl_1FE50 + type: gfx + offset: 0x1FE50 +d_course_toads_turnpike_dl_1FEC8: + symbol: d_course_toads_turnpike_dl_1FEC8 + type: gfx + offset: 0x1FEC8 +d_course_toads_turnpike_dl_1FF50: + symbol: d_course_toads_turnpike_dl_1FF50 + type: gfx + offset: 0x1FF50 +d_course_toads_turnpike_dl_1FFC8: + symbol: d_course_toads_turnpike_dl_1FFC8 + type: gfx + offset: 0x1FFC8 +d_course_toads_turnpike_dl_20008: + symbol: d_course_toads_turnpike_dl_20008 + type: gfx + offset: 0x20008 +d_course_toads_turnpike_tanker_truck_model_lod2: + symbol: d_course_toads_turnpike_tanker_truck_model_lod2 + type: vtx + offset: 0x20018 + count: 14 +d_course_toads_turnpike_tanker_truck_unknown_model31: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model31 + type: vtx + offset: 0x200F8 + count: 12 +d_course_toads_turnpike_tanker_truck_unknown_model32: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model32 + type: vtx + offset: 0x201B8 + count: 21 +d_course_toads_turnpike_tanker_truck_unknown_model33: + symbol: d_course_toads_turnpike_tanker_truck_unknown_model33 + type: vtx + offset: 0x20308 + count: 4 +d_course_toads_turnpike_dl_20348: + symbol: d_course_toads_turnpike_dl_20348 + type: gfx + offset: 0x20348 +d_course_toads_turnpike_dl_20450: + symbol: d_course_toads_turnpike_dl_20450 + type: gfx + offset: 0x20450 +d_course_toads_turnpike_dl_204F8: + symbol: d_course_toads_turnpike_dl_204F8 + type: gfx + offset: 0x204F8 +d_course_toads_turnpike_dl_20510: + symbol: d_course_toads_turnpike_dl_20510 + type: gfx + offset: 0x20510 +d_course_toads_turnpike_dl_20520: + symbol: d_course_toads_turnpike_dl_20520 + type: gfx + offset: 0x20520 +d_course_toads_turnpike_dl_20598: + symbol: d_course_toads_turnpike_dl_20598 + type: gfx + offset: 0x20598 +d_course_toads_turnpike_dl_205A8: + symbol: d_course_toads_turnpike_dl_205A8 + type: gfx + offset: 0x205A8 +d_course_toads_turnpike_car_model_lod0: + symbol: d_course_toads_turnpike_car_model_lod0 + type: vtx + offset: 0x205B8 + count: 16 +d_course_toads_turnpike_car_unknown_model1: + symbol: d_course_toads_turnpike_car_unknown_model1 + type: vtx + offset: 0x206B8 + count: 16 +d_course_toads_turnpike_car_unknown_model2: + symbol: d_course_toads_turnpike_car_unknown_model2 + type: vtx + offset: 0x207B8 + count: 10 +d_course_toads_turnpike_car_unknown_model3: + symbol: d_course_toads_turnpike_car_unknown_model3 + type: vtx + offset: 0x20858 + count: 10 +d_course_toads_turnpike_car_unknown_model4: + symbol: d_course_toads_turnpike_car_unknown_model4 + type: vtx + offset: 0x208F8 + count: 24 +d_course_toads_turnpike_car_unknown_model5: + symbol: d_course_toads_turnpike_car_unknown_model5 + type: vtx + offset: 0x20A78 + count: 8 +d_course_toads_turnpike_car_unknown_model6: + symbol: d_course_toads_turnpike_car_unknown_model6 + type: vtx + offset: 0x20AF8 + count: 4 +d_course_toads_turnpike_car_unknown_model7: + symbol: d_course_toads_turnpike_car_unknown_model7 + type: vtx + offset: 0x20B38 + count: 32 +d_course_toads_turnpike_car_unknown_model8: + symbol: d_course_toads_turnpike_car_unknown_model8 + type: vtx + offset: 0x20D38 + count: 32 +d_course_toads_turnpike_car_unknown_model9: + symbol: d_course_toads_turnpike_car_unknown_model9 + type: vtx + offset: 0x20F38 + count: 32 +d_course_toads_turnpike_car_unknown_model10: + symbol: d_course_toads_turnpike_car_unknown_model10 + type: vtx + offset: 0x21138 + count: 23 +d_course_toads_turnpike_car_unknown_model11: + symbol: d_course_toads_turnpike_car_unknown_model11 + type: vtx + offset: 0x212A8 + count: 10 +d_course_toads_turnpike_car_unknown_model12: + symbol: d_course_toads_turnpike_car_unknown_model12 + type: vtx + offset: 0x21348 + count: 12 +d_course_toads_turnpike_car_unknown_model13: + symbol: d_course_toads_turnpike_car_unknown_model13 + type: vtx + offset: 0x21408 + count: 12 +d_course_toads_turnpike_car_unknown_model14: + symbol: d_course_toads_turnpike_car_unknown_model14 + type: vtx + offset: 0x214C8 + count: 12 +d_course_toads_turnpike_car_unknown_model15: + symbol: d_course_toads_turnpike_car_unknown_model15 + type: vtx + offset: 0x21588 + count: 12 +d_course_toads_turnpike_dl_21648: + symbol: d_course_toads_turnpike_dl_21648 + type: gfx + offset: 0x21648 +d_course_toads_turnpike_dl_216D8: + symbol: d_course_toads_turnpike_dl_216D8 + type: gfx + offset: 0x216D8 +d_course_toads_turnpike_dl_21768: + symbol: d_course_toads_turnpike_dl_21768 + type: gfx + offset: 0x21768 +d_course_toads_turnpike_dl_21780: + symbol: d_course_toads_turnpike_dl_21780 + type: gfx + offset: 0x21780 +d_course_toads_turnpike_dl_21790: + symbol: d_course_toads_turnpike_dl_21790 + type: gfx + offset: 0x21790 +d_course_toads_turnpike_dl_21820: + symbol: d_course_toads_turnpike_dl_21820 + type: gfx + offset: 0x21820 +d_course_toads_turnpike_dl_218B0: + symbol: d_course_toads_turnpike_dl_218B0 + type: gfx + offset: 0x218B0 +d_course_toads_turnpike_dl_21950: + symbol: d_course_toads_turnpike_dl_21950 + type: gfx + offset: 0x21950 +d_course_toads_turnpike_dl_21A28: + symbol: d_course_toads_turnpike_dl_21A28 + type: gfx + offset: 0x21A28 +d_course_toads_turnpike_dl_21C78: + symbol: d_course_toads_turnpike_dl_21C78 + type: gfx + offset: 0x21C78 +d_course_toads_turnpike_dl_21CD0: + symbol: d_course_toads_turnpike_dl_21CD0 + type: gfx + offset: 0x21CD0 +d_course_toads_turnpike_dl_21D28: + symbol: d_course_toads_turnpike_dl_21D28 + type: gfx + offset: 0x21D28 +d_course_toads_turnpike_dl_21D80: + symbol: d_course_toads_turnpike_dl_21D80 + type: gfx + offset: 0x21D80 +d_course_toads_turnpike_dl_21DD8: + symbol: d_course_toads_turnpike_dl_21DD8 + type: gfx + offset: 0x21DD8 +d_course_toads_turnpike_dl_21E28: + symbol: d_course_toads_turnpike_dl_21E28 + type: gfx + offset: 0x21E28 +d_course_toads_turnpike_car_model_lod1: + symbol: d_course_toads_turnpike_car_model_lod1 + type: vtx + offset: 0x21E38 + count: 16 +d_course_toads_turnpike_car_unknown_model16: + symbol: d_course_toads_turnpike_car_unknown_model16 + type: vtx + offset: 0x21F38 + count: 16 +d_course_toads_turnpike_car_unknown_model17: + symbol: d_course_toads_turnpike_car_unknown_model17 + type: vtx + offset: 0x22038 + count: 16 +d_course_toads_turnpike_car_unknown_model18: + symbol: d_course_toads_turnpike_car_unknown_model18 + type: vtx + offset: 0x22138 + count: 8 +d_course_toads_turnpike_car_unknown_model19: + symbol: d_course_toads_turnpike_car_unknown_model19 + type: vtx + offset: 0x221B8 + count: 8 +d_course_toads_turnpike_car_unknown_model20: + symbol: d_course_toads_turnpike_car_unknown_model20 + type: vtx + offset: 0x22238 + count: 24 +d_course_toads_turnpike_car_unknown_model21: + symbol: d_course_toads_turnpike_car_unknown_model21 + type: vtx + offset: 0x223B8 + count: 8 +d_course_toads_turnpike_car_unknown_model22: + symbol: d_course_toads_turnpike_car_unknown_model22 + type: vtx + offset: 0x22438 + count: 4 +d_course_toads_turnpike_car_unknown_model23: + symbol: d_course_toads_turnpike_car_unknown_model23 + type: vtx + offset: 0x22478 + count: 31 +d_course_toads_turnpike_car_unknown_model24: + symbol: d_course_toads_turnpike_car_unknown_model24 + type: vtx + offset: 0x22668 + count: 32 +d_course_toads_turnpike_car_unknown_model25: + symbol: d_course_toads_turnpike_car_unknown_model25 + type: vtx + offset: 0x22868 + count: 22 +d_course_toads_turnpike_car_unknown_model26: + symbol: d_course_toads_turnpike_car_unknown_model26 + type: vtx + offset: 0x229C8 + count: 10 +d_course_toads_turnpike_dl_22A68: + symbol: d_course_toads_turnpike_dl_22A68 + type: gfx + offset: 0x22A68 +d_course_toads_turnpike_dl_22AF8: + symbol: d_course_toads_turnpike_dl_22AF8 + type: gfx + offset: 0x22AF8 +d_course_toads_turnpike_dl_22B88: + symbol: d_course_toads_turnpike_dl_22B88 + type: gfx + offset: 0x22B88 +d_course_toads_turnpike_dl_22BA0: + symbol: d_course_toads_turnpike_dl_22BA0 + type: gfx + offset: 0x22BA0 +d_course_toads_turnpike_dl_22BB0: + symbol: d_course_toads_turnpike_dl_22BB0 + type: gfx + offset: 0x22BB0 +d_course_toads_turnpike_dl_22C50: + symbol: d_course_toads_turnpike_dl_22C50 + type: gfx + offset: 0x22C50 +d_course_toads_turnpike_dl_22C88: + symbol: d_course_toads_turnpike_dl_22C88 + type: gfx + offset: 0x22C88 +d_course_toads_turnpike_dl_22CC0: + symbol: d_course_toads_turnpike_dl_22CC0 + type: gfx + offset: 0x22CC0 +d_course_toads_turnpike_dl_22D60: + symbol: d_course_toads_turnpike_dl_22D60 + type: gfx + offset: 0x22D60 +d_course_toads_turnpike_dl_22E38: + symbol: d_course_toads_turnpike_dl_22E38 + type: gfx + offset: 0x22E38 +d_course_toads_turnpike_dl_23040: + symbol: d_course_toads_turnpike_dl_23040 + type: gfx + offset: 0x23040 +d_course_toads_turnpike_dl_23078: + symbol: d_course_toads_turnpike_dl_23078 + type: gfx + offset: 0x23078 +d_course_toads_turnpike_car_model_lod2: + symbol: d_course_toads_turnpike_car_model_lod2 + type: vtx + offset: 0x23088 + count: 8 +d_course_toads_turnpike_car_unknown_model27: + symbol: d_course_toads_turnpike_car_unknown_model27 + type: vtx + offset: 0x23108 + count: 8 +d_course_toads_turnpike_car_unknown_model28: + symbol: d_course_toads_turnpike_car_unknown_model28 + type: vtx + offset: 0x23188 + count: 4 +d_course_toads_turnpike_car_unknown_model29: + symbol: d_course_toads_turnpike_car_unknown_model29 + type: vtx + offset: 0x231C8 + count: 16 +d_course_toads_turnpike_car_unknown_model30: + symbol: d_course_toads_turnpike_car_unknown_model30 + type: vtx + offset: 0x232C8 + count: 8 +d_course_toads_turnpike_car_unknown_model31: + symbol: d_course_toads_turnpike_car_unknown_model31 + type: vtx + offset: 0x23348 + count: 27 +d_course_toads_turnpike_car_unknown_model32: + symbol: d_course_toads_turnpike_car_unknown_model32 + type: vtx + offset: 0x234F8 + count: 4 +d_course_toads_turnpike_dl_23538: + symbol: d_course_toads_turnpike_dl_23538 + type: gfx + offset: 0x23538 +d_course_toads_turnpike_dl_23600: + symbol: d_course_toads_turnpike_dl_23600 + type: gfx + offset: 0x23600 +d_course_toads_turnpike_dl_23678: + symbol: d_course_toads_turnpike_dl_23678 + type: gfx + offset: 0x23678 +d_course_toads_turnpike_dl_237D8: + symbol: d_course_toads_turnpike_dl_237D8 + type: gfx + offset: 0x237D8 +d_course_toads_turnpike_dl_237F8: + symbol: d_course_toads_turnpike_dl_237F8 + type: gfx + offset: 0x237F8 +d_course_toads_turnpike_dl_23808: + symbol: d_course_toads_turnpike_dl_23808 + type: gfx + offset: 0x23808 +d_course_toads_turnpike_dl_23838: + symbol: d_course_toads_turnpike_dl_23838 + type: gfx + offset: 0x23838 +d_course_toads_turnpike_dl_23848: + symbol: d_course_toads_turnpike_dl_23848 + type: gfx + offset: 0x23848 +d_course_toads_turnpike_dl_23858: + symbol: d_course_toads_turnpike_dl_23858 + type: gfx + offset: 0x23858 +d_course_toads_turnpike_dl_238A0: + symbol: d_course_toads_turnpike_dl_238A0 + type: gfx + offset: 0x238A0 +d_course_toads_turnpike_dl_238E8: + symbol: d_course_toads_turnpike_dl_238E8 + type: gfx + offset: 0x238E8 +d_course_toads_turnpike_dl_23930: + symbol: d_course_toads_turnpike_dl_23930 + type: gfx + offset: 0x23930 +d_course_toads_turnpike_item_box_spawns: + symbol: d_course_toads_turnpike_item_box_spawns + type: mk64:spawn_data + offset: 0x23AE0 + count: 17 +d_course_toads_turnpike_addr: + symbol: d_course_toads_turnpike_addr + type: mk64:track_sections + offset: 0x23B68 + count: 23 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_displaylists.yml new file mode 100644 index 0000000..3bcf584 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x925F50 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_toads_turnpike_packed_dls: + symbol: d_course_toads_turnpike_packed_dls + type: blob + offset: 0x925F50 + size: 0x2D16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_offsets.yml b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_offsets.yml new file mode 100644 index 0000000..0498ade --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_offsets.yml @@ -0,0 +1,65 @@ +:config: + segments: + - [0x09, 0x88E8D0] + - [0x06, 0x857E80] + - [0x0D, 0x132B50] + external_files: + - "yamls/us/common_data.yml" + - "yamls/us/toads_turnpike_data.yml" + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +toads_turnpike_dl_0: + symbol: toads_turnpike_dl_0 + type: gfx + offset: 0x140 +toads_turnpike_dl_1: + symbol: toads_turnpike_dl_1 + type: gfx + offset: 0x178 +toads_turnpike_dl_2: + symbol: toads_turnpike_dl_2 + type: gfx + offset: 0x1B0 +toads_turnpike_dl_3: + symbol: toads_turnpike_dl_3 + type: gfx + offset: 0x1F0 +toads_turnpike_dl_4: + symbol: toads_turnpike_dl_4 + type: gfx + offset: 0x228 +toads_turnpike_dl_5: + symbol: toads_turnpike_dl_5 + type: gfx + offset: 0x260 +toads_turnpike_dl_6: + symbol: toads_turnpike_dl_6 + type: gfx + offset: 0x2A0 +toads_turnpike_dl_7: + symbol: toads_turnpike_dl_7 + type: gfx + offset: 0x2D8 +toads_turnpike_dl_8: + symbol: toads_turnpike_dl_8 + type: gfx + offset: 0x310 +toads_turnpike_dl_9: + symbol: toads_turnpike_dl_9 + type: gfx + offset: 0x350 +toads_turnpike_dl_10: + symbol: toads_turnpike_dl_10 + type: gfx + offset: 0x388 +toads_turnpike_dl_11: + symbol: toads_turnpike_dl_11 + type: gfx + offset: 0x3C0 + \ No newline at end of file diff --git a/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_vertices.yml new file mode 100644 index 0000000..4508a9f --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/toads_turnpike_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x91B980] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_toads_turnpike_vertex: + symbol: d_course_toads_turnpike_vertex + type: mk64:course_vtx + count: 6359 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/wario_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/wario_kart.yml new file mode 100644 index 0000000..a4fbecc --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/wario_kart.yml @@ -0,0 +1,12803 @@ +:config: + segments: + - [0x0F, 0x39E0C0] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + wario_kart_wheels: + range: [0x78F9C, 0x9D11C] + mode: APPEND +wario_kart_frame000: + symbol: gKartWario000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame001: + symbol: gKartWario001 + type: texture + offset: 0x54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_001_wheel_0 +wario_kart_frame002: + symbol: gKartWario002 + type: texture + offset: 0xAB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_002_wheel_0 +wario_kart_frame003: + symbol: gKartWario003 + type: texture + offset: 0x1004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_003_wheel_0 +wario_kart_frame004: + symbol: gKartWario004 + type: texture + offset: 0x1558 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_004_wheel_0 +wario_kart_frame005: + symbol: gKartWario005 + type: texture + offset: 0x1AE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_005_wheel_0 +wario_kart_frame006: + symbol: gKartWario006 + type: texture + offset: 0x2060 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_006_wheel_0 +wario_kart_frame007: + symbol: gKartWario007 + type: texture + offset: 0x260C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_007_wheel_0 +wario_kart_frame008: + symbol: gKartWario008 + type: texture + offset: 0x2BB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_008_wheel_0 +wario_kart_frame009: + symbol: gKartWario009 + type: texture + offset: 0x3164 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_009_wheel_0 +wario_kart_frame010: + symbol: gKartWario010 + type: texture + offset: 0x3724 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_010_wheel_0 +wario_kart_frame011: + symbol: gKartWario011 + type: texture + offset: 0x3CF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_011_wheel_0 +wario_kart_frame012: + symbol: gKartWario012 + type: texture + offset: 0x42CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_012_wheel_0 +wario_kart_frame013: + symbol: gKartWario013 + type: texture + offset: 0x48C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_013_wheel_0 +wario_kart_frame014: + symbol: gKartWario014 + type: texture + offset: 0x4EB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_014_wheel_0 +wario_kart_frame015: + symbol: gKartWario015 + type: texture + offset: 0x54B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_015_wheel_0 +wario_kart_frame016: + symbol: gKartWario016 + type: texture + offset: 0x5AC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_016_wheel_0 +wario_kart_frame017: + symbol: gKartWario017 + type: texture + offset: 0x60E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_017_wheel_0 +wario_kart_frame018: + symbol: gKartWario018 + type: texture + offset: 0x66F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_018_wheel_0 +wario_kart_frame019: + symbol: gKartWario019 + type: texture + offset: 0x6D24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_019_wheel_0 +wario_kart_frame020: + symbol: gKartWario020 + type: texture + offset: 0x7350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_020_wheel_0 +wario_kart_frame021: + symbol: gKartWario021 + type: texture + offset: 0x7974 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_021_wheel_0 +wario_kart_frame022: + symbol: gKartWario022 + type: texture + offset: 0x7EC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_022_wheel_0 +wario_kart_frame023: + symbol: gKartWario023 + type: texture + offset: 0x8430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_023_wheel_0 +wario_kart_frame024: + symbol: gKartWario024 + type: texture + offset: 0x89B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_024_wheel_0 +wario_kart_frame025: + symbol: gKartWario025 + type: texture + offset: 0x8F50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_025_wheel_0 +wario_kart_frame026: + symbol: gKartWario026 + type: texture + offset: 0x94C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_026_wheel_0 +wario_kart_frame027: + symbol: gKartWario027 + type: texture + offset: 0x9A60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_027_wheel_0 +wario_kart_frame028: + symbol: gKartWario028 + type: texture + offset: 0x9FFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_028_wheel_0 +wario_kart_frame029: + symbol: gKartWario029 + type: texture + offset: 0xA5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_029_wheel_0 +wario_kart_frame030: + symbol: gKartWario030 + type: texture + offset: 0xAB78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_030_wheel_0 +wario_kart_frame031: + symbol: gKartWario031 + type: texture + offset: 0xB160 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_031_wheel_0 +wario_kart_frame032: + symbol: gKartWario032 + type: texture + offset: 0xB740 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_032_wheel_0 +wario_kart_frame033: + symbol: gKartWario033 + type: texture + offset: 0xBD18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_033_wheel_0 +wario_kart_frame034: + symbol: gKartWario034 + type: texture + offset: 0xC31C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_034_wheel_0 +wario_kart_frame035: + symbol: gKartWario035 + type: texture + offset: 0xC934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_035_wheel_0 +wario_kart_frame036: + symbol: gKartWario036 + type: texture + offset: 0xCF40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_036_wheel_0 +wario_kart_frame037: + symbol: gKartWario037 + type: texture + offset: 0xD548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_037_wheel_0 +wario_kart_frame038: + symbol: gKartWario038 + type: texture + offset: 0xDB74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_038_wheel_0 +wario_kart_frame039: + symbol: gKartWario039 + type: texture + offset: 0xE198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_039_wheel_0 +wario_kart_frame040: + symbol: gKartWario040 + type: texture + offset: 0xE7BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_040_wheel_0 +wario_kart_frame041: + symbol: gKartWario041 + type: texture + offset: 0xEDF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_041_wheel_0 +wario_kart_frame042: + symbol: gKartWario042 + type: texture + offset: 0xF448 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_042_wheel_0 +wario_kart_frame043: + symbol: gKartWario043 + type: texture + offset: 0xF9B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_043_wheel_0 +wario_kart_frame044: + symbol: gKartWario044 + type: texture + offset: 0xFF34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_044_wheel_0 +wario_kart_frame045: + symbol: gKartWario045 + type: texture + offset: 0x104C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_045_wheel_0 +wario_kart_frame046: + symbol: gKartWario046 + type: texture + offset: 0x10A5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_046_wheel_0 +wario_kart_frame047: + symbol: gKartWario047 + type: texture + offset: 0x10FF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_047_wheel_0 +wario_kart_frame048: + symbol: gKartWario048 + type: texture + offset: 0x11588 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_048_wheel_0 +wario_kart_frame049: + symbol: gKartWario049 + type: texture + offset: 0x11B48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_049_wheel_0 +wario_kart_frame050: + symbol: gKartWario050 + type: texture + offset: 0x12128 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_050_wheel_0 +wario_kart_frame051: + symbol: gKartWario051 + type: texture + offset: 0x126FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_051_wheel_0 +wario_kart_frame052: + symbol: gKartWario052 + type: texture + offset: 0x12CEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_052_wheel_0 +wario_kart_frame053: + symbol: gKartWario053 + type: texture + offset: 0x132C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_053_wheel_0 +wario_kart_frame054: + symbol: gKartWario054 + type: texture + offset: 0x138BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_054_wheel_0 +wario_kart_frame055: + symbol: gKartWario055 + type: texture + offset: 0x13EB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_055_wheel_0 +wario_kart_frame056: + symbol: gKartWario056 + type: texture + offset: 0x144BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_056_wheel_0 +wario_kart_frame057: + symbol: gKartWario057 + type: texture + offset: 0x14AD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_057_wheel_0 +wario_kart_frame058: + symbol: gKartWario058 + type: texture + offset: 0x15108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_058_wheel_0 +wario_kart_frame059: + symbol: gKartWario059 + type: texture + offset: 0x15730 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_059_wheel_0 +wario_kart_frame060: + symbol: gKartWario060 + type: texture + offset: 0x15D60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_060_wheel_0 +wario_kart_frame061: + symbol: gKartWario061 + type: texture + offset: 0x163A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_061_wheel_0 +wario_kart_frame062: + symbol: gKartWario062 + type: texture + offset: 0x169E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_062_wheel_0 +wario_kart_frame063: + symbol: gKartWario063 + type: texture + offset: 0x17034 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_063_wheel_0 +wario_kart_frame064: + symbol: gKartWario064 + type: texture + offset: 0x175A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_064_wheel_0 +wario_kart_frame065: + symbol: gKartWario065 + type: texture + offset: 0x17B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_065_wheel_0 +wario_kart_frame066: + symbol: gKartWario066 + type: texture + offset: 0x180D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_066_wheel_0 +wario_kart_frame067: + symbol: gKartWario067 + type: texture + offset: 0x18670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_067_wheel_0 +wario_kart_frame068: + symbol: gKartWario068 + type: texture + offset: 0x18C10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_068_wheel_0 +wario_kart_frame069: + symbol: gKartWario069 + type: texture + offset: 0x191CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_069_wheel_0 +wario_kart_frame070: + symbol: gKartWario070 + type: texture + offset: 0x19784 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_070_wheel_0 +wario_kart_frame071: + symbol: gKartWario071 + type: texture + offset: 0x19D58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_071_wheel_0 +wario_kart_frame072: + symbol: gKartWario072 + type: texture + offset: 0x1A350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_072_wheel_0 +wario_kart_frame073: + symbol: gKartWario073 + type: texture + offset: 0x1A944 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_073_wheel_0 +wario_kart_frame074: + symbol: gKartWario074 + type: texture + offset: 0x1AF50 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_074_wheel_0 +wario_kart_frame075: + symbol: gKartWario075 + type: texture + offset: 0x1B548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_075_wheel_0 +wario_kart_frame076: + symbol: gKartWario076 + type: texture + offset: 0x1BB5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_076_wheel_0 +wario_kart_frame077: + symbol: gKartWario077 + type: texture + offset: 0x1C154 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_077_wheel_0 +wario_kart_frame078: + symbol: gKartWario078 + type: texture + offset: 0x1C768 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_078_wheel_0 +wario_kart_frame079: + symbol: gKartWario079 + type: texture + offset: 0x1CD98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_079_wheel_0 +wario_kart_frame080: + symbol: gKartWario080 + type: texture + offset: 0x1D3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_080_wheel_0 +wario_kart_frame081: + symbol: gKartWario081 + type: texture + offset: 0x1D9F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_081_wheel_0 +wario_kart_frame082: + symbol: gKartWario082 + type: texture + offset: 0x1E038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_082_wheel_0 +wario_kart_frame083: + symbol: gKartWario083 + type: texture + offset: 0x1E67C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_083_wheel_0 +wario_kart_frame084: + symbol: gKartWario084 + type: texture + offset: 0x1ECD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_084_wheel_0 +wario_kart_frame085: + symbol: gKartWario085 + type: texture + offset: 0x1F25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_085_wheel_0 +wario_kart_frame086: + symbol: gKartWario086 + type: texture + offset: 0x1F7E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_086_wheel_0 +wario_kart_frame087: + symbol: gKartWario087 + type: texture + offset: 0x1FD6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_087_wheel_0 +wario_kart_frame088: + symbol: gKartWario088 + type: texture + offset: 0x20330 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_088_wheel_0 +wario_kart_frame089: + symbol: gKartWario089 + type: texture + offset: 0x208E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_089_wheel_0 +wario_kart_frame090: + symbol: gKartWario090 + type: texture + offset: 0x20E9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_090_wheel_0 +wario_kart_frame091: + symbol: gKartWario091 + type: texture + offset: 0x21474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_091_wheel_0 +wario_kart_frame092: + symbol: gKartWario092 + type: texture + offset: 0x21A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_092_wheel_0 +wario_kart_frame093: + symbol: gKartWario093 + type: texture + offset: 0x22048 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_093_wheel_0 +wario_kart_frame094: + symbol: gKartWario094 + type: texture + offset: 0x2262C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_094_wheel_0 +wario_kart_frame095: + symbol: gKartWario095 + type: texture + offset: 0x22C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_095_wheel_0 +wario_kart_frame096: + symbol: gKartWario096 + type: texture + offset: 0x23224 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_096_wheel_0 +wario_kart_frame097: + symbol: gKartWario097 + type: texture + offset: 0x23824 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_097_wheel_0 +wario_kart_frame098: + symbol: gKartWario098 + type: texture + offset: 0x23E28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_098_wheel_0 +wario_kart_frame099: + symbol: gKartWario099 + type: texture + offset: 0x24430 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_099_wheel_0 +wario_kart_frame100: + symbol: gKartWario100 + type: texture + offset: 0x24A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_100_wheel_0 +wario_kart_frame101: + symbol: gKartWario101 + type: texture + offset: 0x250A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_101_wheel_0 +wario_kart_frame102: + symbol: gKartWario102 + type: texture + offset: 0x256E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_102_wheel_0 +wario_kart_frame103: + symbol: gKartWario103 + type: texture + offset: 0x25D28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_103_wheel_0 +wario_kart_frame104: + symbol: gKartWario104 + type: texture + offset: 0x26380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_104_wheel_0 +wario_kart_frame105: + symbol: gKartWario105 + type: texture + offset: 0x269E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_105_wheel_0 +wario_kart_frame106: + symbol: gKartWario106 + type: texture + offset: 0x26F78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_106_wheel_0 +wario_kart_frame107: + symbol: gKartWario107 + type: texture + offset: 0x2751C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_107_wheel_0 +wario_kart_frame108: + symbol: gKartWario108 + type: texture + offset: 0x27AA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_108_wheel_0 +wario_kart_frame109: + symbol: gKartWario109 + type: texture + offset: 0x28050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_109_wheel_0 +wario_kart_frame110: + symbol: gKartWario110 + type: texture + offset: 0x28618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_110_wheel_0 +wario_kart_frame111: + symbol: gKartWario111 + type: texture + offset: 0x28BEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_111_wheel_0 +wario_kart_frame112: + symbol: gKartWario112 + type: texture + offset: 0x291D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_112_wheel_0 +wario_kart_frame113: + symbol: gKartWario113 + type: texture + offset: 0x297B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_113_wheel_0 +wario_kart_frame114: + symbol: gKartWario114 + type: texture + offset: 0x29DA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_114_wheel_0 +wario_kart_frame115: + symbol: gKartWario115 + type: texture + offset: 0x2A3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_115_wheel_0 +wario_kart_frame116: + symbol: gKartWario116 + type: texture + offset: 0x2A9A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_116_wheel_0 +wario_kart_frame117: + symbol: gKartWario117 + type: texture + offset: 0x2AFB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_117_wheel_0 +wario_kart_frame118: + symbol: gKartWario118 + type: texture + offset: 0x2B5BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_118_wheel_0 +wario_kart_frame119: + symbol: gKartWario119 + type: texture + offset: 0x2BBC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_119_wheel_0 +wario_kart_frame120: + symbol: gKartWario120 + type: texture + offset: 0x2C1E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_120_wheel_0 +wario_kart_frame121: + symbol: gKartWario121 + type: texture + offset: 0x2C820 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_121_wheel_0 +wario_kart_frame122: + symbol: gKartWario122 + type: texture + offset: 0x2CE68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_122_wheel_0 +wario_kart_frame123: + symbol: gKartWario123 + type: texture + offset: 0x2D4C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_123_wheel_0 +wario_kart_frame124: + symbol: gKartWario124 + type: texture + offset: 0x2DB28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_124_wheel_0 +wario_kart_frame125: + symbol: gKartWario125 + type: texture + offset: 0x2E190 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_125_wheel_0 +wario_kart_frame126: + symbol: gKartWario126 + type: texture + offset: 0x2E80C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_126_wheel_0 +wario_kart_frame127: + symbol: gKartWario127 + type: texture + offset: 0x2ED9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_127_wheel_0 +wario_kart_frame128: + symbol: gKartWario128 + type: texture + offset: 0x2F338 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_128_wheel_0 +wario_kart_frame129: + symbol: gKartWario129 + type: texture + offset: 0x2F8F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_129_wheel_0 +wario_kart_frame130: + symbol: gKartWario130 + type: texture + offset: 0x2FEB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_130_wheel_0 +wario_kart_frame131: + symbol: gKartWario131 + type: texture + offset: 0x30474 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_131_wheel_0 +wario_kart_frame132: + symbol: gKartWario132 + type: texture + offset: 0x30A40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_132_wheel_0 +wario_kart_frame133: + symbol: gKartWario133 + type: texture + offset: 0x31024 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_133_wheel_0 +wario_kart_frame134: + symbol: gKartWario134 + type: texture + offset: 0x31618 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_134_wheel_0 +wario_kart_frame135: + symbol: gKartWario135 + type: texture + offset: 0x31C0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_135_wheel_0 +wario_kart_frame136: + symbol: gKartWario136 + type: texture + offset: 0x321F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_136_wheel_0 +wario_kart_frame137: + symbol: gKartWario137 + type: texture + offset: 0x327F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_137_wheel_0 +wario_kart_frame138: + symbol: gKartWario138 + type: texture + offset: 0x32DF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_138_wheel_0 +wario_kart_frame139: + symbol: gKartWario139 + type: texture + offset: 0x333F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_139_wheel_0 +wario_kart_frame140: + symbol: gKartWario140 + type: texture + offset: 0x339FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_140_wheel_0 +wario_kart_frame141: + symbol: gKartWario141 + type: texture + offset: 0x34038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_141_wheel_0 +wario_kart_frame142: + symbol: gKartWario142 + type: texture + offset: 0x34670 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_142_wheel_0 +wario_kart_frame143: + symbol: gKartWario143 + type: texture + offset: 0x34CC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_143_wheel_0 +wario_kart_frame144: + symbol: gKartWario144 + type: texture + offset: 0x3530C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_144_wheel_0 +wario_kart_frame145: + symbol: gKartWario145 + type: texture + offset: 0x35964 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_145_wheel_0 +wario_kart_frame146: + symbol: gKartWario146 + type: texture + offset: 0x35FC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_146_wheel_0 +wario_kart_frame147: + symbol: gKartWario147 + type: texture + offset: 0x36654 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_147_wheel_0 +wario_kart_frame148: + symbol: gKartWario148 + type: texture + offset: 0x36BD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_148_wheel_0 +wario_kart_frame149: + symbol: gKartWario149 + type: texture + offset: 0x37198 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_149_wheel_0 +wario_kart_frame150: + symbol: gKartWario150 + type: texture + offset: 0x3773C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_150_wheel_0 +wario_kart_frame151: + symbol: gKartWario151 + type: texture + offset: 0x37D08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_151_wheel_0 +wario_kart_frame152: + symbol: gKartWario152 + type: texture + offset: 0x382D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_152_wheel_0 +wario_kart_frame153: + symbol: gKartWario153 + type: texture + offset: 0x38890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_153_wheel_0 +wario_kart_frame154: + symbol: gKartWario154 + type: texture + offset: 0x38E74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_154_wheel_0 +wario_kart_frame155: + symbol: gKartWario155 + type: texture + offset: 0x39464 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_155_wheel_0 +wario_kart_frame156: + symbol: gKartWario156 + type: texture + offset: 0x39A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_156_wheel_0 +wario_kart_frame157: + symbol: gKartWario157 + type: texture + offset: 0x3A050 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_157_wheel_0 +wario_kart_frame158: + symbol: gKartWario158 + type: texture + offset: 0x3A66C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_158_wheel_0 +wario_kart_frame159: + symbol: gKartWario159 + type: texture + offset: 0x3AC7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_159_wheel_0 +wario_kart_frame160: + symbol: gKartWario160 + type: texture + offset: 0x3B284 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_160_wheel_0 +wario_kart_frame161: + symbol: gKartWario161 + type: texture + offset: 0x3B88C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_161_wheel_0 +wario_kart_frame162: + symbol: gKartWario162 + type: texture + offset: 0x3BEB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_162_wheel_0 +wario_kart_frame163: + symbol: gKartWario163 + type: texture + offset: 0x3C500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_163_wheel_0 +wario_kart_frame164: + symbol: gKartWario164 + type: texture + offset: 0x3CB58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_164_wheel_0 +wario_kart_frame165: + symbol: gKartWario165 + type: texture + offset: 0x3D1C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_165_wheel_0 +wario_kart_frame166: + symbol: gKartWario166 + type: texture + offset: 0x3D83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_166_wheel_0 +wario_kart_frame167: + symbol: gKartWario167 + type: texture + offset: 0x3DEC8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_167_wheel_0 +wario_kart_frame168: + symbol: gKartWario168 + type: texture + offset: 0x3E548 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_168_wheel_0 +wario_kart_frame169: + symbol: gKartWario169 + type: texture + offset: 0x3EAEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_169_wheel_0 +wario_kart_frame170: + symbol: gKartWario170 + type: texture + offset: 0x3F0AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_170_wheel_0 +wario_kart_frame171: + symbol: gKartWario171 + type: texture + offset: 0x3F650 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_171_wheel_0 +wario_kart_frame172: + symbol: gKartWario172 + type: texture + offset: 0x3FC28 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_172_wheel_0 +wario_kart_frame173: + symbol: gKartWario173 + type: texture + offset: 0x401F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_173_wheel_0 +wario_kart_frame174: + symbol: gKartWario174 + type: texture + offset: 0x407B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_174_wheel_0 +wario_kart_frame175: + symbol: gKartWario175 + type: texture + offset: 0x40D88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_175_wheel_0 +wario_kart_frame176: + symbol: gKartWario176 + type: texture + offset: 0x41374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_176_wheel_0 +wario_kart_frame177: + symbol: gKartWario177 + type: texture + offset: 0x41978 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_177_wheel_0 +wario_kart_frame178: + symbol: gKartWario178 + type: texture + offset: 0x41F74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_178_wheel_0 +wario_kart_frame179: + symbol: gKartWario179 + type: texture + offset: 0x42590 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_179_wheel_0 +wario_kart_frame180: + symbol: gKartWario180 + type: texture + offset: 0x42BA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_180_wheel_0 +wario_kart_frame181: + symbol: gKartWario181 + type: texture + offset: 0x431A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_181_wheel_0 +wario_kart_frame182: + symbol: gKartWario182 + type: texture + offset: 0x437B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_182_wheel_0 +wario_kart_frame183: + symbol: gKartWario183 + type: texture + offset: 0x43DEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_183_wheel_0 +wario_kart_frame184: + symbol: gKartWario184 + type: texture + offset: 0x44420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_184_wheel_0 +wario_kart_frame185: + symbol: gKartWario185 + type: texture + offset: 0x44A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_185_wheel_0 +wario_kart_frame186: + symbol: gKartWario186 + type: texture + offset: 0x450E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_186_wheel_0 +wario_kart_frame187: + symbol: gKartWario187 + type: texture + offset: 0x45750 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_187_wheel_0 +wario_kart_frame188: + symbol: gKartWario188 + type: texture + offset: 0x45DE8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_188_wheel_0 +wario_kart_frame189: + symbol: gKartWario189 + type: texture + offset: 0x4647C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_189_wheel_0 +wario_kart_frame190: + symbol: gKartWario190 + type: texture + offset: 0x469D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_190_wheel_0 +wario_kart_frame191: + symbol: gKartWario191 + type: texture + offset: 0x46F70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_191_wheel_0 +wario_kart_frame192: + symbol: gKartWario192 + type: texture + offset: 0x47528 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_192_wheel_0 +wario_kart_frame193: + symbol: gKartWario193 + type: texture + offset: 0x47B0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_193_wheel_0 +wario_kart_frame194: + symbol: gKartWario194 + type: texture + offset: 0x480F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_194_wheel_0 +wario_kart_frame195: + symbol: gKartWario195 + type: texture + offset: 0x48708 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_195_wheel_0 +wario_kart_frame196: + symbol: gKartWario196 + type: texture + offset: 0x48D40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_196_wheel_0 +wario_kart_frame197: + symbol: gKartWario197 + type: texture + offset: 0x49388 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_197_wheel_0 +wario_kart_frame198: + symbol: gKartWario198 + type: texture + offset: 0x499D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_198_wheel_0 +wario_kart_frame199: + symbol: gKartWario199 + type: texture + offset: 0x4A05C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_199_wheel_0 +wario_kart_frame200: + symbol: gKartWario200 + type: texture + offset: 0x4A6E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_200_wheel_0 +wario_kart_frame201: + symbol: gKartWario201 + type: texture + offset: 0x4ADA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_201_wheel_0 +wario_kart_frame202: + symbol: gKartWario202 + type: texture + offset: 0x4B460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_202_wheel_0 +wario_kart_frame203: + symbol: gKartWario203 + type: texture + offset: 0x4BAFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_203_wheel_0 +wario_kart_frame204: + symbol: gKartWario204 + type: texture + offset: 0x4C1A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_204_wheel_0 +wario_kart_frame205: + symbol: gKartWario205 + type: texture + offset: 0x4C868 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_205_wheel_0 +wario_kart_frame206: + symbol: gKartWario206 + type: texture + offset: 0x4CF08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_206_wheel_0 +wario_kart_frame207: + symbol: gKartWario207 + type: texture + offset: 0x4D5AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_207_wheel_0 +wario_kart_frame208: + symbol: gKartWario208 + type: texture + offset: 0x4DC4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_208_wheel_0 +wario_kart_frame209: + symbol: gKartWario209 + type: texture + offset: 0x4E2D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_209_wheel_0 +wario_kart_frame210: + symbol: gKartWario210 + type: texture + offset: 0x4E864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_210_wheel_0 +wario_kart_frame211: + symbol: gKartWario211 + type: texture + offset: 0x4EE14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_211_wheel_0 +wario_kart_frame212: + symbol: gKartWario212 + type: texture + offset: 0x4F3F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_212_wheel_0 +wario_kart_frame213: + symbol: gKartWario213 + type: texture + offset: 0x4F9F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_213_wheel_0 +wario_kart_frame214: + symbol: gKartWario214 + type: texture + offset: 0x50020 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_214_wheel_0 +wario_kart_frame215: + symbol: gKartWario215 + type: texture + offset: 0x5065C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_215_wheel_0 +wario_kart_frame216: + symbol: gKartWario216 + type: texture + offset: 0x50CB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_216_wheel_0 +wario_kart_frame217: + symbol: gKartWario217 + type: texture + offset: 0x5130C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_217_wheel_0 +wario_kart_frame218: + symbol: gKartWario218 + type: texture + offset: 0x51964 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_218_wheel_0 +wario_kart_frame219: + symbol: gKartWario219 + type: texture + offset: 0x51FE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_219_wheel_0 +wario_kart_frame220: + symbol: gKartWario220 + type: texture + offset: 0x5264C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_220_wheel_0 +wario_kart_frame221: + symbol: gKartWario221 + type: texture + offset: 0x52CD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_221_wheel_0 +wario_kart_frame222: + symbol: gKartWario222 + type: texture + offset: 0x53350 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_222_wheel_0 +wario_kart_frame223: + symbol: gKartWario223 + type: texture + offset: 0x539CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_223_wheel_0 +wario_kart_frame224: + symbol: gKartWario224 + type: texture + offset: 0x54038 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_224_wheel_0 +wario_kart_frame225: + symbol: gKartWario225 + type: texture + offset: 0x546B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_225_wheel_0 +wario_kart_frame226: + symbol: gKartWario226 + type: texture + offset: 0x54D0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_226_wheel_0 +wario_kart_frame227: + symbol: gKartWario227 + type: texture + offset: 0x55360 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_227_wheel_0 +wario_kart_frame228: + symbol: gKartWario228 + type: texture + offset: 0x559AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_228_wheel_0 +wario_kart_frame229: + symbol: gKartWario229 + type: texture + offset: 0x56014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_229_wheel_0 +wario_kart_frame230: + symbol: gKartWario230 + type: texture + offset: 0x565AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_230_wheel_0 +wario_kart_frame231: + symbol: gKartWario231 + type: texture + offset: 0x56B64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_231_wheel_0 +wario_kart_frame232: + symbol: gKartWario232 + type: texture + offset: 0x57148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_232_wheel_0 +wario_kart_frame233: + symbol: gKartWario233 + type: texture + offset: 0x57764 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_233_wheel_0 +wario_kart_frame234: + symbol: gKartWario234 + type: texture + offset: 0x57D98 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_234_wheel_0 +wario_kart_frame235: + symbol: gKartWario235 + type: texture + offset: 0x583E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_235_wheel_0 +wario_kart_frame236: + symbol: gKartWario236 + type: texture + offset: 0x58A64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_236_wheel_0 +wario_kart_frame237: + symbol: gKartWario237 + type: texture + offset: 0x590D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_237_wheel_0 +wario_kart_frame238: + symbol: gKartWario238 + type: texture + offset: 0x59748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_238_wheel_0 +wario_kart_frame239: + symbol: gKartWario239 + type: texture + offset: 0x59DA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_239_wheel_0 +wario_kart_frame240: + symbol: gKartWario240 + type: texture + offset: 0x5A410 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_240_wheel_0 +wario_kart_frame241: + symbol: gKartWario241 + type: texture + offset: 0x5AA80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_241_wheel_0 +wario_kart_frame242: + symbol: gKartWario242 + type: texture + offset: 0x5B0EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_242_wheel_0 +wario_kart_frame243: + symbol: gKartWario243 + type: texture + offset: 0x5B748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_243_wheel_0 +wario_kart_frame244: + symbol: gKartWario244 + type: texture + offset: 0x5BD90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_244_wheel_0 +wario_kart_frame245: + symbol: gKartWario245 + type: texture + offset: 0x5C3D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_245_wheel_0 +wario_kart_frame246: + symbol: gKartWario246 + type: texture + offset: 0x5CA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_246_wheel_0 +wario_kart_frame247: + symbol: gKartWario247 + type: texture + offset: 0x5D04C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_247_wheel_0 +wario_kart_frame248: + symbol: gKartWario248 + type: texture + offset: 0x5D660 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_248_wheel_0 +wario_kart_frame249: + symbol: gKartWario249 + type: texture + offset: 0x5DC68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_249_wheel_0 +wario_kart_frame250: + symbol: gKartWario250 + type: texture + offset: 0x5E21C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_250_wheel_0 +wario_kart_frame251: + symbol: gKartWario251 + type: texture + offset: 0x5E7FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_251_wheel_0 +wario_kart_frame252: + symbol: gKartWario252 + type: texture + offset: 0x5EDF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_252_wheel_0 +wario_kart_frame253: + symbol: gKartWario253 + type: texture + offset: 0x5F414 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_253_wheel_0 +wario_kart_frame254: + symbol: gKartWario254 + type: texture + offset: 0x5FA64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_254_wheel_0 +wario_kart_frame255: + symbol: gKartWario255 + type: texture + offset: 0x600D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_255_wheel_0 +wario_kart_frame256: + symbol: gKartWario256 + type: texture + offset: 0x60748 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_256_wheel_0 +wario_kart_frame257: + symbol: gKartWario257 + type: texture + offset: 0x60DD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_257_wheel_0 +wario_kart_frame258: + symbol: gKartWario258 + type: texture + offset: 0x61460 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_258_wheel_0 +wario_kart_frame259: + symbol: gKartWario259 + type: texture + offset: 0x61AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_259_wheel_0 +wario_kart_frame260: + symbol: gKartWario260 + type: texture + offset: 0x62120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_260_wheel_0 +wario_kart_frame261: + symbol: gKartWario261 + type: texture + offset: 0x6277C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_261_wheel_0 +wario_kart_frame262: + symbol: gKartWario262 + type: texture + offset: 0x62DB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_262_wheel_0 +wario_kart_frame263: + symbol: gKartWario263 + type: texture + offset: 0x633D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_263_wheel_0 +wario_kart_frame264: + symbol: gKartWario264 + type: texture + offset: 0x639E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_264_wheel_0 +wario_kart_frame265: + symbol: gKartWario265 + type: texture + offset: 0x64004 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_265_wheel_0 +wario_kart_frame266: + symbol: gKartWario266 + type: texture + offset: 0x64610 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_266_wheel_0 +wario_kart_frame267: + symbol: gKartWario267 + type: texture + offset: 0x64C18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_267_wheel_0 +wario_kart_frame268: + symbol: gKartWario268 + type: texture + offset: 0x651F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_268_wheel_0 +wario_kart_frame269: + symbol: gKartWario269 + type: texture + offset: 0x657D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_269_wheel_0 +wario_kart_frame270: + symbol: gKartWario270 + type: texture + offset: 0x65D90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_270_wheel_0 +wario_kart_frame271: + symbol: gKartWario271 + type: texture + offset: 0x66368 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_271_wheel_0 +wario_kart_frame272: + symbol: gKartWario272 + type: texture + offset: 0x66984 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_272_wheel_0 +wario_kart_frame273: + symbol: gKartWario273 + type: texture + offset: 0x66FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_273_wheel_0 +wario_kart_frame274: + symbol: gKartWario274 + type: texture + offset: 0x67630 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_274_wheel_0 +wario_kart_frame275: + symbol: gKartWario275 + type: texture + offset: 0x67CAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_275_wheel_0 +wario_kart_frame276: + symbol: gKartWario276 + type: texture + offset: 0x68354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_276_wheel_0 +wario_kart_frame277: + symbol: gKartWario277 + type: texture + offset: 0x689E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_277_wheel_0 +wario_kart_frame278: + symbol: gKartWario278 + type: texture + offset: 0x69070 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_278_wheel_0 +wario_kart_frame279: + symbol: gKartWario279 + type: texture + offset: 0x696D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_279_wheel_0 +wario_kart_frame280: + symbol: gKartWario280 + type: texture + offset: 0x69D34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_280_wheel_0 +wario_kart_frame281: + symbol: gKartWario281 + type: texture + offset: 0x6A378 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_281_wheel_0 +wario_kart_frame282: + symbol: gKartWario282 + type: texture + offset: 0x6A98C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_282_wheel_0 +wario_kart_frame283: + symbol: gKartWario283 + type: texture + offset: 0x6AF9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_283_wheel_0 +wario_kart_frame284: + symbol: gKartWario284 + type: texture + offset: 0x6B57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_284_wheel_0 +wario_kart_frame285: + symbol: gKartWario285 + type: texture + offset: 0x6BB54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_285_wheel_0 +wario_kart_frame286: + symbol: gKartWario286 + type: texture + offset: 0x6C120 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_286_wheel_0 +wario_kart_frame287: + symbol: gKartWario287 + type: texture + offset: 0x6C6CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_287_wheel_0 +wario_kart_frame288: + symbol: gKartWario288 + type: texture + offset: 0x6CC68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_288_wheel_0 +wario_kart_frame289: + symbol: gKartWario289 + type: texture + offset: 0x6D1CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame290: + symbol: gKartWario290 + type: texture + offset: 0x6D790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame291: + symbol: gKartWario291 + type: texture + offset: 0x6DD94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame292: + symbol: gKartWario292 + type: texture + offset: 0x6E3AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame293: + symbol: gKartWario293 + type: texture + offset: 0x6EA14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame294: + symbol: gKartWario294 + type: texture + offset: 0x6EFD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame295: + symbol: gKartWario295 + type: texture + offset: 0x6F5D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame296: + symbol: gKartWario296 + type: texture + offset: 0x6FBEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame297: + symbol: gKartWario297 + type: texture + offset: 0x70220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame298: + symbol: gKartWario298 + type: texture + offset: 0x707EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame299: + symbol: gKartWario299 + type: texture + offset: 0x70E24 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame300: + symbol: gKartWario300 + type: texture + offset: 0x71438 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame301: + symbol: gKartWario301 + type: texture + offset: 0x719D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame302: + symbol: gKartWario302 + type: texture + offset: 0x71F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame303: + symbol: gKartWario303 + type: texture + offset: 0x72504 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame304: + symbol: gKartWario304 + type: texture + offset: 0x72B1C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame305: + symbol: gKartWario305 + type: texture + offset: 0x73148 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame306: + symbol: gKartWario306 + type: texture + offset: 0x73694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame307: + symbol: gKartWario307 + type: texture + offset: 0x73CA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame308: + symbol: gKartWario308 + type: texture + offset: 0x742F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame309: + symbol: gKartWario309 + type: texture + offset: 0x74924 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame310: + symbol: gKartWario310 + type: texture + offset: 0x74F04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame311: + symbol: gKartWario311 + type: texture + offset: 0x75500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame312: + symbol: gKartWario312 + type: texture + offset: 0x75B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame313: + symbol: gKartWario313 + type: texture + offset: 0x760F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame314: + symbol: gKartWario314 + type: texture + offset: 0x766C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame315: + symbol: gKartWario315 + type: texture + offset: 0x76CF8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame316: + symbol: gKartWario316 + type: texture + offset: 0x7731C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame317: + symbol: gKartWario317 + type: texture + offset: 0x778D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame318: + symbol: gKartWario318 + type: texture + offset: 0x77E3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame319: + symbol: gKartWario319 + type: texture + offset: 0x783C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +wario_kart_frame320: + symbol: gKartWario320 + type: texture + offset: 0x78990 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: wario_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartWario000Wheel0 + type: texture + offset: 0x78F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartWario000Wheel1 + type: texture + offset: 0x7901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartWario000Wheel2 + type: texture + offset: 0x7909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartWario000Wheel3 + type: texture + offset: 0x7911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartWario001Wheel0 + type: texture + offset: 0x7919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartWario001Wheel1 + type: texture + offset: 0x7921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartWario001Wheel2 + type: texture + offset: 0x7929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartWario001Wheel3 + type: texture + offset: 0x7931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartWario002Wheel0 + type: texture + offset: 0x7939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartWario002Wheel1 + type: texture + offset: 0x7941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartWario002Wheel2 + type: texture + offset: 0x7949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartWario002Wheel3 + type: texture + offset: 0x7951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartWario003Wheel0 + type: texture + offset: 0x7959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartWario003Wheel1 + type: texture + offset: 0x7961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartWario003Wheel2 + type: texture + offset: 0x7969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartWario003Wheel3 + type: texture + offset: 0x7971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartWario004Wheel0 + type: texture + offset: 0x7979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartWario004Wheel1 + type: texture + offset: 0x7981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartWario004Wheel2 + type: texture + offset: 0x7989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartWario004Wheel3 + type: texture + offset: 0x7991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartWario005Wheel0 + type: texture + offset: 0x7999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartWario005Wheel1 + type: texture + offset: 0x79A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartWario005Wheel2 + type: texture + offset: 0x79A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartWario005Wheel3 + type: texture + offset: 0x79B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartWario006Wheel0 + type: texture + offset: 0x79B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartWario006Wheel1 + type: texture + offset: 0x79C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartWario006Wheel2 + type: texture + offset: 0x79C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartWario006Wheel3 + type: texture + offset: 0x79D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartWario007Wheel0 + type: texture + offset: 0x79D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartWario007Wheel1 + type: texture + offset: 0x79E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartWario007Wheel2 + type: texture + offset: 0x79E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartWario007Wheel3 + type: texture + offset: 0x79F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartWario008Wheel0 + type: texture + offset: 0x79F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartWario008Wheel1 + type: texture + offset: 0x7A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartWario008Wheel2 + type: texture + offset: 0x7A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartWario008Wheel3 + type: texture + offset: 0x7A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartWario009Wheel0 + type: texture + offset: 0x7A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartWario009Wheel1 + type: texture + offset: 0x7A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartWario009Wheel2 + type: texture + offset: 0x7A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartWario009Wheel3 + type: texture + offset: 0x7A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartWario010Wheel0 + type: texture + offset: 0x7A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartWario010Wheel1 + type: texture + offset: 0x7A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartWario010Wheel2 + type: texture + offset: 0x7A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartWario010Wheel3 + type: texture + offset: 0x7A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartWario011Wheel0 + type: texture + offset: 0x7A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartWario011Wheel1 + type: texture + offset: 0x7A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartWario011Wheel2 + type: texture + offset: 0x7A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartWario011Wheel3 + type: texture + offset: 0x7A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartWario012Wheel0 + type: texture + offset: 0x7A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartWario012Wheel1 + type: texture + offset: 0x7A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartWario012Wheel2 + type: texture + offset: 0x7A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartWario012Wheel3 + type: texture + offset: 0x7A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartWario013Wheel0 + type: texture + offset: 0x7A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartWario013Wheel1 + type: texture + offset: 0x7AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartWario013Wheel2 + type: texture + offset: 0x7AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartWario013Wheel3 + type: texture + offset: 0x7AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartWario014Wheel0 + type: texture + offset: 0x7AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartWario014Wheel1 + type: texture + offset: 0x7AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartWario014Wheel2 + type: texture + offset: 0x7AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartWario014Wheel3 + type: texture + offset: 0x7AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartWario015Wheel0 + type: texture + offset: 0x7AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartWario015Wheel1 + type: texture + offset: 0x7AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartWario015Wheel2 + type: texture + offset: 0x7AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartWario015Wheel3 + type: texture + offset: 0x7AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartWario016Wheel0 + type: texture + offset: 0x7AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartWario016Wheel1 + type: texture + offset: 0x7B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartWario016Wheel2 + type: texture + offset: 0x7B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartWario016Wheel3 + type: texture + offset: 0x7B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartWario017Wheel0 + type: texture + offset: 0x7B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartWario017Wheel1 + type: texture + offset: 0x7B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartWario017Wheel2 + type: texture + offset: 0x7B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartWario017Wheel3 + type: texture + offset: 0x7B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartWario018Wheel0 + type: texture + offset: 0x7B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartWario018Wheel1 + type: texture + offset: 0x7B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartWario018Wheel2 + type: texture + offset: 0x7B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartWario018Wheel3 + type: texture + offset: 0x7B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartWario019Wheel0 + type: texture + offset: 0x7B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartWario019Wheel1 + type: texture + offset: 0x7B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartWario019Wheel2 + type: texture + offset: 0x7B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartWario019Wheel3 + type: texture + offset: 0x7B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartWario020Wheel0 + type: texture + offset: 0x7B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartWario020Wheel1 + type: texture + offset: 0x7B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartWario020Wheel2 + type: texture + offset: 0x7B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartWario020Wheel3 + type: texture + offset: 0x7B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartWario021Wheel0 + type: texture + offset: 0x7B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartWario021Wheel1 + type: texture + offset: 0x7BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartWario021Wheel2 + type: texture + offset: 0x7BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartWario021Wheel3 + type: texture + offset: 0x7BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartWario022Wheel0 + type: texture + offset: 0x7BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartWario022Wheel1 + type: texture + offset: 0x7BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartWario022Wheel2 + type: texture + offset: 0x7BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartWario022Wheel3 + type: texture + offset: 0x7BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartWario023Wheel0 + type: texture + offset: 0x7BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartWario023Wheel1 + type: texture + offset: 0x7BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartWario023Wheel2 + type: texture + offset: 0x7BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartWario023Wheel3 + type: texture + offset: 0x7BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartWario024Wheel0 + type: texture + offset: 0x7BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartWario024Wheel1 + type: texture + offset: 0x7C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartWario024Wheel2 + type: texture + offset: 0x7C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartWario024Wheel3 + type: texture + offset: 0x7C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartWario025Wheel0 + type: texture + offset: 0x7C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartWario025Wheel1 + type: texture + offset: 0x7C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartWario025Wheel2 + type: texture + offset: 0x7C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartWario025Wheel3 + type: texture + offset: 0x7C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartWario026Wheel0 + type: texture + offset: 0x7C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartWario026Wheel1 + type: texture + offset: 0x7C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartWario026Wheel2 + type: texture + offset: 0x7C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartWario026Wheel3 + type: texture + offset: 0x7C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartWario027Wheel0 + type: texture + offset: 0x7C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartWario027Wheel1 + type: texture + offset: 0x7C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartWario027Wheel2 + type: texture + offset: 0x7C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartWario027Wheel3 + type: texture + offset: 0x7C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartWario028Wheel0 + type: texture + offset: 0x7C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartWario028Wheel1 + type: texture + offset: 0x7C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartWario028Wheel2 + type: texture + offset: 0x7C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartWario028Wheel3 + type: texture + offset: 0x7C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartWario029Wheel0 + type: texture + offset: 0x7C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartWario029Wheel1 + type: texture + offset: 0x7CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartWario029Wheel2 + type: texture + offset: 0x7CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartWario029Wheel3 + type: texture + offset: 0x7CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartWario030Wheel0 + type: texture + offset: 0x7CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartWario030Wheel1 + type: texture + offset: 0x7CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartWario030Wheel2 + type: texture + offset: 0x7CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartWario030Wheel3 + type: texture + offset: 0x7CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartWario031Wheel0 + type: texture + offset: 0x7CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartWario031Wheel1 + type: texture + offset: 0x7CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartWario031Wheel2 + type: texture + offset: 0x7CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartWario031Wheel3 + type: texture + offset: 0x7CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartWario032Wheel0 + type: texture + offset: 0x7CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartWario032Wheel1 + type: texture + offset: 0x7D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartWario032Wheel2 + type: texture + offset: 0x7D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartWario032Wheel3 + type: texture + offset: 0x7D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartWario033Wheel0 + type: texture + offset: 0x7D19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartWario033Wheel1 + type: texture + offset: 0x7D21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartWario033Wheel2 + type: texture + offset: 0x7D29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartWario033Wheel3 + type: texture + offset: 0x7D31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartWario034Wheel0 + type: texture + offset: 0x7D39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartWario034Wheel1 + type: texture + offset: 0x7D41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartWario034Wheel2 + type: texture + offset: 0x7D49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartWario034Wheel3 + type: texture + offset: 0x7D51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartWario035Wheel0 + type: texture + offset: 0x7D59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartWario035Wheel1 + type: texture + offset: 0x7D61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartWario035Wheel2 + type: texture + offset: 0x7D69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartWario035Wheel3 + type: texture + offset: 0x7D71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartWario036Wheel0 + type: texture + offset: 0x7D79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartWario036Wheel1 + type: texture + offset: 0x7D81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartWario036Wheel2 + type: texture + offset: 0x7D89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartWario036Wheel3 + type: texture + offset: 0x7D91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartWario037Wheel0 + type: texture + offset: 0x7D99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartWario037Wheel1 + type: texture + offset: 0x7DA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartWario037Wheel2 + type: texture + offset: 0x7DA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartWario037Wheel3 + type: texture + offset: 0x7DB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartWario038Wheel0 + type: texture + offset: 0x7DB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartWario038Wheel1 + type: texture + offset: 0x7DC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartWario038Wheel2 + type: texture + offset: 0x7DC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartWario038Wheel3 + type: texture + offset: 0x7DD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartWario039Wheel0 + type: texture + offset: 0x7DD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartWario039Wheel1 + type: texture + offset: 0x7DE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartWario039Wheel2 + type: texture + offset: 0x7DE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartWario039Wheel3 + type: texture + offset: 0x7DF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartWario040Wheel0 + type: texture + offset: 0x7DF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartWario040Wheel1 + type: texture + offset: 0x7E01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartWario040Wheel2 + type: texture + offset: 0x7E09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartWario040Wheel3 + type: texture + offset: 0x7E11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartWario041Wheel0 + type: texture + offset: 0x7E19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartWario041Wheel1 + type: texture + offset: 0x7E21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartWario041Wheel2 + type: texture + offset: 0x7E29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartWario041Wheel3 + type: texture + offset: 0x7E31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartWario042Wheel0 + type: texture + offset: 0x7E39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartWario042Wheel1 + type: texture + offset: 0x7E41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartWario042Wheel2 + type: texture + offset: 0x7E49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartWario042Wheel3 + type: texture + offset: 0x7E51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartWario043Wheel0 + type: texture + offset: 0x7E59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartWario043Wheel1 + type: texture + offset: 0x7E61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartWario043Wheel2 + type: texture + offset: 0x7E69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartWario043Wheel3 + type: texture + offset: 0x7E71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartWario044Wheel0 + type: texture + offset: 0x7E79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartWario044Wheel1 + type: texture + offset: 0x7E81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartWario044Wheel2 + type: texture + offset: 0x7E89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartWario044Wheel3 + type: texture + offset: 0x7E91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartWario045Wheel0 + type: texture + offset: 0x7E99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartWario045Wheel1 + type: texture + offset: 0x7EA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartWario045Wheel2 + type: texture + offset: 0x7EA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartWario045Wheel3 + type: texture + offset: 0x7EB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartWario046Wheel0 + type: texture + offset: 0x7EB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartWario046Wheel1 + type: texture + offset: 0x7EC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartWario046Wheel2 + type: texture + offset: 0x7EC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartWario046Wheel3 + type: texture + offset: 0x7ED1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartWario047Wheel0 + type: texture + offset: 0x7ED9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartWario047Wheel1 + type: texture + offset: 0x7EE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartWario047Wheel2 + type: texture + offset: 0x7EE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartWario047Wheel3 + type: texture + offset: 0x7EF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartWario048Wheel0 + type: texture + offset: 0x7EF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartWario048Wheel1 + type: texture + offset: 0x7F01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartWario048Wheel2 + type: texture + offset: 0x7F09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartWario048Wheel3 + type: texture + offset: 0x7F11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartWario049Wheel0 + type: texture + offset: 0x7F19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartWario049Wheel1 + type: texture + offset: 0x7F21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartWario049Wheel2 + type: texture + offset: 0x7F29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartWario049Wheel3 + type: texture + offset: 0x7F31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartWario050Wheel0 + type: texture + offset: 0x7F39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartWario050Wheel1 + type: texture + offset: 0x7F41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartWario050Wheel2 + type: texture + offset: 0x7F49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartWario050Wheel3 + type: texture + offset: 0x7F51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartWario051Wheel0 + type: texture + offset: 0x7F59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartWario051Wheel1 + type: texture + offset: 0x7F61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartWario051Wheel2 + type: texture + offset: 0x7F69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartWario051Wheel3 + type: texture + offset: 0x7F71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartWario052Wheel0 + type: texture + offset: 0x7F79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartWario052Wheel1 + type: texture + offset: 0x7F81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartWario052Wheel2 + type: texture + offset: 0x7F89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartWario052Wheel3 + type: texture + offset: 0x7F91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartWario053Wheel0 + type: texture + offset: 0x7F99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartWario053Wheel1 + type: texture + offset: 0x7FA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartWario053Wheel2 + type: texture + offset: 0x7FA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartWario053Wheel3 + type: texture + offset: 0x7FB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartWario054Wheel0 + type: texture + offset: 0x7FB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartWario054Wheel1 + type: texture + offset: 0x7FC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartWario054Wheel2 + type: texture + offset: 0x7FC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartWario054Wheel3 + type: texture + offset: 0x7FD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartWario055Wheel0 + type: texture + offset: 0x7FD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartWario055Wheel1 + type: texture + offset: 0x7FE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartWario055Wheel2 + type: texture + offset: 0x7FE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartWario055Wheel3 + type: texture + offset: 0x7FF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartWario056Wheel0 + type: texture + offset: 0x7FF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartWario056Wheel1 + type: texture + offset: 0x8001C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartWario056Wheel2 + type: texture + offset: 0x8009C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartWario056Wheel3 + type: texture + offset: 0x8011C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartWario057Wheel0 + type: texture + offset: 0x8019C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartWario057Wheel1 + type: texture + offset: 0x8021C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartWario057Wheel2 + type: texture + offset: 0x8029C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartWario057Wheel3 + type: texture + offset: 0x8031C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartWario058Wheel0 + type: texture + offset: 0x8039C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartWario058Wheel1 + type: texture + offset: 0x8041C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartWario058Wheel2 + type: texture + offset: 0x8049C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartWario058Wheel3 + type: texture + offset: 0x8051C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartWario059Wheel0 + type: texture + offset: 0x8059C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartWario059Wheel1 + type: texture + offset: 0x8061C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartWario059Wheel2 + type: texture + offset: 0x8069C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartWario059Wheel3 + type: texture + offset: 0x8071C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartWario060Wheel0 + type: texture + offset: 0x8079C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartWario060Wheel1 + type: texture + offset: 0x8081C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartWario060Wheel2 + type: texture + offset: 0x8089C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartWario060Wheel3 + type: texture + offset: 0x8091C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartWario061Wheel0 + type: texture + offset: 0x8099C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartWario061Wheel1 + type: texture + offset: 0x80A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartWario061Wheel2 + type: texture + offset: 0x80A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartWario061Wheel3 + type: texture + offset: 0x80B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartWario062Wheel0 + type: texture + offset: 0x80B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartWario062Wheel1 + type: texture + offset: 0x80C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartWario062Wheel2 + type: texture + offset: 0x80C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartWario062Wheel3 + type: texture + offset: 0x80D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartWario063Wheel0 + type: texture + offset: 0x80D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartWario063Wheel1 + type: texture + offset: 0x80E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartWario063Wheel2 + type: texture + offset: 0x80E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartWario063Wheel3 + type: texture + offset: 0x80F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartWario064Wheel0 + type: texture + offset: 0x80F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartWario064Wheel1 + type: texture + offset: 0x8101C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartWario064Wheel2 + type: texture + offset: 0x8109C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartWario064Wheel3 + type: texture + offset: 0x8111C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartWario065Wheel0 + type: texture + offset: 0x8119C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartWario065Wheel1 + type: texture + offset: 0x8121C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartWario065Wheel2 + type: texture + offset: 0x8129C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartWario065Wheel3 + type: texture + offset: 0x8131C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartWario066Wheel0 + type: texture + offset: 0x8139C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartWario066Wheel1 + type: texture + offset: 0x8141C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartWario066Wheel2 + type: texture + offset: 0x8149C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartWario066Wheel3 + type: texture + offset: 0x8151C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartWario067Wheel0 + type: texture + offset: 0x8159C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartWario067Wheel1 + type: texture + offset: 0x8161C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartWario067Wheel2 + type: texture + offset: 0x8169C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartWario067Wheel3 + type: texture + offset: 0x8171C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartWario068Wheel0 + type: texture + offset: 0x8179C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartWario068Wheel1 + type: texture + offset: 0x8181C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartWario068Wheel2 + type: texture + offset: 0x8189C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartWario068Wheel3 + type: texture + offset: 0x8191C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartWario069Wheel0 + type: texture + offset: 0x8199C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartWario069Wheel1 + type: texture + offset: 0x81A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartWario069Wheel2 + type: texture + offset: 0x81A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartWario069Wheel3 + type: texture + offset: 0x81B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartWario070Wheel0 + type: texture + offset: 0x81B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartWario070Wheel1 + type: texture + offset: 0x81C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartWario070Wheel2 + type: texture + offset: 0x81C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartWario070Wheel3 + type: texture + offset: 0x81D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartWario071Wheel0 + type: texture + offset: 0x81D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartWario071Wheel1 + type: texture + offset: 0x81E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartWario071Wheel2 + type: texture + offset: 0x81E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartWario071Wheel3 + type: texture + offset: 0x81F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartWario072Wheel0 + type: texture + offset: 0x81F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartWario072Wheel1 + type: texture + offset: 0x8201C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartWario072Wheel2 + type: texture + offset: 0x8209C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartWario072Wheel3 + type: texture + offset: 0x8211C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartWario073Wheel0 + type: texture + offset: 0x8219C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartWario073Wheel1 + type: texture + offset: 0x8221C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartWario073Wheel2 + type: texture + offset: 0x8229C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartWario073Wheel3 + type: texture + offset: 0x8231C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartWario074Wheel0 + type: texture + offset: 0x8239C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartWario074Wheel1 + type: texture + offset: 0x8241C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartWario074Wheel2 + type: texture + offset: 0x8249C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartWario074Wheel3 + type: texture + offset: 0x8251C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartWario075Wheel0 + type: texture + offset: 0x8259C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartWario075Wheel1 + type: texture + offset: 0x8261C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartWario075Wheel2 + type: texture + offset: 0x8269C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartWario075Wheel3 + type: texture + offset: 0x8271C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartWario076Wheel0 + type: texture + offset: 0x8279C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartWario076Wheel1 + type: texture + offset: 0x8281C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartWario076Wheel2 + type: texture + offset: 0x8289C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartWario076Wheel3 + type: texture + offset: 0x8291C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartWario077Wheel0 + type: texture + offset: 0x8299C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartWario077Wheel1 + type: texture + offset: 0x82A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartWario077Wheel2 + type: texture + offset: 0x82A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartWario077Wheel3 + type: texture + offset: 0x82B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartWario078Wheel0 + type: texture + offset: 0x82B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartWario078Wheel1 + type: texture + offset: 0x82C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartWario078Wheel2 + type: texture + offset: 0x82C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartWario078Wheel3 + type: texture + offset: 0x82D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartWario079Wheel0 + type: texture + offset: 0x82D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartWario079Wheel1 + type: texture + offset: 0x82E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartWario079Wheel2 + type: texture + offset: 0x82E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartWario079Wheel3 + type: texture + offset: 0x82F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartWario080Wheel0 + type: texture + offset: 0x82F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartWario080Wheel1 + type: texture + offset: 0x8301C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartWario080Wheel2 + type: texture + offset: 0x8309C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartWario080Wheel3 + type: texture + offset: 0x8311C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartWario081Wheel0 + type: texture + offset: 0x8319C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartWario081Wheel1 + type: texture + offset: 0x8321C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartWario081Wheel2 + type: texture + offset: 0x8329C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartWario081Wheel3 + type: texture + offset: 0x8331C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartWario082Wheel0 + type: texture + offset: 0x8339C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartWario082Wheel1 + type: texture + offset: 0x8341C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartWario082Wheel2 + type: texture + offset: 0x8349C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartWario082Wheel3 + type: texture + offset: 0x8351C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartWario083Wheel0 + type: texture + offset: 0x8359C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartWario083Wheel1 + type: texture + offset: 0x8361C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartWario083Wheel2 + type: texture + offset: 0x8369C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartWario083Wheel3 + type: texture + offset: 0x8371C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartWario084Wheel0 + type: texture + offset: 0x8379C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartWario084Wheel1 + type: texture + offset: 0x8381C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartWario084Wheel2 + type: texture + offset: 0x8389C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartWario084Wheel3 + type: texture + offset: 0x8391C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartWario085Wheel0 + type: texture + offset: 0x8399C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartWario085Wheel1 + type: texture + offset: 0x83A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartWario085Wheel2 + type: texture + offset: 0x83A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartWario085Wheel3 + type: texture + offset: 0x83B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartWario086Wheel0 + type: texture + offset: 0x83B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartWario086Wheel1 + type: texture + offset: 0x83C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartWario086Wheel2 + type: texture + offset: 0x83C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartWario086Wheel3 + type: texture + offset: 0x83D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartWario087Wheel0 + type: texture + offset: 0x83D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartWario087Wheel1 + type: texture + offset: 0x83E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartWario087Wheel2 + type: texture + offset: 0x83E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartWario087Wheel3 + type: texture + offset: 0x83F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartWario088Wheel0 + type: texture + offset: 0x83F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartWario088Wheel1 + type: texture + offset: 0x8401C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartWario088Wheel2 + type: texture + offset: 0x8409C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartWario088Wheel3 + type: texture + offset: 0x8411C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartWario089Wheel0 + type: texture + offset: 0x8419C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartWario089Wheel1 + type: texture + offset: 0x8421C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartWario089Wheel2 + type: texture + offset: 0x8429C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartWario089Wheel3 + type: texture + offset: 0x8431C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartWario090Wheel0 + type: texture + offset: 0x8439C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartWario090Wheel1 + type: texture + offset: 0x8441C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartWario090Wheel2 + type: texture + offset: 0x8449C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartWario090Wheel3 + type: texture + offset: 0x8451C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartWario091Wheel0 + type: texture + offset: 0x8459C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartWario091Wheel1 + type: texture + offset: 0x8461C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartWario091Wheel2 + type: texture + offset: 0x8469C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartWario091Wheel3 + type: texture + offset: 0x8471C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartWario092Wheel0 + type: texture + offset: 0x8479C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartWario092Wheel1 + type: texture + offset: 0x8481C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartWario092Wheel2 + type: texture + offset: 0x8489C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartWario092Wheel3 + type: texture + offset: 0x8491C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartWario093Wheel0 + type: texture + offset: 0x8499C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartWario093Wheel1 + type: texture + offset: 0x84A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartWario093Wheel2 + type: texture + offset: 0x84A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartWario093Wheel3 + type: texture + offset: 0x84B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartWario094Wheel0 + type: texture + offset: 0x84B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartWario094Wheel1 + type: texture + offset: 0x84C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartWario094Wheel2 + type: texture + offset: 0x84C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartWario094Wheel3 + type: texture + offset: 0x84D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartWario095Wheel0 + type: texture + offset: 0x84D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartWario095Wheel1 + type: texture + offset: 0x84E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartWario095Wheel2 + type: texture + offset: 0x84E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartWario095Wheel3 + type: texture + offset: 0x84F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartWario096Wheel0 + type: texture + offset: 0x84F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartWario096Wheel1 + type: texture + offset: 0x8501C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartWario096Wheel2 + type: texture + offset: 0x8509C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartWario096Wheel3 + type: texture + offset: 0x8511C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartWario097Wheel0 + type: texture + offset: 0x8519C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartWario097Wheel1 + type: texture + offset: 0x8521C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartWario097Wheel2 + type: texture + offset: 0x8529C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartWario097Wheel3 + type: texture + offset: 0x8531C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartWario098Wheel0 + type: texture + offset: 0x8539C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartWario098Wheel1 + type: texture + offset: 0x8541C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartWario098Wheel2 + type: texture + offset: 0x8549C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartWario098Wheel3 + type: texture + offset: 0x8551C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartWario099Wheel0 + type: texture + offset: 0x8559C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartWario099Wheel1 + type: texture + offset: 0x8561C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartWario099Wheel2 + type: texture + offset: 0x8569C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartWario099Wheel3 + type: texture + offset: 0x8571C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartWario100Wheel0 + type: texture + offset: 0x8579C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartWario100Wheel1 + type: texture + offset: 0x8581C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartWario100Wheel2 + type: texture + offset: 0x8589C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartWario100Wheel3 + type: texture + offset: 0x8591C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartWario101Wheel0 + type: texture + offset: 0x8599C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartWario101Wheel1 + type: texture + offset: 0x85A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartWario101Wheel2 + type: texture + offset: 0x85A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartWario101Wheel3 + type: texture + offset: 0x85B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartWario102Wheel0 + type: texture + offset: 0x85B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartWario102Wheel1 + type: texture + offset: 0x85C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartWario102Wheel2 + type: texture + offset: 0x85C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartWario102Wheel3 + type: texture + offset: 0x85D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartWario103Wheel0 + type: texture + offset: 0x85D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartWario103Wheel1 + type: texture + offset: 0x85E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartWario103Wheel2 + type: texture + offset: 0x85E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartWario103Wheel3 + type: texture + offset: 0x85F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartWario104Wheel0 + type: texture + offset: 0x85F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartWario104Wheel1 + type: texture + offset: 0x8601C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartWario104Wheel2 + type: texture + offset: 0x8609C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartWario104Wheel3 + type: texture + offset: 0x8611C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartWario105Wheel0 + type: texture + offset: 0x8619C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartWario105Wheel1 + type: texture + offset: 0x8621C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartWario105Wheel2 + type: texture + offset: 0x8629C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartWario105Wheel3 + type: texture + offset: 0x8631C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartWario106Wheel0 + type: texture + offset: 0x8639C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartWario106Wheel1 + type: texture + offset: 0x8641C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartWario106Wheel2 + type: texture + offset: 0x8649C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartWario106Wheel3 + type: texture + offset: 0x8651C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartWario107Wheel0 + type: texture + offset: 0x8659C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartWario107Wheel1 + type: texture + offset: 0x8661C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartWario107Wheel2 + type: texture + offset: 0x8669C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartWario107Wheel3 + type: texture + offset: 0x8671C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartWario108Wheel0 + type: texture + offset: 0x8679C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartWario108Wheel1 + type: texture + offset: 0x8681C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartWario108Wheel2 + type: texture + offset: 0x8689C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartWario108Wheel3 + type: texture + offset: 0x8691C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartWario109Wheel0 + type: texture + offset: 0x8699C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartWario109Wheel1 + type: texture + offset: 0x86A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartWario109Wheel2 + type: texture + offset: 0x86A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartWario109Wheel3 + type: texture + offset: 0x86B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartWario110Wheel0 + type: texture + offset: 0x86B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartWario110Wheel1 + type: texture + offset: 0x86C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartWario110Wheel2 + type: texture + offset: 0x86C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartWario110Wheel3 + type: texture + offset: 0x86D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartWario111Wheel0 + type: texture + offset: 0x86D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartWario111Wheel1 + type: texture + offset: 0x86E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartWario111Wheel2 + type: texture + offset: 0x86E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartWario111Wheel3 + type: texture + offset: 0x86F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartWario112Wheel0 + type: texture + offset: 0x86F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartWario112Wheel1 + type: texture + offset: 0x8701C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartWario112Wheel2 + type: texture + offset: 0x8709C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartWario112Wheel3 + type: texture + offset: 0x8711C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartWario113Wheel0 + type: texture + offset: 0x8719C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartWario113Wheel1 + type: texture + offset: 0x8721C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartWario113Wheel2 + type: texture + offset: 0x8729C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartWario113Wheel3 + type: texture + offset: 0x8731C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartWario114Wheel0 + type: texture + offset: 0x8739C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartWario114Wheel1 + type: texture + offset: 0x8741C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartWario114Wheel2 + type: texture + offset: 0x8749C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartWario114Wheel3 + type: texture + offset: 0x8751C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartWario115Wheel0 + type: texture + offset: 0x8759C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartWario115Wheel1 + type: texture + offset: 0x8761C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartWario115Wheel2 + type: texture + offset: 0x8769C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartWario115Wheel3 + type: texture + offset: 0x8771C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartWario116Wheel0 + type: texture + offset: 0x8779C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartWario116Wheel1 + type: texture + offset: 0x8781C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartWario116Wheel2 + type: texture + offset: 0x8789C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartWario116Wheel3 + type: texture + offset: 0x8791C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartWario117Wheel0 + type: texture + offset: 0x8799C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartWario117Wheel1 + type: texture + offset: 0x87A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartWario117Wheel2 + type: texture + offset: 0x87A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartWario117Wheel3 + type: texture + offset: 0x87B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartWario118Wheel0 + type: texture + offset: 0x87B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartWario118Wheel1 + type: texture + offset: 0x87C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartWario118Wheel2 + type: texture + offset: 0x87C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartWario118Wheel3 + type: texture + offset: 0x87D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartWario119Wheel0 + type: texture + offset: 0x87D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartWario119Wheel1 + type: texture + offset: 0x87E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartWario119Wheel2 + type: texture + offset: 0x87E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartWario119Wheel3 + type: texture + offset: 0x87F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartWario120Wheel0 + type: texture + offset: 0x87F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartWario120Wheel1 + type: texture + offset: 0x8801C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartWario120Wheel2 + type: texture + offset: 0x8809C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartWario120Wheel3 + type: texture + offset: 0x8811C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartWario121Wheel0 + type: texture + offset: 0x8819C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartWario121Wheel1 + type: texture + offset: 0x8821C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartWario121Wheel2 + type: texture + offset: 0x8829C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartWario121Wheel3 + type: texture + offset: 0x8831C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartWario122Wheel0 + type: texture + offset: 0x8839C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartWario122Wheel1 + type: texture + offset: 0x8841C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartWario122Wheel2 + type: texture + offset: 0x8849C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartWario122Wheel3 + type: texture + offset: 0x8851C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartWario123Wheel0 + type: texture + offset: 0x8859C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartWario123Wheel1 + type: texture + offset: 0x8861C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartWario123Wheel2 + type: texture + offset: 0x8869C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartWario123Wheel3 + type: texture + offset: 0x8871C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartWario124Wheel0 + type: texture + offset: 0x8879C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartWario124Wheel1 + type: texture + offset: 0x8881C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartWario124Wheel2 + type: texture + offset: 0x8889C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartWario124Wheel3 + type: texture + offset: 0x8891C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartWario125Wheel0 + type: texture + offset: 0x8899C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartWario125Wheel1 + type: texture + offset: 0x88A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartWario125Wheel2 + type: texture + offset: 0x88A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartWario125Wheel3 + type: texture + offset: 0x88B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartWario126Wheel0 + type: texture + offset: 0x88B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartWario126Wheel1 + type: texture + offset: 0x88C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartWario126Wheel2 + type: texture + offset: 0x88C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartWario126Wheel3 + type: texture + offset: 0x88D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartWario127Wheel0 + type: texture + offset: 0x88D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartWario127Wheel1 + type: texture + offset: 0x88E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartWario127Wheel2 + type: texture + offset: 0x88E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartWario127Wheel3 + type: texture + offset: 0x88F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartWario128Wheel0 + type: texture + offset: 0x88F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartWario128Wheel1 + type: texture + offset: 0x8901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartWario128Wheel2 + type: texture + offset: 0x8909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartWario128Wheel3 + type: texture + offset: 0x8911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartWario129Wheel0 + type: texture + offset: 0x8919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartWario129Wheel1 + type: texture + offset: 0x8921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartWario129Wheel2 + type: texture + offset: 0x8929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartWario129Wheel3 + type: texture + offset: 0x8931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartWario130Wheel0 + type: texture + offset: 0x8939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartWario130Wheel1 + type: texture + offset: 0x8941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartWario130Wheel2 + type: texture + offset: 0x8949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartWario130Wheel3 + type: texture + offset: 0x8951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartWario131Wheel0 + type: texture + offset: 0x8959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartWario131Wheel1 + type: texture + offset: 0x8961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartWario131Wheel2 + type: texture + offset: 0x8969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartWario131Wheel3 + type: texture + offset: 0x8971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartWario132Wheel0 + type: texture + offset: 0x8979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartWario132Wheel1 + type: texture + offset: 0x8981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartWario132Wheel2 + type: texture + offset: 0x8989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartWario132Wheel3 + type: texture + offset: 0x8991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartWario133Wheel0 + type: texture + offset: 0x8999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartWario133Wheel1 + type: texture + offset: 0x89A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartWario133Wheel2 + type: texture + offset: 0x89A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartWario133Wheel3 + type: texture + offset: 0x89B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartWario134Wheel0 + type: texture + offset: 0x89B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartWario134Wheel1 + type: texture + offset: 0x89C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartWario134Wheel2 + type: texture + offset: 0x89C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartWario134Wheel3 + type: texture + offset: 0x89D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartWario135Wheel0 + type: texture + offset: 0x89D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartWario135Wheel1 + type: texture + offset: 0x89E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartWario135Wheel2 + type: texture + offset: 0x89E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartWario135Wheel3 + type: texture + offset: 0x89F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartWario136Wheel0 + type: texture + offset: 0x89F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartWario136Wheel1 + type: texture + offset: 0x8A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartWario136Wheel2 + type: texture + offset: 0x8A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartWario136Wheel3 + type: texture + offset: 0x8A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartWario137Wheel0 + type: texture + offset: 0x8A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartWario137Wheel1 + type: texture + offset: 0x8A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartWario137Wheel2 + type: texture + offset: 0x8A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartWario137Wheel3 + type: texture + offset: 0x8A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartWario138Wheel0 + type: texture + offset: 0x8A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartWario138Wheel1 + type: texture + offset: 0x8A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartWario138Wheel2 + type: texture + offset: 0x8A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartWario138Wheel3 + type: texture + offset: 0x8A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartWario139Wheel0 + type: texture + offset: 0x8A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartWario139Wheel1 + type: texture + offset: 0x8A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartWario139Wheel2 + type: texture + offset: 0x8A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartWario139Wheel3 + type: texture + offset: 0x8A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartWario140Wheel0 + type: texture + offset: 0x8A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartWario140Wheel1 + type: texture + offset: 0x8A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartWario140Wheel2 + type: texture + offset: 0x8A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartWario140Wheel3 + type: texture + offset: 0x8A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartWario141Wheel0 + type: texture + offset: 0x8A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartWario141Wheel1 + type: texture + offset: 0x8AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartWario141Wheel2 + type: texture + offset: 0x8AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartWario141Wheel3 + type: texture + offset: 0x8AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartWario142Wheel0 + type: texture + offset: 0x8AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartWario142Wheel1 + type: texture + offset: 0x8AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartWario142Wheel2 + type: texture + offset: 0x8AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartWario142Wheel3 + type: texture + offset: 0x8AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartWario143Wheel0 + type: texture + offset: 0x8AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartWario143Wheel1 + type: texture + offset: 0x8AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartWario143Wheel2 + type: texture + offset: 0x8AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartWario143Wheel3 + type: texture + offset: 0x8AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartWario144Wheel0 + type: texture + offset: 0x8AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartWario144Wheel1 + type: texture + offset: 0x8B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartWario144Wheel2 + type: texture + offset: 0x8B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartWario144Wheel3 + type: texture + offset: 0x8B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartWario145Wheel0 + type: texture + offset: 0x8B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartWario145Wheel1 + type: texture + offset: 0x8B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartWario145Wheel2 + type: texture + offset: 0x8B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartWario145Wheel3 + type: texture + offset: 0x8B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartWario146Wheel0 + type: texture + offset: 0x8B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartWario146Wheel1 + type: texture + offset: 0x8B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartWario146Wheel2 + type: texture + offset: 0x8B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartWario146Wheel3 + type: texture + offset: 0x8B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartWario147Wheel0 + type: texture + offset: 0x8B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartWario147Wheel1 + type: texture + offset: 0x8B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartWario147Wheel2 + type: texture + offset: 0x8B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartWario147Wheel3 + type: texture + offset: 0x8B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartWario148Wheel0 + type: texture + offset: 0x8B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartWario148Wheel1 + type: texture + offset: 0x8B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartWario148Wheel2 + type: texture + offset: 0x8B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartWario148Wheel3 + type: texture + offset: 0x8B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartWario149Wheel0 + type: texture + offset: 0x8B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartWario149Wheel1 + type: texture + offset: 0x8BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartWario149Wheel2 + type: texture + offset: 0x8BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartWario149Wheel3 + type: texture + offset: 0x8BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartWario150Wheel0 + type: texture + offset: 0x8BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartWario150Wheel1 + type: texture + offset: 0x8BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartWario150Wheel2 + type: texture + offset: 0x8BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartWario150Wheel3 + type: texture + offset: 0x8BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartWario151Wheel0 + type: texture + offset: 0x8BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartWario151Wheel1 + type: texture + offset: 0x8BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartWario151Wheel2 + type: texture + offset: 0x8BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartWario151Wheel3 + type: texture + offset: 0x8BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartWario152Wheel0 + type: texture + offset: 0x8BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartWario152Wheel1 + type: texture + offset: 0x8C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartWario152Wheel2 + type: texture + offset: 0x8C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartWario152Wheel3 + type: texture + offset: 0x8C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartWario153Wheel0 + type: texture + offset: 0x8C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartWario153Wheel1 + type: texture + offset: 0x8C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartWario153Wheel2 + type: texture + offset: 0x8C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartWario153Wheel3 + type: texture + offset: 0x8C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartWario154Wheel0 + type: texture + offset: 0x8C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartWario154Wheel1 + type: texture + offset: 0x8C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartWario154Wheel2 + type: texture + offset: 0x8C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartWario154Wheel3 + type: texture + offset: 0x8C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartWario155Wheel0 + type: texture + offset: 0x8C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartWario155Wheel1 + type: texture + offset: 0x8C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartWario155Wheel2 + type: texture + offset: 0x8C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartWario155Wheel3 + type: texture + offset: 0x8C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartWario156Wheel0 + type: texture + offset: 0x8C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartWario156Wheel1 + type: texture + offset: 0x8C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartWario156Wheel2 + type: texture + offset: 0x8C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartWario156Wheel3 + type: texture + offset: 0x8C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartWario157Wheel0 + type: texture + offset: 0x8C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartWario157Wheel1 + type: texture + offset: 0x8CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartWario157Wheel2 + type: texture + offset: 0x8CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartWario157Wheel3 + type: texture + offset: 0x8CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartWario158Wheel0 + type: texture + offset: 0x8CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartWario158Wheel1 + type: texture + offset: 0x8CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartWario158Wheel2 + type: texture + offset: 0x8CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartWario158Wheel3 + type: texture + offset: 0x8CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartWario159Wheel0 + type: texture + offset: 0x8CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartWario159Wheel1 + type: texture + offset: 0x8CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartWario159Wheel2 + type: texture + offset: 0x8CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartWario159Wheel3 + type: texture + offset: 0x8CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartWario160Wheel0 + type: texture + offset: 0x8CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartWario160Wheel1 + type: texture + offset: 0x8D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartWario160Wheel2 + type: texture + offset: 0x8D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartWario160Wheel3 + type: texture + offset: 0x8D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartWario161Wheel0 + type: texture + offset: 0x8D19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartWario161Wheel1 + type: texture + offset: 0x8D21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartWario161Wheel2 + type: texture + offset: 0x8D29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartWario161Wheel3 + type: texture + offset: 0x8D31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartWario162Wheel0 + type: texture + offset: 0x8D39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartWario162Wheel1 + type: texture + offset: 0x8D41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartWario162Wheel2 + type: texture + offset: 0x8D49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartWario162Wheel3 + type: texture + offset: 0x8D51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartWario163Wheel0 + type: texture + offset: 0x8D59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartWario163Wheel1 + type: texture + offset: 0x8D61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartWario163Wheel2 + type: texture + offset: 0x8D69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartWario163Wheel3 + type: texture + offset: 0x8D71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartWario164Wheel0 + type: texture + offset: 0x8D79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartWario164Wheel1 + type: texture + offset: 0x8D81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartWario164Wheel2 + type: texture + offset: 0x8D89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartWario164Wheel3 + type: texture + offset: 0x8D91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartWario165Wheel0 + type: texture + offset: 0x8D99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartWario165Wheel1 + type: texture + offset: 0x8DA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartWario165Wheel2 + type: texture + offset: 0x8DA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartWario165Wheel3 + type: texture + offset: 0x8DB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartWario166Wheel0 + type: texture + offset: 0x8DB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartWario166Wheel1 + type: texture + offset: 0x8DC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartWario166Wheel2 + type: texture + offset: 0x8DC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartWario166Wheel3 + type: texture + offset: 0x8DD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartWario167Wheel0 + type: texture + offset: 0x8DD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartWario167Wheel1 + type: texture + offset: 0x8DE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartWario167Wheel2 + type: texture + offset: 0x8DE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartWario167Wheel3 + type: texture + offset: 0x8DF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartWario168Wheel0 + type: texture + offset: 0x8DF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartWario168Wheel1 + type: texture + offset: 0x8E01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartWario168Wheel2 + type: texture + offset: 0x8E09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartWario168Wheel3 + type: texture + offset: 0x8E11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartWario169Wheel0 + type: texture + offset: 0x8E19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartWario169Wheel1 + type: texture + offset: 0x8E21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartWario169Wheel2 + type: texture + offset: 0x8E29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartWario169Wheel3 + type: texture + offset: 0x8E31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartWario170Wheel0 + type: texture + offset: 0x8E39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartWario170Wheel1 + type: texture + offset: 0x8E41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartWario170Wheel2 + type: texture + offset: 0x8E49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartWario170Wheel3 + type: texture + offset: 0x8E51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartWario171Wheel0 + type: texture + offset: 0x8E59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartWario171Wheel1 + type: texture + offset: 0x8E61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartWario171Wheel2 + type: texture + offset: 0x8E69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartWario171Wheel3 + type: texture + offset: 0x8E71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartWario172Wheel0 + type: texture + offset: 0x8E79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartWario172Wheel1 + type: texture + offset: 0x8E81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartWario172Wheel2 + type: texture + offset: 0x8E89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartWario172Wheel3 + type: texture + offset: 0x8E91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartWario173Wheel0 + type: texture + offset: 0x8E99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartWario173Wheel1 + type: texture + offset: 0x8EA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartWario173Wheel2 + type: texture + offset: 0x8EA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartWario173Wheel3 + type: texture + offset: 0x8EB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartWario174Wheel0 + type: texture + offset: 0x8EB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartWario174Wheel1 + type: texture + offset: 0x8EC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartWario174Wheel2 + type: texture + offset: 0x8EC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartWario174Wheel3 + type: texture + offset: 0x8ED1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartWario175Wheel0 + type: texture + offset: 0x8ED9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartWario175Wheel1 + type: texture + offset: 0x8EE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartWario175Wheel2 + type: texture + offset: 0x8EE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartWario175Wheel3 + type: texture + offset: 0x8EF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartWario176Wheel0 + type: texture + offset: 0x8EF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartWario176Wheel1 + type: texture + offset: 0x8F01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartWario176Wheel2 + type: texture + offset: 0x8F09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartWario176Wheel3 + type: texture + offset: 0x8F11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartWario177Wheel0 + type: texture + offset: 0x8F19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartWario177Wheel1 + type: texture + offset: 0x8F21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartWario177Wheel2 + type: texture + offset: 0x8F29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartWario177Wheel3 + type: texture + offset: 0x8F31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartWario178Wheel0 + type: texture + offset: 0x8F39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartWario178Wheel1 + type: texture + offset: 0x8F41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartWario178Wheel2 + type: texture + offset: 0x8F49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartWario178Wheel3 + type: texture + offset: 0x8F51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartWario179Wheel0 + type: texture + offset: 0x8F59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartWario179Wheel1 + type: texture + offset: 0x8F61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartWario179Wheel2 + type: texture + offset: 0x8F69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartWario179Wheel3 + type: texture + offset: 0x8F71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartWario180Wheel0 + type: texture + offset: 0x8F79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartWario180Wheel1 + type: texture + offset: 0x8F81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartWario180Wheel2 + type: texture + offset: 0x8F89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartWario180Wheel3 + type: texture + offset: 0x8F91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartWario181Wheel0 + type: texture + offset: 0x8F99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartWario181Wheel1 + type: texture + offset: 0x8FA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartWario181Wheel2 + type: texture + offset: 0x8FA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartWario181Wheel3 + type: texture + offset: 0x8FB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartWario182Wheel0 + type: texture + offset: 0x8FB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartWario182Wheel1 + type: texture + offset: 0x8FC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartWario182Wheel2 + type: texture + offset: 0x8FC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartWario182Wheel3 + type: texture + offset: 0x8FD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartWario183Wheel0 + type: texture + offset: 0x8FD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartWario183Wheel1 + type: texture + offset: 0x8FE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartWario183Wheel2 + type: texture + offset: 0x8FE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartWario183Wheel3 + type: texture + offset: 0x8FF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartWario184Wheel0 + type: texture + offset: 0x8FF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartWario184Wheel1 + type: texture + offset: 0x9001C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartWario184Wheel2 + type: texture + offset: 0x9009C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartWario184Wheel3 + type: texture + offset: 0x9011C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartWario185Wheel0 + type: texture + offset: 0x9019C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartWario185Wheel1 + type: texture + offset: 0x9021C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartWario185Wheel2 + type: texture + offset: 0x9029C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartWario185Wheel3 + type: texture + offset: 0x9031C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartWario186Wheel0 + type: texture + offset: 0x9039C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartWario186Wheel1 + type: texture + offset: 0x9041C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartWario186Wheel2 + type: texture + offset: 0x9049C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartWario186Wheel3 + type: texture + offset: 0x9051C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartWario187Wheel0 + type: texture + offset: 0x9059C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartWario187Wheel1 + type: texture + offset: 0x9061C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartWario187Wheel2 + type: texture + offset: 0x9069C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartWario187Wheel3 + type: texture + offset: 0x9071C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartWario188Wheel0 + type: texture + offset: 0x9079C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartWario188Wheel1 + type: texture + offset: 0x9081C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartWario188Wheel2 + type: texture + offset: 0x9089C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartWario188Wheel3 + type: texture + offset: 0x9091C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartWario189Wheel0 + type: texture + offset: 0x9099C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartWario189Wheel1 + type: texture + offset: 0x90A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartWario189Wheel2 + type: texture + offset: 0x90A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartWario189Wheel3 + type: texture + offset: 0x90B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartWario190Wheel0 + type: texture + offset: 0x90B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartWario190Wheel1 + type: texture + offset: 0x90C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartWario190Wheel2 + type: texture + offset: 0x90C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartWario190Wheel3 + type: texture + offset: 0x90D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartWario191Wheel0 + type: texture + offset: 0x90D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartWario191Wheel1 + type: texture + offset: 0x90E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartWario191Wheel2 + type: texture + offset: 0x90E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartWario191Wheel3 + type: texture + offset: 0x90F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartWario192Wheel0 + type: texture + offset: 0x90F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartWario192Wheel1 + type: texture + offset: 0x9101C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartWario192Wheel2 + type: texture + offset: 0x9109C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartWario192Wheel3 + type: texture + offset: 0x9111C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartWario193Wheel0 + type: texture + offset: 0x9119C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartWario193Wheel1 + type: texture + offset: 0x9121C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartWario193Wheel2 + type: texture + offset: 0x9129C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartWario193Wheel3 + type: texture + offset: 0x9131C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartWario194Wheel0 + type: texture + offset: 0x9139C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartWario194Wheel1 + type: texture + offset: 0x9141C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartWario194Wheel2 + type: texture + offset: 0x9149C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartWario194Wheel3 + type: texture + offset: 0x9151C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartWario195Wheel0 + type: texture + offset: 0x9159C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartWario195Wheel1 + type: texture + offset: 0x9161C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartWario195Wheel2 + type: texture + offset: 0x9169C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartWario195Wheel3 + type: texture + offset: 0x9171C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartWario196Wheel0 + type: texture + offset: 0x9179C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartWario196Wheel1 + type: texture + offset: 0x9181C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartWario196Wheel2 + type: texture + offset: 0x9189C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartWario196Wheel3 + type: texture + offset: 0x9191C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartWario197Wheel0 + type: texture + offset: 0x9199C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartWario197Wheel1 + type: texture + offset: 0x91A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartWario197Wheel2 + type: texture + offset: 0x91A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartWario197Wheel3 + type: texture + offset: 0x91B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartWario198Wheel0 + type: texture + offset: 0x91B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartWario198Wheel1 + type: texture + offset: 0x91C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartWario198Wheel2 + type: texture + offset: 0x91C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartWario198Wheel3 + type: texture + offset: 0x91D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartWario199Wheel0 + type: texture + offset: 0x91D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartWario199Wheel1 + type: texture + offset: 0x91E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartWario199Wheel2 + type: texture + offset: 0x91E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartWario199Wheel3 + type: texture + offset: 0x91F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartWario200Wheel0 + type: texture + offset: 0x91F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartWario200Wheel1 + type: texture + offset: 0x9201C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartWario200Wheel2 + type: texture + offset: 0x9209C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartWario200Wheel3 + type: texture + offset: 0x9211C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartWario201Wheel0 + type: texture + offset: 0x9219C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartWario201Wheel1 + type: texture + offset: 0x9221C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartWario201Wheel2 + type: texture + offset: 0x9229C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartWario201Wheel3 + type: texture + offset: 0x9231C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartWario202Wheel0 + type: texture + offset: 0x9239C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartWario202Wheel1 + type: texture + offset: 0x9241C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartWario202Wheel2 + type: texture + offset: 0x9249C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartWario202Wheel3 + type: texture + offset: 0x9251C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartWario203Wheel0 + type: texture + offset: 0x9259C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartWario203Wheel1 + type: texture + offset: 0x9261C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartWario203Wheel2 + type: texture + offset: 0x9269C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartWario203Wheel3 + type: texture + offset: 0x9271C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartWario204Wheel0 + type: texture + offset: 0x9279C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartWario204Wheel1 + type: texture + offset: 0x9281C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartWario204Wheel2 + type: texture + offset: 0x9289C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartWario204Wheel3 + type: texture + offset: 0x9291C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartWario205Wheel0 + type: texture + offset: 0x9299C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartWario205Wheel1 + type: texture + offset: 0x92A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartWario205Wheel2 + type: texture + offset: 0x92A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartWario205Wheel3 + type: texture + offset: 0x92B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartWario206Wheel0 + type: texture + offset: 0x92B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartWario206Wheel1 + type: texture + offset: 0x92C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartWario206Wheel2 + type: texture + offset: 0x92C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartWario206Wheel3 + type: texture + offset: 0x92D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartWario207Wheel0 + type: texture + offset: 0x92D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartWario207Wheel1 + type: texture + offset: 0x92E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartWario207Wheel2 + type: texture + offset: 0x92E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartWario207Wheel3 + type: texture + offset: 0x92F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartWario208Wheel0 + type: texture + offset: 0x92F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartWario208Wheel1 + type: texture + offset: 0x9301C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartWario208Wheel2 + type: texture + offset: 0x9309C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartWario208Wheel3 + type: texture + offset: 0x9311C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartWario209Wheel0 + type: texture + offset: 0x9319C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartWario209Wheel1 + type: texture + offset: 0x9321C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartWario209Wheel2 + type: texture + offset: 0x9329C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartWario209Wheel3 + type: texture + offset: 0x9331C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartWario210Wheel0 + type: texture + offset: 0x9339C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartWario210Wheel1 + type: texture + offset: 0x9341C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartWario210Wheel2 + type: texture + offset: 0x9349C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartWario210Wheel3 + type: texture + offset: 0x9351C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartWario211Wheel0 + type: texture + offset: 0x9359C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartWario211Wheel1 + type: texture + offset: 0x9361C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartWario211Wheel2 + type: texture + offset: 0x9369C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartWario211Wheel3 + type: texture + offset: 0x9371C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartWario212Wheel0 + type: texture + offset: 0x9379C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartWario212Wheel1 + type: texture + offset: 0x9381C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartWario212Wheel2 + type: texture + offset: 0x9389C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartWario212Wheel3 + type: texture + offset: 0x9391C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartWario213Wheel0 + type: texture + offset: 0x9399C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartWario213Wheel1 + type: texture + offset: 0x93A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartWario213Wheel2 + type: texture + offset: 0x93A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartWario213Wheel3 + type: texture + offset: 0x93B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartWario214Wheel0 + type: texture + offset: 0x93B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartWario214Wheel1 + type: texture + offset: 0x93C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartWario214Wheel2 + type: texture + offset: 0x93C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartWario214Wheel3 + type: texture + offset: 0x93D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartWario215Wheel0 + type: texture + offset: 0x93D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartWario215Wheel1 + type: texture + offset: 0x93E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartWario215Wheel2 + type: texture + offset: 0x93E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartWario215Wheel3 + type: texture + offset: 0x93F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartWario216Wheel0 + type: texture + offset: 0x93F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartWario216Wheel1 + type: texture + offset: 0x9401C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartWario216Wheel2 + type: texture + offset: 0x9409C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartWario216Wheel3 + type: texture + offset: 0x9411C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartWario217Wheel0 + type: texture + offset: 0x9419C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartWario217Wheel1 + type: texture + offset: 0x9421C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartWario217Wheel2 + type: texture + offset: 0x9429C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartWario217Wheel3 + type: texture + offset: 0x9431C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartWario218Wheel0 + type: texture + offset: 0x9439C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartWario218Wheel1 + type: texture + offset: 0x9441C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartWario218Wheel2 + type: texture + offset: 0x9449C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartWario218Wheel3 + type: texture + offset: 0x9451C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartWario219Wheel0 + type: texture + offset: 0x9459C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartWario219Wheel1 + type: texture + offset: 0x9461C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartWario219Wheel2 + type: texture + offset: 0x9469C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartWario219Wheel3 + type: texture + offset: 0x9471C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartWario220Wheel0 + type: texture + offset: 0x9479C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartWario220Wheel1 + type: texture + offset: 0x9481C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartWario220Wheel2 + type: texture + offset: 0x9489C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartWario220Wheel3 + type: texture + offset: 0x9491C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartWario221Wheel0 + type: texture + offset: 0x9499C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartWario221Wheel1 + type: texture + offset: 0x94A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartWario221Wheel2 + type: texture + offset: 0x94A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartWario221Wheel3 + type: texture + offset: 0x94B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartWario222Wheel0 + type: texture + offset: 0x94B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartWario222Wheel1 + type: texture + offset: 0x94C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartWario222Wheel2 + type: texture + offset: 0x94C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartWario222Wheel3 + type: texture + offset: 0x94D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartWario223Wheel0 + type: texture + offset: 0x94D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartWario223Wheel1 + type: texture + offset: 0x94E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartWario223Wheel2 + type: texture + offset: 0x94E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartWario223Wheel3 + type: texture + offset: 0x94F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartWario224Wheel0 + type: texture + offset: 0x94F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartWario224Wheel1 + type: texture + offset: 0x9501C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartWario224Wheel2 + type: texture + offset: 0x9509C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartWario224Wheel3 + type: texture + offset: 0x9511C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartWario225Wheel0 + type: texture + offset: 0x9519C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartWario225Wheel1 + type: texture + offset: 0x9521C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartWario225Wheel2 + type: texture + offset: 0x9529C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartWario225Wheel3 + type: texture + offset: 0x9531C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartWario226Wheel0 + type: texture + offset: 0x9539C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartWario226Wheel1 + type: texture + offset: 0x9541C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartWario226Wheel2 + type: texture + offset: 0x9549C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartWario226Wheel3 + type: texture + offset: 0x9551C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartWario227Wheel0 + type: texture + offset: 0x9559C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartWario227Wheel1 + type: texture + offset: 0x9561C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartWario227Wheel2 + type: texture + offset: 0x9569C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartWario227Wheel3 + type: texture + offset: 0x9571C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartWario228Wheel0 + type: texture + offset: 0x9579C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartWario228Wheel1 + type: texture + offset: 0x9581C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartWario228Wheel2 + type: texture + offset: 0x9589C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartWario228Wheel3 + type: texture + offset: 0x9591C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartWario229Wheel0 + type: texture + offset: 0x9599C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartWario229Wheel1 + type: texture + offset: 0x95A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartWario229Wheel2 + type: texture + offset: 0x95A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartWario229Wheel3 + type: texture + offset: 0x95B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartWario230Wheel0 + type: texture + offset: 0x95B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartWario230Wheel1 + type: texture + offset: 0x95C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartWario230Wheel2 + type: texture + offset: 0x95C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartWario230Wheel3 + type: texture + offset: 0x95D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartWario231Wheel0 + type: texture + offset: 0x95D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartWario231Wheel1 + type: texture + offset: 0x95E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartWario231Wheel2 + type: texture + offset: 0x95E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartWario231Wheel3 + type: texture + offset: 0x95F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartWario232Wheel0 + type: texture + offset: 0x95F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartWario232Wheel1 + type: texture + offset: 0x9601C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartWario232Wheel2 + type: texture + offset: 0x9609C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartWario232Wheel3 + type: texture + offset: 0x9611C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartWario233Wheel0 + type: texture + offset: 0x9619C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartWario233Wheel1 + type: texture + offset: 0x9621C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartWario233Wheel2 + type: texture + offset: 0x9629C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartWario233Wheel3 + type: texture + offset: 0x9631C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartWario234Wheel0 + type: texture + offset: 0x9639C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartWario234Wheel1 + type: texture + offset: 0x9641C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartWario234Wheel2 + type: texture + offset: 0x9649C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartWario234Wheel3 + type: texture + offset: 0x9651C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartWario235Wheel0 + type: texture + offset: 0x9659C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartWario235Wheel1 + type: texture + offset: 0x9661C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartWario235Wheel2 + type: texture + offset: 0x9669C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartWario235Wheel3 + type: texture + offset: 0x9671C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartWario236Wheel0 + type: texture + offset: 0x9679C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartWario236Wheel1 + type: texture + offset: 0x9681C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartWario236Wheel2 + type: texture + offset: 0x9689C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartWario236Wheel3 + type: texture + offset: 0x9691C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartWario237Wheel0 + type: texture + offset: 0x9699C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartWario237Wheel1 + type: texture + offset: 0x96A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartWario237Wheel2 + type: texture + offset: 0x96A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartWario237Wheel3 + type: texture + offset: 0x96B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartWario238Wheel0 + type: texture + offset: 0x96B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartWario238Wheel1 + type: texture + offset: 0x96C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartWario238Wheel2 + type: texture + offset: 0x96C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartWario238Wheel3 + type: texture + offset: 0x96D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartWario239Wheel0 + type: texture + offset: 0x96D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartWario239Wheel1 + type: texture + offset: 0x96E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartWario239Wheel2 + type: texture + offset: 0x96E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartWario239Wheel3 + type: texture + offset: 0x96F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartWario240Wheel0 + type: texture + offset: 0x96F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartWario240Wheel1 + type: texture + offset: 0x9701C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartWario240Wheel2 + type: texture + offset: 0x9709C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartWario240Wheel3 + type: texture + offset: 0x9711C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartWario241Wheel0 + type: texture + offset: 0x9719C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartWario241Wheel1 + type: texture + offset: 0x9721C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartWario241Wheel2 + type: texture + offset: 0x9729C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartWario241Wheel3 + type: texture + offset: 0x9731C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartWario242Wheel0 + type: texture + offset: 0x9739C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartWario242Wheel1 + type: texture + offset: 0x9741C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartWario242Wheel2 + type: texture + offset: 0x9749C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartWario242Wheel3 + type: texture + offset: 0x9751C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartWario243Wheel0 + type: texture + offset: 0x9759C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartWario243Wheel1 + type: texture + offset: 0x9761C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartWario243Wheel2 + type: texture + offset: 0x9769C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartWario243Wheel3 + type: texture + offset: 0x9771C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartWario244Wheel0 + type: texture + offset: 0x9779C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartWario244Wheel1 + type: texture + offset: 0x9781C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartWario244Wheel2 + type: texture + offset: 0x9789C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartWario244Wheel3 + type: texture + offset: 0x9791C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartWario245Wheel0 + type: texture + offset: 0x9799C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartWario245Wheel1 + type: texture + offset: 0x97A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartWario245Wheel2 + type: texture + offset: 0x97A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartWario245Wheel3 + type: texture + offset: 0x97B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartWario246Wheel0 + type: texture + offset: 0x97B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartWario246Wheel1 + type: texture + offset: 0x97C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartWario246Wheel2 + type: texture + offset: 0x97C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartWario246Wheel3 + type: texture + offset: 0x97D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartWario247Wheel0 + type: texture + offset: 0x97D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartWario247Wheel1 + type: texture + offset: 0x97E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartWario247Wheel2 + type: texture + offset: 0x97E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartWario247Wheel3 + type: texture + offset: 0x97F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartWario248Wheel0 + type: texture + offset: 0x97F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartWario248Wheel1 + type: texture + offset: 0x9801C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartWario248Wheel2 + type: texture + offset: 0x9809C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartWario248Wheel3 + type: texture + offset: 0x9811C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartWario249Wheel0 + type: texture + offset: 0x9819C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartWario249Wheel1 + type: texture + offset: 0x9821C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartWario249Wheel2 + type: texture + offset: 0x9829C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartWario249Wheel3 + type: texture + offset: 0x9831C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartWario250Wheel0 + type: texture + offset: 0x9839C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartWario250Wheel1 + type: texture + offset: 0x9841C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartWario250Wheel2 + type: texture + offset: 0x9849C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartWario250Wheel3 + type: texture + offset: 0x9851C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartWario251Wheel0 + type: texture + offset: 0x9859C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartWario251Wheel1 + type: texture + offset: 0x9861C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartWario251Wheel2 + type: texture + offset: 0x9869C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartWario251Wheel3 + type: texture + offset: 0x9871C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartWario252Wheel0 + type: texture + offset: 0x9879C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartWario252Wheel1 + type: texture + offset: 0x9881C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartWario252Wheel2 + type: texture + offset: 0x9889C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartWario252Wheel3 + type: texture + offset: 0x9891C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartWario253Wheel0 + type: texture + offset: 0x9899C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartWario253Wheel1 + type: texture + offset: 0x98A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartWario253Wheel2 + type: texture + offset: 0x98A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartWario253Wheel3 + type: texture + offset: 0x98B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartWario254Wheel0 + type: texture + offset: 0x98B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartWario254Wheel1 + type: texture + offset: 0x98C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartWario254Wheel2 + type: texture + offset: 0x98C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartWario254Wheel3 + type: texture + offset: 0x98D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartWario255Wheel0 + type: texture + offset: 0x98D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartWario255Wheel1 + type: texture + offset: 0x98E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartWario255Wheel2 + type: texture + offset: 0x98E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartWario255Wheel3 + type: texture + offset: 0x98F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartWario256Wheel0 + type: texture + offset: 0x98F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartWario256Wheel1 + type: texture + offset: 0x9901C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartWario256Wheel2 + type: texture + offset: 0x9909C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartWario256Wheel3 + type: texture + offset: 0x9911C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartWario257Wheel0 + type: texture + offset: 0x9919C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartWario257Wheel1 + type: texture + offset: 0x9921C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartWario257Wheel2 + type: texture + offset: 0x9929C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartWario257Wheel3 + type: texture + offset: 0x9931C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartWario258Wheel0 + type: texture + offset: 0x9939C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartWario258Wheel1 + type: texture + offset: 0x9941C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartWario258Wheel2 + type: texture + offset: 0x9949C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartWario258Wheel3 + type: texture + offset: 0x9951C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartWario259Wheel0 + type: texture + offset: 0x9959C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartWario259Wheel1 + type: texture + offset: 0x9961C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartWario259Wheel2 + type: texture + offset: 0x9969C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartWario259Wheel3 + type: texture + offset: 0x9971C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartWario260Wheel0 + type: texture + offset: 0x9979C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartWario260Wheel1 + type: texture + offset: 0x9981C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartWario260Wheel2 + type: texture + offset: 0x9989C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartWario260Wheel3 + type: texture + offset: 0x9991C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartWario261Wheel0 + type: texture + offset: 0x9999C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartWario261Wheel1 + type: texture + offset: 0x99A1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartWario261Wheel2 + type: texture + offset: 0x99A9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartWario261Wheel3 + type: texture + offset: 0x99B1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartWario262Wheel0 + type: texture + offset: 0x99B9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartWario262Wheel1 + type: texture + offset: 0x99C1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartWario262Wheel2 + type: texture + offset: 0x99C9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartWario262Wheel3 + type: texture + offset: 0x99D1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartWario263Wheel0 + type: texture + offset: 0x99D9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartWario263Wheel1 + type: texture + offset: 0x99E1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartWario263Wheel2 + type: texture + offset: 0x99E9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartWario263Wheel3 + type: texture + offset: 0x99F1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartWario264Wheel0 + type: texture + offset: 0x99F9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartWario264Wheel1 + type: texture + offset: 0x9A01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartWario264Wheel2 + type: texture + offset: 0x9A09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartWario264Wheel3 + type: texture + offset: 0x9A11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartWario265Wheel0 + type: texture + offset: 0x9A19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartWario265Wheel1 + type: texture + offset: 0x9A21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartWario265Wheel2 + type: texture + offset: 0x9A29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartWario265Wheel3 + type: texture + offset: 0x9A31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartWario266Wheel0 + type: texture + offset: 0x9A39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartWario266Wheel1 + type: texture + offset: 0x9A41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartWario266Wheel2 + type: texture + offset: 0x9A49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartWario266Wheel3 + type: texture + offset: 0x9A51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartWario267Wheel0 + type: texture + offset: 0x9A59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartWario267Wheel1 + type: texture + offset: 0x9A61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartWario267Wheel2 + type: texture + offset: 0x9A69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartWario267Wheel3 + type: texture + offset: 0x9A71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartWario268Wheel0 + type: texture + offset: 0x9A79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartWario268Wheel1 + type: texture + offset: 0x9A81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartWario268Wheel2 + type: texture + offset: 0x9A89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartWario268Wheel3 + type: texture + offset: 0x9A91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartWario269Wheel0 + type: texture + offset: 0x9A99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartWario269Wheel1 + type: texture + offset: 0x9AA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartWario269Wheel2 + type: texture + offset: 0x9AA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartWario269Wheel3 + type: texture + offset: 0x9AB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartWario270Wheel0 + type: texture + offset: 0x9AB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartWario270Wheel1 + type: texture + offset: 0x9AC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartWario270Wheel2 + type: texture + offset: 0x9AC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartWario270Wheel3 + type: texture + offset: 0x9AD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartWario271Wheel0 + type: texture + offset: 0x9AD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartWario271Wheel1 + type: texture + offset: 0x9AE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartWario271Wheel2 + type: texture + offset: 0x9AE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartWario271Wheel3 + type: texture + offset: 0x9AF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartWario272Wheel0 + type: texture + offset: 0x9AF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartWario272Wheel1 + type: texture + offset: 0x9B01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartWario272Wheel2 + type: texture + offset: 0x9B09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartWario272Wheel3 + type: texture + offset: 0x9B11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartWario273Wheel0 + type: texture + offset: 0x9B19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartWario273Wheel1 + type: texture + offset: 0x9B21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartWario273Wheel2 + type: texture + offset: 0x9B29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartWario273Wheel3 + type: texture + offset: 0x9B31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartWario274Wheel0 + type: texture + offset: 0x9B39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartWario274Wheel1 + type: texture + offset: 0x9B41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartWario274Wheel2 + type: texture + offset: 0x9B49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartWario274Wheel3 + type: texture + offset: 0x9B51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartWario275Wheel0 + type: texture + offset: 0x9B59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartWario275Wheel1 + type: texture + offset: 0x9B61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartWario275Wheel2 + type: texture + offset: 0x9B69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartWario275Wheel3 + type: texture + offset: 0x9B71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartWario276Wheel0 + type: texture + offset: 0x9B79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartWario276Wheel1 + type: texture + offset: 0x9B81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartWario276Wheel2 + type: texture + offset: 0x9B89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartWario276Wheel3 + type: texture + offset: 0x9B91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartWario277Wheel0 + type: texture + offset: 0x9B99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartWario277Wheel1 + type: texture + offset: 0x9BA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartWario277Wheel2 + type: texture + offset: 0x9BA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartWario277Wheel3 + type: texture + offset: 0x9BB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartWario278Wheel0 + type: texture + offset: 0x9BB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartWario278Wheel1 + type: texture + offset: 0x9BC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartWario278Wheel2 + type: texture + offset: 0x9BC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartWario278Wheel3 + type: texture + offset: 0x9BD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartWario279Wheel0 + type: texture + offset: 0x9BD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartWario279Wheel1 + type: texture + offset: 0x9BE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartWario279Wheel2 + type: texture + offset: 0x9BE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartWario279Wheel3 + type: texture + offset: 0x9BF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartWario280Wheel0 + type: texture + offset: 0x9BF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartWario280Wheel1 + type: texture + offset: 0x9C01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartWario280Wheel2 + type: texture + offset: 0x9C09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartWario280Wheel3 + type: texture + offset: 0x9C11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartWario281Wheel0 + type: texture + offset: 0x9C19C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartWario281Wheel1 + type: texture + offset: 0x9C21C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartWario281Wheel2 + type: texture + offset: 0x9C29C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartWario281Wheel3 + type: texture + offset: 0x9C31C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartWario282Wheel0 + type: texture + offset: 0x9C39C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartWario282Wheel1 + type: texture + offset: 0x9C41C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartWario282Wheel2 + type: texture + offset: 0x9C49C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartWario282Wheel3 + type: texture + offset: 0x9C51C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartWario283Wheel0 + type: texture + offset: 0x9C59C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartWario283Wheel1 + type: texture + offset: 0x9C61C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartWario283Wheel2 + type: texture + offset: 0x9C69C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartWario283Wheel3 + type: texture + offset: 0x9C71C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartWario284Wheel0 + type: texture + offset: 0x9C79C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartWario284Wheel1 + type: texture + offset: 0x9C81C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartWario284Wheel2 + type: texture + offset: 0x9C89C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartWario284Wheel3 + type: texture + offset: 0x9C91C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartWario285Wheel0 + type: texture + offset: 0x9C99C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartWario285Wheel1 + type: texture + offset: 0x9CA1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartWario285Wheel2 + type: texture + offset: 0x9CA9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartWario285Wheel3 + type: texture + offset: 0x9CB1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartWario286Wheel0 + type: texture + offset: 0x9CB9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartWario286Wheel1 + type: texture + offset: 0x9CC1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartWario286Wheel2 + type: texture + offset: 0x9CC9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartWario286Wheel3 + type: texture + offset: 0x9CD1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartWario287Wheel0 + type: texture + offset: 0x9CD9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartWario287Wheel1 + type: texture + offset: 0x9CE1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartWario287Wheel2 + type: texture + offset: 0x9CE9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartWario287Wheel3 + type: texture + offset: 0x9CF1C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartWario288Wheel0 + type: texture + offset: 0x9CF9C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartWario288Wheel1 + type: texture + offset: 0x9D01C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartWario288Wheel2 + type: texture + offset: 0x9D09C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartWario288Wheel3 + type: texture + offset: 0x9D11C + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +wario_kart_palette: + symbol: gKartWarioPalette + type: texture + offset: 0x9D19C + ctype: u16 + width: 16 + height: 12 + format: RGBA16 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_data.yml new file mode 100644 index 0000000..a3f464a --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_data.yml @@ -0,0 +1,536 @@ +:config: + segments: + - [0x06, 0x8804A0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_wario_stadium_dl_0: + symbol: d_course_wario_stadium_dl_0 + type: gfx + offset: 0x0 +d_course_wario_stadium_dl_B8: + symbol: d_course_wario_stadium_dl_B8 + type: gfx + offset: 0xB8 +d_course_wario_stadium_dl_158: + symbol: d_course_wario_stadium_dl_158 + type: gfx + offset: 0x158 +d_course_wario_stadium_dl_1B8: + symbol: d_course_wario_stadium_dl_1B8 + type: gfx + offset: 0x1B8 +d_course_wario_stadium_dl_2A0: + symbol: d_course_wario_stadium_dl_2A0 + type: gfx + offset: 0x2A0 +d_course_wario_stadium_dl_350: + symbol: d_course_wario_stadium_dl_350 + type: gfx + offset: 0x350 +d_course_wario_stadium_dl_440: + symbol: d_course_wario_stadium_dl_440 + type: gfx + offset: 0x440 +d_course_wario_stadium_dl_4C0: + symbol: d_course_wario_stadium_dl_4C0 + type: gfx + offset: 0x4C0 +d_course_wario_stadium_dl_5E8: + symbol: d_course_wario_stadium_dl_5E8 + type: gfx + offset: 0x5E8 +d_course_wario_stadium_dl_668: + symbol: d_course_wario_stadium_dl_668 + type: gfx + offset: 0x668 +d_course_wario_stadium_dl_798: + symbol: d_course_wario_stadium_dl_798 + type: gfx + offset: 0x798 +d_course_wario_stadium_dl_830: + symbol: d_course_wario_stadium_dl_830 + type: gfx + offset: 0x830 +d_course_wario_stadium_dl_940: + symbol: d_course_wario_stadium_dl_940 + type: gfx + offset: 0x940 +d_course_wario_stadium_dl_990: + symbol: d_course_wario_stadium_dl_990 + type: gfx + offset: 0x990 +d_course_wario_stadium_dl_AB0: + symbol: d_course_wario_stadium_dl_AB0 + type: gfx + offset: 0xAB0 +d_course_wario_stadium_dl_B60: + symbol: d_course_wario_stadium_dl_B60 + type: gfx + offset: 0xB60 +d_course_wario_stadium_dl_C08: + symbol: d_course_wario_stadium_dl_C08 + type: gfx + offset: 0xC08 +d_course_wario_stadium_dl_C70: + symbol: d_course_wario_stadium_dl_C70 + type: gfx + offset: 0xC70 +d_course_wario_stadium_dl_D60: + symbol: d_course_wario_stadium_dl_D60 + type: gfx + offset: 0xD60 +d_course_wario_stadium_dl_E30: + symbol: d_course_wario_stadium_dl_E30 + type: gfx + offset: 0xE30 +d_course_wario_stadium_dl_ED0: + symbol: d_course_wario_stadium_dl_ED0 + type: gfx + offset: 0xED0 +d_course_wario_stadium_dl_F70: + symbol: d_course_wario_stadium_dl_F70 + type: gfx + offset: 0xF70 +d_course_wario_stadium_dl_1068: + symbol: d_course_wario_stadium_dl_1068 + type: gfx + offset: 0x1068 +d_course_wario_stadium_dl_1158: + symbol: d_course_wario_stadium_dl_1158 + type: gfx + offset: 0x1158 +d_course_wario_stadium_dl_11F8: + symbol: d_course_wario_stadium_dl_11F8 + type: gfx + offset: 0x11F8 +d_course_wario_stadium_dl_12E0: + symbol: d_course_wario_stadium_dl_12E0 + type: gfx + offset: 0x12E0 +d_course_wario_stadium_dl_13C0: + symbol: d_course_wario_stadium_dl_13C0 + type: gfx + offset: 0x13C0 +d_course_wario_stadium_dl_14A0: + symbol: d_course_wario_stadium_dl_14A0 + type: gfx + offset: 0x14A0 +d_course_wario_stadium_dl_1590: + symbol: d_course_wario_stadium_dl_1590 + type: gfx + offset: 0x1590 +d_course_wario_stadium_dl_1630: + symbol: d_course_wario_stadium_dl_1630 + type: gfx + offset: 0x1630 +d_course_wario_stadium_dl_1708: + symbol: d_course_wario_stadium_dl_1708 + type: gfx + offset: 0x1708 +d_course_wario_stadium_dl_17A8: + symbol: d_course_wario_stadium_dl_17A8 + type: gfx + offset: 0x17A8 +d_course_wario_stadium_dl_1868: + symbol: d_course_wario_stadium_dl_1868 + type: gfx + offset: 0x1868 +d_course_wario_stadium_dl_1908: + symbol: d_course_wario_stadium_dl_1908 + type: gfx + offset: 0x1908 +d_course_wario_stadium_dl_19E0: + symbol: d_course_wario_stadium_dl_19E0 + type: gfx + offset: 0x19E0 +d_course_wario_stadium_dl_1AB8: + symbol: d_course_wario_stadium_dl_1AB8 + type: gfx + offset: 0x1AB8 +d_course_wario_stadium_dl_1B48: + symbol: d_course_wario_stadium_dl_1B48 + type: gfx + offset: 0x1B48 +d_course_wario_stadium_dl_1BB0: + symbol: d_course_wario_stadium_dl_1BB0 + type: gfx + offset: 0x1BB0 +d_course_wario_stadium_dl_1CA8: + symbol: d_course_wario_stadium_dl_1CA8 + type: gfx + offset: 0x1CA8 +d_course_wario_stadium_dl_1D68: + symbol: d_course_wario_stadium_dl_1D68 + type: gfx + offset: 0x1D68 +d_course_wario_stadium_dl_1DF8: + symbol: d_course_wario_stadium_dl_1DF8 + type: gfx + offset: 0x1DF8 +d_course_wario_stadium_dl_1E70: + symbol: d_course_wario_stadium_dl_1E70 + type: gfx + offset: 0x1E70 +d_course_wario_stadium_dl_1FD8: + symbol: d_course_wario_stadium_dl_1FD8 + type: gfx + offset: 0x1FD8 +d_course_wario_stadium_dl_20A8: + symbol: d_course_wario_stadium_dl_20A8 + type: gfx + offset: 0x20A8 +d_course_wario_stadium_dl_21A8: + symbol: d_course_wario_stadium_dl_21A8 + type: gfx + offset: 0x21A8 +d_course_wario_stadium_dl_2218: + symbol: d_course_wario_stadium_dl_2218 + type: gfx + offset: 0x2218 +d_course_wario_stadium_dl_2308: + symbol: d_course_wario_stadium_dl_2308 + type: gfx + offset: 0x2308 +d_course_wario_stadium_dl_23B0: + symbol: d_course_wario_stadium_dl_23B0 + type: gfx + offset: 0x23B0 +d_course_wario_stadium_dl_2490: + symbol: d_course_wario_stadium_dl_2490 + type: gfx + offset: 0x2490 +d_course_wario_stadium_dl_2530: + symbol: d_course_wario_stadium_dl_2530 + type: gfx + offset: 0x2530 +d_course_wario_stadium_dl_2610: + symbol: d_course_wario_stadium_dl_2610 + type: gfx + offset: 0x2610 +d_course_wario_stadium_dl_2698: + symbol: d_course_wario_stadium_dl_2698 + type: gfx + offset: 0x2698 +d_course_wario_stadium_dl_2798: + symbol: d_course_wario_stadium_dl_2798 + type: gfx + offset: 0x2798 +d_course_wario_stadium_dl_2870: + symbol: d_course_wario_stadium_dl_2870 + type: gfx + offset: 0x2870 +d_course_wario_stadium_dl_2928: + symbol: d_course_wario_stadium_dl_2928 + type: gfx + offset: 0x2928 +d_course_wario_stadium_dl_29D0: + symbol: d_course_wario_stadium_dl_29D0 + type: gfx + offset: 0x29D0 +d_course_wario_stadium_dl_2AB0: + symbol: d_course_wario_stadium_dl_2AB0 + type: gfx + offset: 0x2AB0 +d_course_wario_stadium_dl_2B60: + symbol: d_course_wario_stadium_dl_2B60 + type: gfx + offset: 0x2B60 +d_course_wario_stadium_dl_2C30: + symbol: d_course_wario_stadium_dl_2C30 + type: gfx + offset: 0x2C30 +d_course_wario_stadium_dl_2CE0: + symbol: d_course_wario_stadium_dl_2CE0 + type: gfx + offset: 0x2CE0 +d_course_wario_stadium_dl_2DC0: + symbol: d_course_wario_stadium_dl_2DC0 + type: gfx + offset: 0x2DC0 +d_course_wario_stadium_dl_2E70: + symbol: d_course_wario_stadium_dl_2E70 + type: gfx + offset: 0x2E70 +d_course_wario_stadium_dl_2FB8: + symbol: d_course_wario_stadium_dl_2FB8 + type: gfx + offset: 0x2FB8 +d_course_wario_stadium_dl_3098: + symbol: d_course_wario_stadium_dl_3098 + type: gfx + offset: 0x3098 +d_course_wario_stadium_dl_31B0: + symbol: d_course_wario_stadium_dl_31B0 + type: gfx + offset: 0x31B0 +d_course_wario_stadium_dl_3260: + symbol: d_course_wario_stadium_dl_3260 + type: gfx + offset: 0x3260 +d_course_wario_stadium_dl_3368: + symbol: d_course_wario_stadium_dl_3368 + type: gfx + offset: 0x3368 +d_course_wario_stadium_dl_3450: + symbol: d_course_wario_stadium_dl_3450 + type: gfx + offset: 0x3450 +d_course_wario_stadium_dl_3550: + symbol: d_course_wario_stadium_dl_3550 + type: gfx + offset: 0x3550 +d_course_wario_stadium_dl_3600: + symbol: d_course_wario_stadium_dl_3600 + type: gfx + offset: 0x3600 +d_course_wario_stadium_dl_36D8: + symbol: d_course_wario_stadium_dl_36D8 + type: gfx + offset: 0x36D8 +d_course_wario_stadium_dl_37A8: + symbol: d_course_wario_stadium_dl_37A8 + type: gfx + offset: 0x37A8 +d_course_wario_stadium_dl_3890: + symbol: d_course_wario_stadium_dl_3890 + type: gfx + offset: 0x3890 +d_course_wario_stadium_dl_3980: + symbol: d_course_wario_stadium_dl_3980 + type: gfx + offset: 0x3980 +d_course_wario_stadium_dl_3A10: + symbol: d_course_wario_stadium_dl_3A10 + type: gfx + offset: 0x3A10 +d_course_wario_stadium_dl_3AD0: + symbol: d_course_wario_stadium_dl_3AD0 + type: gfx + offset: 0x3AD0 +d_course_wario_stadium_dl_3BB0: + symbol: d_course_wario_stadium_dl_3BB0 + type: gfx + offset: 0x3BB0 +d_course_wario_stadium_dl_3CF8: + symbol: d_course_wario_stadium_dl_3CF8 + type: gfx + offset: 0x3CF8 +d_course_wario_stadium_dl_3D90: + symbol: d_course_wario_stadium_dl_3D90 + type: gfx + offset: 0x3D90 +d_course_wario_stadium_dl_3E80: + symbol: d_course_wario_stadium_dl_3E80 + type: gfx + offset: 0x3E80 +d_course_wario_stadium_dl_3F78: + symbol: d_course_wario_stadium_dl_3F78 + type: gfx + offset: 0x3F78 +d_course_wario_stadium_dl_4060: + symbol: d_course_wario_stadium_dl_4060 + type: gfx + offset: 0x4060 +d_course_wario_stadium_dl_40F0: + symbol: d_course_wario_stadium_dl_40F0 + type: gfx + offset: 0x40F0 +d_course_wario_stadium_dl_41D0: + symbol: d_course_wario_stadium_dl_41D0 + type: gfx + offset: 0x41D0 +d_course_wario_stadium_dl_4270: + symbol: d_course_wario_stadium_dl_4270 + type: gfx + offset: 0x4270 +d_course_wario_stadium_dl_4340: + symbol: d_course_wario_stadium_dl_4340 + type: gfx + offset: 0x4340 +d_course_wario_stadium_dl_43E0: + symbol: d_course_wario_stadium_dl_43E0 + type: gfx + offset: 0x43E0 +d_course_wario_stadium_dl_44B0: + symbol: d_course_wario_stadium_dl_44B0 + type: gfx + offset: 0x44B0 +d_course_wario_stadium_dl_4550: + symbol: d_course_wario_stadium_dl_4550 + type: gfx + offset: 0x4550 +d_course_wario_stadium_dl_46E0: + symbol: d_course_wario_stadium_dl_46E0 + type: gfx + offset: 0x46E0 +d_course_wario_stadium_dl_47F0: + symbol: d_course_wario_stadium_dl_47F0 + type: gfx + offset: 0x47F0 +d_course_wario_stadium_dl_4948: + symbol: d_course_wario_stadium_dl_4948 + type: gfx + offset: 0x4948 +d_course_wario_stadium_dl_4A78: + symbol: d_course_wario_stadium_dl_4A78 + type: gfx + offset: 0x4A78 +d_course_wario_stadium_dl_4B30: + symbol: d_course_wario_stadium_dl_4B30 + type: gfx + offset: 0x4B30 +d_course_wario_stadium_dl_4BE8: + symbol: d_course_wario_stadium_dl_4BE8 + type: gfx + offset: 0x4BE8 +d_course_wario_stadium_dl_4C60: + symbol: d_course_wario_stadium_dl_4C60 + type: gfx + offset: 0x4C60 +d_course_wario_stadium_dl_4D40: + symbol: d_course_wario_stadium_dl_4D40 + type: gfx + offset: 0x4D40 +d_course_wario_stadium_dl_4E30: + symbol: d_course_wario_stadium_dl_4E30 + type: gfx + offset: 0x4E30 +d_course_wario_stadium_dl_4EF0: + symbol: d_course_wario_stadium_dl_4EF0 + type: gfx + offset: 0x4EF0 +d_course_wario_stadium_dl_4F80: + symbol: d_course_wario_stadium_dl_4F80 + type: gfx + offset: 0x4F80 +d_course_wario_stadium_dl_5090: + symbol: d_course_wario_stadium_dl_5090 + type: gfx + offset: 0x5090 +d_course_wario_stadium_dl_5168: + symbol: d_course_wario_stadium_dl_5168 + type: gfx + offset: 0x5168 +d_course_wario_stadium_dl_51E8: + symbol: d_course_wario_stadium_dl_51E8 + type: gfx + offset: 0x51E8 +d_course_wario_stadium_dl_5270: + symbol: d_course_wario_stadium_dl_5270 + type: gfx + offset: 0x5270 +d_course_wario_stadium_dl_5338: + symbol: d_course_wario_stadium_dl_5338 + type: gfx + offset: 0x5338 +d_course_wario_stadium_dl_5460: + symbol: d_course_wario_stadium_dl_5460 + type: gfx + offset: 0x5460 +d_course_wario_stadium_dl_54E8: + symbol: d_course_wario_stadium_dl_54E8 + type: gfx + offset: 0x54E8 +d_course_wario_stadium_dl_5588: + symbol: d_course_wario_stadium_dl_5588 + type: gfx + offset: 0x5588 +d_course_wario_stadium_unknown_waypoints: + symbol: d_course_wario_stadium_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0x56A0 + count: 77 +d_course_wario_stadium_track_waypoints: + symbol: d_course_wario_stadium_track_waypoints + type: mk64:TRACK_PATH + offset: 0x5908 + count: 1401 +d_course_wario_stadium_sign_head_model1: + symbol: d_course_wario_stadium_sign_head_model1 + type: vtx + offset: 0x84D0 + count: 13 +d_course_wario_stadium_sign_head_model2: + symbol: d_course_wario_stadium_sign_head_model2 + type: vtx + offset: 0x85A0 + count: 17 +d_course_wario_stadium_sign_head_model3: + symbol: d_course_wario_stadium_sign_head_model3 + type: vtx + offset: 0x86B0 + count: 13 +d_course_wario_stadium_sign_head_model4: + symbol: d_course_wario_stadium_sign_head_model4 + type: vtx + offset: 0x8780 + count: 17 +d_course_wario_stadium_sign_top_left: + symbol: d_course_wario_stadium_sign_top_left + type: texture + offset: 0x8890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_bottom_left: + symbol: d_course_wario_stadium_sign_bottom_left + type: texture + offset: 0x9890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_top_right: + symbol: d_course_wario_stadium_sign_top_right + type: texture + offset: 0xA890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_sign_bottom_right: + symbol: d_course_wario_stadium_sign_bottom_right + type: texture + offset: 0xB890 + width: 64 + height: 32 + format: rgba16 + ctype: u8 +d_course_wario_stadium_dl_C890: + symbol: d_course_wario_stadium_dl_C890 + type: gfx + offset: 0xC890 +d_course_wario_stadium_dl_CA50: + symbol: d_course_wario_stadium_dl_CA50 + type: gfx + offset: 0xCA50 +d_course_wario_stadium_dl_sign: + symbol: d_course_wario_stadium_dl_sign + type: gfx + offset: 0xCA60 +d_course_wario_stadium_dl_CA70: + symbol: d_course_wario_stadium_dl_CA70 + type: gfx + offset: 0xCA70 +d_course_wario_stadium_dl_CA78: + symbol: d_course_wario_stadium_dl_CA78 + type: gfx + offset: 0xCA78 +d_course_wario_stadium_item_box_spawns: + symbol: d_course_wario_stadium_item_box_spawns + type: mk64:spawn_data + offset: 0xCB40 + count: 31 +d_course_wario_stadium_addr: + symbol: d_course_wario_stadium_addr + type: mk64:track_sections + offset: 0xCC38 + count: 32 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_displaylists.yml new file mode 100644 index 0000000..2f10bfc --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x94E28C + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_wario_stadium_packed_dls: + symbol: d_course_wario_stadium_packed_dls + type: blob + offset: 0x94E28C + size: 0x34E5 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_vertices.yml new file mode 100644 index 0000000..9b35507 --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/wario_stadium_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x9438C0] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_wario_stadium_vertex: + symbol: d_course_wario_stadium_vertex + type: mk64:course_vtx + count: 6067 + offset: 0x0 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/yoshi_kart.yml b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_kart.yml new file mode 100644 index 0000000..fa9aeda --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_kart.yml @@ -0,0 +1,12804 @@ +:config: + segments: + - [0x0F, 0x272A20] + no_compression: true + header: + code: + - '#include ' + - '#include ' + - '#include ' + header: + - '#include ' + - '#include ' + tables: + yoshi_kart_wheels: + range: [0x731A8, 0x97328] + mode: APPEND +yoshi_kart_frame000: + symbol: gKartYoshi000 + type: texture + offset: 0x0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame001: + symbol: gKartYoshi001 + type: texture + offset: 0x4D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_001_wheel_0 +yoshi_kart_frame002: + symbol: gKartYoshi002 + type: texture + offset: 0x9C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_002_wheel_0 +yoshi_kart_frame003: + symbol: gKartYoshi003 + type: texture + offset: 0xEB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_003_wheel_0 +yoshi_kart_frame004: + symbol: gKartYoshi004 + type: texture + offset: 0x13A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_004_wheel_0 +yoshi_kart_frame005: + symbol: gKartYoshi005 + type: texture + offset: 0x18A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_005_wheel_0 +yoshi_kart_frame006: + symbol: gKartYoshi006 + type: texture + offset: 0x1DB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_006_wheel_0 +yoshi_kart_frame007: + symbol: gKartYoshi007 + type: texture + offset: 0x22DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_007_wheel_0 +yoshi_kart_frame008: + symbol: gKartYoshi008 + type: texture + offset: 0x2814 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_008_wheel_0 +yoshi_kart_frame009: + symbol: gKartYoshi009 + type: texture + offset: 0x2D5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_009_wheel_0 +yoshi_kart_frame010: + symbol: gKartYoshi010 + type: texture + offset: 0x32C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_010_wheel_0 +yoshi_kart_frame011: + symbol: gKartYoshi011 + type: texture + offset: 0x3838 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_011_wheel_0 +yoshi_kart_frame012: + symbol: gKartYoshi012 + type: texture + offset: 0x3DBC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_012_wheel_0 +yoshi_kart_frame013: + symbol: gKartYoshi013 + type: texture + offset: 0x432C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_013_wheel_0 +yoshi_kart_frame014: + symbol: gKartYoshi014 + type: texture + offset: 0x48C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_014_wheel_0 +yoshi_kart_frame015: + symbol: gKartYoshi015 + type: texture + offset: 0x4E60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_015_wheel_0 +yoshi_kart_frame016: + symbol: gKartYoshi016 + type: texture + offset: 0x5418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_016_wheel_0 +yoshi_kart_frame017: + symbol: gKartYoshi017 + type: texture + offset: 0x5A04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_017_wheel_0 +yoshi_kart_frame018: + symbol: gKartYoshi018 + type: texture + offset: 0x5FFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_018_wheel_0 +yoshi_kart_frame019: + symbol: gKartYoshi019 + type: texture + offset: 0x6600 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_019_wheel_0 +yoshi_kart_frame020: + symbol: gKartYoshi020 + type: texture + offset: 0x6C14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_020_wheel_0 +yoshi_kart_frame021: + symbol: gKartYoshi021 + type: texture + offset: 0x7238 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_021_wheel_0 +yoshi_kart_frame022: + symbol: gKartYoshi022 + type: texture + offset: 0x7718 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_022_wheel_0 +yoshi_kart_frame023: + symbol: gKartYoshi023 + type: texture + offset: 0x7BF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_023_wheel_0 +yoshi_kart_frame024: + symbol: gKartYoshi024 + type: texture + offset: 0x80D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_024_wheel_0 +yoshi_kart_frame025: + symbol: gKartYoshi025 + type: texture + offset: 0x85E8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_025_wheel_0 +yoshi_kart_frame026: + symbol: gKartYoshi026 + type: texture + offset: 0x8B08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_026_wheel_0 +yoshi_kart_frame027: + symbol: gKartYoshi027 + type: texture + offset: 0x901C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_027_wheel_0 +yoshi_kart_frame028: + symbol: gKartYoshi028 + type: texture + offset: 0x955C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_028_wheel_0 +yoshi_kart_frame029: + symbol: gKartYoshi029 + type: texture + offset: 0x9AA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_029_wheel_0 +yoshi_kart_frame030: + symbol: gKartYoshi030 + type: texture + offset: 0xA000 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_030_wheel_0 +yoshi_kart_frame031: + symbol: gKartYoshi031 + type: texture + offset: 0xA57C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_031_wheel_0 +yoshi_kart_frame032: + symbol: gKartYoshi032 + type: texture + offset: 0xAB0C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_032_wheel_0 +yoshi_kart_frame033: + symbol: gKartYoshi033 + type: texture + offset: 0xB088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_033_wheel_0 +yoshi_kart_frame034: + symbol: gKartYoshi034 + type: texture + offset: 0xB620 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_034_wheel_0 +yoshi_kart_frame035: + symbol: gKartYoshi035 + type: texture + offset: 0xBBC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_035_wheel_0 +yoshi_kart_frame036: + symbol: gKartYoshi036 + type: texture + offset: 0xC178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_036_wheel_0 +yoshi_kart_frame037: + symbol: gKartYoshi037 + type: texture + offset: 0xC74C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_037_wheel_0 +yoshi_kart_frame038: + symbol: gKartYoshi038 + type: texture + offset: 0xCD2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_038_wheel_0 +yoshi_kart_frame039: + symbol: gKartYoshi039 + type: texture + offset: 0xD328 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_039_wheel_0 +yoshi_kart_frame040: + symbol: gKartYoshi040 + type: texture + offset: 0xD934 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_040_wheel_0 +yoshi_kart_frame041: + symbol: gKartYoshi041 + type: texture + offset: 0xDF54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_041_wheel_0 +yoshi_kart_frame042: + symbol: gKartYoshi042 + type: texture + offset: 0xE568 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_042_wheel_0 +yoshi_kart_frame043: + symbol: gKartYoshi043 + type: texture + offset: 0xEA4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_043_wheel_0 +yoshi_kart_frame044: + symbol: gKartYoshi044 + type: texture + offset: 0xEF38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_044_wheel_0 +yoshi_kart_frame045: + symbol: gKartYoshi045 + type: texture + offset: 0xF454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_045_wheel_0 +yoshi_kart_frame046: + symbol: gKartYoshi046 + type: texture + offset: 0xF968 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_046_wheel_0 +yoshi_kart_frame047: + symbol: gKartYoshi047 + type: texture + offset: 0xFEA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_047_wheel_0 +yoshi_kart_frame048: + symbol: gKartYoshi048 + type: texture + offset: 0x103D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_048_wheel_0 +yoshi_kart_frame049: + symbol: gKartYoshi049 + type: texture + offset: 0x1092C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_049_wheel_0 +yoshi_kart_frame050: + symbol: gKartYoshi050 + type: texture + offset: 0x10E94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_050_wheel_0 +yoshi_kart_frame051: + symbol: gKartYoshi051 + type: texture + offset: 0x11408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_051_wheel_0 +yoshi_kart_frame052: + symbol: gKartYoshi052 + type: texture + offset: 0x119A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_052_wheel_0 +yoshi_kart_frame053: + symbol: gKartYoshi053 + type: texture + offset: 0x11F38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_053_wheel_0 +yoshi_kart_frame054: + symbol: gKartYoshi054 + type: texture + offset: 0x124D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_054_wheel_0 +yoshi_kart_frame055: + symbol: gKartYoshi055 + type: texture + offset: 0x12A6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_055_wheel_0 +yoshi_kart_frame056: + symbol: gKartYoshi056 + type: texture + offset: 0x13010 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_056_wheel_0 +yoshi_kart_frame057: + symbol: gKartYoshi057 + type: texture + offset: 0x135C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_057_wheel_0 +yoshi_kart_frame058: + symbol: gKartYoshi058 + type: texture + offset: 0x13B90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_058_wheel_0 +yoshi_kart_frame059: + symbol: gKartYoshi059 + type: texture + offset: 0x14178 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_059_wheel_0 +yoshi_kart_frame060: + symbol: gKartYoshi060 + type: texture + offset: 0x14778 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_060_wheel_0 +yoshi_kart_frame061: + symbol: gKartYoshi061 + type: texture + offset: 0x14D9C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_061_wheel_0 +yoshi_kart_frame062: + symbol: gKartYoshi062 + type: texture + offset: 0x153DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_062_wheel_0 +yoshi_kart_frame063: + symbol: gKartYoshi063 + type: texture + offset: 0x15A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_063_wheel_0 +yoshi_kart_frame064: + symbol: gKartYoshi064 + type: texture + offset: 0x15F20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_064_wheel_0 +yoshi_kart_frame065: + symbol: gKartYoshi065 + type: texture + offset: 0x1642C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_065_wheel_0 +yoshi_kart_frame066: + symbol: gKartYoshi066 + type: texture + offset: 0x16940 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_066_wheel_0 +yoshi_kart_frame067: + symbol: gKartYoshi067 + type: texture + offset: 0x16E70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_067_wheel_0 +yoshi_kart_frame068: + symbol: gKartYoshi068 + type: texture + offset: 0x173C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_068_wheel_0 +yoshi_kart_frame069: + symbol: gKartYoshi069 + type: texture + offset: 0x17910 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_069_wheel_0 +yoshi_kart_frame070: + symbol: gKartYoshi070 + type: texture + offset: 0x17E68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_070_wheel_0 +yoshi_kart_frame071: + symbol: gKartYoshi071 + type: texture + offset: 0x183D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_071_wheel_0 +yoshi_kart_frame072: + symbol: gKartYoshi072 + type: texture + offset: 0x18954 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_072_wheel_0 +yoshi_kart_frame073: + symbol: gKartYoshi073 + type: texture + offset: 0x18EF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_073_wheel_0 +yoshi_kart_frame074: + symbol: gKartYoshi074 + type: texture + offset: 0x19484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_074_wheel_0 +yoshi_kart_frame075: + symbol: gKartYoshi075 + type: texture + offset: 0x19A10 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_075_wheel_0 +yoshi_kart_frame076: + symbol: gKartYoshi076 + type: texture + offset: 0x19FA8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_076_wheel_0 +yoshi_kart_frame077: + symbol: gKartYoshi077 + type: texture + offset: 0x1A54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_077_wheel_0 +yoshi_kart_frame078: + symbol: gKartYoshi078 + type: texture + offset: 0x1AB04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_078_wheel_0 +yoshi_kart_frame079: + symbol: gKartYoshi079 + type: texture + offset: 0x1B0D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_079_wheel_0 +yoshi_kart_frame080: + symbol: gKartYoshi080 + type: texture + offset: 0x1B6C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_080_wheel_0 +yoshi_kart_frame081: + symbol: gKartYoshi081 + type: texture + offset: 0x1BCDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_081_wheel_0 +yoshi_kart_frame082: + symbol: gKartYoshi082 + type: texture + offset: 0x1C2F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_082_wheel_0 +yoshi_kart_frame083: + symbol: gKartYoshi083 + type: texture + offset: 0x1C92C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_083_wheel_0 +yoshi_kart_frame084: + symbol: gKartYoshi084 + type: texture + offset: 0x1CF74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_084_wheel_0 +yoshi_kart_frame085: + symbol: gKartYoshi085 + type: texture + offset: 0x1D488 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_085_wheel_0 +yoshi_kart_frame086: + symbol: gKartYoshi086 + type: texture + offset: 0x1D9B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_086_wheel_0 +yoshi_kart_frame087: + symbol: gKartYoshi087 + type: texture + offset: 0x1DEE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_087_wheel_0 +yoshi_kart_frame088: + symbol: gKartYoshi088 + type: texture + offset: 0x1E420 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_088_wheel_0 +yoshi_kart_frame089: + symbol: gKartYoshi089 + type: texture + offset: 0x1E97C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_089_wheel_0 +yoshi_kart_frame090: + symbol: gKartYoshi090 + type: texture + offset: 0x1EEF0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_090_wheel_0 +yoshi_kart_frame091: + symbol: gKartYoshi091 + type: texture + offset: 0x1F450 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_091_wheel_0 +yoshi_kart_frame092: + symbol: gKartYoshi092 + type: texture + offset: 0x1F9D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_092_wheel_0 +yoshi_kart_frame093: + symbol: gKartYoshi093 + type: texture + offset: 0x1FF48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_093_wheel_0 +yoshi_kart_frame094: + symbol: gKartYoshi094 + type: texture + offset: 0x204B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_094_wheel_0 +yoshi_kart_frame095: + symbol: gKartYoshi095 + type: texture + offset: 0x20A48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_095_wheel_0 +yoshi_kart_frame096: + symbol: gKartYoshi096 + type: texture + offset: 0x20FE4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_096_wheel_0 +yoshi_kart_frame097: + symbol: gKartYoshi097 + type: texture + offset: 0x2157C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_097_wheel_0 +yoshi_kart_frame098: + symbol: gKartYoshi098 + type: texture + offset: 0x21B18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_098_wheel_0 +yoshi_kart_frame099: + symbol: gKartYoshi099 + type: texture + offset: 0x220CC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_099_wheel_0 +yoshi_kart_frame100: + symbol: gKartYoshi100 + type: texture + offset: 0x226BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_100_wheel_0 +yoshi_kart_frame101: + symbol: gKartYoshi101 + type: texture + offset: 0x22CB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_101_wheel_0 +yoshi_kart_frame102: + symbol: gKartYoshi102 + type: texture + offset: 0x232D0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_102_wheel_0 +yoshi_kart_frame103: + symbol: gKartYoshi103 + type: texture + offset: 0x23900 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_103_wheel_0 +yoshi_kart_frame104: + symbol: gKartYoshi104 + type: texture + offset: 0x23F3C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_104_wheel_0 +yoshi_kart_frame105: + symbol: gKartYoshi105 + type: texture + offset: 0x24594 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_105_wheel_0 +yoshi_kart_frame106: + symbol: gKartYoshi106 + type: texture + offset: 0x24AD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_106_wheel_0 +yoshi_kart_frame107: + symbol: gKartYoshi107 + type: texture + offset: 0x25014 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_107_wheel_0 +yoshi_kart_frame108: + symbol: gKartYoshi108 + type: texture + offset: 0x25564 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_108_wheel_0 +yoshi_kart_frame109: + symbol: gKartYoshi109 + type: texture + offset: 0x25AB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_109_wheel_0 +yoshi_kart_frame110: + symbol: gKartYoshi110 + type: texture + offset: 0x2600C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_110_wheel_0 +yoshi_kart_frame111: + symbol: gKartYoshi111 + type: texture + offset: 0x2657C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_111_wheel_0 +yoshi_kart_frame112: + symbol: gKartYoshi112 + type: texture + offset: 0x26B04 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_112_wheel_0 +yoshi_kart_frame113: + symbol: gKartYoshi113 + type: texture + offset: 0x27088 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_113_wheel_0 +yoshi_kart_frame114: + symbol: gKartYoshi114 + type: texture + offset: 0x27608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_114_wheel_0 +yoshi_kart_frame115: + symbol: gKartYoshi115 + type: texture + offset: 0x27B88 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_115_wheel_0 +yoshi_kart_frame116: + symbol: gKartYoshi116 + type: texture + offset: 0x2812C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_116_wheel_0 +yoshi_kart_frame117: + symbol: gKartYoshi117 + type: texture + offset: 0x286C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_117_wheel_0 +yoshi_kart_frame118: + symbol: gKartYoshi118 + type: texture + offset: 0x28C68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_118_wheel_0 +yoshi_kart_frame119: + symbol: gKartYoshi119 + type: texture + offset: 0x29214 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_119_wheel_0 +yoshi_kart_frame120: + symbol: gKartYoshi120 + type: texture + offset: 0x297D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_120_wheel_0 +yoshi_kart_frame121: + symbol: gKartYoshi121 + type: texture + offset: 0x29DB0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_121_wheel_0 +yoshi_kart_frame122: + symbol: gKartYoshi122 + type: texture + offset: 0x2A3A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_122_wheel_0 +yoshi_kart_frame123: + symbol: gKartYoshi123 + type: texture + offset: 0x2A9B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_123_wheel_0 +yoshi_kart_frame124: + symbol: gKartYoshi124 + type: texture + offset: 0x2B008 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_124_wheel_0 +yoshi_kart_frame125: + symbol: gKartYoshi125 + type: texture + offset: 0x2B664 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_125_wheel_0 +yoshi_kart_frame126: + symbol: gKartYoshi126 + type: texture + offset: 0x2BCD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_126_wheel_0 +yoshi_kart_frame127: + symbol: gKartYoshi127 + type: texture + offset: 0x2C220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_127_wheel_0 +yoshi_kart_frame128: + symbol: gKartYoshi128 + type: texture + offset: 0x2C76C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_128_wheel_0 +yoshi_kart_frame129: + symbol: gKartYoshi129 + type: texture + offset: 0x2CCE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_129_wheel_0 +yoshi_kart_frame130: + symbol: gKartYoshi130 + type: texture + offset: 0x2D25C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_130_wheel_0 +yoshi_kart_frame131: + symbol: gKartYoshi131 + type: texture + offset: 0x2D7F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_131_wheel_0 +yoshi_kart_frame132: + symbol: gKartYoshi132 + type: texture + offset: 0x2DD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_132_wheel_0 +yoshi_kart_frame133: + symbol: gKartYoshi133 + type: texture + offset: 0x2E2DC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_133_wheel_0 +yoshi_kart_frame134: + symbol: gKartYoshi134 + type: texture + offset: 0x2E848 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_134_wheel_0 +yoshi_kart_frame135: + symbol: gKartYoshi135 + type: texture + offset: 0x2EDB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_135_wheel_0 +yoshi_kart_frame136: + symbol: gKartYoshi136 + type: texture + offset: 0x2F354 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_136_wheel_0 +yoshi_kart_frame137: + symbol: gKartYoshi137 + type: texture + offset: 0x2F8E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_137_wheel_0 +yoshi_kart_frame138: + symbol: gKartYoshi138 + type: texture + offset: 0x2FE70 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_138_wheel_0 +yoshi_kart_frame139: + symbol: gKartYoshi139 + type: texture + offset: 0x30408 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_139_wheel_0 +yoshi_kart_frame140: + symbol: gKartYoshi140 + type: texture + offset: 0x309B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_140_wheel_0 +yoshi_kart_frame141: + symbol: gKartYoshi141 + type: texture + offset: 0x30F78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_141_wheel_0 +yoshi_kart_frame142: + symbol: gKartYoshi142 + type: texture + offset: 0x31550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_142_wheel_0 +yoshi_kart_frame143: + symbol: gKartYoshi143 + type: texture + offset: 0x31B44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_143_wheel_0 +yoshi_kart_frame144: + symbol: gKartYoshi144 + type: texture + offset: 0x32158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_144_wheel_0 +yoshi_kart_frame145: + symbol: gKartYoshi145 + type: texture + offset: 0x32790 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_145_wheel_0 +yoshi_kart_frame146: + symbol: gKartYoshi146 + type: texture + offset: 0x32DF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_146_wheel_0 +yoshi_kart_frame147: + symbol: gKartYoshi147 + type: texture + offset: 0x3345C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_147_wheel_0 +yoshi_kart_frame148: + symbol: gKartYoshi148 + type: texture + offset: 0x339BC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_148_wheel_0 +yoshi_kart_frame149: + symbol: gKartYoshi149 + type: texture + offset: 0x33F34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_149_wheel_0 +yoshi_kart_frame150: + symbol: gKartYoshi150 + type: texture + offset: 0x344C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_150_wheel_0 +yoshi_kart_frame151: + symbol: gKartYoshi151 + type: texture + offset: 0x34A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_151_wheel_0 +yoshi_kart_frame152: + symbol: gKartYoshi152 + type: texture + offset: 0x34FDC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_152_wheel_0 +yoshi_kart_frame153: + symbol: gKartYoshi153 + type: texture + offset: 0x3555C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_153_wheel_0 +yoshi_kart_frame154: + symbol: gKartYoshi154 + type: texture + offset: 0x35AD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_154_wheel_0 +yoshi_kart_frame155: + symbol: gKartYoshi155 + type: texture + offset: 0x36070 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_155_wheel_0 +yoshi_kart_frame156: + symbol: gKartYoshi156 + type: texture + offset: 0x36608 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_156_wheel_0 +yoshi_kart_frame157: + symbol: gKartYoshi157 + type: texture + offset: 0x36B78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_157_wheel_0 +yoshi_kart_frame158: + symbol: gKartYoshi158 + type: texture + offset: 0x37114 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_158_wheel_0 +yoshi_kart_frame159: + symbol: gKartYoshi159 + type: texture + offset: 0x376A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_159_wheel_0 +yoshi_kart_frame160: + symbol: gKartYoshi160 + type: texture + offset: 0x37C48 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_160_wheel_0 +yoshi_kart_frame161: + symbol: gKartYoshi161 + type: texture + offset: 0x381F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_161_wheel_0 +yoshi_kart_frame162: + symbol: gKartYoshi162 + type: texture + offset: 0x387B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_162_wheel_0 +yoshi_kart_frame163: + symbol: gKartYoshi163 + type: texture + offset: 0x38D84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_163_wheel_0 +yoshi_kart_frame164: + symbol: gKartYoshi164 + type: texture + offset: 0x39374 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_164_wheel_0 +yoshi_kart_frame165: + symbol: gKartYoshi165 + type: texture + offset: 0x3998C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_165_wheel_0 +yoshi_kart_frame166: + symbol: gKartYoshi166 + type: texture + offset: 0x39FD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_166_wheel_0 +yoshi_kart_frame167: + symbol: gKartYoshi167 + type: texture + offset: 0x3A634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_167_wheel_0 +yoshi_kart_frame168: + symbol: gKartYoshi168 + type: texture + offset: 0x3ACAC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_168_wheel_0 +yoshi_kart_frame169: + symbol: gKartYoshi169 + type: texture + offset: 0x3B220 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_169_wheel_0 +yoshi_kart_frame170: + symbol: gKartYoshi170 + type: texture + offset: 0x3B7B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_170_wheel_0 +yoshi_kart_frame171: + symbol: gKartYoshi171 + type: texture + offset: 0x3BD58 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_171_wheel_0 +yoshi_kart_frame172: + symbol: gKartYoshi172 + type: texture + offset: 0x3C2F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_172_wheel_0 +yoshi_kart_frame173: + symbol: gKartYoshi173 + type: texture + offset: 0x3C890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_173_wheel_0 +yoshi_kart_frame174: + symbol: gKartYoshi174 + type: texture + offset: 0x3CE30 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_174_wheel_0 +yoshi_kart_frame175: + symbol: gKartYoshi175 + type: texture + offset: 0x3D3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_175_wheel_0 +yoshi_kart_frame176: + symbol: gKartYoshi176 + type: texture + offset: 0x3D938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_176_wheel_0 +yoshi_kart_frame177: + symbol: gKartYoshi177 + type: texture + offset: 0x3DEC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_177_wheel_0 +yoshi_kart_frame178: + symbol: gKartYoshi178 + type: texture + offset: 0x3E454 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_178_wheel_0 +yoshi_kart_frame179: + symbol: gKartYoshi179 + type: texture + offset: 0x3E9F0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_179_wheel_0 +yoshi_kart_frame180: + symbol: gKartYoshi180 + type: texture + offset: 0x3EF7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_180_wheel_0 +yoshi_kart_frame181: + symbol: gKartYoshi181 + type: texture + offset: 0x3F514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_181_wheel_0 +yoshi_kart_frame182: + symbol: gKartYoshi182 + type: texture + offset: 0x3FAB8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_182_wheel_0 +yoshi_kart_frame183: + symbol: gKartYoshi183 + type: texture + offset: 0x40068 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_183_wheel_0 +yoshi_kart_frame184: + symbol: gKartYoshi184 + type: texture + offset: 0x4064C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_184_wheel_0 +yoshi_kart_frame185: + symbol: gKartYoshi185 + type: texture + offset: 0x40C38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_185_wheel_0 +yoshi_kart_frame186: + symbol: gKartYoshi186 + type: texture + offset: 0x41264 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_186_wheel_0 +yoshi_kart_frame187: + symbol: gKartYoshi187 + type: texture + offset: 0x418C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_187_wheel_0 +yoshi_kart_frame188: + symbol: gKartYoshi188 + type: texture + offset: 0x41F40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_188_wheel_0 +yoshi_kart_frame189: + symbol: gKartYoshi189 + type: texture + offset: 0x425B4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_189_wheel_0 +yoshi_kart_frame190: + symbol: gKartYoshi190 + type: texture + offset: 0x42AB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_190_wheel_0 +yoshi_kart_frame191: + symbol: gKartYoshi191 + type: texture + offset: 0x42FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_191_wheel_0 +yoshi_kart_frame192: + symbol: gKartYoshi192 + type: texture + offset: 0x43544 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_192_wheel_0 +yoshi_kart_frame193: + symbol: gKartYoshi193 + type: texture + offset: 0x43AD8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_193_wheel_0 +yoshi_kart_frame194: + symbol: gKartYoshi194 + type: texture + offset: 0x4409C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_194_wheel_0 +yoshi_kart_frame195: + symbol: gKartYoshi195 + type: texture + offset: 0x44694 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_195_wheel_0 +yoshi_kart_frame196: + symbol: gKartYoshi196 + type: texture + offset: 0x44CB4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_196_wheel_0 +yoshi_kart_frame197: + symbol: gKartYoshi197 + type: texture + offset: 0x45300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_197_wheel_0 +yoshi_kart_frame198: + symbol: gKartYoshi198 + type: texture + offset: 0x4596C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_198_wheel_0 +yoshi_kart_frame199: + symbol: gKartYoshi199 + type: texture + offset: 0x45FEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_199_wheel_0 +yoshi_kart_frame200: + symbol: gKartYoshi200 + type: texture + offset: 0x46674 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_200_wheel_0 +yoshi_kart_frame201: + symbol: gKartYoshi201 + type: texture + offset: 0x46D18 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_201_wheel_0 +yoshi_kart_frame202: + symbol: gKartYoshi202 + type: texture + offset: 0x473D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_202_wheel_0 +yoshi_kart_frame203: + symbol: gKartYoshi203 + type: texture + offset: 0x47A74 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_203_wheel_0 +yoshi_kart_frame204: + symbol: gKartYoshi204 + type: texture + offset: 0x48108 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_204_wheel_0 +yoshi_kart_frame205: + symbol: gKartYoshi205 + type: texture + offset: 0x4877C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_205_wheel_0 +yoshi_kart_frame206: + symbol: gKartYoshi206 + type: texture + offset: 0x48DC0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_206_wheel_0 +yoshi_kart_frame207: + symbol: gKartYoshi207 + type: texture + offset: 0x493C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_207_wheel_0 +yoshi_kart_frame208: + symbol: gKartYoshi208 + type: texture + offset: 0x499A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_208_wheel_0 +yoshi_kart_frame209: + symbol: gKartYoshi209 + type: texture + offset: 0x49F5C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_209_wheel_0 +yoshi_kart_frame210: + symbol: gKartYoshi210 + type: texture + offset: 0x4A484 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_210_wheel_0 +yoshi_kart_frame211: + symbol: gKartYoshi211 + type: texture + offset: 0x4A9EC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_211_wheel_0 +yoshi_kart_frame212: + symbol: gKartYoshi212 + type: texture + offset: 0x4AFA0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_212_wheel_0 +yoshi_kart_frame213: + symbol: gKartYoshi213 + type: texture + offset: 0x4B574 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_213_wheel_0 +yoshi_kart_frame214: + symbol: gKartYoshi214 + type: texture + offset: 0x4BB7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_214_wheel_0 +yoshi_kart_frame215: + symbol: gKartYoshi215 + type: texture + offset: 0x4C1A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_215_wheel_0 +yoshi_kart_frame216: + symbol: gKartYoshi216 + type: texture + offset: 0x4C7F8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_216_wheel_0 +yoshi_kart_frame217: + symbol: gKartYoshi217 + type: texture + offset: 0x4CE40 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_217_wheel_0 +yoshi_kart_frame218: + symbol: gKartYoshi218 + type: texture + offset: 0x4D4B0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_218_wheel_0 +yoshi_kart_frame219: + symbol: gKartYoshi219 + type: texture + offset: 0x4DB2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_219_wheel_0 +yoshi_kart_frame220: + symbol: gKartYoshi220 + type: texture + offset: 0x4E1AC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_220_wheel_0 +yoshi_kart_frame221: + symbol: gKartYoshi221 + type: texture + offset: 0x4E83C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_221_wheel_0 +yoshi_kart_frame222: + symbol: gKartYoshi222 + type: texture + offset: 0x4EED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_222_wheel_0 +yoshi_kart_frame223: + symbol: gKartYoshi223 + type: texture + offset: 0x4F54C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_223_wheel_0 +yoshi_kart_frame224: + symbol: gKartYoshi224 + type: texture + offset: 0x4FB94 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_224_wheel_0 +yoshi_kart_frame225: + symbol: gKartYoshi225 + type: texture + offset: 0x501C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_225_wheel_0 +yoshi_kart_frame226: + symbol: gKartYoshi226 + type: texture + offset: 0x507B8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_226_wheel_0 +yoshi_kart_frame227: + symbol: gKartYoshi227 + type: texture + offset: 0x50D78 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_227_wheel_0 +yoshi_kart_frame228: + symbol: gKartYoshi228 + type: texture + offset: 0x51300 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_228_wheel_0 +yoshi_kart_frame229: + symbol: gKartYoshi229 + type: texture + offset: 0x51858 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_229_wheel_0 +yoshi_kart_frame230: + symbol: gKartYoshi230 + type: texture + offset: 0x51DA4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_230_wheel_0 +yoshi_kart_frame231: + symbol: gKartYoshi231 + type: texture + offset: 0x52334 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_231_wheel_0 +yoshi_kart_frame232: + symbol: gKartYoshi232 + type: texture + offset: 0x528F4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_232_wheel_0 +yoshi_kart_frame233: + symbol: gKartYoshi233 + type: texture + offset: 0x52EFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_233_wheel_0 +yoshi_kart_frame234: + symbol: gKartYoshi234 + type: texture + offset: 0x53508 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_234_wheel_0 +yoshi_kart_frame235: + symbol: gKartYoshi235 + type: texture + offset: 0x53B34 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_235_wheel_0 +yoshi_kart_frame236: + symbol: gKartYoshi236 + type: texture + offset: 0x541A0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_236_wheel_0 +yoshi_kart_frame237: + symbol: gKartYoshi237 + type: texture + offset: 0x54814 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_237_wheel_0 +yoshi_kart_frame238: + symbol: gKartYoshi238 + type: texture + offset: 0x54E90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_238_wheel_0 +yoshi_kart_frame239: + symbol: gKartYoshi239 + type: texture + offset: 0x55514 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_239_wheel_0 +yoshi_kart_frame240: + symbol: gKartYoshi240 + type: texture + offset: 0x55B90 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_240_wheel_0 +yoshi_kart_frame241: + symbol: gKartYoshi241 + type: texture + offset: 0x5621C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_241_wheel_0 +yoshi_kart_frame242: + symbol: gKartYoshi242 + type: texture + offset: 0x56880 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_242_wheel_0 +yoshi_kart_frame243: + symbol: gKartYoshi243 + type: texture + offset: 0x56EE0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_243_wheel_0 +yoshi_kart_frame244: + symbol: gKartYoshi244 + type: texture + offset: 0x57510 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_244_wheel_0 +yoshi_kart_frame245: + symbol: gKartYoshi245 + type: texture + offset: 0x57B00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_245_wheel_0 +yoshi_kart_frame246: + symbol: gKartYoshi246 + type: texture + offset: 0x580D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_246_wheel_0 +yoshi_kart_frame247: + symbol: gKartYoshi247 + type: texture + offset: 0x58680 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_247_wheel_0 +yoshi_kart_frame248: + symbol: gKartYoshi248 + type: texture + offset: 0x58BD0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_248_wheel_0 +yoshi_kart_frame249: + symbol: gKartYoshi249 + type: texture + offset: 0x590E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_249_wheel_0 +yoshi_kart_frame250: + symbol: gKartYoshi250 + type: texture + offset: 0x5965C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_250_wheel_0 +yoshi_kart_frame251: + symbol: gKartYoshi251 + type: texture + offset: 0x59BFC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_251_wheel_0 +yoshi_kart_frame252: + symbol: gKartYoshi252 + type: texture + offset: 0x5A1C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_252_wheel_0 +yoshi_kart_frame253: + symbol: gKartYoshi253 + type: texture + offset: 0x5A7D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_253_wheel_0 +yoshi_kart_frame254: + symbol: gKartYoshi254 + type: texture + offset: 0x5AE00 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_254_wheel_0 +yoshi_kart_frame255: + symbol: gKartYoshi255 + type: texture + offset: 0x5B458 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_255_wheel_0 +yoshi_kart_frame256: + symbol: gKartYoshi256 + type: texture + offset: 0x5BACC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_256_wheel_0 +yoshi_kart_frame257: + symbol: gKartYoshi257 + type: texture + offset: 0x5C150 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_257_wheel_0 +yoshi_kart_frame258: + symbol: gKartYoshi258 + type: texture + offset: 0x5C7E0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_258_wheel_0 +yoshi_kart_frame259: + symbol: gKartYoshi259 + type: texture + offset: 0x5CE6C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_259_wheel_0 +yoshi_kart_frame260: + symbol: gKartYoshi260 + type: texture + offset: 0x5D500 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_260_wheel_0 +yoshi_kart_frame261: + symbol: gKartYoshi261 + type: texture + offset: 0x5DB64 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_261_wheel_0 +yoshi_kart_frame262: + symbol: gKartYoshi262 + type: texture + offset: 0x5E1D4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_262_wheel_0 +yoshi_kart_frame263: + symbol: gKartYoshi263 + type: texture + offset: 0x5E80C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_263_wheel_0 +yoshi_kart_frame264: + symbol: gKartYoshi264 + type: texture + offset: 0x5EDF4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_264_wheel_0 +yoshi_kart_frame265: + symbol: gKartYoshi265 + type: texture + offset: 0x5F3C4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_265_wheel_0 +yoshi_kart_frame266: + symbol: gKartYoshi266 + type: texture + offset: 0x5F938 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_266_wheel_0 +yoshi_kart_frame267: + symbol: gKartYoshi267 + type: texture + offset: 0x5FE7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_267_wheel_0 +yoshi_kart_frame268: + symbol: gKartYoshi268 + type: texture + offset: 0x603A8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_268_wheel_0 +yoshi_kart_frame269: + symbol: gKartYoshi269 + type: texture + offset: 0x60890 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_269_wheel_0 +yoshi_kart_frame270: + symbol: gKartYoshi270 + type: texture + offset: 0x60E44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_270_wheel_0 +yoshi_kart_frame271: + symbol: gKartYoshi271 + type: texture + offset: 0x61418 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_271_wheel_0 +yoshi_kart_frame272: + symbol: gKartYoshi272 + type: texture + offset: 0x61A14 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_272_wheel_0 +yoshi_kart_frame273: + symbol: gKartYoshi273 + type: texture + offset: 0x62030 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_273_wheel_0 +yoshi_kart_frame274: + symbol: gKartYoshi274 + type: texture + offset: 0x62684 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_274_wheel_0 +yoshi_kart_frame275: + symbol: gKartYoshi275 + type: texture + offset: 0x62CEC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_275_wheel_0 +yoshi_kart_frame276: + symbol: gKartYoshi276 + type: texture + offset: 0x63380 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_276_wheel_0 +yoshi_kart_frame277: + symbol: gKartYoshi277 + type: texture + offset: 0x639FC + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_277_wheel_0 +yoshi_kart_frame278: + symbol: gKartYoshi278 + type: texture + offset: 0x64064 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_278_wheel_0 +yoshi_kart_frame279: + symbol: gKartYoshi279 + type: texture + offset: 0x646E4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_279_wheel_0 +yoshi_kart_frame280: + symbol: gKartYoshi280 + type: texture + offset: 0x64D4C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_280_wheel_0 +yoshi_kart_frame281: + symbol: gKartYoshi281 + type: texture + offset: 0x6539C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_281_wheel_0 +yoshi_kart_frame282: + symbol: gKartYoshi282 + type: texture + offset: 0x659D8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_282_wheel_0 +yoshi_kart_frame283: + symbol: gKartYoshi283 + type: texture + offset: 0x65FD4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_283_wheel_0 +yoshi_kart_frame284: + symbol: gKartYoshi284 + type: texture + offset: 0x665A4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_284_wheel_0 +yoshi_kart_frame285: + symbol: gKartYoshi285 + type: texture + offset: 0x66B38 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_285_wheel_0 +yoshi_kart_frame286: + symbol: gKartYoshi286 + type: texture + offset: 0x67084 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_286_wheel_0 +yoshi_kart_frame287: + symbol: gKartYoshi287 + type: texture + offset: 0x67578 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_287_wheel_0 +yoshi_kart_frame288: + symbol: gKartYoshi288 + type: texture + offset: 0x67A44 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_288_wheel_0 +yoshi_kart_frame289: + symbol: gKartYoshi289 + type: texture + offset: 0x67ED0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame290: + symbol: gKartYoshi290 + type: texture + offset: 0x683C8 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame291: + symbol: gKartYoshi291 + type: texture + offset: 0x6890C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame292: + symbol: gKartYoshi292 + type: texture + offset: 0x68ED4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame293: + symbol: gKartYoshi293 + type: texture + offset: 0x69560 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame294: + symbol: gKartYoshi294 + type: texture + offset: 0x69B54 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame295: + symbol: gKartYoshi295 + type: texture + offset: 0x6A158 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame296: + symbol: gKartYoshi296 + type: texture + offset: 0x6A71C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame297: + symbol: gKartYoshi297 + type: texture + offset: 0x6AC60 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame298: + symbol: gKartYoshi298 + type: texture + offset: 0x6B11C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame299: + symbol: gKartYoshi299 + type: texture + offset: 0x6B678 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame300: + symbol: gKartYoshi300 + type: texture + offset: 0x6BC2C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame301: + symbol: gKartYoshi301 + type: texture + offset: 0x6C20C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame302: + symbol: gKartYoshi302 + type: texture + offset: 0x6C7C0 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame303: + symbol: gKartYoshi303 + type: texture + offset: 0x6CD68 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame304: + symbol: gKartYoshi304 + type: texture + offset: 0x6D310 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame305: + symbol: gKartYoshi305 + type: texture + offset: 0x6D864 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame306: + symbol: gKartYoshi306 + type: texture + offset: 0x6DCC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame307: + symbol: gKartYoshi307 + type: texture + offset: 0x6E21C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame308: + symbol: gKartYoshi308 + type: texture + offset: 0x6E830 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame309: + symbol: gKartYoshi309 + type: texture + offset: 0x6EE7C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame310: + symbol: gKartYoshi310 + type: texture + offset: 0x6F470 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame311: + symbol: gKartYoshi311 + type: texture + offset: 0x6FA84 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame312: + symbol: gKartYoshi312 + type: texture + offset: 0x7003C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame313: + symbol: gKartYoshi313 + type: texture + offset: 0x70550 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame314: + symbol: gKartYoshi314 + type: texture + offset: 0x70A20 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame315: + symbol: gKartYoshi315 + type: texture + offset: 0x70F80 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame316: + symbol: gKartYoshi316 + type: texture + offset: 0x7150C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame317: + symbol: gKartYoshi317 + type: texture + offset: 0x71AC4 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame318: + symbol: gKartYoshi318 + type: texture + offset: 0x7208C + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame319: + symbol: gKartYoshi319 + type: texture + offset: 0x72634 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +yoshi_kart_frame320: + symbol: gKartYoshi320 + type: texture + offset: 0x72C08 + ctype: u8 + mio0: true + width: 64 + height: 64 + format: CI8 + tlut_symbol: yoshi_kart_palette + tlut_wheel: kart_000_wheel_0 +kart_000_wheel_0: + symbol: gKartYoshi000Wheel0 + type: texture + offset: 0x731A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_1: + symbol: gKartYoshi000Wheel1 + type: texture + offset: 0x73228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_2: + symbol: gKartYoshi000Wheel2 + type: texture + offset: 0x732A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_000_wheel_3: + symbol: gKartYoshi000Wheel3 + type: texture + offset: 0x73328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_0: + symbol: gKartYoshi001Wheel0 + type: texture + offset: 0x733A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_1: + symbol: gKartYoshi001Wheel1 + type: texture + offset: 0x73428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_2: + symbol: gKartYoshi001Wheel2 + type: texture + offset: 0x734A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_001_wheel_3: + symbol: gKartYoshi001Wheel3 + type: texture + offset: 0x73528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_0: + symbol: gKartYoshi002Wheel0 + type: texture + offset: 0x735A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_1: + symbol: gKartYoshi002Wheel1 + type: texture + offset: 0x73628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_2: + symbol: gKartYoshi002Wheel2 + type: texture + offset: 0x736A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_002_wheel_3: + symbol: gKartYoshi002Wheel3 + type: texture + offset: 0x73728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_0: + symbol: gKartYoshi003Wheel0 + type: texture + offset: 0x737A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_1: + symbol: gKartYoshi003Wheel1 + type: texture + offset: 0x73828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_2: + symbol: gKartYoshi003Wheel2 + type: texture + offset: 0x738A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_003_wheel_3: + symbol: gKartYoshi003Wheel3 + type: texture + offset: 0x73928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_0: + symbol: gKartYoshi004Wheel0 + type: texture + offset: 0x739A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_1: + symbol: gKartYoshi004Wheel1 + type: texture + offset: 0x73A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_2: + symbol: gKartYoshi004Wheel2 + type: texture + offset: 0x73AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_004_wheel_3: + symbol: gKartYoshi004Wheel3 + type: texture + offset: 0x73B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_0: + symbol: gKartYoshi005Wheel0 + type: texture + offset: 0x73BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_1: + symbol: gKartYoshi005Wheel1 + type: texture + offset: 0x73C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_2: + symbol: gKartYoshi005Wheel2 + type: texture + offset: 0x73CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_005_wheel_3: + symbol: gKartYoshi005Wheel3 + type: texture + offset: 0x73D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_0: + symbol: gKartYoshi006Wheel0 + type: texture + offset: 0x73DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_1: + symbol: gKartYoshi006Wheel1 + type: texture + offset: 0x73E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_2: + symbol: gKartYoshi006Wheel2 + type: texture + offset: 0x73EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_006_wheel_3: + symbol: gKartYoshi006Wheel3 + type: texture + offset: 0x73F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_0: + symbol: gKartYoshi007Wheel0 + type: texture + offset: 0x73FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_1: + symbol: gKartYoshi007Wheel1 + type: texture + offset: 0x74028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_2: + symbol: gKartYoshi007Wheel2 + type: texture + offset: 0x740A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_007_wheel_3: + symbol: gKartYoshi007Wheel3 + type: texture + offset: 0x74128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_0: + symbol: gKartYoshi008Wheel0 + type: texture + offset: 0x741A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_1: + symbol: gKartYoshi008Wheel1 + type: texture + offset: 0x74228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_2: + symbol: gKartYoshi008Wheel2 + type: texture + offset: 0x742A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_008_wheel_3: + symbol: gKartYoshi008Wheel3 + type: texture + offset: 0x74328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_0: + symbol: gKartYoshi009Wheel0 + type: texture + offset: 0x743A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_1: + symbol: gKartYoshi009Wheel1 + type: texture + offset: 0x74428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_2: + symbol: gKartYoshi009Wheel2 + type: texture + offset: 0x744A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_009_wheel_3: + symbol: gKartYoshi009Wheel3 + type: texture + offset: 0x74528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_0: + symbol: gKartYoshi010Wheel0 + type: texture + offset: 0x745A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_1: + symbol: gKartYoshi010Wheel1 + type: texture + offset: 0x74628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_2: + symbol: gKartYoshi010Wheel2 + type: texture + offset: 0x746A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_010_wheel_3: + symbol: gKartYoshi010Wheel3 + type: texture + offset: 0x74728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_0: + symbol: gKartYoshi011Wheel0 + type: texture + offset: 0x747A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_1: + symbol: gKartYoshi011Wheel1 + type: texture + offset: 0x74828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_2: + symbol: gKartYoshi011Wheel2 + type: texture + offset: 0x748A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_011_wheel_3: + symbol: gKartYoshi011Wheel3 + type: texture + offset: 0x74928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_0: + symbol: gKartYoshi012Wheel0 + type: texture + offset: 0x749A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_1: + symbol: gKartYoshi012Wheel1 + type: texture + offset: 0x74A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_2: + symbol: gKartYoshi012Wheel2 + type: texture + offset: 0x74AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_012_wheel_3: + symbol: gKartYoshi012Wheel3 + type: texture + offset: 0x74B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_0: + symbol: gKartYoshi013Wheel0 + type: texture + offset: 0x74BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_1: + symbol: gKartYoshi013Wheel1 + type: texture + offset: 0x74C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_2: + symbol: gKartYoshi013Wheel2 + type: texture + offset: 0x74CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_013_wheel_3: + symbol: gKartYoshi013Wheel3 + type: texture + offset: 0x74D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_0: + symbol: gKartYoshi014Wheel0 + type: texture + offset: 0x74DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_1: + symbol: gKartYoshi014Wheel1 + type: texture + offset: 0x74E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_2: + symbol: gKartYoshi014Wheel2 + type: texture + offset: 0x74EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_014_wheel_3: + symbol: gKartYoshi014Wheel3 + type: texture + offset: 0x74F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_0: + symbol: gKartYoshi015Wheel0 + type: texture + offset: 0x74FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_1: + symbol: gKartYoshi015Wheel1 + type: texture + offset: 0x75028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_2: + symbol: gKartYoshi015Wheel2 + type: texture + offset: 0x750A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_015_wheel_3: + symbol: gKartYoshi015Wheel3 + type: texture + offset: 0x75128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_0: + symbol: gKartYoshi016Wheel0 + type: texture + offset: 0x751A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_1: + symbol: gKartYoshi016Wheel1 + type: texture + offset: 0x75228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_2: + symbol: gKartYoshi016Wheel2 + type: texture + offset: 0x752A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_016_wheel_3: + symbol: gKartYoshi016Wheel3 + type: texture + offset: 0x75328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_0: + symbol: gKartYoshi017Wheel0 + type: texture + offset: 0x753A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_1: + symbol: gKartYoshi017Wheel1 + type: texture + offset: 0x75428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_2: + symbol: gKartYoshi017Wheel2 + type: texture + offset: 0x754A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_017_wheel_3: + symbol: gKartYoshi017Wheel3 + type: texture + offset: 0x75528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_0: + symbol: gKartYoshi018Wheel0 + type: texture + offset: 0x755A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_1: + symbol: gKartYoshi018Wheel1 + type: texture + offset: 0x75628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_2: + symbol: gKartYoshi018Wheel2 + type: texture + offset: 0x756A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_018_wheel_3: + symbol: gKartYoshi018Wheel3 + type: texture + offset: 0x75728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_0: + symbol: gKartYoshi019Wheel0 + type: texture + offset: 0x757A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_1: + symbol: gKartYoshi019Wheel1 + type: texture + offset: 0x75828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_2: + symbol: gKartYoshi019Wheel2 + type: texture + offset: 0x758A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_019_wheel_3: + symbol: gKartYoshi019Wheel3 + type: texture + offset: 0x75928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_0: + symbol: gKartYoshi020Wheel0 + type: texture + offset: 0x759A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_1: + symbol: gKartYoshi020Wheel1 + type: texture + offset: 0x75A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_2: + symbol: gKartYoshi020Wheel2 + type: texture + offset: 0x75AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_020_wheel_3: + symbol: gKartYoshi020Wheel3 + type: texture + offset: 0x75B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_0: + symbol: gKartYoshi021Wheel0 + type: texture + offset: 0x75BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_1: + symbol: gKartYoshi021Wheel1 + type: texture + offset: 0x75C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_2: + symbol: gKartYoshi021Wheel2 + type: texture + offset: 0x75CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_021_wheel_3: + symbol: gKartYoshi021Wheel3 + type: texture + offset: 0x75D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_0: + symbol: gKartYoshi022Wheel0 + type: texture + offset: 0x75DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_1: + symbol: gKartYoshi022Wheel1 + type: texture + offset: 0x75E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_2: + symbol: gKartYoshi022Wheel2 + type: texture + offset: 0x75EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_022_wheel_3: + symbol: gKartYoshi022Wheel3 + type: texture + offset: 0x75F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_0: + symbol: gKartYoshi023Wheel0 + type: texture + offset: 0x75FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_1: + symbol: gKartYoshi023Wheel1 + type: texture + offset: 0x76028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_2: + symbol: gKartYoshi023Wheel2 + type: texture + offset: 0x760A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_023_wheel_3: + symbol: gKartYoshi023Wheel3 + type: texture + offset: 0x76128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_0: + symbol: gKartYoshi024Wheel0 + type: texture + offset: 0x761A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_1: + symbol: gKartYoshi024Wheel1 + type: texture + offset: 0x76228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_2: + symbol: gKartYoshi024Wheel2 + type: texture + offset: 0x762A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_024_wheel_3: + symbol: gKartYoshi024Wheel3 + type: texture + offset: 0x76328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_0: + symbol: gKartYoshi025Wheel0 + type: texture + offset: 0x763A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_1: + symbol: gKartYoshi025Wheel1 + type: texture + offset: 0x76428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_2: + symbol: gKartYoshi025Wheel2 + type: texture + offset: 0x764A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_025_wheel_3: + symbol: gKartYoshi025Wheel3 + type: texture + offset: 0x76528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_0: + symbol: gKartYoshi026Wheel0 + type: texture + offset: 0x765A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_1: + symbol: gKartYoshi026Wheel1 + type: texture + offset: 0x76628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_2: + symbol: gKartYoshi026Wheel2 + type: texture + offset: 0x766A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_026_wheel_3: + symbol: gKartYoshi026Wheel3 + type: texture + offset: 0x76728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_0: + symbol: gKartYoshi027Wheel0 + type: texture + offset: 0x767A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_1: + symbol: gKartYoshi027Wheel1 + type: texture + offset: 0x76828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_2: + symbol: gKartYoshi027Wheel2 + type: texture + offset: 0x768A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_027_wheel_3: + symbol: gKartYoshi027Wheel3 + type: texture + offset: 0x76928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_0: + symbol: gKartYoshi028Wheel0 + type: texture + offset: 0x769A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_1: + symbol: gKartYoshi028Wheel1 + type: texture + offset: 0x76A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_2: + symbol: gKartYoshi028Wheel2 + type: texture + offset: 0x76AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_028_wheel_3: + symbol: gKartYoshi028Wheel3 + type: texture + offset: 0x76B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_0: + symbol: gKartYoshi029Wheel0 + type: texture + offset: 0x76BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_1: + symbol: gKartYoshi029Wheel1 + type: texture + offset: 0x76C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_2: + symbol: gKartYoshi029Wheel2 + type: texture + offset: 0x76CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_029_wheel_3: + symbol: gKartYoshi029Wheel3 + type: texture + offset: 0x76D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_0: + symbol: gKartYoshi030Wheel0 + type: texture + offset: 0x76DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_1: + symbol: gKartYoshi030Wheel1 + type: texture + offset: 0x76E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_2: + symbol: gKartYoshi030Wheel2 + type: texture + offset: 0x76EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_030_wheel_3: + symbol: gKartYoshi030Wheel3 + type: texture + offset: 0x76F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_0: + symbol: gKartYoshi031Wheel0 + type: texture + offset: 0x76FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_1: + symbol: gKartYoshi031Wheel1 + type: texture + offset: 0x77028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_2: + symbol: gKartYoshi031Wheel2 + type: texture + offset: 0x770A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_031_wheel_3: + symbol: gKartYoshi031Wheel3 + type: texture + offset: 0x77128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_0: + symbol: gKartYoshi032Wheel0 + type: texture + offset: 0x771A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_1: + symbol: gKartYoshi032Wheel1 + type: texture + offset: 0x77228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_2: + symbol: gKartYoshi032Wheel2 + type: texture + offset: 0x772A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_032_wheel_3: + symbol: gKartYoshi032Wheel3 + type: texture + offset: 0x77328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_0: + symbol: gKartYoshi033Wheel0 + type: texture + offset: 0x773A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_1: + symbol: gKartYoshi033Wheel1 + type: texture + offset: 0x77428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_2: + symbol: gKartYoshi033Wheel2 + type: texture + offset: 0x774A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_033_wheel_3: + symbol: gKartYoshi033Wheel3 + type: texture + offset: 0x77528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_0: + symbol: gKartYoshi034Wheel0 + type: texture + offset: 0x775A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_1: + symbol: gKartYoshi034Wheel1 + type: texture + offset: 0x77628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_2: + symbol: gKartYoshi034Wheel2 + type: texture + offset: 0x776A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_034_wheel_3: + symbol: gKartYoshi034Wheel3 + type: texture + offset: 0x77728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_0: + symbol: gKartYoshi035Wheel0 + type: texture + offset: 0x777A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_1: + symbol: gKartYoshi035Wheel1 + type: texture + offset: 0x77828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_2: + symbol: gKartYoshi035Wheel2 + type: texture + offset: 0x778A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_035_wheel_3: + symbol: gKartYoshi035Wheel3 + type: texture + offset: 0x77928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_0: + symbol: gKartYoshi036Wheel0 + type: texture + offset: 0x779A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_1: + symbol: gKartYoshi036Wheel1 + type: texture + offset: 0x77A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_2: + symbol: gKartYoshi036Wheel2 + type: texture + offset: 0x77AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_036_wheel_3: + symbol: gKartYoshi036Wheel3 + type: texture + offset: 0x77B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_0: + symbol: gKartYoshi037Wheel0 + type: texture + offset: 0x77BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_1: + symbol: gKartYoshi037Wheel1 + type: texture + offset: 0x77C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_2: + symbol: gKartYoshi037Wheel2 + type: texture + offset: 0x77CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_037_wheel_3: + symbol: gKartYoshi037Wheel3 + type: texture + offset: 0x77D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_0: + symbol: gKartYoshi038Wheel0 + type: texture + offset: 0x77DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_1: + symbol: gKartYoshi038Wheel1 + type: texture + offset: 0x77E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_2: + symbol: gKartYoshi038Wheel2 + type: texture + offset: 0x77EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_038_wheel_3: + symbol: gKartYoshi038Wheel3 + type: texture + offset: 0x77F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_0: + symbol: gKartYoshi039Wheel0 + type: texture + offset: 0x77FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_1: + symbol: gKartYoshi039Wheel1 + type: texture + offset: 0x78028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_2: + symbol: gKartYoshi039Wheel2 + type: texture + offset: 0x780A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_039_wheel_3: + symbol: gKartYoshi039Wheel3 + type: texture + offset: 0x78128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_0: + symbol: gKartYoshi040Wheel0 + type: texture + offset: 0x781A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_1: + symbol: gKartYoshi040Wheel1 + type: texture + offset: 0x78228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_2: + symbol: gKartYoshi040Wheel2 + type: texture + offset: 0x782A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_040_wheel_3: + symbol: gKartYoshi040Wheel3 + type: texture + offset: 0x78328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_0: + symbol: gKartYoshi041Wheel0 + type: texture + offset: 0x783A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_1: + symbol: gKartYoshi041Wheel1 + type: texture + offset: 0x78428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_2: + symbol: gKartYoshi041Wheel2 + type: texture + offset: 0x784A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_041_wheel_3: + symbol: gKartYoshi041Wheel3 + type: texture + offset: 0x78528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_0: + symbol: gKartYoshi042Wheel0 + type: texture + offset: 0x785A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_1: + symbol: gKartYoshi042Wheel1 + type: texture + offset: 0x78628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_2: + symbol: gKartYoshi042Wheel2 + type: texture + offset: 0x786A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_042_wheel_3: + symbol: gKartYoshi042Wheel3 + type: texture + offset: 0x78728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_0: + symbol: gKartYoshi043Wheel0 + type: texture + offset: 0x787A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_1: + symbol: gKartYoshi043Wheel1 + type: texture + offset: 0x78828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_2: + symbol: gKartYoshi043Wheel2 + type: texture + offset: 0x788A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_043_wheel_3: + symbol: gKartYoshi043Wheel3 + type: texture + offset: 0x78928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_0: + symbol: gKartYoshi044Wheel0 + type: texture + offset: 0x789A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_1: + symbol: gKartYoshi044Wheel1 + type: texture + offset: 0x78A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_2: + symbol: gKartYoshi044Wheel2 + type: texture + offset: 0x78AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_044_wheel_3: + symbol: gKartYoshi044Wheel3 + type: texture + offset: 0x78B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_0: + symbol: gKartYoshi045Wheel0 + type: texture + offset: 0x78BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_1: + symbol: gKartYoshi045Wheel1 + type: texture + offset: 0x78C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_2: + symbol: gKartYoshi045Wheel2 + type: texture + offset: 0x78CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_045_wheel_3: + symbol: gKartYoshi045Wheel3 + type: texture + offset: 0x78D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_0: + symbol: gKartYoshi046Wheel0 + type: texture + offset: 0x78DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_1: + symbol: gKartYoshi046Wheel1 + type: texture + offset: 0x78E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_2: + symbol: gKartYoshi046Wheel2 + type: texture + offset: 0x78EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_046_wheel_3: + symbol: gKartYoshi046Wheel3 + type: texture + offset: 0x78F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_0: + symbol: gKartYoshi047Wheel0 + type: texture + offset: 0x78FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_1: + symbol: gKartYoshi047Wheel1 + type: texture + offset: 0x79028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_2: + symbol: gKartYoshi047Wheel2 + type: texture + offset: 0x790A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_047_wheel_3: + symbol: gKartYoshi047Wheel3 + type: texture + offset: 0x79128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_0: + symbol: gKartYoshi048Wheel0 + type: texture + offset: 0x791A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_1: + symbol: gKartYoshi048Wheel1 + type: texture + offset: 0x79228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_2: + symbol: gKartYoshi048Wheel2 + type: texture + offset: 0x792A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_048_wheel_3: + symbol: gKartYoshi048Wheel3 + type: texture + offset: 0x79328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_0: + symbol: gKartYoshi049Wheel0 + type: texture + offset: 0x793A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_1: + symbol: gKartYoshi049Wheel1 + type: texture + offset: 0x79428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_2: + symbol: gKartYoshi049Wheel2 + type: texture + offset: 0x794A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_049_wheel_3: + symbol: gKartYoshi049Wheel3 + type: texture + offset: 0x79528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_0: + symbol: gKartYoshi050Wheel0 + type: texture + offset: 0x795A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_1: + symbol: gKartYoshi050Wheel1 + type: texture + offset: 0x79628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_2: + symbol: gKartYoshi050Wheel2 + type: texture + offset: 0x796A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_050_wheel_3: + symbol: gKartYoshi050Wheel3 + type: texture + offset: 0x79728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_0: + symbol: gKartYoshi051Wheel0 + type: texture + offset: 0x797A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_1: + symbol: gKartYoshi051Wheel1 + type: texture + offset: 0x79828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_2: + symbol: gKartYoshi051Wheel2 + type: texture + offset: 0x798A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_051_wheel_3: + symbol: gKartYoshi051Wheel3 + type: texture + offset: 0x79928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_0: + symbol: gKartYoshi052Wheel0 + type: texture + offset: 0x799A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_1: + symbol: gKartYoshi052Wheel1 + type: texture + offset: 0x79A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_2: + symbol: gKartYoshi052Wheel2 + type: texture + offset: 0x79AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_052_wheel_3: + symbol: gKartYoshi052Wheel3 + type: texture + offset: 0x79B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_0: + symbol: gKartYoshi053Wheel0 + type: texture + offset: 0x79BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_1: + symbol: gKartYoshi053Wheel1 + type: texture + offset: 0x79C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_2: + symbol: gKartYoshi053Wheel2 + type: texture + offset: 0x79CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_053_wheel_3: + symbol: gKartYoshi053Wheel3 + type: texture + offset: 0x79D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_0: + symbol: gKartYoshi054Wheel0 + type: texture + offset: 0x79DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_1: + symbol: gKartYoshi054Wheel1 + type: texture + offset: 0x79E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_2: + symbol: gKartYoshi054Wheel2 + type: texture + offset: 0x79EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_054_wheel_3: + symbol: gKartYoshi054Wheel3 + type: texture + offset: 0x79F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_0: + symbol: gKartYoshi055Wheel0 + type: texture + offset: 0x79FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_1: + symbol: gKartYoshi055Wheel1 + type: texture + offset: 0x7A028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_2: + symbol: gKartYoshi055Wheel2 + type: texture + offset: 0x7A0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_055_wheel_3: + symbol: gKartYoshi055Wheel3 + type: texture + offset: 0x7A128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_0: + symbol: gKartYoshi056Wheel0 + type: texture + offset: 0x7A1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_1: + symbol: gKartYoshi056Wheel1 + type: texture + offset: 0x7A228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_2: + symbol: gKartYoshi056Wheel2 + type: texture + offset: 0x7A2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_056_wheel_3: + symbol: gKartYoshi056Wheel3 + type: texture + offset: 0x7A328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_0: + symbol: gKartYoshi057Wheel0 + type: texture + offset: 0x7A3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_1: + symbol: gKartYoshi057Wheel1 + type: texture + offset: 0x7A428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_2: + symbol: gKartYoshi057Wheel2 + type: texture + offset: 0x7A4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_057_wheel_3: + symbol: gKartYoshi057Wheel3 + type: texture + offset: 0x7A528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_0: + symbol: gKartYoshi058Wheel0 + type: texture + offset: 0x7A5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_1: + symbol: gKartYoshi058Wheel1 + type: texture + offset: 0x7A628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_2: + symbol: gKartYoshi058Wheel2 + type: texture + offset: 0x7A6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_058_wheel_3: + symbol: gKartYoshi058Wheel3 + type: texture + offset: 0x7A728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_0: + symbol: gKartYoshi059Wheel0 + type: texture + offset: 0x7A7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_1: + symbol: gKartYoshi059Wheel1 + type: texture + offset: 0x7A828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_2: + symbol: gKartYoshi059Wheel2 + type: texture + offset: 0x7A8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_059_wheel_3: + symbol: gKartYoshi059Wheel3 + type: texture + offset: 0x7A928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_0: + symbol: gKartYoshi060Wheel0 + type: texture + offset: 0x7A9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_1: + symbol: gKartYoshi060Wheel1 + type: texture + offset: 0x7AA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_2: + symbol: gKartYoshi060Wheel2 + type: texture + offset: 0x7AAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_060_wheel_3: + symbol: gKartYoshi060Wheel3 + type: texture + offset: 0x7AB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_0: + symbol: gKartYoshi061Wheel0 + type: texture + offset: 0x7ABA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_1: + symbol: gKartYoshi061Wheel1 + type: texture + offset: 0x7AC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_2: + symbol: gKartYoshi061Wheel2 + type: texture + offset: 0x7ACA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_061_wheel_3: + symbol: gKartYoshi061Wheel3 + type: texture + offset: 0x7AD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_0: + symbol: gKartYoshi062Wheel0 + type: texture + offset: 0x7ADA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_1: + symbol: gKartYoshi062Wheel1 + type: texture + offset: 0x7AE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_2: + symbol: gKartYoshi062Wheel2 + type: texture + offset: 0x7AEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_062_wheel_3: + symbol: gKartYoshi062Wheel3 + type: texture + offset: 0x7AF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_0: + symbol: gKartYoshi063Wheel0 + type: texture + offset: 0x7AFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_1: + symbol: gKartYoshi063Wheel1 + type: texture + offset: 0x7B028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_2: + symbol: gKartYoshi063Wheel2 + type: texture + offset: 0x7B0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_063_wheel_3: + symbol: gKartYoshi063Wheel3 + type: texture + offset: 0x7B128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_0: + symbol: gKartYoshi064Wheel0 + type: texture + offset: 0x7B1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_1: + symbol: gKartYoshi064Wheel1 + type: texture + offset: 0x7B228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_2: + symbol: gKartYoshi064Wheel2 + type: texture + offset: 0x7B2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_064_wheel_3: + symbol: gKartYoshi064Wheel3 + type: texture + offset: 0x7B328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_0: + symbol: gKartYoshi065Wheel0 + type: texture + offset: 0x7B3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_1: + symbol: gKartYoshi065Wheel1 + type: texture + offset: 0x7B428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_2: + symbol: gKartYoshi065Wheel2 + type: texture + offset: 0x7B4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_065_wheel_3: + symbol: gKartYoshi065Wheel3 + type: texture + offset: 0x7B528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_0: + symbol: gKartYoshi066Wheel0 + type: texture + offset: 0x7B5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_1: + symbol: gKartYoshi066Wheel1 + type: texture + offset: 0x7B628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_2: + symbol: gKartYoshi066Wheel2 + type: texture + offset: 0x7B6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_066_wheel_3: + symbol: gKartYoshi066Wheel3 + type: texture + offset: 0x7B728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_0: + symbol: gKartYoshi067Wheel0 + type: texture + offset: 0x7B7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_1: + symbol: gKartYoshi067Wheel1 + type: texture + offset: 0x7B828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_2: + symbol: gKartYoshi067Wheel2 + type: texture + offset: 0x7B8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_067_wheel_3: + symbol: gKartYoshi067Wheel3 + type: texture + offset: 0x7B928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_0: + symbol: gKartYoshi068Wheel0 + type: texture + offset: 0x7B9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_1: + symbol: gKartYoshi068Wheel1 + type: texture + offset: 0x7BA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_2: + symbol: gKartYoshi068Wheel2 + type: texture + offset: 0x7BAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_068_wheel_3: + symbol: gKartYoshi068Wheel3 + type: texture + offset: 0x7BB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_0: + symbol: gKartYoshi069Wheel0 + type: texture + offset: 0x7BBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_1: + symbol: gKartYoshi069Wheel1 + type: texture + offset: 0x7BC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_2: + symbol: gKartYoshi069Wheel2 + type: texture + offset: 0x7BCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_069_wheel_3: + symbol: gKartYoshi069Wheel3 + type: texture + offset: 0x7BD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_0: + symbol: gKartYoshi070Wheel0 + type: texture + offset: 0x7BDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_1: + symbol: gKartYoshi070Wheel1 + type: texture + offset: 0x7BE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_2: + symbol: gKartYoshi070Wheel2 + type: texture + offset: 0x7BEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_070_wheel_3: + symbol: gKartYoshi070Wheel3 + type: texture + offset: 0x7BF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_0: + symbol: gKartYoshi071Wheel0 + type: texture + offset: 0x7BFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_1: + symbol: gKartYoshi071Wheel1 + type: texture + offset: 0x7C028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_2: + symbol: gKartYoshi071Wheel2 + type: texture + offset: 0x7C0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_071_wheel_3: + symbol: gKartYoshi071Wheel3 + type: texture + offset: 0x7C128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_0: + symbol: gKartYoshi072Wheel0 + type: texture + offset: 0x7C1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_1: + symbol: gKartYoshi072Wheel1 + type: texture + offset: 0x7C228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_2: + symbol: gKartYoshi072Wheel2 + type: texture + offset: 0x7C2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_072_wheel_3: + symbol: gKartYoshi072Wheel3 + type: texture + offset: 0x7C328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_0: + symbol: gKartYoshi073Wheel0 + type: texture + offset: 0x7C3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_1: + symbol: gKartYoshi073Wheel1 + type: texture + offset: 0x7C428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_2: + symbol: gKartYoshi073Wheel2 + type: texture + offset: 0x7C4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_073_wheel_3: + symbol: gKartYoshi073Wheel3 + type: texture + offset: 0x7C528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_0: + symbol: gKartYoshi074Wheel0 + type: texture + offset: 0x7C5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_1: + symbol: gKartYoshi074Wheel1 + type: texture + offset: 0x7C628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_2: + symbol: gKartYoshi074Wheel2 + type: texture + offset: 0x7C6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_074_wheel_3: + symbol: gKartYoshi074Wheel3 + type: texture + offset: 0x7C728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_0: + symbol: gKartYoshi075Wheel0 + type: texture + offset: 0x7C7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_1: + symbol: gKartYoshi075Wheel1 + type: texture + offset: 0x7C828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_2: + symbol: gKartYoshi075Wheel2 + type: texture + offset: 0x7C8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_075_wheel_3: + symbol: gKartYoshi075Wheel3 + type: texture + offset: 0x7C928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_0: + symbol: gKartYoshi076Wheel0 + type: texture + offset: 0x7C9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_1: + symbol: gKartYoshi076Wheel1 + type: texture + offset: 0x7CA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_2: + symbol: gKartYoshi076Wheel2 + type: texture + offset: 0x7CAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_076_wheel_3: + symbol: gKartYoshi076Wheel3 + type: texture + offset: 0x7CB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_0: + symbol: gKartYoshi077Wheel0 + type: texture + offset: 0x7CBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_1: + symbol: gKartYoshi077Wheel1 + type: texture + offset: 0x7CC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_2: + symbol: gKartYoshi077Wheel2 + type: texture + offset: 0x7CCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_077_wheel_3: + symbol: gKartYoshi077Wheel3 + type: texture + offset: 0x7CD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_0: + symbol: gKartYoshi078Wheel0 + type: texture + offset: 0x7CDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_1: + symbol: gKartYoshi078Wheel1 + type: texture + offset: 0x7CE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_2: + symbol: gKartYoshi078Wheel2 + type: texture + offset: 0x7CEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_078_wheel_3: + symbol: gKartYoshi078Wheel3 + type: texture + offset: 0x7CF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_0: + symbol: gKartYoshi079Wheel0 + type: texture + offset: 0x7CFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_1: + symbol: gKartYoshi079Wheel1 + type: texture + offset: 0x7D028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_2: + symbol: gKartYoshi079Wheel2 + type: texture + offset: 0x7D0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_079_wheel_3: + symbol: gKartYoshi079Wheel3 + type: texture + offset: 0x7D128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_0: + symbol: gKartYoshi080Wheel0 + type: texture + offset: 0x7D1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_1: + symbol: gKartYoshi080Wheel1 + type: texture + offset: 0x7D228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_2: + symbol: gKartYoshi080Wheel2 + type: texture + offset: 0x7D2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_080_wheel_3: + symbol: gKartYoshi080Wheel3 + type: texture + offset: 0x7D328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_0: + symbol: gKartYoshi081Wheel0 + type: texture + offset: 0x7D3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_1: + symbol: gKartYoshi081Wheel1 + type: texture + offset: 0x7D428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_2: + symbol: gKartYoshi081Wheel2 + type: texture + offset: 0x7D4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_081_wheel_3: + symbol: gKartYoshi081Wheel3 + type: texture + offset: 0x7D528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_0: + symbol: gKartYoshi082Wheel0 + type: texture + offset: 0x7D5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_1: + symbol: gKartYoshi082Wheel1 + type: texture + offset: 0x7D628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_2: + symbol: gKartYoshi082Wheel2 + type: texture + offset: 0x7D6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_082_wheel_3: + symbol: gKartYoshi082Wheel3 + type: texture + offset: 0x7D728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_0: + symbol: gKartYoshi083Wheel0 + type: texture + offset: 0x7D7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_1: + symbol: gKartYoshi083Wheel1 + type: texture + offset: 0x7D828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_2: + symbol: gKartYoshi083Wheel2 + type: texture + offset: 0x7D8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_083_wheel_3: + symbol: gKartYoshi083Wheel3 + type: texture + offset: 0x7D928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_0: + symbol: gKartYoshi084Wheel0 + type: texture + offset: 0x7D9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_1: + symbol: gKartYoshi084Wheel1 + type: texture + offset: 0x7DA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_2: + symbol: gKartYoshi084Wheel2 + type: texture + offset: 0x7DAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_084_wheel_3: + symbol: gKartYoshi084Wheel3 + type: texture + offset: 0x7DB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_0: + symbol: gKartYoshi085Wheel0 + type: texture + offset: 0x7DBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_1: + symbol: gKartYoshi085Wheel1 + type: texture + offset: 0x7DC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_2: + symbol: gKartYoshi085Wheel2 + type: texture + offset: 0x7DCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_085_wheel_3: + symbol: gKartYoshi085Wheel3 + type: texture + offset: 0x7DD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_0: + symbol: gKartYoshi086Wheel0 + type: texture + offset: 0x7DDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_1: + symbol: gKartYoshi086Wheel1 + type: texture + offset: 0x7DE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_2: + symbol: gKartYoshi086Wheel2 + type: texture + offset: 0x7DEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_086_wheel_3: + symbol: gKartYoshi086Wheel3 + type: texture + offset: 0x7DF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_0: + symbol: gKartYoshi087Wheel0 + type: texture + offset: 0x7DFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_1: + symbol: gKartYoshi087Wheel1 + type: texture + offset: 0x7E028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_2: + symbol: gKartYoshi087Wheel2 + type: texture + offset: 0x7E0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_087_wheel_3: + symbol: gKartYoshi087Wheel3 + type: texture + offset: 0x7E128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_0: + symbol: gKartYoshi088Wheel0 + type: texture + offset: 0x7E1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_1: + symbol: gKartYoshi088Wheel1 + type: texture + offset: 0x7E228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_2: + symbol: gKartYoshi088Wheel2 + type: texture + offset: 0x7E2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_088_wheel_3: + symbol: gKartYoshi088Wheel3 + type: texture + offset: 0x7E328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_0: + symbol: gKartYoshi089Wheel0 + type: texture + offset: 0x7E3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_1: + symbol: gKartYoshi089Wheel1 + type: texture + offset: 0x7E428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_2: + symbol: gKartYoshi089Wheel2 + type: texture + offset: 0x7E4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_089_wheel_3: + symbol: gKartYoshi089Wheel3 + type: texture + offset: 0x7E528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_0: + symbol: gKartYoshi090Wheel0 + type: texture + offset: 0x7E5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_1: + symbol: gKartYoshi090Wheel1 + type: texture + offset: 0x7E628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_2: + symbol: gKartYoshi090Wheel2 + type: texture + offset: 0x7E6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_090_wheel_3: + symbol: gKartYoshi090Wheel3 + type: texture + offset: 0x7E728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_0: + symbol: gKartYoshi091Wheel0 + type: texture + offset: 0x7E7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_1: + symbol: gKartYoshi091Wheel1 + type: texture + offset: 0x7E828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_2: + symbol: gKartYoshi091Wheel2 + type: texture + offset: 0x7E8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_091_wheel_3: + symbol: gKartYoshi091Wheel3 + type: texture + offset: 0x7E928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_0: + symbol: gKartYoshi092Wheel0 + type: texture + offset: 0x7E9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_1: + symbol: gKartYoshi092Wheel1 + type: texture + offset: 0x7EA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_2: + symbol: gKartYoshi092Wheel2 + type: texture + offset: 0x7EAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_092_wheel_3: + symbol: gKartYoshi092Wheel3 + type: texture + offset: 0x7EB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_0: + symbol: gKartYoshi093Wheel0 + type: texture + offset: 0x7EBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_1: + symbol: gKartYoshi093Wheel1 + type: texture + offset: 0x7EC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_2: + symbol: gKartYoshi093Wheel2 + type: texture + offset: 0x7ECA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_093_wheel_3: + symbol: gKartYoshi093Wheel3 + type: texture + offset: 0x7ED28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_0: + symbol: gKartYoshi094Wheel0 + type: texture + offset: 0x7EDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_1: + symbol: gKartYoshi094Wheel1 + type: texture + offset: 0x7EE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_2: + symbol: gKartYoshi094Wheel2 + type: texture + offset: 0x7EEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_094_wheel_3: + symbol: gKartYoshi094Wheel3 + type: texture + offset: 0x7EF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_0: + symbol: gKartYoshi095Wheel0 + type: texture + offset: 0x7EFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_1: + symbol: gKartYoshi095Wheel1 + type: texture + offset: 0x7F028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_2: + symbol: gKartYoshi095Wheel2 + type: texture + offset: 0x7F0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_095_wheel_3: + symbol: gKartYoshi095Wheel3 + type: texture + offset: 0x7F128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_0: + symbol: gKartYoshi096Wheel0 + type: texture + offset: 0x7F1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_1: + symbol: gKartYoshi096Wheel1 + type: texture + offset: 0x7F228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_2: + symbol: gKartYoshi096Wheel2 + type: texture + offset: 0x7F2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_096_wheel_3: + symbol: gKartYoshi096Wheel3 + type: texture + offset: 0x7F328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_0: + symbol: gKartYoshi097Wheel0 + type: texture + offset: 0x7F3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_1: + symbol: gKartYoshi097Wheel1 + type: texture + offset: 0x7F428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_2: + symbol: gKartYoshi097Wheel2 + type: texture + offset: 0x7F4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_097_wheel_3: + symbol: gKartYoshi097Wheel3 + type: texture + offset: 0x7F528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_0: + symbol: gKartYoshi098Wheel0 + type: texture + offset: 0x7F5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_1: + symbol: gKartYoshi098Wheel1 + type: texture + offset: 0x7F628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_2: + symbol: gKartYoshi098Wheel2 + type: texture + offset: 0x7F6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_098_wheel_3: + symbol: gKartYoshi098Wheel3 + type: texture + offset: 0x7F728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_0: + symbol: gKartYoshi099Wheel0 + type: texture + offset: 0x7F7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_1: + symbol: gKartYoshi099Wheel1 + type: texture + offset: 0x7F828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_2: + symbol: gKartYoshi099Wheel2 + type: texture + offset: 0x7F8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_099_wheel_3: + symbol: gKartYoshi099Wheel3 + type: texture + offset: 0x7F928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_0: + symbol: gKartYoshi100Wheel0 + type: texture + offset: 0x7F9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_1: + symbol: gKartYoshi100Wheel1 + type: texture + offset: 0x7FA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_2: + symbol: gKartYoshi100Wheel2 + type: texture + offset: 0x7FAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_100_wheel_3: + symbol: gKartYoshi100Wheel3 + type: texture + offset: 0x7FB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_0: + symbol: gKartYoshi101Wheel0 + type: texture + offset: 0x7FBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_1: + symbol: gKartYoshi101Wheel1 + type: texture + offset: 0x7FC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_2: + symbol: gKartYoshi101Wheel2 + type: texture + offset: 0x7FCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_101_wheel_3: + symbol: gKartYoshi101Wheel3 + type: texture + offset: 0x7FD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_0: + symbol: gKartYoshi102Wheel0 + type: texture + offset: 0x7FDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_1: + symbol: gKartYoshi102Wheel1 + type: texture + offset: 0x7FE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_2: + symbol: gKartYoshi102Wheel2 + type: texture + offset: 0x7FEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_102_wheel_3: + symbol: gKartYoshi102Wheel3 + type: texture + offset: 0x7FF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_0: + symbol: gKartYoshi103Wheel0 + type: texture + offset: 0x7FFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_1: + symbol: gKartYoshi103Wheel1 + type: texture + offset: 0x80028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_2: + symbol: gKartYoshi103Wheel2 + type: texture + offset: 0x800A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_103_wheel_3: + symbol: gKartYoshi103Wheel3 + type: texture + offset: 0x80128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_0: + symbol: gKartYoshi104Wheel0 + type: texture + offset: 0x801A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_1: + symbol: gKartYoshi104Wheel1 + type: texture + offset: 0x80228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_2: + symbol: gKartYoshi104Wheel2 + type: texture + offset: 0x802A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_104_wheel_3: + symbol: gKartYoshi104Wheel3 + type: texture + offset: 0x80328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_0: + symbol: gKartYoshi105Wheel0 + type: texture + offset: 0x803A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_1: + symbol: gKartYoshi105Wheel1 + type: texture + offset: 0x80428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_2: + symbol: gKartYoshi105Wheel2 + type: texture + offset: 0x804A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_105_wheel_3: + symbol: gKartYoshi105Wheel3 + type: texture + offset: 0x80528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_0: + symbol: gKartYoshi106Wheel0 + type: texture + offset: 0x805A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_1: + symbol: gKartYoshi106Wheel1 + type: texture + offset: 0x80628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_2: + symbol: gKartYoshi106Wheel2 + type: texture + offset: 0x806A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_106_wheel_3: + symbol: gKartYoshi106Wheel3 + type: texture + offset: 0x80728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_0: + symbol: gKartYoshi107Wheel0 + type: texture + offset: 0x807A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_1: + symbol: gKartYoshi107Wheel1 + type: texture + offset: 0x80828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_2: + symbol: gKartYoshi107Wheel2 + type: texture + offset: 0x808A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_107_wheel_3: + symbol: gKartYoshi107Wheel3 + type: texture + offset: 0x80928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_0: + symbol: gKartYoshi108Wheel0 + type: texture + offset: 0x809A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_1: + symbol: gKartYoshi108Wheel1 + type: texture + offset: 0x80A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_2: + symbol: gKartYoshi108Wheel2 + type: texture + offset: 0x80AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_108_wheel_3: + symbol: gKartYoshi108Wheel3 + type: texture + offset: 0x80B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_0: + symbol: gKartYoshi109Wheel0 + type: texture + offset: 0x80BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_1: + symbol: gKartYoshi109Wheel1 + type: texture + offset: 0x80C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_2: + symbol: gKartYoshi109Wheel2 + type: texture + offset: 0x80CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_109_wheel_3: + symbol: gKartYoshi109Wheel3 + type: texture + offset: 0x80D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_0: + symbol: gKartYoshi110Wheel0 + type: texture + offset: 0x80DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_1: + symbol: gKartYoshi110Wheel1 + type: texture + offset: 0x80E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_2: + symbol: gKartYoshi110Wheel2 + type: texture + offset: 0x80EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_110_wheel_3: + symbol: gKartYoshi110Wheel3 + type: texture + offset: 0x80F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_0: + symbol: gKartYoshi111Wheel0 + type: texture + offset: 0x80FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_1: + symbol: gKartYoshi111Wheel1 + type: texture + offset: 0x81028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_2: + symbol: gKartYoshi111Wheel2 + type: texture + offset: 0x810A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_111_wheel_3: + symbol: gKartYoshi111Wheel3 + type: texture + offset: 0x81128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_0: + symbol: gKartYoshi112Wheel0 + type: texture + offset: 0x811A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_1: + symbol: gKartYoshi112Wheel1 + type: texture + offset: 0x81228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_2: + symbol: gKartYoshi112Wheel2 + type: texture + offset: 0x812A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_112_wheel_3: + symbol: gKartYoshi112Wheel3 + type: texture + offset: 0x81328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_0: + symbol: gKartYoshi113Wheel0 + type: texture + offset: 0x813A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_1: + symbol: gKartYoshi113Wheel1 + type: texture + offset: 0x81428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_2: + symbol: gKartYoshi113Wheel2 + type: texture + offset: 0x814A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_113_wheel_3: + symbol: gKartYoshi113Wheel3 + type: texture + offset: 0x81528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_0: + symbol: gKartYoshi114Wheel0 + type: texture + offset: 0x815A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_1: + symbol: gKartYoshi114Wheel1 + type: texture + offset: 0x81628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_2: + symbol: gKartYoshi114Wheel2 + type: texture + offset: 0x816A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_114_wheel_3: + symbol: gKartYoshi114Wheel3 + type: texture + offset: 0x81728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_0: + symbol: gKartYoshi115Wheel0 + type: texture + offset: 0x817A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_1: + symbol: gKartYoshi115Wheel1 + type: texture + offset: 0x81828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_2: + symbol: gKartYoshi115Wheel2 + type: texture + offset: 0x818A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_115_wheel_3: + symbol: gKartYoshi115Wheel3 + type: texture + offset: 0x81928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_0: + symbol: gKartYoshi116Wheel0 + type: texture + offset: 0x819A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_1: + symbol: gKartYoshi116Wheel1 + type: texture + offset: 0x81A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_2: + symbol: gKartYoshi116Wheel2 + type: texture + offset: 0x81AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_116_wheel_3: + symbol: gKartYoshi116Wheel3 + type: texture + offset: 0x81B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_0: + symbol: gKartYoshi117Wheel0 + type: texture + offset: 0x81BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_1: + symbol: gKartYoshi117Wheel1 + type: texture + offset: 0x81C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_2: + symbol: gKartYoshi117Wheel2 + type: texture + offset: 0x81CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_117_wheel_3: + symbol: gKartYoshi117Wheel3 + type: texture + offset: 0x81D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_0: + symbol: gKartYoshi118Wheel0 + type: texture + offset: 0x81DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_1: + symbol: gKartYoshi118Wheel1 + type: texture + offset: 0x81E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_2: + symbol: gKartYoshi118Wheel2 + type: texture + offset: 0x81EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_118_wheel_3: + symbol: gKartYoshi118Wheel3 + type: texture + offset: 0x81F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_0: + symbol: gKartYoshi119Wheel0 + type: texture + offset: 0x81FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_1: + symbol: gKartYoshi119Wheel1 + type: texture + offset: 0x82028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_2: + symbol: gKartYoshi119Wheel2 + type: texture + offset: 0x820A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_119_wheel_3: + symbol: gKartYoshi119Wheel3 + type: texture + offset: 0x82128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_0: + symbol: gKartYoshi120Wheel0 + type: texture + offset: 0x821A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_1: + symbol: gKartYoshi120Wheel1 + type: texture + offset: 0x82228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_2: + symbol: gKartYoshi120Wheel2 + type: texture + offset: 0x822A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_120_wheel_3: + symbol: gKartYoshi120Wheel3 + type: texture + offset: 0x82328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_0: + symbol: gKartYoshi121Wheel0 + type: texture + offset: 0x823A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_1: + symbol: gKartYoshi121Wheel1 + type: texture + offset: 0x82428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_2: + symbol: gKartYoshi121Wheel2 + type: texture + offset: 0x824A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_121_wheel_3: + symbol: gKartYoshi121Wheel3 + type: texture + offset: 0x82528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_0: + symbol: gKartYoshi122Wheel0 + type: texture + offset: 0x825A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_1: + symbol: gKartYoshi122Wheel1 + type: texture + offset: 0x82628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_2: + symbol: gKartYoshi122Wheel2 + type: texture + offset: 0x826A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_122_wheel_3: + symbol: gKartYoshi122Wheel3 + type: texture + offset: 0x82728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_0: + symbol: gKartYoshi123Wheel0 + type: texture + offset: 0x827A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_1: + symbol: gKartYoshi123Wheel1 + type: texture + offset: 0x82828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_2: + symbol: gKartYoshi123Wheel2 + type: texture + offset: 0x828A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_123_wheel_3: + symbol: gKartYoshi123Wheel3 + type: texture + offset: 0x82928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_0: + symbol: gKartYoshi124Wheel0 + type: texture + offset: 0x829A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_1: + symbol: gKartYoshi124Wheel1 + type: texture + offset: 0x82A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_2: + symbol: gKartYoshi124Wheel2 + type: texture + offset: 0x82AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_124_wheel_3: + symbol: gKartYoshi124Wheel3 + type: texture + offset: 0x82B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_0: + symbol: gKartYoshi125Wheel0 + type: texture + offset: 0x82BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_1: + symbol: gKartYoshi125Wheel1 + type: texture + offset: 0x82C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_2: + symbol: gKartYoshi125Wheel2 + type: texture + offset: 0x82CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_125_wheel_3: + symbol: gKartYoshi125Wheel3 + type: texture + offset: 0x82D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_0: + symbol: gKartYoshi126Wheel0 + type: texture + offset: 0x82DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_1: + symbol: gKartYoshi126Wheel1 + type: texture + offset: 0x82E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_2: + symbol: gKartYoshi126Wheel2 + type: texture + offset: 0x82EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_126_wheel_3: + symbol: gKartYoshi126Wheel3 + type: texture + offset: 0x82F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_0: + symbol: gKartYoshi127Wheel0 + type: texture + offset: 0x82FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_1: + symbol: gKartYoshi127Wheel1 + type: texture + offset: 0x83028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_2: + symbol: gKartYoshi127Wheel2 + type: texture + offset: 0x830A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_127_wheel_3: + symbol: gKartYoshi127Wheel3 + type: texture + offset: 0x83128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_0: + symbol: gKartYoshi128Wheel0 + type: texture + offset: 0x831A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_1: + symbol: gKartYoshi128Wheel1 + type: texture + offset: 0x83228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_2: + symbol: gKartYoshi128Wheel2 + type: texture + offset: 0x832A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_128_wheel_3: + symbol: gKartYoshi128Wheel3 + type: texture + offset: 0x83328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_0: + symbol: gKartYoshi129Wheel0 + type: texture + offset: 0x833A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_1: + symbol: gKartYoshi129Wheel1 + type: texture + offset: 0x83428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_2: + symbol: gKartYoshi129Wheel2 + type: texture + offset: 0x834A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_129_wheel_3: + symbol: gKartYoshi129Wheel3 + type: texture + offset: 0x83528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_0: + symbol: gKartYoshi130Wheel0 + type: texture + offset: 0x835A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_1: + symbol: gKartYoshi130Wheel1 + type: texture + offset: 0x83628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_2: + symbol: gKartYoshi130Wheel2 + type: texture + offset: 0x836A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_130_wheel_3: + symbol: gKartYoshi130Wheel3 + type: texture + offset: 0x83728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_0: + symbol: gKartYoshi131Wheel0 + type: texture + offset: 0x837A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_1: + symbol: gKartYoshi131Wheel1 + type: texture + offset: 0x83828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_2: + symbol: gKartYoshi131Wheel2 + type: texture + offset: 0x838A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_131_wheel_3: + symbol: gKartYoshi131Wheel3 + type: texture + offset: 0x83928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_0: + symbol: gKartYoshi132Wheel0 + type: texture + offset: 0x839A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_1: + symbol: gKartYoshi132Wheel1 + type: texture + offset: 0x83A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_2: + symbol: gKartYoshi132Wheel2 + type: texture + offset: 0x83AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_132_wheel_3: + symbol: gKartYoshi132Wheel3 + type: texture + offset: 0x83B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_0: + symbol: gKartYoshi133Wheel0 + type: texture + offset: 0x83BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_1: + symbol: gKartYoshi133Wheel1 + type: texture + offset: 0x83C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_2: + symbol: gKartYoshi133Wheel2 + type: texture + offset: 0x83CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_133_wheel_3: + symbol: gKartYoshi133Wheel3 + type: texture + offset: 0x83D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_0: + symbol: gKartYoshi134Wheel0 + type: texture + offset: 0x83DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_1: + symbol: gKartYoshi134Wheel1 + type: texture + offset: 0x83E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_2: + symbol: gKartYoshi134Wheel2 + type: texture + offset: 0x83EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_134_wheel_3: + symbol: gKartYoshi134Wheel3 + type: texture + offset: 0x83F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_0: + symbol: gKartYoshi135Wheel0 + type: texture + offset: 0x83FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_1: + symbol: gKartYoshi135Wheel1 + type: texture + offset: 0x84028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_2: + symbol: gKartYoshi135Wheel2 + type: texture + offset: 0x840A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_135_wheel_3: + symbol: gKartYoshi135Wheel3 + type: texture + offset: 0x84128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_0: + symbol: gKartYoshi136Wheel0 + type: texture + offset: 0x841A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_1: + symbol: gKartYoshi136Wheel1 + type: texture + offset: 0x84228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_2: + symbol: gKartYoshi136Wheel2 + type: texture + offset: 0x842A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_136_wheel_3: + symbol: gKartYoshi136Wheel3 + type: texture + offset: 0x84328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_0: + symbol: gKartYoshi137Wheel0 + type: texture + offset: 0x843A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_1: + symbol: gKartYoshi137Wheel1 + type: texture + offset: 0x84428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_2: + symbol: gKartYoshi137Wheel2 + type: texture + offset: 0x844A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_137_wheel_3: + symbol: gKartYoshi137Wheel3 + type: texture + offset: 0x84528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_0: + symbol: gKartYoshi138Wheel0 + type: texture + offset: 0x845A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_1: + symbol: gKartYoshi138Wheel1 + type: texture + offset: 0x84628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_2: + symbol: gKartYoshi138Wheel2 + type: texture + offset: 0x846A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_138_wheel_3: + symbol: gKartYoshi138Wheel3 + type: texture + offset: 0x84728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_0: + symbol: gKartYoshi139Wheel0 + type: texture + offset: 0x847A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_1: + symbol: gKartYoshi139Wheel1 + type: texture + offset: 0x84828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_2: + symbol: gKartYoshi139Wheel2 + type: texture + offset: 0x848A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_139_wheel_3: + symbol: gKartYoshi139Wheel3 + type: texture + offset: 0x84928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_0: + symbol: gKartYoshi140Wheel0 + type: texture + offset: 0x849A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_1: + symbol: gKartYoshi140Wheel1 + type: texture + offset: 0x84A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_2: + symbol: gKartYoshi140Wheel2 + type: texture + offset: 0x84AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_140_wheel_3: + symbol: gKartYoshi140Wheel3 + type: texture + offset: 0x84B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_0: + symbol: gKartYoshi141Wheel0 + type: texture + offset: 0x84BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_1: + symbol: gKartYoshi141Wheel1 + type: texture + offset: 0x84C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_2: + symbol: gKartYoshi141Wheel2 + type: texture + offset: 0x84CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_141_wheel_3: + symbol: gKartYoshi141Wheel3 + type: texture + offset: 0x84D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_0: + symbol: gKartYoshi142Wheel0 + type: texture + offset: 0x84DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_1: + symbol: gKartYoshi142Wheel1 + type: texture + offset: 0x84E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_2: + symbol: gKartYoshi142Wheel2 + type: texture + offset: 0x84EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_142_wheel_3: + symbol: gKartYoshi142Wheel3 + type: texture + offset: 0x84F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_0: + symbol: gKartYoshi143Wheel0 + type: texture + offset: 0x84FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_1: + symbol: gKartYoshi143Wheel1 + type: texture + offset: 0x85028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_2: + symbol: gKartYoshi143Wheel2 + type: texture + offset: 0x850A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_143_wheel_3: + symbol: gKartYoshi143Wheel3 + type: texture + offset: 0x85128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_0: + symbol: gKartYoshi144Wheel0 + type: texture + offset: 0x851A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_1: + symbol: gKartYoshi144Wheel1 + type: texture + offset: 0x85228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_2: + symbol: gKartYoshi144Wheel2 + type: texture + offset: 0x852A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_144_wheel_3: + symbol: gKartYoshi144Wheel3 + type: texture + offset: 0x85328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_0: + symbol: gKartYoshi145Wheel0 + type: texture + offset: 0x853A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_1: + symbol: gKartYoshi145Wheel1 + type: texture + offset: 0x85428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_2: + symbol: gKartYoshi145Wheel2 + type: texture + offset: 0x854A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_145_wheel_3: + symbol: gKartYoshi145Wheel3 + type: texture + offset: 0x85528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_0: + symbol: gKartYoshi146Wheel0 + type: texture + offset: 0x855A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_1: + symbol: gKartYoshi146Wheel1 + type: texture + offset: 0x85628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_2: + symbol: gKartYoshi146Wheel2 + type: texture + offset: 0x856A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_146_wheel_3: + symbol: gKartYoshi146Wheel3 + type: texture + offset: 0x85728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_0: + symbol: gKartYoshi147Wheel0 + type: texture + offset: 0x857A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_1: + symbol: gKartYoshi147Wheel1 + type: texture + offset: 0x85828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_2: + symbol: gKartYoshi147Wheel2 + type: texture + offset: 0x858A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_147_wheel_3: + symbol: gKartYoshi147Wheel3 + type: texture + offset: 0x85928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_0: + symbol: gKartYoshi148Wheel0 + type: texture + offset: 0x859A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_1: + symbol: gKartYoshi148Wheel1 + type: texture + offset: 0x85A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_2: + symbol: gKartYoshi148Wheel2 + type: texture + offset: 0x85AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_148_wheel_3: + symbol: gKartYoshi148Wheel3 + type: texture + offset: 0x85B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_0: + symbol: gKartYoshi149Wheel0 + type: texture + offset: 0x85BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_1: + symbol: gKartYoshi149Wheel1 + type: texture + offset: 0x85C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_2: + symbol: gKartYoshi149Wheel2 + type: texture + offset: 0x85CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_149_wheel_3: + symbol: gKartYoshi149Wheel3 + type: texture + offset: 0x85D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_0: + symbol: gKartYoshi150Wheel0 + type: texture + offset: 0x85DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_1: + symbol: gKartYoshi150Wheel1 + type: texture + offset: 0x85E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_2: + symbol: gKartYoshi150Wheel2 + type: texture + offset: 0x85EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_150_wheel_3: + symbol: gKartYoshi150Wheel3 + type: texture + offset: 0x85F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_0: + symbol: gKartYoshi151Wheel0 + type: texture + offset: 0x85FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_1: + symbol: gKartYoshi151Wheel1 + type: texture + offset: 0x86028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_2: + symbol: gKartYoshi151Wheel2 + type: texture + offset: 0x860A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_151_wheel_3: + symbol: gKartYoshi151Wheel3 + type: texture + offset: 0x86128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_0: + symbol: gKartYoshi152Wheel0 + type: texture + offset: 0x861A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_1: + symbol: gKartYoshi152Wheel1 + type: texture + offset: 0x86228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_2: + symbol: gKartYoshi152Wheel2 + type: texture + offset: 0x862A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_152_wheel_3: + symbol: gKartYoshi152Wheel3 + type: texture + offset: 0x86328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_0: + symbol: gKartYoshi153Wheel0 + type: texture + offset: 0x863A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_1: + symbol: gKartYoshi153Wheel1 + type: texture + offset: 0x86428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_2: + symbol: gKartYoshi153Wheel2 + type: texture + offset: 0x864A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_153_wheel_3: + symbol: gKartYoshi153Wheel3 + type: texture + offset: 0x86528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_0: + symbol: gKartYoshi154Wheel0 + type: texture + offset: 0x865A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_1: + symbol: gKartYoshi154Wheel1 + type: texture + offset: 0x86628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_2: + symbol: gKartYoshi154Wheel2 + type: texture + offset: 0x866A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_154_wheel_3: + symbol: gKartYoshi154Wheel3 + type: texture + offset: 0x86728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_0: + symbol: gKartYoshi155Wheel0 + type: texture + offset: 0x867A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_1: + symbol: gKartYoshi155Wheel1 + type: texture + offset: 0x86828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_2: + symbol: gKartYoshi155Wheel2 + type: texture + offset: 0x868A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_155_wheel_3: + symbol: gKartYoshi155Wheel3 + type: texture + offset: 0x86928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_0: + symbol: gKartYoshi156Wheel0 + type: texture + offset: 0x869A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_1: + symbol: gKartYoshi156Wheel1 + type: texture + offset: 0x86A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_2: + symbol: gKartYoshi156Wheel2 + type: texture + offset: 0x86AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_156_wheel_3: + symbol: gKartYoshi156Wheel3 + type: texture + offset: 0x86B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_0: + symbol: gKartYoshi157Wheel0 + type: texture + offset: 0x86BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_1: + symbol: gKartYoshi157Wheel1 + type: texture + offset: 0x86C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_2: + symbol: gKartYoshi157Wheel2 + type: texture + offset: 0x86CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_157_wheel_3: + symbol: gKartYoshi157Wheel3 + type: texture + offset: 0x86D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_0: + symbol: gKartYoshi158Wheel0 + type: texture + offset: 0x86DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_1: + symbol: gKartYoshi158Wheel1 + type: texture + offset: 0x86E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_2: + symbol: gKartYoshi158Wheel2 + type: texture + offset: 0x86EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_158_wheel_3: + symbol: gKartYoshi158Wheel3 + type: texture + offset: 0x86F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_0: + symbol: gKartYoshi159Wheel0 + type: texture + offset: 0x86FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_1: + symbol: gKartYoshi159Wheel1 + type: texture + offset: 0x87028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_2: + symbol: gKartYoshi159Wheel2 + type: texture + offset: 0x870A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_159_wheel_3: + symbol: gKartYoshi159Wheel3 + type: texture + offset: 0x87128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_0: + symbol: gKartYoshi160Wheel0 + type: texture + offset: 0x871A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_1: + symbol: gKartYoshi160Wheel1 + type: texture + offset: 0x87228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_2: + symbol: gKartYoshi160Wheel2 + type: texture + offset: 0x872A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_160_wheel_3: + symbol: gKartYoshi160Wheel3 + type: texture + offset: 0x87328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_0: + symbol: gKartYoshi161Wheel0 + type: texture + offset: 0x873A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_1: + symbol: gKartYoshi161Wheel1 + type: texture + offset: 0x87428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_2: + symbol: gKartYoshi161Wheel2 + type: texture + offset: 0x874A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_161_wheel_3: + symbol: gKartYoshi161Wheel3 + type: texture + offset: 0x87528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_0: + symbol: gKartYoshi162Wheel0 + type: texture + offset: 0x875A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_1: + symbol: gKartYoshi162Wheel1 + type: texture + offset: 0x87628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_2: + symbol: gKartYoshi162Wheel2 + type: texture + offset: 0x876A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_162_wheel_3: + symbol: gKartYoshi162Wheel3 + type: texture + offset: 0x87728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_0: + symbol: gKartYoshi163Wheel0 + type: texture + offset: 0x877A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_1: + symbol: gKartYoshi163Wheel1 + type: texture + offset: 0x87828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_2: + symbol: gKartYoshi163Wheel2 + type: texture + offset: 0x878A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_163_wheel_3: + symbol: gKartYoshi163Wheel3 + type: texture + offset: 0x87928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_0: + symbol: gKartYoshi164Wheel0 + type: texture + offset: 0x879A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_1: + symbol: gKartYoshi164Wheel1 + type: texture + offset: 0x87A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_2: + symbol: gKartYoshi164Wheel2 + type: texture + offset: 0x87AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_164_wheel_3: + symbol: gKartYoshi164Wheel3 + type: texture + offset: 0x87B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_0: + symbol: gKartYoshi165Wheel0 + type: texture + offset: 0x87BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_1: + symbol: gKartYoshi165Wheel1 + type: texture + offset: 0x87C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_2: + symbol: gKartYoshi165Wheel2 + type: texture + offset: 0x87CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_165_wheel_3: + symbol: gKartYoshi165Wheel3 + type: texture + offset: 0x87D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_0: + symbol: gKartYoshi166Wheel0 + type: texture + offset: 0x87DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_1: + symbol: gKartYoshi166Wheel1 + type: texture + offset: 0x87E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_2: + symbol: gKartYoshi166Wheel2 + type: texture + offset: 0x87EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_166_wheel_3: + symbol: gKartYoshi166Wheel3 + type: texture + offset: 0x87F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_0: + symbol: gKartYoshi167Wheel0 + type: texture + offset: 0x87FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_1: + symbol: gKartYoshi167Wheel1 + type: texture + offset: 0x88028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_2: + symbol: gKartYoshi167Wheel2 + type: texture + offset: 0x880A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_167_wheel_3: + symbol: gKartYoshi167Wheel3 + type: texture + offset: 0x88128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_0: + symbol: gKartYoshi168Wheel0 + type: texture + offset: 0x881A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_1: + symbol: gKartYoshi168Wheel1 + type: texture + offset: 0x88228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_2: + symbol: gKartYoshi168Wheel2 + type: texture + offset: 0x882A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_168_wheel_3: + symbol: gKartYoshi168Wheel3 + type: texture + offset: 0x88328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_0: + symbol: gKartYoshi169Wheel0 + type: texture + offset: 0x883A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_1: + symbol: gKartYoshi169Wheel1 + type: texture + offset: 0x88428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_2: + symbol: gKartYoshi169Wheel2 + type: texture + offset: 0x884A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_169_wheel_3: + symbol: gKartYoshi169Wheel3 + type: texture + offset: 0x88528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_0: + symbol: gKartYoshi170Wheel0 + type: texture + offset: 0x885A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_1: + symbol: gKartYoshi170Wheel1 + type: texture + offset: 0x88628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_2: + symbol: gKartYoshi170Wheel2 + type: texture + offset: 0x886A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_170_wheel_3: + symbol: gKartYoshi170Wheel3 + type: texture + offset: 0x88728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_0: + symbol: gKartYoshi171Wheel0 + type: texture + offset: 0x887A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_1: + symbol: gKartYoshi171Wheel1 + type: texture + offset: 0x88828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_2: + symbol: gKartYoshi171Wheel2 + type: texture + offset: 0x888A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_171_wheel_3: + symbol: gKartYoshi171Wheel3 + type: texture + offset: 0x88928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_0: + symbol: gKartYoshi172Wheel0 + type: texture + offset: 0x889A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_1: + symbol: gKartYoshi172Wheel1 + type: texture + offset: 0x88A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_2: + symbol: gKartYoshi172Wheel2 + type: texture + offset: 0x88AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_172_wheel_3: + symbol: gKartYoshi172Wheel3 + type: texture + offset: 0x88B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_0: + symbol: gKartYoshi173Wheel0 + type: texture + offset: 0x88BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_1: + symbol: gKartYoshi173Wheel1 + type: texture + offset: 0x88C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_2: + symbol: gKartYoshi173Wheel2 + type: texture + offset: 0x88CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_173_wheel_3: + symbol: gKartYoshi173Wheel3 + type: texture + offset: 0x88D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_0: + symbol: gKartYoshi174Wheel0 + type: texture + offset: 0x88DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_1: + symbol: gKartYoshi174Wheel1 + type: texture + offset: 0x88E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_2: + symbol: gKartYoshi174Wheel2 + type: texture + offset: 0x88EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_174_wheel_3: + symbol: gKartYoshi174Wheel3 + type: texture + offset: 0x88F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_0: + symbol: gKartYoshi175Wheel0 + type: texture + offset: 0x88FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_1: + symbol: gKartYoshi175Wheel1 + type: texture + offset: 0x89028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_2: + symbol: gKartYoshi175Wheel2 + type: texture + offset: 0x890A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_175_wheel_3: + symbol: gKartYoshi175Wheel3 + type: texture + offset: 0x89128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_0: + symbol: gKartYoshi176Wheel0 + type: texture + offset: 0x891A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_1: + symbol: gKartYoshi176Wheel1 + type: texture + offset: 0x89228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_2: + symbol: gKartYoshi176Wheel2 + type: texture + offset: 0x892A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_176_wheel_3: + symbol: gKartYoshi176Wheel3 + type: texture + offset: 0x89328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_0: + symbol: gKartYoshi177Wheel0 + type: texture + offset: 0x893A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_1: + symbol: gKartYoshi177Wheel1 + type: texture + offset: 0x89428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_2: + symbol: gKartYoshi177Wheel2 + type: texture + offset: 0x894A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_177_wheel_3: + symbol: gKartYoshi177Wheel3 + type: texture + offset: 0x89528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_0: + symbol: gKartYoshi178Wheel0 + type: texture + offset: 0x895A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_1: + symbol: gKartYoshi178Wheel1 + type: texture + offset: 0x89628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_2: + symbol: gKartYoshi178Wheel2 + type: texture + offset: 0x896A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_178_wheel_3: + symbol: gKartYoshi178Wheel3 + type: texture + offset: 0x89728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_0: + symbol: gKartYoshi179Wheel0 + type: texture + offset: 0x897A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_1: + symbol: gKartYoshi179Wheel1 + type: texture + offset: 0x89828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_2: + symbol: gKartYoshi179Wheel2 + type: texture + offset: 0x898A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_179_wheel_3: + symbol: gKartYoshi179Wheel3 + type: texture + offset: 0x89928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_0: + symbol: gKartYoshi180Wheel0 + type: texture + offset: 0x899A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_1: + symbol: gKartYoshi180Wheel1 + type: texture + offset: 0x89A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_2: + symbol: gKartYoshi180Wheel2 + type: texture + offset: 0x89AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_180_wheel_3: + symbol: gKartYoshi180Wheel3 + type: texture + offset: 0x89B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_0: + symbol: gKartYoshi181Wheel0 + type: texture + offset: 0x89BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_1: + symbol: gKartYoshi181Wheel1 + type: texture + offset: 0x89C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_2: + symbol: gKartYoshi181Wheel2 + type: texture + offset: 0x89CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_181_wheel_3: + symbol: gKartYoshi181Wheel3 + type: texture + offset: 0x89D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_0: + symbol: gKartYoshi182Wheel0 + type: texture + offset: 0x89DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_1: + symbol: gKartYoshi182Wheel1 + type: texture + offset: 0x89E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_2: + symbol: gKartYoshi182Wheel2 + type: texture + offset: 0x89EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_182_wheel_3: + symbol: gKartYoshi182Wheel3 + type: texture + offset: 0x89F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_0: + symbol: gKartYoshi183Wheel0 + type: texture + offset: 0x89FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_1: + symbol: gKartYoshi183Wheel1 + type: texture + offset: 0x8A028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_2: + symbol: gKartYoshi183Wheel2 + type: texture + offset: 0x8A0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_183_wheel_3: + symbol: gKartYoshi183Wheel3 + type: texture + offset: 0x8A128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_0: + symbol: gKartYoshi184Wheel0 + type: texture + offset: 0x8A1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_1: + symbol: gKartYoshi184Wheel1 + type: texture + offset: 0x8A228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_2: + symbol: gKartYoshi184Wheel2 + type: texture + offset: 0x8A2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_184_wheel_3: + symbol: gKartYoshi184Wheel3 + type: texture + offset: 0x8A328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_0: + symbol: gKartYoshi185Wheel0 + type: texture + offset: 0x8A3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_1: + symbol: gKartYoshi185Wheel1 + type: texture + offset: 0x8A428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_2: + symbol: gKartYoshi185Wheel2 + type: texture + offset: 0x8A4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_185_wheel_3: + symbol: gKartYoshi185Wheel3 + type: texture + offset: 0x8A528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_0: + symbol: gKartYoshi186Wheel0 + type: texture + offset: 0x8A5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_1: + symbol: gKartYoshi186Wheel1 + type: texture + offset: 0x8A628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_2: + symbol: gKartYoshi186Wheel2 + type: texture + offset: 0x8A6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_186_wheel_3: + symbol: gKartYoshi186Wheel3 + type: texture + offset: 0x8A728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_0: + symbol: gKartYoshi187Wheel0 + type: texture + offset: 0x8A7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_1: + symbol: gKartYoshi187Wheel1 + type: texture + offset: 0x8A828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_2: + symbol: gKartYoshi187Wheel2 + type: texture + offset: 0x8A8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_187_wheel_3: + symbol: gKartYoshi187Wheel3 + type: texture + offset: 0x8A928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_0: + symbol: gKartYoshi188Wheel0 + type: texture + offset: 0x8A9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_1: + symbol: gKartYoshi188Wheel1 + type: texture + offset: 0x8AA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_2: + symbol: gKartYoshi188Wheel2 + type: texture + offset: 0x8AAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_188_wheel_3: + symbol: gKartYoshi188Wheel3 + type: texture + offset: 0x8AB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_0: + symbol: gKartYoshi189Wheel0 + type: texture + offset: 0x8ABA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_1: + symbol: gKartYoshi189Wheel1 + type: texture + offset: 0x8AC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_2: + symbol: gKartYoshi189Wheel2 + type: texture + offset: 0x8ACA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_189_wheel_3: + symbol: gKartYoshi189Wheel3 + type: texture + offset: 0x8AD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_0: + symbol: gKartYoshi190Wheel0 + type: texture + offset: 0x8ADA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_1: + symbol: gKartYoshi190Wheel1 + type: texture + offset: 0x8AE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_2: + symbol: gKartYoshi190Wheel2 + type: texture + offset: 0x8AEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_190_wheel_3: + symbol: gKartYoshi190Wheel3 + type: texture + offset: 0x8AF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_0: + symbol: gKartYoshi191Wheel0 + type: texture + offset: 0x8AFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_1: + symbol: gKartYoshi191Wheel1 + type: texture + offset: 0x8B028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_2: + symbol: gKartYoshi191Wheel2 + type: texture + offset: 0x8B0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_191_wheel_3: + symbol: gKartYoshi191Wheel3 + type: texture + offset: 0x8B128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_0: + symbol: gKartYoshi192Wheel0 + type: texture + offset: 0x8B1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_1: + symbol: gKartYoshi192Wheel1 + type: texture + offset: 0x8B228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_2: + symbol: gKartYoshi192Wheel2 + type: texture + offset: 0x8B2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_192_wheel_3: + symbol: gKartYoshi192Wheel3 + type: texture + offset: 0x8B328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_0: + symbol: gKartYoshi193Wheel0 + type: texture + offset: 0x8B3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_1: + symbol: gKartYoshi193Wheel1 + type: texture + offset: 0x8B428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_2: + symbol: gKartYoshi193Wheel2 + type: texture + offset: 0x8B4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_193_wheel_3: + symbol: gKartYoshi193Wheel3 + type: texture + offset: 0x8B528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_0: + symbol: gKartYoshi194Wheel0 + type: texture + offset: 0x8B5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_1: + symbol: gKartYoshi194Wheel1 + type: texture + offset: 0x8B628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_2: + symbol: gKartYoshi194Wheel2 + type: texture + offset: 0x8B6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_194_wheel_3: + symbol: gKartYoshi194Wheel3 + type: texture + offset: 0x8B728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_0: + symbol: gKartYoshi195Wheel0 + type: texture + offset: 0x8B7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_1: + symbol: gKartYoshi195Wheel1 + type: texture + offset: 0x8B828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_2: + symbol: gKartYoshi195Wheel2 + type: texture + offset: 0x8B8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_195_wheel_3: + symbol: gKartYoshi195Wheel3 + type: texture + offset: 0x8B928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_0: + symbol: gKartYoshi196Wheel0 + type: texture + offset: 0x8B9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_1: + symbol: gKartYoshi196Wheel1 + type: texture + offset: 0x8BA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_2: + symbol: gKartYoshi196Wheel2 + type: texture + offset: 0x8BAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_196_wheel_3: + symbol: gKartYoshi196Wheel3 + type: texture + offset: 0x8BB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_0: + symbol: gKartYoshi197Wheel0 + type: texture + offset: 0x8BBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_1: + symbol: gKartYoshi197Wheel1 + type: texture + offset: 0x8BC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_2: + symbol: gKartYoshi197Wheel2 + type: texture + offset: 0x8BCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_197_wheel_3: + symbol: gKartYoshi197Wheel3 + type: texture + offset: 0x8BD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_0: + symbol: gKartYoshi198Wheel0 + type: texture + offset: 0x8BDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_1: + symbol: gKartYoshi198Wheel1 + type: texture + offset: 0x8BE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_2: + symbol: gKartYoshi198Wheel2 + type: texture + offset: 0x8BEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_198_wheel_3: + symbol: gKartYoshi198Wheel3 + type: texture + offset: 0x8BF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_0: + symbol: gKartYoshi199Wheel0 + type: texture + offset: 0x8BFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_1: + symbol: gKartYoshi199Wheel1 + type: texture + offset: 0x8C028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_2: + symbol: gKartYoshi199Wheel2 + type: texture + offset: 0x8C0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_199_wheel_3: + symbol: gKartYoshi199Wheel3 + type: texture + offset: 0x8C128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_0: + symbol: gKartYoshi200Wheel0 + type: texture + offset: 0x8C1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_1: + symbol: gKartYoshi200Wheel1 + type: texture + offset: 0x8C228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_2: + symbol: gKartYoshi200Wheel2 + type: texture + offset: 0x8C2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_200_wheel_3: + symbol: gKartYoshi200Wheel3 + type: texture + offset: 0x8C328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_0: + symbol: gKartYoshi201Wheel0 + type: texture + offset: 0x8C3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_1: + symbol: gKartYoshi201Wheel1 + type: texture + offset: 0x8C428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_2: + symbol: gKartYoshi201Wheel2 + type: texture + offset: 0x8C4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_201_wheel_3: + symbol: gKartYoshi201Wheel3 + type: texture + offset: 0x8C528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_0: + symbol: gKartYoshi202Wheel0 + type: texture + offset: 0x8C5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_1: + symbol: gKartYoshi202Wheel1 + type: texture + offset: 0x8C628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_2: + symbol: gKartYoshi202Wheel2 + type: texture + offset: 0x8C6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_202_wheel_3: + symbol: gKartYoshi202Wheel3 + type: texture + offset: 0x8C728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_0: + symbol: gKartYoshi203Wheel0 + type: texture + offset: 0x8C7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_1: + symbol: gKartYoshi203Wheel1 + type: texture + offset: 0x8C828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_2: + symbol: gKartYoshi203Wheel2 + type: texture + offset: 0x8C8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_203_wheel_3: + symbol: gKartYoshi203Wheel3 + type: texture + offset: 0x8C928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_0: + symbol: gKartYoshi204Wheel0 + type: texture + offset: 0x8C9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_1: + symbol: gKartYoshi204Wheel1 + type: texture + offset: 0x8CA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_2: + symbol: gKartYoshi204Wheel2 + type: texture + offset: 0x8CAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_204_wheel_3: + symbol: gKartYoshi204Wheel3 + type: texture + offset: 0x8CB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_0: + symbol: gKartYoshi205Wheel0 + type: texture + offset: 0x8CBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_1: + symbol: gKartYoshi205Wheel1 + type: texture + offset: 0x8CC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_2: + symbol: gKartYoshi205Wheel2 + type: texture + offset: 0x8CCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_205_wheel_3: + symbol: gKartYoshi205Wheel3 + type: texture + offset: 0x8CD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_0: + symbol: gKartYoshi206Wheel0 + type: texture + offset: 0x8CDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_1: + symbol: gKartYoshi206Wheel1 + type: texture + offset: 0x8CE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_2: + symbol: gKartYoshi206Wheel2 + type: texture + offset: 0x8CEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_206_wheel_3: + symbol: gKartYoshi206Wheel3 + type: texture + offset: 0x8CF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_0: + symbol: gKartYoshi207Wheel0 + type: texture + offset: 0x8CFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_1: + symbol: gKartYoshi207Wheel1 + type: texture + offset: 0x8D028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_2: + symbol: gKartYoshi207Wheel2 + type: texture + offset: 0x8D0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_207_wheel_3: + symbol: gKartYoshi207Wheel3 + type: texture + offset: 0x8D128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_0: + symbol: gKartYoshi208Wheel0 + type: texture + offset: 0x8D1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_1: + symbol: gKartYoshi208Wheel1 + type: texture + offset: 0x8D228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_2: + symbol: gKartYoshi208Wheel2 + type: texture + offset: 0x8D2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_208_wheel_3: + symbol: gKartYoshi208Wheel3 + type: texture + offset: 0x8D328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_0: + symbol: gKartYoshi209Wheel0 + type: texture + offset: 0x8D3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_1: + symbol: gKartYoshi209Wheel1 + type: texture + offset: 0x8D428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_2: + symbol: gKartYoshi209Wheel2 + type: texture + offset: 0x8D4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_209_wheel_3: + symbol: gKartYoshi209Wheel3 + type: texture + offset: 0x8D528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_0: + symbol: gKartYoshi210Wheel0 + type: texture + offset: 0x8D5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_1: + symbol: gKartYoshi210Wheel1 + type: texture + offset: 0x8D628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_2: + symbol: gKartYoshi210Wheel2 + type: texture + offset: 0x8D6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_210_wheel_3: + symbol: gKartYoshi210Wheel3 + type: texture + offset: 0x8D728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_0: + symbol: gKartYoshi211Wheel0 + type: texture + offset: 0x8D7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_1: + symbol: gKartYoshi211Wheel1 + type: texture + offset: 0x8D828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_2: + symbol: gKartYoshi211Wheel2 + type: texture + offset: 0x8D8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_211_wheel_3: + symbol: gKartYoshi211Wheel3 + type: texture + offset: 0x8D928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_0: + symbol: gKartYoshi212Wheel0 + type: texture + offset: 0x8D9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_1: + symbol: gKartYoshi212Wheel1 + type: texture + offset: 0x8DA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_2: + symbol: gKartYoshi212Wheel2 + type: texture + offset: 0x8DAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_212_wheel_3: + symbol: gKartYoshi212Wheel3 + type: texture + offset: 0x8DB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_0: + symbol: gKartYoshi213Wheel0 + type: texture + offset: 0x8DBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_1: + symbol: gKartYoshi213Wheel1 + type: texture + offset: 0x8DC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_2: + symbol: gKartYoshi213Wheel2 + type: texture + offset: 0x8DCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_213_wheel_3: + symbol: gKartYoshi213Wheel3 + type: texture + offset: 0x8DD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_0: + symbol: gKartYoshi214Wheel0 + type: texture + offset: 0x8DDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_1: + symbol: gKartYoshi214Wheel1 + type: texture + offset: 0x8DE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_2: + symbol: gKartYoshi214Wheel2 + type: texture + offset: 0x8DEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_214_wheel_3: + symbol: gKartYoshi214Wheel3 + type: texture + offset: 0x8DF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_0: + symbol: gKartYoshi215Wheel0 + type: texture + offset: 0x8DFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_1: + symbol: gKartYoshi215Wheel1 + type: texture + offset: 0x8E028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_2: + symbol: gKartYoshi215Wheel2 + type: texture + offset: 0x8E0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_215_wheel_3: + symbol: gKartYoshi215Wheel3 + type: texture + offset: 0x8E128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_0: + symbol: gKartYoshi216Wheel0 + type: texture + offset: 0x8E1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_1: + symbol: gKartYoshi216Wheel1 + type: texture + offset: 0x8E228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_2: + symbol: gKartYoshi216Wheel2 + type: texture + offset: 0x8E2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_216_wheel_3: + symbol: gKartYoshi216Wheel3 + type: texture + offset: 0x8E328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_0: + symbol: gKartYoshi217Wheel0 + type: texture + offset: 0x8E3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_1: + symbol: gKartYoshi217Wheel1 + type: texture + offset: 0x8E428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_2: + symbol: gKartYoshi217Wheel2 + type: texture + offset: 0x8E4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_217_wheel_3: + symbol: gKartYoshi217Wheel3 + type: texture + offset: 0x8E528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_0: + symbol: gKartYoshi218Wheel0 + type: texture + offset: 0x8E5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_1: + symbol: gKartYoshi218Wheel1 + type: texture + offset: 0x8E628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_2: + symbol: gKartYoshi218Wheel2 + type: texture + offset: 0x8E6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_218_wheel_3: + symbol: gKartYoshi218Wheel3 + type: texture + offset: 0x8E728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_0: + symbol: gKartYoshi219Wheel0 + type: texture + offset: 0x8E7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_1: + symbol: gKartYoshi219Wheel1 + type: texture + offset: 0x8E828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_2: + symbol: gKartYoshi219Wheel2 + type: texture + offset: 0x8E8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_219_wheel_3: + symbol: gKartYoshi219Wheel3 + type: texture + offset: 0x8E928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_0: + symbol: gKartYoshi220Wheel0 + type: texture + offset: 0x8E9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_1: + symbol: gKartYoshi220Wheel1 + type: texture + offset: 0x8EA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_2: + symbol: gKartYoshi220Wheel2 + type: texture + offset: 0x8EAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_220_wheel_3: + symbol: gKartYoshi220Wheel3 + type: texture + offset: 0x8EB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_0: + symbol: gKartYoshi221Wheel0 + type: texture + offset: 0x8EBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_1: + symbol: gKartYoshi221Wheel1 + type: texture + offset: 0x8EC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_2: + symbol: gKartYoshi221Wheel2 + type: texture + offset: 0x8ECA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_221_wheel_3: + symbol: gKartYoshi221Wheel3 + type: texture + offset: 0x8ED28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_0: + symbol: gKartYoshi222Wheel0 + type: texture + offset: 0x8EDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_1: + symbol: gKartYoshi222Wheel1 + type: texture + offset: 0x8EE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_2: + symbol: gKartYoshi222Wheel2 + type: texture + offset: 0x8EEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_222_wheel_3: + symbol: gKartYoshi222Wheel3 + type: texture + offset: 0x8EF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_0: + symbol: gKartYoshi223Wheel0 + type: texture + offset: 0x8EFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_1: + symbol: gKartYoshi223Wheel1 + type: texture + offset: 0x8F028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_2: + symbol: gKartYoshi223Wheel2 + type: texture + offset: 0x8F0A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_223_wheel_3: + symbol: gKartYoshi223Wheel3 + type: texture + offset: 0x8F128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_0: + symbol: gKartYoshi224Wheel0 + type: texture + offset: 0x8F1A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_1: + symbol: gKartYoshi224Wheel1 + type: texture + offset: 0x8F228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_2: + symbol: gKartYoshi224Wheel2 + type: texture + offset: 0x8F2A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_224_wheel_3: + symbol: gKartYoshi224Wheel3 + type: texture + offset: 0x8F328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_0: + symbol: gKartYoshi225Wheel0 + type: texture + offset: 0x8F3A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_1: + symbol: gKartYoshi225Wheel1 + type: texture + offset: 0x8F428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_2: + symbol: gKartYoshi225Wheel2 + type: texture + offset: 0x8F4A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_225_wheel_3: + symbol: gKartYoshi225Wheel3 + type: texture + offset: 0x8F528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_0: + symbol: gKartYoshi226Wheel0 + type: texture + offset: 0x8F5A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_1: + symbol: gKartYoshi226Wheel1 + type: texture + offset: 0x8F628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_2: + symbol: gKartYoshi226Wheel2 + type: texture + offset: 0x8F6A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_226_wheel_3: + symbol: gKartYoshi226Wheel3 + type: texture + offset: 0x8F728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_0: + symbol: gKartYoshi227Wheel0 + type: texture + offset: 0x8F7A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_1: + symbol: gKartYoshi227Wheel1 + type: texture + offset: 0x8F828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_2: + symbol: gKartYoshi227Wheel2 + type: texture + offset: 0x8F8A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_227_wheel_3: + symbol: gKartYoshi227Wheel3 + type: texture + offset: 0x8F928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_0: + symbol: gKartYoshi228Wheel0 + type: texture + offset: 0x8F9A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_1: + symbol: gKartYoshi228Wheel1 + type: texture + offset: 0x8FA28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_2: + symbol: gKartYoshi228Wheel2 + type: texture + offset: 0x8FAA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_228_wheel_3: + symbol: gKartYoshi228Wheel3 + type: texture + offset: 0x8FB28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_0: + symbol: gKartYoshi229Wheel0 + type: texture + offset: 0x8FBA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_1: + symbol: gKartYoshi229Wheel1 + type: texture + offset: 0x8FC28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_2: + symbol: gKartYoshi229Wheel2 + type: texture + offset: 0x8FCA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_229_wheel_3: + symbol: gKartYoshi229Wheel3 + type: texture + offset: 0x8FD28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_0: + symbol: gKartYoshi230Wheel0 + type: texture + offset: 0x8FDA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_1: + symbol: gKartYoshi230Wheel1 + type: texture + offset: 0x8FE28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_2: + symbol: gKartYoshi230Wheel2 + type: texture + offset: 0x8FEA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_230_wheel_3: + symbol: gKartYoshi230Wheel3 + type: texture + offset: 0x8FF28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_0: + symbol: gKartYoshi231Wheel0 + type: texture + offset: 0x8FFA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_1: + symbol: gKartYoshi231Wheel1 + type: texture + offset: 0x90028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_2: + symbol: gKartYoshi231Wheel2 + type: texture + offset: 0x900A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_231_wheel_3: + symbol: gKartYoshi231Wheel3 + type: texture + offset: 0x90128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_0: + symbol: gKartYoshi232Wheel0 + type: texture + offset: 0x901A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_1: + symbol: gKartYoshi232Wheel1 + type: texture + offset: 0x90228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_2: + symbol: gKartYoshi232Wheel2 + type: texture + offset: 0x902A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_232_wheel_3: + symbol: gKartYoshi232Wheel3 + type: texture + offset: 0x90328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_0: + symbol: gKartYoshi233Wheel0 + type: texture + offset: 0x903A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_1: + symbol: gKartYoshi233Wheel1 + type: texture + offset: 0x90428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_2: + symbol: gKartYoshi233Wheel2 + type: texture + offset: 0x904A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_233_wheel_3: + symbol: gKartYoshi233Wheel3 + type: texture + offset: 0x90528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_0: + symbol: gKartYoshi234Wheel0 + type: texture + offset: 0x905A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_1: + symbol: gKartYoshi234Wheel1 + type: texture + offset: 0x90628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_2: + symbol: gKartYoshi234Wheel2 + type: texture + offset: 0x906A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_234_wheel_3: + symbol: gKartYoshi234Wheel3 + type: texture + offset: 0x90728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_0: + symbol: gKartYoshi235Wheel0 + type: texture + offset: 0x907A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_1: + symbol: gKartYoshi235Wheel1 + type: texture + offset: 0x90828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_2: + symbol: gKartYoshi235Wheel2 + type: texture + offset: 0x908A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_235_wheel_3: + symbol: gKartYoshi235Wheel3 + type: texture + offset: 0x90928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_0: + symbol: gKartYoshi236Wheel0 + type: texture + offset: 0x909A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_1: + symbol: gKartYoshi236Wheel1 + type: texture + offset: 0x90A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_2: + symbol: gKartYoshi236Wheel2 + type: texture + offset: 0x90AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_236_wheel_3: + symbol: gKartYoshi236Wheel3 + type: texture + offset: 0x90B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_0: + symbol: gKartYoshi237Wheel0 + type: texture + offset: 0x90BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_1: + symbol: gKartYoshi237Wheel1 + type: texture + offset: 0x90C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_2: + symbol: gKartYoshi237Wheel2 + type: texture + offset: 0x90CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_237_wheel_3: + symbol: gKartYoshi237Wheel3 + type: texture + offset: 0x90D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_0: + symbol: gKartYoshi238Wheel0 + type: texture + offset: 0x90DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_1: + symbol: gKartYoshi238Wheel1 + type: texture + offset: 0x90E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_2: + symbol: gKartYoshi238Wheel2 + type: texture + offset: 0x90EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_238_wheel_3: + symbol: gKartYoshi238Wheel3 + type: texture + offset: 0x90F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_0: + symbol: gKartYoshi239Wheel0 + type: texture + offset: 0x90FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_1: + symbol: gKartYoshi239Wheel1 + type: texture + offset: 0x91028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_2: + symbol: gKartYoshi239Wheel2 + type: texture + offset: 0x910A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_239_wheel_3: + symbol: gKartYoshi239Wheel3 + type: texture + offset: 0x91128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_0: + symbol: gKartYoshi240Wheel0 + type: texture + offset: 0x911A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_1: + symbol: gKartYoshi240Wheel1 + type: texture + offset: 0x91228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_2: + symbol: gKartYoshi240Wheel2 + type: texture + offset: 0x912A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_240_wheel_3: + symbol: gKartYoshi240Wheel3 + type: texture + offset: 0x91328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_0: + symbol: gKartYoshi241Wheel0 + type: texture + offset: 0x913A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_1: + symbol: gKartYoshi241Wheel1 + type: texture + offset: 0x91428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_2: + symbol: gKartYoshi241Wheel2 + type: texture + offset: 0x914A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_241_wheel_3: + symbol: gKartYoshi241Wheel3 + type: texture + offset: 0x91528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_0: + symbol: gKartYoshi242Wheel0 + type: texture + offset: 0x915A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_1: + symbol: gKartYoshi242Wheel1 + type: texture + offset: 0x91628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_2: + symbol: gKartYoshi242Wheel2 + type: texture + offset: 0x916A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_242_wheel_3: + symbol: gKartYoshi242Wheel3 + type: texture + offset: 0x91728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_0: + symbol: gKartYoshi243Wheel0 + type: texture + offset: 0x917A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_1: + symbol: gKartYoshi243Wheel1 + type: texture + offset: 0x91828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_2: + symbol: gKartYoshi243Wheel2 + type: texture + offset: 0x918A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_243_wheel_3: + symbol: gKartYoshi243Wheel3 + type: texture + offset: 0x91928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_0: + symbol: gKartYoshi244Wheel0 + type: texture + offset: 0x919A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_1: + symbol: gKartYoshi244Wheel1 + type: texture + offset: 0x91A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_2: + symbol: gKartYoshi244Wheel2 + type: texture + offset: 0x91AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_244_wheel_3: + symbol: gKartYoshi244Wheel3 + type: texture + offset: 0x91B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_0: + symbol: gKartYoshi245Wheel0 + type: texture + offset: 0x91BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_1: + symbol: gKartYoshi245Wheel1 + type: texture + offset: 0x91C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_2: + symbol: gKartYoshi245Wheel2 + type: texture + offset: 0x91CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_245_wheel_3: + symbol: gKartYoshi245Wheel3 + type: texture + offset: 0x91D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_0: + symbol: gKartYoshi246Wheel0 + type: texture + offset: 0x91DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_1: + symbol: gKartYoshi246Wheel1 + type: texture + offset: 0x91E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_2: + symbol: gKartYoshi246Wheel2 + type: texture + offset: 0x91EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_246_wheel_3: + symbol: gKartYoshi246Wheel3 + type: texture + offset: 0x91F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_0: + symbol: gKartYoshi247Wheel0 + type: texture + offset: 0x91FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_1: + symbol: gKartYoshi247Wheel1 + type: texture + offset: 0x92028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_2: + symbol: gKartYoshi247Wheel2 + type: texture + offset: 0x920A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_247_wheel_3: + symbol: gKartYoshi247Wheel3 + type: texture + offset: 0x92128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_0: + symbol: gKartYoshi248Wheel0 + type: texture + offset: 0x921A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_1: + symbol: gKartYoshi248Wheel1 + type: texture + offset: 0x92228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_2: + symbol: gKartYoshi248Wheel2 + type: texture + offset: 0x922A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_248_wheel_3: + symbol: gKartYoshi248Wheel3 + type: texture + offset: 0x92328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_0: + symbol: gKartYoshi249Wheel0 + type: texture + offset: 0x923A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_1: + symbol: gKartYoshi249Wheel1 + type: texture + offset: 0x92428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_2: + symbol: gKartYoshi249Wheel2 + type: texture + offset: 0x924A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_249_wheel_3: + symbol: gKartYoshi249Wheel3 + type: texture + offset: 0x92528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_0: + symbol: gKartYoshi250Wheel0 + type: texture + offset: 0x925A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_1: + symbol: gKartYoshi250Wheel1 + type: texture + offset: 0x92628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_2: + symbol: gKartYoshi250Wheel2 + type: texture + offset: 0x926A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_250_wheel_3: + symbol: gKartYoshi250Wheel3 + type: texture + offset: 0x92728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_0: + symbol: gKartYoshi251Wheel0 + type: texture + offset: 0x927A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_1: + symbol: gKartYoshi251Wheel1 + type: texture + offset: 0x92828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_2: + symbol: gKartYoshi251Wheel2 + type: texture + offset: 0x928A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_251_wheel_3: + symbol: gKartYoshi251Wheel3 + type: texture + offset: 0x92928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_0: + symbol: gKartYoshi252Wheel0 + type: texture + offset: 0x929A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_1: + symbol: gKartYoshi252Wheel1 + type: texture + offset: 0x92A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_2: + symbol: gKartYoshi252Wheel2 + type: texture + offset: 0x92AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_252_wheel_3: + symbol: gKartYoshi252Wheel3 + type: texture + offset: 0x92B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_0: + symbol: gKartYoshi253Wheel0 + type: texture + offset: 0x92BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_1: + symbol: gKartYoshi253Wheel1 + type: texture + offset: 0x92C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_2: + symbol: gKartYoshi253Wheel2 + type: texture + offset: 0x92CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_253_wheel_3: + symbol: gKartYoshi253Wheel3 + type: texture + offset: 0x92D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_0: + symbol: gKartYoshi254Wheel0 + type: texture + offset: 0x92DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_1: + symbol: gKartYoshi254Wheel1 + type: texture + offset: 0x92E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_2: + symbol: gKartYoshi254Wheel2 + type: texture + offset: 0x92EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_254_wheel_3: + symbol: gKartYoshi254Wheel3 + type: texture + offset: 0x92F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_0: + symbol: gKartYoshi255Wheel0 + type: texture + offset: 0x92FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_1: + symbol: gKartYoshi255Wheel1 + type: texture + offset: 0x93028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_2: + symbol: gKartYoshi255Wheel2 + type: texture + offset: 0x930A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_255_wheel_3: + symbol: gKartYoshi255Wheel3 + type: texture + offset: 0x93128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_0: + symbol: gKartYoshi256Wheel0 + type: texture + offset: 0x931A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_1: + symbol: gKartYoshi256Wheel1 + type: texture + offset: 0x93228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_2: + symbol: gKartYoshi256Wheel2 + type: texture + offset: 0x932A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_256_wheel_3: + symbol: gKartYoshi256Wheel3 + type: texture + offset: 0x93328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_0: + symbol: gKartYoshi257Wheel0 + type: texture + offset: 0x933A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_1: + symbol: gKartYoshi257Wheel1 + type: texture + offset: 0x93428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_2: + symbol: gKartYoshi257Wheel2 + type: texture + offset: 0x934A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_257_wheel_3: + symbol: gKartYoshi257Wheel3 + type: texture + offset: 0x93528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_0: + symbol: gKartYoshi258Wheel0 + type: texture + offset: 0x935A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_1: + symbol: gKartYoshi258Wheel1 + type: texture + offset: 0x93628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_2: + symbol: gKartYoshi258Wheel2 + type: texture + offset: 0x936A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_258_wheel_3: + symbol: gKartYoshi258Wheel3 + type: texture + offset: 0x93728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_0: + symbol: gKartYoshi259Wheel0 + type: texture + offset: 0x937A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_1: + symbol: gKartYoshi259Wheel1 + type: texture + offset: 0x93828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_2: + symbol: gKartYoshi259Wheel2 + type: texture + offset: 0x938A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_259_wheel_3: + symbol: gKartYoshi259Wheel3 + type: texture + offset: 0x93928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_0: + symbol: gKartYoshi260Wheel0 + type: texture + offset: 0x939A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_1: + symbol: gKartYoshi260Wheel1 + type: texture + offset: 0x93A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_2: + symbol: gKartYoshi260Wheel2 + type: texture + offset: 0x93AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_260_wheel_3: + symbol: gKartYoshi260Wheel3 + type: texture + offset: 0x93B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_0: + symbol: gKartYoshi261Wheel0 + type: texture + offset: 0x93BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_1: + symbol: gKartYoshi261Wheel1 + type: texture + offset: 0x93C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_2: + symbol: gKartYoshi261Wheel2 + type: texture + offset: 0x93CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_261_wheel_3: + symbol: gKartYoshi261Wheel3 + type: texture + offset: 0x93D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_0: + symbol: gKartYoshi262Wheel0 + type: texture + offset: 0x93DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_1: + symbol: gKartYoshi262Wheel1 + type: texture + offset: 0x93E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_2: + symbol: gKartYoshi262Wheel2 + type: texture + offset: 0x93EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_262_wheel_3: + symbol: gKartYoshi262Wheel3 + type: texture + offset: 0x93F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_0: + symbol: gKartYoshi263Wheel0 + type: texture + offset: 0x93FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_1: + symbol: gKartYoshi263Wheel1 + type: texture + offset: 0x94028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_2: + symbol: gKartYoshi263Wheel2 + type: texture + offset: 0x940A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_263_wheel_3: + symbol: gKartYoshi263Wheel3 + type: texture + offset: 0x94128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_0: + symbol: gKartYoshi264Wheel0 + type: texture + offset: 0x941A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_1: + symbol: gKartYoshi264Wheel1 + type: texture + offset: 0x94228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_2: + symbol: gKartYoshi264Wheel2 + type: texture + offset: 0x942A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_264_wheel_3: + symbol: gKartYoshi264Wheel3 + type: texture + offset: 0x94328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_0: + symbol: gKartYoshi265Wheel0 + type: texture + offset: 0x943A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_1: + symbol: gKartYoshi265Wheel1 + type: texture + offset: 0x94428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_2: + symbol: gKartYoshi265Wheel2 + type: texture + offset: 0x944A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_265_wheel_3: + symbol: gKartYoshi265Wheel3 + type: texture + offset: 0x94528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_0: + symbol: gKartYoshi266Wheel0 + type: texture + offset: 0x945A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_1: + symbol: gKartYoshi266Wheel1 + type: texture + offset: 0x94628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_2: + symbol: gKartYoshi266Wheel2 + type: texture + offset: 0x946A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_266_wheel_3: + symbol: gKartYoshi266Wheel3 + type: texture + offset: 0x94728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_0: + symbol: gKartYoshi267Wheel0 + type: texture + offset: 0x947A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_1: + symbol: gKartYoshi267Wheel1 + type: texture + offset: 0x94828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_2: + symbol: gKartYoshi267Wheel2 + type: texture + offset: 0x948A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_267_wheel_3: + symbol: gKartYoshi267Wheel3 + type: texture + offset: 0x94928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_0: + symbol: gKartYoshi268Wheel0 + type: texture + offset: 0x949A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_1: + symbol: gKartYoshi268Wheel1 + type: texture + offset: 0x94A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_2: + symbol: gKartYoshi268Wheel2 + type: texture + offset: 0x94AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_268_wheel_3: + symbol: gKartYoshi268Wheel3 + type: texture + offset: 0x94B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_0: + symbol: gKartYoshi269Wheel0 + type: texture + offset: 0x94BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_1: + symbol: gKartYoshi269Wheel1 + type: texture + offset: 0x94C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_2: + symbol: gKartYoshi269Wheel2 + type: texture + offset: 0x94CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_269_wheel_3: + symbol: gKartYoshi269Wheel3 + type: texture + offset: 0x94D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_0: + symbol: gKartYoshi270Wheel0 + type: texture + offset: 0x94DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_1: + symbol: gKartYoshi270Wheel1 + type: texture + offset: 0x94E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_2: + symbol: gKartYoshi270Wheel2 + type: texture + offset: 0x94EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_270_wheel_3: + symbol: gKartYoshi270Wheel3 + type: texture + offset: 0x94F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_0: + symbol: gKartYoshi271Wheel0 + type: texture + offset: 0x94FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_1: + symbol: gKartYoshi271Wheel1 + type: texture + offset: 0x95028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_2: + symbol: gKartYoshi271Wheel2 + type: texture + offset: 0x950A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_271_wheel_3: + symbol: gKartYoshi271Wheel3 + type: texture + offset: 0x95128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_0: + symbol: gKartYoshi272Wheel0 + type: texture + offset: 0x951A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_1: + symbol: gKartYoshi272Wheel1 + type: texture + offset: 0x95228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_2: + symbol: gKartYoshi272Wheel2 + type: texture + offset: 0x952A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_272_wheel_3: + symbol: gKartYoshi272Wheel3 + type: texture + offset: 0x95328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_0: + symbol: gKartYoshi273Wheel0 + type: texture + offset: 0x953A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_1: + symbol: gKartYoshi273Wheel1 + type: texture + offset: 0x95428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_2: + symbol: gKartYoshi273Wheel2 + type: texture + offset: 0x954A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_273_wheel_3: + symbol: gKartYoshi273Wheel3 + type: texture + offset: 0x95528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_0: + symbol: gKartYoshi274Wheel0 + type: texture + offset: 0x955A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_1: + symbol: gKartYoshi274Wheel1 + type: texture + offset: 0x95628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_2: + symbol: gKartYoshi274Wheel2 + type: texture + offset: 0x956A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_274_wheel_3: + symbol: gKartYoshi274Wheel3 + type: texture + offset: 0x95728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_0: + symbol: gKartYoshi275Wheel0 + type: texture + offset: 0x957A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_1: + symbol: gKartYoshi275Wheel1 + type: texture + offset: 0x95828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_2: + symbol: gKartYoshi275Wheel2 + type: texture + offset: 0x958A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_275_wheel_3: + symbol: gKartYoshi275Wheel3 + type: texture + offset: 0x95928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_0: + symbol: gKartYoshi276Wheel0 + type: texture + offset: 0x959A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_1: + symbol: gKartYoshi276Wheel1 + type: texture + offset: 0x95A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_2: + symbol: gKartYoshi276Wheel2 + type: texture + offset: 0x95AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_276_wheel_3: + symbol: gKartYoshi276Wheel3 + type: texture + offset: 0x95B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_0: + symbol: gKartYoshi277Wheel0 + type: texture + offset: 0x95BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_1: + symbol: gKartYoshi277Wheel1 + type: texture + offset: 0x95C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_2: + symbol: gKartYoshi277Wheel2 + type: texture + offset: 0x95CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_277_wheel_3: + symbol: gKartYoshi277Wheel3 + type: texture + offset: 0x95D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_0: + symbol: gKartYoshi278Wheel0 + type: texture + offset: 0x95DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_1: + symbol: gKartYoshi278Wheel1 + type: texture + offset: 0x95E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_2: + symbol: gKartYoshi278Wheel2 + type: texture + offset: 0x95EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_278_wheel_3: + symbol: gKartYoshi278Wheel3 + type: texture + offset: 0x95F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_0: + symbol: gKartYoshi279Wheel0 + type: texture + offset: 0x95FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_1: + symbol: gKartYoshi279Wheel1 + type: texture + offset: 0x96028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_2: + symbol: gKartYoshi279Wheel2 + type: texture + offset: 0x960A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_279_wheel_3: + symbol: gKartYoshi279Wheel3 + type: texture + offset: 0x96128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_0: + symbol: gKartYoshi280Wheel0 + type: texture + offset: 0x961A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_1: + symbol: gKartYoshi280Wheel1 + type: texture + offset: 0x96228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_2: + symbol: gKartYoshi280Wheel2 + type: texture + offset: 0x962A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_280_wheel_3: + symbol: gKartYoshi280Wheel3 + type: texture + offset: 0x96328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_0: + symbol: gKartYoshi281Wheel0 + type: texture + offset: 0x963A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_1: + symbol: gKartYoshi281Wheel1 + type: texture + offset: 0x96428 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_2: + symbol: gKartYoshi281Wheel2 + type: texture + offset: 0x964A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_281_wheel_3: + symbol: gKartYoshi281Wheel3 + type: texture + offset: 0x96528 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_0: + symbol: gKartYoshi282Wheel0 + type: texture + offset: 0x965A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_1: + symbol: gKartYoshi282Wheel1 + type: texture + offset: 0x96628 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_2: + symbol: gKartYoshi282Wheel2 + type: texture + offset: 0x966A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_282_wheel_3: + symbol: gKartYoshi282Wheel3 + type: texture + offset: 0x96728 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_0: + symbol: gKartYoshi283Wheel0 + type: texture + offset: 0x967A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_1: + symbol: gKartYoshi283Wheel1 + type: texture + offset: 0x96828 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_2: + symbol: gKartYoshi283Wheel2 + type: texture + offset: 0x968A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_283_wheel_3: + symbol: gKartYoshi283Wheel3 + type: texture + offset: 0x96928 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_0: + symbol: gKartYoshi284Wheel0 + type: texture + offset: 0x969A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_1: + symbol: gKartYoshi284Wheel1 + type: texture + offset: 0x96A28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_2: + symbol: gKartYoshi284Wheel2 + type: texture + offset: 0x96AA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_284_wheel_3: + symbol: gKartYoshi284Wheel3 + type: texture + offset: 0x96B28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_0: + symbol: gKartYoshi285Wheel0 + type: texture + offset: 0x96BA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_1: + symbol: gKartYoshi285Wheel1 + type: texture + offset: 0x96C28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_2: + symbol: gKartYoshi285Wheel2 + type: texture + offset: 0x96CA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_285_wheel_3: + symbol: gKartYoshi285Wheel3 + type: texture + offset: 0x96D28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_0: + symbol: gKartYoshi286Wheel0 + type: texture + offset: 0x96DA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_1: + symbol: gKartYoshi286Wheel1 + type: texture + offset: 0x96E28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_2: + symbol: gKartYoshi286Wheel2 + type: texture + offset: 0x96EA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_286_wheel_3: + symbol: gKartYoshi286Wheel3 + type: texture + offset: 0x96F28 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_0: + symbol: gKartYoshi287Wheel0 + type: texture + offset: 0x96FA8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_1: + symbol: gKartYoshi287Wheel1 + type: texture + offset: 0x97028 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_2: + symbol: gKartYoshi287Wheel2 + type: texture + offset: 0x970A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_287_wheel_3: + symbol: gKartYoshi287Wheel3 + type: texture + offset: 0x97128 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_0: + symbol: gKartYoshi288Wheel0 + type: texture + offset: 0x971A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_1: + symbol: gKartYoshi288Wheel1 + type: texture + offset: 0x97228 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_2: + symbol: gKartYoshi288Wheel2 + type: texture + offset: 0x972A8 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +kart_288_wheel_3: + symbol: gKartYoshi288Wheel3 + type: texture + offset: 0x97328 + ctype: u16 + width: 16 + height: 4 + format: RGBA16 +yoshi_kart_palette: + symbol: gKartYoshiPalette + type: texture + offset: 0x973A8 + ctype: u16 + width: 16 + height: 12 + format: RGBA16 + diff --git a/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_data.yml b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_data.yml new file mode 100644 index 0000000..71dfcfa --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_data.yml @@ -0,0 +1,750 @@ +:config: + segments: + - [0x06, 0x835BA0] + - [0x07, 0x800000] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' + references_packed_displaylists: true +d_course_yoshi_valley_dl_0: + symbol: d_course_yoshi_valley_dl_0 + type: gfx + offset: 0x0 +d_course_yoshi_valley_dl_20: + symbol: d_course_yoshi_valley_dl_20 + type: gfx + offset: 0x20 +d_course_yoshi_valley_dl_40: + symbol: d_course_yoshi_valley_dl_40 + type: gfx + offset: 0x40 +d_course_yoshi_valley_dl_290: + symbol: d_course_yoshi_valley_dl_290 + type: gfx + offset: 0x290 +d_course_yoshi_valley_dl_3F0: + symbol: d_course_yoshi_valley_dl_3F0 + type: gfx + offset: 0x3F0 +d_course_yoshi_valley_dl_4E8: + symbol: d_course_yoshi_valley_dl_4E8 + type: gfx + offset: 0x4E8 +d_course_yoshi_valley_dl_7A0: + symbol: d_course_yoshi_valley_dl_7A0 + type: gfx + offset: 0x7A0 +d_course_yoshi_valley_dl_9C8: + symbol: d_course_yoshi_valley_dl_9C8 + type: gfx + offset: 0x9C8 +d_course_yoshi_valley_dl_BC0: + symbol: d_course_yoshi_valley_dl_BC0 + type: gfx + offset: 0xBC0 +d_course_yoshi_valley_dl_CC0: + symbol: d_course_yoshi_valley_dl_CC0 + type: gfx + offset: 0xCC0 +d_course_yoshi_valley_dl_FA0: + symbol: d_course_yoshi_valley_dl_FA0 + type: gfx + offset: 0xFA0 +d_course_yoshi_valley_dl_1178: + symbol: d_course_yoshi_valley_dl_1178 + type: gfx + offset: 0x1178 +d_course_yoshi_valley_dl_13F8: + symbol: d_course_yoshi_valley_dl_13F8 + type: gfx + offset: 0x13F8 +d_course_yoshi_valley_dl_14D0: + symbol: d_course_yoshi_valley_dl_14D0 + type: gfx + offset: 0x14D0 +d_course_yoshi_valley_dl_17A8: + symbol: d_course_yoshi_valley_dl_17A8 + type: gfx + offset: 0x17A8 +d_course_yoshi_valley_dl_1968: + symbol: d_course_yoshi_valley_dl_1968 + type: gfx + offset: 0x1968 +d_course_yoshi_valley_dl_1C38: + symbol: d_course_yoshi_valley_dl_1C38 + type: gfx + offset: 0x1C38 +d_course_yoshi_valley_dl_1D48: + symbol: d_course_yoshi_valley_dl_1D48 + type: gfx + offset: 0x1D48 +d_course_yoshi_valley_dl_2000: + symbol: d_course_yoshi_valley_dl_2000 + type: gfx + offset: 0x2000 +d_course_yoshi_valley_dl_21B0: + symbol: d_course_yoshi_valley_dl_21B0 + type: gfx + offset: 0x21B0 +d_course_yoshi_valley_dl_2408: + symbol: d_course_yoshi_valley_dl_2408 + type: gfx + offset: 0x2408 +d_course_yoshi_valley_dl_25E8: + symbol: d_course_yoshi_valley_dl_25E8 + type: gfx + offset: 0x25E8 +d_course_yoshi_valley_dl_2840: + symbol: d_course_yoshi_valley_dl_2840 + type: gfx + offset: 0x2840 +d_course_yoshi_valley_dl_2978: + symbol: d_course_yoshi_valley_dl_2978 + type: gfx + offset: 0x2978 +d_course_yoshi_valley_dl_2BC0: + symbol: d_course_yoshi_valley_dl_2BC0 + type: gfx + offset: 0x2BC0 +d_course_yoshi_valley_dl_2D70: + symbol: d_course_yoshi_valley_dl_2D70 + type: gfx + offset: 0x2D70 +d_course_yoshi_valley_dl_2F48: + symbol: d_course_yoshi_valley_dl_2F48 + type: gfx + offset: 0x2F48 +d_course_yoshi_valley_dl_3078: + symbol: d_course_yoshi_valley_dl_3078 + type: gfx + offset: 0x3078 +d_course_yoshi_valley_dl_3258: + symbol: d_course_yoshi_valley_dl_3258 + type: gfx + offset: 0x3258 +d_course_yoshi_valley_dl_3420: + symbol: d_course_yoshi_valley_dl_3420 + type: gfx + offset: 0x3420 +d_course_yoshi_valley_dl_3560: + symbol: d_course_yoshi_valley_dl_3560 + type: gfx + offset: 0x3560 +d_course_yoshi_valley_dl_36D0: + symbol: d_course_yoshi_valley_dl_36D0 + type: gfx + offset: 0x36D0 +d_course_yoshi_valley_dl_3880: + symbol: d_course_yoshi_valley_dl_3880 + type: gfx + offset: 0x3880 +d_course_yoshi_valley_dl_3A38: + symbol: d_course_yoshi_valley_dl_3A38 + type: gfx + offset: 0x3A38 +d_course_yoshi_valley_dl_3BA0: + symbol: d_course_yoshi_valley_dl_3BA0 + type: gfx + offset: 0x3BA0 +d_course_yoshi_valley_dl_3D20: + symbol: d_course_yoshi_valley_dl_3D20 + type: gfx + offset: 0x3D20 +d_course_yoshi_valley_dl_3E30: + symbol: d_course_yoshi_valley_dl_3E30 + type: gfx + offset: 0x3E30 +d_course_yoshi_valley_dl_3F88: + symbol: d_course_yoshi_valley_dl_3F88 + type: gfx + offset: 0x3F88 +d_course_yoshi_valley_dl_40B8: + symbol: d_course_yoshi_valley_dl_40B8 + type: gfx + offset: 0x40B8 +d_course_yoshi_valley_dl_4320: + symbol: d_course_yoshi_valley_dl_4320 + type: gfx + offset: 0x4320 +d_course_yoshi_valley_dl_44C8: + symbol: d_course_yoshi_valley_dl_44C8 + type: gfx + offset: 0x44C8 +d_course_yoshi_valley_dl_4718: + symbol: d_course_yoshi_valley_dl_4718 + type: gfx + offset: 0x4718 +d_course_yoshi_valley_dl_48C0: + symbol: d_course_yoshi_valley_dl_48C0 + type: gfx + offset: 0x48C0 +d_course_yoshi_valley_dl_4A98: + symbol: d_course_yoshi_valley_dl_4A98 + type: gfx + offset: 0x4A98 +d_course_yoshi_valley_dl_4C28: + symbol: d_course_yoshi_valley_dl_4C28 + type: gfx + offset: 0x4C28 +d_course_yoshi_valley_dl_4E60: + symbol: d_course_yoshi_valley_dl_4E60 + type: gfx + offset: 0x4E60 +d_course_yoshi_valley_dl_5018: + symbol: d_course_yoshi_valley_dl_5018 + type: gfx + offset: 0x5018 +d_course_yoshi_valley_dl_51D0: + symbol: d_course_yoshi_valley_dl_51D0 + type: gfx + offset: 0x51D0 +d_course_yoshi_valley_dl_53E0: + symbol: d_course_yoshi_valley_dl_53E0 + type: gfx + offset: 0x53E0 +d_course_yoshi_valley_dl_5638: + symbol: d_course_yoshi_valley_dl_5638 + type: gfx + offset: 0x5638 +d_course_yoshi_valley_dl_5778: + symbol: d_course_yoshi_valley_dl_5778 + type: gfx + offset: 0x5778 +d_course_yoshi_valley_dl_5890: + symbol: d_course_yoshi_valley_dl_5890 + type: gfx + offset: 0x5890 +d_course_yoshi_valley_dl_5A80: + symbol: d_course_yoshi_valley_dl_5A80 + type: gfx + offset: 0x5A80 +d_course_yoshi_valley_dl_5C70: + symbol: d_course_yoshi_valley_dl_5C70 + type: gfx + offset: 0x5C70 +d_course_yoshi_valley_dl_5D60: + symbol: d_course_yoshi_valley_dl_5D60 + type: gfx + offset: 0x5D60 +d_course_yoshi_valley_dl_5ED8: + symbol: d_course_yoshi_valley_dl_5ED8 + type: gfx + offset: 0x5ED8 +d_course_yoshi_valley_dl_6070: + symbol: d_course_yoshi_valley_dl_6070 + type: gfx + offset: 0x6070 +d_course_yoshi_valley_dl_6268: + symbol: d_course_yoshi_valley_dl_6268 + type: gfx + offset: 0x6268 +d_course_yoshi_valley_dl_6358: + symbol: d_course_yoshi_valley_dl_6358 + type: gfx + offset: 0x6358 +d_course_yoshi_valley_dl_6530: + symbol: d_course_yoshi_valley_dl_6530 + type: gfx + offset: 0x6530 +d_course_yoshi_valley_dl_66B0: + symbol: d_course_yoshi_valley_dl_66B0 + type: gfx + offset: 0x66B0 +d_course_yoshi_valley_dl_68C8: + symbol: d_course_yoshi_valley_dl_68C8 + type: gfx + offset: 0x68C8 +d_course_yoshi_valley_dl_69C0: + symbol: d_course_yoshi_valley_dl_69C0 + type: gfx + offset: 0x69C0 +d_course_yoshi_valley_dl_6BF0: + symbol: d_course_yoshi_valley_dl_6BF0 + type: gfx + offset: 0x6BF0 +d_course_yoshi_valley_dl_6D78: + symbol: d_course_yoshi_valley_dl_6D78 + type: gfx + offset: 0x6D78 +d_course_yoshi_valley_dl_6FB8: + symbol: d_course_yoshi_valley_dl_6FB8 + type: gfx + offset: 0x6FB8 +d_course_yoshi_valley_dl_7100: + symbol: d_course_yoshi_valley_dl_7100 + type: gfx + offset: 0x7100 +d_course_yoshi_valley_dl_7310: + symbol: d_course_yoshi_valley_dl_7310 + type: gfx + offset: 0x7310 +d_course_yoshi_valley_dl_7400: + symbol: d_course_yoshi_valley_dl_7400 + type: gfx + offset: 0x7400 +d_course_yoshi_valley_dl_75C8: + symbol: d_course_yoshi_valley_dl_75C8 + type: gfx + offset: 0x75C8 +d_course_yoshi_valley_dl_7770: + symbol: d_course_yoshi_valley_dl_7770 + type: gfx + offset: 0x7770 +d_course_yoshi_valley_dl_7938: + symbol: d_course_yoshi_valley_dl_7938 + type: gfx + offset: 0x7938 +d_course_yoshi_valley_dl_7A08: + symbol: d_course_yoshi_valley_dl_7A08 + type: gfx + offset: 0x7A08 +d_course_yoshi_valley_dl_7BB8: + symbol: d_course_yoshi_valley_dl_7BB8 + type: gfx + offset: 0x7BB8 +d_course_yoshi_valley_dl_7CE8: + symbol: d_course_yoshi_valley_dl_7CE8 + type: gfx + offset: 0x7CE8 +d_course_yoshi_valley_dl_7F80: + symbol: d_course_yoshi_valley_dl_7F80 + type: gfx + offset: 0x7F80 +d_course_yoshi_valley_dl_8030: + symbol: d_course_yoshi_valley_dl_8030 + type: gfx + offset: 0x8030 +d_course_yoshi_valley_dl_8218: + symbol: d_course_yoshi_valley_dl_8218 + type: gfx + offset: 0x8218 +d_course_yoshi_valley_dl_8420: + symbol: d_course_yoshi_valley_dl_8420 + type: gfx + offset: 0x8420 +d_course_yoshi_valley_dl_8710: + symbol: d_course_yoshi_valley_dl_8710 + type: gfx + offset: 0x8710 +d_course_yoshi_valley_dl_8830: + symbol: d_course_yoshi_valley_dl_8830 + type: gfx + offset: 0x8830 +d_course_yoshi_valley_dl_8958: + symbol: d_course_yoshi_valley_dl_8958 + type: gfx + offset: 0x8958 +d_course_yoshi_valley_dl_8C30: + symbol: d_course_yoshi_valley_dl_8C30 + type: gfx + offset: 0x8C30 +d_course_yoshi_valley_dl_8D58: + symbol: d_course_yoshi_valley_dl_8D58 + type: gfx + offset: 0x8D58 +d_course_yoshi_valley_dl_8FD8: + symbol: d_course_yoshi_valley_dl_8FD8 + type: gfx + offset: 0x8FD8 +d_course_yoshi_valley_dl_91D8: + symbol: d_course_yoshi_valley_dl_91D8 + type: gfx + offset: 0x91D8 +d_course_yoshi_valley_dl_9340: + symbol: d_course_yoshi_valley_dl_9340 + type: gfx + offset: 0x9340 +d_course_yoshi_valley_dl_9548: + symbol: d_course_yoshi_valley_dl_9548 + type: gfx + offset: 0x9548 +d_course_yoshi_valley_dl_9780: + symbol: d_course_yoshi_valley_dl_9780 + type: gfx + offset: 0x9780 +d_course_yoshi_valley_dl_9A00: + symbol: d_course_yoshi_valley_dl_9A00 + type: gfx + offset: 0x9A00 +d_course_yoshi_valley_dl_9BB0: + symbol: d_course_yoshi_valley_dl_9BB0 + type: gfx + offset: 0x9BB0 +d_course_yoshi_valley_dl_9DB8: + symbol: d_course_yoshi_valley_dl_9DB8 + type: gfx + offset: 0x9DB8 +d_course_yoshi_valley_dl_9F70: + symbol: d_course_yoshi_valley_dl_9F70 + type: gfx + offset: 0x9F70 +d_course_yoshi_valley_dl_A188: + symbol: d_course_yoshi_valley_dl_A188 + type: gfx + offset: 0xA188 +d_course_yoshi_valley_dl_A328: + symbol: d_course_yoshi_valley_dl_A328 + type: gfx + offset: 0xA328 +d_course_yoshi_valley_dl_A518: + symbol: d_course_yoshi_valley_dl_A518 + type: gfx + offset: 0xA518 +d_course_yoshi_valley_dl_A6B8: + symbol: d_course_yoshi_valley_dl_A6B8 + type: gfx + offset: 0xA6B8 +d_course_yoshi_valley_dl_A8A0: + symbol: d_course_yoshi_valley_dl_A8A0 + type: gfx + offset: 0xA8A0 +d_course_yoshi_valley_dl_AAC0: + symbol: d_course_yoshi_valley_dl_AAC0 + type: gfx + offset: 0xAAC0 +d_course_yoshi_valley_dl_ACF0: + symbol: d_course_yoshi_valley_dl_ACF0 + type: gfx + offset: 0xACF0 +d_course_yoshi_valley_dl_AE78: + symbol: d_course_yoshi_valley_dl_AE78 + type: gfx + offset: 0xAE78 +d_course_yoshi_valley_dl_AFF8: + symbol: d_course_yoshi_valley_dl_AFF8 + type: gfx + offset: 0xAFF8 +d_course_yoshi_valley_dl_B220: + symbol: d_course_yoshi_valley_dl_B220 + type: gfx + offset: 0xB220 +d_course_yoshi_valley_dl_B428: + symbol: d_course_yoshi_valley_dl_B428 + type: gfx + offset: 0xB428 +d_course_yoshi_valley_dl_B578: + symbol: d_course_yoshi_valley_dl_B578 + type: gfx + offset: 0xB578 +d_course_yoshi_valley_dl_B778: + symbol: d_course_yoshi_valley_dl_B778 + type: gfx + offset: 0xB778 +d_course_yoshi_valley_dl_B970: + symbol: d_course_yoshi_valley_dl_B970 + type: gfx + offset: 0xB970 +d_course_yoshi_valley_dl_BAF8: + symbol: d_course_yoshi_valley_dl_BAF8 + type: gfx + offset: 0xBAF8 +d_course_yoshi_valley_dl_BC98: + symbol: d_course_yoshi_valley_dl_BC98 + type: gfx + offset: 0xBC98 +d_course_yoshi_valley_dl_BE18: + symbol: d_course_yoshi_valley_dl_BE18 + type: gfx + offset: 0xBE18 +d_course_yoshi_valley_dl_BFC8: + symbol: d_course_yoshi_valley_dl_BFC8 + type: gfx + offset: 0xBFC8 +d_course_yoshi_valley_dl_C140: + symbol: d_course_yoshi_valley_dl_C140 + type: gfx + offset: 0xC140 +d_course_yoshi_valley_dl_C2D8: + symbol: d_course_yoshi_valley_dl_C2D8 + type: gfx + offset: 0xC2D8 +d_course_yoshi_valley_dl_C470: + symbol: d_course_yoshi_valley_dl_C470 + type: gfx + offset: 0xC470 +d_course_yoshi_valley_dl_C580: + symbol: d_course_yoshi_valley_dl_C580 + type: gfx + offset: 0xC580 +d_course_yoshi_valley_dl_C668: + symbol: d_course_yoshi_valley_dl_C668 + type: gfx + offset: 0xC668 +d_course_yoshi_valley_dl_C728: + symbol: d_course_yoshi_valley_dl_C728 + type: gfx + offset: 0xC728 +d_course_yoshi_valley_dl_C838: + symbol: d_course_yoshi_valley_dl_C838 + type: gfx + offset: 0xC838 +d_course_yoshi_valley_dl_C8F8: + symbol: d_course_yoshi_valley_dl_C8F8 + type: gfx + offset: 0xC8F8 +d_course_yoshi_valley_dl_CAD8: + symbol: d_course_yoshi_valley_dl_CAD8 + type: gfx + offset: 0xCAD8 +d_course_yoshi_valley_dl_CC80: + symbol: d_course_yoshi_valley_dl_CC80 + type: gfx + offset: 0xCC80 +d_course_yoshi_valley_dl_CEC8: + symbol: d_course_yoshi_valley_dl_CEC8 + type: gfx + offset: 0xCEC8 +d_course_yoshi_valley_dl_D018: + symbol: d_course_yoshi_valley_dl_D018 + type: gfx + offset: 0xD018 +d_course_yoshi_valley_dl_D1E8: + symbol: d_course_yoshi_valley_dl_D1E8 + type: gfx + offset: 0xD1E8 +d_course_yoshi_valley_dl_D3D0: + symbol: d_course_yoshi_valley_dl_D3D0 + type: gfx + offset: 0xD3D0 +d_course_yoshi_valley_dl_D540: + symbol: d_course_yoshi_valley_dl_D540 + type: gfx + offset: 0xD540 +d_course_yoshi_valley_unknown_waypoints: + symbol: d_course_yoshi_valley_unknown_waypoints + type: mk64:TRACK_PATH + offset: 0xD780 + count: 73 +d_course_yoshi_valley_unknown_waypoints_2: + symbol: d_course_yoshi_valley_unknown_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xD9C8 + count: 74 +d_course_yoshi_valley_unknown_waypoints_3: + symbol: d_course_yoshi_valley_unknown_waypoints_3 + type: mk64:TRACK_PATH + offset: 0xDC18 + count: 82 +d_course_yoshi_valley_unknown_waypoints_4: + symbol: d_course_yoshi_valley_unknown_waypoints_4 + type: mk64:TRACK_PATH + offset: 0xDEA8 + count: 85 +d_course_yoshi_valley_track_waypoints: + symbol: d_course_yoshi_valley_track_waypoints + type: mk64:TRACK_PATH + offset: 0xE150 + count: 678 +d_course_yoshi_valley_track_waypoints_2: + symbol: d_course_yoshi_valley_track_waypoints_2 + type: mk64:TRACK_PATH + offset: 0xF680 + count: 667 +d_course_yoshi_valley_track_waypoints_3: + symbol: d_course_yoshi_valley_track_waypoints_3 + type: mk64:TRACK_PATH + offset: 0x10B58 + count: 679 +d_course_yoshi_valley_track_waypoints_4: + symbol: d_course_yoshi_valley_track_waypoints_4 + type: mk64:TRACK_PATH + offset: 0x12090 + count: 793 +d_course_yoshi_valley_unknown_light1: + symbol: d_course_yoshi_valley_unknown_light1 + type: lights + offset: 0x13958 +d_course_yoshi_valley_unknown_light2: + symbol: d_course_yoshi_valley_unknown_light2 + type: lights + offset: 0x13970 +d_course_yoshi_valley_unknown_light3: + symbol: d_course_yoshi_valley_unknown_light3 + type: lights + offset: 0x13988 +d_course_yoshi_valley_yoshi_flag: + symbol: d_course_yoshi_valley_yoshi_flag + type: texture + offset: 0x139A0 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_unknown_light4: + symbol: d_course_yoshi_valley_unknown_light4 + type: lights + offset: 0x141A0 +d_course_yoshi_valley_unknown_light5: + symbol: d_course_yoshi_valley_unknown_light5 + type: lights + offset: 0x141B8 +d_course_yoshi_valley_flag_pole_model1: + symbol: d_course_yoshi_valley_flag_pole_model1 + type: vtx + offset: 0x141D0 + count: 5 +d_course_yoshi_valley_flag_pole_model2: + symbol: d_course_yoshi_valley_flag_pole_model2 + type: vtx + offset: 0x14220 + count: 10 +d_course_yoshi_valley_dl_142C0: + symbol: d_course_yoshi_valley_dl_142C0 + type: gfx + offset: 0x142C0 +d_course_yoshi_valley_flag_1_model1: + symbol: d_course_yoshi_valley_flag_1_model1 + type: vtx + offset: 0x14348 + count: 3 +d_course_yoshi_valley_flag_1_model2: + symbol: d_course_yoshi_valley_flag_1_model2 + type: vtx + offset: 0x14378 + count: 5 +d_course_yoshi_valley_dl_143C8: + symbol: d_course_yoshi_valley_dl_143C8 + type: gfx + offset: 0x143C8 +d_course_yoshi_valley_flag_2_model: + symbol: d_course_yoshi_valley_flag_2_model + type: vtx + offset: 0x14468 + count: 4 +d_course_yoshi_valley_dl_144A8: + symbol: d_course_yoshi_valley_dl_144A8 + type: gfx + offset: 0x144A8 +d_course_yoshi_valley_flag_3_model: + symbol: d_course_yoshi_valley_flag_3_model + type: vtx + offset: 0x144C0 + count: 4 +d_course_yoshi_valley_dl_14500: + symbol: d_course_yoshi_valley_dl_14500 + type: gfx + offset: 0x14500 +d_course_yoshi_valley_flag_4_model: + symbol: d_course_yoshi_valley_flag_4_model + type: vtx + offset: 0x14518 + count: 4 +d_course_yoshi_valley_dl_14558: + symbol: d_course_yoshi_valley_dl_14558 + type: gfx + offset: 0x14558 +d_course_yoshi_valley_flag_5_model: + symbol: d_course_yoshi_valley_flag_5_model + type: vtx + offset: 0x145A0 + count: 3 +d_course_yoshi_valley_dl_145D0: + symbol: d_course_yoshi_valley_dl_145D0 + type: gfx + offset: 0x145D0 +d_course_yoshi_valley_hedgehog_tlut: + symbol: d_course_yoshi_valley_hedgehog_tlut + type: texture + offset: 0x14908 + width: 16 + height: 16 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_hedgehog: + symbol: d_course_yoshi_valley_hedgehog + type: texture + offset: 0x14B08 + width: 64 + height: 64 + format: ci8 + ctype: u8 +d_course_yoshi_valley_tree_model: + symbol: d_course_yoshi_valley_tree_model + type: vtx + offset: 0x15B08 + count: 4 +d_course_yoshi_valley_dl_tree: + symbol: d_course_yoshi_valley_dl_tree + type: gfx + offset: 0x15B48 +d_course_yoshi_valley_egg_model1: + symbol: d_course_yoshi_valley_egg_model1 + type: vtx + offset: 0x15BD8 + count: 31 +d_course_yoshi_valley_egg_model2: + symbol: d_course_yoshi_valley_egg_model2 + type: vtx + offset: 0x15DC8 + count: 31 +d_course_yoshi_valley_egg_model3: + symbol: d_course_yoshi_valley_egg_model3 + type: vtx + offset: 0x15FB8 + count: 32 +d_course_yoshi_valley_egg_model4: + symbol: d_course_yoshi_valley_egg_model4 + type: vtx + offset: 0x161B8 + count: 32 +d_course_yoshi_valley_egg_model5: + symbol: d_course_yoshi_valley_egg_model5 + type: vtx + offset: 0x163B8 + count: 26 +d_course_yoshi_valley_lights4: + symbol: d_course_yoshi_valley_lights4 + type: lights + offset: 0x16558 +d_course_yoshi_valley_egg_spot: + symbol: d_course_yoshi_valley_egg_spot + type: texture + offset: 0x16570 + width: 32 + height: 32 + format: rgba16 + ctype: u16 +d_course_yoshi_valley_dl_16D70: + symbol: d_course_yoshi_valley_dl_16D70 + type: gfx + offset: 0x16D70 +d_course_yoshi_valley_egg_model_lod0: + symbol: d_course_yoshi_valley_egg_model_lod0 + type: vtx + offset: 0x16F68 + count: 4 +d_course_yoshi_valley_egg: + symbol: d_course_yoshi_valley_egg + type: texture + offset: 0x16FA8 + ctype: u16 + width: 64 + height: 32 + format: rgba16 +d_course_yoshi_valley_dl_egg_lod0: + symbol: d_course_yoshi_valley_dl_egg_lod0 + type: gfx + offset: 0x17FA8 +d_course_yoshi_valley_dl_18020: + symbol: d_course_yoshi_valley_dl_18020 + type: gfx + offset: 0x18020 +d_course_yoshi_valley_tree_spawn: + symbol: d_course_yoshi_valley_tree_spawn + type: mk64:spawn_data + offset: 0x180A0 + count: 14 +d_course_yoshi_valley_item_box_spawns: + symbol: d_course_yoshi_valley_item_box_spawns + type: mk64:spawn_data + offset: 0x18110 + count: 38 +d_course_yoshi_valley_addr: + symbol: d_course_yoshi_valley_addr + type: mk64:track_sections + offset: 0x18240 + count: 54 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_displaylists.yml b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_displaylists.yml new file mode 100644 index 0000000..69bcdde --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_displaylists.yml @@ -0,0 +1,17 @@ +:config: + vram: + addr: 0x800E8700 # not used for anything + offset: 0x8CA2A0 + no_compression: true + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_yoshi_valley_packed_dls: + symbol: d_course_yoshi_valley_packed_dls + type: blob + offset: 0x8CA2A0 + size: 0x2651 diff --git a/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_vertices.yml b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_vertices.yml new file mode 100644 index 0000000..aeacb1d --- /dev/null +++ b/android/app/src/main/assets/spaghetti/yamls/us/yoshi_valley_vertices.yml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x0F, 0x8C2510] + header: + code: + - '#include ' + header: + - '#include ' + - '#include ' + - '#include ' +d_course_yoshi_valley_vertex: + symbol: d_course_yoshi_valley_vertex + type: mk64:course_vtx + count: 3720 + offset: 0x0 diff --git a/android/app/src/main/assets/starship/assets/yaml/cn/rev1/ast_audio.yaml b/android/app/src/main/assets/starship/assets/yaml/cn/rev1/ast_audio.yaml new file mode 100644 index 0000000..67d19af --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/cn/rev1/ast_audio.yaml @@ -0,0 +1,31 @@ +:config: + force: true + header: + code: + - '#include "sys.h"' + - '#include "sf64audio_provisional.h"' + +audio_setup: + type: NAUDIO:V1:AUDIO_SETUP + driver: SF64 + audio_seq: + size: 0x3AB10 + offset: 0xDD890 + audio_bank: + size: 0x1CB20 + offset: 0x1183A0 + audio_table: + size: 0x691AF0 + offset: 0x134EC0 + +audio_sample_bank_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xC1460, symbol: gSampleBankTableInit } + +audio_seq_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xC14A0, symbol: gSeqTableInit } + +audio_soundfont_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC18D0, symbol: gSoundFontTableInit } + +audio_seq_font_table: + { type: ARRAY, count: 283, array_type: u8, offset: 0xC1AF0, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/eu/rev0/ast_audio.yaml b/android/app/src/main/assets/starship/assets/yaml/eu/rev0/ast_audio.yaml new file mode 100644 index 0000000..c659630 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/eu/rev0/ast_audio.yaml @@ -0,0 +1,31 @@ +:config: + force: true + header: + code: + - '#include "sys.h"' + - '#include "sf64audio_provisional.h"' + +audio_setup: + type: NAUDIO:V1:AUDIO_SETUP + driver: SF64 + audio_seq: + size: 0x47390 + offset: 0xE0BC0 + audio_bank: + size: 0x1F290 + offset: 0x127F50 + audio_table: + size: 0x685D00 + offset: 0x1471E0 + +audio_sample_bank_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xC4D20, symbol: gSampleBankTableInit } + +audio_seq_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xC4D70, symbol: gSeqTableInit } + +audio_soundfont_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC51B0, symbol: gSoundFontTableInit } + +audio_seq_font_table: + { type: ARRAY, count: 288, array_type: u8, offset: 0xC53E0, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/jp/rev0/ast_audio.yaml b/android/app/src/main/assets/starship/assets/yaml/jp/rev0/ast_audio.yaml new file mode 100644 index 0000000..111bc1c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/jp/rev0/ast_audio.yaml @@ -0,0 +1,31 @@ +:config: + force: true + header: + code: + - '#include "sys.h"' + - '#include "sf64audio_provisional.h"' + +audio_setup: + type: NAUDIO:V1:AUDIO_SETUP + driver: SF64 + audio_seq: + size: 0x3AFD0 + offset: 0xE9950 + audio_bank: + size: 0x1F120 + offset: 0x124920 + audio_table: + size: 0x700C20 + offset: 0x143A40 + +audio_sample_bank_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xC1360, symbol: gSampleBankTableInit } + +audio_seq_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xC13B0, symbol: gSeqTableInit } + +audio_soundfont_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC17E0, symbol: gSoundFontTableInit } + +audio_seq_font_table: + { type: ARRAY, count: 283, array_type: u8, offset: 0xC1A00, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_1.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_1.yaml new file mode 100644 index 0000000..1dd9df9 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_1.yaml @@ -0,0 +1,269 @@ +:config: + segments: + - [0x07, 0xA09950] + header: + code: + - '#include "assets/ast_7_ti_1.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_AST_7_TI_1_7000000: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0x07000000, symbol: D_AST_7_TI_1_7000000, tlut: 0x07001108 } + +D_TI1_7000A80: + { type: GFX, offset: 0x7000A80, symbol: D_TI1_7000A80 } + +D_TI1_7000D08: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07000D08, symbol: D_TI1_7000D08, tlut: 0x07001108 } + +D_TI1_7001108: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x07001108, symbol: D_TI1_7001108 } + +D_TI1_7001268: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7001268, symbol: D_TI1_7001268 } + +D_TI1_7002270: + { type: GFX, offset: 0x7002270, symbol: D_TI1_7002270 } + +D_TI1_7002490: + { type: GFX, offset: 0x7002490, symbol: D_TI1_7002490 } + +D_TI1_7002730: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07002730, symbol: D_TI1_7002730 } + +D_TI1_7002930: + { type: GFX, offset: 0x7002930, symbol: D_TI1_7002930 } + +D_TI1_7002C88: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x7002C88, symbol: D_TI1_7002C88 } + +D_TI1_7003488: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07003488, symbol: D_TI1_7003488, tlut: 0x07003888 } + +D_TI1_7003888: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x07003888, symbol: D_TI1_7003888 } + +D_TI1_7003A90: + { type: GFX, offset: 0x7003A90, symbol: D_TI1_7003A90 } + +D_TI1_7003C50: + { type: GFX, offset: 0x7003C50, symbol: D_TI1_7003C50 } + +D_TI1_7003E30: + { type: GFX, offset: 0x7003E30, symbol: D_TI1_7003E30 } + +D_TI1_7003FC0: + { type: GFX, offset: 0x7003FC0, symbol: D_TI1_7003FC0 } + +D_TI1_7004170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07004170, symbol: D_TI1_7004170 } + +D_TI1_7004370: + { type: GFX, offset: 0x7004370, symbol: D_TI1_7004370 } + +D_TI1_7004560: + { type: GFX, offset: 0x7004560, symbol: D_TI1_7004560 } + +D_TI1_7004780: + { type: GFX, offset: 0x7004780, symbol: D_TI1_7004780 } + +D_TI1_70049A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x070049A0, symbol: D_TI1_70049A0 } + +D_TI1_7004BA0: + { type: GFX, offset: 0x7004BA0, symbol: D_TI1_7004BA0 } + +D_TI1_7004E78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07004E78, symbol: D_TI1_7004E78 } + +D_TI1_7005078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07005078, symbol: D_TI1_7005078 } + +D_TI1_7005280: + { type: GFX, offset: 0x7005280, symbol: D_TI1_7005280 } + +D_TI1_7005420: + { type: GFX, offset: 0x7005420, symbol: D_TI1_7005420 } + +D_TI1_70067C4: + { type: SF64:ANIM, offset: 0x70067C4, symbol: D_TI1_70067C4 } + +aTi1DesertCrawlerSkel: + { type: SF64:SKELETON, offset: 0x7006990, symbol: aTi1DesertCrawlerSkel} + +D_TI1_7006F74: + { type: SF64:ANIM, offset: 0x7006F74, symbol: D_TI1_7006F74 } + +D_TI1_7007130: + { type: SF64:ANIM, offset: 0x7007130, symbol: D_TI1_7007130 } + +D_TI1_7007234: + { type: SF64:ANIM, offset: 0x7007234, symbol: D_TI1_7007234 } + +D_TI1_700733C: + { type: SF64:ANIM, offset: 0x700733C, symbol: D_TI1_700733C } + +D_TI1_7007350: + { type: GFX, offset: 0x7007350, symbol: D_TI1_7007350 } + +D_TI1_7007AB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x7007AB0, symbol: D_TI1_7007AB0, tlut: 0x07007EB0 } + +D_TI1_7007EB0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x07007EB0, symbol: D_TI1_7007EB0 } + +D_TI1_7008090: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07008090, symbol: D_TI1_7008090, tlut: 0x07008490 } + +D_TI1_7008490: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x07008490, symbol: D_TI1_7008490 } + +D_TI1_7008680: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x07008680, symbol: D_TI1_7008680, tlut: 0x07008490 } + +D_TI1_7008780: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 216, offset: 0x07008780, symbol: D_TI1_7008780 } + +D_TI1_7008930: + { type: GFX, offset: 0x7008930, symbol: D_TI1_7008930 } + +D_TI1_7008D10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x7008D10, symbol: D_TI1_7008D10 } + +D_TI1_7008F10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x7008F10, symbol: D_TI1_7008F10 } + +D_TI1_7009110: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009110, symbol: D_TI1_7009110 } + +D_TI1_7009310: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009310, symbol: D_TI1_7009310 } + +D_TI1_7009510: + { type: GFX, offset: 0x7009510, symbol: D_TI1_7009510 } + +D_TI1_70096D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x070096D8, symbol: D_TI1_70096D8 } + +aTiDelphorDL: + { type: GFX, offset: 0x70098E0, symbol: aTiDelphorDL } + +D_TI1_7009B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009B58, symbol: D_TI1_7009B58 } + +aTi1Bomb1DL: + { type: GFX, offset: 0x7009D60, symbol: aTi1Bomb1DL } + +D_TI1_700A190: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0700A190, symbol: D_TI1_700A190 } + +aTi1Bomb2DL: + { type: GFX, offset: 0x700A990, symbol: aTi1Bomb2DL } + +D_TI1_700AAD8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x700AAD8, symbol: D_TI1_700AAD8, tlut: 0x700AB58 } + +D_TI1_700AB58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x700AB58, symbol: D_TI1_700AB58 } + +aTi1LandmineDL: + { type: GFX, offset: 0x700AB70, symbol: aTi1LandmineDL } + +D_TI1_700AEA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0700AEA8, symbol: D_TI1_700AEA8 } + +D_TI1_700AF30: + { type: GFX, offset: 0x700AF30, symbol: D_TI1_700AF30 } + +D_TI1_700B5B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700B5B8, symbol: D_TI1_700B5B8 } + +D_TI1_700B7B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700B7B8, symbol: D_TI1_700B7B8 } + +aTi1FekudaGun1DL: + { type: GFX, offset: 0x700B9C0, symbol: aTi1FekudaGun1DL } + +D_TI1_700BB10: + { type: GFX, offset: 0x700BB10, symbol: D_TI1_700BB10 } + +aTiBridgeDL: + { type: GFX, offset: 0x700BE00, symbol: aTiBridgeDL } + +D_TI1_700BFB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x0700BFB0, symbol: D_TI1_700BFB0, tlut: 0x0700C3B0 } + +D_TI1_700C3B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 128, offset: 0x0700C3B0, symbol: D_TI1_700C3B0 } + +aTi1FekudaDL: + { type: GFX, offset: 0x700C4B0, symbol: aTi1FekudaDL } + +aTi1DesertRoverAnim: + { type: SF64:ANIM, offset: 0x700C8D8, symbol: aTi1DesertRoverAnim } + +aTi1DesertRoverSkel: + { type: SF64:SKELETON, offset: 0x700C964, symbol: aTi1DesertRoverSkel } + +aTi1FekudaGun2DL: + { type: GFX, offset: 0x700C980, symbol: aTi1FekudaGun2DL } + +aTiBomberAnim: + { type: SF64:ANIM, offset: 0x700CAF4, symbol: aTiBomberAnim} + +aTiBomberSkel: + {type: SF64:SKELETON, offset: 0x700CB60, symbol: aTiBomberSkel} + +aTiRascoAnim: + { type: SF64:ANIM, offset: 0x700D534, symbol: aTiRascoAnim } + +aTiRascoSkel: + {type: SF64:SKELETON, offset: 0x700D700, symbol: aTiRascoSkel} + +D_TI1_700D740: + { type: GFX, offset: 0x700D740, symbol: D_TI1_700D740 } + +D_TI1_700D880: + { type: GFX, offset: 0x700D880, symbol: D_TI1_700D880 } + +D_TI1_700D9B0: + { type: GFX, offset: 0x700D9B0, symbol: D_TI1_700D9B0 } + +D_TI1_700DAD0: + { type: GFX, offset: 0x700DAD0, symbol: D_TI1_700DAD0 } + +D_TI1_700DBB0: + { type: GFX, offset: 0x700DBB0, symbol: D_TI1_700DBB0 } + +D_TI1_700DC50: + { type: GFX, offset: 0x700DC50, symbol: D_TI1_700DC50 } + +D_TI1_700DD68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0700DD68, symbol: D_TI1_700DD68 } + +D_TI1_700DDF0: + { type: GFX, offset: 0x700DDF0, symbol: D_TI1_700DDF0 } + +D_TI1_700DED0: + { type: GFX, offset: 0x700DED0, symbol: D_TI1_700DED0 } + +D_TI1_700DF70: + { type: GFX, offset: 0x700DF70, symbol: D_TI1_700DF70 } + +D_TI1_700E030: + { type: GFX, offset: 0x700E030, symbol: D_TI1_700E030 } + +D_TI1_700E1E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700E1E8, symbol: D_TI1_700E1E8 } + +aTiBoulderDL: + { type: GFX, offset: 0x700E3F0, symbol: aTiBoulderDL } + +D_TI1_700E858: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700E858, symbol: D_TI1_700E858 } + +D_TI1_700EA60: + { type: GFX, offset: 0x700EA60, symbol: D_TI1_700EA60 } + +# size = 0xEDB0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_2.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_2.yaml new file mode 100644 index 0000000..35c478d --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_7_ti_2.yaml @@ -0,0 +1,76 @@ +:config: + segments: + - [0x07, 0x9D89A0] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev0/ast_8_ti.yaml" + - "assets/yaml/us/rev0/ast_9_ti.yaml" + +D_TI2_7003EE8: + { type: SF64:ANIM, offset: 0x7003EE8, symbol: D_TI2_7003EE8 } + +D_TI2_7003F00: + { type: GFX, offset: 0x7003F00, symbol: D_TI2_7003F00 } + +D_TI2_7004270: + { type: GFX, offset: 0x7004270, symbol: D_TI2_7004270 } + +D_TI2_7004400: + { type: GFX, offset: 0x7004400, symbol: D_TI2_7004400 } + +D_TI2_70045D0: + { type: GFX, offset: 0x70045D0, symbol: D_TI2_70045D0 } + +D_TI2_70047B0: + { type: TEXTURE, ctype: u8, format: CI8, height: 16, width: 16, offset: 0x70047B0, symbol: D_TI2_70047B0 } +D_TI2_70048B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x70048B0, symbol: D_TI2_70048B0 } + +D_TI2_70049C0: + { type: GFX, offset: 0x70049C0, symbol: D_TI2_70049C0 } + +D_TI2_7004AB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 16, offset: 0x7004AB0, symbol: D_TI2_7004AB0 } +D_TI2_7004CB0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232 , offset: 0x7004CB0, symbol: D_TI2_7004CB0 } + +D_TI2_7004E80: + { type: GFX, offset: 0x7004E80, symbol: D_TI2_7004E80 } + +D_TI2_7005300: + { type: GFX, offset: 0x7005300, symbol: D_TI2_7005300 } + +D_TI2_70054C0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x70054C0, symbol: D_TI2_70054C0 } + +D_TI2_70084CC: + { type: SF64:ANIM, offset: 0x70084CC, symbol: D_TI2_70084CC } + +D_TI2_70096EC: + { type: SF64:ANIM, offset: 0x70096EC, symbol: D_TI2_70096EC } + +D_TI2_7009700: + { type: GFX, offset: 0x7009700, symbol: D_TI2_7009700 } + +D_TI2_7009890: + { type: GFX, offset: 0x7009890, symbol: D_TI2_7009890 } + +D_TI2_7009A80: + { type: GFX, offset: 0x7009A80, symbol: D_TI2_7009A80 } + +D_TI2_7009B48: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 32, offset: 0x7009B48, symbol: D_TI2_7009B48 } +D_TI2_7009D48: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x7009D48, symbol: D_TI2_7009D48 } + +D_TI2_700E244: + { type: SF64:ANIM, offset: 0x700E244, symbol: D_TI2_700E244 } + +# size = 0xE250 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_8_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_8_ti.yaml new file mode 100644 index 0000000..e47c4a7 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_8_ti.yaml @@ -0,0 +1,73 @@ +:config: + segments: + - [0x08, 0x9E6BF0] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev0/ast_7_ti_2.yaml" + - "assets/yaml/us/rev0/ast_9_ti.yaml" + +D_TI_8000708: { type: SF64:ANIM, offset: 0x8000708, symbol: D_TI_8000708 } + +D_TI_8000D80: { type: SF64:ANIM, offset: 0x8000D80, symbol: D_TI_8000D80 } + +D_TI_8000D90: { type: GFX, offset: 0x8000D90, symbol: D_TI_8000D90 } + +D_TI_8000FC0: { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x8000FC0, symbol: D_TI_8000FC0} + +D_TI_80011C0: { type: GFX, offset: 0x80011C0, symbol: D_TI_80011C0 } + +D_TI_80012E8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80012E8, symbol: D_TI_80012E8, tlut: 0x80013E8} + +D_TI_80013E8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x80013E8, symbol: D_TI_80013E8} + +D_TI_80014A0: { type: GFX, offset: 0x80014A0, symbol: D_TI_80014A0 } + +D_TI_8001630: { type: GFX, offset: 0x8001630, symbol: D_TI_8001630 } + +D_TI_80018D0: { type: GFX, offset: 0x80018D0, symbol: D_TI_80018D0 } + +D_TI_8001A80: { type: GFX, offset: 0x8001A80, symbol: D_TI_8001A80 } + +D_TI_8001D20: { type: GFX, offset: 0x8001D20, symbol: D_TI_8001D20 } + +D_TI_8001E20: { type: GFX, offset: 0x8001E20, symbol: D_TI_8001E20 } + +D_TI_8001FB0: { type: GFX, offset: 0x8001FB0, symbol: D_TI_8001FB0 } + +D_TI_80020D0: { type: GFX, offset: 0x80020D0, symbol: D_TI_80020D0 } + +D_TI_8002360: { type: GFX, offset: 0x8002360, symbol: D_TI_8002360 } + +D_TI_8002858: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x8002858, symbol: D_TI_8002858, tlut: 0x8002C58} +D_TI_8002C58: { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x8002C58, symbol: D_TI_8002C58} + +D_TI_8002E48: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x8002E48, symbol: D_TI_8002E48, tlut: 0x8002F48} +D_TI_8002F48: { type: TEXTURE, ctype: u16, format: TLUT, colors: 216, offset: 0x8002F48, symbol: D_TI_8002F48} + +D_TI_80030F8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80030F8, symbol: D_TI_80030F8, tlut: 0x80031F8} +D_TI_80031F8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 192, offset: 0x80031F8, symbol: D_TI_80031F8} + +D_TI_8003378: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x8003378, symbol: D_TI_8003378, tlut: 0x8003478} +D_TI_8003478: { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x8003478, symbol: D_TI_8003478} + +D_TI_80034A8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80034A8, symbol: D_TI_80034A8, tlut: 0x80035A8} +D_TI_80035A8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x80035A8, symbol: D_TI_80035A8} + +D_TI_8003640: { type: GFX, offset: 0x8003640, symbol: D_TI_8003640 } + +D_TI_8004200: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x8004200, symbol: D_TI_8004200, tlut: 0x8004600} + +D_TI_8004600: { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x8004600, symbol: D_TI_8004600} + +D_TI_8008FE8: { type: SF64:ANIM, offset: 0x8008FE8, symbol: D_TI_8008FE8 } + +D_TI_8009000: { type: GFX, offset: 0x8009000, symbol: D_TI_8009000 } + +# size: 0x92A0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_9_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_9_ti.yaml new file mode 100644 index 0000000..8d47a65 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_9_ti.yaml @@ -0,0 +1,71 @@ +:config: + segments: + - [0x09, 0x9EFE90] + header: + code: + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev0/ast_8_ti.yaml" + +D_TI_9004288: + { type: SF64:ANIM, offset: 0x9004288, symbol: D_TI_9004288 } + +D_TI_90042A0: + { type: GFX, offset: 0x90042A0, symbol: D_TI_90042A0 } + +D_TI_90043D0: + { type: GFX, offset: 0x90043D0, symbol: D_TI_90043D0 } + +D_TI_90044E0: + { type: GFX, offset: 0x90044E0, symbol: D_TI_90044E0 } + +D_TI_90045F0: + { type: GFX, offset: 0x90045F0, symbol: D_TI_90045F0 } + +D_TI_9004858: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x9004858, symbol: D_TI_9004858, tlut: 0x9004958 } +D_TI_9004958: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x9004958, symbol: D_TI_9004958 } + +D_TI_9004A68: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9004A68, symbol: D_TI_9004A68, tlut: 0x9004E68 } +D_TI_9004E68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x9004E68, symbol: D_TI_9004E68 } + +D_TI_9005040: + { type: GFX, offset: 0x9005040, symbol: D_TI_9005040 } + +D_TI_90051C0: + { type: GFX, offset: 0x90051C0, symbol: D_TI_90051C0 } + +D_TI_9005450: + { type: GFX, offset: 0x9005450, symbol: D_TI_9005450 } + +D_TI_9005600: + { type: GFX, offset: 0x9005600, symbol: D_TI_9005600 } + +D_TI_90058A0: + { type: GFX, offset: 0x90058A0, symbol: D_TI_90058A0 } + +D_TI_90059B8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x90059B8, symbol: D_TI_90059B8, tlut: 0x9005AB8 } +D_TI_9005AB8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x9005AB8, symbol: D_TI_9005AB8 } + +D_TI_900FC4C: + { type: SF64:ANIM, offset: 0x900FC4C, symbol: D_TI_900FC4C } + +D_TI_900FC60: + { type: GFX, offset: 0x900FC60, symbol: D_TI_900FC60 } + +D_TI_900FD70: + { type: GFX, offset: 0x900FD70, symbol: D_TI_900FD70 } + +D_TI_900FE80: + { type: GFX, offset: 0x900FE80, symbol: D_TI_900FE80 } + + # size: 0x10120 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_A_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_A_ti.yaml new file mode 100644 index 0000000..d89c11b --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_A_ti.yaml @@ -0,0 +1,68 @@ +:config: + segments: + - [0x0A, 0x9FFFB0] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + - '#include "assets/ast_A_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev0/ast_7_ti_2.yaml" + - "assets/yaml/us/rev0/ast_8_ti.yaml" + - "assets/yaml/us/rev0/ast_9_ti.yaml" + +D_TI_A000000: + {type: GFX, offset: 0xA000000, symbol: D_TI_A000000} + +D_TI_A0000C8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x0A0000C8, symbol: D_TI_A0000C8, tlut: 0x0A0001C8 } + +D_TI_A0001C8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 60, offset: 0x0A0001C8, symbol: D_TI_A0001C8 } + +D_TI_A0002BC: + {type: SF64:ANIM, offset: 0xA0002BC, symbol: D_TI_A0002BC} + +D_TI_A00047C: + {type: SF64:ANIM, offset: 0xA00047C, symbol: D_TI_A00047C} + +D_TI_A000568: + {type: SF64:SKELETON, offset: 0xA000568, symbol: D_TI_A000568} + +D_TI_A000858: + {type: SF64:ANIM, offset: 0xA000858, symbol: D_TI_A000858} + +D_TI_A000934: + {type: SF64:ANIM, offset: 0xA000934, symbol: D_TI_A000934} + +D_TI_A000D50: + {type: SF64:ANIM, offset: 0xA000D50, symbol: D_TI_A000D50} + +D_TI_A000EDC: + {type: SF64:SKELETON, offset: 0xA000EDC, symbol: D_TI_A000EDC} + +D_TI_A001A70: + {type: SF64:SKELETON, offset: 0xA001A70, symbol: D_TI_A001A70} + +D_TI_A001BE0: + {type: GFX, offset: 0xA001BE0, symbol: D_TI_A001BE0} + +D_TI_A001DB0: + {type: GFX, offset: 0xA001DB0, symbol: D_TI_A001DB0} + +D_TI_A001EC0: + {type: GFX, offset: 0xA001EC0, symbol: D_TI_A001EC0} + +D_TI_A001FA0: + {type: GFX, offset: 0xA001FA0, symbol: D_TI_A001FA0} + +D_TI_A002170: + {type: GFX, offset: 0xA002170, symbol: D_TI_A002170} + +D_TI_A009990: + {type: SF64:ANIM, offset: 0xA009990, symbol: D_TI_A009990} + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_allies.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_allies.yaml new file mode 100644 index 0000000..0087c3a --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_allies.yaml @@ -0,0 +1,110 @@ +:config: + segments: + - [0x0D, 0x950880] + header: + code: + - '#include "assets/ast_allies.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aKattMarkDL: + { type: GFX, offset: 0xD000000, symbol: aKattMarkDL } + +ast_allies_seg13_vtx_00000098: + { type: VTX, count: 3, offset: 0x0D000098, symbol: ast_allies_seg13_vtx_00000098 } + +D_D0000C8: + { type: BLOB, size: 0x18, offset: 0x0D0000C8, symbol: D_D0000C8 } + +aKattMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D0000E0, symbol: aKattMarkTex, tlut: 0x0D000160 } + +aKattMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD000160, symbol: aKattMarkTLUT } + +D_D000170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD000170, symbol: D_D000170 } + +D_D001090: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD001090, symbol: D_D001090 } + +D_D001FB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD001FB0, symbol: D_D001FB0 } + +D_D002ED0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD002ED0, symbol: D_D002ED0 } + +D_D003DF0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD003DF0, symbol: D_D003DF0 } + +D_D004D10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD004D10, symbol: D_D004D10 } + +D_D005C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD005C30, symbol: D_D005C30 } + +D_D006B50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD006B50, symbol: D_D006B50 } + +D_D007A70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD007A70, symbol: D_D007A70 } + +D_D008990: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD008990, symbol: D_D008990 } + +aKattRadarMarkDL: + { type: GFX, offset: 0xD0098B0, symbol: aKattRadarMarkDL } + +aKattRadarMarkTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x0D009938, symbol: aKattRadarMarkTex } + +aKattShipDL: + { type: GFX, offset: 0xD009A40, symbol: aKattShipDL } + +D_D00A3B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0D00A3B8, symbol: D_D00A3B8 } + +D_D00ABB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00ABB8, symbol: D_D00ABB8 } + +D_D00ADB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00ADB8, symbol: D_D00ADB8 } + +D_D00AFB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x0D00AFB8, symbol: D_D00AFB8 } + +D_D00B3B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00B3B8, symbol: D_D00B3B8 } + +aBillMarkDL: + { type: GFX, offset: 0xD00B5C0, symbol: aBillMarkDL } + +# Letter B +aBillMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D00B688, symbol: aBillMarkTex, tlut: 0xD00B708 } + +aBillMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD00B708, symbol: aBillMarkTLUT } + +aJamesMarkDL: + { type: GFX, offset: 0xD00B720, symbol: aJamesMarkDL } + +# Letter J ? +aJamesMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D00B7F0, symbol: aJamesMarkTex, tlut: 0xD00B870 } + +aJamesMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD00B870, symbol: aJamesMarkTLUT } + +aBillShipDL: + { type: GFX, offset: 0xD00B880, symbol: aBillShipDL } + +D_D00C470: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xD00C470, symbol: D_D00C470 } + +D_D00C670: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00C670, symbol: D_D00C670 } + +D_D00C870: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00C870, symbol: D_D00C870 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_andross.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_andross.yaml new file mode 100644 index 0000000..8664801 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_andross.yaml @@ -0,0 +1,272 @@ +:config: + segments: + - [0x0C, 0xCE5480] + header: + code: + - '#include "assets/ast_andross.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_ANDROSS_C000000: + {type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0xC000000, symbol: D_ANDROSS_C000000} + +aAndTitleCardTex: + {type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 28, offset: 0xC000A80, symbol: aAndTitleCardTex} + +D_ANDROSS_C001880: + {type: GFX, offset: 0xC001880, symbol: D_ANDROSS_C001880} + +D_ANDROSS_C0019E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0019E8, symbol: D_ANDROSS_C0019E8} + +D_ANDROSS_C00208C: + {type: SF64:ANIM, offset: 0xC00208C, symbol: D_ANDROSS_C00208C} + +D_ANDROSS_C002654: + {type: SF64:ANIM, offset: 0xC002654, symbol: D_ANDROSS_C002654} + +D_ANDROSS_C002B08: + {type: SF64:ANIM, offset: 0xC002B08, symbol: D_ANDROSS_C002B08} + +D_ANDROSS_C002B20: + {type: GFX, offset: 0xC002B20, symbol: D_ANDROSS_C002B20} + +D_ANDROSS_C002F00: + {type: GFX, offset: 0xC002F00, symbol: D_ANDROSS_C002F00} + +D_ANDROSS_C0031D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0031D0, symbol: D_ANDROSS_C0031D0} + +D_ANDROSS_C0039D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0039D0, symbol: D_ANDROSS_C0039D0} + +D_ANDROSS_C0041D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0041D0, symbol: D_ANDROSS_C0041D0} + +D_ANDROSS_C0043D0: + {type: GFX, offset: 0xC0043D0, symbol: D_ANDROSS_C0043D0} + +D_ANDROSS_C004658: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC004658, symbol: D_ANDROSS_C004658} + +D_ANDROSS_C004860: + {type: GFX, offset: 0xC004860, symbol: D_ANDROSS_C004860} + +D_ANDROSS_C006F08: + {type: SF64:ANIM, offset: 0xC006F08, symbol: D_ANDROSS_C006F08} + +D_ANDROSS_C007FC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC007FC0, symbol: D_ANDROSS_C007FC0} + +D_ANDROSS_C0087C0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0087C0, symbol: D_ANDROSS_C0087C0} + +D_ANDROSS_C00DE48: + {type: SF64:ANIM, offset: 0xC00DE48, symbol: D_ANDROSS_C00DE48} + +D_ANDROSS_C00E598: + {type: SF64:ANIM, offset: 0xC00E598, symbol: D_ANDROSS_C00E598} + +D_ANDROSS_C00F108: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0xC00F108, symbol: D_ANDROSS_C00F108} + +D_ANDROSS_C010108: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0xC010108, symbol: D_ANDROSS_C010108} + +D_ANDROSS_C010188: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC010188, symbol: D_ANDROSS_C010188} + +D_ANDROSS_C010988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0xC010988, symbol: D_ANDROSS_C010988} + +D_ANDROSS_C011988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC011988, symbol: D_ANDROSS_C011988} + +D_ANDROSS_C012188: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC012188, symbol: D_ANDROSS_C012188} + +D_ANDROSS_C012988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC012988, symbol: D_ANDROSS_C012988} + +D_ANDROSS_C013738: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC013738, symbol: D_ANDROSS_C013738} + +D_ANDROSS_C013F38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC013F38, symbol: D_ANDROSS_C013F38} + +D_ANDROSS_C014738: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0xC014738, symbol: D_ANDROSS_C014738} + +D_ANDROSS_C015740: + {type: GFX, offset: 0xC015740, symbol: D_ANDROSS_C015740} + +D_ANDROSS_C016100: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC016100, symbol: D_ANDROSS_C016100} + +D_ANDROSS_C017050: + {type: SF64:ANIM, offset: 0xC017050, symbol: D_ANDROSS_C017050} + +D_ANDROSS_C017430: + {type: SF64:ANIM, offset: 0xC017430, symbol: D_ANDROSS_C017430} + +D_ANDROSS_C017440: + {type: GFX, offset: 0xC017440, symbol: D_ANDROSS_C017440} + +D_ANDROSS_C017598: + {type: VTX, count: 34, offset: 0xC017598, symbol: D_ANDROSS_C017598} + +D_ANDROSS_C0177B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0177B8, symbol: D_ANDROSS_C0177B8} + +D_ANDROSS_C018BC4: + {type: SF64:ANIM, offset: 0xC018BC4, symbol: D_ANDROSS_C018BC4} + +D_ANDROSS_C01C490: + {type: SF64:ANIM, offset: 0xC01C490, symbol: D_ANDROSS_C01C490} + +D_ANDROSS_C01CC3C: + {type: SF64:SKELETON, offset: 0xC01CC3C, symbol: D_ANDROSS_C01CC3C} + +D_ANDROSS_C020128: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC020128, symbol: D_ANDROSS_C020128} + +D_ANDROSS_C022520: + {type: GFX, offset: 0xC022520, symbol: D_ANDROSS_C022520} + +D_ANDROSS_C022A10: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0xC022A10, symbol: D_ANDROSS_C022A10} + +D_ANDROSS_C022A90: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC022A90, symbol: D_ANDROSS_C022A90} + +D_ANDROSS_C023B54: + {type: SF64:ANIM, offset: 0xC023B54, symbol: D_ANDROSS_C023B54} + +D_ANDROSS_C0240D0: + {type: SF64:ANIM, offset: 0xC0240D0, symbol: D_ANDROSS_C0240D0} + +D_ANDROSS_C025C00: + {type: SF64:ANIM, offset: 0xC025C00, symbol: D_ANDROSS_C025C00} + +D_ANDROSS_C029F74: + {type: SF64:ANIM, offset: 0xC029F74, symbol: D_ANDROSS_C029F74} + +D_ANDROSS_C02E494: + {type: SF64:ANIM, offset: 0xC02E494, symbol: D_ANDROSS_C02E494} + +D_ANDROSS_C02EDA0: + {type: SF64:ANIM, offset: 0xC02EDA0, symbol: D_ANDROSS_C02EDA0} + +D_ANDROSS_C02F634: + {type: SF64:ANIM, offset: 0xC02F634, symbol: D_ANDROSS_C02F634} + +D_ANDROSS_C030244: + {type: SF64:ANIM, offset: 0xC030244, symbol: D_ANDROSS_C030244} + +D_ANDROSS_C033780: + {type: SF64:ANIM, offset: 0xC033780, symbol: D_ANDROSS_C033780} + +D_ANDROSS_C033D98: + {type: SF64:ANIM, offset: 0xC033D98, symbol: D_ANDROSS_C033D98} + +D_ANDROSS_C035110: + {type: SF64:ENVIRONMENT, offset: 0xC035110, symbol: D_ANDROSS_C035110} + +D_ANDROSS_C035154: + {type: SF64:OBJECT_INIT, offset: 0xC035154, symbol: D_ANDROSS_C035154} + +D_ANDROSS_C0356A4: + {type: SF64:OBJECT_INIT, offset: 0xC0356A4, symbol: D_ANDROSS_C0356A4} + +D_ANDROSS_C0356CC: + {type: SF64:OBJECT_INIT, offset: 0xC0356CC, symbol: D_ANDROSS_C0356CC} + +D_ANDROSS_C036310: + {type: SF64:OBJECT_INIT, offset: 0xC036310, symbol: D_ANDROSS_C036310} + +D_ANDROSS_C036B6C: + {type: SF64:OBJECT_INIT, offset: 0xC036B6C, symbol: D_ANDROSS_C036B6C} + +D_ANDROSS_C03733C: + {type: SF64:OBJECT_INIT, offset: 0xC03733C, symbol: D_ANDROSS_C03733C} + +D_ANDROSS_C037E3C: + {type: SF64:SCRIPT, offset: 0xC037E3C, symbol: D_ANDROSS_C037E3C} + +D_ANDROSS_C037FCC: + {type: SF64:HITBOX, offset: 0xC037FCC, symbol: D_ANDROSS_C037FCC} + +D_ANDROSS_C0380C0: + {type: SF64:HITBOX, offset: 0xC0380C0, symbol: D_ANDROSS_C0380C0} + +D_ANDROSS_C0381B4: + {type: SF64:HITBOX, offset: 0xC0381B4, symbol: D_ANDROSS_C0381B4} + +D_ANDROSS_C0382A8: + {type: SF64:HITBOX, offset: 0xC0382A8, symbol: D_ANDROSS_C0382A8} + +D_ANDROSS_C03839C: + {type: SF64:HITBOX, offset: 0xC03839C, symbol: D_ANDROSS_C03839C} + +D_ANDROSS_C038490: + {type: SF64:HITBOX, offset: 0xC038490, symbol: D_ANDROSS_C038490} + +D_ANDROSS_C038584: + {type: SF64:HITBOX, offset: 0xC038584, symbol: D_ANDROSS_C038584} + +D_ANDROSS_C038678: + {type: SF64:HITBOX, offset: 0xC038678, symbol: D_ANDROSS_C038678} + +D_ANDROSS_C03876C: + {type: SF64:HITBOX, offset: 0xC03876C, symbol: D_ANDROSS_C03876C} + +D_ANDROSS_C038860: + {type: SF64:HITBOX, offset: 0xC038860, symbol: D_ANDROSS_C038860} + +D_ANDROSS_C038954: + {type: SF64:HITBOX, offset: 0xC038954, symbol: D_ANDROSS_C038954} + +aAndDoorHitbox: + {type: SF64:HITBOX, offset: 0xC038A48, symbol: aAndDoorHitbox} + +D_ANDROSS_C038AC4: + {type: SF64:HITBOX, offset: 0xC038AC4, symbol: D_ANDROSS_C038AC4} + +aAndPathHitbox: + {type: SF64:HITBOX, offset: 0xC038B40, symbol: aAndPathHitbox} + +aAndPathIntersectionHitbox: + {type: SF64:HITBOX, offset: 0xC038BA4, symbol: aAndPathIntersectionHitbox} + +aAndPassageHitbox: + {type: SF64:HITBOX, offset: 0xC038BD8, symbol: aAndPassageHitbox} + +D_ANDROSS_C038CCC: + {type: SF64:HITBOX, offset: 0xC038CCC, symbol: D_ANDROSS_C038CCC} + +aAndAndrossHitbox: + {type: SF64:HITBOX, offset: 0xC038DC0, symbol: aAndAndrossHitbox} + +aAndBrainHitbox: + {type: SF64:HITBOX, offset: 0xC038F24, symbol: aAndBrainHitbox} + +D_ANDROSS_C038FE8: + {type: VTX, count: 34, offset: 0xC038FE8, symbol: D_ANDROSS_C038FE8} + +D_ANDROSS_C039208: + {type: GFX, offset: 0xC039208, symbol: D_ANDROSS_C039208} + +D_ANDROSS_C039290: + {type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0xC039290, symbol: D_ANDROSS_C039290} + +D_ANDROSS_C03A290: + {type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0xC03A290, symbol: D_ANDROSS_C03A290} + + + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_aquas.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_aquas.yaml new file mode 100644 index 0000000..0ae2ac8 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_aquas.yaml @@ -0,0 +1,777 @@ +:config: + segments: + - [0x06, 0xA54570] + header: + code: + - '#include "assets/ast_aquas.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aAqTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 13, offset: 0x6000000, symbol: aAqTitleCardTex } + +aAqSquidAnim: + { type: SF64:ANIM, offset: 0x6000AE4, symbol: aAqSquidAnim } + +aAqSquidSkel: + { type: SF64:SKELETON, offset: 0x6000DB0, symbol: aAqSquidSkel } + +aAqShellDL: + { type: GFX, offset: 0x6000E10, symbol: aAqShellDL } + +D_AQ_6001130: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001130, symbol: D_AQ_6001130 } + +aAqAnglerFishAnim: + { type: SF64:ANIM, offset: 0x6002628, symbol: aAqAnglerFishAnim } + +aAqAnglerFishSkel: + { type: SF64:SKELETON, offset: 0x6002874, symbol: aAqAnglerFishSkel } + +# +aAqOysterDL: + { type: GFX, offset: 0x6002C10, symbol: aAqOysterDL } + +D_AQ_6002D58: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6002D58, symbol: D_AQ_6002D58, tlut: 0x6003158 } + +D_AQ_6003158: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6003158, symbol: D_AQ_6003158 } + +D_AQ_6003350: + { type: GFX, offset: 0x6003350, symbol: D_AQ_6003350 } + +D_AQ_6003610: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6003610, symbol: D_AQ_6003610 } + +D_AQ_60043B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60043B0, symbol: D_AQ_60043B0 } + +D_AQ_6004BB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6004BB0, symbol: D_AQ_6004BB0 } + +D_AQ_60040F0: + { type: GFX, offset: 0x60040F0, symbol: D_AQ_60040F0 } + +D_AQ_6004DB0: + { type: GFX, offset: 0x6004DB0, symbol: D_AQ_6004DB0 } + +D_AQ_60050F0: + { type: GFX, offset: 0x60050F0, symbol: D_AQ_60050F0 } + +aAqSculpinAnim: + { type: SF64:ANIM, offset: 0x6005954, symbol: aAqSculpinAnim } + +aAqSculpinSkel: + { type: SF64:SKELETON, offset: 0x6005A80, symbol: aAqSculpinSkel } + +D_AQ_6006160: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006160, symbol: D_AQ_6006160 } + +D_AQ_6006960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006960, symbol: D_AQ_6006960 } + +D_AQ_6007160: + { type: GFX, offset: 0x6007160, symbol: D_AQ_6007160 } + +D_AQ_6007378: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007378, symbol: D_AQ_6007378 } + +D_AQ_6007B80: + { type: GFX, offset: 0x6007B80, symbol: D_AQ_6007B80 } + +D_AQ_6007D70: + { type: GFX, offset: 0x6007D70, symbol: D_AQ_6007D70 } + +D_AQ_6007F68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007F68, symbol: D_AQ_6007F68 } + +D_AQ_6003FF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 32, offset: 0x6003FF0, symbol: D_AQ_6003FF0 } + +D_AQ_6008168: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008168, symbol: D_AQ_6008168 } + +aAqStarfishDL: + { type: GFX, offset: 0x6008970, symbol: aAqStarfishDL } + +D_AQ_6008EC8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6008EC8, symbol: D_AQ_6008EC8, tlut: 0x6008FC8 } + +D_AQ_6008FC8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x6008FC8, symbol: D_AQ_6008FC8 } + +D_AQ_6009188: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6009188, symbol: D_AQ_6009188 } + +D_AQ_6009990: + { type: GFX, offset: 0x6009990, symbol: D_AQ_6009990 } + +D_AQ_6009C28: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6009C28, symbol: D_AQ_6009C28, tlut: 0x600A028 } + +D_AQ_600A028: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x600A028, symbol: D_AQ_600A028 } + +D_AQ_600A220: + { type: GFX, offset: 0x600A220, symbol: D_AQ_600A220 } + +D_AQ_600A480: + { type: GFX, offset: 0x600A480, symbol: D_AQ_600A480 } + +D_AQ_600A520: + { type: GFX, offset: 0x600A520, symbol: D_AQ_600A520 } + +D_AQ_600A720: + { type: GFX, offset: 0x600A720, symbol: D_AQ_600A720 } + +D_AQ_600A840: + { type: GFX, offset: 0x600A840, symbol: D_AQ_600A840 } + +D_AQ_600A8E0: + { type: GFX, offset: 0x600A8E0, symbol: D_AQ_600A8E0 } + +D_AQ_600A970: + { type: GFX, offset: 0x600A970, symbol: D_AQ_600A970 } + +D_AQ_600AB10: + { type: GFX, offset: 0x600AB10, symbol: D_AQ_600AB10 } + +D_AQ_600AB68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600AB68, symbol: D_AQ_600AB68 } + +D_AQ_600BD20: + { type: GFX, offset: 0x600BD20, symbol: D_AQ_600BD20 } + +D_AQ_600B518: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600B518, symbol: D_AQ_600B518 } + +aAqTunnel2DL: + { type: GFX, offset: 0x600BF80, symbol: aAqTunnel2DL } + +D_AQ_600C530: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x600C530, symbol: D_AQ_600C530, tlut: 0x600C930 } + +D_AQ_600C930: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x600C930, symbol: D_AQ_600C930 } + +D_AQ_600CB20: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x600CB20, symbol: D_AQ_600CB20, tlut: 0x600CF20 } + +D_AQ_600CF20: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 104, offset: 0x600CF20, symbol: D_AQ_600CF20 } + +D_AQ_600CFF0: + { type: GFX, offset: 0x600CFF0, symbol: D_AQ_600CFF0 } + +D_AQ_600D390: + { type: GFX, offset: 0x600D390, symbol: D_AQ_600D390 } + +D_AQ_600D4A0: + { type: GFX, offset: 0x600D4A0, symbol: D_AQ_600D4A0 } + +D_AQ_600D720: + { type: GFX, offset: 0x600D720, symbol: D_AQ_600D720 } + +D_AQ_600D810: + { type: GFX, offset: 0x600D810, symbol: D_AQ_600D810 } + +D_AQ_600D900: + { type: GFX, offset: 0x600D900, symbol: D_AQ_600D900 } + +D_AQ_600DB80: + { type: GFX, offset: 0x600DB80, symbol: D_AQ_600DB80 } + +D_AQ_600DF48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600DF48, symbol: D_AQ_600DF48 } + +D_AQ_600E150: + { type: GFX, offset: 0x600E150, symbol: D_AQ_600E150 } + +D_AQ_600E368: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600E368, symbol: D_AQ_600E368 } + +aAqWall1DL: + { type: GFX, offset: 0x600EE10, symbol: aAqWall1DL } + +aAqBump2DL: + { type: GFX, offset: 0x600EEF0, symbol: aAqBump2DL } + +D_AQ_600F030: + { type: GFX, offset: 0x600F030, symbol: D_AQ_600F030 } + +D_AQ_600F1A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600F1A0, symbol: D_AQ_600F1A0 } + +D_AQ_600F9A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600F9A0, symbol: D_AQ_600F9A0 } + +D_AQ_60101A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60101A0, symbol: D_AQ_60101A0 } + +D_AQ_60109A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60109A0, symbol: D_AQ_60109A0 } + +D_AQ_60111A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60111A0, symbol: D_AQ_60111A0 } + +D_AQ_60119A0: + { type: GFX, offset: 0x60119A0, symbol: D_AQ_60119A0 } + +D_AQ_6011A78: + { type: VTX, count: 38, offset: 0x6011A78, symbol: D_AQ_6011A78 } + +D_AQ_6011CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6011CD8, symbol: D_AQ_6011CD8 } + +aAqTunnel1DL: + { type: GFX, offset: 0x6011EE0, symbol: aAqTunnel1DL } + +aAqRoofDL: + { type: GFX, offset: 0x60120F0, symbol: aAqRoofDL } + +D_AQ_60126A8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 64, offset: 0x60126A8, symbol: D_AQ_60126A8, tlut: 0x6012AA8 } + +D_AQ_6012AA8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6012AA8, symbol: D_AQ_6012AA8 } + +D_AQ_6012C98: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6012C98, symbol: D_AQ_6012C98, tlut: 0x6012D98 } + +D_AQ_6012D98: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x6012D98, symbol: D_AQ_6012D98 } + +D_AQ_6012EA8: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6012EA8, symbol: D_AQ_6012EA8, tlut: 0x60132A8 } + +D_AQ_60132A8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x60132A8, symbol: D_AQ_60132A8 } + +aAqFishGroupAnim: + { type: SF64:ANIM, offset: 0x60135E0, symbol: aAqFishGroupAnim } + +aAqFishGroupSkel1: + { type: SF64:SKELETON, offset: 0x60136CC, symbol: aAqFishGroupSkel1 } + +aAqFishGroupSkel2: + { type: SF64:SKELETON, offset: 0x60137CC, symbol: aAqFishGroupSkel2 } + +D_AQ_60137F0: + { type: GFX, offset: 0x60137F0, symbol: D_AQ_60137F0 } + +D_AQ_6013CC0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 32, offset: 0x6013CC0, symbol: D_AQ_6013CC0, tlut: 0x6013EC0 } + +D_AQ_6013EC0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 184, offset: 0x6013EC0, symbol: D_AQ_6013EC0 } + +D_AQ_6014030: + { type: GFX, offset: 0x6014030, symbol: D_AQ_6014030 } + +aAqStoneColumnAnim: + { type: SF64:ANIM, offset: 0x6014438, symbol: aAqStoneColumnAnim } + +aAqStoneColumnSkel: + { type: SF64:SKELETON, offset: 0x6014504, symbol: aAqStoneColumnSkel } + +D_AQ_6014520: + { type: GFX, offset: 0x6014520, symbol: D_AQ_6014520 } + +D_AQ_60148B0: + { type: GFX, offset: 0x60148B0, symbol: D_AQ_60148B0 } + +D_AQ_6014CD0: + { type: GFX, offset: 0x6014CD0, symbol: D_AQ_6014CD0 } + +D_AQ_6014E50: + { type: GFX, offset: 0x6014E50, symbol: D_AQ_6014E50 } + +aAqBoulderDL: + { type: GFX, offset: 0x6014FD0, symbol: aAqBoulderDL } + +D_AQ_6015430: + { type: GFX, offset: 0x6015430, symbol: D_AQ_6015430 } + +D_AQ_60154F8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x60154F8, symbol: D_AQ_60154F8, tlut: 0x60155F8 } + +D_AQ_60155F8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x60155F8, symbol: D_AQ_60155F8 } + +aAqArchDL: + { type: GFX, offset: 0x6015730, symbol: aAqArchDL } + +D_AQ_6015DD0: + { type: GFX, offset: 0x6015DD0, symbol: D_AQ_6015DD0 } + +D_AQ_6015FF0: + { type: GFX, offset: 0x6015FF0, symbol: D_AQ_6015FF0 } + +D_AQ_6017BD8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6017BD8, symbol: D_AQ_6017BD8, tlut: 0x6017CD8 } + +D_AQ_6017CD8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6017CD8, symbol: D_AQ_6017CD8 } + +D_AQ_6018640: + { type: GFX, offset: 0x6018640, symbol: D_AQ_6018640 } + +D_AQ_6018878: + { type: VTX, count: 64, offset: 0x6018878, symbol: D_AQ_6018878 } + +D_AQ_6018C78: + { type: VTX, count: 64, offset: 0x6018C78, symbol: D_AQ_6018C78 } + +D_AQ_6019078: + { type: VTX, count: 28, offset: 0x6019078, symbol: D_AQ_6019078 } + +D_AQ_6019238: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6019238, symbol: D_AQ_6019238, tlut: 0x6019338 } + +D_AQ_6019338: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6019338, symbol: D_AQ_6019338 } + +D_AQ_60194D0: + { type: GFX, offset: 0x60194D0, symbol: D_AQ_60194D0 } + +D_AQ_6019880: + { type: GFX, offset: 0x6019880, symbol: D_AQ_6019880 } + +D_AQ_6019C28: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6019C28, symbol: D_AQ_6019C28, tlut: 0x6019D28 } + +D_AQ_6019D28: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 168, offset: 0x6019D28, symbol: D_AQ_6019D28 } + +D_AQ_6019E80: + { type: GFX, offset: 0x6019E80, symbol: D_AQ_6019E80 } + +D_AQ_601A308: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x601A308, symbol: D_AQ_601A308, tlut: 0x601A708 } + +D_AQ_601A708: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x601A708, symbol: D_AQ_601A708 } + +D_AQ_601AE70: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x601AE70, symbol: D_AQ_601AE70, tlut: 0x601AF70 } + +D_AQ_601AF70: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x601AF70, symbol: D_AQ_601AF70 } + +D_AQ_601AFF0: + { type: GFX, offset: 0x601AFF0, symbol: D_AQ_601AFF0 } + +D_AQ_601B080: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601C110, symbol: D_AQ_601C110 } + +D_AQ_601C080: + { type: GFX, offset: 0x601C080, symbol: D_AQ_601C080 } + +D_AQ_601C110: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601B080, symbol: D_AQ_601B080 } + +D_AQ_601D110: + { type: GFX, offset: 0x601D110, symbol: D_AQ_601D110 } + +D_AQ_601DE50: + { type: SF64:ANIM, offset: 0x601DE50, symbol: D_AQ_601DE50 } + +aAqCoralReef2DL: + { type: GFX, offset: 0x601DE60, symbol: aAqCoralReef2DL } + +D_AQ_601E1F0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601E1F0, symbol: D_AQ_601E1F0 } + +D_AQ_601E9F0: + { type: GFX, offset: 0x601E9F0, symbol: D_AQ_601E9F0 } + +aAqCoralAnim: + { type: SF64:ANIM, offset: 0x601EC68, symbol: aAqCoralAnim } + +aAqCoralSkel: + { type: SF64:SKELETON, offset: 0x601EDB4, symbol: aAqCoralSkel } + +D_AQ_601EDE0: + { type: GFX, offset: 0x601EDE0, symbol: D_AQ_601EDE0 } + +D_AQ_601F2F0: + { type: GFX, offset: 0x601F2F0, symbol: D_AQ_601F2F0 } + +D_AQ_601F830: + { type: GFX, offset: 0x601F830, symbol: D_AQ_601F830 } + +D_AQ_601FD70: + { type: GFX, offset: 0x601FD70, symbol: D_AQ_601FD70 } + +aAqSeaweedAnim: + { type: SF64:ANIM, offset: 0x6020A40, symbol: aAqSeaweedAnim } + +aAqSeaweedSkel: + { type: SF64:SKELETON, offset: 0x6020C6C, symbol: aAqSeaweedSkel } + +D_AQ_6021058: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6021058, symbol: D_AQ_6021058 } + +D_AQ_6021858: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6021858, symbol: D_AQ_6021858, tlut: 0x6021C58 } + +D_AQ_6021C58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x6021C58, symbol: D_AQ_6021C58 } + +aAqOysterAnim: + { type: SF64:ANIM, offset: 0x602201C, symbol: aAqOysterAnim } + +aAqOysterSkel: + { type: SF64:SKELETON, offset: 0x60220E8, symbol: aAqOysterSkel } + +D_AQ_6022110: + { type: GFX, offset: 0x6022110, symbol: D_AQ_6022110 } + +D_AQ_6022198: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6022198, symbol: D_AQ_6022198, tlut: 0x6022598 } + +D_AQ_6022598: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6022598, symbol: D_AQ_6022598 } + +D_AQ_6022788: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6022788, symbol: D_AQ_6022788, tlut: 0x6022888 } + +D_AQ_6022888: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x6022888, symbol: D_AQ_6022888 } + +D_AQ_60229B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60229B8, symbol: D_AQ_60229B8 } + +aAqCoralReef1DL: + { type: GFX, offset: 0x60231C0, symbol: aAqCoralReef1DL } + +aAqJellyfishAnim: + { type: SF64:ANIM, offset: 0x6023780, symbol: aAqJellyfishAnim } + +aAqJellyfishSkel: + { type: SF64:SKELETON, offset: 0x602390C, symbol: aAqJellyfishSkel } + +D_AQ_6023940: + { type: GFX, offset: 0x6023940, symbol: D_AQ_6023940 } + +D_AQ_6023B80: + { type: GFX, offset: 0x6023B80, symbol: D_AQ_6023B80 } + +D_AQ_6023D70: + { type: GFX, offset: 0x6023D70, symbol: D_AQ_6023D70 } + +D_AQ_6023EB0: + { type: GFX, offset: 0x6023EB0, symbol: D_AQ_6023EB0 } + +D_AQ_6023F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023F38, symbol: D_AQ_6023F38 } + +D_AQ_6024738: + { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x6024738, symbol: D_AQ_6024738 } + +D_AQ_6024938: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6024938, symbol: D_AQ_6024938 } + +D_AQ_60249C0: + { type: GFX, offset: 0x60249C0, symbol: D_AQ_60249C0 } + +aAqPearlDL: + { type: GFX, offset: 0x6024A50, symbol: aAqPearlDL } + +D_AQ_6024F80: + { type: SF64:ANIM, offset: 0x6024F80, symbol: D_AQ_6024F80 } + +aAqGaroaSkel: + { type: SF64:SKELETON, offset: 0x602512C, symbol: aAqGaroaSkel } + +aAqSpindlyFishAnim: + { type: SF64:ANIM, offset: 0x60260EC, symbol: aAqSpindlyFishAnim } + +aAqSpindlyFishSkel: + { type: SF64:SKELETON, offset: 0x60263F8, symbol: aAqSpindlyFishSkel } + +D_AQ_6026460: + { type: GFX, offset: 0x6026460, symbol: D_AQ_6026460 } + +D_AQ_60266B0: + { type: GFX, offset: 0x60266B0, symbol: D_AQ_60266B0 } + +D_AQ_6026950: + { type: GFX, offset: 0x6026950, symbol: D_AQ_6026950 } + +D_AQ_6026BF0: + { type: GFX, offset: 0x6026BF0, symbol: D_AQ_6026BF0 } + +D_AQ_6026C80: + { type: GFX, offset: 0x6026C80, symbol: D_AQ_6026C80 } + +D_AQ_6026D10: + { type: GFX, offset: 0x6026D10, symbol: D_AQ_6026D10 } + +D_AQ_6026DA0: + { type: GFX, offset: 0x6026DA0, symbol: D_AQ_6026DA0 } + +D_AQ_6026E30: + { type: GFX, offset: 0x6026E30, symbol: D_AQ_6026E30 } + +D_AQ_6026EC0: + { type: GFX, offset: 0x6026EC0, symbol: D_AQ_6026EC0 } + +D_AQ_6026F60: + { type: GFX, offset: 0x6026F60, symbol: D_AQ_6026F60 } + +D_AQ_6027330: + { type: GFX, offset: 0x6027330, symbol: D_AQ_6027330 } + +D_AQ_60273C0: + { type: GFX, offset: 0x60273C0, symbol: D_AQ_60273C0 } + +D_AQ_6027460: + { type: GFX, offset: 0x6027460, symbol: D_AQ_6027460 } + +D_AQ_60276F0: + { type: GFX, offset: 0x60276F0, symbol: D_AQ_60276F0 } + +D_AQ_6027810: + { type: GFX, offset: 0x6027810, symbol: D_AQ_6027810 } + +D_AQ_6027930: + { type: GFX, offset: 0x6027930, symbol: D_AQ_6027930 } + +D_AQ_6027C90: + { type: GFX, offset: 0x6027C90, symbol: D_AQ_6027C90 } + +D_AQ_6027FA0: + { type: GFX, offset: 0x6027FA0, symbol: D_AQ_6027FA0 } + +D_AQ_6028240: + { type: GFX, offset: 0x6028240, symbol: D_AQ_6028240 } + +D_AQ_6028550: + { type: GFX, offset: 0x6028550, symbol: D_AQ_6028550 } + +D_AQ_60287F0: + { type: GFX, offset: 0x60287F0, symbol: D_AQ_60287F0 } + +D_AQ_6028910: + { type: GFX, offset: 0x6028910, symbol: D_AQ_6028910 } + +D_AQ_6028A80: + { type: GFX, offset: 0x6028A80, symbol: D_AQ_6028A80 } + +D_AQ_6028F50: + { type: GFX, offset: 0x6028F50, symbol: D_AQ_6028F50 } + +D_AQ_60290C0: + { type: GFX, offset: 0x60290C0, symbol: D_AQ_60290C0 } + +D_AQ_60291B0: + { type: GFX, offset: 0x60291B0, symbol: D_AQ_60291B0 } + +D_AQ_6029240: + { type: GFX, offset: 0x6029240, symbol: D_AQ_6029240 } + +D_AQ_6029330: + { type: GFX, offset: 0x6029330, symbol: D_AQ_6029330 } + +D_AQ_60294A0: + { type: GFX, offset: 0x60294A0, symbol: D_AQ_60294A0 } + +D_AQ_6029530: + { type: GFX, offset: 0x6029530, symbol: D_AQ_6029530 } + +D_AQ_60296A0: + { type: GFX, offset: 0x60296A0, symbol: D_AQ_60296A0 } + +D_AQ_6029790: + { type: GFX, offset: 0x6029790, symbol: D_AQ_6029790 } + +D_AQ_6029900: + { type: GFX, offset: 0x6029900, symbol: D_AQ_6029900 } + +D_AQ_602AC28: + { type: SF64:ANIM, offset: 0x602AC28, symbol: D_AQ_602AC28 } + +D_AQ_602AC40: + { type: GFX, offset: 0x602AC40, symbol: D_AQ_602AC40 } + +D_AQ_602ACC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602ACC0, symbol: D_AQ_602ACC0 } + +aAqRockDL: + { type: GFX, offset: 0x602B4C0, symbol: aAqRockDL } + +D_AQ_602B9D4: # unused and possibly broken + { type: SF64:ANIM, offset: 0x602B9D4, symbol: D_AQ_602B9D4 } + +D_AQ_602BD60: + { type: SF64:SKELETON, offset: 0x602BD60, symbol: D_AQ_602BD60 } + +D_AQ_602BF88: + { type: SF64:ANIM, offset: 0x602BF88, symbol: D_AQ_602BF88 } + +D_AQ_602C014: + { type: SF64:SKELETON, offset: 0x602C014, symbol: D_AQ_602C014 } + +D_AQ_602C030: + { type: GFX, offset: 0x602C030, symbol: D_AQ_602C030 } + +D_AQ_602C088: + { type: GFX, offset: 0x602C088, symbol: D_AQ_602C088 } + +D_AQ_602C160: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C160, symbol: D_AQ_602C160 } + +D_AQ_602C960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C960, symbol: D_AQ_602C960 } + +D_AQ_602DA28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DA28, symbol: D_AQ_602DA28 } + +D_AQ_602DC28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DC28, symbol: D_AQ_602DC28 } + +D_AQ_602DE28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DE28, symbol: D_AQ_602DE28 } + +D_AQ_602E028: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602E028, symbol: D_AQ_602E028 } + +D_AQ_602E540: + { type: SF64:ENVIRONMENT, offset: 0x602E540, symbol: D_AQ_602E540 } + +D_AQ_602E584: + { type: SF64:ENVIRONMENT, offset: 0x602E584, symbol: D_AQ_602E584 } + +D_AQ_602E5C8: + { type: SF64:OBJECT_INIT, offset: 0x602E5C8, symbol: D_AQ_602E5C8 } + +D_AQ_60308B8: + { type: SF64:SCRIPT, offset: 0x60308B8, symbol: D_AQ_60308B8 } + +aBoss301Hitbox: + { type: SF64:HITBOX, offset: 0x6030B10, symbol: aBoss301Hitbox } + +aAqShellHitbox: + { type: SF64:HITBOX, offset: 0x6030B14, symbol: aAqShellHitbox } + +aAqStarfishHitbox: + { type: SF64:HITBOX, offset: 0x6030B30, symbol: aAqStarfishHitbox } + +aAqOysterEvHitbox: + { type: SF64:HITBOX, offset: 0x6030B4C, symbol: aAqOysterEvHitbox } + +D_AQ_6030B68: + { type: SF64:HITBOX, offset: 0x6030B68, symbol: D_AQ_6030B68 } + +D_AQ_6030BAC: + { type: SF64:HITBOX, offset: 0x6030BAC, symbol: D_AQ_6030BAC } + +aAqActor188Hitbox: + { type: SF64:HITBOX, offset: 0x6030BE0, symbol: aAqActor188Hitbox } + +aAqActor255Hitbox: + { type: SF64:HITBOX, offset: 0x6030BFC, symbol: aAqActor255Hitbox } + +aAqActor256Hitbox: + { type: SF64:HITBOX, offset: 0x6030C18, symbol: aAqActor256Hitbox } + +aAqActor257Hitbox: + { type: SF64:HITBOX, offset: 0x6030C44, symbol: aAqActor257Hitbox } + +aAqCoralReef1Hitbox: + { type: SF64:HITBOX, offset: 0x6030C60, symbol: aAqCoralReef1Hitbox } + +aAqTunnel1Hitbox: + { type: SF64:HITBOX, offset: 0x6030C7C, symbol: aAqTunnel1Hitbox } + +aAqStoneColumnHitbox: + { type: SF64:HITBOX, offset: 0x6030D20, symbol: aAqStoneColumnHitbox } + +D_AQ_6030D3C: + { type: SF64:HITBOX, offset: 0x6030D3C, symbol: D_AQ_6030D3C } + +D_AQ_6030D58: + { type: SF64:HITBOX, offset: 0x6030D58, symbol: D_AQ_6030D58 } + +aAqArchHitbox: + { type: SF64:HITBOX, offset: 0x6030D74, symbol: aAqArchHitbox } + +aAqCoralReef2Hitbox: + { type: SF64:HITBOX, offset: 0x6030DF8, symbol: aAqCoralReef2Hitbox } + +aAqRockHitbox: + { type: SF64:HITBOX, offset: 0x6030E14, symbol: aAqRockHitbox } + +aAqWall1Hitbox: + { type: SF64:HITBOX, offset: 0x6030E30, symbol: aAqWall1Hitbox } + +aAqRoofHitbox: + { type: SF64:HITBOX, offset: 0x6030E4C, symbol: aAqRoofHitbox } + +aAqTunnel2Hitbox: + { type: SF64:HITBOX, offset: 0x6030E68, symbol: aAqTunnel2Hitbox } + +aAqBacoonHitbox: + { type: SF64:HITBOX, offset: 0x6030F74, symbol: aAqBacoonHitbox } + +aAqAnglerFishHitbox: + { type: SF64:HITBOX, offset: 0x6031398, symbol: aAqAnglerFishHitbox } + +aAqGaroaHitbox: + { type: SF64:HITBOX, offset: 0x60313CC, symbol: aAqGaroaHitbox } + +aAqSculpinHitbox: + { type: SF64:HITBOX, offset: 0x6031400, symbol: aAqSculpinHitbox } + +aAqSpindlyFishHitbox: + { type: SF64:HITBOX, offset: 0x603144C, symbol: aAqSpindlyFishHitbox } + +aAqSquidHitbox: + { type: SF64:HITBOX, offset: 0x6031480, symbol: aAqSquidHitbox } + +D_AQ_60314AC: + { type: SF64:HITBOX, offset: 0x60314AC, symbol: D_AQ_60314AC } + +aAqOysterHitbox: + { type: SF64:HITBOX, offset: 0x60314C8, symbol: aAqOysterHitbox } + +D_AQ_60314E4: + { type: SF64:HITBOX, offset: 0x60314E4, symbol: D_AQ_60314E4 } + +aAqBoulderHitbox: + { type: SF64:HITBOX, offset: 0x6031500, symbol: aAqBoulderHitbox } + +D_AQ_603151C: + { type: SF64:HITBOX, offset: 0x603151C, symbol: D_AQ_603151C } + +aAqCoralHitbox: + { type: SF64:HITBOX, offset: 0x6031538, symbol: aAqCoralHitbox } + +aAqJellyfishHitbox: + { type: SF64:HITBOX, offset: 0x6031554, symbol: aAqJellyfishHitbox } + +aAqFishGroupHitbox: + { type: SF64:HITBOX, offset: 0x6031570, symbol: aAqFishGroupHitbox } + +D_AQ_603158C: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x603158C, symbol: D_AQ_603158C } + +D_AQ_6031D90: + { type: VTX, count: 34, offset: 0x6031D90, symbol: D_AQ_6031D90 } + +D_AQ_6031FB0: + { type: SF64:TRIANGLE, count: 8, offset: 0x6031FB0, symbol: D_AQ_6031FB0, mesh_symbol: D_AQ_OFFSET, mesh_count: 2} + +D_AQ_60320B8: + { type: SF64:TRIANGLE, count: 30, offset: 0x60320B8, symbol: D_AQ_60320B8, mesh_symbol: D_AQ_OFFSET } + +D_AQ_6032388: + { type: SF64:TRIANGLE, count: 28, offset: 0x6032388, symbol: D_AQ_6032388, mesh_symbol: D_AQ_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_area_6.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_area_6.yaml new file mode 100644 index 0000000..dda737c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_area_6.yaml @@ -0,0 +1,253 @@ +:config: + segments: + - [0x06, 0xA86A80] + header: + code: + - '#include "assets/ast_area_6.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +aA6TitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 104, height: 28, offset: 0x6000000, symbol: aA6TitleCardTex } + +D_A6_6000B60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06000B60, symbol: D_A6_6000B60 } + +D_A6_6001A80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06001A80, symbol: D_A6_6001A80 } + +D_A6_60029A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060029A0, symbol: D_A6_60029A0 } + +D_A6_60038C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060038C0, symbol: D_A6_60038C0 } + +D_A6_60047E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060047E0, symbol: D_A6_60047E0 } + +D_A6_6005700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06005700, symbol: D_A6_6005700 } + +D_A6_6006620: + { type: TEXTURE, ctype: u8, format: CI4, width: 48, height: 44, offset: 0x06006620, symbol: D_A6_6006620, tlut: 0x06006A40 } + +D_A6_6006A40: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 4, offset: 0x6006A40, symbol: D_A6_6006A40} + +D_A6_6008918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008918, symbol: D_A6_6008918 } + +D_A6_6008B18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008B18, symbol: D_A6_6008B18 } + +D_A6_6008D18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008D18, symbol: D_A6_6008D18 } + +D_A6_6008F18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06008F18, symbol: D_A6_6008F18 } + +D_A6_6009718: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06009718, symbol: D_A6_6009718 } + +D_A6_6009B18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009B18, symbol: D_A6_6009B18 } + +aA6UmbraStationDL: + { type: GFX, offset: 0x600E0C0, symbol: aA6UmbraStationDL } + +D_A6_600EBE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x0600EBE8, symbol: D_A6_600EBE8 } + +D_A6_600EFE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0600EFE8, symbol: D_A6_600EFE8 } + +D_A6_600F1F0: + { type: GFX, offset: 0x600F1F0, symbol: D_A6_600F1F0 } + +D_A6_600F850: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F850, symbol: D_A6_600F850 } + +D_A6_6010A88: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010A88, symbol: D_A6_6010A88 } + +D_A6_6011288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06011288, symbol: D_A6_6011288 } + +D_A6_6011688: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06011688, symbol: D_A6_6011688 } + +D_A6_6011888: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06011888, symbol: D_A6_6011888 } + +D_A6_6011910: + { type: GFX, offset: 0x6011910, symbol: D_A6_6011910 } + +D_A6_6011D48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06011D48, symbol: D_A6_6011D48 } + +D_A6_6012550: + { type: GFX, offset: 0x6012550, symbol: D_A6_6012550 } + +D_A6_6012840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012840, symbol: D_A6_6012840 } + +aA6HarlockFrigateDL: + { type: GFX, offset: 0x6012A40, symbol: aA6HarlockFrigateDL } + +D_A6_6013CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013CD8, symbol: D_A6_6013CD8 } + +D_A6_60144D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060144D8, symbol: D_A6_60144D8 } + +D_A6_6014CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06014CD8, symbol: D_A6_6014CD8 } + +D_A6_60154D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060154D8, symbol: D_A6_60154D8 } + +D_A6_6015CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015CD8, symbol: D_A6_6015CD8 } + +D_A6_6015EE0: + { type: GFX, offset: 0x6015EE0, symbol: D_A6_6015EE0 } + +aA6ZeramClassCruiserDL: + { type: GFX, offset: 0x6016190, symbol: aA6ZeramClassCruiserDL } + +D_A6_6017120: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06017120, symbol: D_A6_6017120 } + +D_A6_6017920: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017920, symbol: D_A6_6017920 } + +D_A6_6017B20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017B20, symbol: D_A6_6017B20 } + +D_A6_6017D20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017D20, symbol: D_A6_6017D20 } + +D_A6_6017F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06017F20, symbol: D_A6_6017F20 } + +D_A6_6018720: + { type: GFX, offset: 0x6018720, symbol: D_A6_6018720 } + +D_A6_60187F8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x60187F8, symbol: D_A6_60187F8, tlut: 0x6018878} + +D_A6_6018878: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x6018878, symbol: D_A6_6018878} + +D_A6_6018994: + { type: SF64:ANIM, offset: 0x6018994, symbol: D_A6_6018994 } + +D_A6_6018BA0: + { type: SF64:SKELETON, offset: 0x6018BA0, symbol: D_A6_6018BA0 } + +aA6NinjinMissileDL: + { type: GFX, offset: 0x6018BF0, symbol: aA6NinjinMissileDL } + +D_A6_6019130: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019130, symbol: D_A6_6019130 } + +D_A6_6019330: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019330, symbol: D_A6_6019330 } + +D_A6_6019530: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019530, symbol: D_A6_6019530 } + +aA6RocketDL: + { type: GFX, offset: 0x6019730, symbol: aA6RocketDL } + +D_A6_6019B20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019B20, symbol: D_A6_6019B20 } + +D_A6_6019D20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019D20, symbol: D_A6_6019D20 } + +D_A6_6019F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019F20, symbol: D_A6_6019F20 } + +aA6SpaceMineDL: + { type: GFX, offset: 0x601A120, symbol: aA6SpaceMineDL } + +D_A6_601A220: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601A220, symbol: D_A6_601A220 } + +D_A6_601AA20: + { type: GFX, offset: 0x601AA20, symbol: D_A6_601AA20 } + +D_A6_601AAA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AAA8, symbol: D_A6_601AAA8 } + +D_A6_601B2B0: + { type: GFX, offset: 0x601B2B0, symbol: D_A6_601B2B0 } + +D_A6_601B338: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601B338, symbol: D_A6_601B338 } + +D_A6_601BB40: + { type: GFX, offset: 0x601BB40, symbol: D_A6_601BB40 } + +D_A6_601BF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601BF20, symbol: D_A6_601BF20 } + +D_A6_601CF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601CF20, symbol: D_A6_601CF20 } + +D_A6_601DF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601DF20, symbol: D_A6_601DF20 } + +D_A6_601EF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601EF20, symbol: D_A6_601EF20 } + +D_A6_601FF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601FF20, symbol: D_A6_601FF20 } + +D_A6_6020F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020F20, symbol: D_A6_6020F20 } + +D_A6_6021F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021F20, symbol: D_A6_6021F20 } + +D_A6_6022F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06022F20, symbol: D_A6_6022F20 } + +D_A6_6023F20: + { type: SF64:ENVIRONMENT, offset: 0x6023F20, symbol: D_A6_6023F20} + +D_A6_6023F64: + { type: SF64:OBJECT_INIT, offset: 0x6023F64, symbol: D_A6_6023F64} + +D_A6_6027F50: + { type: SF64:SCRIPT, offset: 0x6027F50, symbol: D_A6_6027F50} + +aA6UmbraStationHitbox: + { type: SF64:HITBOX, offset: 0x60280E0, symbol: aA6UmbraStationHitbox } + +aA6HarlockFrigateHitbox: + { type: SF64:HITBOX, offset: 0x6028254, symbol: aA6HarlockFrigateHitbox } + +aA6ZeramClassCruiserHitbox: + { type: SF64:HITBOX, offset: 0x60282A0, symbol: aA6ZeramClassCruiserHitbox } + +aA6GorgonHitbox: + { type: SF64:HITBOX, offset: 0x6028454, symbol: aA6GorgonHitbox } + +D_A6_6028578: + { type: SF64:HITBOX, offset: 0x6028578, symbol: D_A6_6028578 } + +D_A6_6028760: + { type: SF64:ENVIRONMENT, offset: 0x6028760, symbol: D_A6_6028760} + +D_A6_60287A4: + { type: SF64:OBJECT_INIT, offset: 0x60287A4, symbol: D_A6_60287A4} + +D_A6_60289FC: + { type: SF64:SCRIPT, offset: 0x60289FC, symbol: D_A6_60289FC} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_arwing.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_arwing.yaml new file mode 100644 index 0000000..ecfe4d1 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_arwing.yaml @@ -0,0 +1,206 @@ +:config: + segments: + - [0x3, 0x8BB210] + header: + code: + - '#include "assets/ast_arwing.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aArwingLifeIconTex: + { type: TEXTURE, format: CI4, offset: 0x3000000, width: 16, height: 16, ctype: u8, tlut: 0x3000080, symbol: aArwingLifeIconTex } + +aArwingLifeIconTLUT: + { type: TEXTURE, format: TLUT, offset: 0x3000080, colors: 8, ctype: u16, symbol: aArwingLifeIconTLUT } + +aAwFoxHeadDL: + { type: GFX, offset: 0x3000090, symbol: aAwFoxHeadDL } + +aAwJamesHeadDL: + { type: GFX, offset: 0x3001C90, symbol: aAwJamesHeadDL } + +D_arwing_3003960: + { type: TEXTURE, format: RGBA16, offset: 0x3003960, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003960 } + +D_arwing_30039E0: + { type: TEXTURE, format: RGBA16, offset: 0x30039E0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30039E0 } + +D_arwing_3003A60: + { type: TEXTURE, format: RGBA16, offset: 0x3003A60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003A60 } + +D_arwing_3003AE0: + { type: TEXTURE, format: RGBA16, offset: 0x3003AE0, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003AE0 } + +D_arwing_3003B60: + { type: TEXTURE, format: RGBA16, offset: 0x3003B60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003B60 } + +D_arwing_3003BE0: + { type: TEXTURE, format: RGBA16, offset: 0x3003BE0, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003BE0 } + +D_arwing_3003C60: + { type: TEXTURE, format: RGBA16, offset: 0x3003C60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003C60 } + +aAwPeppyHeadDL: + { type: GFX, offset: 0x3003CE0, symbol: aAwPeppyHeadDL } + +aAwSlippyHeadDL: + { type: GFX, offset: 0x3005AB0, symbol: aAwSlippyHeadDL } + +D_arwing_30074D0: + { type: TEXTURE, format: RGBA16, offset: 0x30074D0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30074D0 } + +D_arwing_3007550: + { type: TEXTURE, format: RGBA16, offset: 0x3007550, width: 8, height: 8, ctype: u16, symbol: D_arwing_3007550 } + +D_arwing_30075D0: + { type: TEXTURE, format: RGBA16, offset: 0x30075D0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30075D0 } + +aArwingItemLasersDL: + { type: GFX, offset: 0x3007650, symbol: aArwingItemLasersDL } + +ast_arwing_seg3_vtx_7A20: + { type: VTX, offset: 0x3007A20, count: 244, symbol: ast_arwing_seg3_vtx_7A20 } + +D_arwing_3008960: + { type: TEXTURE, format: RGBA16, offset: 0x3008960, width: 64, height: 32, ctype: u16, symbol: D_arwing_3008960 } + +D_arwing_3009960: + { type: TEXTURE, format: RGBA16, offset: 0x3009960, width: 16, height: 16, ctype: u16, symbol: D_arwing_3009960 } + +aAwBodyDL: + { type: GFX, offset: 0x3009B60, symbol: aAwBodyDL } + +D_arwing_300AC48: + { type: TEXTURE, format: RGBA16, offset: 0x300AC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300AC48 } + +D_arwing_300B448: + { type: TEXTURE, format: RGBA16, offset: 0x300B448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300B448 } + +D_arwing_300BC48: + { type: TEXTURE, format: RGBA16, offset: 0x300BC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300BC48 } + +D_arwing_300C448: + { type: TEXTURE, format: RGBA16, offset: 0x300C448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300C448 } + +D_arwing_300CC48: + { type: TEXTURE, format: RGBA16, offset: 0x300CC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300CC48 } + +D_arwing_300D448: + { type: TEXTURE, format: RGBA16, offset: 0x300D448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300D448 } + +D_arwing_300DC48: + { type: TEXTURE, format: RGBA16, offset: 0x300DC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300DC48 } + +D_arwing_300E448: + { type: TEXTURE, format: RGBA16, offset: 0x300E448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300E448 } + +D_arwing_300EC48: + { type: TEXTURE, format: RGBA16, offset: 0x300EC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300EC48 } + +D_arwing_300F448: + { type: TEXTURE, format: RGBA16, offset: 0x300F448, width: 64, height: 32, ctype: u16, symbol: D_arwing_300F448 } + +D_arwing_3010448: + { type: TEXTURE, format: RGBA16, offset: 0x3010448, width: 64, height: 32, ctype: u16, symbol: D_arwing_3010448 } + +aAwLaserGun1DL: + { type: GFX, offset: 0x3011720, symbol: aAwLaserGun1DL } + +aAwLaserGun2DL: + { type: GFX, offset: 0x3011450, symbol: aAwLaserGun2DL } + +D_arwing_30119F0: + { type: TEXTURE, format: RGBA16, offset: 0x30119F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30119F0 } + +D_arwing_30121F0: + { type: TEXTURE, format: RGBA16, offset: 0x30121F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30121F0 } + +D_arwing_30129F0: + { type: TEXTURE, format: RGBA16, offset: 0x30129F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30129F0 } + +aAwCockpitViewDL: + { type: GFX, offset: 0x30131F0, symbol: aAwCockpitViewDL } + +D_arwing_30137E8: + { type: TEXTURE, format: RGBA16, offset: 0x30137E8, width: 32, height: 32, ctype: u16, symbol: D_arwing_30137E8 } + +D_arwing_3013FE8: + { type: TEXTURE, format: RGBA16, offset: 0x3013FE8, width: 32, height: 32, ctype: u16, symbol: D_arwing_3013FE8 } + +D_arwing_30147E8: + { type: TEXTURE, format: RGBA16, offset: 0x30147E8, width: 16, height: 32, ctype: u16, symbol: D_arwing_30147E8 } + +aAwRightWingBrokenDL: + { type: GFX, offset: 0x3014BF0, symbol: aAwRightWingBrokenDL } + +D_arwing_3014F20: + { type: TEXTURE, format: RGBA16, offset: 0x3014F20, width: 16, height: 16, ctype: u16, symbol: D_arwing_3014F20 } + +aAwLeftWingBrokenDL: + { type: GFX, offset: 0x3015120, symbol: aAwLeftWingBrokenDL } + +aAwFlap1DL: + { type: GFX, offset: 0x30155E0, symbol: aAwFlap1DL} + +aAwFlap2DL: + { type: GFX, offset: 0x30154A0, symbol: aAwFlap2DL} + +aAwFlap3DL: + { type: GFX, offset: 0x3015730, symbol: aAwFlap3DL} + +aAwFlap4DL: + { type: GFX, offset: 0x3015880, symbol: aAwFlap4DL} + +D_arwing_3015AF4: + { type: SF64:ANIM, offset: 0x3015AF4, symbol: D_arwing_3015AF4 } + +D_arwing_3015C28: + { type: SF64:ANIM, offset: 0x3015C28, symbol: D_arwing_3015C28 } + +D_arwing_3015D68: + { type: SF64:ANIM, offset: 0x3015D68, symbol: D_arwing_3015D68 } + +aAwRightWingDL: + { type: GFX, offset: 0x3015D80, symbol: aAwRightWingDL } + +D_arwing_30163C4: + { type: SF64:ANIM, offset: 0x30163C4, symbol: D_arwing_30163C4 } + +D_arwing_3016610: + { type: SF64:SKELETON, offset: 0x3016610, symbol: D_arwing_3016610 } + +aAwLeftWingDL: + { type: GFX, offset: 0x3016660, symbol: aAwLeftWingDL} + +D_arwing_3016B30: + { type: GFX, offset: 0x3016B30, symbol: D_arwing_3016B30 } + +D_arwing_3016BB8: + { type: TEXTURE, format: IA8, offset: 0x3016BB8, width: 16, height: 16, ctype: u8, symbol: D_arwing_3016BB8 } + +aAwFalcoHeadDL: + { type: GFX, offset: 0x3016CC0, symbol: aAwFalcoHeadDL } + +D_arwing_30182C8: + { type: TEXTURE, format: RGBA16, offset: 0x30182C8, width: 8, height: 8, ctype: u16, symbol: D_arwing_30182C8 } + +D_arwing_3018348: + { type: TEXTURE, format: RGBA16, offset: 0x3018348, width: 8, height: 8, ctype: u16, symbol: D_arwing_3018348 } + +# Windshield used in corneria cutscenes +D_arwing_30183D0: + { type: GFX, offset: 0x30183D0, symbol: D_arwing_30183D0 } + +aWindshieldClouldReflextionTex: + { type: TEXTURE, format: RGBA16, offset: 0x30184D8, width: 64, height: 32, ctype: u16, symbol: aWindshieldClouldReflextionTex } + +D_ARWING_BLOB_1: + { type: BLOB, offset: 0x30194D8, size: 8, symbol: D_ARWING_BLOB_1 } + +# Windshield +D_arwing_30194E0: + { type: GFX, offset: 0x30194E0, symbol: D_arwing_30194E0 } + +D_arwing_30195E8: + { type: TEXTURE, format: RGBA16, offset: 0x30195E8, width: 32, height: 32, ctype: u16, symbol: D_arwing_30195E8 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_audio.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_audio.yaml new file mode 100644 index 0000000..70456d9 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_audio.yaml @@ -0,0 +1,30 @@ +:config: + header: + code: + - '#include "sys.h"' + - '#include "sf64audio_provisional.h"' + +audio_setup: + type: NAUDIO:V1:AUDIO_SETUP + driver: SF64 + audio_seq: + size: 0x3ACF0 + offset: 0xDA030 + audio_bank: + size: 0x1E020 + offset: 0x114D20 + audio_table: + size: 0x73C580 + offset: 0x132D40 + +audio_sample_bank_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xBFD90, symbol: gSampleBankTableInit } + +audio_seq_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xBFDE0, symbol: gSeqTableInit } + +audio_soundfont_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC0210, symbol: gSoundFontTableInit } + +audio_seq_font_table: + { type: ARRAY, count: 283, array_type: u8, offset: 0xC0430, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_planet.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_planet.yaml new file mode 100644 index 0000000..7fcc064 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_planet.yaml @@ -0,0 +1,129 @@ +:config: + segments: + - [0x02, 0x8A96B0] + header: + code: + - '#include "assets/ast_bg_planet.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_BG_PLANET_2000000: + { type: GFX, offset: 0x2000000, symbol: D_BG_PLANET_2000000 } + +D_BG_PLANET_2000088: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x2000088, symbol: D_BG_PLANET_2000088 } + +D_BG_PLANET_2001090: + { type: GFX, offset: 0x2001090, symbol: D_BG_PLANET_2001090 } + +D_BG_PLANET_2001118: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02001118, symbol: D_BG_PLANET_2001118 } + +D_BG_PLANET_2002120: + { type: GFX, offset: 0x2002120, symbol: D_BG_PLANET_2002120 } + +D_BG_PLANET_20021A8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020021A8, symbol: D_BG_PLANET_20021A8 } + +D_BG_PLANET_20031B0: + { type: GFX, offset: 0x20031B0, symbol: D_BG_PLANET_20031B0 } + +D_BG_PLANET_2003238: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02003238, symbol: D_BG_PLANET_2003238 } + +D_BG_PLANET_2004240: + { type: GFX, offset: 0x2004240, symbol: D_BG_PLANET_2004240 } + +D_BG_PLANET_20042C8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020042C8, symbol: D_BG_PLANET_20042C8 } + +D_BG_PLANET_20052D0: + { type: GFX, offset: 0x20052D0, symbol: D_BG_PLANET_20052D0 } + +D_BG_PLANET_2005358: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02005358, symbol: D_BG_PLANET_2005358 } + +D_BG_PLANET_2006360: + { type: GFX, offset: 0x2006360, symbol: D_BG_PLANET_2006360 } + +D_BG_PLANET_20063E8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020063E8, symbol: D_BG_PLANET_20063E8 } + +D_BG_PLANET_20073F0: + { type: GFX, offset: 0x20073F0, symbol: D_BG_PLANET_20073F0 } + +D_BG_PLANET_2007478: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02007478, symbol: D_BG_PLANET_2007478 } + +D_BG_PLANET_2008480: + { type: GFX, offset: 0x2008480, symbol: D_BG_PLANET_2008480 } + +D_BG_PLANET_2008508: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02008508, symbol: D_BG_PLANET_2008508 } + +D_BG_PLANET_2009510: + { type: GFX, offset: 0x2009510, symbol: D_BG_PLANET_2009510 } + +D_BG_PLANET_2009598: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02009598, symbol: D_BG_PLANET_2009598 } + +D_BG_PLANET_200A5A0: + { type: GFX, offset: 0x200A5A0, symbol: D_BG_PLANET_200A5A0 } + +D_BG_PLANET_200A628: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200A628, symbol: D_BG_PLANET_200A628 } + +D_BG_PLANET_200B630: + { type: GFX, offset: 0x200B630, symbol: D_BG_PLANET_200B630 } + +D_BG_PLANET_200B6B8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200B6B8, symbol: D_BG_PLANET_200B6B8 } + +D_BG_PLANET_200C6C0: + { type: GFX, offset: 0x200C6C0, symbol: D_BG_PLANET_200C6C0 } + +D_BG_PLANET_200C748: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200C748, symbol: D_BG_PLANET_200C748 } + +D_BG_PLANET_200D750: + { type: GFX, offset: 0x200D750, symbol: D_BG_PLANET_200D750 } + +D_BG_PLANET_200D7E8: + { type: TEXTURE, ctype: u16, format: IA16, width: 64, height: 32, offset: 0x0200D7E8, symbol: D_BG_PLANET_200D7E8 } + +D_BG_PLANET_200E7F0: + { type: GFX, offset: 0x200E7F0, symbol: D_BG_PLANET_200E7F0 } + +D_BG_PLANET_200E878: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200E878, symbol: D_BG_PLANET_200E878 } + +D_BG_PLANET_200F080: + { type: GFX, offset: 0x200F080, symbol: D_BG_PLANET_200F080 } + +D_BG_PLANET_200F108: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200F108, symbol: D_BG_PLANET_200F108 } + +D_BG_PLANET_200F910: + { type: GFX, offset: 0x200F910, symbol: D_BG_PLANET_200F910 } + +D_BG_PLANET_200F998: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200F998, symbol: D_BG_PLANET_200F998 } + +D_BG_PLANET_20101A0: + { type: GFX, offset: 0x20101A0, symbol: D_BG_PLANET_20101A0 } + +D_BG_PLANET_2010228: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02010228, symbol: D_BG_PLANET_2010228 } + +D_BG_PLANET_2010A30: + { type: GFX, offset: 0x2010A30, symbol: D_BG_PLANET_2010A30 } + +D_BG_PLANET_2010AB8: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02010AB8, symbol: D_BG_PLANET_2010AB8 } + +D_BG_PLANET_20112C0: + { type: GFX, offset: 0x20112C0, symbol: D_BG_PLANET_20112C0 } + +D_BG_PLANET_2011358: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02011358, symbol: D_BG_PLANET_2011358 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_space.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_space.yaml new file mode 100644 index 0000000..7d3467c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bg_space.yaml @@ -0,0 +1,93 @@ +:config: + segments: + - [0x02, 0x8A1ED0] + header: + code: + - '#include "assets/ast_bg_space.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_BG_SPACE_2000000: + { type: GFX, offset: 0x2000000, symbol: D_BG_SPACE_2000000 } + +D_BG_SPACE_2000088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x2000088, symbol: D_BG_SPACE_2000088 } + +D_BG_SPACE_2000890: + { type: GFX, offset: 0x2000890, symbol: D_BG_SPACE_2000890 } + +D_BG_SPACE_2000918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x2000918, symbol: D_BG_SPACE_2000918 } + +D_BG_SPACE_2001120: + { type: GFX, offset: 0x2001120, symbol: D_BG_SPACE_2001120 } + +D_BG_SPACE_20011A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020011A8, symbol: D_BG_SPACE_20011A8 } + +D_BG_SPACE_20019B0: + { type: GFX, offset: 0x20019B0, symbol: D_BG_SPACE_20019B0 } + +D_BG_SPACE_2001A38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02001A38, symbol: D_BG_SPACE_2001A38 } + +D_BG_SPACE_2002240: + { type: GFX, offset: 0x2002240, symbol: D_BG_SPACE_2002240 } + +D_BG_SPACE_20022C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020022C8, symbol: D_BG_SPACE_20022C8 } + +D_BG_SPACE_2002AD0: + { type: GFX, offset: 0x2002AD0, symbol: D_BG_SPACE_2002AD0 } + +D_BG_SPACE_2002B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02002B58, symbol: D_BG_SPACE_2002B58 } + +D_BG_SPACE_2003360: + { type: GFX, offset: 0x2003360, symbol: D_BG_SPACE_2003360 } + +D_BG_SPACE_20033E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020033E8, symbol: D_BG_SPACE_20033E8 } + +D_BG_SPACE_2003BF0: + { type: GFX, offset: 0x2003BF0, symbol: D_BG_SPACE_2003BF0 } + +D_BG_SPACE_2003C78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02003C78, symbol: D_BG_SPACE_2003C78 } + +D_BG_SPACE_2004480: + { type: GFX, offset: 0x2004480, symbol: D_BG_SPACE_2004480 } + +D_BG_SPACE_2004508: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02004508, symbol: D_BG_SPACE_2004508 } + +D_BG_SPACE_2004D10: + { type: GFX, offset: 0x2004D10, symbol: D_BG_SPACE_2004D10 } + +D_BG_SPACE_2004D98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02004D98, symbol: D_BG_SPACE_2004D98 } + +D_BG_SPACE_20055A0: + { type: GFX, offset: 0x20055A0, symbol: D_BG_SPACE_20055A0 } + +D_BG_SPACE_2005628: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02005628, symbol: D_BG_SPACE_2005628 } + +D_BG_SPACE_2005E30: + { type: GFX, offset: 0x2005E30, symbol: D_BG_SPACE_2005E30 } + +D_BG_SPACE_2005EB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02005EB8, symbol: D_BG_SPACE_2005EB8 } + +D_BG_SPACE_20066C0: + { type: GFX, offset: 0x20066C0, symbol: D_BG_SPACE_20066C0 } + +D_BG_SPACE_2006748: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02006748, symbol: D_BG_SPACE_2006748 } + +D_BG_SPACE_2006F50: + { type: GFX, offset: 0x2006F50, symbol: D_BG_SPACE_2006F50 } + +D_BG_SPACE_2006FD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02006FD8, symbol: D_BG_SPACE_2006FD8 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_blue_marine.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_blue_marine.yaml new file mode 100644 index 0000000..e75ab02 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_blue_marine.yaml @@ -0,0 +1,90 @@ +:config: + segments: + - [0x03, 0x8DD590] + header: + code: + - '#include "assets/ast_blue_marine.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aBlueMarineLifeIconTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000000, symbol: aBlueMarineLifeIconTex, tlut: 0x3000080 } + +aBlueMarineLifeIconTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x3000080, symbol: aBlueMarineLifeIconTLUT } + +D_blue_marine_3000090: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 9, offset: 0x3000090, symbol: D_blue_marine_3000090, tlut: 0x3000120 } + +D_blue_marine_3000120: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x3000120, symbol: D_blue_marine_3000120 } + +D_blue_marine_3000130: + { type: GFX, offset: 0x3000130, symbol: D_blue_marine_3000130 } + +ast_blue_marine_seg3_vtx_00000418: + { type: VTX, count: 5, offset: 0x3000418, symbol: D_blue_marine_3000418 } + +D_blue_marine_3000470: + { type: GFX, offset: 0x3000470, symbol: D_blue_marine_3000470 } + +D_blue_marine_30005E8: + { type: BLOB, size: 0x18, offset: 0x30005E8, symbol: D_blue_marine_30005E8 } + +D_blue_marine_3000600: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 8, offset: 0x3000600, symbol: D_blue_marine_3000600, tlut: 0x3000640 } + +D_blue_marine_3000640: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000640, symbol: D_blue_marine_3000640 } + +D_blue_marine_3000660: + { type: GFX, offset: 0x3000660, symbol: D_blue_marine_3000660 } + +D_blue_marine_30006E8: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x30006E8, symbol: D_blue_marine_30006E8 } + +D_blue_marine_3000AF0: + { type: GFX, offset: 0x3000AF0, symbol: D_blue_marine_3000AF0 } + +D_blue_marine_3000C70: + { type: GFX, offset: 0x3000C70, symbol: D_blue_marine_3000C70 } + +D_blue_marine_3001900: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3001900, symbol: D_blue_marine_3001900 } + +D_blue_marine_3001980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3001980, symbol: D_blue_marine_3001980 } + +D_blue_marine_3002180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3002180, symbol: D_blue_marine_3002180 } + +D_blue_marine_3002980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3002980, symbol: D_blue_marine_3002980 } + +D_blue_marine_3003180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3003180, symbol: D_blue_marine_3003180 } + +D_blue_marine_3003980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3003980, symbol: D_blue_marine_3003980 } + +D_blue_marine_3004180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3004180, symbol: D_blue_marine_3004180 } + +D_blue_marine_3004980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3004980, symbol: D_blue_marine_3004980 } + +D_blue_marine_3005980: + { type: GFX, offset: 0x3005980, symbol: D_blue_marine_3005980 } + +D_blue_marine_30062E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x30062E8, symbol: D_blue_marine_30062E8 } + +D_blue_marine_3006AF0: + { type: GFX, offset: 0x3006AF0, symbol: D_blue_marine_3006AF0 } + +D_blue_marine_3006C70: + { type: GFX, offset: 0x3006C70, symbol: D_blue_marine_3006C70 } + +D_blue_marine_3006DE0: + { type: GFX, offset: 0x3006DE0, symbol: D_blue_marine_3006DE0 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bolse.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bolse.yaml new file mode 100644 index 0000000..6944b97 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_bolse.yaml @@ -0,0 +1,200 @@ +:config: + segments: + - [0x06, 0xB06010] + header: + code: + - '#include "assets/ast_bolse.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +# Bolse Defense Outpost +aBoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 168, height: 19, offset: 0x6000000, symbol: aBoTitleCardTex } + +D_BO_6000C80: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6000C80, symbol: D_BO_6000C80 } + +D_BO_6000D80: + { type: GFX, offset: 0x6000D80, symbol: D_BO_6000D80 } + +D_BO_6001908: + { type: TEXTURE, format: RGBA16, offset: 0x6001908, width: 16, height: 16, ctype: u16, symbol: D_BO_6001908 } + +aBoBaseCoreAnim: + { type: SF64:ANIM, offset: 0x6001C64, symbol: aBoBaseCoreAnim } + +aBoBaseCoreSkel: + { type: SF64:SKELETON, offset: 0x6001FB0, symbol: aBoBaseCoreSkel } + +D_BO_6002020: + { type: GFX, offset: 0x6002020, symbol: D_BO_6002020 } + +D_BO_6004848: + { type: TEXTURE, format: RGBA16, offset: 0x06004848, width: 32, height: 32, ctype: u16, symbol: D_BO_6004848 } + +D_BO_6005048: + { type: TEXTURE, format: RGBA16, offset: 0x06005048, width: 16, height: 32, ctype: u16, symbol: D_BO_6005048 } + +D_BO_6005908: + { type: TEXTURE, format: RGBA16, offset: 0x06005908, width: 32, height: 32, ctype: u16, symbol: D_BO_6005908 } + +D_BO_6006108: + { type: TEXTURE, format: RGBA16, offset: 0x06006108, width: 32, height: 32, ctype: u16, symbol: D_BO_6006108 } + +D_BO_6006910: + { type: GFX, offset: 0x6006910, symbol: D_BO_6006910 } + +D_BO_6006AD0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6006AD0, symbol: D_BO_6006AD0 } + +D_BO_6006ED0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x06006ED0, symbol: D_BO_6006ED0 } + +D_BO_6006F50: + { type: TEXTURE, format: RGBA16, offset: 0x06006F50, width: 4, height: 16, ctype: u16, symbol: D_BO_6006F50 } + +D_BO_6006FD0: + { type: TEXTURE, format: RGBA16, offset: 0x06006FD0, width: 32, height: 32, ctype: u16, symbol: D_BO_6006FD0 } + +D_BO_60077D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x60077D0, symbol: D_BO_60077D0 } + +D_BO_6007BD0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x06007BD0, symbol: D_BO_6007BD0 } + +D_BO_6007DF8: + { type: TEXTURE, format: RGBA16, offset: 0x06007DF8, width: 16, height: 32, ctype: u16, symbol: D_BO_6007DF8 } + +D_BO_6008440: + { type: TEXTURE, format: RGBA16, offset: 0x06008440, width: 16, height: 16, ctype: u16, symbol: D_BO_6008440 } + +# Unused Animation +D_BO_6008668: + { type: SF64:ANIM, offset: 0x6008668, symbol: D_BO_6008668 } + +# Unused Skeleton +D_BO_60086B4: + { type: SF64:SKELETON, offset: 0x60086B4, symbol: D_BO_60086B4 } + +# Unused Animation +D_BO_60086F4: + { type: SF64:ANIM, offset: 0x60086F4, symbol: D_BO_60086F4 } + +# Unused Skeleton +D_BO_6008760: + { type: SF64:SKELETON, offset: 0x6008760, symbol: D_BO_6008760 } + +D_BO_6008770: + { type: GFX, offset: 0x6008770, symbol: D_BO_6008770 } + +D_BO_6008BB8: + { type: TEXTURE, format: RGBA16, offset: 0x06008BB8, width: 32, height: 32, ctype: u16, symbol: D_BO_6008BB8 } + +D_BO_60093B8: + { type: TEXTURE, format: RGBA16, offset: 0x060093B8, width: 32, height: 32, ctype: u16, symbol: D_BO_60093B8 } + +D_BO_6009BC0: + { type: GFX, offset: 0x6009BC0, symbol: D_BO_6009BC0 } + +# Unused DisplayList, looks like a tube. +D_BO_600A2C0: + { type: GFX, offset: 0x600A2C0, symbol: D_BO_600A2C0 } + +D_BO_600A810: + { type: GFX, offset: 0x600A810, symbol: D_BO_600A810 } + +# Unused DisplayList, looks like a cube with an entrance. +D_BO_600AB90: + { type: GFX, offset: 0x600AB90, symbol: D_BO_600AB90 } + +D_BO_600AD80: + { type: TEXTURE, format: RGBA16, offset: 0x0600AD80, width: 32, height: 32, ctype: u16, symbol: D_BO_600AD80 } + +aBoBuildingDL: + { type: GFX, offset: 0x600B8B0, symbol: aBoBuildingDL } + +D_BO_600BAA0: + { type: GFX, offset: 0x600BAA0, symbol: D_BO_600BAA0 } + +D_BO_600BEC0: + { type: GFX, offset: 0x600BEC0, symbol: D_BO_600BEC0 } + +D_BO_600BF30: + { type: GFX, offset: 0x600BF30, symbol: D_BO_600BF30 } + +D_BO_600C0B8: + { type: VTX, count: 34, offset: 0x600C0B8, symbol: D_BO_600C0B8 } + +D_BO_600C2D8: + { type: TEXTURE, format: IA8, offset: 0x0600C2D8, width: 32, height: 16, ctype: u8, symbol: D_BO_600C2D8 } + +aBoBaseShieldDL: + { type: GFX, offset: 0x600C4E0, symbol: aBoBaseShieldDL } + +aBoBaseShieldTex: + { type: TEXTURE, format: RGBA16, offset: 0x0600CF88, width: 16, height: 16, ctype: u16, symbol: aBoBaseShieldTex } + +D_BO_600D190: + { type: GFX, offset: 0x600D190, symbol: D_BO_600D190 } + +D_BO_600D2A0: + { type: TEXTURE, format: RGBA16, offset: 0x0600D2A0, width: 32, height: 64, ctype: u16, symbol: D_BO_600D2A0 } + +D_BO_600E2A0: + { type: TEXTURE, format: RGBA16, offset: 0x0600E2A0, width: 32, height: 64, ctype: u16, symbol: D_BO_600E2A0 } + +aBoLaserCannonAnim: + { type: SF64:ANIM, offset: 0x600F2E0, symbol: aBoLaserCannonAnim } + +aBoLaserCannonSkel: + { type: SF64:SKELETON, offset: 0x600F36C, symbol: aBoLaserCannonSkel } + +aBoShieldReactorAnim: + { type: SF64:ANIM, offset: 0x600F3D8, symbol: aBoShieldReactorAnim } + +aBoShieldReactorSkel: + { type: SF64:SKELETON, offset: 0x600F4A4, symbol: aBoShieldReactorSkel } + +aBoPoleDL: + { type: GFX, offset: 0x600F4C0, symbol: aBoPoleDL } + +D_BO_600F728: + { type: TEXTURE, format: RGBA16, offset: 0x0600F728, width: 32, height: 32, ctype: u16, symbol: D_BO_600F728 } + +D_BO_600FF30: + { type: SF64:ENVIRONMENT, offset: 0x600FF30, symbol: D_BO_600FF30 } + +D_BO_600FF74: + { type: SF64:OBJECT_INIT, offset: 0x600FF74, symbol: D_BO_600FF74 } + +D_BO_6010294: + { type: SF64:COLPOLY, count: 262, offset: 0x6010294, symbol: D_BO_6010294, mesh_symbol: D_BO_OFFSET } + +D_BO_6011B20: + { type: SF64:HITBOX, offset: 0x6011B20, symbol: D_BO_6011B20 } + +aBoShieldReactorHitbox: + { type: SF64:HITBOX, offset: 0x6011B24, symbol: aBoShieldReactorHitbox } + +D_BO_6011BA4: + { type: SF64:HITBOX, offset: 0x6011BA4, symbol: D_BO_6011BA4 } + +aBoLaserCannonHitbox: + { type: SF64:HITBOX, offset: 0x6011BF4, symbol: aBoLaserCannonHitbox } + +aBoPoleHitbox: + { type: SF64:HITBOX, offset: 0x6011C10, symbol: aBoPoleHitbox } + +aBoBuildingHitbox: + { type: SF64:HITBOX, offset: 0x6011C48, symbol: aBoBuildingHitbox } + +aBoBaseCoreHitbox: + { type: SF64:HITBOX, offset: 0x6011C80, symbol: aBoBaseCoreHitbox } + +D_BO_6011E28: + { type: VTX, count: 34, offset: 0x6011E28, symbol: D_BO_6011E28 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_common.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_common.yaml new file mode 100644 index 0000000..8d8bd22 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_common.yaml @@ -0,0 +1,987 @@ +:config: + segments: + - [0x1, 0x86F2C0] + header: + code: + - '#include "assets/ast_common.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_1000000: + { type: TEXTURE, format: IA8, width: 64, height: 10, ctype: u8, offset: 0x1000000, symbol: D_1000000 } + +D_1000280: + { type: TEXTURE, format: IA8, width: 96, height: 10, ctype: u8, offset: 0x1000280, symbol: D_1000280 } + +D_1000640: + { type: TEXTURE, format: IA8, width: 96, height: 22, ctype: u8, offset: 0x1000640, symbol: D_1000640 } + +aBoostGaugeFrameTex: + { type: TEXTURE, format: IA8, width: 48, height: 9, ctype: u8, offset: 0x1000E80, symbol: aBoostGaugeFrameTex } + +D_1001030: + { type: TEXTURE, format: IA8, width: 8, height: 8, ctype: u8, offset: 0x1001030, symbol: D_1001030 } + +D_1001070: + { type: TEXTURE, format: IA8, width: 104, height: 10, ctype: u8, offset: 0x1001070, symbol: D_1001070 } + +D_1001480: + { type: TEXTURE, format: IA8, width: 56, height: 12, ctype: u8, offset: 0x1001480, symbol: D_1001480 } + +D_1001720: + { type: TEXTURE, format: IA8, width: 40, height: 36, ctype: u8, offset: 0x1001720, symbol: D_1001720 } + +D_1001CC0: + { type: TEXTURE, format: IA8, width: 64, height: 14, ctype: u8, offset: 0x1001CC0, symbol: D_1001CC0 } + +D_1002040: + { type: TEXTURE, format: IA8, width: 40, height: 12, ctype: u8, offset: 0x1002040, symbol: D_1002040 } + +D_1002220: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x1002220, symbol: D_1002220 } + +aShieldGaugeFrameEdgeTex: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x1002280, symbol: aShieldGaugeFrameEdgeTex } + +D_10022E0: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x10022E0, symbol: D_10022E0 } + +D_1002340: + { type: TEXTURE, format: IA8, width: 40, height: 10, ctype: u8, offset: 0x1002340, symbol: D_1002340 } + +D_10024D0: + { type: TEXTURE, format: IA8, width: 96, height: 32, ctype: u8, offset: 0x10024D0, symbol: D_10024D0 } + +aShieldGaugeFrameTex: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x10030D0, symbol: aShieldGaugeFrameTex } + +D_1003130: + { type: GFX, offset: 0x1003130, symbol: D_1003130 } + +D_1003208: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1003208, tlut: 0x1003288, symbol: D_1003208 } + +D_1003288: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1003288, ctype: u16, symbol: D_1003288 } + +aFalcoPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10032A0, symbol: aFalcoPortraitTex } + +D_10041C0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10041C0, symbol: D_10041C0 } + +aFoxPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10050E0, symbol: aFoxPortraitTex } + +D_1006000: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1006000, symbol: D_1006000 } + +D_1006F20: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1006F20, symbol: D_1006F20 } + +D_1007E40: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1007E40, symbol: D_1007E40 } + +D_1008D60: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1008D60, symbol: D_1008D60 } + +D_1009C80: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1009C80, symbol: D_1009C80 } + +D_100ABA0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100ABA0, symbol: D_100ABA0 } + +aPeppyPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100BAC0, symbol: aPeppyPortraitTex } + +D_100C9E0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100C9E0, symbol: D_100C9E0 } + +aSlippyPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100D900, symbol: aSlippyPortraitTex } + +D_100E820: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100E820, symbol: D_100E820 } + +D_100F740: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100F740, symbol: D_100F740 } + +D_1010660: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010660, tlut: 0x10106A0, symbol: D_1010660 } + +D_10106A0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10106A0, ctype: u16, symbol: D_10106A0 } + +D_10106B0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10106B0, tlut: 0x10106F0, symbol: D_10106B0 } + +D_10106F0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10106F0, ctype: u16, symbol: D_10106F0 } + +D_1010700: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010700, tlut: 0x1010740, symbol: D_1010700 } + +D_1010740: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010740, ctype: u16, symbol: D_1010740 } + +D_1010750: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010750, tlut: 0x1010790, symbol: D_1010750 } + +D_1010790: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010790, ctype: u16, symbol: D_1010790 } + +D_10107A0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10107A0, tlut: 0x10107E0, symbol: D_10107A0 } + +D_10107E0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10107E0, ctype: u16, symbol: D_10107E0 } + +D_10107F0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10107F0, tlut: 0x1010830, symbol: D_10107F0 } + +D_1010830: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010830, ctype: u16, symbol: D_1010830 } + +D_1010840: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010840, tlut: 0x1010880, symbol: D_1010840 } + +D_1010880: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010880, ctype: u16, symbol: D_1010880 } + +D_1010890: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010890, tlut: 0x10108D0, symbol: D_1010890 } + +D_10108D0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10108D0, ctype: u16, symbol: D_10108D0 } + +D_10108E0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10108E0, tlut: 0x1010920, symbol: D_10108E0 } + +D_1010920: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010920, ctype: u16, symbol: D_1010920 } + +D_1010930: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010930, tlut: 0x1010970, symbol: D_1010930 } + +D_1010970: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010970, ctype: u16, symbol: D_1010970 } + +D_1010980: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1010980, tlut: 0x1010A00, symbol: D_1010980 } + +D_1010A00: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1010A00, symbol: D_1010A00 } + +D_1010A10: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1010A10, tlut: 0x1010A80, symbol: D_1010A10 } + +D_1010A80: + { type: TEXTURE, format: TLUT, colors: 4, ctype: u16, offset: 0x1010A80, symbol: D_1010A80 } + +D_1010A90: + { type: TEXTURE, format: CI4, width: 64, height: 49, ctype: u8, offset: 0x1010A90, tlut: 0x10110B0, symbol: D_1010A90 } + +D_10110B0: + { type: TEXTURE, format: TLUT, colors: 4, ctype: u16, offset: 0x10110B0, symbol: D_10110B0 } + +D_10110C0: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x10110C0, tlut: 0x10110F8, symbol: D_10110C0 } + +D_10110F8: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x10110F8, symbol: D_10110F8 } + +D_1011110: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011110, tlut: 0x1011148, symbol: D_1011110 } + +D_1011148: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011148, symbol: D_1011148 } + +D_1011160: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011160, tlut: 0x1011198, symbol: D_1011160 } + +D_1011198: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011198, symbol: D_1011198 } + +D_10111B0: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x10111B0, tlut: 0x10111E8, symbol: D_10111B0 } + +D_10111E8: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x10111E8, symbol: D_10111E8 } + +D_1011200: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1011200, tlut: 0x1011270, symbol: D_1011200 } + +D_1011270: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011270, symbol: D_1011270 } + +aRadarFrameTex: + { type: TEXTURE, format: CI4, width: 48, height: 44, ctype: u8, offset: 0x1011280, tlut: 0x10116A0, symbol: aRadarFrameTex } + +aRadarFrameTLUT: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x10116A0, symbol: aRadarFrameTLUT } + +aVsBombIconTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10116B0, tlut: 0x1011730, symbol: aVsBombIconTex } + +aVsBombIconTLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011730, symbol: aVsBombIconTLUT } + +D_1011750: + { type: TEXTURE, format: CI4, width: 80, height: 13, ctype: u8, offset: 0x1011750, tlut: 0x1011958, symbol: D_1011750 } + +D_1011958: + { type: TEXTURE, format: TLUT, colors: 16, ctype: u16, offset: 0x1011958, symbol: D_1011958 } + +D_1011980: + { type: TEXTURE, format: CI4, width: 48, height: 7, ctype: u8, offset: 0x1011980, tlut: 0x1011A28, symbol: D_1011980 } + +D_1011A28: + { type: TEXTURE, format: TLUT, colors: 12, ctype: u16, offset: 0x1011A28, symbol: D_1011A28 } + +D_1011A40: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1011A40, tlut: 0x1011AB0, symbol: D_1011A40 } + +D_1011AB0: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1011AB0, symbol: D_1011AB0 } + +aIncomingMsgButtonTex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011AC0, tlut: 0x1011B90, symbol: aIncomingMsgButtonTex } + +aIncomingMsgButtonTLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011B90, symbol: aIncomingMsgButtonTLUT } + +aIncomingMsgSignal1Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011BB0, tlut: 0x1011C80, symbol: aIncomingMsgSignal1Tex } + +aIncomingMsgSignal1TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011C80, symbol: aIncomingMsgSignal1TLUT } + +aIncomingMsgSignal2Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011CA0, tlut: 0x1011D70, symbol: aIncomingMsgSignal2Tex } + +aIncomingMsgSignal2TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011D70, symbol: aIncomingMsgSignal2TLUT } + +aIncomingMsgSignal3Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011D90, tlut: 0x1011E60, symbol: aIncomingMsgSignal3Tex } + +aIncomingMsgSignal3TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011E60, symbol: aIncomingMsgSignal3TLUT } + +D_1011E80: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1011E80, tlut: 0x1011EC0, symbol: D_1011E80 } + +D_1011EC0: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1011EC0, symbol: D_1011EC0 } + +aXTex: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011ED0, tlut: 0x1011F08, symbol: aXTex } + +aXTLUT: + { type: TEXTURE, format: TLUT, colors: 12, ctype: u16, offset: 0x1011F08, symbol: aXTLUT } + +D_1011F20: + { type: GFX, offset: 0x1011F20, symbol: D_1011F20 } + +D_1012000: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1012000, tlut: 0x1012100, symbol: D_1012000 } + +D_1012100: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1012100, ctype: u16, symbol: D_1012100 } + +aGoldRingEmptySlotDL: + { type: GFX, offset: 0x1012110, symbol: aGoldRingEmptySlotDL } + +aGoldRingEmptySlotTex: + { type: TEXTURE, format: IA8, width: 16, height: 16, ctype: u8, offset: 0x1012190, symbol: aGoldRingEmptySlotTex } + +D_1012290: + { type: TEXTURE, format: CI8, width: 48, height: 22, ctype: u8, offset: 0x1012290, tlut: 0x10126B0, symbol: D_1012290 } + +D_10126B0: + { type: TEXTURE, format: TLUT, colors: 32, ctype: u16, offset: 0x10126B0, symbol: D_10126B0 } + +D_10126F0: + { type: TEXTURE, format: CI8, width: 24, height: 4, ctype: u8, offset: 0x10126F0, tlut: 0x1012750, symbol: D_10126F0 } + +D_1012750: + { type: TEXTURE, format: TLUT, colors: 59, ctype: u16, offset: 0x1012750, symbol: D_1012750 } + +D_1013780: + { type: TEXTURE, format: CI8, width: 48, height: 141, ctype: u8, offset: 0x1013780, tlut: 0x10151F0, symbol: D_1013780 } + +D_10151F0: + { type: TEXTURE, format: TLUT, colors: 146, ctype: u16, offset: 0x10151F0, symbol: D_10151F0 } + +aBoostGaugeCoolTex: + { type: TEXTURE, format: CI8, width: 40, height: 5, ctype: u8, offset: 0x10127D0, tlut: 0x1012898, symbol: aBoostGaugeCoolTex } + +aBoostGaugeCoolTLUT: + { type: TEXTURE, format: TLUT, colors: 20, ctype: u16, offset: 0x1012898, symbol: aBoostGaugeCoolTLUT } + +aBoostGaugeOverheatTex: + { type: TEXTURE, format: CI8, width: 40, height: 5, ctype: u8, offset: 0x10128C0, tlut: 0x1012988, symbol: aBoostGaugeOverheatTex } + +aBoostGaugeOverheatTLUT: + { type: TEXTURE, format: TLUT, colors: 28, ctype: u16, offset: 0x1012988, symbol: aBoostGaugeOverheatTLUT } + +D_10129C0: + { type: TEXTURE, format: CI8, width: 16, height: 109, ctype: u8, offset: 0x10129C0, tlut: 0x1013090, symbol: D_10129C0 } + +D_1013090: + { type: TEXTURE, format: TLUT, colors: 112, ctype: u16, offset: 0x1013090, symbol: D_1013090 } + +aMsgWindowBgTex: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x1013170, tlut: 0x1013570, symbol: aMsgWindowBgTex } + +aMsgWindowBgTLUT: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1013570, symbol: aMsgWindowBgTLUT } + +aShieldGaugeTex: + { type: TEXTURE, format: CI8, width: 48, height: 8, ctype: u8, offset: 0x1013580, tlut: 0x1013700, symbol: aShieldGaugeTex } + +aShieldGaugeTLUT: + { type: TEXTURE, format: TLUT, colors: 58, ctype: u16, offset: 0x1013700, symbol: aShieldGaugeTLUT } + +D_1015320: + { type: GFX, offset: 0x1015320, symbol: D_1015320 } + +D_10153F8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10153F8, tlut: 0x10154F8, symbol: D_10153F8 } + +D_10154F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10154F8, ctype: u16, symbol: D_10154F8 } + +aRadarMarkArwingDL: + { type: GFX, offset: 0x1015510, symbol: aRadarMarkArwingDL } + +aRadarMarkArwingTex: + { type: TEXTURE, format: IA8, width: 16, height: 16, ctype: u8, offset: 0x1015598, symbol: aRadarMarkArwingTex } + +D_10156A0: + { type: GFX, offset: 0x10156A0, symbol: D_10156A0 } + +D_1015778: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015778, tlut: 0x10157F8, symbol: D_1015778 } + +D_10157F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10157F8, ctype: u16, symbol: D_10157F8 } + +D_1015810: + { type: GFX, offset: 0x1015810, symbol: D_1015810 } + +D_10158E8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10158E8, tlut: 0x1015968, symbol: D_10158E8 } + +D_1015968: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015968, ctype: u16, symbol: D_1015968 } + +D_1015980: + { type: GFX, offset: 0x1015980, symbol: D_1015980 } + +D_1015A58: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1015A58, tlut: 0x1015B58, symbol: D_1015A58 } + +D_1015B58: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015B58, ctype: u16, symbol: D_1015B58 } + +D_1015B70: + { type: GFX, offset: 0x1015B70, symbol: D_1015B70 } + +D_1015C48: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015C48, tlut: 0x1015CC8, symbol: D_1015C48 } + +D_1015CC8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015CC8, ctype: u16, symbol: D_1015CC8 } + +D_1015CE0: + { type: GFX, offset: 0x1015CE0, symbol: D_1015CE0 } + +D_1015DB8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015DB8, tlut: 0x1015E38, symbol: D_1015DB8 } + +D_1015E38: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015E38, ctype: u16, symbol: D_1015E38 } + +D_1015E50: + { type: GFX, offset: 0x1015E50, symbol: D_1015E50 } + +D_1015F28: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015F28, tlut: 0x1015FA8, symbol: D_1015F28 } + +D_1015FA8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015FA8, ctype: u16, symbol: D_1015FA8 } + +D_1015FC0: + { type: GFX, offset: 0x1015FC0, symbol: D_1015FC0 } + +D_1016098: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016098, tlut: 0x1016118, symbol: D_1016098 } + +D_1016118: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016118, ctype: u16, symbol: D_1016118 } + +D_1016130: + { type: GFX, offset: 0x1016130, symbol: D_1016130 } + +D_1016208: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016208, tlut: 0x1016288, symbol: D_1016208 } + +D_1016288: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016288, ctype: u16, symbol: D_1016288 } + +D_10162A0: + { type: GFX, offset: 0x10162A0, symbol: D_10162A0 } + +D_1016378: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016378, tlut: 0x10163F8, symbol: D_1016378 } + +D_10163F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10163F8, ctype: u16, symbol: D_10163F8 } + +D_1016410: + { type: GFX, offset: 0x1016410, symbol: D_1016410 } + +D_10164E8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10164E8, tlut: 0x1016568, symbol: D_10164E8 } + +D_1016568: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016568, ctype: u16, symbol: D_1016568 } + +D_1016580: + { type: GFX, offset: 0x1016580, symbol: D_1016580 } + +D_1016658: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1016658, tlut: 0x1016858, symbol: D_1016658 } + +D_1016858: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016858, ctype: u16, symbol: D_1016858 } + +D_1016870: + { type: GFX, offset: 0x1016870, symbol: D_1016870 } + +D_1016BC8: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x1016BC8, tlut: 0x1012100, symbol: D_1016BC8} + +D_1016FC8: + { type: TEXTURE, format: TLUT, colors: 256, offset: 0x1016FC8, ctype: u16, symbol: D_1016FC8 } + +D_10171D0: + { type: GFX, offset: 0x10171D0, symbol: D_10171D0 } + +D_10172A8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10172A8, tlut: 0x10173A8, symbol: D_10172A8 } + +D_10173A8: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x10173A8, ctype: u16, symbol: D_10173A8 } + +D_10173D0: + { type: GFX, offset: 0x10173D0, symbol: D_10173D0 } + +D_10174A8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10174A8, tlut: 0x10175A8, symbol: D_10174A8 } + +D_10175A8: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10175A8, ctype: u16, symbol: D_10175A8 } + +D_10175C0: + { type: GFX, offset: 0x10175C0, symbol: D_10175C0 } + +D_1017698: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1017698, tlut: 0x1017798, symbol: D_1017698 } + +D_1017798: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1017798, ctype: u16, symbol: D_1017798 } + +aActorSuppliesDL: + { type: GFX, offset: 0x10177C0, symbol: aActorSuppliesDL } + +D_1017A38: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1017A38, symbol: D_1017A38 } + +D_1018238: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1018238, symbol: D_1018238 } + +D_10182C0: + { type: GFX, offset: 0x10182C0, symbol: D_10182C0 } + +D_10190C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 32, ctype: u16, offset: 0x10190C0, symbol: D_10190C0 } + +D_10194C0: + { type: GFX, offset: 0x10194C0, symbol: D_10194C0 } + +D_1019620: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1019620, symbol: D_1019620 } + +D_1019820: + { type: GFX, offset: 0x1019820, symbol: D_1019820 } + +D_1019CA0: + { type: GFX, offset: 0x1019CA0, symbol: D_1019CA0 } + +D_1019AF0: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x1019AF0, symbol: D_1019AF0 } + +D_1019BF0: + { type: TEXTURE, format: TLUT, colors: 88, offset: 0x1019BF0, ctype: u16, symbol: D_1019BF0 } + +D_101A140: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x101A140, symbol: D_101A140 } + +D_101A540: + { type: TEXTURE, format: TLUT, colors: 24, offset: 0x101A540, ctype: u16, symbol: D_101A540 } + +D_101A570: + { type: GFX, offset: 0x101A570, symbol: D_101A570 } + +D_101A8E0: + { type: GFX, offset: 0x101A8E0, symbol: D_101A8E0 } + +D_101A9B8: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x101A9B8, tlut: 0x101ABB8, symbol: D_101A9B8 } + +D_101ABB8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x101ABB8, ctype: u16, symbol: D_101ABB8 } + +D_101ABD0: + { type: GFX, offset: 0x101ABD0, symbol: D_101ABD0 } + +D_101AC98: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x0101AC98, symbol: D_101AC98 } + +D_101AD20: + { type: GFX, offset: 0x101AD20, symbol: D_101AD20 } + +D_101AE48: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x101AE48, symbol: D_101AE48 } + +D_101AED0: + { type: GFX, offset: 0x101AED0, symbol: D_101AED0 } + +D_101AF98: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x101AF98, symbol: D_101AF98 } + +aGoldRingFrame12DL: + { type: GFX, offset: 0x101B1A0, symbol: aGoldRingFrame12DL } + +D_101B268: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B268, tlut: 0x101B2E8, symbol: D_101B268 } + +D_101B2E8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B2E8, ctype: u16, symbol: D_101B2E8 } + +aGoldRingFrame11DL: + { type: GFX, offset: 0x101B310, symbol: aGoldRingFrame11DL } + +D_101B3D8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B3D8, tlut: 0x101B458, symbol: D_101B3D8 } + +D_101B458: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B458, ctype: u16, symbol: D_101B458 } + +aGoldRingFrame10DL: + { type: GFX, offset: 0x101B480, symbol: aGoldRingFrame10DL } + +D_101B548: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B548, tlut: 0x101B5C8, symbol: D_101B548 } + +D_101B5C8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B5C8, ctype: u16, symbol: D_101B5C8 } + +aGoldRingFrame9DL: + { type: GFX, offset: 0x101B5F0, symbol: aGoldRingFrame9DL } + +D_101B6B8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B6B8, tlut: 0x101B738, symbol: D_101B6B8 } + +D_101B738: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B738, ctype: u16, symbol: D_101B738 } + +aGoldRingFrame8DL: + { type: GFX, offset: 0x101B760, symbol: aGoldRingFrame8DL } + +D_101B828: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B828, tlut: 0x101B8A8, symbol: D_101B828 } + +D_101B8A8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B8A8, ctype: u16, symbol: D_101B8A8 } + +aGoldRingFrame7DL: + { type: GFX, offset: 0x101B8D0, symbol: aGoldRingFrame7DL } + +D_101B998: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B998, tlut: 0x101BA18, symbol: D_101B998 } + +D_101BA18: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BA18, ctype: u16, symbol: D_101BA18 } + +aGoldRingFrame6DL: + { type: GFX, offset: 0x101BA40, symbol: aGoldRingFrame6DL } + +D_101BB08: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BB08, tlut: 0x101BB88, symbol: D_101BB08 } + +D_101BB88: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BB88, ctype: u16, symbol: D_101BB88 } + +aGoldRingFrame5DL: + { type: GFX, offset: 0x101BBB0, symbol: aGoldRingFrame5DL } + +D_101BC78: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BC78, tlut: 0x101BCF8, symbol: D_101BC78 } + +D_101BCF8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BCF8, ctype: u16, symbol: D_101BCF8 } + +aGoldRingFrame4DL: + { type: GFX, offset: 0x101BD20, symbol: aGoldRingFrame4DL } + +D_101BDE8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BDE8, tlut: 0x101BE68, symbol: D_101BDE8 } + +D_101BE68: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BE68, ctype: u16, symbol: D_101BE68 } + +aGoldRingFrame3DL: + { type: GFX, offset: 0x101BE90, symbol: aGoldRingFrame3DL } + +D_101BF58: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BF58, tlut: 0x101BFD8, symbol: D_101BF58 } + +D_101BFD8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BFD8, ctype: u16, symbol: D_101BFD8 } + +aGoldRingFrame2DL: + { type: GFX, offset: 0x101C000, symbol: aGoldRingFrame2DL } + +D_101C0C8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101C0C8, tlut: 0x101C148, symbol: D_101C0C8 } + +D_101C148: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101C148, ctype: u16, symbol: D_101C148 } + +aGoldRingFrame1DL: + { type: GFX, offset: 0x101C170, symbol: aGoldRingFrame1DL } + +D_101C238: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101C238, tlut: 0x101C2B8, symbol: D_101C238 } + +D_101C2B8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101C2B8, ctype: u16, symbol: D_101C2B8 } + +aStarDL: + { type: GFX, offset: 0x101C2E0, symbol: aStarDL } + +aStarTex: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, colors: 20, offset: 0x101C368, symbol: aStarTex } + +D_101C770: + { type: GFX, offset: 0x101C770, symbol: D_101C770 } + +D_101C920: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x101C920, tlut: 0x101CA20, symbol: D_101C920 } + +D_101CA20: + { type: TEXTURE, format: TLUT, colors: 96, offset: 0x101CA20, ctype: u16, symbol: D_101CA20 } + +D_101CAE0: + { type: GFX, offset: 0x101CAE0, symbol: D_101CAE0 } + +D_101CBC0: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x101CBC0, tlut: 0x101CCC0, symbol: D_101CBC0 } + +D_101CCC0: + { type: TEXTURE, format: TLUT, colors: 88, offset: 0x101CCC0, ctype: u16, symbol: D_101CCC0 } + +aUnusedShieldDL: + { type: GFX, offset: 0x101CD70, symbol: aUnusedShieldDL } + +aUnusedShieldTex: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x101D070, symbol: aUnusedShieldTex } + +D_101D870: + { type: GFX, offset: 0x101D870, symbol: D_101D870 } + +ast_common_seg1_vtx_1D9C8: + { type: VTX, offset: 0x101D9C8, count: 36, symbol: ast_common_seg1_vtx_1D9C8 } + +D_101DE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101DE20, symbol: D_101DE20 } + +aBarrelRollTex: + { type: GFX, offset: 0x101DC10, symbol: aBarrelRollTex } + +D_101EE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101EE20, symbol: D_101EE20 } + +D_101FE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101FE20, symbol: D_101FE20 } + +D_1020E20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x1020E20, symbol: D_1020E20 } + +D_1021E20: + { type: GFX, offset: 0x1021E20, symbol: D_1021E20 } + +D_1021EF8: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x1021EF8, tlut: 0x10220F8, symbol: D_1021EF8 } + +D_10220F8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x10220F8, ctype: u16, symbol: D_10220F8 } + +D_1022120: + { type: GFX, offset: 0x1022120, symbol: D_1022120 } + +ast_common_seg1_vtx_22480: + { type: VTX, offset: 0x1022480, count: 124, symbol: ast_common_seg1_vtx_22480 } + +D_1022C40: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1022C40, tlut: 0x1022CC0, symbol: D_1022C40 } + +D_1022CC0: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1022CC0, ctype: u16, symbol: D_1022CC0 } + +D_1022CE0: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1022CE0, tlut: 0x1022D60, symbol: D_1022CE0 } + +D_1022D60: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1022D60, ctype: u16, symbol: D_1022D60 } + +D_1022D80: + { type: TEXTURE, format: RGBA16, width: 8, height: 16, ctype: u16, offset: 0x1022D80, symbol: D_1022D80 } + +D_1022E80: + { type: GFX, offset: 0x1022E80, symbol: D_1022E80 } + +D_1022F80: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x1022F80, tlut: 0x1023180, symbol: D_1022F80 } + +D_1023180: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1023180, ctype: u16, symbol: D_1023180 } + +D_10231A0: + { type: GFX, offset: 0x10231A0, symbol: D_10231A0 } + +D_1023518: + { type: TEXTURE, format: IA8, width: 4, height: 5, ctype: u8, offset: 0x1023518, symbol: D_1023518 } + +D_1023530: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x1023530, tlut: 0x1023630, symbol: D_1023530 } + +D_1023630: + { type: TEXTURE, format: TLUT, colors: 104, offset: 0x1023630, ctype: u16, symbol: D_1023630 } + +D_1023700: + { type: GFX, offset: 0x1023700, symbol: D_1023700 } + +D_1023750: + { type: GFX, offset: 0x1023750, symbol: D_1023750 } + +D_10237E0: + { type: GFX, offset: 0x10237E0, symbol: D_10237E0 } + +D_1023878: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1023878, symbol: D_1023878 } + +D_1023C80: + { type: GFX, offset: 0x1023C80, symbol: D_1023C80 } + +D_1023E10: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1023E10, tlut: 0x1024010, symbol: D_1023E10 } + +D_1024010: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1024010, ctype: u16, symbol: D_1024010 } + +D_1024020: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1024020, tlut: 0x1024220, symbol: D_1024020 } + +D_1024220: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1024220, ctype: u16, symbol: D_1024220 } + +D_1024230: + { type: GFX, offset: 0x1024230, symbol: D_1024230 } + +D_1024290: + { type: GFX, offset: 0x1024290, symbol: D_1024290 } + +aPeppyMarkDL: + { type: GFX, offset: 0x1024410, symbol: aPeppyMarkDL } + +aPeppyMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10244D8, tlut: 0x1024558, symbol: aPeppyMarkTex } + +aPeppyMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024558, ctype: u16, symbol: aPeppyMarkTLUT } + +aFalcoMarkDL: + { type: GFX, offset: 0x1024570, symbol: aFalcoMarkDL } + +aFalcoMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1024638, tlut: 0x10246B8, symbol: aFalcoMarkTex } + +aFalcoMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10246B8, ctype: u16, symbol: aFalcoMarkTLUT } + +aSlippyMarkDL: + { type: GFX, offset: 0x10246D0, symbol: aSlippyMarkDL } + +aSlippyMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1024798, tlut: 0x1024818, symbol: aSlippyMarkTex } + +aSlippyMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024818, ctype: u16, symbol: aSlippyMarkTLUT } + +aRadarMarkBossDL: + { type: GFX, offset: 0x1024830, symbol: aRadarMarkBossDL } + +D_10248F8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10248F8, tlut: 0x1024978, symbol: D_10248F8 } + +D_1024978: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024978, ctype: u16, symbol: D_1024978 } + +aArrowDL: + { type: GFX, offset: 0x1024990, symbol: aArrowDL } + +D_1024A58: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1024A58, tlut: 0x1024A98, symbol: D_1024A58 } + +D_1024A98: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x1024A98, ctype: u16, symbol: D_1024A98 } + +aOrbDL: + { type: GFX, offset: 0x1024AC0, symbol: aOrbDL } + +D_1024B58: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1024B58, symbol: D_1024B58 } + +D_1024F60: + { type: GFX, offset: 0x1024F60, symbol: D_1024F60 } + +D_1024FF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1024FF8, symbol: D_1024FF8 } + +D_1025800: + { type: GFX, offset: 0x1025800, symbol: D_1025800 } + +D_1025888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1025888, symbol: D_1025888 } + +D_1026090: + { type: GFX, offset: 0x1026090, symbol: D_1026090 } + +D_1026120: + { type: GFX, offset: 0x1026120, symbol: D_1026120 } + +D_1026230: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x1026230, symbol: D_1026230 } + +D_1027230: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x1027230, symbol: D_1027230 } + +D_1028230: + { type: GFX, offset: 0x1028230, symbol: D_1028230 } + +D_10288D8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x10288D8, symbol: D_10288D8 } + +D_1028AD8: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028AD8, symbol: D_1028AD8 } + +D_1028B58: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1028B58, symbol: D_1028B58 } + +D_1028D58: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028D58, symbol: D_1028D58 } + +D_1028DE0: + { type: GFX, offset: 0x1028DE0, symbol: D_1028DE0 } + +D_1028E68: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028E68, symbol: D_1028E68 } + +D_1028EF0: + { type: GFX, offset: 0x1028EF0, symbol: D_1028EF0 } + +D_1028F78: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1028F78, symbol: D_1028F78 } + +D_1029780: + { type: GFX, offset: 0x1029780, symbol: D_1029780 } + +D_1029808: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1029808, symbol: D_1029808 } + +D_102A010: + { type: GFX, offset: 0x102A010, symbol: D_102A010 } + +D_102A098: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102A098, symbol: D_102A098 } + +aBallDL: + { type: GFX, offset: 0x102A8A0, symbol: aBallDL } + +D_102A928: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x102A928, symbol: D_102A928 } + +D_102AB30: + { type: GFX, offset: 0x102AB30, symbol: D_102AB30 } + +D_102AC40: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102AC40, symbol: D_102AC40 } + +D_102BC40: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102BC40, symbol: D_102BC40 } + +D_102CC40: + { type: GFX, offset: 0x102CC40, symbol: D_102CC40 } + +D_102CD50: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102CD50, symbol: D_102CD50 } + +D_102DD50: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102DD50, symbol: D_102DD50 } + +aBlueSphereDL: + { type: GFX, offset: 0x102ED50, symbol: aBlueSphereDL } + +D_102EDD8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102EDD8, symbol: D_102EDD8 } + +D_102F5E0: + { type: GFX, offset: 0x102F5E0, symbol: D_102F5E0 } + +D_102F678: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102F678, symbol: D_102F678 } + +D_102FE80: + { type: GFX, offset: 0x102FE80, symbol: D_102FE80 } + +D_102FF08: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x102FF08, symbol: D_102FF08 } + +D_102FF90: + { type: GFX, offset: 0x102FF90, symbol: D_102FF90 } + +D_1031228: + { type: TEXTURE, format: RGBA16, width: 32, height: 16, ctype: u16, offset: 0x1031228, symbol: D_1031228 } + +D_1031630: + { type: GFX, offset: 0x1031630, symbol: D_1031630 } + +D_1031CC08: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1031CC0, symbol: D_1031CC0 } + +D_1031EC0: + { type: GFX, offset: 0x1031EC0, symbol: D_1031EC0 } + +D_1032578: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1032578, symbol: D_1032578 } + +aArwingShadowDL: + { type: GFX, offset: 0x1032780, symbol: aArwingShadowDL } + +D_1032808: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1032808, symbol: D_1032808 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_corneria.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_corneria.yaml new file mode 100644 index 0000000..2be9251 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_corneria.yaml @@ -0,0 +1,589 @@ +:config: + segments: + - [0x06, 0x95D2F0] + header: + code: + - '#include "assets/ast_corneria.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +# Corneria +# Former Army Base +aCoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 28, offset: 0x6000000, symbol: aCoTitleCardTex } + +aCoWaterfallDL: + { type: GFX, offset: 0x6000E00, symbol: aCoWaterfallDL } + +D_CO_60018F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060018F8, symbol: D_CO_60018F8 } + +D_CO_60020F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060020F8, symbol: D_CO_60020F8 } + +D_CO_60028F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060028F8, symbol: D_CO_60028F8 } + +D_CO_60038F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060038F8, symbol: D_CO_60038F8 } + +D_CO_60040F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060040F8, symbol: D_CO_60040F8 } + +D_CO_60049F0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060049F0, symbol: D_CO_60049F0 } + +D_CO_6004900: + { type: GFX, offset: 0x6004900, symbol: D_CO_6004900 } + +D_CO_60059F0: + { type: GFX, offset: 0x60059F0, symbol: D_CO_60059F0 } + +D_CO_6005A80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06005A80, symbol: D_CO_6005A80 } + +aCoArch3DL: + { type: GFX, offset: 0x6006A80, symbol: aCoArch3DL } + +D_CO_6006E08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006E08, symbol: D_CO_6006E08 } + +D_CO_6007610: + { type: GFX, offset: 0x6007610, symbol: D_CO_6007610 } + +D_CO_60091C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060091C8, symbol: D_CO_60091C8 } + +D_CO_60099C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060099C8, symbol: D_CO_60099C8 } + +D_CO_6009BC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009BC8, symbol: D_CO_6009BC8 } + +D_CO_600A3C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600A3C8, symbol: D_CO_600A3C8 } + +D_CO_600ABC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600ABC8, symbol: D_CO_600ABC8 } + +D_CO_600B3C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600B3C8, symbol: D_CO_600B3C8 } + +D_CO_600C3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600C3D8, symbol: D_CO_600C3D8 } + +D_CO_600CBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CBD8, symbol: D_CO_600CBD8 } + +D_CO_600DBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600DBD8, symbol: D_CO_600DBD8 } + +D_CO_600E3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600E3D8, symbol: D_CO_600E3D8 } + +D_CO_600EBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600EBD8, symbol: D_CO_600EBD8 } + +D_CO_600F3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F3D8, symbol: D_CO_600F3D8 } + +D_CO_6010050: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010050, symbol: D_CO_6010050 } + +D_CO_6010250: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010250, symbol: D_CO_6010250 } + +D_CO_6010F90: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010F90, symbol: D_CO_6010F90 } + +aCoHighway7DL: + { type: GFX, offset: 0x6010A50, symbol: aCoHighway7DL } + +aCoHighway5DL: + { type: GFX, offset: 0x6010E00, symbol: aCoHighway5DL } + +D_CO_6011790: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06011790, symbol: D_CO_6011790 } + +aCoCornerianFighterDL: + { type: GFX, offset: 0x6011F90, symbol: aCoCornerianFighterDL } + +D_CO_6012640: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012640, symbol: D_CO_6012640 } + +D_CO_6012840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012840, symbol: D_CO_6012840 } + +D_CO_6012D00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012D00, symbol: D_CO_6012D00 } + +aCoHighway1DL: + { type: GFX, offset: 0x60132B0, symbol: aCoHighway1DL } + +aCoArch2DL: + { type: GFX, offset: 0x60137B0, symbol: aCoArch2DL } + +aCoRockwallDL: + { type: GFX, offset: 0x6013B50, symbol: aCoRockwallDL } + +D_CO_6013BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013BE0, symbol: D_CO_6013BE0 } + +aCoHighway8DL: + { type: GFX, offset: 0x60143E0, symbol: aCoHighway8DL } + +aCoHighway4DL: + { type: GFX, offset: 0x6014500, symbol: aCoHighway4DL } + +aCoHighway6DL: + { type: GFX, offset: 0x6014670, symbol: aCoHighway6DL } + +aCoHighway9DL: + { type: GFX, offset: 0x6014A20, symbol: aCoHighway9DL } + +aCoBuilding3DL: + { type: GFX, offset: 0x6014B50, symbol: aCoBuilding3DL } + +D_CO_60151A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060151A8, symbol: D_CO_60151A8 } + +aCoTowerDL: + { type: GFX, offset: 0x60153B0, symbol: aCoTowerDL } + +aCoStoneArchDL: + { type: GFX, offset: 0x6015F00, symbol: aCoStoneArchDL } + +D_CO_6015700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06015700, symbol: D_CO_6015700 } + +aRadarDL: + { type: GFX, offset: 0x6016270, symbol: aRadarDL } + +aCoHighway3DL: + { type: GFX, offset: 0x60164F0, symbol: aCoHighway3DL } + +aCoBuilding4DL: + { type: GFX, offset: 0x6016580, symbol: aCoBuilding4DL } + +D_CO_6017F10: + { type: GFX, offset: 0x6017F10, symbol: D_CO_6017F10 } + +D_CO_60186E0: + { type: GFX, offset: 0x60186E0, symbol: D_CO_60186E0 } + +aCoBuilding7DL: + { type: GFX, offset: 0x6018E80, symbol: aCoBuilding7DL } + +D_CO_60191C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060191C8, symbol: D_CO_60191C8 } + +D_CO_60199D0: + { type: GFX, offset: 0x60199D0, symbol: D_CO_60199D0 } + +D_CO_6019C60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019C60, symbol: D_CO_6019C60 } + +D_CO_6019E60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06019E60, symbol: D_CO_6019E60 } + +D_CO_601FF58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601FF58, symbol: D_CO_601FF58 } + +aCoBuilding2DL: + { type: GFX, offset: 0x601A7D0, symbol: aCoBuilding2DL } + +D_CO_601AD60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AD60, symbol: D_CO_601AD60 } + +aCoBuilding5DL: + { type: GFX, offset: 0x601B560, symbol: aCoBuilding5DL } + +D_CO_601B640: + { type: GFX, offset: 0x601B640, symbol: D_CO_601B640 } + +D_CO_601B6C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601B6C0, symbol: D_CO_601B6C0 } + +aCoBump2DL: + { type: GFX, offset: 0x601BEC0, symbol: aCoBump2DL } + +D_CO_601C1A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601C1A8, symbol: D_CO_601C1A8 } + +aCoTreeDL: + { type: GFX, offset: 0x601C9B0, symbol: aCoTreeDL } + +D_CO_601CAA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0601CAA0, symbol: D_CO_601CAA0 } + +D_CO_601DAA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0601DAA0, symbol: D_CO_601DAA0 } + +D_CO_601EAA0: + { type: GFX, offset: 0x601EAA0, symbol: D_CO_601EAA0 } + +D_CO_601ED00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601ED00, symbol: D_CO_601ED00 } + +aCoRuin2DL: + { type: GFX, offset: 0x601F500, symbol: aCoRuin2DL } + +aCoArch1DL: + { type: GFX, offset: 0x601F5A0, symbol: aCoArch1DL } + +D_CO_6020760: + { type: GFX, offset: 0x6020760, symbol: D_CO_6020760 } + +aCoRadarDL: + { type: GFX, offset: 0x6020B40, symbol: aCoRadarDL } + +D_CO_6021188: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06021188, symbol: D_CO_6021188 } + +D_CO_60220D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060220D0, symbol: D_CO_60220D0 } + +aCoIBeamDL: + { type: GFX, offset: 0x6023AC0, symbol: aCoIBeamDL } + +D_CO_6023DE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06023DE8, symbol: D_CO_6023DE8 } + +D_CO_6024160: + { type: GFX, offset: 0x6024160, symbol: D_CO_6024160 } + +aCoBump4DL: + { type: GFX, offset: 0x60244A0, symbol: aCoBump4DL } + +D_CO_60245E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060245E0, symbol: D_CO_60245E0 } + +D_CO_6025500: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06025500, symbol: D_CO_6025500 } + +D_CO_6026420: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06026420, symbol: D_CO_6026420 } + +D_CO_6027340: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06027340, symbol: D_CO_6027340 } + +D_CO_6028260: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028260, symbol: D_CO_6028260 } + +D_CO_6028A60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028A60, symbol: D_CO_6028A60 } + +aCoSkibotAnim: + { type: SF64:ANIM, offset: 0x6029528, symbol: aCoSkibotAnim } + +aCoSkibotSkel: + { type: SF64:SKELETON, offset: 0x6029674, symbol: aCoSkibotSkel } + +aCoGaruda1Anim: + { type: SF64:ANIM, offset: 0x602991C, symbol: aCoGaruda1Anim } + +aCoGarudaSkel: + { type: SF64:SKELETON, offset: 0x6029A48, symbol: aCoGarudaSkel } + +aCoGaruda3Anim: + { type: SF64:ANIM, offset: 0x602A520, symbol: aCoGaruda3Anim } + +D_CO_602AA04: + { type: SF64:ANIM, offset: 0x602AA04, symbol: D_CO_602AA04 } + +aCoDoorsAnim: + { type: SF64:ANIM, offset: 0x602AA7C, symbol: aCoDoorsAnim } + +aCoDoorsSkel: + { type: SF64:SKELETON, offset: 0x602AB48, symbol: aCoDoorsSkel } + +aCoGrangaWalkingAnim: + { type: SF64:ANIM, offset: 0x602BC18, symbol: aCoGrangaWalkingAnim } + +aCoGrangaSkel: + { type: SF64:SKELETON, offset: 0x602BE64, symbol: aCoGrangaSkel } + +aCoGrangaStationaryAnim: + { type: SF64:ANIM, offset: 0x602C0D0, symbol: aCoGrangaStationaryAnim } + +D_CO_602D31C: + { type: SF64:ANIM, offset: 0x602D31C, symbol: D_CO_602D31C } + +aCoCarrierAnim: + { type: SF64:ANIM, offset: 0x602D400, symbol: aCoCarrierAnim } + +aCoCarrierSkel: + { type: SF64:SKELETON, offset: 0x602D5AC, symbol: aCoCarrierSkel } + +aCoBuilding1DL: + { type: GFX, offset: 0x602D5F0, symbol: aCoBuilding1DL } + +aCoBuilding9DL: + { type: GFX, offset: 0x602DA20, symbol: aCoBuilding9DL } + +aCoRuin1DL: + { type: GFX, offset: 0x602DCA0, symbol: aCoRuin1DL } + +D_CO_602DD40: + { type: GFX, offset: 0x602DD40, symbol: D_CO_602DD40 } + +aCoHighway2DL: + { type: GFX, offset: 0x602E080, symbol: aCoHighway2DL } + +aCoBump5DL: + { type: GFX, offset: 0x602E570, symbol: aCoBump5DL } + +aCoBump3DL: + { type: GFX, offset: 0x602E7A0, symbol: aCoBump3DL } + +aCoBump1DL: + { type: GFX, offset: 0x602E9E0, symbol: aCoBump1DL } + +D_CO_602ECB0: + { type: GFX, offset: 0x602ECB0, symbol: D_CO_602ECB0 } + +D_CO_602ED50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x0602ED50, symbol: D_CO_602ED50 } + +aCoPoleDL: + { type: GFX, offset: 0x602F7C0, symbol: aCoPoleDL } + +D_CO_602F848: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0602F848, symbol: D_CO_602F848 } + +D_CO_6030850: + { type: GFX, offset: 0x6030850, symbol: D_CO_6030850 } + +D_CO_6030FD0: + { type: GFX, offset: 0x6030FD0, symbol: D_CO_6030FD0 } + +D_CO_6031130: + { type: GFX, offset: 0x6031130, symbol: D_CO_6031130 } + +D_CO_6031280: + { type: GFX, offset: 0x6031280, symbol: D_CO_6031280 } + +aCoGarudaTracksTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060329C0, symbol: aCoGarudaTracksTex } + +CoMoleMissileDL: + { type: GFX, offset: 0x6032BC0, symbol: CoMoleMissileDL } + +D_CO_6033000: + { type: GFX, offset: 0x6033000, symbol: D_CO_6033000 } + +D_CO_6033088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06033088, symbol: D_CO_6033088 } + +D_CO_6033290: + { type: GFX, offset: 0x6033290, symbol: D_CO_6033290 } + +D_CO_6033AF0: + { type: GFX, offset: 0x6033AF0, symbol: D_CO_6033AF0 } + +D_CO_6034388: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06034388, symbol: D_CO_6034388 } + +aCoShadow1DL: + { type: GFX, offset: 0x6034B90, symbol: aCoShadow1DL } + +D_CO_6034C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06034C28, symbol: D_CO_6034C28 } + +D_CO_6035430: + { type: GFX, offset: 0x6035430, symbol: D_CO_6035430 } + +D_CO_60354F0: + { type: GFX, offset: 0x60354F0, symbol: D_CO_60354F0 } + +D_CO_60355A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060355A0, symbol: D_CO_60355A0 } + +aCoBuilding10DL: + { type: GFX, offset: 0x6035DA0, symbol: aCoBuilding10DL } + +aCoBuilding8DL: + { type: GFX, offset: 0x6035F10, symbol: aCoBuilding8DL } + +aCoBuilding6DL: + { type: GFX, offset: 0x60361F0, symbol: aCoBuilding6DL } + +D_CO_60363B0: + { type: GFX, offset: 0x60363B0, symbol: D_CO_60363B0 } + +D_CO_6036438: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x06036438, symbol: D_CO_6036438 } + +D_CO_6036840: + { type: GFX, offset: 0x6036840, symbol: D_CO_6036840 } + +D_CO_60368C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x060368C8, symbol: D_CO_60368C8 } + +D_CO_6036CD0: + { type: GFX, offset: 0x6036CD0, symbol: D_CO_6036CD0 } + +D_CO_6036D58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x06036D58, symbol: D_CO_6036D58 } + +D_CO_6037160: + { type: SF64:ENVIRONMENT, offset: 0x6037160, symbol: D_CO_6037160 } + +aCoOnRailsLevelObjects: + { type: SF64:OBJECT_INIT, offset: 0x60371A4, symbol: aCoOnRailsLevelObjects } + +aCoAllRangeLevelObjects: + { type: SF64:OBJECT_INIT, offset: 0x603B074, symbol: aCoAllRangeLevelObjects } + +D_CO_603D9E8: + { type: SF64:SCRIPT, offset: 0x603D9E8, symbol: D_CO_603D9E8 } + +# Seems unused +D_CO_603DC40: + { type: SF64:HITBOX, offset: 0x603DC40, symbol: D_CO_603DC40 } + +aCoHighway2Hitbox: + { type: SF64:HITBOX, offset: 0x603DD40, symbol: aCoHighway2Hitbox } + +aCoBuilding1Hitbox: + { type: SF64:HITBOX, offset: 0x603DDF0, symbol: aCoBuilding1Hitbox } + +aCoHighway1Hitbox: + { type: SF64:HITBOX, offset: 0x603DCA4, symbol: aCoHighway1Hitbox } + +aCoBuilding2Hitbox: + { type: SF64:HITBOX, offset: 0x603DE8C, symbol: aCoBuilding2Hitbox } + +aCoBuilding3Hitbox: + { type: SF64:HITBOX, offset: 0x603DEF4, symbol: aCoBuilding3Hitbox } + +aCoBuilding4Hitbox: + { type: SF64:HITBOX, offset: 0x603DF8C, symbol: aCoBuilding4Hitbox } + +aCoBuilding5Hitbox: + { type: SF64:HITBOX, offset: 0x603DFDC, symbol: aCoBuilding5Hitbox } + +aCoBuilding6Hitbox: + { type: SF64:HITBOX, offset: 0x603E014, symbol: aCoBuilding6Hitbox } + +aCoBuilding7Hitbox: + { type: SF64:HITBOX, offset: 0x603E030, symbol: aCoBuilding7Hitbox } + +aCoBuilding8Hitbox: + { type: SF64:HITBOX, offset: 0x603E09C, symbol: aCoBuilding8Hitbox } + +aCoWaterfallHitbox: + { type: SF64:HITBOX, offset: 0x603E0EC, symbol: aCoWaterfallHitbox } + +aCoTowerHitbox: + { type: SF64:HITBOX, offset: 0x603E118, symbol: aCoTowerHitbox } + +aCoArch1Hitbox: + { type: SF64:HITBOX, offset: 0x603E14C, symbol: aCoArch1Hitbox } + +aCoArch2Hitbox: + { type: SF64:HITBOX, offset: 0x603E1B4, symbol: aCoArch2Hitbox } + +aCoArch3Hitbox: + { type: SF64:HITBOX, offset: 0x603E21C, symbol: aCoArch3Hitbox } + +# seems unused +D_CO_603E2C0: + { type: SF64:HITBOX, offset: 0x603E2C0, symbol: D_CO_603E2C0 } + +# seems unused +D_CO_603E2F4: + { type: SF64:HITBOX, offset: 0x603E2F4, symbol: D_CO_603E2F4 } + +aCoStoneArchHitbox: + { type: SF64:HITBOX, offset: 0x603E3E0, symbol: aCoStoneArchHitbox } + +aCoPoleHitbox: + { type: SF64:HITBOX, offset: 0x603E468, symbol: aCoPoleHitbox } + +aCoTreeHitbox: + { type: SF64:HITBOX, offset: 0x603E484, symbol: aCoTreeHitbox } + +aCoRadarHitbox: + { type: SF64:HITBOX, offset: 0x603E4A0, symbol: aCoRadarHitbox } + +aCoBuilding9Hitbox: + { type: SF64:HITBOX, offset: 0x603E4A4, symbol: aCoBuilding9Hitbox } + +aCoBuilding10Hitbox: + { type: SF64:HITBOX, offset: 0x603E4DC, symbol: aCoBuilding10Hitbox } + +aCoIBeamHitbox: + { type: SF64:HITBOX, offset: 0x603E514, symbol: aCoIBeamHitbox } + +aCoActorSkibotHitbox: + { type: SF64:HITBOX, offset: 0x603E54C, symbol: aCoActorSkibotHitbox } + +aCoActorRadarHitbox: + { type: SF64:HITBOX, offset: 0x603E598, symbol: aCoActorRadarHitbox } + +aCoMoleMissileHitbox: + { type: SF64:HITBOX, offset: 0x603E5B4, symbol: aCoMoleMissileHitbox } + +CoGarudaHitbox: + { type: SF64:HITBOX, offset: 0x603E5D0, symbol: CoGarudaHitbox } + +aCoGarudaDestroyHitbox: + { type: SF64:HITBOX, offset: 0x603E604, symbol: aCoGarudaDestroyHitbox } + +aCoGrangaHitbox: + { type: SF64:HITBOX, offset: 0x603E620, symbol: aCoGrangaHitbox } + +aCoCarrierLeftHitbox: + { type: SF64:HITBOX, offset: 0x603E714, symbol: aCoCarrierLeftHitbox } + +aCoCarrierUpperHitbox: + { type: SF64:HITBOX, offset: 0x603E748, symbol: aCoCarrierUpperHitbox } + +aCoCarrierBottomHitbox: + { type: SF64:HITBOX, offset: 0x603E7C4, symbol: aCoCarrierBottomHitbox } + +aCoCarrierHitbox: + { type: SF64:HITBOX, offset: 0x603E840, symbol: aCoCarrierHitbox } + +aCoRockwallHitbox: + { type: SF64:HITBOX, offset: 0x603E88C, symbol: aCoRockwallHitbox } + +aCoDoorsHitbox: + { type: SF64:HITBOX, offset: 0x603E8A8, symbol: aCoDoorsHitbox } + +D_CO_603E924: + { type: SF64:HITBOX, offset: 0x603E924, symbol: D_CO_603E924 } + +aCoBuildingOnFireHitbox: + { type: SF64:HITBOX, offset: 0x603E98C, symbol: aCoBuildingOnFireHitbox } + +aCoHighway5Hitbox: + { type: SF64:HITBOX, offset: 0x603E9EC, symbol: aCoHighway5Hitbox } + +aCoHighway6Hitbox: + { type: SF64:HITBOX, offset: 0x603EA08, symbol: aCoHighway6Hitbox } + +aCoHighway7Hitbox: + { type: SF64:HITBOX, offset: 0x603EA74, symbol: aCoHighway7Hitbox } + +aCoHighway8Hitbox: + { type: SF64:HITBOX, offset: 0x603EAE0, symbol: aCoHighway8Hitbox } + +aCoHighway9Hitbox: + { type: SF64:HITBOX, offset: 0x603EB0C, symbol: aCoHighway9Hitbox } + +D_CO_603EB38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0603EB38, symbol: D_CO_603EB38 } + +D_CO_603F338: + { type: SF64:TRIANGLE, count: 13, offset: 0x603F338, symbol: D_CO_603F338, mesh_symbol: D_CO_OFFSET, mesh_offset: 0x603F388 } + +D_CO_603F40C: + { type: SF64:TRIANGLE, count: 36, offset: 0x603F40C, symbol: D_CO_603F40C, mesh_symbol: D_CO_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending.yaml new file mode 100644 index 0000000..419e504 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending.yaml @@ -0,0 +1,125 @@ +:config: + segments: + - [0x07, 0xD22C10] + header: + code: + - '#include "assets/ast_ending.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_END_7000000: { type: GFX, offset: 0x7000000, symbol: D_END_7000000} + +D_END_7000118: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7000118, symbol: D_END_7000118} + +D_END_7001118: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7001118, symbol: D_END_7001118} + +D_END_7002120: { type: GFX, offset: 0x7002120, symbol: D_END_7002120} + +D_END_7002238: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7002238, symbol: D_END_7002238} + +D_END_7003238: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7003238, symbol: D_END_7003238} + +D_END_7004240: { type: GFX, offset: 0x7004240, symbol: D_END_7004240} + +D_END_7004620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7004620, symbol: D_END_7004620} + +D_END_7005620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7005620, symbol: D_END_7005620} + +D_END_7006620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7006620, symbol: D_END_7006620} + +D_END_7007620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7007620, symbol: D_END_7007620} + +D_END_7008620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7008620, symbol: D_END_7008620} + +D_END_7009620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7009620, symbol: D_END_7009620} + +D_END_700A620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700A620, symbol: D_END_700A620} + +D_END_700B620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700B620, symbol: D_END_700B620} + +D_END_700C620: { type: GFX, offset: 0x700C620, symbol: D_END_700C620} + +D_END_700C6A8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x700C6A8, symbol: D_END_700C6A8} + +D_END_700C8B0: { type: GFX, offset: 0x700C8B0, symbol: D_END_700C8B0} + +D_END_700C940: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700C940, symbol: D_END_700C940} + +D_END_700D940: { type: GFX, offset: 0x700D940, symbol: D_END_700D940} + +D_END_700D9D8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700D9D8, symbol: D_END_700D9D8} + +D_END_700E9E0: { type: GFX, offset: 0x700E9E0, symbol: D_END_700E9E0} + +D_END_700EA38: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x700EA38, symbol: D_END_700EA38} + +D_END_700F240: { type: GFX, offset: 0x700F240, symbol: D_END_700F240} + +D_END_700F320: { type: GFX, offset: 0x700F320, symbol: D_END_700F320} + +D_END_7010070: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7010070, symbol: D_END_7010070} + +D_END_70100F0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x70100F0, symbol: D_END_70100F0} + +D_END_7010170: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x7010170, symbol: D_END_7010170} + +D_END_7010970: { type: GFX, offset: 0x7010970, symbol: D_END_7010970} + +D_END_7010A08: {type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x7010A08, symbol: D_END_7010A08} + +D_END_7010E10: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010E10, symbol: D_END_7010E10, tlut: 0x7010EE0} + +D_END_7010EE0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x7010EE0, symbol: D_END_7010EE0} + +D_END_7010F00: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010F00, symbol: D_END_7010F00, tlut: 0x7010FD0} + +D_END_7010FD0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x7010FD0, symbol: D_END_7010FD0} + +D_END_7010FF0: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010FF0, symbol: D_END_7010FF0, tlut: 0x70110C0} + +D_END_70110C0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x70110C0, symbol: D_END_70110C0} + +D_END_70110E0: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x70110E0, symbol: D_END_70110E0, tlut: 0x70111B0} + +D_END_70111B0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x70111B0, symbol: D_END_70111B0} + +D_END_70111D0: { type: GFX, offset: 0x70111D0, symbol: D_END_70111D0} + +D_END_70113B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x70113B8, symbol: D_END_70113B8} + +D_END_70123B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x70123B8, symbol: D_END_70123B8} + +D_END_70133B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x70133B8, symbol: D_END_70133B8} + +D_END_70143C0: { type: GFX, offset: 0x70143C0, symbol: D_END_70143C0} + +D_END_7014540: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7014540, symbol: D_END_7014540} + +D_END_7015540: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7015540, symbol: D_END_7015540} + +D_END_7016540: { type: GFX, offset: 0x7016540, symbol: D_END_7016540} + +D_END_7016658: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7016658, symbol: D_END_7016658} + +D_END_7017658: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7017658, symbol: D_END_7017658} + +D_END_7018708: { type: SF64:ANIM, offset: 0x7018708, symbol: D_END_7018708} + +D_END_70187B4: { type: SF64:SKELETON, offset: 0x70187B4, symbol: D_END_70187B4} + +D_END_7019C90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019C90, symbol: D_END_7019C90} + +D_END_7019D10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019D10, symbol: D_END_7019D10} + +D_END_7019D90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019D90, symbol: D_END_7019D90} + +D_END_7019E10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019E10, symbol: D_END_7019E10} + +D_END_7019E90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019E90, symbol: D_END_7019E90} + +D_END_7019F10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019F10, symbol: D_END_7019F10} + +D_END_7019F90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019F90, symbol: D_END_7019F90} + +D_END_701A010: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x701A010, symbol: D_END_701A010} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_back.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_back.yaml new file mode 100644 index 0000000..49b2e54 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_back.yaml @@ -0,0 +1,13 @@ +:config: + segments: + - [0x08, 0xD63A90] + header: + code: + - '#include "assets/ast_ending_award_back.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_award_back: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 270, offset: 0x8000000, symbol: gEndingAwardBack } + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_front.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_front.yaml new file mode 100644 index 0000000..abeb132 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_award_front.yaml @@ -0,0 +1,12 @@ +:config: + segments: + - [0x08, 0xD3EA10] + header: + code: + - '#include "assets/ast_ending_award_front.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_award_front: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8000000, symbol: gEndingAwardFront } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_expert.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_expert.yaml new file mode 100644 index 0000000..085b030 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ending_expert.yaml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x08, 0xD8D520] + header: + code: + - '#include "assets/ast_ending_expert.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_expert_reward: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8000000, symbol: gEndingExpertReward } + +ending_normal_reward: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8025080, symbol: gEndingNormalReward } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_planet.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_planet.yaml new file mode 100644 index 0000000..fcc3d59 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_planet.yaml @@ -0,0 +1,112 @@ +:config: + segments: + - [0x04, 0x913A40] + header: + code: + - '#include "assets/ast_enmy_planet.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Seems unused +D_ENMY_PLANET_4000290: + { type: GFX, offset: 0x4000290, symbol: D_ENMY_PLANET_4000290 } + +ast_enmy_planet_seg4_vtx_8F8: + { type: VTX, count: 90, offset: 0x40008F8, symbol: ast_enmy_planet_seg4_vtx_8F8 } + +aTripodAnim: + { type: SF64:ANIM, offset: 0x40001A4, symbol: aTripodAnim } + +aTripodSkel: + { type: SF64:SKELETON, offset: 0x4000270, symbol: aTripodSkel } + +aVenomTankDL: + { type: GFX, offset: 0x4000710, symbol: aVenomTankDL } + +D_ENMY_PLANET_4001298: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001298, symbol: D_ENMY_PLANET_4001298 } + +D_ENMY_PLANET_4001698: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001698, symbol: D_ENMY_PLANET_4001698 } + +D_ENMY_PLANET_4000E98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04000E98, symbol: D_ENMY_PLANET_4000E98 } + +D_ENMY_PLANET_4001098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001098, symbol: D_ENMY_PLANET_4001098 } + +D_ENMY_PLANET_4001498: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001498, symbol: D_ENMY_PLANET_4001498 } + +D_ENMY_PLANET_40018A0: + { type: GFX, offset: 0x40018A0, symbol: D_ENMY_PLANET_40018A0 } + +D_ENMY_PLANET_40024B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x040024B8, symbol: D_ENMY_PLANET_40024B8 } + +D_ENMY_PLANET_4002538: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04002538, symbol: D_ENMY_PLANET_4002538 } + +D_ENMY_PLANET_4002D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x04002D38, symbol: D_ENMY_PLANET_4002D38 } + +D_ENMY_PLANET_4003D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04003D38, symbol: D_ENMY_PLANET_4003D38 } + +D_ENMY_PLANET_4004538: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04004538, symbol: D_ENMY_PLANET_4004538 } + +D_ENMY_PLANET_4004D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04004D38, symbol: D_ENMY_PLANET_4004D38 } + +aFirebirdAnim: + { type: SF64:ANIM, offset: 0x40057AC, symbol: aFirebirdAnim } + +aFirebirdSkel: + { type: SF64:SKELETON, offset: 0x40058B8, symbol: aFirebirdSkel } + +D_ENMY_PLANET_4005E78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04005E78, symbol: D_ENMY_PLANET_4005E78 } + +D_ENMY_PLANET_4006078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04006078, symbol: D_ENMY_PLANET_4006078 } + +D_ENMY_PLANET_4006280: + { type: GFX, offset: 0x4006280, symbol: D_ENMY_PLANET_4006280 } + +D_ENMY_PLANET_40064E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x040064E8, symbol: D_ENMY_PLANET_40064E8 } + +D_ENMY_PLANET_40066E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x040066E8, symbol: D_ENMY_PLANET_40066E8 } + +aVenomFighter1DL: + { type: GFX, offset: 0x40068F0, symbol: aVenomFighter1DL } + +aVenomFighter2DL: + { type: GFX, offset: 0x4006E90, symbol: aVenomFighter2DL } + +aGrangaFighter1DL: + { type: GFX, offset: 0x40073C0, symbol: aGrangaFighter1DL } + +aGrangaFighter2DL: + { type: GFX, offset: 0x4007AF0, symbol: aGrangaFighter2DL } + +D_ENMY_PLANET_4008100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04008100, symbol: D_ENMY_PLANET_4008100 } + +D_ENMY_PLANET_4008CE0: + { type: GFX, offset: 0x4008CE0, symbol: D_ENMY_PLANET_4008CE0 } + +D_ENMY_PLANET_4008D68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04008D68, symbol: D_ENMY_PLANET_4008D68 } + +D_ENMY_PLANET_4008FF8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04008FF8, symbol: D_ENMY_PLANET_4008FF8 } + +D_ENMY_PLANET_4008F70: + { type: GFX, offset: 0x4008F70, symbol: D_ENMY_PLANET_4008F70 } + +aSpyEyeDL: + { type: GFX, offset: 0x4009800, symbol: aSpyEyeDL } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_space.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_space.yaml new file mode 100644 index 0000000..4580ac8 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_enmy_space.yaml @@ -0,0 +1,134 @@ +:config: + segments: + - [0x04, 0x91DD40] + header: + code: + - '#include "assets/ast_enmy_space.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aKillerBeeAnim: + { type: SF64:ANIM, offset: 0x4000080, symbol: aKillerBeeAnim } + +aKillerBeeSkel: + { type: SF64:SKELETON, offset: 0x400014C, symbol: aKillerBeeSkel } + +aEnmySpMeMora1DL: + { type: GFX, offset: 0x4000170, symbol: aEnmySpMeMora1DL } + +aSpiderDL: + { type: GFX, offset: 0x4000650, symbol: aSpiderDL } + +aGammaOnDL: + { type: GFX, offset: 0x4000EC0, symbol: aGammaOnDL } + +D_ENMY_SPACE_4001108: + { type: TEXTURE, format: RGBA16, offset: 0x4001108, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4001108 } + +aAttacker2DL: + { type: GFX, offset: 0x4001310, symbol: aAttacker2DL } + +aCommanderTex1: + { type: TEXTURE, format: RGBA16, offset: 0x4001A30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex1 } + +aCommanderTex2: + { type: TEXTURE, format: RGBA16, offset: 0x04001C30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex2 } + +aCommanderTex3: + { type: TEXTURE, format: RGBA16, offset: 0x04001E30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex3 } + +aCommanderTex4: + { type: TEXTURE, format: RGBA16, offset: 0x04002030, width: 16, height: 16, ctype: u16, symbol: aCommanderTex4 } + +D_ENMY_SPACE_4002230: + { type: GFX, offset: 0x4002230, symbol: D_ENMY_SPACE_4002230 } + +D_ENMY_SPACE_4002C50: + { type: TEXTURE, format: RGBA16, offset: 0x04002C50, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4002C50 } + +D_ENMY_SPACE_4002E50: + { type: TEXTURE, format: RGBA16, offset: 0x04002E50, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4002E50 } + +aCommanderTex6: + { type: TEXTURE, format: RGBA16, offset: 0x04003050, width: 16, height: 16, ctype: u16, symbol: aCommanderTex6 } + +D_ENMY_SPACE_4003250: + { type: TEXTURE, format: RGBA16, offset: 0x04003250, width: 4, height: 4, ctype: u16, symbol: D_ENMY_SPACE_4003250 } + +D_ENMY_SPACE_4003270: + { type: TEXTURE, format: RGBA16, offset: 0x04003270, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4003270 } + +aCommanderTex5: + { type: TEXTURE, format: RGBA16, offset: 0x04003470, width: 16, height: 16, ctype: u16, symbol: aCommanderTex5 } + +D_ENMY_SPACE_4003670: + { type: TEXTURE, format: RGBA16, offset: 0x04003670, width: 8, height: 8, ctype: u16, symbol: D_ENMY_SPACE_4003670 } + +D_ENMY_SPACE_4003BD0: + { type: GFX, offset: 0x4003BD0, symbol: D_ENMY_SPACE_4003BD0 } + +D_ENMY_SPACE_40047E8: + { type: TEXTURE, format: RGBA16, offset: 0x40047E8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_40047E8 } + +D_ENMY_SPACE_4004FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4004FE8, width: 64, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4004FE8 } + +D_ENMY_SPACE_4005FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4005FE8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4005FE8 } + +D_ENMY_SPACE_40067E8: + { type: TEXTURE, format: RGBA16, offset: 0x40067E8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_40067E8 } + +D_ENMY_SPACE_40077E8: + { type: TEXTURE, format: RGBA16, offset: 0x40077E8, width: 8, height: 8, ctype: u16, symbol: D_ENMY_SPACE_40077E8 } + +D_ENMY_SPACE_4007870: + { type: GFX, offset: 0x4007870, symbol: D_ENMY_SPACE_4007870 } + +D_ENMY_SPACE_4006FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4006FE8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4006FE8 } + +aEnmySpMeMora2DL: + { type: GFX, offset: 0x40084D0, symbol: aEnmySpMeMora2DL } + +D_ENMY_SPACE_4008550: + { type: TEXTURE, format: RGBA16, offset: 0x04008550, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4008550 } + +aGammaOffDL: + { type: GFX, offset: 0x4008D50, symbol: aGammaOffDL } + +aVenomFighter3DL: + { type: GFX, offset: 0x4008FA0, symbol: aVenomFighter3DL } + +D_ENMY_SPACE_40096B8: + { type: TEXTURE, format: RGBA16, offset: 0x040096B8, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_40096B8 } + +D_ENMY_SPACE_40098B8: + { type: TEXTURE, format: RGBA16, offset: 0x040098B8, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_40098B8 } + +D_ENMY_SPACE_4009AB8: + { type: TEXTURE, format: RGBA16, offset: 0x04009AB8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4009AB8 } + +aCruiserGunAnim: + { type: SF64:ANIM, offset: 0x400A30C, symbol: aCruiserGunAnim } + +aCruiserGunSkel: + { type: SF64:SKELETON, offset: 0x400A398, symbol: aCruiserGunSkel } + +aEnmySpMeMora3DL: + { type: GFX, offset: 0x400A630, symbol: aEnmySpMeMora3DL } + + +aCommanderDL: + { type: GFX, offset: 0x400AAE0, symbol: aCommanderDL } + + +aAttacker3DL: + { type: GFX, offset: 0x400B390, symbol: aAttacker3DL } + + +aAttacker1DL: + { type: GFX, offset: 0x400BD20, symbol: aAttacker1DL } + +# size = 0xC510 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_font_3d.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_font_3d.yaml new file mode 100644 index 0000000..e3b09c8 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_font_3d.yaml @@ -0,0 +1,128 @@ +:config: + segments: + - [0x09, 0xCD92B0] + header: + code: + - '#include "assets/ast_font_3d.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aFont3D_DOT: + { type: GFX, offset: 0x9000000, symbol: aFont3D_DOT } + +aFont3D_1: + { type: GFX, offset: 0x90001F0, symbol: aFont3D_1 } + +D_FONT3D_9000528: + { type: TEXTURE, ctype: u8, format: CI4, width: 8, height: 8, offset: 0x09000528, symbol: D_FONT3D_9000528, tlut: 0x09000548 } + +D_FONT3D_9000548: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x09000548, symbol: D_FONT3D_9000548 } + +aFont3D_O: + { type: GFX, offset: 0x9000570, symbol: aFont3D_O } + +aFont3D_D: + { type: GFX, offset: 0x9000980, symbol: aFont3D_D } + +aFont3D_J: + { type: GFX, offset: 0x9001120, symbol: aFont3D_J } + +aFont3D_P: + { type: GFX, offset: 0x90014E0, symbol: aFont3D_P } + +aFont3D_Z: + { type: GFX, offset: 0x9001A10, symbol: aFont3D_Z } + +aFont3D_Y: + { type: GFX, offset: 0x9001E90, symbol: aFont3D_Y } + +aFont3D_X: + { type: GFX, offset: 0x90022A0, symbol: aFont3D_X } + +aFont3D_W: + { type: GFX, offset: 0x9002890, symbol: aFont3D_W } + +aFont3D_V: + { type: GFX, offset: 0x9002EA0, symbol: aFont3D_V } + +aFont3D_U: + { type: GFX, offset: 0x9003230, symbol: aFont3D_U } + +aFont3D_T: + { type: GFX, offset: 0x9003620, symbol: aFont3D_T } + +aFont3D_S: + { type: GFX, offset: 0x9003A30, symbol: aFont3D_S } + +aFont3D_R: + { type: GFX, offset: 0x9004230, symbol: aFont3D_R } + +aFont3D_Q: + { type: GFX, offset: 0x9004920, symbol: aFont3D_Q } + +aFont3D_N: + { type: GFX, offset: 0x9004E10, symbol: aFont3D_N } + +aFont3D_M: + { type: GFX, offset: 0x9005380, symbol: aFont3D_M } + +aFont3D_L: + { type: GFX, offset: 0x9005980, symbol: aFont3D_L } + +aFont3D_K: + { type: GFX, offset: 0x9005CA0, symbol: aFont3D_K } + +aFont3D_I: + { type: GFX, offset: 0x90062D0, symbol: aFont3D_I } + +aFont3D_H: + { type: GFX, offset: 0x9006500, symbol: aFont3D_H } + +aFont3D_G: + { type: GFX, offset: 0x9006AE0, symbol: aFont3D_G } + +aFont3D_F: + { type: GFX, offset: 0x90070C0, symbol: aFont3D_F } + +aFont3D_E: + { type: GFX, offset: 0x90075A0, symbol: aFont3D_E } + +aFont3D_C: + { type: GFX, offset: 0x9007BB0, symbol: aFont3D_C } + +aFont3D_B: + { type: GFX, offset: 0x9007FD0, symbol: aFont3D_B } + +aFont3D_A: + { type: GFX, offset: 0x90086F0, symbol: aFont3D_A } + +aFont3D_9: + { type: GFX, offset: 0x9008C60, symbol: aFont3D_9 } + +aFont3D_8: + { type: GFX, offset: 0x9009280, symbol: aFont3D_8 } + +aFont3D_7: + { type: GFX, offset: 0x9009990, symbol: aFont3D_7 } + +aFont3D_6: + { type: GFX, offset: 0x9009CB0, symbol: aFont3D_6 } + +aFont3D_5: + { type: GFX, offset: 0x900A290, symbol: aFont3D_5 } + +aFont3D_4: + { type: GFX, offset: 0x900A870, symbol: aFont3D_4 } + +aFont3D_3: + { type: GFX, offset: 0x900AF60, symbol: aFont3D_3 } + +aFont3D_2: + { type: GFX, offset: 0x900B580, symbol: aFont3D_2 } + +aFont3D_0: + { type: GFX, offset: 0x900BB90, symbol: aFont3D_0 } + +# size = 0xC1D0 diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_fortuna.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_fortuna.yaml new file mode 100644 index 0000000..493b7d0 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_fortuna.yaml @@ -0,0 +1,183 @@ +:config: + segments: + - [0x6, 0xB18060] + header: + code: + - '#include "assets/ast_fortuna.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +# Fortuna +# Former Defense Post +aFoTitleCardTex: + { type: TEXTURE, format: IA8, width: 168, height: 28, offset: 0x6000000, ctype: u8, symbol: aFoTitleCardTex } + +D_FO_6001260: + { type: TEXTURE, format: IA8, width: 16, height: 16, offset: 0x6001260, ctype: u8, symbol: D_FO_6001260 } + +D_FO_6001360: + { type: GFX, offset: 0x6001360, symbol: D_FO_6001360 } + +D_FO_6001890: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6001890, ctype: u16, symbol: D_FO_6001890 } + +D_FO_6002090: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6002090, ctype: u16, symbol: D_FO_6002090 } + +D_FO_6002890: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6002890, ctype: u16, symbol: D_FO_6002890 } + +aFoBaseDL2: + { type: GFX, offset: 0x6003090, symbol: aFoBaseDL2 } + +D_FO_6003EC0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003EC0, ctype: u16, symbol: D_FO_6003EC0 } + +D_FO_60046C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60046C0, ctype: u16, symbol: D_FO_60046C0 } + +D_FO_60048C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60048C0, ctype: u16, symbol: D_FO_60048C0 } + +D_FO_6004AC0: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, offset: 0x6004AC0, ctype: u16, symbol: D_FO_6004AC0 } + +D_FO_6005AC0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6005AC0, ctype: u16, symbol: D_FO_6005AC0 } + +D_FO_6005CC0: + { type: GFX, offset: 0x6005CC0, symbol: D_FO_6005CC0 } + +D_FO_6005F20: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6005F20, ctype: u16, symbol: D_FO_6005F20 } + +D_FO_6006120: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6006120, ctype: u8, symbol: D_FO_6006120 } + +D_FO_6006220: + { type: TEXTURE, format: TLUT, colors: 120, offset: 0x6006220, ctype: u16, symbol: D_FO_6006220 } + +aFoMountain3DL: + { type: GFX, offset: 0x6006310, symbol: aFoMountain3DL } + +aFoTowerDL: + { type: GFX, offset: 0x60066E0, symbol: aFoTowerDL } + +ast_fortuna_seg6_vtx_6898: + { type: VTX, count: 52, offset: 0x6006898, symbol: ast_fortuna_seg6_vtx_6898 } + +D_FO_6006BE0: + { type: GFX, offset: 0x6006BE0, symbol: D_FO_6006BE0 } + +ast_fortuna_seg6_vtx_6D00: + { type: VTX, count: 62, offset: 0x6006D00, symbol: ast_fortuna_seg6_vtx_6D00 } + +D_FO_60070E0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60070E0, ctype: u16, symbol: D_FO_60070E0 } + +D_FO_60072E0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60072E0, ctype: u16, symbol: D_FO_60072E0 } + +D_FO_60074E0: + { type: GFX, offset: 0x60074E0, symbol: D_FO_60074E0 } + +D_FO_6007590: + { type: GFX, offset: 0x6007590, symbol: D_FO_6007590 } + +D_FO_6007730: + { type: GFX, offset: 0x6007730, symbol: D_FO_6007730 } + +aFoRadarAnim: + { type: SF64:ANIM, offset: 0x6007854, symbol: aFoRadarAnim } + +aFoRadarSkel: + { type: SF64:SKELETON, offset: 0x6007980, symbol: aFoRadarSkel } + +aFoMountain1DL: + { type: GFX, offset: 0x60079B0, symbol: aFoMountain1DL } + +aFoMountain2DL: + { type: GFX, offset: 0x6007D80, symbol: aFoMountain2DL } + +D_FO_6008150: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6008150, ctype: u16, symbol: D_FO_6008150 } + +D_FO_6009070: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6009070, ctype: u16, symbol: D_FO_6009070 } + +aFoEnemyShadowDL: + { type: GFX, offset: 0x6009F90, symbol: aFoEnemyShadowDL } + +D_FO_600A018: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600A018, ctype: u8, symbol: D_FO_600A018 } + +aFoPoleDL: + { type: GFX, offset: 0x600A420, symbol: aFoPoleDL } + +D_FO_600A4A8: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, offset: 0x600A4A8, ctype: u16, symbol: D_FO_600A4A8 } + +D_FO_600B4B0: + { type: GFX, offset: 0x600B4B0, symbol: D_FO_600B4B0 } + +D_FO_600B5C0: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600B5C0, ctype: u16, symbol: D_FO_600B5C0 } + +D_FO_600C5C0: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600C5C0, ctype: u16, symbol: D_FO_600C5C0 } + +aFoBaseDL1: + { type: GFX, offset: 0x600D5C0, symbol: aFoBaseDL1 } + +D_FO_600D7E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600D7E8, ctype: u16, symbol: D_FO_600D7E8 } + +D_FO_600D9F0: + { type: GFX, offset: 0x600D9F0, symbol: D_FO_600D9F0 } + +D_FO_600DA88: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600DA88, ctype: u16, symbol: D_FO_600DA88 } + +D_FO_600EA90: + { type: SF64:ENVIRONMENT, offset: 0x600EA90, symbol: D_FO_600EA90 } + +D_FO_600EAD4: + { type: SF64:OBJECT_INIT, offset: 0x600EAD4, symbol: D_FO_600EAD4 } + +D_FO_600F1DC: + { type: SF64:COLPOLY, offset: 0x600F1DC, count: 22, symbol: D_FO_600F1DC, mesh_symbol: D_FO_OFFSET } + +D_FO_600F3F4: + { type: SF64:COLPOLY, offset: 0x600F3F4, count: 22, symbol: D_FO_600F3F4, mesh_symbol: D_FO_OFFSET } + +D_FO_600F60C: + { type: SF64:COLPOLY, offset: 0x600F60C, count: 93, symbol: D_FO_600F60C, mesh_symbol: D_FO_OFFSET } + +aFoPoleHitbox: + { type: SF64:HITBOX, offset: 0x600FE9C, symbol: aFoPoleHitbox } + +aFoTowerHitbox: + { type: SF64:HITBOX, offset: 0x600FEB8, symbol: aFoTowerHitbox } + +aFoRadarHitbox: + { type: SF64:HITBOX, offset: 0x600FF30, symbol: aFoRadarHitbox } + +D_FO_600FF64: + { type: SF64:HITBOX, offset: 0x600FF64, symbol: D_FO_600FF64 } + +aFoMountain1Hitbox: + { type: SF64:HITBOX, offset: 0x600FF80, symbol: aFoMountain1Hitbox } + +aFoMountain2Hitbox: + { type: SF64:HITBOX, offset: 0x600FFA0, symbol: aFoMountain2Hitbox } + +aFoMountain3Hitbox: + { type: SF64:HITBOX, offset: 0x600FFC0, symbol: aFoMountain3Hitbox } + +aFoBaseHitbox: + { type: SF64:HITBOX, offset: 0x600FFE0, symbol: aFoBaseHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_great_fox.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_great_fox.yaml new file mode 100644 index 0000000..c309be3 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_great_fox.yaml @@ -0,0 +1,93 @@ +:config: + segments: + - [0xE, 0x92A250] + header: + code: + - '#include "assets/ast_great_fox.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Great Fox Model +aGreatFoxIntactDL: + { type: GFX, offset: 0xE000000, symbol: aGreatFoxIntactDL } + +D_GREAT_FOX_E0094B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E0094B0, symbol: D_GREAT_FOX_E0094B0 } + +D_GREAT_FOX_E009CB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E009CB0, symbol: D_GREAT_FOX_E009CB0 } + +# Great Fox Logo +D_GREAT_FOX_E00ACB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00ACB0, symbol: D_GREAT_FOX_E00ACB0 } + +D_GREAT_FOX_E00B4B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00B4B0, symbol: D_GREAT_FOX_E00B4B0 } + +# Yellow Square +D_GREAT_FOX_E00B530: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00B530, symbol: D_GREAT_FOX_E00B530 } + +D_GREAT_FOX_E00B5B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00B5B0, symbol: D_GREAT_FOX_E00B5B0 } + +# Great Fox Starfox Logo +D_GREAT_FOX_E00BDB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E00BDB0, symbol: D_GREAT_FOX_E00BDB0 } + +D_GREAT_FOX_E00CDB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0E00CDB0, symbol: D_GREAT_FOX_E00CDB0 } + +D_GREAT_FOX_E00CFB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00CFB0, symbol: D_GREAT_FOX_E00CFB0 } + +D_GREAT_FOX_E00D7B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00D7B0, symbol: D_GREAT_FOX_E00D7B0 } + +# Black Square +D_GREAT_FOX_E007430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E007430, symbol: D_GREAT_FOX_E007430 } + +# Great Fox Model (damaged) +aGreatFoxDamagedDL: + { type: GFX, offset: 0xE003AB0, symbol: aGreatFoxDamagedDL } + +D_GREAT_FOX_E0074B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E0074B0, symbol: D_GREAT_FOX_E0074B0 } + +D_GREAT_FOX_E0084B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E0084B0, symbol: D_GREAT_FOX_E0084B0 } + +D_GREAT_FOX_E008CB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E008CB0, symbol: D_GREAT_FOX_E008CB0 } + +D_GREAT_FOX_E00DFB0: + { type: GFX, offset: 0xE00DFB0, symbol: D_GREAT_FOX_E00DFB0 } + +D_GREAT_FOX_E00E078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00E078, symbol: D_GREAT_FOX_E00E078 } + +# Radio Face of ROB64 +D_GREAT_FOX_E00E100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00E100, symbol: D_GREAT_FOX_E00E100 } + +# Radio Face of ROB64 (talking) +D_GREAT_FOX_E00F020: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00F020, symbol: D_GREAT_FOX_E00F020 } + +# Radio Face of General Pepper +D_GREAT_FOX_E00FF40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00FF40, symbol: D_GREAT_FOX_E00FF40 } + +# Radio Face of General Pepper (talking) +D_GREAT_FOX_E010E60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E010E60, symbol: D_GREAT_FOX_E010E60 } + +D_GREAT_FOX_E011D80: + { type: GFX, offset: 0xE011D80, symbol: D_GREAT_FOX_E011D80 } + +D_GREAT_FOX_E011E08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E011E08, symbol: D_GREAT_FOX_E011E08 } + +# size = 0x11E90 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_katina.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_katina.yaml new file mode 100644 index 0000000..749b5fe --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_katina.yaml @@ -0,0 +1,179 @@ +:config: + segments: + - [0x6, 0xBAC7E0] + header: + code: + - '#include "assets/ast_katina.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +# Katina +# Frontline Base +aKaTitleCardTex: + { type: TEXTURE, format: IA8, width: 168, height: 28, offset: 0x6000000, ctype: u8, symbol: aKaTitleCardTex } + +D_KA_6001260: + { type: TEXTURE, format: IA8, width: 8, height: 8, offset: 0x6001260, ctype: u8, symbol: D_KA_6001260 } + +aKaDestroyedHatchDL: + { type: GFX, offset: 0x60012A0, symbol: aKaDestroyedHatchDL } + +aKaEnemyDL: + { type: GFX, offset: 0x6001530, symbol: aKaEnemyDL } + +D_KA_6001968: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6001968, ctype: u16, symbol: D_KA_6001968 } + +# Mothership model +D_KA_6002170: + { type: GFX, offset: 0x6002170, symbol: D_KA_6002170 } + +D_KA_6004078: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, offset: 0x6004078, ctype: u16, symbol: D_KA_6004078 } + +D_KA_60040F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60040F8, ctype: u16, symbol: D_KA_60040F8 } + +D_KA_60048F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60048F8, ctype: u16, symbol: D_KA_60048F8 } + +D_KA_60050F8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60050F8, ctype: u16, symbol: D_KA_60050F8 } + +D_KA_60052F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60052F8, ctype: u16, symbol: D_KA_60052F8 } + +D_KA_6005AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005AF8, ctype: u16, symbol: D_KA_6005AF8 } + +D_KA_60062F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60062F8, ctype: u16, symbol: D_KA_60062F8 } + +D_KA_6006AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006AF8, ctype: u16, symbol: D_KA_6006AF8 } + +aKaDestroyedKaSaucererDL: + { type: GFX, offset: 0x6007300, symbol: aKaDestroyedKaSaucererDL } + +D_KA_6009250: + { type: GFX, offset: 0x6009250, symbol: D_KA_6009250 } + +D_KA_60094A8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60094A8, ctype: u16, symbol: D_KA_60094A8 } + +D_KA_6009CB0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6009CB0, ctype: u16, symbol: D_KA_6009CB0 } + +D_KA_600ABD0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x600ABD0, ctype: u16, symbol: D_KA_600ABD0 } + +aKaFLBaseDL: + { type: GFX, offset: 0x600BAF0, symbol: aKaFLBaseDL } + +D_KA_600BDB0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600BDB0, ctype: u16, symbol: D_KA_600BDB0 } + +D_KA_600C2D8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C2D8, ctype: u16, symbol: D_KA_600C2D8 } + +aKaFLBaseDestroyedDL: + { type: GFX, offset: 0x600C4E0, symbol: aKaFLBaseDestroyedDL } + +D_KA_600C760: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C760, ctype: u16, symbol: D_KA_600C760 } + +D_KA_600C960: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C960, ctype: u16, symbol: D_KA_600C960 } + +# Mothership Core +D_KA_600CB60: + { type: GFX, offset: 0x600CB60, symbol: D_KA_600CB60 } + +D_KA_600BFB0: + { type: GFX, offset: 0x600BFB0, symbol: D_KA_600BFB0 } + +aDestroyedHatch2DL: + { type: GFX, offset: 0x600CDC0, symbol: aDestroyedHatch2DL } + +aDestroyedCoreDL: + { type: GFX, offset: 0x600D090, symbol: aDestroyedCoreDL } + +aDestroyedHatch4DL: + { type: GFX, offset: 0x600D290, symbol: aDestroyedHatch4DL } + +aDestroyedHatch3DL: + { type: GFX, offset: 0x600D4E0, symbol: aDestroyedHatch3DL } + +aKaCornerianFighterShadowDL: + { type: GFX, offset: 0x600D730, symbol: aKaCornerianFighterShadowDL } + +D_KA_600D7B8: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600D7B8, ctype: u8, symbol: D_KA_600D7B8 } + +aKaEnemyShadowDL: + { type: GFX, offset: 0x600DBC0, symbol: aKaEnemyShadowDL } + +D_KA_600DC48: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600DC48, ctype: u8, symbol: D_KA_600DC48 } + +aKaCornerianFighterDL: + { type: GFX, offset: 0x600E050, symbol: aKaCornerianFighterDL } + +D_KA_600E7E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600E7E8, ctype: u16, symbol: D_KA_600E7E8 } + +D_KA_600E9E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600E9E8, ctype: u16, symbol: D_KA_600E9E8 } + +D_KA_600EBE8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600EBE8, ctype: u16, symbol: D_KA_600EBE8 } + +D_KA_600EDE8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600EDE8, ctype: u16, symbol: D_KA_600EDE8 } + +aKaEnemyLowPolyDL: + { type: GFX, offset: 0x600EFF0, symbol: aKaEnemyLowPolyDL } + +D_KA_600F1D0: + { type: GFX, offset: 0x600F1D0, symbol: D_KA_600F1D0 } + +D_KA_600F260: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600F260, ctype: u16, symbol: D_KA_600F260 } + +D_KA_6010260: + { type: GFX, offset: 0x6010260, symbol: D_KA_6010260 } + +D_KA_60105D8: + { type: SF64:ANIM, offset: 0x60105D8, symbol: D_KA_60105D8 } + +D_KA_6010A60: + { type: GFX, offset: 0x6010A60, symbol: D_KA_6010A60 } + +D_KA_6010D20: + { type: GFX, offset: 0x6010D20, symbol: D_KA_6010D20 } + +D_KA_6010744: + { type: SF64:SKELETON, offset: 0x6010744, symbol: D_KA_6010744 } + +D_KA_6010780: + { type: GFX, offset: 0x6010780, symbol: D_KA_6010780 } + +D_KA_6011000: + { type: SF64:ENVIRONMENT, offset: 0x6011000, symbol: D_KA_6011000 } + +D_KA_6011044: + { type: SF64:OBJECT_INIT, offset: 0x6011044, symbol: D_KA_6011044 } + +aKaSaucererHitbox: + { type: SF64:HITBOX, offset: 0x6011058, symbol: aKaSaucererHitbox } + +aKaFrontlineBaseHitbox: + { type: SF64:HITBOX, offset: 0x601115C, symbol: aKaFrontlineBaseHitbox } + +D_KA_60111D8: + { type: SF64:HITBOX, offset: 0x60111D8, symbol: D_KA_60111D8 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_landmaster.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_landmaster.yaml new file mode 100644 index 0000000..4eb4abb --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_landmaster.yaml @@ -0,0 +1,78 @@ +:config: + segments: + - [0x3, 0x8D5000] + header: + code: + - '#include "assets/ast_landmaster.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aLandmasterLifeIconTex: + { type: TEXTURE, format: CI4, offset: 0x3000000, width: 16, height: 16, ctype: u8, tlut: 0x3000080, symbol: aLandmasterLifeIconTex } + +aLandmasterLifeIconTLUT: + { type: TEXTURE, format: TLUT, offset: 0x3000080, colors: 8, ctype: u16, symbol: aLandmasterLifeIconTLUT } + +aLandmasterModelDL: + { type: GFX, offset: 0x3000090, symbol: aLandmasterModelDL } + +D_landmaster_3004CA8: + { type: TEXTURE, format: RGBA16, offset: 0x3004CA8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3004CA8 } + +D_landmaster_30054A8: + { type: TEXTURE, format: RGBA16, offset: 0x30054A8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_30054A8 } + +D_landmaster_3005CA8: + { type: TEXTURE, format: RGBA16, offset: 0x3005CA8, width: 16, height: 16, ctype: u16, symbol: D_landmaster_3005CA8 } + +D_landmaster_3005EA8: + { type: TEXTURE, format: RGBA16, offset: 0x3005EA8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3005EA8 } + +D_landmaster_3002680: + { type: TEXTURE, format: RGBA16, offset: 0x3002680, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3002680 } + +D_landmaster_3002E80: + { type: TEXTURE, format: RGBA16, offset: 0x3002E80, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3002E80 } + +D_landmaster_3003680: + { type: TEXTURE, format: RGBA16, offset: 0x3003680, width: 64, height: 32, ctype: u16, symbol: D_landmaster_3003680 } + +D_landmaster_3001680: + { type: TEXTURE, format: RGBA16, offset: 0x3001680, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3001680 } + +D_landmaster_3001E80: + { type: TEXTURE, format: RGBA16, offset: 0x3001E80, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3001E80 } + +aLandmasterCanonDL: + { type: GFX, offset: 0x3004680, symbol: aLandmasterCanonDL } + +D_landmaster_30066B0: + { type: GFX, offset: 0x30066B0, symbol: D_landmaster_30066B0 } + +D_landmaster_3006738: + { type: TEXTURE, format: IA8, offset: 0x3006738, width: 16, height: 32, ctype: u8, symbol: D_landmaster_3006738 } + +D_landmaster_3006940: + { type: GFX, offset: 0x3006940, symbol: D_landmaster_3006940 } + +D_landmaster_30069D8: + { type: TEXTURE, format: IA8, offset: 0x030069D8, width: 32, height: 32, ctype: u8, symbol: D_landmaster_30069D8 } + +D_landmaster_3006DE0: + { type: GFX, offset: 0x3006DE0, symbol: D_landmaster_3006DE0 } + +D_landmaster_3006E68: + { type: TEXTURE, format: RGBA32, offset: 0x3006E68, width: 32, height: 32, ctype: u32, symbol: D_landmaster_3006E68 } + +D_landmaster_3007E70: + { type: GFX, offset: 0x3007E70, symbol: D_landmaster_3007E70 } + +D_landmaster_3007EF8: + { type: TEXTURE, format: RGBA16, offset: 0x3007EF8, width: 16, height: 16, ctype: u16, symbol: D_landmaster_3007EF8 } + +D_landmaster_3008100: + { type: GFX, offset: 0x3008100, symbol: D_landmaster_3008100 } + +D_landmaster_3008188: + { type: TEXTURE, format: IA8, offset: 0x03008188, width: 32, height: 32, ctype: u8, symbol: D_landmaster_3008188 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_logo.yml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_logo.yml new file mode 100644 index 0000000..6e9ffad --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_logo.yml @@ -0,0 +1,18 @@ +:config: + segments: + - [0x0F, 0xD20710] + header: + code: + - '#include "assets/ast_logo.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +nintendo_logo: + type: TEXTURE + offset: 0xF000000 + format: IA8 + width: 128 + height: 74 + ctype: u8 + symbol: gNintendoLogo \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_macbeth.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_macbeth.yaml new file mode 100644 index 0000000..a55aba3 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_macbeth.yaml @@ -0,0 +1,938 @@ +:config: + segments: + - [0x06, 0xBBD9E0] + header: + code: + - '#include "assets/ast_macbeth.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aMaTitleCardTex: + {type: TEXTURE, format: IA8, ctype: u8, width: 160, height: 28, offset: 0x6000000, symbol: aMaTitleCardTex} + +D_MA_6001180: + {type: GFX, offset: 0x6001180, symbol: D_MA_6001180} + +D_MA_60012A0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60012A0, symbol: D_MA_60012A0, tlut: 0x60013A0} + +D_MA_60013A0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 128, offset: 0x60013A0, symbol: D_MA_60013A0} + +D_MA_60014A0: + {type: GFX, offset: 0x60014A0, symbol: D_MA_60014A0} + +D_MA_6001578: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6001578, symbol: D_MA_6001578, tlut: 0x6001978} + +D_MA_6001978: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 112, offset: 0x6001978, symbol: D_MA_6001978} + +D_MA_6001A60: + {type: GFX, offset: 0x6001A60, symbol: D_MA_6001A60} + +D_MA_6001B38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6001B38, symbol: D_MA_6001B38, tlut: 0x6001C38} + +D_MA_6001C38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6001C38, symbol: D_MA_6001C38} + +D_MA_6001C78: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6001C78, symbol: D_MA_6001C78, tlut: 0x6002078} + +D_MA_6002078: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 80, offset: 0x6002078, symbol: D_MA_6002078} + +D_MA_6002118: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6002118, symbol: D_MA_6002118, tlut: 0x6002518} + +D_MA_6002518: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 240, offset: 0x6002518, symbol: D_MA_6002518} + +D_MA_60026F8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60026F8, symbol: D_MA_60026F8, tlut: 0x60027F8} + +D_MA_60027F8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x60027F8, symbol: D_MA_60027F8} + +aMaGuillotine2DL: + {type: GFX, offset: 0x6002890, symbol: aMaGuillotine2DL} + +D_MA_6002C20: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 16, offset: 0x6002C20, symbol: D_MA_6002C20, tlut: 0x6002E20} + +D_MA_6002E20: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6002E20, symbol: D_MA_6002E20} + +D_MA_6002E60: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6002E60, symbol: D_MA_6002E60, tlut: 0x6002F60} + +D_MA_6002F60: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x6002F60, symbol: D_MA_6002F60} + +D_MA_6002FF0: + { type: TEXTURE, format: CI8, ctype: u8, width: 8, height: 8, offset: 0x6002FF0, symbol: D_MA_6002FF0, tlut: 0x6003030} + +D_MA_6003030: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6003030, symbol: D_MA_6003030} + +aMaRailroadSwitch3DL: + {type: GFX, offset: 0x6003070, symbol: aMaRailroadSwitch3DL} + +D_MA_6003138: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6003138, symbol: D_MA_6003138, tlut: 0x6003238} + +D_MA_6003238: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 152, offset: 0x6003238, symbol: D_MA_6003238} + +D_MA_6003370: + {type: GFX, offset: 0x6003370, symbol: D_MA_6003370} + +D_MA_6003B58: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6003B58, symbol: D_MA_6003B58, tlut: 0x6003F58} + +D_MA_6003F58: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x6003F58, symbol: D_MA_6003F58} + +D_MA_6003FC8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6003FC8, symbol: D_MA_6003FC8, tlut: 0x60043C8} + +D_MA_60043C8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x60043C8, symbol: D_MA_60043C8} + +D_MA_6004440: + {type: GFX, offset: 0x6004440, symbol: D_MA_6004440} + +D_MA_6004640: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6004640, symbol: D_MA_6004640, tlut: 0x6004A40} + +D_MA_6004A40: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 256, offset: 0x6004A40, symbol: D_MA_6004A40} + +D_MA_60050F8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60050F8, symbol: D_MA_60050F8, tlut: 0x60051F8} + +D_MA_60051F8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x60051F8, symbol: D_MA_60051F8} + +D_MA_6005238: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6005238, symbol: D_MA_6005238, tlut: 0x6005638} + +D_MA_6005638: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 248, offset: 0x6005638, symbol: D_MA_6005638} + +D_MA_6005828: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6005828, symbol: D_MA_6005828} + +D_MA_6006030: + {type: GFX, offset: 0x6006030, symbol: D_MA_6006030} + +aMaIndicatorSignDL: + {type: GFX, offset: 0x60066A0, symbol: aMaIndicatorSignDL} + +D_MA_60069A8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60069A8, symbol: D_MA_60069A8, tlut: 0x6006AA8} + +D_MA_6006AA8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 160, offset: 0x6006AA8, symbol: D_MA_6006AA8} + +D_MA_6006BE8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6006BE8, symbol: D_MA_6006BE8, tlut: 0x6006FE8} + +D_MA_6006FE8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x6006FE8, symbol: D_MA_6006FE8} + +aMaDistanceSign4DL: + {type: GFX, offset: 0x60071C0, symbol: aMaDistanceSign4DL} + +aMaDistanceSign3DL: + {type: GFX, offset: 0x6007290, symbol: aMaDistanceSign3DL} + +aMaDistanceSign2DL: + {type: GFX, offset: 0x6007360, symbol: aMaDistanceSign2DL} + +aMaDistanceSign1DL: + {type: GFX, offset: 0x6007430, symbol: aMaDistanceSign1DL} + +aMaDistanceSign5DL: + {type: GFX, offset: 0x6007500, symbol: aMaDistanceSign5DL} + +aMaWeaponsFactoryDL: + {type: GFX, offset: 0x60075D0, symbol: aMaWeaponsFactoryDL} + +D_MA_60092E0: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x60092E0, symbol: D_MA_60092E0} + +D_MA_6009AE0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009AE0, symbol: D_MA_6009AE0, tlut: 0x6009BE0} + +D_MA_6009BE0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x6009BE0, symbol: D_MA_6009BE0} + +aMaRailroadSwitch8DL: + {type: GFX, offset: 0x6009C50, symbol: aMaRailroadSwitch8DL} + +D_MA_6009D18: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009D18, symbol: D_MA_6009D18, tlut: 0x6009E18} + +D_MA_6009E18: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 120, offset: 0x6009E18, symbol: D_MA_6009E18} + +aMaRailroadSwitch7DL: + {type: GFX, offset: 0x6009F10, symbol: aMaRailroadSwitch7DL} + +D_MA_6009FD8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009FD8, symbol: D_MA_6009FD8, tlut: 0x600A0D8} + +D_MA_600A0D8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600A0D8, symbol: D_MA_600A0D8} + +aMaRailroadSwitch6DL: + {type: GFX, offset: 0x600A1F0, symbol: aMaRailroadSwitch6DL} + +D_MA_600A2B8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A2B8, symbol: D_MA_600A2B8, tlut: 0x600A3B8} + +D_MA_600A3B8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600A3B8, symbol: D_MA_600A3B8} + +aMaRailroadSwitch5DL: + {type: GFX, offset: 0x600A4D0, symbol: aMaRailroadSwitch5DL} + +D_MA_600A598: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A598, symbol: D_MA_600A598, tlut: 0x600A698} + +D_MA_600A698: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 152, offset: 0x600A698, symbol: D_MA_600A698} + +aMaRailroadSwitch4DL: + {type: GFX, offset: 0x600A7D0, symbol: aMaRailroadSwitch4DL} + +D_MA_600A898: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A898, symbol: D_MA_600A898, tlut: 0x600A998} + +D_MA_600A998: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 104, offset: 0x600A998, symbol: D_MA_600A998} + +aMaRailroadSwitch2DL: + {type: GFX, offset: 0x600AA70, symbol: aMaRailroadSwitch2DL} + +D_MA_600AB38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600AB38, symbol: D_MA_600AB38, tlut: 0x600AC38} + +D_MA_600AC38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600AC38, symbol: D_MA_600AC38} + +aMaRailroadSwitch1DL: + {type: GFX, offset: 0x600AD50, symbol: aMaRailroadSwitch1DL} + +D_MA_600AE18: + { type: TEXTURE, format: CI8, ctype: u8, width: 8, height: 16, offset: 0x600AE18, symbol: D_MA_600AE18, tlut: 0x600AE98} + +D_MA_600AE98: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 80, offset: 0x600AE98, symbol: D_MA_600AE98} + +aMaGuillotine1DL: + {type: GFX, offset: 0x600AF40, symbol: aMaGuillotine1DL} + +D_MA_600B2E0: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 64, offset: 0x600B2E0, symbol: D_MA_600B2E0} + +D_MA_600C2E0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600C2E0, symbol: D_MA_600C2E0, tlut: 0x600C3E0} + +D_MA_600C3E0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 40, offset: 0x600C3E0, symbol: D_MA_600C3E0} + +D_MA_600C4D0: + {type: SF64:ANIM, offset: 0x600C4D0, symbol: D_MA_600C4D0} + +D_MA_600C65C: + {type: SF64:SKELETON, offset: 0x600C65C, symbol: D_MA_600C65C} + +D_MA_600CD18: + {type: SF64:ANIM, offset: 0x600CD18, symbol: D_MA_600CD18} + +D_MA_600D1E4: + {type: SF64:SKELETON, offset: 0x600D1E4, symbol: D_MA_600D1E4} + +D_MA_600D280: + { type: TEXTURE, format: IA16, ctype: u16, width: 16, height: 16, offset: 0x600D280, symbol: D_MA_600D280} + +aMaSpearDL: + {type: GFX, offset: 0x600D480, symbol: aMaSpearDL} + +D_MA_600D878: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600D878, symbol: D_MA_600D878, tlut: 0x600D978} + +D_MA_600D978: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x600D978, symbol: D_MA_600D978} + +aMaLaserTurretDL: + {type: GFX, offset: 0x600DA10, symbol: aMaLaserTurretDL} + +D_MA_600DF60: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x600DF60, symbol: D_MA_600DF60, tlut: 0x600E360} + +D_MA_600E360: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 128, offset: 0x600E360, symbol: D_MA_600E360} + +D_MA_600E460: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 4, height: 4, offset: 0x600E460, symbol: D_MA_600E460} + +D_MA_600E480: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x600E480, symbol: D_MA_600E480, tlut: 0x600E880} + +D_MA_600E880: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x600E880, symbol: D_MA_600E880} + +D_MA_600EE38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600EE38, symbol: D_MA_600EE38, tlut: 0x600EF38} + +D_MA_600EF38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x600EF38, symbol: D_MA_600EF38} + +D_MA_600EF98: + { type: TEXTURE, format: CI4, ctype: u8, width: 16, height: 16, offset: 0x600EF98, symbol: D_MA_600EF98, tlut: 0x600F018} + +D_MA_600F018: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 8, offset: 0x600F018, symbol: D_MA_600F018} + +D_MA_600F028: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600F028, symbol: D_MA_600F028, tlut: 0x600F128} + +D_MA_600F128: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 24, offset: 0x600F128, symbol: D_MA_600F128} + +D_MA_600F160: + {type: GFX, offset: 0x600F160, symbol: D_MA_600F160} + +D_MA_600F2F0: + {type: GFX, offset: 0x600F2F0, symbol: D_MA_600F2F0} + +D_MA_600F3D0: + {type: GFX, offset: 0x600F3D0, symbol: D_MA_600F3D0} + +D_MA_600F6C0: + {type: GFX, offset: 0x600F6C0, symbol: D_MA_600F6C0} + +D_MA_600F9B0: + {type: GFX, offset: 0x600F9B0, symbol: D_MA_600F9B0} + +D_MA_600FEC4: + {type: SF64:ANIM, offset: 0x600FEC4, symbol: D_MA_600FEC4} + +D_MA_6010144: + {type: SF64:ANIM, offset: 0x6010144, symbol: D_MA_6010144} + +D_MA_6010220: + {type: SF64:ANIM, offset: 0x6010220, symbol: D_MA_6010220} + +D_MA_601042C: + {type: SF64:SKELETON, offset: 0x601042C, symbol: D_MA_601042C} + +D_MA_6010470: + {type: GFX, offset: 0x6010470, symbol: D_MA_6010470} + +aMaProximityLightSidesDL: + {type: GFX, offset: 0x6010700, symbol: aMaProximityLightSidesDL} + +D_MA_6010C20: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 44, height: 44, offset: 0x6010C20, symbol: D_MA_6010C20} + +D_MA_6011B40: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 44, height: 44, offset: 0x6011B40, symbol: D_MA_6011B40} + +D_MA_6012A60: + {type: GFX, offset: 0x6012A60, symbol: D_MA_6012A60} + +D_MA_6012BC0: + { type: TEXTURE, format: IA8, ctype: u8, width: 8, height: 8, offset: 0x6012BC0, symbol: D_MA_6012BC0} + +D_MA_6012C00: + {type: GFX, offset: 0x6012C00, symbol: D_MA_6012C00} + +D_MA_6012C98: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 4, height: 8, offset: 0x6012C98, symbol: D_MA_6012C98} + +aMaShockBoxLightDL: + {type: GFX, offset: 0x6012F50, symbol: aMaShockBoxLightDL} + +D_MA_6012FE0: + { type: TEXTURE, format: IA8, ctype: u8, width: 16, height: 8, offset: 0x6012FE0, symbol: D_MA_6012FE0} + +D_MA_6013060: + {type: GFX, offset: 0x6013060, symbol: D_MA_6013060} + +D_MA_6013158: + { type: TEXTURE, format: IA16, ctype: u16, width: 32, height: 32, offset: 0x6013158, symbol: D_MA_6013158} + +aMaGuillotineHousingDL: + {type: GFX, offset: 0x6013960, symbol: aMaGuillotineHousingDL} + +D_MA_6013F58: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6013F58, symbol: D_MA_6013F58, tlut: 0x6014058} + +D_MA_6014058: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 88, offset: 0x6014058, symbol: D_MA_6014058} + +D_MA_6014458: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x6014458, symbol: D_MA_6014458} + +D_MA_6015494: + {type: SF64:ANIM, offset: 0x6015494, symbol: D_MA_6015494} + +D_MA_6015500: + {type: SF64:SKELETON, offset: 0x6015500, symbol: D_MA_6015500} + +aMaShockBoxDL: + {type: GFX, offset: 0x6015510, symbol: aMaShockBoxDL} + +D_MA_6015C24: + {type: SF64:ANIM, offset: 0x6015C24, symbol: D_MA_6015C24} + +D_MA_6016040: + {type: SF64:ANIM, offset: 0x6016040, symbol: D_MA_6016040} + +D_MA_60163F0: + {type: SF64:ANIM, offset: 0x60163F0, symbol: D_MA_60163F0} + +D_MA_6016B2C: + {type: SF64:ANIM, offset: 0x6016B2C, symbol: D_MA_6016B2C} + +D_MA_6017714: + {type: SF64:ANIM, offset: 0x6017714, symbol: D_MA_6017714} + +D_MA_6017720: + {type: GFX, offset: 0x6017720, symbol: D_MA_6017720} + +D_MA_6017EB8: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6017EB8, symbol: D_MA_6017EB8} + +D_MA_60186B8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x60186B8, symbol: D_MA_60186B8, tlut: 0x6018AB8} + +D_MA_6018AB8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x6018AB8, symbol: D_MA_6018AB8} + +D_MA_6019028: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6019028, symbol: D_MA_6019028, tlut: 0x6019128} + +D_MA_6019128: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 120, offset: 0x6019128, symbol: D_MA_6019128} + +D_MA_6019220: + {type: GFX, offset: 0x6019220, symbol: D_MA_6019220} + +D_MA_60192B0: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x60192B0, symbol: D_MA_60192B0} + +aMaBoulderDL: + {type: GFX, offset: 0x601A2B0, symbol: aMaBoulderDL} + +D_MA_601A5E8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601A5E8, symbol: D_MA_601A5E8, tlut: 0x601A6E8} + +D_MA_601A6E8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 88, offset: 0x601A6E8, symbol: D_MA_601A6E8} + +D_MA_601A7A0: + {type: GFX, offset: 0x601A7A0, symbol: D_MA_601A7A0} + +D_MA_601A840: + {type: GFX, offset: 0x601A840, symbol: D_MA_601A840} + +D_MA_601A8C8: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x601A8C8, symbol: D_MA_601A8C8} + +aMaFloor6DL: + {type: GFX, offset: 0x601B0D0, symbol: aMaFloor6DL} + +aMaWall4DL: + {type: GFX, offset: 0x601B7C0, symbol: aMaWall4DL} + +D_MA_601BB78: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601BB78, symbol: D_MA_601BB78, tlut: 0x601BC78} + +D_MA_601BC78: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x601BC78, symbol: D_MA_601BC78} + +D_MA_601BD08: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601BD08, symbol: D_MA_601BD08, tlut: 0x601BE08} + +D_MA_601BE08: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 64, offset: 0x601BE08, symbol: D_MA_601BE08} + +D_MA_601BE90: + {type: GFX, offset: 0x601BE90, symbol: D_MA_601BE90} + +aMaTowerTopDL: + {type: GFX, offset: 0x601C000, symbol: aMaTowerTopDL} + +D_MA_601C170: + {type: GFX, offset: 0x601C170, symbol: D_MA_601C170} + +aMaRailroadCartDL: + {type: GFX, offset: 0x601C520, symbol: aMaRailroadCartDL} + +D_MA_601D188: + {type: SF64:ANIM, offset: 0x601D188, symbol: D_MA_601D188} + +D_MA_601EA28: + {type: SF64:ANIM, offset: 0x601EA28, symbol: D_MA_601EA28} + +D_MA_601EAB0: + {type: SF64:ANIM, offset: 0x601EAB0, symbol: D_MA_601EAB0} + +D_MA_601EBBC: + {type: SF64:SKELETON, offset: 0x601EBBC, symbol: D_MA_601EBBC} + +aMaWall2DL: + {type: GFX, offset: 0x601F1D0, symbol: aMaWall2DL} + +aMaProximityLightTopDL: + {type: GFX, offset: 0x601F270, symbol: aMaProximityLightTopDL} + +D_MA_6020A30: + {type: GFX, offset: 0x6020A30, symbol: D_MA_6020A30} + +D_MA_60200E0: + {type: GFX, offset: 0x60200E0, symbol: D_MA_60200E0} + +D_MA_6020E600: + {type: GFX, offset: 0x6020E60, symbol: D_MA_6020E60} + +D_MA_6022200: + {type: GFX, offset: 0x6022200, symbol: D_MA_6022200} + +D_MA_60223C0: + {type: GFX, offset: 0x60223C0, symbol: D_MA_60223C0} + +D_MA_6022450: + { type: GFX, offset: 0x6022450, symbol: D_MA_6022450} + +D_MA_6022530: + {type: GFX, offset: 0x6022530, symbol: D_MA_6022530} + +D_MA_6022610: + {type: GFX, offset: 0x6022610, symbol: D_MA_6022610} + +D_MA_60227F0: + {type: GFX, offset: 0x60227F0, symbol: D_MA_60227F0} + +D_MA_6022B68: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6022B68, symbol: D_MA_6022B68, tlut: 0x6022F68} + +D_MA_6022F68: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 176, offset: 0x6022F68, symbol: D_MA_6022F68} + +D_MA_60230C8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60230C8, symbol: D_MA_60230C8, tlut: 0x60231C8} + +D_MA_60231C8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x60231C8, symbol: D_MA_60231C8} + +D_MA_6023228: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6023228, symbol: D_MA_6023228, tlut: 0x6023328} + +D_MA_6023328: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x6023328, symbol: D_MA_6023328} + +D_MA_6023388: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6023388, symbol: D_MA_6023388, tlut: 0x6023788} + +D_MA_6023788: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 176, offset: 0x6023788, symbol: D_MA_6023788} + +aMaWall3DL: + {type: GFX, offset: 0x60238F0, symbol: aMaWall3DL} + +D_MA_60239D0: + {type: GFX, offset: 0x60239D0, symbol: D_MA_60239D0} + +aMaBuilding1DL: + {type: GFX, offset: 0x6024010, symbol: aMaBuilding1DL} + +D_MA_6024230: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6024230, symbol: D_MA_6024230, tlut: 0x6024630} + +D_MA_6024630: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6024630, symbol: D_MA_6024630} + +D_MA_6024670: + {type: GFX, offset: 0x6024670, symbol: D_MA_6024670} + +aMaHorizontalLockBarDL: + {type: GFX, offset: 0x60251A0, symbol: aMaHorizontalLockBarDL} + +aMaTowerBottomDL: + {type: GFX, offset: 0x60253E0, symbol: aMaTowerBottomDL} + +aMaBarrierDL: + {type: GFX, offset: 0x60257B0, symbol: aMaBarrierDL} + +aMaVerticalLockBarDL: + {type: GFX, offset: 0x6025850, symbol: aMaVerticalLockBarDL} + +D_MA_6025A70: + {type: GFX, offset: 0x6025A70, symbol: D_MA_6025A70} + +D_MA_6025B50: + { type: GFX, offset: 0x6025B50, symbol: D_MA_6025B50} + +D_MA_6025CA0: + {type: SF64:ANIM, offset: 0x6025CA0, symbol: D_MA_6025CA0} + +D_MA_6025DAC: + {type: SF64:SKELETON, offset: 0x6025DAC, symbol: D_MA_6025DAC} + +D_MA_6026860: + {type: GFX, offset: 0x6026860, symbol: D_MA_6026860} + +D_MA_60269E0: + {type: GFX, offset: 0x60269E0, symbol: D_MA_60269E0} + +D_MA_6026C00: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6026C00, symbol: D_MA_6026C00, tlut: 0x6027000} + +D_MA_6027000: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 112, offset: 0x6027000, symbol: D_MA_6027000} + +aMaWall1DL: + {type: GFX, offset: 0x60270E0, symbol: aMaWall1DL} + +aMaBuilding2DL: + { type: GFX, offset: 0x6027180, symbol: aMaBuilding2DL} + +D_MA_6027320: + {type: SF64:ANIM, offset: 0x6027320, symbol: D_MA_6027320} + +D_MA_602742C: + {type: SF64:SKELETON, offset: 0x602742C, symbol: D_MA_602742C} + +aMaFloor2DL: + {type: GFX, offset: 0x6027900, symbol: aMaFloor2DL} + +D_MA_6027A04: + {type: SF64:ANIM, offset: 0x6027A04, symbol: D_MA_6027A04} + +D_MA_6027AF0: + {type: SF64:SKELETON, offset: 0x6027AF0, symbol: D_MA_6027AF0} + +D_MA_6027BF0: + {type: GFX, offset: 0x6027BF0, symbol: D_MA_6027BF0} + +D_MA_6027D40: + {type: GFX, offset: 0x6027D40, symbol: D_MA_6027D40} + +D_MA_6027EB0: + {type: GFX, offset: 0x6027EB0, symbol: D_MA_6027EB0} + +D_MA_60288A0: + {type: GFX, offset: 0x60288A0, symbol: D_MA_60288A0} + +D_MA_6029890: + {type: GFX, offset: 0x6029890, symbol: D_MA_6029890} + +D_MA_VTX_602A0D0: + {type: VTX, count: 395, offset: 0x602A0D0, symbol: D_MA_VTX_602A0D0} + +D_MA_602B980: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 16, height: 16, offset: 0x602B980, symbol: D_MA_602B980} + +D_MA_602BB80: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602BB80, symbol: D_MA_602BB80} + +D_MA_602C380: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602C380, symbol: D_MA_602C380} + +D_MA_602CB80: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602CB80, symbol: D_MA_602CB80} + +D_MA_602D380: + {type: GFX, offset: 0x602D380, symbol: D_MA_602D380} + +aMaFloor1DL: + {type: GFX, offset: 0x602DAE0, symbol: aMaFloor1DL} + +aMaFloor3DL: + {type: GFX, offset: 0x602DB80, symbol: aMaFloor3DL} + +aMaFloor5DL: + {type: GFX, offset: 0x602DC20, symbol: aMaFloor5DL} + +D_MA_602DCB8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602DCB8, symbol: D_MA_602DCB8} + +D_MA_602EA0C: + {type: SF64:ANIM, offset: 0x602EA0C, symbol: D_MA_602EA0C} + +D_MA_602EBB8: + {type: SF64:SKELETON, offset: 0x602EBB8, symbol: D_MA_602EBB8} + +D_MA_602F098: + {type: SF64:ANIM, offset: 0x602F098, symbol: D_MA_602F098} + +D_MA_602F264: + {type: SF64:SKELETON, offset: 0x602F264, symbol: D_MA_602F264} + +D_MA_602F2E0: + {type: SF64:ANIM, offset: 0x602F2E0, symbol: D_MA_602F2E0} + +D_MA_602F36C: + {type: SF64:SKELETON, offset: 0x602F36C, symbol: D_MA_602F36C} + +D_MA_602F380: + {type: GFX, offset: 0x602F380, symbol: D_MA_602F380} + +D_MA_602FBF0: + {type: GFX, offset: 0x602FBF0, symbol: D_MA_602FBF0} + +D_MA_602FEB4: + {type: SF64:ANIM, offset: 0x602FEB4, symbol: D_MA_602FEB4} + +D_MA_602FFA0: + {type: SF64:SKELETON, offset: 0x602FFA0, symbol: D_MA_602FFA0} + +D_MA_602FFC0: + {type: GFX, offset: 0x602FFC0, symbol: D_MA_602FFC0} + +aMaTerrainBumpDL: + {type: GFX, offset: 0x6030500, symbol: aMaTerrainBumpDL} + +aMaFloor4DL: + {type: GFX, offset: 0x6030630, symbol: aMaFloor4DL} + +D_MA_60306D0: + {type: GFX, offset: 0x60306D0, symbol: D_MA_60306D0} + +D_MA_6030750: + {type: GFX, offset: 0x6030750, symbol: D_MA_6030750} + +D_MA_60309D0: + {type: GFX, offset: 0x60309D0, symbol: D_MA_60309D0} + +D_MA_6030C50: + {type: GFX, offset: 0x6030C50, symbol: D_MA_6030C50} + +D_MA_6030E30: + {type: SF64:ENVIRONMENT, offset: 0x6030E30, symbol: D_MA_6030E30} + +D_MA_6030E74: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030E74, symbol: D_MA_6030E74, mesh_symbol: D_MA_OFFSET} + +D_MA_6030EB0: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030EB0, symbol: D_MA_6030EB0, mesh_symbol: D_MA_OFFSET} + +D_MA_6030EEC: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030EEC, symbol: D_MA_6030EEC, mesh_symbol: D_MA_OFFSET} + +D_MA_6030F28: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030F28, symbol: D_MA_6030F28, mesh_symbol: D_MA_OFFSET} + +D_MA_6030F64: + {type: SF64:TRIANGLE, count: 4, offset: 0x6030F64, symbol: D_MA_6030F64, mesh_symbol: D_MA_OFFSET} + +D_MA_6030FC4: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030FC4, symbol: D_MA_6030FC4, mesh_symbol: D_MA_OFFSET} + +D_MA_6031000: + {type: SF64:OBJECT_INIT, offset: 0x6031000, symbol: D_MA_6031000} + +D_MA_6035678: + {type: SF64:OBJECT_INIT, offset: 0x6035678, symbol: D_MA_6035678} + +D_MA_60357CC: + {type: SF64:OBJECT_INIT, offset: 0x60357CC, symbol: D_MA_60357CC} + +D_MA_6035920: + {type: SF64:OBJECT_INIT, offset: 0x6035920, symbol: D_MA_6035920} + +D_MA_60359AC: + {type: SF64:HITBOX, offset: 0x60359AC, symbol: D_MA_60359AC} + +aMaLocomotiveHitbox: + {type: SF64:HITBOX, offset: 0x60359C8, symbol: aMaLocomotiveHitbox} + +aMaTrainCar2Hitbox: + {type: SF64:HITBOX, offset: 0x6035A14, symbol: aMaTrainCar2Hitbox} + +aMaTrainCar1Hitbox: + {type: SF64:HITBOX, offset: 0x6035A48, symbol: aMaTrainCar1Hitbox} + +D_MA_6035A94: + {type: SF64:HITBOX, offset: 0x6035A94, symbol: D_MA_6035A94} + +aMaTrainCar3Hitbox: + {type: SF64:HITBOX, offset: 0x6035AE0, symbol: aMaTrainCar3Hitbox} + +D_MA_6035B44: + {type: SF64:HITBOX, offset: 0x6035B44, symbol: D_MA_6035B44} + +D_MA_6035BA8: + {type: SF64:HITBOX, offset: 0x6035BA8, symbol: D_MA_6035BA8} + +D_MA_6035C0C: + {type: SF64:HITBOX, offset: 0x6035C0C, symbol: D_MA_6035C0C} + +D_MA_6035C70: + {type: SF64:HITBOX, offset: 0x6035C70, symbol: D_MA_6035C70} + +D_MA_6035CD4: + {type: SF64:HITBOX, offset: 0x6035CD4, symbol: D_MA_6035CD4} + +D_MA_6035D38: + {type: SF64:HITBOX, offset: 0x6035D38, symbol: D_MA_6035D38} + +aMaTrainCar4Hitbox: + {type: SF64:HITBOX, offset: 0x6035D9C, symbol: aMaTrainCar4Hitbox} + +D_MA_6035DD0: + {type: SF64:HITBOX, offset: 0x6035DD0, symbol: D_MA_6035DD0} + +aMaTrainCar5Hitbox: + {type: SF64:HITBOX, offset: 0x6035E04, symbol: aMaTrainCar5Hitbox} + +D_MA_6035E68: + {type: SF64:HITBOX, offset: 0x6035E68, symbol: D_MA_6035E68} + +D_MA_6035ECC: + {type: SF64:HITBOX, offset: 0x6035ECC, symbol: D_MA_6035ECC} + +D_MA_6035F30: + {type: SF64:HITBOX, offset: 0x6035F30, symbol: D_MA_6035F30} + +D_MA_6035F94: + {type: SF64:HITBOX, offset: 0x6035F94, symbol: D_MA_6035F94} + +D_MA_6035FF8: + {type: SF64:HITBOX, offset: 0x6035FF8, symbol: D_MA_6035FF8} + +D_MA_603605C: + {type: SF64:HITBOX, offset: 0x603605C, symbol: D_MA_603605C} + +aMaTrainCar6Hitbox: + {type: SF64:HITBOX, offset: 0x60360C0, symbol: aMaTrainCar6Hitbox} + +aMaTrainCar7Hitbox: + {type: SF64:HITBOX, offset: 0x6036154, symbol: aMaTrainCar7Hitbox} + +D_MA_6036188: + {type: SF64:HITBOX, offset: 0x6036188, symbol: D_MA_6036188} + +aMaTrainTrack13Hitbox: + {type: SF64:HITBOX, offset: 0x6036204, symbol: aMaTrainTrack13Hitbox} + +D_MA_6036250: + {type: SF64:HITBOX, offset: 0x6036250, symbol: D_MA_6036250} + +aMaBuilding1Hitbox: + {type: SF64:HITBOX, offset: 0x603626C, symbol: aMaBuilding1Hitbox} + +aMaBuilding2Hitbox: + {type: SF64:HITBOX, offset: 0x6036288, symbol: aMaBuilding2Hitbox} + +aMaTowerHitbox: + {type: SF64:HITBOX, offset: 0x60362A4, symbol: aMaTowerHitbox} + +aMaWall2Hitbox: + {type: SF64:HITBOX, offset: 0x60362D8, symbol: aMaWall2Hitbox} + +aMaWall4Hitbox: + {type: SF64:HITBOX, offset: 0x60362F4, symbol: aMaWall4Hitbox} + +aMaWall3Hitbox: + {type: SF64:HITBOX, offset: 0x6036328, symbol: aMaWall3Hitbox} + +aMaIndicatorSignHitbox: + {type: SF64:HITBOX, offset: 0x6036344, symbol: aMaIndicatorSignHitbox} + +aMaTerrainBumpHitbox: + {type: SF64:HITBOX, offset: 0x6036370, symbol: aMaTerrainBumpHitbox} + +aMaFloor1Hitbox: + {type: SF64:HITBOX, offset: 0x603638C, symbol: aMaFloor1Hitbox} + +aMaFloor2Hitbox: + {type: SF64:HITBOX, offset: 0x60363B8, symbol: aMaFloor2Hitbox} + +aMaFloor3Hitbox: + {type: SF64:HITBOX, offset: 0x60363E4, symbol: aMaFloor3Hitbox} + +aMaFloor4Hitbox: + {type: SF64:HITBOX, offset: 0x6036410, symbol: aMaFloor4Hitbox} + +aMaFloor5Hitbox: + {type: SF64:HITBOX, offset: 0x603643C, symbol: aMaFloor5Hitbox} + +aMaMaRailroadSwitchHitbox: + {type: SF64:HITBOX, offset: 0x6036458, symbol: aMaMaRailroadSwitchHitbox} + +D_MA_603648C: + {type: SF64:HITBOX, offset: 0x603648C, symbol: D_MA_603648C} + +aMaBoulderHitbox: + {type: SF64:HITBOX, offset: 0x60364C0, symbol: aMaBoulderHitbox} + +aMaRailwaySignalHitbox: + {type: SF64:HITBOX, offset: 0x60364DC, symbol: aMaRailwaySignalHitbox} + +D_MA_6036520: + {type: SF64:HITBOX, offset: 0x6036520, symbol: D_MA_6036520} + +aMaSwitchTrackHitbox: + {type: SF64:HITBOX, offset: 0x6036594, symbol: aMaSwitchTrackHitbox} + +D_MA_6036668: + {type: SF64:HITBOX, offset: 0x6036668, symbol: D_MA_6036668} + +aMaHorizontalLockBarHitbox: + {type: SF64:HITBOX, offset: 0x60366EC, symbol: aMaHorizontalLockBarHitbox} + +aMaVerticalLockBarHitbox: + {type: SF64:HITBOX, offset: 0x6036708, symbol: aMaVerticalLockBarHitbox} + +aMaProximityLightHitbox: + {type: SF64:HITBOX, offset: 0x6036724, symbol: aMaProximityLightHitbox} + +aMaBarrierHitbox: + {type: SF64:HITBOX, offset: 0x6036728, symbol: aMaBarrierHitbox} + +aMaFallingBoulderHitbox: + {type: SF64:HITBOX, offset: 0x6036744, symbol: aMaFallingBoulderHitbox} + +aMaFloor6Hitbox: + {type: SF64:HITBOX, offset: 0x6036760, symbol: aMaFloor6Hitbox} + +aMaActor207Hitbox: + {type: SF64:HITBOX, offset: 0x603677C, symbol: aMaActor207Hitbox} + +D_MA_6036818: + {type: SF64:HITBOX, offset: 0x6036818, symbol: D_MA_6036818} + +aMaGuillotineHousingHitbox: + {type: SF64:HITBOX, offset: 0x6036894, symbol: aMaGuillotineHousingHitbox} + +aMaGuillotineHitbox: + {type: SF64:HITBOX, offset: 0x60368E0, symbol: aMaGuillotineHitbox} + +aMaRailroadCartHitbox: + {type: SF64:HITBOX, offset: 0x60368FC, symbol: aMaRailroadCartHitbox} + +aMaBombDropHitbox: + {type: SF64:HITBOX, offset: 0x6036930, symbol: aMaBombDropHitbox} + +aMaSpearHitbox: + {type: SF64:HITBOX, offset: 0x603694C, symbol: aMaSpearHitbox} + +aMaShockBoxHitbox: + {type: SF64:HITBOX, offset: 0x6036968, symbol: aMaShockBoxHitbox} + +D_MA_60381D8: + {type: SF64:SCRIPT, offset: 0x60381D8, symbol: D_MA_60381D8} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_map.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_map.yaml new file mode 100644 index 0000000..72241b2 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_map.yaml @@ -0,0 +1,574 @@ +:config: + segments: + - [0x06, 0xC44550] + header: + code: + - '#include "assets/ast_map.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Restart Game (Game Over) +aMapRetryCourseGameOverTex: + { type: TEXTURE, format: IA8, offset: 0x6000000, width: 96, height: 22, ctype: u8, symbol: aMapRetryCourseGameOverTex } + +# Proceed to Next Course +aMapProceedNextCourseTex: + { type: TEXTURE, format: IA8, offset: 0x6000840, width: 96, height: 22, ctype: u8, symbol: aMapProceedNextCourseTex } + +# Retry Course (Lose 1 Arwing) +aMapRetryCourseLose1UPTex: + { type: TEXTURE, format: IA8, offset: 0x6001080, width: 96, height: 22, ctype: u8, symbol: aMapRetryCourseLose1UPTex } + +# Change Course +aMapChangeCourseTex: + { type: TEXTURE, format: IA8, offset: 0x60018C0, width: 96, height: 10, ctype: u8, symbol: aMapChangeCourseTex } + +# Aquas Ocean +D_MAP_6001C80: + { type: TEXTURE, format: IA8, offset: 0x6001C80, width: 96, height: 13, ctype: u8, symbol: D_MAP_6001C80 } + +# Terror of the Deep +D_MAP_6002160: + { type: TEXTURE, format: IA8, offset: 0x6002160, width: 208, height: 19, ctype: u8, symbol: D_MAP_6002160 } + +# Meteo +# Asteroid Field +D_MAP_60030D0: + { type: TEXTURE, format: IA8, offset: 0x60030D0, width: 96, height: 28, ctype: u8, symbol: D_MAP_60030D0 } + +# Into the Asteroid Field +D_MAP_6003B50: + { type: TEXTURE, format: IA8, offset: 0x6003B50, width: 208, height: 19, ctype: u8, symbol: D_MAP_6003B50 } + +# Bolse Defense Outpost +D_MAP_6004AC0: + { type: TEXTURE, format: IA8, offset: 0x6004AC0, width: 168, height: 19, ctype: u8, symbol: D_MAP_6004AC0 } + +# The Last Hurrah +D_MAP_6005740: + { type: TEXTURE, format: IA8, offset: 0x6005740, width: 160, height: 19, ctype: u8, symbol: D_MAP_6005740 } + +# Area 6 +# Defense Station +D_MAP_6006320: + { type: TEXTURE, format: IA8, offset: 0x6006320, width: 104, height: 28, ctype: u8, symbol: D_MAP_6006320 } + +# Through the Middle +D_MAP_6006E80: + { type: TEXTURE, format: IA8, offset: 0x6006E80, width: 176, height: 19, ctype: u8, symbol: D_MAP_6006E80 } + +# Corneria +# Former Army Base +D_MAP_6007B90: + { type: TEXTURE, format: IA8, offset: 0x6007B90, width: 128, height: 28, ctype: u8, symbol: D_MAP_6007B90 } + +# Enter Star Fox +D_MAP_6008990: + { type: TEXTURE, format: IA8, offset: 0x6008990, width: 232, height: 19, ctype: u8, symbol: D_MAP_6008990 } + +# Fortuna +# Former Defense Post +D_MAP_6009AD0: + { type: TEXTURE, format: IA8, offset: 0x6009AD0, width: 168, height: 28, ctype: u8, symbol: D_MAP_6009AD0 } + +# Enter Star Wolf +D_MAP_600AD30: + { type: TEXTURE, format: IA8, offset: 0x600AD30, width: 168, height: 19, ctype: u8, symbol: D_MAP_600AD30 } + +# Katina +# Frontline Base +D_MAP_600B9B0: + { type: TEXTURE, format: IA8, offset: 0x600B9B0, width: 168, height: 28, ctype: u8, symbol: D_MAP_600B9B0 } + +# Reunion +D_MAP_600CC10: + { type: TEXTURE, format: IA8, offset: 0x600CC10, width: 128, height: 19, ctype: u8, symbol: D_MAP_600CC10 } + +# The Lylat System +D_MAP_600D590: + { type: TEXTURE, format: IA8, offset: 0x600D590, width: 168, height: 19, ctype: u8, symbol: D_MAP_600D590 } + +# Macbeth +# Venom Army Supply Base +D_MAP_600E210: + { type: TEXTURE, format: IA8, offset: 0x600E210, width: 160, height: 28, ctype: u8, symbol: D_MAP_600E210 } + +# The Forever Train +D_MAP_600F390: + { type: TEXTURE, format: IA8, offset: 0x600F390, width: 168, height: 19, ctype: u8, symbol: D_MAP_600F390 } + +# Solar +D_MAP_6010010: + { type: TEXTURE, format: IA8, offset: 0x6010010, width: 112, height: 13, ctype: u8, symbol: D_MAP_6010010 } + +# Out of the Frying Pan. +D_MAP_60105C0: + { type: TEXTURE, format: IA8, offset: 0x60105C0, width: 224, height: 19, ctype: u8, symbol: D_MAP_60105C0 } + +# Sector X Combat Zone +D_MAP_6011660: + { type: TEXTURE, format: IA8, offset: 0x6011660, width: 176, height: 12, ctype: u8, symbol: D_MAP_6011660 } + +# Mystery of the Space Base +D_MAP_6011EA0: + { type: TEXTURE, format: IA8, offset: 0x6011EA0, width: 256, height: 19, ctype: u8, symbol: D_MAP_6011EA0 } + +# Sector Y Combat Zone +D_MAP_60131A0: + { type: TEXTURE, format: IA8, offset: 0x60131A0, width: 176, height: 12, ctype: u8, symbol: D_MAP_60131A0 } + +# Fierce Melee +D_MAP_60139E0: + { type: TEXTURE, format: IA8, offset: 0x60139E0, width: 128, height: 19, ctype: u8, symbol: D_MAP_60139E0 } + +# Sector Z Combat Zone +D_MAP_6014360: + { type: TEXTURE, format: IA8, offset: 0x6014360, width: 176, height: 12, ctype: u8, symbol: D_MAP_6014360 } + +# The Ambush of Great Fox +D_MAP_6014BA0: + { type: TEXTURE, format: IA8, offset: 0x6014BA0, width: 232, height: 19, ctype: u8, symbol: D_MAP_6014BA0 } + +# Titania +# Arid Desert +D_MAP_6015CE0: + { type: TEXTURE, format: IA8, offset: 0x6015CE0, width: 96, height: 28, ctype: u8, symbol: D_MAP_6015CE0 } + +# The Search for Slippy +D_MAP_6016760: + { type: TEXTURE, format: IA8, offset: 0x6016760, width: 200, height: 19, ctype: u8, symbol: D_MAP_6016760 } + +# Zones +# Toxic Waste Area +D_MAP_6017640: + { type: TEXTURE, format: IA8, offset: 0x6017640, width: 112, height: 28, ctype: u8, symbol: D_MAP_6017640 } + +# Invasion Aftermath +D_MAP_6018280: + { type: TEXTURE, format: IA8, offset: 0x6018280, width: 184, height: 19, ctype: u8, symbol: D_MAP_6018280 } + +aMapPrologueTextFadeTex: + { type: TEXTURE, format: IA8, offset: 0x6019030, width: 8, height: 16, ctype: u8, symbol: aMapPrologueTextFadeTex } + +# Clouds ? +aMapVenomCloudTex: + { type: TEXTURE, format: IA8, offset: 0x60190B0, width: 96, height: 96, ctype: u8, symbol: aMapVenomCloudTex } + +aMapOptionBgTex: + { type: TEXTURE, format: IA8, offset: 0x601B4B0, width: 32, height: 32, ctype: u8, symbol: aMapOptionBgTex } + +# Some text in japanese +D_MAP_601B8B0: + { type: TEXTURE, format: IA8, offset: 0x601B8B0, width: 80, height: 26, ctype: u8, symbol: D_MAP_1B8B0 } + +aMapSectorXDL: + { type: GFX, offset: 0x601C0D0, symbol: aMapSectorXDL } + +D_MAP_601C160: + { type: TEXTURE, format: RGBA16, offset: 0x0601C160, width: 32, height: 32, ctype: u16, symbol: D_MAP_601C160 } + +aMapSectorYDL: + { type: GFX, offset: 0x601C960, symbol: aMapSectorYDL } + +D_MAP_601C9F0: + { type: TEXTURE, format: RGBA16, offset: 0x0601C9F0, width: 32, height: 32, ctype: u16, symbol: D_MAP_601C9F0 } + +aMapMedalDL: + { type: GFX, offset: 0x601D1F0, symbol: aMapMedalDL } + +aMapMedalTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x0601D2F0, symbol: aMapMedalTex, tlut: 0x0601DAF0 } + +D_MAP_601DAF0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 144, offset: 0x0601DAF0, symbol: D_MAP_601DAF0 } + +aMapArwingIconTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601DC10, symbol: aMapArwingIconTex, tlut: 0x0601DC90 } + +aMapArwingIconTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x0601DC90, symbol: aMapArwingIconTLUT } + +aMapXTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 7, offset: 0x0601DCA0, symbol: aMapXTex, tlut: 0x0601DCD8 } + +aMapXTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 5, offset: 0x0601DCD8, symbol: aMapXTLUT } + +aMapCursorDL: + { type: GFX, offset: 0x601DCF0, symbol: aMapCursorDL } + +D_MAP_601DDE8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601DDE8, symbol: D_MAP_601DDE8, tlut: 0x0601DE68 } + +D_MAP_601DE68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 12, offset: 0x0601DE68, symbol: D_MAP_601DE68 } + +aMapArea6DL: + { type: GFX, offset: 0x601DE80, symbol: aMapArea6DL } + +D_MAP_601F2B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0601F2B0, symbol: D_MAP_601F2B0, tlut: 0x0601F4B0 } + +D_MAP_601F4B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F4B0, symbol: D_MAP_601F4B0 } + +D_MAP_601E8F8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601E8F8, symbol: D_MAP_601E8F8, tlut: 0x0601E978 } + +D_MAP_601E978: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601E978, symbol: D_MAP_601E978 } + +aMapArea6ShipDL: + { type: GFX, offset: 0x601E9A0, symbol: aMapArea6ShipDL } + +D_MAP_601F4D0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F4D0, symbol: D_MAP_601F4D0, tlut: 0x0601F550 } + +D_MAP_601F550: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F550, symbol: D_MAP_601F550 } + +D_MAP_601F570: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F570, symbol: D_MAP_601F570, tlut: 0x0601F5F0 } + +D_MAP_601F5F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F5F0, symbol: D_MAP_601F5F0 } + +D_MAP_601F610: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F610, symbol: D_MAP_601F610, tlut: 0x0601F690 } + +D_MAP_601F690: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F690, symbol: D_MAP_601F690 } + +aMapSectorZDL: + { type: GFX, offset: 0x601F6B0, symbol: aMapSectorZDL } + +D_MAP_601F740: + { type: TEXTURE, format: RGBA16, offset: 0x0601F740, width: 32, height: 32, ctype: u16, symbol: D_MAP_601F740 } + +# Looks like Aquas +aMapAquasTex: + { type: TEXTURE, format: CI8, offset: 0x601FF40, width: 96, height: 96, ctype: u8, symbol: aMapAquasTex, tlut: 0x06022340 } + +gMapAquasTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x06022340, symbol: gMapAquasTLUT } + +# Looks like Venom +aMapVenomTex: + { type: TEXTURE, format: CI8, offset: 0x60223E0, width: 96, height: 96, ctype: u8, symbol: aMapVenomTex, tlut: 0x060247E0 } + +gMapVenomTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x060247E0, symbol: gMapVenomTLUT } + +# Looks like Corneria +aMapCorneriaTex: + { type: TEXTURE, format: CI8, offset: 0x6024890, width: 96, height: 96, ctype: u8, symbol: aMapCorneriaTex, tlut: 0x06026C90 } + +gMapCorneriaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x06026C90, symbol: gMapCorneriaTLUT } + +# Looks like Zones +aMapFortunaTex: + { type: TEXTURE, format: CI8, offset: 0x6026D70, width: 96, height: 96, ctype: u8, symbol: aMapFortunaTex, tlut: 0x06029170 } + +gMapFortunaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x06029170, symbol: gMapFortunaTLUT } + +# Looks like Solar +aMapKatinaTex: + { type: TEXTURE, format: CI8, offset: 0x6029220, width: 96, height: 96, ctype: u8, symbol: aMapKatinaTex, tlut: 0x0602B620 } + +gMapKatinaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x0602B620, symbol: gMapKatinaTLUT } + +# Looks like Macbeth +aMapMacbethTex: + { type: TEXTURE, format: CI8, offset: 0x602B6D0, width: 96, height: 96, ctype: u8, symbol: aMapMacbethTex, tlut: 0x0602DAD0 } + +gMapMacbethTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x0602DAD0, symbol: gMapMacbethTLUT } + +# Looks like Sector Z +aMapTitaniaTex: + { type: TEXTURE, format: CI8, offset: 0x602DB60, width: 96, height: 96, ctype: u8, symbol: aMapTitaniaTex, tlut: 0x0602FF60 } + +gMapTitaniaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x0602FF60, symbol: gMapTitaniaTLUT } + +aMapZonessTex: + { type: TEXTURE, format: CI8, offset: 0x602FFD0, width: 96, height: 96, ctype: u8, symbol: aMapZonessTex, tlut: 0x060323D0 } + +gMapZonessTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x060323D0, symbol: gMapZonessTLUT } + +# Portrait of Falco +aMapRadioCharFalcoTex: + { type: TEXTURE, format: RGBA16, offset: 0x06032440, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharFalcoTex } + +# Portrait of Peppy +aMapRadioCharPeppyTex: + { type: TEXTURE, format: RGBA16, offset: 0x06032A60, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharPeppyTex } + +# Picture of Peppy, James and Pigma used in the narrated intro. +aMapPrologue3Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06033080, width: 96, height: 52, ctype: u16, symbol: aMapPrologue3Tex } + +# Picture of Andross, General Pepper and Venom in the background, used in the narrated intro. +aMapPrologue2Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06035780, width: 96, height: 52, ctype: u16, symbol: aMapPrologue2Tex } + +# Picture of Andross, hands open, Corneria in the middle, used in the narrated intro. +aMapPrologue6Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06037E80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue6Tex } + +# Picture of an Arwing dodging attacks from enemies, used in the narrated intro. +aMapPrologue4Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603A580, width: 96, height: 52, ctype: u16, symbol: aMapPrologue4Tex } + +# Picture of Slippy, Peppy, Fox and Falco, used in the narrated intro. +aMapPrologue7Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603CC80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue7Tex } + +# Picture of Peppy returning from Vemon, used in the narrated intro. +aMapPrologue5Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603F380, width: 96, height: 52, ctype: u16, symbol: aMapPrologue5Tex } + +# Picture of Corneria, used in the narrated intro. +aMapPrologue1Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06041A80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue1Tex } + +# Portrait of Slippy +aMapRadioCharSlippyTex: + { type: TEXTURE, format: RGBA16, offset: 0x06044180, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharSlippyTex } + +# White Square ? +aMapWhiteSquareTex: + { type: TEXTURE, format: RGBA16, offset: 0x060447A0, width: 8, height: 8, ctype: u16, symbol: aMapWhiteSquareTex } + +# Picture of Fox receiving orders from General Pepper, used in the map (briefing) +D_MAP_6044820: + { type: TEXTURE, format: RGBA16, offset: 0x06044820, width: 92, height: 51, ctype: u16, symbol: D_MAP_6044820 } + +# Fox face talking during briefing. +D_MAP_6046CD0: + { type: TEXTURE, format: RGBA16, offset: 0x06046CD0, width: 32, height: 34, ctype: u16, symbol: D_MAP_6046CD0 } + +# Black Square with borders. +aMapPathBoxTex: + { type: TEXTURE, format: RGBA16, offset: 0x06047550, width: 24, height: 24, ctype: u16, symbol: aMapPathBoxTex } + +aMapPlanetExplosionDL: + { type: GFX, offset: 0x60479D0, symbol: aMapPlanetExplosionDL } + +D_MAP_6047A68: + { type: TEXTURE, format: IA8, offset: 0x06047A68, width: 32, height: 32, ctype: u8, symbol: D_MAP_6047A68 } + +aMapVenomCloudDL: + { type: GFX, offset: 0x6047E70, symbol: aMapVenomCloudDL } + +aMapVenomCloudEffectTex: + { type: TEXTURE, format: IA8, offset: 0x06047F80, width: 64, height: 64, ctype: u8, symbol: aMapVenomCloudEffectTex } + +D_MAP_6048F80: + { type: TEXTURE, format: IA8, offset: 0x06048F80, width: 64, height: 64, ctype: u8, symbol: D_MAP_6048F80 } + +aMapExplosion4DL: + { type: GFX, offset: 0x6049F80, symbol: aMapExplosion4DL } + +D_MAP_604A048: + { type: TEXTURE, format: CI8, offset: 0x0604A048, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A048, tlut: 0x0602FF60 } + +D_MAP_604A148: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x0604A148, symbol: D_MAP_604A148 } + +aMapExplosion3DL: + { type: GFX, offset: 0x604A190, symbol: aMapExplosion3DL } + +D_MAP_604A258: + { type: TEXTURE, format: CI8, offset: 0x0604A258, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A258, tlut: 0x0604A358 } + +D_MAP_604A358: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x0604A358, symbol: D_MAP_604A358 } + +aMapExplosion2DL: + { type: GFX, offset: 0x604A400, symbol: aMapExplosion2DL } + +D_MAP_604A4C8: + { type: TEXTURE, format: CI8, offset: 0x0604A4C8, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A4C8, tlut: 0x0604A5C8 } + +D_MAP_604A5C8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 160, offset: 0x0604A5C8, symbol: D_MAP_604A5C8 } + +aMapExplosion1DL: + { type: GFX, offset: 0x604A710, symbol: aMapExplosion1DL } + +D_MAP_604A7D8: + { type: TEXTURE, format: CI8, offset: 0x0604A7D8, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A7D8, tlut: 0x0604A8D8 } + +D_MAP_604A8D8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x0604A8D8, symbol: D_MAP_604A8D8 } + +# Arwing Model, used in the map. +aMapArwingDL: + { type: GFX, offset: 0x604A9F0, symbol: aMapArwingDL } + +ast_map_seg6_vtx_4AD50: + { type: VTX, offset: 0x604AD50, count: 124, symbol: ast_map_seg6_vtx_4AD50 } + +D_MAP_604B510: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604B510, symbol: D_MAP_604B510, tlut: 0x0604B590 } + +D_MAP_604B590: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604B590, symbol: D_MAP_604B590 } + +D_MAP_604B5B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604B5B0, symbol: D_MAP_604B5B0, tlut: 0x0604B630 } + +D_MAP_604B630: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604B630, symbol: D_MAP_604B630 } + +D_MAP_604B650: + { type: TEXTURE, format: RGBA16, offset: 0x0604B650, width: 8, height: 16, ctype: u16, symbol: D_MAP_604B650 } + +# Model of Bolse +aMapBolseDL: + { type: GFX, offset: 0x604B750, symbol: aMapBolseDL } + +D_MAP_604BC48: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604BC48, symbol: D_MAP_604BC48, tlut: 0x0604BC48 } + +D_MAP_604BE48: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604BE48, symbol: D_MAP_604BE48 } + +D_MAP_604BE68: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604BE68, symbol: D_MAP_604BE68, tlut: 0x0604C068 } + +D_MAP_604C068: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C068, symbol: D_MAP_604C068 } + +D_MAP_604C088: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604C088, symbol: D_MAP_604C088, tlut: 0x0604C288 } + +D_MAP_604C288: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C288, symbol: D_MAP_604C288 } + +D_MAP_604C2A8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604C2A8, symbol: D_MAP_604C2A8, tlut: 0x0604C328 } + +D_MAP_604C328: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C328, symbol: D_MAP_604C328 } + +# Television outcoming light Model, used during briefing. +aMapTvScreenGlowDL: + { type: GFX, offset: 0x604C350, symbol: aMapTvScreenGlowDL } + +aMapTvScreenGlowTex: + { type: TEXTURE, format: IA8, offset: 0x0604C4C0, width: 8, height: 16, ctype: u8, symbol: aMapTvScreenGlowTex } + +aMapTitaniaRings1DL: + { type: GFX, offset: 0x604C540, symbol: aMapTitaniaRings1DL } + +D_MAP_604C5D8: + { type: TEXTURE, format: IA8, offset: 0x0604C5D8, width: 32, height: 64, ctype: u8, symbol: D_MAP_604C5D8 } + +aMapTitaniaRings2DL: + { type: GFX, offset: 0x604CDE0, symbol: aMapTitaniaRings2DL } + +D_MAP_604CE78: + { type: TEXTURE, format: IA8, offset: 0x0604CE78, width: 32, height: 64, ctype: u8, symbol: D_MAP_604CE78 } + +D_MAP_604D680: + { type: GFX, offset: 0x604D680, symbol: D_MAP_604D680 } + +D_MAP_604D708: + { type: TEXTURE, format: IA8, offset: 0x0604D708, width: 32, height: 32, ctype: u8, symbol: D_MAP_604D708 } + +# Solar Rays +aMapSolarDL: + { type: GFX, offset: 0x604DB10, symbol: aMapSolarDL } + +D_MAP_604DD20: + { type: TEXTURE, format: IA8, offset: 0x0604DD20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604DD20 } + +D_MAP_604ED20: + { type: TEXTURE, format: IA8, offset: 0x0604ED20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604ED20 } + +D_MAP_604FD20: + { type: TEXTURE, format: IA8, offset: 0x0604FD20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604FD20 } + +D_MAP_6050D20: + { type: TEXTURE, format: IA8, offset: 0x06050D20, width: 128, height: 32, ctype: u8, symbol: D_MAP_6050D20 } + +aMapGralPepperFace2DL: + { type: GFX, offset: 0x6051D20, symbol: aMapGralPepperFace2DL } + +D_MAP_6051F20: + { type: TEXTURE, format: RGBA16, offset: 0x06051F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6051F20 } + +D_MAP_6052F20: + { type: TEXTURE, format: RGBA16, offset: 0x06052F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6052F20 } + +D_MAP_6053F20: + { type: TEXTURE, format: RGBA16, offset: 0x06053F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6053F20 } + +D_MAP_6054F20: + { type: TEXTURE, format: RGBA16, offset: 0x06054F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6054F20 } + +aMapGralPepperFace1DL: + { type: GFX, offset: 0x6055F20, symbol: aMapGralPepperFace1DL } + +D_MAP_6056120: + { type: TEXTURE, format: RGBA16, offset: 0x06056120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6056120 } + +D_MAP_6057120: + { type: TEXTURE, format: RGBA16, offset: 0x06057120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6057120 } + +D_MAP_6058120: + { type: TEXTURE, format: RGBA16, offset: 0x06058120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6058120 } + +D_MAP_6059120: + { type: TEXTURE, format: RGBA16, offset: 0x06059120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6059120 } + +D_MAP_605A120: + { type: GFX, offset: 0x605A120, symbol: D_MAP_605A120 } + +D_MAP_605A230: + { type: TEXTURE, format: RGBA16, offset: 0x0605A230, width: 64, height: 32, ctype: u16, symbol: D_MAP_605A230 } + +D_MAP_605B230: + { type: TEXTURE, format: RGBA16, offset: 0x0605B230, width: 64, height: 32, ctype: u16, symbol: D_MAP_605B230 } + +D_MAP_605C230: + { type: GFX, offset: 0x605C230, symbol: D_MAP_605C230 } + +D_MAP_605C610: + { type: TEXTURE, format: IA8, offset: 0x0605C610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605C610 } + +D_MAP_605CE10: + { type: TEXTURE, format: IA8, offset: 0x0605CE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605CE10 } + +D_MAP_605D610: + { type: TEXTURE, format: IA8, offset: 0x0605D610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605D610 } + +D_MAP_605DE10: + { type: TEXTURE, format: IA8, offset: 0x0605DE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605DE10 } + +D_MAP_605E610: + { type: TEXTURE, format: IA8, offset: 0x0605E610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605E610 } + +D_MAP_605EE10: + { type: TEXTURE, format: IA8, offset: 0x0605EE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605EE10 } + +D_MAP_605F610: + { type: TEXTURE, format: IA8, offset: 0x0605F610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605F610 } + +D_MAP_605FE10: + { type: TEXTURE, format: IA8, offset: 0x0605FE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605FE10 } + +aMapMeteorDL: + { type: GFX, offset: 0x6060610, symbol: aMapMeteorDL } + +D_MAP_6060698: + { type: TEXTURE, format: RGBA16, offset: 0x06060698, width: 32, height: 32, ctype: u16, symbol: D_MAP_6060698 } + +# size = 0x60EA0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_meteo.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_meteo.yaml new file mode 100644 index 0000000..3b4dfd9 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_meteo.yaml @@ -0,0 +1,320 @@ +:config: + segments: + - [0x06, 0x99CA70] + header: + code: + - '#include "assets/ast_meteo.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +# Meteo +# Asteroid Field +aMeTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0x6000000, symbol: aMeTitleCardTex } + +D_ME_6000A80: + { type: GFX, offset: 0x6000A80, symbol: D_ME_6000A80 } + +D_ME_6000B10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06000B10, symbol: D_ME_6000B10 } + +aMeCrusherDL: + { type: GFX, offset: 0x6001310, symbol: aMeCrusherDL } + +D_ME_6004738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004738, symbol: D_ME_6004738 } + +D_ME_6004F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004F38, symbol: D_ME_6004F38 } + +D_ME_6005738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06005738, symbol: D_ME_6005738 } + +D_ME_6005F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06005F38, symbol: D_ME_6005F38 } + +D_ME_6006738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006738, symbol: D_ME_6006738 } + +D_ME_6006F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06006F38, symbol: D_ME_6006F38 } + +D_ME_6006FB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06006FB8, symbol: D_ME_6006FB8 } + +D_ME_6007038: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06007038, symbol: D_ME_6007038 } + +D_ME_6007838: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06007838, symbol: D_ME_6007838 } + +D_ME_60078B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060078B8, symbol: D_ME_60078B8 } + +D_ME_60080C0: + { type: GFX, offset: 0x60080C0, symbol: D_ME_60080C0 } + +D_ME_6008A18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06008A18, symbol: D_ME_6008A18 } + +aMeFlipBot1DL: + { type: GFX, offset: 0x6008AA0, symbol: aMeFlipBot1DL } + +D_ME_6009228: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009228, symbol: D_ME_6009228 } + +D_ME_6009A28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06009A28, symbol: D_ME_6009A28 } + +D_ME_6009C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06009C28, symbol: D_ME_6009C28 } + +aMeFlipBot2DL: + { type: GFX, offset: 0x6009E30, symbol: aMeFlipBot2DL } + +aMeBigMeteorDL: + { type: GFX, offset: 0x6009F50, symbol: aMeBigMeteorDL } + +aMeMeteor7DL: + { type: GFX, offset: 0x600AC70, symbol: aMeMeteor7DL } + +D_ME_600B540: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600B540, symbol: D_ME_600B540 } + +aMeSecretMarker2DL: + { type: GFX, offset: 0x600BD40, symbol: aMeSecretMarker2DL } + +D_ME_600BF30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0600BF30, symbol: D_ME_600BF30 } + +aMeRockGull2DL: + { type: GFX, offset: 0x600C130, symbol: aMeRockGull2DL } + +aMeMeteor6DL: + { type: GFX, offset: 0x600C2A0, symbol: aMeMeteor6DL } + +aMeRockGull3DL: + { type: GFX, offset: 0x600C740, symbol: aMeRockGull3DL } + +aMeRockGull1DL: + { type: GFX, offset: 0x600CAA0, symbol: aMeRockGull1DL } + +aMeMeteorShower3DL: + { type: GFX, offset: 0x600CD60, symbol: aMeMeteorShower3DL } + +D_ME_600CDE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CDE8, symbol: D_ME_600CDE8 } + +D_ME_600DDF0: + { type: GFX, offset: 0x600DDF0, symbol: D_ME_600DDF0 } + +D_ME_600E238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600E238, symbol: D_ME_600E238 } + +D_ME_600F238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600F238, symbol: D_ME_600F238 } + +D_ME_6010238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06010238, symbol: D_ME_6010238 } + +D_ME_6011238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06011238, symbol: D_ME_6011238 } + +D_ME_6012238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06012238, symbol: D_ME_6012238 } + +D_ME_6013238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06013238, symbol: D_ME_6013238 } + +D_ME_6014238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06014238, symbol: D_ME_6014238 } + +D_ME_6015238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06015238, symbol: D_ME_6015238 } + +aMeMeteorShower2DL: + { type: GFX, offset: 0x6016240, symbol: aMeMeteorShower2DL } + +D_ME_60162C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x060162C8, symbol: D_ME_60162C8 } + +D_ME_60172C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060172C8, symbol: D_ME_60172C8 } + +aMeMeteorShower1DL: + { type: GFX, offset: 0x06017AD0, symbol: aMeMeteorShower1DL } + +aMeMeteor3DL: + { type: GFX, offset: 0x06017B60, symbol: aMeMeteor3DL } + +aMeLaserCannon2DL: + { type: GFX, offset: 0x06018450, symbol: aMeLaserCannon2DL } + +aMeMeteor5DL: + { type: GFX, offset: 0x06018960, symbol: aMeMeteor5DL } + +aMeMeteor1DL: + { type: GFX, offset: 0x06018C00, symbol: aMeMeteor1DL } + +aMeMeteor4DL: + { type: GFX, offset: 0x06019430, symbol: aMeMeteor4DL } + +D_ME_6019880: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06019880, symbol: D_ME_6019880 } + +D_ME_601A080: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601A080, symbol: D_ME_601A080 } + +aMeSecretMarker1DL: + { type: GFX, offset: 0x0601A880, symbol: aMeSecretMarker1DL } + +aMeMeteoTunnelDL: + { type: GFX, offset: 0x0601AE40, symbol: aMeMeteoTunnelDL } + +D_ME_601C8E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0601C8E0, symbol: D_ME_601C8E0 } + +D_ME_601D800: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0601D800, symbol: D_ME_601D800 } + +aMeHopBotAnim: + { type: SF64:ANIM, offset: 0x601E8C4, symbol: aMeHopBotAnim } + +aMeHopBotSkel: + { type: SF64:SKELETON, offset: 0x601E9D0, symbol: aMeHopBotSkel } + +# Beta Meteo background, unused +D_ME_601EA00: + { type: GFX, offset: 0x0601EA00, symbol: D_ME_601EA00 } + +D_ME_601EA98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601EA98, symbol: D_ME_601EA98 } + +aMeMeteor2DL: + { type: GFX, offset: 0x0601F2A0, symbol: aMeMeteor2DL } + +D_ME_601F778: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601F778, symbol: D_ME_601F778 } + +D_ME_601FF80: + { type: GFX, offset: 0x0601FF80, symbol: D_ME_601FF80 } + +D_ME_6020008: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06020008, symbol: D_ME_6020008 } + +aMeCorneriaBgDL: + { type: GFX, offset: 0x06020810, symbol: aMeCorneriaBgDL } + +aMeCorneriaBg1Tex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020920, symbol: aMeCorneriaBg1Tex } + +aMeCorneriaBg2Tex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021920, symbol: aMeCorneriaBg2Tex } + +aMeLaserCannon1DL: + { type: GFX, offset: 0x06022920, symbol: aMeLaserCannon1DL } + +D_ME_6022E50: + { type: GFX, offset: 0x06022E50, symbol: D_ME_6022E50 } + +D_ME_60236F0: + { type: GFX, offset: 0x060236F0, symbol: D_ME_60236F0 } + +D_ME_6023788: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06023788, symbol: D_ME_6023788 } + +D_ME_60231C0: + { type: GFX, offset: 0x060231C0, symbol: D_ME_60231C0 } + +D_ME_6023290: + { type: GFX, offset: 0x06023290, symbol: D_ME_6023290 } + +D_ME_6023360: + { type: GFX, offset: 0x06023360, symbol: D_ME_6023360 } + +D_ME_6023810: + { type: GFX, offset: 0x06023810, symbol: D_ME_6023810 } + +D_ME_60238A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060238A8, symbol: D_ME_60238A8 } + +D_ME_60240B0: + { type: GFX, offset: 0x060240B0, symbol: D_ME_60240B0 } + +D_ME_6024AD0: + { type: GFX, offset: 0x06024AD0, symbol: D_ME_6024AD0 } + +aMeMolarRockDL: + { type: GFX, offset: 0x06024B60, symbol: aMeMolarRockDL } + +# Unused Meteo Ball +aMeMeteoBallDL: + { type: GFX, offset: 0x06025B50, symbol: aMeMeteoBallDL } + +D_ME_6025350: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025350, symbol: D_ME_6025350 } + +D_ME_6025BE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06025BE8, symbol: D_ME_6025BE8 } + +D_ME_60263F0: + { type: GFX, offset: 0x060263F0, symbol: D_ME_60263F0 } + +D_ME_6026478: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06026478, symbol: D_ME_6026478 } + +D_ME_6026CC4: + { type: SF64:OBJECT_INIT, offset: 0x6026CC4, symbol: D_ME_6026CC4 } + +D_ME_6026C80: + { type: SF64:ENVIRONMENT, offset: 0x6026C80, symbol: D_ME_6026C80 } + +D_ME_602B148: + { type: SF64:OBJECT_INIT, offset: 0x602B148, symbol: D_ME_602B148 } + +D_ME_602F3AC: + { type: SF64:SCRIPT, offset: 0x602F3AC, symbol: D_ME_602F3AC } + +aMeFlipBotHitbox: + { type: SF64:HITBOX, offset: 0x602F604, symbol: aMeFlipBotHitbox } + +D_ME_602F638: + { type: SF64:HITBOX, offset: 0x602F638, symbol: D_ME_602F638 } + +aMeMeteoBallHitbox: + { type: SF64:HITBOX, offset: 0x602F684, symbol: aMeMeteoBallHitbox } + +aMeHopBotHitbox: + { type: SF64:HITBOX, offset: 0x602F6A0, symbol: aMeHopBotHitbox } + +aMeMeteor1Hitbox: + { type: SF64:HITBOX, offset: 0x602F6EC, symbol: aMeMeteor1Hitbox } + +aMeMeteor2Hitbox: + { type: SF64:HITBOX, offset: 0x602F708, symbol: aMeMeteor2Hitbox } + +aMeLaserCannon1Hitbox: + { type: SF64:HITBOX, offset: 0x602F724, symbol: aMeLaserCannon1Hitbox } + +aMeLaserCannon2Hitbox: + { type: SF64:HITBOX, offset: 0x602F740, symbol: aMeLaserCannon2Hitbox } + +aMeCrusherHitbox: + { type: SF64:HITBOX, offset: 0x602F75C, symbol: aMeCrusherHitbox } + +aMeCrusherShieldHitbox: + { type: SF64:HITBOX, offset: 0x602FA50, symbol: aMeCrusherShieldHitbox } + +D_ME_602FA9C: + {type: SF64:COLPOLY, count: 79, offset: 0x602FA9C, symbol: D_ME_602FA9C, mesh_symbol: D_ME_OFFSET } + +D_ME_6030208: + {type: SF64:COLPOLY, count: 42, offset: 0x6030208, symbol: D_ME_6030208, mesh_symbol: D_ME_OFFSET } + +D_ME_60305DC: + {type: SF64:COLPOLY, count: 236, offset: 0x60305DC, symbol: D_ME_60305DC, mesh_symbol: D_ME_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_option.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_option.yaml new file mode 100644 index 0000000..7206a10 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_option.yaml @@ -0,0 +1,249 @@ +:config: + segments: + - [0x08, 0xCA53F0] + header: + code: + - '#include "assets/ast_option.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Invoice +D_OPT_8000000: + { type: TEXTURE, ctype: u8, format: CI4, width: 128, height: 26, offset: 0x8000000, symbol: D_OPT_8000000, tlut: 0x8000680 } + +D_OPT_8000680: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8000680, symbol: D_OPT_8000680 } + +# Cornerian army attn: +D_OPT_80006A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 34, offset: 0x80006A0, symbol: D_OPT_80006A0, tlut: 0x80017A0 } + +D_OPT_80017A0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80017A0, symbol: D_OPT_80017A0 } + +# Venomian units destroyed +D_OPT_80017C0: + { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 66, offset: 0x80017C0, symbol: D_OPT_80017C0, tlut: 0x80038C0 } + +D_OPT_80038C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80038C0, symbol: D_OPT_80038C0 } + +# nd +aNdTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 10, offset: 0x80038E0, symbol: aNdTex, tlut: 0x8003930 } + +aNdTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003930, symbol: aNdTLUT } + +# rd +aRdTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 11, offset: 0x8003950, symbol: aRdTex, tlut: 0x80039A8 } + +aRdTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80039A8, symbol: aRdTLUT } + +# +aSpeakerCenterTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x80039D0 , symbol: aSpeakerCenterTex, tlut: 0x8003A50 } + +aSpeakerCenterTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003A50, symbol: aSpeakerCenterTLUT } + +# st +aStTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 9, offset: 0x8003A70, symbol: aStTex, tlut: 0x8003AB8 } + +aStTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003AB8, symbol: aStTLUT } + +# th +aThTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 9, offset: 0x8003AE0, symbol: aThTex, tlut: 0x8003B28 } + +aThTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003B28, symbol: aThTLUT } + +# Option Title Cards + +# Main Game +aMainGameCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 72, height: 12, offset: 0x8003B50, symbol: aMainGameCardTex } + +# Training +aTrainingCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x8003EB0, symbol: aTrainingCardTex } + +# Vs. +aVsCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 10, offset: 0x8004270, symbol: aVsCardTex } + +# Ranking +aRankingCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 12, offset: 0x80043B0, symbol: aRankingCardTex } + +# Sound +aSoundCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 10, offset: 0x80046B0, symbol: aSoundCardTex } + +# Data +aDataCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 10, offset: 0x8004930, symbol: aDataCardTex } + +aExpertCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x8004C50, symbol: aExpertCardTex } + +# Option VS Cards + +# Point Match +aVsPointMatchCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 13, offset: 0x8005010, symbol: aVsPointMatchCardTex } + +# Battle Royal +aVsBattleRoyalCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 11, offset: 0x80054F0, symbol: aVsBattleRoyalCardTex } + +# Time Trial +aVsTimeTrialCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x8005910, symbol: aVsTimeTrialCardTex } + +# Sound Options + +# Press R to test +D_OPT_8005CD0: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 13, offset: 0x8005CD0, symbol: D_OPT_8005CD0 } + +# Mode +D_OPT_8006280: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 13, offset: 0x8006280, symbol: D_OPT_8006280 } + +# Music +D_OPT_80064F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 88, height: 14, offset: 0x80064F0, symbol: D_OPT_80064F0 } + +# Voice +D_OPT_80069C0: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 15, offset: 0x80069C0, symbol: D_OPT_80069C0 } + +# SE +D_OPT_8006D10: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x8006D10, symbol: D_OPT_8006D10 } + +# B to cancel +aBtoCancelTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x8006E50, symbol: aBtoCancelTex } + +# Headphone +D_OPT_8007210: + { type: TEXTURE, ctype: u8, format: IA8, width: 88, height: 14, offset: 0x8007210, symbol: D_OPT_8007210 } + +# Mono +D_OPT_80076E0: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 14, offset: 0x80076E0, symbol: D_OPT_80076E0 } + +# Soundtrack +D_OPT_80079F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 14, offset: 0x80079F0, symbol: D_OPT_80079F0 } + +# A to confirm +aAtoConfirmTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x80080F0, symbol: aAtoConfirmTex } + +# Clear Saved Data +D_OPT_80084B0: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x80084B0, symbol: D_OPT_80084B0 } + +# Are you sure? +D_OPT_8008DA0: + { type: TEXTURE, ctype: u8, format: IA8, width: 160, height: 19, offset: 0x8008DA0, symbol: D_OPT_8008DA0 } + +# Yes +D_OPT_8009980: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 12, offset: 0x8009980, symbol: D_OPT_8009980 } + +# No +D_OPT_8009B00: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x8009B00, symbol: D_OPT_8009B00 } + +# Are you REALLY sure? +D_OPT_8009CE0: + { type: TEXTURE, ctype: u8, format: IA8, width: 160, height: 41, offset: 0x8009CE0, symbol: D_OPT_8009CE0 } + +# Data erased +D_OPT_800B680: + { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 41, offset: 0x800B680, symbol: D_OPT_800B680 } + +# Stereo +D_OPT_800CD90: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 13, offset: 0x800CD90, symbol: D_OPT_800CD90 } + +# UNK: Triangle shape, it's mirrored to form a diamond shape +D_OPT_800D070: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x800D070, symbol: D_OPT_800D070 } + +# UNK: +D_OPT_800D170: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 16, offset: 0x800D170, symbol: D_OPT_800D170 } + +# Seal +D_OPT_800D1F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 48, offset: 0x800D1F0, symbol: D_OPT_800D1F0 } + +# UNK: +D_OPT_800E0F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x800E0F0, symbol: D_OPT_800E0F0 } + +aArrowTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x800E130, symbol: aArrowTex } + +# Mercenary Unit STARFOX Fox Mccloud +D_OPT_800E170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 188, height: 60, offset: 0x800E170, symbol: D_OPT_800E170 } + +# ScrollBar +aSliderFrameTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 104, height: 10, offset: 0x8013990, symbol: aSliderFrameTex } + +# ScrollBar Indicator +aSliderTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x80141B0, symbol: aSliderTex } + +# Speaker +aSpeakerTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x80143B0, symbol: aSpeakerTex, tlut: 0x80147B0 } + +aSpeakerTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x80147B0, symbol: aSpeakerTLUT } + +D_OPT_80147F0: + { type: GFX, offset: 0x80147F0, symbol: D_OPT_80147F0 } + +ast_option_seg8_vtx_00014B50: + { type: VTX, count: 124, offset: 0x8014B50, symbol: ast_option_seg8_vtx_00014B50 } + +D_OPT_8015310: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x8015310, symbol: D_OPT_8015310, tlut: 0x08015390 } + +D_OPT_8015390: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8015390, symbol: D_OPT_8015390 } + +D_OPT_80153B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x80153B0, symbol: D_OPT_80153B0, tlut: 0x08015430 } + +D_OPT_8015430: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8015430, symbol: D_OPT_8015430 } + +D_OPT_8015450: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x08015450, symbol: D_OPT_8015450 } + +D_OPT_8015550: + { type: GFX, offset: 0x8015550, symbol: D_OPT_8015550 } + +D_OPT_80155E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x080155E8, symbol: D_OPT_80155E8 } + +aLightningDL: + { type: GFX, offset: 0x8015DF0, symbol: aLightningDL } + +aLightningTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x08015E88, symbol: aLightningTex } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_radio.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_radio.yaml new file mode 100644 index 0000000..8662400 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_radio.yaml @@ -0,0 +1,101 @@ +:config: + segments: + - [0x8, 0xDE1360] + tables: + gTextCharTextures: + range: [0x0, 0x958] + mode: APPEND + header: + code: + - '#include "sf64mesg.h"' + - '' + - '// clang-format off' + - 'typedef enum {' + - ' END, NWL, NP2, NP3, NP4, NP5, NP6, NP7,' + - ' PRI0, PRI1, PRI2, PRI3, SPC, HSP, QSP, NXT,' + - ' CLF, CUP, CRT, CDN, AUP, ALF, ADN, ART,' + - ' _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, _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, EXM, QST, DSH, CMA,' + - ' PRD, _0, _1, _2, _3, _4, _5, _6,' + - ' _7, _8, _9, APS, LPR, RPR, CLN, PIP,' + - '} CharCode;' + +text_char_special_0: + { type: TEXTURE, offset: 0x0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial0 } + +text_char_special_4: + { type: TEXTURE, offset: 0x68, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial4 } + +text_char_special_8: + { type: TEXTURE, offset: 0xD0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial8 } + +text_char_special_12: + { type: TEXTURE, offset: 0x138, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial12 } + +text_char_cdir: + { type: TEXTURE, offset: 0x1A0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharCDIR } + +text_char_adir: + { type: TEXTURE, offset: 0x208, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharADIR } + +text_char_abcd_upper: + { type: TEXTURE, offset: 0x270, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharABCD } + +text_char_efgh_upper: + { type: TEXTURE, offset: 0x2D8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharEFGH } + +text_char_ijkl_upper: + { type: TEXTURE, offset: 0x340, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharIJKL } + +text_char_mnop_upper: + { type: TEXTURE, offset: 0x3A8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharMNOP } + +text_char_qrst_upper: + { type: TEXTURE, offset: 0x410, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharQRST } + +text_char_uvwx_upper: + { type: TEXTURE, offset: 0x478, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharUVWX } + +text_char_yzab_both: + { type: TEXTURE, offset: 0x4E0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharYZABBoth } + +text_char_cdef_lower: + { type: TEXTURE, offset: 0x548, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharCDEFLower } + +text_char_ghij_lower: + { type: TEXTURE, offset: 0x5B0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharGHIJLower } + +text_char_klmn_lower: + { type: TEXTURE, offset: 0x618, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharKLMNLower } + +text_char_opqr_lower: + { type: TEXTURE, offset: 0x680, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharOPQRLower } + +text_char_stuv_lower: + { type: TEXTURE, offset: 0x6E8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSTUVLower } + +text_char_wxyz_lower: + { type: TEXTURE, offset: 0x750, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharWXYZLower } + +text_char_pidc: + { type: TEXTURE, offset: 0x7B8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharPIDC } + +text_char_p012: + { type: TEXTURE, offset: 0x820, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharP012 } + +text_char_3456: + { type: TEXTURE, offset: 0x888, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextChar3456 } + +text_char_789a: + { type: TEXTURE, offset: 0x8F0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextChar789A } + +text_char_ppdp: + { type: TEXTURE, offset: 0x958, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharPPDP } + +message_table: + { type: SF64:MSG_TABLE, offset: 0xCCAC, vram: 0x8016EE80, ctype: u8, symbol: gMsgLookup } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_x.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_x.yaml new file mode 100644 index 0000000..1f1e74f --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_x.yaml @@ -0,0 +1,298 @@ +:config: + segments: + - [0x06, 0xA18700] + header: + code: + - '#include "assets/ast_sector_x.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aSxTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSxTitleCardTex } + +aSxSpaceMineDL: + { type: GFX, offset: 0x6000840, symbol: aSxSpaceMineDL } + +# Flying mine +D_SX_60008C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60008C0, symbol: D_SX_60008C0 } + +D_SX_60010C0: + { type: GFX, offset: 0x60010C0, symbol: D_SX_60010C0 } + +# Texture of Planet Titania, seen when Slippy gets thrown by Spyborg +D_SX_6001150: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001150, symbol: D_SX_6001150 } + +aSxLaserDestroyedDL: + { type: GFX, offset: 0x6001950, symbol: aSxLaserDestroyedDL } + +D_SX_6001AD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6001AD8, symbol: D_SX_6001AD8 } + +aSxWatchPostDL: + { type: GFX, offset: 0x6001CE0, symbol: aSxWatchPostDL } + +D_SX_60020C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60020C0, symbol: D_SX_60020C0 } + +D_SX_60022C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60022C0, symbol: D_SX_60022C0 } + +D_SX_60024C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60024C0, symbol: D_SX_60024C0 } + +D_SX_60026C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60026C0, symbol: D_SX_60026C0 } + +D_SX_60028C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60028C0, symbol: D_SX_60028C0 } + +D_SX_6002AC0: + { type: GFX, offset: 0x6002AC0, symbol: D_SX_6002AC0 } + +ast_sector_x_seg6_vtx_2E88: + { type: VTX, count: 134, offset: 0x6002E88, symbol: ast_sector_x_seg6_vtx_2E88 } + +D_SX_60036E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60036E8, symbol: D_SX_60036E8 } + +D_SX_6003EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6003EE8, symbol: D_SX_6003EE8 } + +D_SX_60046E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60046E8, symbol: D_SX_60046E8 } + +D_SX_6004EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6004EE8, symbol: D_SX_6004EE8 } + +D_SX_6005EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005EE8, symbol: D_SX_6005EE8 } + +aSxLaserDL: + { type: GFX, offset: 0x60066F0, symbol: aSxLaserDL } + +D_SX_6006810: + { type: GFX, offset: 0x6006810, symbol: D_SX_6006810 } + +D_SX_6007128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007128, symbol: D_SX_6007128 } + +D_SX_6007928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007928, symbol: D_SX_6007928 } + +D_SX_6008128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008128, symbol: D_SX_6008128 } + +D_SX_6008928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008928, symbol: D_SX_6008928 } + +D_SX_6008B30: + { type: GFX, offset: 0x6008B30, symbol: D_SX_6008B30 } + +D_SX_6009548: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6009548, symbol: D_SX_6009548 } + +D_SX_6009748: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6009748, symbol: D_SX_6009748 } + +aSxBaseFloor1DL: + { type: GFX, offset: 0x6009950, symbol: aSxBaseFloor1DL } + +D_SX_6009C30: + { type: GFX, offset: 0x6009C30, symbol: D_SX_6009C30 } + +D_SX_6009CC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6009CC0, symbol: D_SX_6009CC0 } + +D_SX_6009FF8: + { type: SF64:ANIM, offset: 0x6009FF8, symbol: D_SX_6009FF8 } + +D_SX_600A2D4: + { type: SF64:ANIM, offset: 0x600A2D4, symbol: D_SX_600A2D4 } + +aSxBaseWall3DL: + { type: GFX, offset: 0x600A2E0, symbol: aSxBaseWall3DL } + +D_SX_600A570: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600A570, symbol: D_SX_600A570 } + +D_SX_600AD70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600AD70, symbol: D_SX_600AD70 } + +aSxBaseWall1DL: + { type: GFX, offset: 0x600AF70, symbol: aSxBaseWall1DL } + +aSxBaseWall2DL: + { type: GFX, offset: 0x600B2B0, symbol: aSxBaseWall2DL } + +aSxBaseWall4DL: + { type: GFX, offset: 0x600B540, symbol: aSxBaseWall4DL } + +aSxBorzoiFighterDL: + { type: GFX, offset: 0x600B830, symbol: aSxBorzoiFighterDL } + +D_SX_600C000: + { type: GFX, offset: 0x600C000, symbol: D_SX_600C000 } + +D_SX_600C5A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600C5A0, symbol: D_SX_600C5A0 } + +D_SX_600F890: + { type: SF64:ANIM, offset: 0x600F890, symbol: D_SX_600F890 } + +D_SX_600F8A0: + { type: GFX, offset: 0x600F8A0, symbol: D_SX_600F8A0 } + +D_SX_600F938: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F938, symbol: D_SX_600F938 } + +D_SX_6010140: + { type: GFX, offset: 0x6010140, symbol: D_SX_6010140 } + +D_SX_60105A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60105A0, symbol: D_SX_60105A0 } + +D_SX_60123BC: + { type: SF64:ANIM, offset: 0x60123BC, symbol: D_SX_60123BC } + +D_SX_6013798: + { type: SF64:ANIM, offset: 0x6013798, symbol: D_SX_6013798 } + +D_SX_6013820: + { type: SF64:ANIM, offset: 0x6013820, symbol: D_SX_6013820 } + +D_SX_601390C: + { type: SF64:SKELETON, offset: 0x601390C, symbol: D_SX_601390C } + +D_SX_60158C4: + { type: SF64:ANIM, offset: 0x60158C4, symbol: D_SX_60158C4 } + +D_SX_6016E28: + { type: SF64:ANIM, offset: 0x6016E28, symbol: D_SX_6016E28 } + +D_SX_601AA28: + { type: SF64:ANIM, offset: 0x601AA28, symbol: D_SX_601AA28 } + +D_SX_601C690: + { type: SF64:ANIM, offset: 0x601C690, symbol: D_SX_601C690 } + +D_SX_60206DC: + { type: SF64:ANIM, offset: 0x60206DC, symbol: D_SX_60206DC } + +aSxSpyborgSkel: + { type: SF64:SKELETON, offset: 0x6020C68, symbol: aSxSpyborgSkel } + +aSxBaseWallTile1DL: + { type: GFX, offset: 0x6020D20, symbol: aSxBaseWallTile1DL } + +# Spyborg Radio +D_SX_6020FB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06020FB0, symbol: D_SX_6020FB0 } + +D_SX_6021ED0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06021ED0, symbol: D_SX_6021ED0 } + +aSxCanineDL: + { type: GFX, offset: 0x6022DF0, symbol: aSxCanineDL } + +aSxSpyEyeDL: + { type: GFX, offset: 0x6023500, symbol: aSxSpyEyeDL } + +D_SX_6023C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06023C30, symbol: D_SX_6023C30 } + +aSxBaseDebris2DL: + { type: GFX, offset: 0x6023E30, symbol: aSxBaseDebris2DL } + +aSxBaseDebris1DL: + { type: GFX, offset: 0x60285F0, symbol: aSxBaseDebris1DL } + +D_SX_6029098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06029098, symbol: D_SX_6029098 } + +D_SX_60292A0: + { type: GFX, offset: 0x60292A0, symbol: D_SX_60292A0 } + +D_SX_6029890: + { type: GFX, offset: 0x6029890, symbol: D_SX_6029890 } + +D_SX_6029918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x029918, symbol: D_SX_6029918 } + +D_SX_602A120: + { type: SF64:ENVIRONMENT, offset: 0x602A120, symbol: D_SX_602A120 } + +D_SX_602A164: + { type: SF64:OBJECT_INIT, count: 1026, offset: 0x602A164, symbol: D_SX_602A164 } + +D_SX_602F18C: + { type: SF64:OBJECT_INIT, count: 167, offset: 0x602F18C, symbol: D_SX_602F18C } + +D_SX_60320D0: + { type: SF64:SCRIPT, offset: 0x60320D0, symbol: D_SX_60320D0 } + +D_SX_6032328: + { type: SF64:HITBOX, offset: 0x6032328, symbol: D_SX_6032328 } + +aSxWarpGateHitbox: + { type: SF64:HITBOX, offset: 0x603238C, symbol: aSxWarpGateHitbox } + +D_SX_6032408: + { type: SF64:HITBOX, offset: 0x6032408, symbol: D_SX_6032408 } + +aSxSpyborgLeftArmHitbox: + { type: SF64:HITBOX, offset: 0x6032488, symbol: aSxSpyborgLeftArmHitbox } + +aSxSpyborgRightArmHitbox: + { type: SF64:HITBOX, offset: 0x60324EC, symbol: aSxSpyborgRightArmHitbox } + +aSxSpyborgHitbox: + { type: SF64:HITBOX, offset: 0x6032550, symbol: aSxSpyborgHitbox } + +aSxLaserHitbox: + { type: SF64:HITBOX, offset: 0x603285C, symbol: aSxLaserHitbox } + +aSxBaseFloor1Hitbox: + { type: SF64:HITBOX, offset: 0x6032878, symbol: aSxBaseFloor1Hitbox } + +aSxBaseWall2Hitbox: + { type: SF64:HITBOX, offset: 0x6032894, symbol: aSxBaseWall2Hitbox } + +aSxBaseWall3Hitbox: + { type: SF64:HITBOX, offset: 0x60328B0, symbol: aSxBaseWall3Hitbox } + +aSxBaseWallTile1Hitbox: + { type: SF64:HITBOX, offset: 0x60328CC, symbol: aSxBaseWallTile1Hitbox } + +D_SX_603265C: + { type: SF64:HITBOX, offset: 0x603265C, symbol: D_SX_603265C } + +D_SX_6032768: + { type: SF64:HITBOX, offset: 0x6032768, symbol: D_SX_6032768 } + +aSxBaseWall4Hitbox: + { type: SF64:HITBOX, offset: 0x60328E8, symbol: aSxBaseWall4Hitbox } + +aSxBaseWall1Hitbox: + { type: SF64:HITBOX, offset: 0x6032904, symbol: aSxBaseWall1Hitbox } + +aSxWatchPostHitbox: + { type: SF64:HITBOX, offset: 0x6032938, symbol: aSxWatchPostHitbox } + +aSxSpaceMineHitbox: + { type: SF64:HITBOX, offset: 0x6032954, symbol: aSxSpaceMineHitbox } + +aSxBaseDebris2Hitbox: + { type: SF64:HITBOX, offset: 0x6032970, symbol: aSxBaseDebris2Hitbox } + +aSxBaseDebris1Hitbox: + { type: SF64:HITBOX, offset: 0x603298C, symbol: aSxBaseDebris1Hitbox } + +# size = 0x32AC0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_y.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_y.yaml new file mode 100644 index 0000000..b0c14f8 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_y.yaml @@ -0,0 +1,356 @@ +:config: + segments: + - [0x06, 0xB28060] + header: + code: + - '#include "assets/ast_sector_y.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + - '#include "sf64mesg.h"' + +# Sector Y: Combat Zone +aSyTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSyTitleCardTex } + +# Saruzin flagship icon in radar +D_SY_6000840: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 64, offset: 0x6000840, symbol: D_SY_6000840 } + +D_SY_6001840: + { type: GFX, offset: 0x6001840, symbol: D_SY_6001840 } + +# Sector Y Background +D_SY_60018D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x060018D0, symbol: D_SY_60018D0 } + +D_SY_6003348: + { type: SF64:ANIM, offset: 0x6003348, symbol: D_SY_6003348 } + +D_SY_60034C4: + { type: SF64:ANIM, offset: 0x60034C4, symbol: D_SY_60034C4 } + +aSyShipWindowsDL: + { type: GFX, offset: 0x60034D0, symbol: aSyShipWindowsDL } + +aSyShip3DestroyedDL: + { type: GFX, offset: 0x60036A0, symbol: aSyShip3DestroyedDL } + +D_SY_6004958: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004958, symbol: D_SY_6004958 } + +D_SY_6005158: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06005158, symbol: D_SY_6005158 } + +aSyShip4DL: + { type: GFX, offset: 0x6005360, symbol: aSyShip4DL } + +D_SY_6005BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06005BE0, symbol: D_SY_6005BE0 } + +D_SY_6006BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006BE0, symbol: D_SY_6006BE0 } + +D_SY_60073E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060073E0, symbol: D_SY_60073E0 } + +D_SY_60083E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060083E0, symbol: D_SY_60083E0 } + +D_SY_6008BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06008BE0, symbol: D_SY_6008BE0 } + +D_SY_6008FE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06008FE0, symbol: D_SY_6008FE0 } + +aSyShip1DL: + { type: GFX, offset: 0x060097E0, symbol: aSyShip1DL } + +D_SY_600AAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600AAC0, symbol: D_SY_600AAC0 } + +D_SY_600BAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600BAC0, symbol: D_SY_600BAC0 } + +D_SY_600CAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CAC0, symbol: D_SY_600CAC0 } + +D_SY_600DAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600DAC0, symbol: D_SY_600DAC0 } + +D_SY_600E2C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600E2C0, symbol: D_SY_600E2C0 } + +D_SY_600EAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600EAC0, symbol: D_SY_600EAC0 } + +D_SY_600F2C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x0600F2C0, symbol: D_SY_600F2C0 } + +aSyShip4DestroyedDL: + { type: GFX, offset: 0x600F6C0, symbol: aSyShip4DestroyedDL } + +aSyShip3DL: + { type: GFX, offset: 0x60102C0, symbol: aSyShip3DL } + +D_SY_6011758: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06011758, symbol: D_SY_6011758 } + +D_SY_60117D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060117D8, symbol: D_SY_60117D8 } + +D_SY_60119D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060119D8, symbol: D_SY_60119D8 } + +D_SY_60132A0: + { type: GFX, offset: 0x60132A0, symbol: D_SY_60132A0 } + +aSyRobot4DL: + { type: GFX, offset: 0x6015D60, symbol: aSyRobot4DL } + +aSySaruzinDL: + { type: GFX, offset: 0x601F3D0, symbol: aSySaruzinDL } + +D_SY_60121E0: + { type: GFX, offset: 0x60121E0, symbol: D_SY_60121E0 } + +D_SY_60128A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060128A0, symbol: D_SY_60128A0 } + +D_SY_60130A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060130A0, symbol: D_SY_60130A0 } + +D_SY_6013600: + { type: GFX, offset: 0x6013600, symbol: D_SY_6013600 } + +D_SY_6013840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013840, symbol: D_SY_6013840 } + +D_SY_6014040: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06014040, symbol: D_SY_6014040 } + +D_SY_6014240: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06014240, symbol: D_SY_6014240 } + +D_SY_6014A40: + { type: GFX, offset: 0x6014A40, symbol: D_SY_6014A40 } + +D_SY_6014B48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06014B48, symbol: D_SY_6014B48 } + +D_SY_6014BD0: + { type: GFX, offset: 0x6014BD0, symbol: D_SY_6014BD0 } + +D_SY_6015960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015960, symbol: D_SY_6015960 } + +D_SY_6015B60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015B60, symbol: D_SY_6015B60 } + +aSyShipMissileDL: + { type: GFX, offset: 0x60188D0, symbol: aSyShipMissileDL } + +D_SY_60183B0: + { type: GFX, offset: 0x60183B0, symbol: D_SY_60183B0 } + +D_SY_6018F30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06018F30, symbol: D_SY_6018F30 } + +D_SY_6019E50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06019E50, symbol: D_SY_6019E50 } + +aSyDebrisDL: + { type: GFX, offset: 0x601AD70, symbol: aSyDebrisDL } + +D_SY_601AE08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AE08, symbol: D_SY_601AE08 } + +aSyShip2SpriteDL: + { type: GFX, offset: 0x601B610, symbol: aSyShip2SpriteDL } + +D_SY_601B6A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601B6A0, symbol: D_SY_601B6A0 } + +aSyShip3SpriteDL: + { type: GFX, offset: 0x601C6A0, symbol: aSyShip3SpriteDL } + +D_SY_601C730: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601C730, symbol: D_SY_601C730 } + +aSyShip2DL: + { type: GFX, offset: 0x601D730, symbol: aSyShip2DL } + +D_SY_601F3B8: + { type: SF64:ANIM, offset: 0x601F3B8, symbol: D_SY_601F3B8 } + +aSyLaserTurretDL: + { type: GFX, offset: 0x60205D0, symbol: aSyLaserTurretDL } + +aSyRobotSpriteFrontDL: + { type: GFX, offset: 0x60209F0, symbol: aSyRobotSpriteFrontDL } + +D_SY_6020B08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020B08, symbol: D_SY_6020B08 } + +D_SY_6021B08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021B08, symbol: D_SY_6021B08 } + +aSyRobotSpriteSideDL: + { type: GFX, offset: 0x6022B10, symbol: aSyRobotSpriteSideDL } + +D_SY_6022C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06022C28, symbol: D_SY_6022C28 } + +D_SY_6023C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06023C28, symbol: D_SY_6023C28 } + +D_SY_60258A0: + { type: SF64:ANIM, offset: 0x60258A0, symbol: D_SY_60258A0 } + +D_SY_602645C: + { type: SF64:ANIM, offset: 0x602645C, symbol: D_SY_602645C } + +D_SY_60265B4: + { type: SF64:ANIM, offset: 0x60265B4, symbol: D_SY_60265B4 } + +D_SY_602738C: + { type: SF64:ANIM, offset: 0x602738C, symbol: D_SY_602738C } + +D_SY_60273A0: + { type: GFX, offset: 0x60273A0, symbol: D_SY_60273A0 } + +D_SY_6027960: + { type: GFX, offset: 0x6027960, symbol: D_SY_6027960 } + +D_SY_6028668: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028668, symbol: D_SY_6028668 } + +D_SY_6028E70: + { type: GFX, offset: 0x6028E70, symbol: D_SY_6028E70 } + +D_SY_6029B48: + { type: SF64:ANIM, offset: 0x6029B48, symbol: D_SY_6029B48 } + +D_SY_602A2CC: + { type: SF64:ANIM, offset: 0x602A2CC, symbol: D_SY_602A2CC } + +D_SY_602A2E0: + { type: GFX, offset: 0x602A2E0, symbol: D_SY_602A2E0 } + +D_SY_602A720: + { type: GFX, offset: 0x602A720, symbol: D_SY_602A720 } + +D_SY_602A8C0: + { type: GFX, offset: 0x602A8C0, symbol: D_SY_602A8C0 } + +D_SY_602AFF8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0602AFF8, symbol: D_SY_602AFF8 } + +D_SY_602B778: + { type: SF64:ANIM, offset: 0x602B778, symbol: D_SY_602B778 } + +D_SY_602B8DC: + { type: SF64:ANIM, offset: 0x602B8DC, symbol: D_SY_602B8DC } + +D_SY_602B8F0: + { type: GFX, offset: 0x602B8F0, symbol: D_SY_602B8F0 } + +D_SY_602CEB4: + { type: SF64:ANIM, offset: 0x602CEB4, symbol: D_SY_602CEB4 } + +D_SY_602D340: + { type: GFX, offset: 0x602D340, symbol: D_SY_602D340 } + +D_SY_602D830: + { type: GFX, offset: 0x602D830, symbol: D_SY_602D830 } + +D_SY_602DC40: + { type: GFX, offset: 0x602DC40, symbol: D_SY_602DC40 } + +D_SY_602DE70: + { type: GFX, offset: 0x602DE70, symbol: D_SY_602DE70 } + +D_SY_602E0A0: + { type: GFX, offset: 0x602E0A0, symbol: D_SY_602E0A0 } + +D_SY_602D140: + { type: SF64:SKELETON, offset: 0x602D140, symbol: D_SY_602D140 } + +D_SY_602D194: + { type: GFX, offset: 0x602D1A0, symbol: D_SY_602D194 } + +D_SY_602D238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x0602D238, symbol: D_SY_602D238 } + +D_SY_602E4B0: + { type: SF64:ENVIRONMENT, offset: 0x602E4B0, symbol: D_SY_602E4B0 } + +D_SY_602E4F4: + { type: SF64:OBJECT_INIT, offset: 0x602E4F4, symbol: D_SY_602E4F4 } + +D_SY_6030B14: + { type: SF64:OBJECT_INIT, offset: 0x6030B14, symbol: D_SY_6030B14 } + +D_SY_6032E18: + { type: SF64:SCRIPT, offset: 0x6032E18, symbol: D_SY_6032E18 } + +D_SY_6033070: + {type: SF64:COLPOLY, count: 174, offset: 0x6033070, symbol: D_SY_6033070, mesh_symbol: D_SY_6033E08 } + +aSyRobotHitbox: + { type: SF64:HITBOX, offset: 0x603405C, symbol: aSyRobotHitbox } + +D_SY_60340C0: + { type: SF64:HITBOX, offset: 0x60340C0, symbol: D_SY_60340C0 } + +aSyRobot4Hitbox: + { type: SF64:HITBOX, offset: 0x6034124, symbol: aSyRobot4Hitbox } + +D_SY_60341A8: + { type: SF64:HITBOX, offset: 0x60341A8, symbol: D_SY_60341A8 } + +D_SY_603421C: + { type: SF64:HITBOX, offset: 0x603421C, symbol: D_SY_603421C } + +D_SY_60342A0: + { type: SF64:HITBOX, offset: 0x60342A0, symbol: D_SY_60342A0 } + +D_SY_6034304: + { type: SF64:HITBOX, offset: 0x6034304, symbol: D_SY_6034304 } + +aSyScenery156Hitbox: + { type: SF64:HITBOX, offset: 0x6034368, symbol: aSyScenery156Hitbox } + +aSyLaserTurretHitbox: + { type: SF64:HITBOX, offset: 0x603445C, symbol: aSyLaserTurretHitbox } + +aSyShip1Hitbox: + { type: SF64:HITBOX, offset: 0x6034478, symbol: aSyShip1Hitbox } + +aSyShip2Hitbox: + { type: SF64:HITBOX, offset: 0x603450C, symbol: aSyShip2Hitbox } + +aSyShip3Hitbox: + { type: SF64:HITBOX, offset: 0x6034588, symbol: aSyShip3Hitbox } + +aSyShip3DestroyedHitbox: + { type: SF64:HITBOX, offset: 0x6034664, symbol: aSyShip3DestroyedHitbox } + +aSyShip4Hitbox: + { type: SF64:HITBOX, offset: 0x6034770, symbol: aSyShip4Hitbox } + +aSyShipWindowsHitbox: + { type: SF64:HITBOX, offset: 0x60347D4, symbol: aSyShipWindowsHitbox } + +aSyShip4DestroyedHitbox: + { type: SF64:HITBOX, offset: 0x60347F0, symbol: aSyShip4DestroyedHitbox } + +aSyShipMissileHitbox: + { type: SF64:HITBOX, offset: 0x603486C, symbol: aSyShipMissileHitbox } + +# size = 0x34890 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_z.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_z.yaml new file mode 100644 index 0000000..7ef2cdb --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_sector_z.yaml @@ -0,0 +1,172 @@ +:config: + segments: + - [0x06, 0xA4B1C0] + header: + code: + - '#include "assets/ast_sector_z.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +# Sector Z: Combat Zone +aSzTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSzTitleCardTex } + +# One of the so called "Boss titles", unused in the game. A version of the same thing +# seems to have been implemented in the 3DS version. +# The text in japanese translates to: + +# Interspace anti-ship missile +# Macbeth B +D_SZ_6000840: + { type: TEXTURE, ctype: u8, format: IA8, width: 104, height: 26, offset: 0x6000840, symbol: D_SZ_6000840 } + +# Great Fox icon showed in the Radar +D_SZ_60012D0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 9, offset: 0x60012D0, symbol: D_SZ_60012D0 } + +aSzSpaceJunk1DL: + { type: GFX, offset: 0x6001360, symbol: aSzSpaceJunk1DL } + +aSzSpaceJunk2DL: + { type: GFX, offset: 0x6001A10, symbol: aSzSpaceJunk2DL } + +D_SZ_6001C80: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06001C80, symbol: D_SZ_6001C80, tlut: 0x06001D80 } + +D_SZ_6001D80: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06001D80, symbol: D_SZ_6001D80 } + +aSzSpaceJunk3DL: + { type: GFX, offset: 0x6001DA0, symbol: aSzSpaceJunk3DL } + +D_SZ_60025F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x60025F0, symbol: D_SZ_60025F0, tlut: 0x060029F0 } + +D_SZ_60029F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x060029F0, symbol: D_SZ_60029F0 } + +D_SZ_6002BD0: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x06002BD0, symbol: D_SZ_6002BD0, tlut: 0x06002C10 } + +D_SZ_6002C10: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06002C10, symbol: D_SZ_6002C10 } + +D_SZ_6002C30: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06002C30, symbol: D_SZ_6002C30, tlut: 0x06002D30 } + +D_SZ_6002D30: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x06002D30, symbol: D_SZ_6002D30 } + +D_SZ_6002DE0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06002DE0, symbol: D_SZ_6002DE0, tlut: 0x06002EE0 } + +D_SZ_6002EE0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x06002EE0, symbol: D_SZ_6002EE0 } + +aSzBackgroundDL: + { type: GFX, offset: 0x6002F80, symbol: aSzBackgroundDL } + +# Sector Z Background +aSzBackgroundTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06003010, symbol: aSzBackgroundTex } + +D_SZ_6004010: + { type: GFX, offset: 0x6004010, symbol: D_SZ_6004010 } + +D_SZ_60041F8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x060041F8, symbol: D_SZ_60041F8, tlut: 0x060042F8 } + +D_SZ_60042F8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x060042F8, symbol: D_SZ_60042F8 } + +aSzMissileMark: + { type: GFX, offset: 0x6004330, symbol: aSzMissileMark } + +D_SZ_6004458: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 8, offset: 0x06004458, symbol: D_SZ_6004458, tlut: 0x06004558 } + +D_SZ_6004558: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x06004558, symbol: D_SZ_6004558 } + +aSzMissileRadarMarkDL: + { type: GFX, offset: 0x6004570, symbol: aSzMissileRadarMarkDL } + +aSzSpaceJunk4DL: + { type: GFX, offset: 0x60045E0, symbol: aSzSpaceJunk4DL } + +D_SZ_60047E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60047E0, symbol: D_SZ_60047E0 } + +aSzInvaderIIIDL: + { type: GFX, offset: 0x6004FE0, symbol: aSzInvaderIIIDL } + +aSzInvaderIIITex2: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x060054E0, symbol: aSzInvaderIIITex2, tlut: 0x060058E0 } + +aSzInvaderIIITex2TLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x060058E0, symbol: aSzInvaderIIITex2TLUT } + +aSzInvaderIIITex1: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06005AC0, symbol: aSzInvaderIIITex1, tlut: 0x06005BC0 } + +aSzInvaderIIITex1TLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x06005BC0, symbol: aSzInvaderIIITex1TLUT } + +D_SZ_6005BF0: + { type: GFX, offset: 0x6005BF0, symbol: D_SZ_6005BF0 } + +D_SZ_6006090: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x06006090, symbol: D_SZ_6006090, tlut: 0x06006490 } + +D_SZ_6006490: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x06006490, symbol: D_SZ_6006490 } + +D_SZ_6006660: + { type: GFX, offset: 0x6006660, symbol: D_SZ_6006660 } + +D_SZ_6006780: + { type: GFX, offset: 0x6006780, symbol: D_SZ_6006780 } + +D_SZ_6006A30: + { type: GFX, offset: 0x6006A30, symbol: D_SZ_6006A30 } + +D_SZ_6006BD8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06006BD8, symbol: D_SZ_6006BD8, tlut: 0x06006CD8 } + +D_SZ_6006CD8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06006CD8, symbol: D_SZ_6006CD8 } + +aSzMissileAnim: + { type: SF64:ANIM, offset: 0x6006D64, symbol: aSzMissileAnim } + +aSzMissileSkel: + { type: SF64:SKELETON, offset: 0x6006E50, symbol: aSzMissileSkel } + +D_SZ_6006E70: + { type: SF64:ENVIRONMENT, offset: 0x6006E70, symbol: D_SZ_6006E70 } + +D_SZ_6006EB4: + { type: SF64:OBJECT_INIT, offset: 0x6006EB4, symbol: D_SZ_6006EB4 } + +D_SZ_6007558: + {type: SF64:COLPOLY, count: 316, offset: 0x6007558, symbol: D_SZ_6007558, mesh_symbol: D_SZ_OFFSET } + +aSZMissileHitbox: + { type: SF64:HITBOX, offset: 0x6009230, symbol: aSZMissileHitbox } + +aSzSpaceJunk3Hitbox: + { type: SF64:HITBOX, offset: 0x600924C, symbol: aSzSpaceJunk3Hitbox } + +aSzSpaceJunk1Hitbox: + { type: SF64:HITBOX, offset: 0x60092E8, symbol: aSzSpaceJunk1Hitbox } + +aSzGreatFoxHitbox: + { type: SF64:HITBOX, offset: 0x6009388, symbol: aSzGreatFoxHitbox } + +# size = 0x93B0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_solar.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_solar.yaml new file mode 100644 index 0000000..8435586 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_solar.yaml @@ -0,0 +1,227 @@ +:config: + segments: + - [0x06, 0xB5C8F0] + header: + code: + - '#include "assets/ast_solar.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aSoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 13, offset: 0x6000000, symbol: aSoTitleCardTex} + +D_SO_60005B0: + { type: GFX, offset: 0x60005B0, symbol: D_SO_60005B0} + +D_SO_6001C50: + { type: VTX, count: 289, offset: 0x6001C50, symbol: D_SO_6001C50} + +D_SO_6002E60: + { type: GFX, offset: 0x6002E60, symbol: D_SO_6002E60} + +D_SO_6004500: + { type: VTX, count: 289, offset: 0x6004500, symbol: D_SO_6004500} + +D_SO_6005710: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005710, symbol: D_SO_6005710} + +aSoGoreAnim: + { type: SF64:ANIM, offset: 0x600636C, symbol: aSoGoreAnim} + +aSoGoreSkel: + { type: SF64:SKELETON, offset: 0x6006558, symbol: aSoGoreSkel} + +D_SO_6006DD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006DD8, symbol: D_SO_6006DD8} + +D_SO_6007C40: + { type: GFX, offset: 0x6007C40, symbol: D_SO_6007C40} + +D_SO_6007CC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007CC0, symbol: D_SO_6007CC0} + +D_SO_60084C0: + { type: GFX, offset: 0x60084C0, symbol: D_SO_60084C0} + +D_SO_6008540: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008540, symbol: D_SO_6008540} + +D_SO_6008D40: + { type: GFX, offset: 0x6008D40, symbol: D_SO_6008D40} + +D_SO_6008DC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008DC0, symbol: D_SO_6008DC0} + +D_SO_6009D30: + { type: SF64:ANIM, offset: 0x6009D30, symbol: D_SO_6009D30} + +D_SO_600B1B4: + { type: SF64:ANIM, offset: 0x600B1B4, symbol: D_SO_600B1B4} + +D_SO_600C15C: + { type: SF64:ANIM, offset: 0x600C15C, symbol: D_SO_600C15C} + +D_SO_600D3DC: + { type: SF64:ANIM, offset: 0x600D3DC, symbol: D_SO_600D3DC} + +D_SO_600E2C4: + { type: SF64:ANIM, offset: 0x600E2C4, symbol: D_SO_600E2C4} + +D_SO_600E470: + { type: SF64:SKELETON, offset: 0x600E470, symbol: D_SO_600E470} + +D_SO_600F744: + { type: SF64:ANIM, offset: 0x600F744, symbol: D_SO_600F744} + +D_SO_600F750: + { type: GFX, offset: 0x600F750, symbol: D_SO_600F750} + +D_SO_6010198: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010198, symbol: D_SO_6010198} + +D_SO_6010998: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010998, symbol: D_SO_6010998} + +D_SO_6011198: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6011198, symbol: D_SO_6011198} + +D_SO_6011398: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6011398, symbol: D_SO_6011398} + +D_SO_6012C00: + { type: SF64:ANIM, offset: 0x6012C00, symbol: D_SO_6012C00} + +D_SO_601388C: + { type: SF64:ANIM, offset: 0x601388C, symbol: D_SO_601388C} + +D_SO_60138A0: + { type: GFX, offset: 0x60138A0, symbol: D_SO_60138A0} + +D_SO_6013C70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6013C70, symbol: D_SO_6013C70} + +D_SO_6014470: + { type: GFX, offset: 0x6014470, symbol: D_SO_6014470} + +D_SO_60146D0: + { type: GFX, offset: 0x60146D0, symbol: D_SO_60146D0} + +D_SO_6014930: + { type: GFX, offset: 0x6014930, symbol: D_SO_6014930} + +D_SO_6014B80: + { type: GFX, offset: 0x6014B80, symbol: D_SO_6014B80} + +D_SO_6014DB0: + { type: GFX, offset: 0x6014DB0, symbol: D_SO_6014DB0} + +D_SO_60151A0: + { type: GFX, offset: 0x60151A0, symbol: D_SO_60151A0} + +D_SO_6015810: + { type: GFX, offset: 0x6015810, symbol: D_SO_6015810} + +aSoRock3DL: + { type: GFX, offset: 0x6016CF0, symbol: aSoRock3DL} + +D_SO_6016F08: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6016F08, symbol: D_SO_6016F08} + +D_SO_6017008: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6017008, symbol: D_SO_6017008} + +aSoRock2DL: + { type: GFX, offset: 0x6017090, symbol: aSoRock2DL} + +D_SO_6017200: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6017200, symbol: D_SO_6017200} + +D_SO_6017300: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x6017300, symbol: D_SO_6017300} + +aSoRock1DL: + { type: GFX, offset: 0x6017370, symbol: aSoRock1DL} + +D_SO_60174E0: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x60174E0, symbol: D_SO_60174E0} + +D_SO_6017520: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x6017520, symbol: D_SO_6017520} + +D_SO_6017550: + { type: GFX, offset: 0x6017550, symbol: D_SO_6017550} + +D_SO_60175D8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x60175D8, symbol: D_SO_60175D8} + +D_SO_60185E0: + { type: GFX, offset: 0x60185E0, symbol: D_SO_60185E0} + +D_SO_6018668: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x6018668, symbol: D_SO_6018668} + +D_SO_6019670: + { type: GFX, offset: 0x6019670, symbol: D_SO_6019670} + +D_SO_60196F8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x60196F8, symbol: D_SO_60196F8} + +D_SO_601A700: + { type: GFX, offset: 0x601A700, symbol: D_SO_601A700} + +D_SO_601A788: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601A788, symbol: D_SO_601A788} + +D_SO_601B790: + { type: GFX, offset: 0x601B790, symbol: D_SO_601B790} + +D_SO_601B818: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601B818, symbol: D_SO_601B818} + +D_SO_601C820: + { type: GFX, offset: 0x601C820, symbol: D_SO_601C820} + +D_SO_601C8A8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601C8A8, symbol: D_SO_601C8A8} + +D_SO_601D8B0: + { type: GFX, offset: 0x601D8B0, symbol: D_SO_601D8B0} + +D_SO_601D948: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x601D948, symbol: D_SO_601D948} + +D_SO_601E150: + { type: GFX, offset: 0x601E150, symbol: D_SO_601E150} + +D_SO_601E1E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x601E1E8, symbol: D_SO_601E1E8} + +D_SO_601F1F0: + { type: SF64:ENVIRONMENT, offset: 0x601F1F0, symbol: D_SO_601F1F0} + +D_SO_601F234: + { type: SF64:OBJECT_INIT, offset: 0x601F234, symbol: D_SO_601F234} + +D_SO_6020DD0: + { type: SF64:SCRIPT, offset: 0x6020DD0, symbol: D_SO_6020DD0} + +D_SO_6020F60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6020F60, symbol: D_SO_6020F60} + +D_SO_6021F60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6021F60, symbol: D_SO_6021F60} + +D_SO_6022760: + { type: ARRAY, count: 289, array_type: u16, offset: 0x6022760, symbol: D_SO_6022760} + +D_SO_60229A4: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60229A4, symbol: D_SO_60229A4} + +D_SO_60231A4: + { type: SF64:HITBOX, offset: 0x60231A4, symbol: D_SO_60231A4} \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_star_wolf.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_star_wolf.yaml new file mode 100644 index 0000000..16eacac --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_star_wolf.yaml @@ -0,0 +1,104 @@ +:config: + segments: + - [0x0F, 0x93C0E0] + header: + code: + - '#include "assets/ast_star_wolf.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_STAR_WOLF_F000000: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F000000, symbol: D_STAR_WOLF_F000000 } + +D_STAR_WOLF_F000F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F000F20, symbol: D_STAR_WOLF_F000F20 } + +D_STAR_WOLF_F001E40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F001E40, symbol: D_STAR_WOLF_F001E40 } + +D_STAR_WOLF_F002D60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F002D60, symbol: D_STAR_WOLF_F002D60 } + +D_STAR_WOLF_F003C80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F003C80, symbol: D_STAR_WOLF_F003C80 } + +D_STAR_WOLF_F004BA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F004BA0, symbol: D_STAR_WOLF_F004BA0 } + +D_STAR_WOLF_F005AC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F005AC0, symbol: D_STAR_WOLF_F005AC0 } + +D_STAR_WOLF_F0069E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F0069E0, symbol: D_STAR_WOLF_F0069E0 } + +D_STAR_WOLF_F007900: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F007900, symbol: D_STAR_WOLF_F007900 } + +D_STAR_WOLF_F008820: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F008820, symbol: D_STAR_WOLF_F008820 } + +D_STAR_WOLF_F009740: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F009740, symbol: D_STAR_WOLF_F009740 } + +D_STAR_WOLF_F00A660: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00A660, symbol: D_STAR_WOLF_F00A660 } + +D_STAR_WOLF_F00B580: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00B580, symbol: D_STAR_WOLF_F00B580 } + +D_STAR_WOLF_F00C4A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00C4A0, symbol: D_STAR_WOLF_F00C4A0 } + +D_STAR_WOLF_F00D3C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00D3C0, symbol: D_STAR_WOLF_F00D3C0 } + +D_STAR_WOLF_F00E2E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00E2E0, symbol: D_STAR_WOLF_F00E2E0 } + +aStarWolfStandardShipDL: + { type: GFX, offset: 0xF00F200, symbol: aStarWolfStandardShipDL } + +D_STAR_WOLF_F0101D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0F0101D0, symbol: D_STAR_WOLF_F0101D0 } + +D_STAR_WOLF_F011E80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0F011E80, symbol: D_STAR_WOLF_F011E80 } + +D_STAR_WOLF_F011680: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F011680, symbol: D_STAR_WOLF_F011680 } + +aStarWolfUpgradedShipDL: + { type: GFX, offset: 0xF0103D0, symbol: aStarWolfUpgradedShipDL } + +D_STAR_WOLF_F011F00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F011F00, symbol: D_STAR_WOLF_F011F00 } + +D_STAR_WOLF_F012700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F012700, symbol: D_STAR_WOLF_F012700 } + +D_STAR_WOLF_F012F00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0F012F00, symbol: D_STAR_WOLF_F012F00 } + +D_STAR_WOLF_F013100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0F013100, symbol: D_STAR_WOLF_F013100 } + +D_STAR_WOLF_F013180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F013180, symbol: D_STAR_WOLF_F013180 } + +D_STAR_WOLF_F013980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F013980, symbol: D_STAR_WOLF_F013980 } + +# Star Wolf Radar mark +aStarWolfRadarMarkDL: + { type: GFX, offset: 0xF014180, symbol: aStarWolfRadarMarkDL } + +D_STAR_WOLF_F014208: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x0F014208, symbol: D_STAR_WOLF_F014208 } + +# Star Wolf Shadow +aStarWolfShadowDL: + { type: GFX, offset: 0xF014310, symbol: aStarWolfShadowDL } + +aStarWolfShadowTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x0F014398, symbol: aStarWolfShadowTex } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_text.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_text.yaml new file mode 100644 index 0000000..576f608 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_text.yaml @@ -0,0 +1,421 @@ +:config: + segments: + - [0x05, 0xCCDA20] + header: + code: + - '#include "assets/ast_text.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# 0 (small) +aSmallText_0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000000, symbol: aSmallText_0 } + +# 1 (small) +aSmallText_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000080, symbol: aSmallText_1 } + +# 2 (small) +aSmallText_2: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000100, symbol: aSmallText_2 } + +# 3 (small) +aSmallText_3: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000180, symbol: aSmallText_3 } + +# 4 (small) +aSmallText_4: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000200, symbol: aSmallText_4 } + +# 5 (small) +aSmallText_5: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000280, symbol: aSmallText_5 } + +# 6 (small) +aSmallText_6: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000300, symbol: aSmallText_6 } + +# 7 (small) +aSmallText_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000380, symbol: aSmallText_7 } + +# 8 (small) +aSmallText_8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000400, symbol: aSmallText_8 } + +# 9 (small) +aSmallText_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000480, symbol: aSmallText_9 } + +# Mission No. +aTextMissionNo: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 19, offset: 0x5000500, symbol: aTextMissionNo } + +# Training +aTrTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x5000D50, symbol: aTrTitleCardTex } + +# Enemies Down +aTextEnemiesDown: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 25, offset: 0x5001110, symbol: aTextEnemiesDown } + +# Accumulated Total +aTextAccumTotal: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 10, offset: 0x5001750, symbol: aTextAccumTotal } + +# Status of Team +aTextStatusOfTeam: + { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 12, offset: 0x5001C50, symbol: aTextStatusOfTeam } + +# End +aTextEnd: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 8, offset: 0x50021F0, symbol: aTextEnd } + +# ACCOM +aTextACCOM: + { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 23, offset: 0x50022F0, symbol: aTextACCOM } + +# PLISHED +aTextPLISHED: + { type: TEXTURE, ctype: u8, format: IA8, width: 136, height: 23, offset: 0x5002DC0, symbol: aTextPLISHED } + +# MISSION +aTextMISSION: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 23, offset: 0x5003A00, symbol: aTextMISSION } + +# COMP +aTextCOMP: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 23, offset: 0x5004580, symbol: aTextCOMP } + +# LETE +aTextLETE: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 21, offset: 0x5004E20, symbol: aTextLETE } + +# THE END +aText_THE_END: + { type: TEXTURE, ctype: u8, format: IA8, width: 192, height: 30, offset: 0x50054B0, symbol: aText_THE_END } + +# Falco +aTextFalco: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 8, offset: 0x5006B30, symbol: aTextFalco } + +# Peppy +aTextPeppy: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 10, offset: 0x5006CB0, symbol: aTextPeppy } + +# Slippy +aTextSlippy: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x5006E90, symbol: aTextSlippy } + +# A (small) +aSmallText_A: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50070C0, symbol: aSmallText_A } + +# B (small) +aSmallText_B: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007100, symbol: aSmallText_B } + +# ! (small) +aSmallTextExclamMark: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007140, symbol: aSmallTextExclamMark } + +# C (small) +aSmallText_C: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007180, symbol: aSmallText_C } + +# D (small) +aSmallText_D: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50071C0, symbol: aSmallText_D } + +# E (small) +aSmallText_E: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007200, symbol: aSmallText_E } + +# 1 (large) Used in the ending: 1997 +sLargeText_1997_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007240, symbol: sLargeText_1997_1 } + +# 7 (large) Used in the ending: 1997 +sLargeText_1997_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007330, symbol: sLargeText_1997_7 } + +# 9 (large) Used in the ending: 1997 +sLargeText_1997_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007420, symbol: sLargeText_1997_9 } + +# F (small) +aSmallText_F: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007510, symbol: aSmallText_F } + +# G (small) +aSmallText_G: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007550, symbol: aSmallText_G } + +# H (small) +aSmallText_H: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007590, symbol: aSmallText_H } + +# I (small) +aSmallText_I: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50075D0, symbol: aSmallText_I } + +# J (small) +aSmallText_J: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007610, symbol: aSmallText_J } + +# K (small) +aSmallText_K: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007650, symbol: aSmallText_K } + +# 完 (Japanese kanji meaning COMPLETE) +aTextKanjiCOMPLETE: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 47, offset: 0x5007690, symbol: aTextKanjiCOMPLETE } + +# L (small) +aSmallText_L: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007F60, symbol: aSmallText_L } + +# M (small) +aSmallText_M: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007FA0, symbol: aSmallText_M } + +# N (small) +aSmallText_N: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007FE0, symbol: aSmallText_N } + +# A (large) +aLargeText_A: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008020, symbol: aLargeText_A } + +# B (large) +aLargeText_B: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008110, symbol: aLargeText_B } + +# C (large) +aLargeText_C: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008200, symbol: aLargeText_C } + +# D (large) +aLargeText_D: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50082F0, symbol: aLargeText_D } + +# E (large) +aLargeText_E: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50083E0, symbol: aLargeText_E } + +# F (large) +aLargeText_F: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50084D0, symbol: aLargeText_F } + +# G (large) +aLargeText_G: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50085C0, symbol: aLargeText_G } + +# H (large) +aLargeText_H: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50086B0, symbol: aLargeText_H } + +# I (large) +aLargeText_I: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50087A0, symbol: aLargeText_I } + +# J (large) +aLargeText_J: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008890, symbol: aLargeText_J } + +# K (large) +aLargeText_K: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008980, symbol: aLargeText_K } + +# L (large) +aLargeText_L: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008A70, symbol: aLargeText_L } + +# M (large) +aLargeText_M: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008B60, symbol: aLargeText_M } + +# N (large) +aLargeText_N: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008C50, symbol: aLargeText_N } + +# O (large) +aSmallText_O: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008D40, symbol: aSmallText_O } + +# P (large) +aLargeText_P: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008E30, symbol: aLargeText_P } + +# Q (large) +aLargeText_Q: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008F20, symbol: aLargeText_Q } + +# R (large) +aLargeText_R: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009010, symbol: aLargeText_R } + +# S (large) +aLargeText_S: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009100, symbol: aLargeText_S } + +# T (large) +aLargeText_T: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50091F0, symbol: aLargeText_T } + +# U (large) +aLargeText_U: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50092E0, symbol: aLargeText_U } + +# V (large) +aLargeText_V: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50093D0, symbol: aLargeText_V } + +# W (large) +aLargeText_W: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 15, offset: 0x50094C0, symbol: aLargeText_W } + +# X (large) +aLargeText_X: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 15, offset: 0x50096A0, symbol: aLargeText_X } + +# Y (large) +aLargeText_Y: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009880, symbol: aLargeText_Y } + +# - (large) +aLargeText_HYPHEN: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009970, symbol: aLargeText_HYPHEN } + +# Z (large) +aLargeText_Z: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009A60, symbol: aLargeText_Z } + +# s (large) +aLargeText_s_: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009B50, symbol: aLargeText_s_ } + +# t (large) +aLargeText_t_: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009C40, symbol: aLargeText_t_ } + +# o (small) +aSmallText_o_: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009D30, symbol: aSmallText_o_ } + +# p (small) +aSmallText_p: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009D70, symbol: aSmallText_p } + +# . (large) +aLargeText_DOT: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009DB0, symbol: aLargeText_DOT } + +# q (small) +aSmallText_q: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009EA0, symbol: aSmallText_q } + +# r (small) +aSmallText_r: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009EE0, symbol: aSmallText_r } + +# s (small) +aSmallText_s: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009F20, symbol: aSmallText_s } + +# 0 (large) +aLargeText_0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009F60, symbol: aLargeText_0 } + +# 1 (large) +aLargeText_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A050, symbol: aLargeText_1 } + +# 2 (large) +aLargeText_2: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A140, symbol: aLargeText_2 } + +# 3 (large) +aLargeText_3: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A230, symbol: aLargeText_3 } + +# 4 (large) +aLargeText_4: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A320, symbol: aLargeText_4 } + +# 5 (large) +aLargeText_5: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A410, symbol: aLargeText_5 } + +# 6 (large) +aLargeText_6: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A500, symbol: aLargeText_6 } + +# 7 (large) +aLargeText_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A5F0, symbol: aLargeText_7 } + +# 8 (large) +aLargeText_8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A6E0, symbol: aLargeText_8 } + +# 9 (large) +aLargeText_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A7D0, symbol: aLargeText_9 } + +# 終 (Japanese kanji meaning END) +aTextKanji_END: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 49, offset: 0x500A8C0, symbol: aTextKanji_END } + +# T (small) +aSmallText_T: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B380, symbol: aSmallText_T } + +# . (small) +aSmallText_DOT: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B3C0, symbol: aSmallText_DOT } + +# : (small) +aSmallText_COLON: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B400, symbol: aSmallText_COLON } + +# U (small) +aSmallText_U: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B440, symbol: aSmallText_U } + +# V (small) +aSmallText_V: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B480, symbol: aSmallText_V } + +# W (small) +aSmallText_W: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B4C0, symbol: aSmallText_W } + +# X (small) +aSmallText_X: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B500, symbol: aSmallText_X } + +# Y (small) +aSmallText_Y: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B540, symbol: aSmallText_Y } + +# - (small) +aSmallText_HYPHEN: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B580, symbol: aSmallText_HYPHEN } + +# Z (small) +aSmallText_Z: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B5C0, symbol: aSmallText_Z } + +# Wrench DisplayList (Teammate in maintenance state) +aDownWrenchDL: + { type: GFX, offset: 0x500B600, symbol: aDownWrenchDL } + +# Wrench Texture +aDownWrenchTexture: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 32, offset: 0x0500B768, tlut: 0x0500B868, symbol: aDownWrenchTexture } + +# Wrench TLUT +aDownWrenchTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0500B868, symbol: aDownWrenchTLUT } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_titania.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_titania.yaml new file mode 100644 index 0000000..c16a43d --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_titania.yaml @@ -0,0 +1,188 @@ +:config: + segments: + - [0x06, 0x9CE5E0] + header: + code: + - '#include "assets/ast_titania.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aTiTitleCardTex: + {type: TEXTURE, format: IA8, ctype: u8, width: 96, height: 28, offset: 0x6000000, symbol: aTiTitleCardTex} + +D_TI_6000A80: + {type: GFX, offset: 0x6000A80, symbol: D_TI_6000A80} + +D_TI_6000B10: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x6000B10, symbol: D_TI_6000B10} + +D_TI_6001B10: + {type: GFX, offset: 0x6001B10, symbol: D_TI_6001B10} + +D_TI_6001BA8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6001BA8, symbol: D_TI_6001BA8} + +aTiCactusDL: + {type: GFX, offset: 0x60023B0, symbol: aTiCactusDL} + +D_TI_6002438: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 64, offset: 0x6002438, symbol: D_TI_6002438} + +D_TI_6003440: + {type: GFX, offset: 0x6003440, symbol: D_TI_6003440} + +D_TI_60034E0: + {type: GFX, offset: 0x60034E0, symbol: D_TI_60034E0} + +D_TI_6003580: + {type: GFX, offset: 0x6003580, symbol: D_TI_6003580} + +D_TI_6003620: + {type: GFX, offset: 0x6003620, symbol: D_TI_6003620} + +D_TI_60036C0: + {type: GFX, offset: 0x60036C0, symbol: D_TI_60036C0} + +D_TI_6003760: + {type: GFX, offset: 0x6003760, symbol: D_TI_6003760} + +D_TI_6003800: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6003800, symbol: D_TI_6003800} + +D_TI_6003C00: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6003C00, symbol: D_TI_6003C00} + +D_TI_6004000: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004000, symbol: D_TI_6004000} + +D_TI_6004400: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004400, symbol: D_TI_6004400} + +D_TI_6004800: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004800, symbol: D_TI_6004800} + +D_TI_6004C00: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004C00, symbol: D_TI_6004C00} + +D_TI_6005000: + {type: SF64:ENVIRONMENT, offset: 0x6005000, symbol: D_TI_6005000} + +D_TI_600631C: + {type: SF64:SCRIPT, offset: 0x600631C, symbol: D_TI_600631C} + +aTi1LandmineHitbox: + {type: SF64:HITBOX, offset: 0x60064AC, symbol: aTi1LandmineHitbox} + +aTiDesertRoverHitbox: + {type: SF64:HITBOX, offset: 0x60064C8, symbol: aTiDesertRoverHitbox} + +aTiSkullHitbox: + {type: SF64:HITBOX, offset: 0x60064FC, symbol: aTiSkullHitbox} + +aTiRib0Hitbox: + {type: SF64:HITBOX, offset: 0x6006518, symbol: aTiRib0Hitbox} + +aTiRib1Hitbox: + {type: SF64:HITBOX, offset: 0x6006564, symbol: aTiRib1Hitbox} + +aTiRib2Hitbox: + {type: SF64:HITBOX, offset: 0x60065B0, symbol: aTiRib2Hitbox} + +aTiRib3Hitbox: + {type: SF64:HITBOX, offset: 0x60065FC, symbol: aTiRib3Hitbox} + +aTiRib4Hitbox: + {type: SF64:HITBOX, offset: 0x6006648, symbol: aTiRib4Hitbox} + +aTiRib5Hitbox: + {type: SF64:HITBOX, offset: 0x6006694, symbol: aTiRib5Hitbox} + +aTiRib6Hitbox: + {type: SF64:HITBOX, offset: 0x60066E0, symbol: aTiRib6Hitbox} + +aTiRib7Hitbox: + {type: SF64:HITBOX, offset: 0x600672C, symbol: aTiRib7Hitbox} + +aTiRib8Hitbox: + {type: SF64:HITBOX, offset: 0x6006778, symbol: aTiRib8Hitbox} + +aTiDelphorHitbox: + {type: SF64:HITBOX, offset: 0x60067C4, symbol: aTiDelphorHitbox} + +aTiDelphorHeadHitbox: + {type: SF64:HITBOX, offset: 0x6006808, symbol: aTiDelphorHeadHitbox} + +aTiDesertCrawlerHitbox: + {type: SF64:HITBOX, offset: 0x6006A3C, symbol: aTiDesertCrawlerHitbox} + +aTiBoulderHitbox: + {type: SF64:HITBOX, offset: 0x600683C, symbol: aTiBoulderHitbox} + +aTiBombHitbox: + {type: SF64:HITBOX, offset: 0x6006858, symbol: aTiBombHitbox} + +D_TI_6006874: + {type: SF64:HITBOX, offset: 0x6006874, symbol: D_TI_6006874} + +aTiRascoHitbox: + {type: SF64:HITBOX, offset: 0x6006890, symbol: aTiRascoHitbox} + +aTiCactusHitbox: + {type: SF64:HITBOX, offset: 0x60068BC, symbol: aTiCactusHitbox} + +aTiFekudaHitbox: + {type: SF64:HITBOX, offset: 0x60068F0, symbol: aTiFekudaHitbox} + +D_TI_6006940: + {type: SF64:HITBOX, offset: 0x6006940, symbol: D_TI_6006940} + +D_TI_600695C: + {type: SF64:HITBOX, offset: 0x600695C, symbol: D_TI_600695C} + +D_TI_6006978: + {type: SF64:HITBOX, offset: 0x6006978, symbol: D_TI_6006978} + +D_TI_6006994: + {type: SF64:HITBOX, offset: 0x6006994, symbol: D_TI_6006994} + +D_TI_60069B0: + {type: SF64:HITBOX, offset: 0x60069B0, symbol: D_TI_60069B0} + +D_TI_60069CC: + {type: SF64:HITBOX, offset: 0x60069CC, symbol: D_TI_60069CC} + +D_TI_60069E8: + {type: SF64:HITBOX, offset: 0x60069E8, symbol: D_TI_60069E8} + +D_TI_6006A04: + {type: SF64:HITBOX, offset: 0x6006A04, symbol: D_TI_6006A04} + +D_TI_6006A20: + {type: SF64:HITBOX, offset: 0x6006A20, symbol: D_TI_6006A20} + +aTiPillarHitbox: + {type: SF64:HITBOX, offset: 0x6006BF0, symbol: aTiPillarHitbox} + +D_TI_6006924: + {type: SF64:HITBOX, offset: 0x6006924, symbol: D_TI_6006924} + +D_TI_6006C0C: + {type: SF64:HITBOX, offset: 0x6006C0C, symbol: D_TI_6006C0C} + +D_TI_6006C28: + {type: SF64:HITBOX, offset: 0x6006C28, symbol: D_TI_6006C28} + +aTiBridgeHitbox: + {type: SF64:HITBOX, offset: 0x6006C44, symbol: aTiBridgeHitbox} + +D_TI_6006C60: + {type: SF64:OBJECT_INIT, offset: 0x6006C60, symbol: D_TI_6006C60} + +D_TI_6009BB8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6009BB8, symbol: D_TI_6009BB8} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_title.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_title.yaml new file mode 100644 index 0000000..a66023c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_title.yaml @@ -0,0 +1,263 @@ +:config: + segments: + - [0x06, 0xBF7B20] + header: + code: + - '#include "assets/ast_title.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aTitleStarfoxLogoTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 236, height: 60, offset: 0x6000000, symbol: aTitleStarfoxLogoTex } + +aTitleN64LogoTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 128, height: 88, offset: 0x6006EA0, symbol: aTitleN64LogoTex } + +gTitleRadioStatic: { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x600C6A0, symbol: gTitleRadioStatic } + +aTitleSunGlareTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600D5C0, symbol: aTitleSunGlareTex } + +a1997NintendoTex: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 12, offset: 0x600DDC0, symbol: a1997NintendoTex } + +aTitlePressStartTex: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 13, offset: 0x600E360, symbol: aTitlePressStartTex } + +aTitleGreatFoxCardTex: { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 28, offset: 0x600E980, symbol: aTitleGreatFoxCardTex } + +gTitleSlippyCard: { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 13, offset: 0x600F940, symbol: gTitleSlippyCard } + +gTitlePeppyCard: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 13, offset: 0x6010090, symbol: gTitlePeppyCard } + +gTitleFalcoCard: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x60106B0, symbol: gTitleFalcoCard } + +gTitleFoxCard: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x6010FA0, symbol: gTitleFoxCard } + +aTitleArwingCardTex: { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 26, offset: 0x6011890, symbol: aTitleArwingCardTex } + +aTitleNoControllerTex: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 24, offset: 0x60123F0, symbol: aTitleNoControllerTex } + +aTitleCopyrightTex: { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6013470, symbol: aTitleCopyrightTex } + +gTitleUnusedNintendoCopyright: { type: TEXTURE, ctype: u8, format: IA8, width: 168, height: 18, offset: 0x6013570, symbol: gTitleUnusedNintendoCopyright } + +aIntroStarfoxLogoTex: { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 13, offset: 0x6014140, tlut: 0x60147C0, symbol: aIntroStarfoxLogoTex } + +aIntroStarfoxLogoTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x60147C0, symbol: aIntroStarfoxLogoTLUT } + +aIntroInTex: { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 13, offset: 0x60147E0, tlut: 0x60147C0, symbol: aIntroInTex } + +aIntroInTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x60148B0, symbol: aIntroInTLUT } + +a64LogoDL: { type: GFX, offset: 0x60148D0, symbol: a64LogoDL } + +a64Logo1Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6014DE8, tlut: 0x60155E8, symbol: a64Logo1Tex } + +a64Logo1TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x60155E8, symbol: a64Logo1TLUT } + +a64Logo2Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 63, offset: 0x6015718, tlut: 0x6015EF8, symbol: a64Logo2Tex } + +a64Logo2TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6015EF8, symbol: a64Logo2TLUT } + +a64Logo3Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6015F78, tlut: 0x6016778, symbol: a64Logo3Tex } + +a64Logo3TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6016778, symbol: a64Logo3TLUT } + +a64Logo4Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 63, offset: 0x6016908, tlut: 0x60170E8, symbol: a64Logo4Tex } + +a64Logo4TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 144, offset: 0x60170E8, symbol: a64Logo4TLUT } + +a64Logo5Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6017208, tlut: 0x6017A08, symbol: a64Logo5Tex } + +a64Logo5TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x6017A08, symbol: a64Logo5TLUT } + +a64Logo6Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6017B18, tlut: 0x6018318, symbol: a64Logo6Tex } + +a64Logo6TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6018318, symbol: a64Logo6TLUT } + +a64Logo7Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x60184A8, tlut: 0x6018CA8, symbol: a64Logo7Tex } + +a64Logo7TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x6018CA8, symbol: a64Logo7TLUT } + +aTitleGreatFoxDeckDL: { type: GFX, offset: 0x6018D40, symbol: aTitleGreatFoxDeckDL } + +D_TITLE_60195C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60195C0, symbol: D_TITLE_60195C0 } + +D_TITLE_6019DC0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6019DC0, symbol: D_TITLE_6019DC0 } + +D_TITLE_601A5C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601A5C0, symbol: D_TITLE_601A5C0 } + +D_TITLE_601B5C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601B5C0, symbol: D_TITLE_601B5C0 } + +D_TITLE_601B7C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601B7C0, symbol: D_TITLE_601B7C0 } + +aTitleCsPassageWayWallTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601BFC0, symbol: aTitleCsPassageWayWallTex } + +aTitleGreatFoxDeckLauncherDL: { type: GFX, offset: 0x601C7C0, symbol: aTitleGreatFoxDeckLauncherDL } + +D_TITLE_601CCD0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601CCD0, symbol: D_TITLE_601CCD0 } + +D_TITLE_601CED0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x601CED0, symbol: D_TITLE_601CED0 } + +D_TITLE_601CF50: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601CF50, symbol: D_TITLE_601CF50 } + +aNoControllerBgTex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x601D750, tlut: 0x601DB50, symbol: aNoControllerBgTex } + +aNoControllerBgTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x601DB50, symbol: aNoControllerBgTLUT } + +D_TITLE_601E424: { type: SF64:ANIM, offset: 0x601E424, symbol: D_TITLE_601E424 } + +D_TITLE_601E430: { type: GFX, offset: 0x601E430, symbol: D_TITLE_601E430 } + +D_TITLE_601E720: { type: GFX, offset: 0x601E720, symbol: D_TITLE_601E720 } + +D_TITLE_601EA00: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601EA00, symbol: D_TITLE_601EA00 } + +D_TITLE_601F200: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601F200, symbol: D_TITLE_601F200 } + +D_TITLE_601F400: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601F400, symbol: D_TITLE_601F400 } + +D_TITLE_601F8E0: { type: SF64:ANIM, offset: 0x601F8E0, symbol: D_TITLE_601F8E0 } + +D_TITLE_6020058: { type: SF64:ANIM, offset: 0x6020058, symbol: D_TITLE_6020058 } + +D_TITLE_60214F8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60214F8, symbol: D_TITLE_60214F8 } + +D_TITLE_6021D10: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6021D10, symbol: D_TITLE_6021D10 } + +D_TITLE_6021F10: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6021F10, symbol: D_TITLE_6021F10 } + +D_TITLE_6022B40: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6022B40, symbol: D_TITLE_6022B40 } + +D_TITLE_6023340: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023340, symbol: D_TITLE_6023340 } + +D_TITLE_6023B40: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023B40, symbol: D_TITLE_6023B40 } + +D_TITLE_6024340: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6024340, symbol: D_TITLE_6024340 } + +D_TITLE_60246F8: { type: SF64:ANIM, offset: 0x60246F8, symbol: D_TITLE_60246F8 } + +D_TITLE_60257A8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60257A8, symbol: D_TITLE_60257A8 } + +D_TITLE_60259A8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60259A8, symbol: D_TITLE_60259A8 } + +D_TITLE_6025BA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025BA8, symbol: D_TITLE_6025BA8 } + +D_TITLE_6025DA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025DA8, symbol: D_TITLE_6025DA8 } + +D_TITLE_6025FA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025FA8, symbol: D_TITLE_6025FA8 } + +D_TITLE_6026D28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6026D28, symbol: D_TITLE_6026D28 } + +D_TITLE_6026F28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6026F28, symbol: D_TITLE_6026F28 } + +D_TITLE_6028508: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028508, symbol: D_TITLE_6028508 } + +D_TITLE_6028708: { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6028708, symbol: D_TITLE_6028708 } + +D_TITLE_6028788: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028788, symbol: D_TITLE_6028788 } + +D_TITLE_6028988: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028988, symbol: D_TITLE_6028988 } + +D_TITLE_6028A08: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028A08, symbol: D_TITLE_6028A08 } + +D_TITLE_6028C08: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6028C08, symbol: D_TITLE_6028C08 } + +D_TITLE_6029BE4: { type: SF64:ANIM, offset: 0x6029BE4, symbol: D_TITLE_6029BE4 } + +D_TITLE_602A710: { type: SF64:ANIM, offset: 0x602A710, symbol: D_TITLE_602A710 } + +aTitleGreatFoxDeckPlatformDL: { type: GFX, offset: 0x602A720, symbol: aTitleGreatFoxDeckPlatformDL } + +aTitleCsPassageWayCeilingTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602A8C0, symbol: aTitleCsPassageWayCeilingTex } + +D_TITLE_602B8C0: { type: GFX, offset: 0x602B8C0, symbol: D_TITLE_602B8C0 } + +D_TITLE_602D930: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602D930, symbol: D_TITLE_602D930 } + +D_TITLE_602DB30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DB30, symbol: D_TITLE_602DB30 } + +D_TITLE_602DD30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DD30, symbol: D_TITLE_602DD30 } + +D_TITLE_602DF30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DF30, symbol: D_TITLE_602DF30 } + +aTitleCsPassageWayDL: { type: GFX, offset: 0x602E380, symbol: aTitleCsPassageWayDL } + +aTitleCsPassageWayFloorTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602E550, symbol: aTitleCsPassageWayFloorTex } + +aFoxRunningAnim: { type: SF64:ANIM, offset: 0x602F8E0, symbol: aFoxRunningAnim } + +aFoxSkel: {type: SF64:SKELETON, offset: 0x602FBAC, symbol: aFoxSkel} + +aFalcoRunningAnim: { type: SF64:ANIM, offset: 0x60305C0, symbol: aFalcoRunningAnim } + +aFalcoSkel: {type: SF64:SKELETON, offset: 0x603088C, symbol: aFalcoSkel} + +aSlippyRunningAnim: { type: SF64:ANIM, offset: 0x6031120, symbol: aSlippyRunningAnim } + +aSlippySkel: {type: SF64:SKELETON, offset: 0x60313AC, symbol: aSlippySkel} + +aPeppyRunningAnim: { type: SF64:ANIM, offset: 0x6031DB8, symbol: aPeppyRunningAnim } + +aPeppySkel: {type: SF64:SKELETON, offset: 0x6032084, symbol: aPeppySkel} + +aTitleArwingEngineGlowDL: { type: GFX, offset: 0x60320E0, symbol: aTitleArwingEngineGlowDL } + +aTitleArwingEngineGlowTex: {type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x6032178, symbol: aTitleArwingEngineGlowTex} + +aTitleArwingShadowDL: { type: GFX, offset: 0x6032580, symbol: aTitleArwingShadowDL } + +aTitleArwingShadowTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6032608, symbol: aTitleArwingShadowTex } + +aFalcoAnim: { type: SF64:ANIM, offset: 0x60338DC, symbol: aFalcoAnim } + +aFoxAnim: { type: SF64:ANIM, offset: 0x6035024, symbol: aFoxAnim } + +aPeppyAnim: { type: SF64:ANIM, offset: 0x603531C, symbol: aPeppyAnim } + +aSlippyAnim: { type: SF64:ANIM, offset: 0x6036278, symbol: aSlippyAnim } + +D_TITLE_6036290: { type: GFX, offset: 0x6036290, symbol: D_TITLE_6036290 } + +D_TITLE_6036328: { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x6036328, symbol: D_TITLE_6036328 } + +D_TITLE_6036B30: { type: GFX, offset: 0x6036B30, symbol: D_TITLE_6036B30 } + +D_TITLE_6036BC8: { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x6036BC8, symbol: D_TITLE_6036BC8 } + +aPlanetCorneriaDL: { type: GFX, offset: 0x6037CF0, symbol: aPlanetCorneriaDL } + +D_TITLE_60380D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x60380D0, symbol: D_TITLE_60380D0} + +D_TITLE_60390D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x60390D0, symbol: D_TITLE_60390D0} + +D_TITLE_603A0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603A0D0, symbol: D_TITLE_603A0D0} + +D_TITLE_603B0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603B0D0, symbol: D_TITLE_603B0D0} + +D_TITLE_603C0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603C0D0, symbol: D_TITLE_603C0D0} + +D_TITLE_603D0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603D0D0, symbol: D_TITLE_603D0D0} + +D_TITLE_603E0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603E0D0, symbol: D_TITLE_603E0D0} + +D_TITLE_603F0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603F0D0, symbol: D_TITLE_603F0D0} + +D_TITLE_60408C0: { type: GFX, offset: 0x60408C0, symbol: D_TITLE_60408C0 } + +aTeamShadowDL: { type: GFX, offset: 0x6041070, symbol: aTeamShadowDL } + +D_TITLE_60410F8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60410F8, symbol: D_TITLE_60410F8} + +D_TITLE_6041CF0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6041CF0, symbol: D_TITLE_6041CF0 } + +D_TITLE_60426E0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60426E0, symbol: D_TITLE_60426E0 } + +D_TITLE_6043F68: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6043F68, symbol: D_TITLE_6043F68 } + +D_TITLE_60456C0: { type: GFX, offset: 0x60456C0, symbol: D_TITLE_60456C0 } + +D_TITLE_6045A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6045A28, symbol: D_TITLE_6045A28} +D_TITLE_6046A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6046A28, symbol: D_TITLE_6046A28} +D_TITLE_6047A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6047A28, symbol: D_TITLE_6047A28} +D_TITLE_6048A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6048A28, symbol: D_TITLE_6048A28} +D_TITLE_6049A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6049A28, symbol: D_TITLE_6049A28} +D_TITLE_604AA28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x604AA28, symbol: D_TITLE_604AA28} +D_TITLE_604BA28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x604BA28, symbol: D_TITLE_604BA28} \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_training.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_training.yaml new file mode 100644 index 0000000..6126c92 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_training.yaml @@ -0,0 +1,88 @@ +:config: + segments: + - [0x6, 0xDD7620] + header: + code: + - '#include "assets/ast_training.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_TR_6000000: + { type: TEXTURE, format: IA8, offset: 0x6000000, width: 96, height: 12, ctype: u8, symbol: D_TR_6000000 } + +D_TR_6000480: + { type: TEXTURE, format: IA8, offset: 0x6000480, width: 96, height: 12, ctype: u8, symbol: D_TR_6000480 } + +D_TR_6000900: + { type: TEXTURE, format: RGBA16, offset: 0x6000900, width: 44, height: 44, ctype: u16, symbol: D_TR_6000900 } + +D_TR_6001820: + { type: TEXTURE, format: RGBA16, offset: 0x6001820, width: 44, height: 44, ctype: u16, symbol: D_TR_6001820 } + +aTrBarrierDL: + { type: GFX, offset: 0x6002740, symbol: aTrBarrierDL } + +D_TR_60028F0: + { type: TEXTURE, format: RGBA16, offset: 0x060028F0, width: 32, height: 32, ctype: u16, symbol: D_TR_60028F0 } + +aTrBuildingDL: + { type: GFX, offset: 0x60030F0, symbol: aTrBuildingDL } + +D_TR_6003360: + { type: TEXTURE, format: RGBA16, offset: 0x06003360, width: 16, height: 16, ctype: u16, symbol: D_TR_6003360 } + +D_TR_6003560: + { type: TEXTURE, format: RGBA16, offset: 0x06003560, width: 16, height: 16, ctype: u16, symbol: D_TR_6003560 } + +D_TR_6003760: + { type: GFX, offset: 0x6003760, symbol: D_TR_6003760 } + +D_TR_6003878: + { type: TEXTURE, format: RGBA16, offset: 0x06003878, width: 64, height: 32, ctype: u16, symbol: D_TR_6003878 } + +D_TR_6004878: + { type: TEXTURE, format: RGBA16, offset: 0x06004878, width: 64, height: 32, ctype: u16, symbol: D_TR_6004878 } + +D_TR_6005880: + { type: GFX, offset: 0x6005880, symbol: D_TR_6005880 } + +D_TR_6005938: + { type: TEXTURE, format: RGBA16, offset: 0x06005938, width: 32, height: 32, ctype: u16, symbol: D_TR_6005938 } + +aItemTrainingRingDL: + { type: GFX, offset: 0x6006140, symbol: aItemTrainingRingDL } + +D_TR_6006958: + { type: TEXTURE, format: RGBA16, offset: 0x06006958, width: 8, height: 8, ctype: u16, symbol: D_TR_6006958 } + +D_TR_60069D8: + { type: TEXTURE, format: RGBA16, offset: 0x060069D8, width: 8, height: 8, ctype: u16, symbol: D_TR_60069D8 } + +D_TR_6006A60: + { type: SF64:ENVIRONMENT, offset: 0x6006A60, symbol: D_TR_6006A60 } + +D_TR_6006AA4: + { type: SF64:OBJECT_INIT, offset: 0x6006AA4, symbol: D_TR_6006AA4 } + +D_TR_6008EF8: + { type: SF64:OBJECT_INIT, offset: 0x6008EF8, symbol: D_TR_6008EF8 } + +D_TR_6009B34: + { type: SF64:SCRIPT, offset: 0x6009B34, symbol: D_TR_6009B34 } + +aTrBuildingHitbox: + { type: SF64:HITBOX, offset: 0x6009CC4, symbol: aTrBuildingHitbox } + +aItemTrainingRingHitbox: + { type: SF64:HITBOX, offset: 0x6009CFC, symbol: aItemTrainingRingHitbox } + +aTrBarrierHitbox: + { type: SF64:HITBOX, offset: 0x6009D18, symbol: aTrBarrierHitbox } + +# size = 0x9D40 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ve1_boss.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ve1_boss.yaml new file mode 100644 index 0000000..f888e2a --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_ve1_boss.yaml @@ -0,0 +1,243 @@ +:config: + segments: + - [0x09, 0xAE16B0] + header: + code: + - '#include "assets/ast_ve1_boss.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_VE1_9000000: + {type: GFX, offset: 0x9000000, symbol: D_VE1_9000000} + +D_VE1_90003E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90003E8, symbol: D_VE1_90003E8} + +D_VE1_90005E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90005E8, symbol: D_VE1_90005E8} + +D_VE1_90007F0: + {type: GFX, offset: 0x90007F0, symbol: D_VE1_90007F0} + +D_VE1_9000AF0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9000AF0, symbol: D_VE1_9000AF0} + +D_VE1_90012F0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90012F0, symbol: D_VE1_90012F0} + +D_VE1_9002CD8: + {type: SF64:ANIM, offset: 0x9002CD8, symbol: D_VE1_9002CD8} + +aVe1BlockerDL: + {type: GFX, offset: 0x9002CF0, symbol: aVe1BlockerDL} + +D_VE1_9002F30: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9002F30, symbol: D_VE1_9002F30, tlut: 0x9003330} + +D_VE1_9003330: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003330, symbol: D_VE1_9003330} + +D_VE1_9003490: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9003490, symbol: D_VE1_9003490, tlut: 0x9003890} + +D_VE1_9003890: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003890, symbol: D_VE1_9003890} + +D_VE1_90039F0: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x90039F0, symbol: D_VE1_90039F0, tlut: 0x9003DF0} + +D_VE1_9003DF0: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003DF0, symbol: D_VE1_9003DF0} + +aVe1TempleInterior1DL: + {type: GFX, offset: 0x9003F50, symbol: aVe1TempleInterior1DL} + +D_VE1_9004478: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9004478, symbol: D_VE1_9004478} + +D_VE1_9004878: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9004878, symbol: D_VE1_9004878} + +D_VE1_9005078: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9005078, symbol: D_VE1_9005078} + +D_VE1_9005478: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9005478, symbol: D_VE1_9005478} + +aVe1TempleEntranceDL: + {type: GFX, offset: 0x9005C80, symbol: aVe1TempleEntranceDL} + +D_VE1_9009700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9009700, symbol: D_VE1_9009700} + +D_VE1_9009F00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9009F00, symbol: D_VE1_9009F00} + +D_VE1_900A300: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900A300, symbol: D_VE1_900A300} + +D_VE1_900AB00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x900AB00, symbol: D_VE1_900AB00} + +D_VE1_900AF00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900AF00, symbol: D_VE1_900AF00} + +D_VE1_900B700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900B700, symbol: D_VE1_900B700} + +D_VE1_900BF00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900BF00, symbol: D_VE1_900BF00} + +D_VE1_900C700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900C700, symbol: D_VE1_900C700} + +aVe1MonkeyStatueAnim: + {type: SF64:ANIM, offset: 0x900D098, symbol: aVe1MonkeyStatueAnim} + +aVe1MonkeyStatueSkel: + {type: SF64:SKELETON, offset: 0x900D164, symbol: aVe1MonkeyStatueSkel} + +D_VE1_900D180: + {type: GFX, offset: 0x900D180, symbol: D_VE1_900D180} + +D_VE1_900D520: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900D520, symbol: D_VE1_900D520} + +aVe1Pillar1DL: + {type: GFX, offset: 0x900DD20, symbol: aVe1Pillar1DL} + +D_VE1_900DF20: + {type: GFX, offset: 0x900DF20, symbol: D_VE1_900DF20} + +D_VE1_900DFB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x900DFB8, symbol: D_VE1_900DFB8} + +aVe1TempleBgDL: + {type: GFX, offset: 0x900EFC0, symbol: aVe1TempleBgDL} + +aVe1TempleInterior2DL: + {type: GFX, offset: 0x900F060, symbol: aVe1TempleInterior2DL} + +aVe1TempleInterior3DL: + {type: GFX, offset: 0x900F1D0, symbol: aVe1TempleInterior3DL} + +D_VE1_9010FC4: + {type: SF64:ANIM, offset: 0x9010FC4, symbol: D_VE1_9010FC4} + +D_VE1_9010FD0: + {type: GFX, offset: 0x9010FD0, symbol: D_VE1_9010FD0} + +aVe1PillarDL: + {type: GFX, offset: 0x9011200, symbol: aVe1PillarDL} + +D_VE1_9011980: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9011980, symbol: D_VE1_9011980} + +aVe1Pillar5DL: + {type: GFX, offset: 0x9012180, symbol: aVe1Pillar5DL} + +D_VE1_90123C0: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 16, offset: 0x90123C0, symbol: D_VE1_90123C0, tlut: 0x90125C0} + +D_VE1_90125C0: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 160, offset: 0x90125C0, symbol: D_VE1_90125C0} + +D_VE1_9013880: + {type: GFX, offset: 0x9013880, symbol: D_VE1_9013880} + +D_VE1_9013C20: + {type: GFX, offset: 0x9013C20, symbol: D_VE1_9013C20} + +D_VE1_9014DF0: + {type: GFX, offset: 0x9014DF0, symbol: D_VE1_9014DF0} + +D_VE1_90150A0: + {type: GFX, offset: 0x90150A0, symbol: D_VE1_90150A0} + +D_VE1_9015480: + {type: GFX, offset: 0x9015480, symbol: D_VE1_9015480} + +D_VE1_9015900: + {type: GFX, offset: 0x9015900, symbol: D_VE1_9015900} + +D_VE1_9015BB0: + {type: GFX, offset: 0x9015BB0, symbol: D_VE1_9015BB0} + +D_VE1_9018BD0: + {type: SF64:ANIM, offset: 0x9018BD0, symbol: D_VE1_9018BD0} + +D_VE1_901A4B8: + {type: SF64:ANIM, offset: 0x901A4B8, symbol: D_VE1_901A4B8} + +D_VE1_901BDA8: + {type: SF64:ANIM, offset: 0x901BDA8, symbol: D_VE1_901BDA8} + +D_VE1_901C0F4: + {type: SF64:SKELETON, offset: 0x901C0F4, symbol: D_VE1_901C0F4} + +D_VE1_901DA38: + {type: SF64:ANIM, offset: 0x901DA38, symbol: D_VE1_901DA38} + +aVe1Pillar3DL: + {type: GFX, offset: 0x901DA50, symbol: aVe1Pillar3DL} + +D_VE1_901DC90: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x901DC90, symbol: D_VE1_901DC90} + +D_VE1_901E350: + {type: GFX, offset: 0x901E350, symbol: D_VE1_901E350} + +D_VE1_901F6D0: + {type: GFX, offset: 0x901F6D0, symbol: D_VE1_901F6D0} + +D_VE1_901F990: + {type: GFX, offset: 0x901F990, symbol: D_VE1_901F990} + +D_VE1_901FC40: + {type: GFX, offset: 0x901FC40, symbol: D_VE1_901FC40} + +D_VE1_901FFB0: + {type: GFX, offset: 0x901FFB0, symbol: D_VE1_901FFB0} + +D_VE1_9020E30: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9020E30, symbol: D_VE1_9020E30} + +D_VE1_9021630: + {type: GFX, offset: 0x9021630, symbol: D_VE1_9021630} + +D_VE1_9021900: + {type: GFX, offset: 0x9021900, symbol: D_VE1_9021900} + +D_VE1_9021B80: + {type: GFX, offset: 0x9021B80, symbol: D_VE1_9021B80} + +D_VE1_9022820: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x9022820, symbol: D_VE1_9022820} + +D_VE1_9022A20: + {type: GFX, offset: 0x9022A20, symbol: D_VE1_9022A20} + +D_VE1_9022D80: + {type: GFX, offset: 0x9022D80, symbol: D_VE1_9022D80} + +D_VE1_9023290: + {type: GFX, offset: 0x9023290, symbol: D_VE1_9023290} + +D_VE1_90234D0: + {type: GFX, offset: 0x90234D0, symbol: D_VE1_90234D0} + +D_VE1_9023880: + {type: GFX, offset: 0x9023880, symbol: D_VE1_9023880} + +aVe1Pillar4DL: + {type: GFX, offset: 0x9023AD0, symbol: aVe1Pillar4DL} + +D_VE1_9024738: + {type: SF64:ANIM, offset: 0x9024738, symbol: D_VE1_9024738} + +D_VE1_9024750: + {type: GFX, offset: 0x9024750, symbol: D_VE1_9024750} + +D_VE1_9024940: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 4, height: 4, offset: 0x9024940, symbol: D_VE1_9024940} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_1.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_1.yaml new file mode 100644 index 0000000..a46bc2d --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_1.yaml @@ -0,0 +1,182 @@ +:config: + segments: + - [0x6, 0xAAF610] + header: + code: + - '#include "assets/ast_venom_1.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_VE1_6000000: + { type: TEXTURE, format: IA8, width: 96, height: 28, offset: 0x6000000, ctype: u8, symbol: D_VE1_6000000 } + +D_VE1_6000A80: + { type: TEXTURE, format: IA8, width: 40, height: 19, offset: 0x6000A80, ctype: u8, symbol: D_VE1_6000A80 } + +aVe1TitleCardTex: + { type: TEXTURE, format: IA8, width: 128, height: 28, offset: 0x6000D80, ctype: u8, symbol: aVe1TitleCardTex } + +D_VE1_6001B80: + { type: TEXTURE, format: IA8, width: 128, height: 19, offset: 0x6001B80, ctype: u8, symbol: D_VE1_6001B80 } + +aVe1EnemyGateDL: + { type: GFX, offset: 0x6002500, symbol: aVe1EnemyGateDL } + +D_VE1_60029F8: + { type: TEXTURE, format: CI8, width: 8, height: 16, offset: 0x60029F8, tlut: 0x6002A78, ctype: u8, symbol: D_VE1_60029F8 } + +D_VE1_6002A78: + { type: TEXTURE, format: TLUT, colors: 24, offset: 0x6002A78, ctype: u16, symbol: D_VE1_6002A78 } + +D_VE1_6002AA8: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6002AA8, tlut: 0x6002EA8, ctype: u8, symbol: D_VE1_6002AA8 } + +D_VE1_6002EA8: + { type: TEXTURE, format: TLUT, colors: 232, offset: 0x6002EA8, ctype: u16, symbol: D_VE1_6002EA8 } + +D_VE1_6003078: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6003078, tlut: 0x6003478, ctype: u8, symbol: D_VE1_6003078 } + +D_VE1_6003478: + { type: TEXTURE, format: TLUT, colors: 204, offset: 0x6003478, ctype: u16, symbol: D_VE1_6003478 } + +aVe1WatchPostDL: + { type: GFX, offset: 0x6003610, symbol: aVe1WatchPostDL } + +D_VE1_6003B10: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003B10, ctype: u16, symbol: D_VE1_6003B10 } + +aVe1EnemyGateDoorLeftDL: + { type: GFX, offset: 0x6004310, symbol: aVe1EnemyGateDoorLeftDL } + +aVe1EnemyGateDoorRightDL: + { type: GFX, offset: 0x60043F0, symbol: aVe1EnemyGateDoorRightDL } + +D_VE1_60044D0: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x60044D0, tlut: 0x60045D0, ctype: u8, symbol: D_VE1_60044D0 } + +D_VE1_60045D0: + { type: TEXTURE, format: TLUT, colors: 144, offset: 0x60045D0, ctype: u16, symbol: D_VE1_60045D0 } + +D_VE1_60046F0: + { type: GFX, offset: 0x60046F0, symbol: D_VE1_60046F0 } + +D_VE1_6004780: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x6004780, ctype: u16, symbol: D_VE1_6004780 } + +aVe1GeneratorDL: + { type: GFX, offset: 0x6005780, symbol: aVe1GeneratorDL } + +D_VE1_6005E50: + { type: TEXTURE, format: TLUT, colors: 160, offset: 0x6005E50, ctype: u16, symbol: D_VE1_6005E50 } + +D_VE1_6005D50: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6005D50, tlut: 0x6005E50, ctype: u8, symbol: D_VE1_6005D50 } + +D_VE1_6005F90: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6005F90, tlut: 0x6006390, ctype: u8, symbol: D_VE1_6005F90 } + +D_VE1_6006390: + { type: TEXTURE, format: TLUT, colors: 208, offset: 0x6006390, ctype: u16, symbol: D_VE1_6006390 } + +D_VE1_6006530: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6006530, ctype: u8, symbol: D_VE1_6006530 } + +D_VE1_6006630: + { type: TEXTURE, format: TLUT, colors: 80, offset: 0x6006630, ctype: u16, symbol: D_VE1_6006630 } + +D_VE1_60066D0: + { type: GFX, offset: 0x60066D0, symbol: D_VE1_60066D0 } + +D_VE1_6006750: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006750, ctype: u16, symbol: D_VE1_6006750 } + +aVe1HallwayObstacleDL: + { type: GFX, offset: 0x6006F50, symbol: aVe1HallwayObstacleDL } + +aVe1SceneryWall3DL: + { type: GFX, offset: 0x6007410, symbol: aVe1SceneryWall3DL } + +D_VE1_60074E8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60074E8, ctype: u16, symbol: D_VE1_60074E8 } + +aVe1Wall2DL: + { type: GFX, offset: 0x6007CF0, symbol: aVe1Wall2DL } + +aVe1Wall1DL: + { type: GFX, offset: 0x6007D90, symbol: aVe1Wall1DL } + +D_VE1_6007E30: + { type: SF64:ENVIRONMENT, offset: 0x6007E30, symbol: D_VE1_6007E30 } + +D_VE1_6007E74: + { type: SF64:OBJECT_INIT, offset: 0x6007E74, symbol: D_VE1_6007E74 } + +aVe1EventScript: + { type: SF64:SCRIPT, offset: 0x601B1D8, symbol: aVe1EventScript } + +D_VE1_6010088: + { type: SF64:OBJECT_INIT, offset: 0x6010088, symbol: D_VE1_6010088 } + +aVe1Pillar5Hitbox: + { type: SF64:HITBOX, offset: 0x601B430, symbol: aVe1Pillar5Hitbox } + +D_VE1_601B474: + { type: SF64:HITBOX, offset: 0x601B468, symbol: D_VE1_601B474 } + +D_VE1_601B4C4: + { type: SF64:HITBOX, offset: 0x601B4B8, symbol: D_VE1_601B4C4 } + +Ve1Wall1Hitbox: + { type: SF64:HITBOX, offset: 0x601B4D4, symbol: Ve1Wall1Hitbox } + +aVe1Wall2Hitbox: + { type: SF64:HITBOX, offset: 0x601B4F0, symbol: aVe1Wall2Hitbox } + +aVe1SceneryWall3Hitbox: + { type: SF64:HITBOX, offset: 0x601B50C, symbol: aVe1SceneryWall3Hitbox } + +aVe1HallwayObstacleHitbox: + { type: SF64:HITBOX, offset: 0x601B578, symbol: aVe1HallwayObstacleHitbox } + +aVe1GeneratorHitbox: + { type: SF64:HITBOX, offset: 0x601B5E8, symbol: aVe1GeneratorHitbox } + +aVe1WatchPostHitbox: + { type: SF64:HITBOX, offset: 0x601B638, symbol: aVe1WatchPostHitbox } + +aVe1TempleEntranceHitbox: + { type: SF64:HITBOX, offset: 0x601B66C, symbol: aVe1TempleEntranceHitbox } + +aVe1TempleInterior1Hitbox: + { type: SF64:HITBOX, offset: 0x601B6B8, symbol: aVe1TempleInterior1Hitbox } + +aVe1TempleInterior2Hitbox: + { type: SF64:HITBOX, offset: 0x601B704, symbol: aVe1TempleInterior2Hitbox } + +aVe1TempleInterior3Hitbox: + { type: SF64:HITBOX, offset: 0x601B750, symbol: aVe1TempleInterior3Hitbox } + +aVe1Pillar1Hitbox: + { type: SF64:HITBOX, offset: 0x601B7EC, symbol: aVe1Pillar1Hitbox } + +aVe1Pillar2Hitbox: + { type: SF64:HITBOX, offset: 0x601B824, symbol: aVe1Pillar2Hitbox } + +aVe1Pillar3Hitbox: + { type: SF64:HITBOX, offset: 0x601B85C, symbol: aVe1Pillar3Hitbox } + +aVe1Pillar4Hitbox: + { type: SF64:HITBOX, offset: 0x601B894, symbol: aVe1Pillar4Hitbox } + +aVe1MonkeyStatueHitbox: + { type: SF64:HITBOX, offset: 0x601B8CC, symbol: aVe1MonkeyStatueHitbox } + +aVe1EnemyGateHitbox: + { type: SF64:HITBOX, offset: 0x601B938, symbol: aVe1EnemyGateHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_2.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_2.yaml new file mode 100644 index 0000000..a976178 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_venom_2.yaml @@ -0,0 +1,205 @@ +:config: + segments: + - [0x6, 0xACAF70] + header: + code: + - '#include "assets/ast_venom_2.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +D_VE2_6000000: + { type: TEXTURE, format: IA8, width: 96, height: 28, offset: 0x6000000, ctype: u8, symbol: D_VE2_6000000 } + +D_VE2_6000A80: + { type: TEXTURE, format: IA8, width: 112, height: 19, offset: 0x6000A80, ctype: u8, symbol: D_VE2_6000A80 } + +aVe2TitleCardTex: + { type: TEXTURE, format: IA8, width: 128, height: 28, offset: 0x60012D0, ctype: u8, symbol: aVe2TitleCardTex } + +D_VE2_60020D0: + { type: TEXTURE, format: IA8, width: 104, height: 19, offset: 0x60020D0, ctype: u8, symbol: D_VE2_60020D0 } + +D_VE2_6002890: + { type: TEXTURE, format: IA8, width: 16, height: 16, offset: 0x6002890, ctype: u8, symbol: D_VE2_6002890 } + +aAndPathExitDL: + { type: GFX, offset: 0x6002990, symbol: aAndPathExitDL } + +aAndPathIntersectionDL: + { type: GFX, offset: 0x6003000, symbol: aAndPathIntersectionDL } + +D_VE2_60038E0: + { type: GFX, offset: 0x60038E0, symbol: D_VE2_60038E0 } + +D_VE2_6003970: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003970, ctype: u16, symbol: D_VE2_6003970 } + +aAndPathEntranceDL: + { type: GFX, offset: 0x6004170, symbol: aAndPathEntranceDL } + +D_VE2_6004888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6004888, ctype: u16, symbol: D_VE2_6004888 } + +D_VE2_6005088: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005088, ctype: u16, symbol: D_VE2_6005088 } + +D_VE2_6005888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005888, ctype: u16, symbol: D_VE2_6005888 } + +D_VE2_6006088: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006088, ctype: u16, symbol: D_VE2_6006088 } + +D_VE2_60030D8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60030D8, ctype: u16, symbol: D_VE2_60030D8 } + +aAndPathWallsDL: + { type: GFX, offset: 0x6006890, symbol: aAndPathWallsDL } + +D_VE2_6006E20: + { type: GFX, offset: 0x6006E20, symbol: D_VE2_6006E20 } + +D_VE2_6007650: + { type: GFX, offset: 0x6007650, symbol: D_VE2_6007650 } + +aAndLaserEmitterDL: + { type: GFX, offset: 0x6007E20, symbol: aAndLaserEmitterDL } + +D_VE2_6008170: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6008170, ctype: u16, symbol: D_VE2_6008170 } + +aVe2TowerDL: + { type: GFX, offset: 0x6008370, symbol: aVe2TowerDL } + +D_VE2_6008AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6008AF8, ctype: u16, symbol: D_VE2_6008AF8 } + +aAndBrainWasteDL: + { type: GFX, offset: 0x6009300, symbol: aAndBrainWasteDL } + +D_VE2_6009390: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6009390, ctype: u16, symbol: D_VE2_6009390 } + +D_VE2_6009B90: + { type: GFX, offset: 0x6009B90, symbol: D_VE2_6009B90 } + +D_VE2_6009E80: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6009E80, ctype: u16, symbol: D_VE2_6009E80 } + +D_VE2_600A680: + { type: GFX, offset: 0x600A680, symbol: D_VE2_600A680 } + +D_VE2_600B708: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x600B708, ctype: u16, symbol: D_VE2_600B708 } + +D_VE2_600C038: + { type: SF64:ANIM, offset: 0x600C038, symbol: D_VE2_600C038 } + +D_VE2_600C0A4: + { type: SF64:SKELETON, offset: 0x600C0A4, symbol: D_VE2_600C0A4 } + +D_VE2_600C200: + { type: SF64:ANIM, offset: 0x600C200, symbol: D_VE2_600C200 } + +D_VE2_600C2AC: + { type: SF64:SKELETON, offset: 0x600C2AC, symbol: D_VE2_600C2AC } + +D_VE2_600C2D0: + { type: GFX, offset: 0x600C2D0, symbol: D_VE2_600C2D0 } + +D_VE2_600C360: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C360, ctype: u16, symbol: D_VE2_600C360 } + +D_VE2_600C560: + { type: GFX, offset: 0x600C560, symbol: D_VE2_600C560 } + +D_VE2_600C5F0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C5F0, ctype: u16, symbol: D_VE2_600C5F0 } + +D_VE2_600C7F0: + { type: GFX, offset: 0x600C7F0, symbol: D_VE2_600C7F0 } + +D_VE2_600C8F0: + { type: GFX, offset: 0x600C8F0, symbol: D_VE2_600C8F0 } + +D_VE2_600CA50: + { type: GFX, offset: 0x600CA50, symbol: D_VE2_600CA50 } + +D_VE2_600CBB0: + { type: GFX, offset: 0x600CBB0, symbol: D_VE2_600CBB0 } + +D_VE2_600D7F0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x600D7F0, ctype: u16, symbol: D_VE2_600D7F0 } + +D_VE2_600DFF0: + { type: GFX, offset: 0x600DFF0, symbol: D_VE2_600DFF0 } + +D_VE2_600E3E0: + { type: GFX, offset: 0x600E3E0, symbol: D_VE2_600E3E0 } + +D_VE2_600E780: + { type: GFX, offset: 0x600E780, symbol: D_VE2_600E780 } + +D_VE2_600EB40: + { type: GFX, offset: 0x600EB40, symbol: D_VE2_600EB40 } + +D_VE2_600EEF0: + { type: GFX, offset: 0x600EEF0, symbol: D_VE2_600EEF0 } + +D_VE2_600F290: + { type: GFX, offset: 0x600F290, symbol: D_VE2_600F290 } + +D_VE2_600F670: + { type: GFX, offset: 0x600F670, symbol: D_VE2_600F670 } + +D_VE2_600F700: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600F700, ctype: u16, symbol: D_VE2_600F700 } + +D_VE2_6010700: + { type: GFX, offset: 0x6010700, symbol: D_VE2_6010700 } + +aVe2MountainDL: + { type: GFX, offset: 0x6010960, symbol: aVe2MountainDL } + +D_VE2_6010CA0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6010CA0, ctype: u16, symbol: D_VE2_6010CA0 } + +D_VE2_60114A0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60114A0, ctype: u16, symbol: D_VE2_60114A0 } + +D_VE2_6013AF8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6013AF8, ctype: u16, symbol: D_VE2_6013AF8 } + +aVe2AndrossGateAnim: + { type: SF64:ANIM, offset: 0x6014658, symbol: aVe2AndrossGateAnim } + +aVe2AndrossGateSkel: + { type: SF64:SKELETON, offset: 0x6014844, symbol: aVe2AndrossGateSkel } + +aVe2BaseAnim: + { type: SF64:ANIM, offset: 0x6014904, symbol: aVe2BaseAnim } + +aVe2BaseSkel: + { type: SF64:SKELETON, offset: 0x60149D0, symbol: aVe2BaseSkel } + +D_VE2_6014D50: + { type: SF64:ENVIRONMENT, offset: 0x6014D50, symbol: D_VE2_6014D50 } + +D_VE2_6014D94: + { type: SF64:OBJECT_INIT, offset: 0x6014D94, symbol: D_VE2_6014D94 } + +D_VE2_6014FEC: + { type: SF64:COLPOLY, count: 250, offset: 0x6014FEC, symbol: D_VE2_6014FEC, mesh_symbol: D_VE2_OFFSET } + +aVe2TowerHitbox: + { type: SF64:HITBOX, offset: 0x601668C, symbol: aVe2TowerHitbox } + +aVe2BaseHitbox: + { type: SF64:HITBOX, offset: 0x60166F4, symbol: aVe2BaseHitbox } + +aVe2MountainHitbox: + { type: SF64:HITBOX, offset: 0x6016714, symbol: aVe2MountainHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_versus.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_versus.yaml new file mode 100644 index 0000000..b86beb0 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_versus.yaml @@ -0,0 +1,762 @@ +:config: + segments: + - [0x03, 0x8E48E0] + header: + code: + - '#include "assets/ast_versus.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_versus_3000000: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000000, symbol: D_versus_3000000, tlut: 0x3000080 } +D_versus_3000080: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000080, symbol: D_versus_3000080 } + +D_versus_30000A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x30000A0, symbol: D_versus_30000A0, tlut: 0x30000A0 } +D_versus_3000120: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000120, symbol: D_versus_3000120 } + +D_versus_3000140: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000140, symbol: D_versus_3000140, tlut: 0x30001C0 } +D_versus_30001C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30001C0, symbol: D_versus_30001C0 } + +D_versus_30001E0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 13, offset: 0x30001E0, symbol: D_versus_30001E0, tlut: 0x3000380 } +D_versus_3000380: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000380, symbol: D_versus_3000380 } + +D_versus_30003A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 10, offset: 0x30003A0, symbol: D_versus_30003A0, tlut: 0x30004E0 } +D_versus_30004E0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x30004E0, symbol: D_versus_30004E0 } + +# BLOB_3000500: +# { type: BLOB, size: 0x10, offset: 0x3000500, symbol: BLOB_3000500} # 17th color for D_versus_30004E0? + +D_versus_3000510: + { type: TEXTURE, ctype: u8, format: CI4, width: 80, height: 10, offset: 0x3000510, symbol: D_versus_3000510, tlut: 0x30006A0 } +D_versus_30006A0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x30006A0, symbol: D_versus_30006A0 } + +# BLOB_30006C0: +# { type: BLOB, size: 0x10, offset: 0x30006C0, symbol: BLOB_30006C0} # 17th color for D_versus_30006A0? + +D_versus_30006D0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 10, offset: 0x30006D0, symbol: D_versus_30006D0, tlut: 0x3000810 } +D_versus_3000810: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x3000810, symbol: D_versus_3000810 } + +# BLOB_3000830: +# { type: BLOB, size: 0x10, offset: 0x3000830, symbol: BLOB_3000830} # 17th color for D_versus_3000810? + +D_versus_3000840: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 10, offset: 0x3000840, symbol: D_versus_3000840, tlut: 0x30008E0 } +D_versus_30008E0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30008E0, symbol: D_versus_30008E0 } + +D_versus_3000900: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 15, offset: 0x3000900, symbol: D_versus_3000900, tlut: 0x30009F0 } +D_versus_30009F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30009F0, symbol: D_versus_30009F0 } + +D_versus_3000A10: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 15, offset: 0x3000A10, symbol: D_versus_3000A10, tlut: 0x3000B00 } +D_versus_3000B00: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000B00, symbol: D_versus_3000B00 } + +aVsBoostGaugeFrameTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 5, offset: 0x3000B20, symbol: aVsBoostGaugeFrameTex } + +aVsShieldGaugeFrameTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 26, offset: 0x3000BC0, symbol: aVsShieldGaugeFrameTex } + +aVsStarTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x30013E0, symbol: aVsStarTex } + +D_versus_3001420: + { type: TEXTURE, ctype: u8, format: CI8, width: 256, height: 42, offset: 0x3001420, symbol: D_versus_3001420, tlut: 0x3003E20 } +D_versus_3003E20: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x3003E20, symbol: D_versus_3003E20 } + +D_versus_3004010: + { type: TEXTURE, ctype: u8, format: CI8, width: 136, height: 25, offset: 0x3004010, symbol: D_versus_3004010, tlut: 0x3004D58 } +D_versus_3004D58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3004D58, symbol: D_versus_3004D58 } + +D_versus_3004F60: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 25, offset: 0x3004F60, symbol: D_versus_3004F60, tlut: 0x3005E38 } +D_versus_3005E38: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3005E38, symbol: D_versus_3005E38 } + +D_versus_3006040: + { type: TEXTURE, ctype: u8, format: CI8, width: 104, height: 25, offset: 0x3006040, symbol: D_versus_3006040, tlut: 0x3006A68 } +D_versus_3006A68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x3006A68, symbol: D_versus_3006A68 } + +D_versus_3006C60: + { type: TEXTURE, ctype: u8, format: CI8, width: 96, height: 23, offset: 0x3006C60, symbol: D_versus_3006C60, tlut: 0x3007500 } +D_versus_3007500: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x3007500, symbol: D_versus_3007500 } + +D_versus_30076C0: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 25, offset: 0x30076C0, symbol: D_versus_30076C0, tlut: 0x3008598 } +D_versus_3008598: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3008598, symbol: D_versus_3008598 } + +D_versus_30087A0: + { type: TEXTURE, ctype: u8, format: CI8, width: 40, height: 40, offset: 0x30087A0, symbol: D_versus_30087A0, tlut: 0x3008DE0 } +D_versus_3008DE0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x3008DE0, symbol: D_versus_3008DE0 } + +D_versus_3008EC0: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 40, offset: 0x3008EC0, symbol: D_versus_3008EC0, tlut: 0x30098C0 } +D_versus_30098C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 104, offset: 0x30098C0, symbol: D_versus_30098C0 } + +D_versus_3009990: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 40, offset: 0x3009990, symbol: D_versus_3009990, tlut: 0x300A390 } +D_versus_300A390: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x300A390, symbol: D_versus_300A390 } + +D_versus_300A470: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 23, offset: 0x300A470, symbol: D_versus_300A470, tlut: 0x300B218 } +D_versus_300B218: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x300B218, symbol: D_versus_300B218 } + +D_versus_300B3F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 168, height: 25, offset: 0x300B3F0, symbol: D_versus_300B3F0, tlut: 0x300C458 } +D_versus_300C458: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x300C458, symbol: D_versus_300C458 } + +D_versus_300C660: + {type: TEXTURE, ctype: u8, format: CI8, width: 112, height: 25, offset: 0x300C660, symbol: D_versus_300C660, tlut: 0x300D150 } +D_versus_300D150: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 251, offset: 0x300D150, symbol: D_versus_300D150 } + +aVsBoostGaugeCoolTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 24, height: 3, offset: 0x300D350, symbol: aVsBoostGaugeCoolTex, tlut: 0x300D398 } +aVsBoostGaugeCoolTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x300D398, symbol: aVsBoostGaugeCoolTLUT } + +aVsBoostGaugeOverheatTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 24, height: 3, offset: 0x300D3C0, symbol: aVsBoostGaugeOverheatTex, tlut: 0x300D408 } +aVsBoostGaugeOverheatTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x300D408, symbol: aVsBoostGaugeOverheatTLUT } + +aVsShieldGaugeTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 4, offset: 0x300D440, symbol: aVsShieldGaugeTex, tlut: 0x300D500 } +aVsShieldGaugeTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 40, offset: 0x300D500, symbol: aVsShieldGaugeTLUT } + +D_versus_300D550: + { type: GFX, offset: 0x300D550, symbol: D_versus_300D550} +D_versus_300DE80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300DE80, symbol: D_versus_300DE80 } + +D_versus_300E080: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E080, symbol: D_versus_300E080 } + +D_versus_300E280: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x300E280, symbol: D_versus_300E280 } + +D_versus_300E680: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E680, symbol: D_versus_300E680 } + +D_versus_300E880: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E880, symbol: D_versus_300E880 } + +D_versus_300EA80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300EA80, symbol: D_versus_300EA80 } + +D_versus_300EC80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300EC80, symbol: D_versus_300EC80 } + +D_versus_300EE80: + { type: GFX, offset: 0x300EE80, symbol: D_versus_300EE80} + +aVsLandmasterModelDL: + { type: GFX, offset: 0x300FB80, symbol: aVsLandmasterModelDL} + +D_versus_3010690: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3010690, symbol: D_versus_3010690 } + +D_versus_3010890: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3010890, symbol: D_versus_3010890 } + +D_versus_3010A90: + { type: GFX, offset: 0x3010A90, symbol: D_versus_3010A90} + +D_versus_3011470: + { type: GFX, offset: 0x3011470, symbol: D_versus_3011470} + +D_versus_3011E40: + { type: GFX, offset: 0x3011E40, symbol: D_versus_3011E40} + +D_versus_3011ED0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3011ED0, symbol: D_versus_3011ED0 } + +aVsSpaceJunk3DL: + { type: GFX, offset: 0x3012ED0, symbol: aVsSpaceJunk3DL} + +aVsSpaceJunk2DL: + { type: GFX, offset: 0x3013580, symbol: aVsSpaceJunk2DL} + +aVsSpaceJunk1DL: + { type: GFX, offset: 0x3013780, symbol: aVsSpaceJunk1DL} + +D_versus_3013F50: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x3013F50, symbol: D_versus_3013F50, tlut: 0x3014350 } +D_versus_3014350: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x3014350, symbol: D_versus_3014350} + +D_versus_3014510: + {type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x3014510, symbol: D_versus_3014510, tlut: 0x3014550 } +D_versus_3014550: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x3014550, symbol: D_versus_3014550} + +D_versus_3014590: + {type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x3014590, symbol: D_versus_3014590, tlut: 0x3014690 } +D_versus_3014690: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3014690, symbol: D_versus_3014690} + +D_versus_30146B0: + { type: GFX, offset: 0x30146B0, symbol: D_versus_30146B0} + +D_versus_3014740: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3014740, symbol: D_versus_3014740 } + +D_versus_3015740: + { type: GFX, offset: 0x3015740, symbol: D_versus_3015740} + +D_versus_3015898: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3015898, symbol: D_versus_3015898 } + +D_versus_30160A0: + { type: GFX, offset: 0x30160A0, symbol: D_versus_30160A0} + +D_versus_30162F8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x30162F8, symbol: D_versus_30162F8 } + +aVsKaFlBaseDL: + { type: GFX, offset: 0x3016B00, symbol: aVsKaFlBaseDL} + +D_versus_3016DC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3016DC0, symbol: D_versus_3016DC0 } + +D_versus_3016FC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3016FC0, symbol: D_versus_3016FC0 } + +D_versus_30171C0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30171C0, symbol: D_versus_30171C0 } + +aVsPyramid1DL: + { type: GFX, offset: 0x30173C0, symbol: aVsPyramid1DL} + +aVsPyramid2DL: + { type: GFX, offset: 0x30174E0, symbol: aVsPyramid2DL} + +aVsBuildingDL: + { type: GFX, offset: 0x3017600, symbol: aVsBuildingDL} + +D_versus_3017800: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3017800, symbol: D_versus_3017800 } + +D_versus_3018000: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3018000, symbol: D_versus_3018000 } + +D_versus_3018800: + { type: GFX, offset: 0x3018800, symbol: D_versus_3018800} + +D_versus_3018D60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3018D60, symbol: D_versus_3018D60 } + +D_versus_3019560: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3019560, symbol: D_versus_3019560 } + +D_versus_3019D60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3019D60, symbol: D_versus_3019D60 } + +D_versus_301A560: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x301A560, symbol: D_versus_301A560 } + +D_versus_301AD60: + { type: GFX, offset: 0x301AD60, symbol: D_versus_301AD60} + +D_versus_301ADE8: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301ADE8, symbol: D_versus_301ADE8 } + +D_versus_301AEF0: + { type: GFX, offset: 0x301AEF0, symbol: D_versus_301AEF0} + +D_versus_301AF78: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301AF78, symbol: D_versus_301AF78 } + +aVsArchDL: + { type: GFX, offset: 0x301B080, symbol: aVsArchDL} + +D_versus_301B438: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301B438, symbol: D_versus_301B438 } + +D_versus_301B640: + { type: GFX, offset: 0x301B640, symbol: D_versus_301B640} + +D_versus_301B6E0: + { type: GFX, offset: 0x301B6E0, symbol: D_versus_301B6E0} + +D_versus_301B768: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x301B768, symbol: D_versus_301B768 } + +D_versus_301C0A4: + { type: SF64:ANIM, offset: 0x301C0A4, symbol: D_versus_301C0A4} + +D_versus_301C3A8: + { type: SF64:ANIM, offset: 0x301C3A8, symbol: D_versus_301C3A8} + +aVsOnFootFalcoSkel: + { type: SF64:SKELETON, offset: 0x301C614, symbol: aVsOnFootFalcoSkel } + +D_versus_301C79C: + { type: SF64:ANIM, offset: 0x301C79C, symbol: D_versus_301C79C } + +D_versus_301C9B0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301C9B0, symbol: D_versus_301C9B0 } + +D_versus_301CCE4: + { type: SF64:ANIM, offset: 0x301CCE4, symbol: D_versus_301CCE4} + +D_versus_301CFEC: + { type: SF64:ANIM, offset: 0x301CFEC, symbol: D_versus_301CFEC} + +aVsOnFootFoxSkel: + { type: SF64:SKELETON, offset: 0x301D258, symbol: aVsOnFootFoxSkel } + +D_versus_301D3DC: + { type: SF64:ANIM, offset: 0x301D3DC, symbol: D_versus_301D3DC } + +D_versus_301D568: + { type: SF64:ANIM, offset: 0x301D568, symbol: D_versus_301D568 } + +D_versus_301D888: + { type: SF64:ANIM, offset: 0x301D888, symbol: D_versus_301D888} + +aVsOnFootPeppySkel: + { type: SF64:SKELETON, offset: 0x301DB94, symbol: aVsOnFootPeppySkel } + +D_versus_301DD6C: + { type: SF64:ANIM, offset: 0x301DD6C, symbol: D_versus_301DD6C } + +D_versus_301DEA4: + { type: SF64:ANIM, offset: 0x301DEA4, symbol: D_versus_301DEA4} + +D_versus_301E19C: + { type: SF64:ANIM, offset: 0x301E19C, symbol: D_versus_301E19C} + +aVsOnFootSlippySkel: + { type: SF64:SKELETON, offset: 0x301E3E8, symbol: aVsOnFootSlippySkel } + +D_versus_301E560: + { type: SF64:ANIM, offset: 0x301E560, symbol: D_versus_301E560} + +D_versus_301E570: + { type: GFX, offset: 0x301E570, symbol: D_versus_301E570} + +D_versus_301E5F8: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301E5F8, symbol: D_versus_301E5F8 } + +D_versus_301E700: + { type: GFX, offset: 0x301E700, symbol: D_versus_301E700} + +D_versus_301E788: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301E788, symbol: D_versus_301E788 } + +D_versus_301E990: + { type: GFX, offset: 0x301E990, symbol: D_versus_301E990} + +D_versus_301EA18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301EA18, symbol: D_versus_301EA18 } + +D_versus_301EC20: + { type: GFX, offset: 0x301EC20, symbol: D_versus_301EC20} + +D_versus_301ECA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301ECA8, symbol: D_versus_301ECA8 } + +D_versus_301EEB0: + { type: GFX, offset: 0x301EEB0, symbol: D_versus_301EEB0} + +D_versus_301EF38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301EF38, symbol: D_versus_301EF38 } + +aVsLandmasterCanonDL: + { type: GFX, offset: 0x301F140, symbol: aVsLandmasterCanonDL} + +D_versus_301F2E0: + { type: GFX, offset: 0x301F2E0, symbol: D_versus_301F2E0} + +D_versus_301F368: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F368, symbol: D_versus_301F368 } + +D_versus_301F570: + { type: GFX, offset: 0x301F570, symbol: D_versus_301F570} + +D_versus_301F5F8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F5F8, symbol: D_versus_301F5F8 } + +D_versus_301F800: + { type: GFX, offset: 0x301F800, symbol: D_versus_301F800} + +D_versus_301F888: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F888, symbol: D_versus_301F888 } + +D_versus_301FA90: + { type: GFX, offset: 0x301FA90, symbol: D_versus_301FA90} + +D_versus_301FB18: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301FB18, symbol: D_versus_301FB18 } + +D_versus_301FD20: + { type: GFX, offset: 0x301FD20, symbol: D_versus_301FD20} + +D_versus_301FDA8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301FDA8, symbol: D_versus_301FDA8 } + +D_versus_301FFB0: + { type: GFX, offset: 0x301FFB0, symbol: D_versus_301FFB0} + +D_versus_3020048: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3020048, symbol: D_versus_3020048 } + +D_versus_3020850: + { type: GFX, offset: 0x3020850, symbol: D_versus_3020850} + +D_versus_30208D8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30208D8, symbol: D_versus_30208D8 } + +D_versus_3020AE0: + { type: GFX, offset: 0x3020AE0, symbol: D_versus_3020AE0} + +D_versus_3020B78: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3020B78, symbol: D_versus_3020B78 } + +D_versus_3020D80: + { type: GFX, offset: 0x3020D80, symbol: D_versus_3020D80} + +D_versus_3020E18: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3020E18, symbol: D_versus_3020E18 } + +D_versus_3021620: + { type: GFX, offset: 0x3021620, symbol: D_versus_3021620} + +D_versus_30216B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30216B8, symbol: D_versus_30216B8 } + +D_versus_30218C0: + { type: GFX, offset: 0x30218C0, symbol: D_versus_30218C0} + +D_versus_3021958: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3021958, symbol: D_versus_3021958 } + +D_versus_3022160: + { type: GFX, offset: 0x3022160, symbol: D_versus_3022160} + +D_versus_30221E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30221E8, symbol: D_versus_30221E8 } + +D_versus_30223F0: + { type: GFX, offset: 0x30223F0, symbol: D_versus_30223F0} + +D_versus_30226D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30226D0, symbol: D_versus_30226D0 } + +D_versus_3022DE0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3022DE0, symbol: D_versus_3022DE0 } + +D_versus_3022E60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3022E60, symbol: D_versus_3022E60 } + +D_versus_3023238: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3023238, symbol: D_versus_3023238 } + +D_versus_3023F68: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3023F68, symbol: D_versus_3023F68 } + +D_versus_30242D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30242D0, symbol: D_versus_30242D0 } + +D_versus_30246E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30246E8, symbol: D_versus_30246E8 } + +D_versus_3024C30: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3024C30, symbol: D_versus_3024C30 } + +D_versus_3025138: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3025138, symbol: D_versus_3025138 } + +D_versus_3025938: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3025938, symbol: D_versus_3025938 } + +D_versus_3025C68: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3025C68, symbol: D_versus_3025C68 } + +D_versus_30261A0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30261A0, symbol: D_versus_30261A0 } + +D_versus_3026A38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026A38, symbol: D_versus_3026A38 } + +D_versus_3026AB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026AB8, symbol: D_versus_3026AB8 } + +D_versus_3026B38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026B38, symbol: D_versus_3026B38 } + +D_versus_3026BB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026BB8, symbol: D_versus_3026BB8 } + +D_versus_3026C38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026C38, symbol: D_versus_3026C38 } + +D_versus_3026CB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 8, offset: 0x3026CB8, symbol: D_versus_3026CB8 } + +D_versus_3026DB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 8, offset: 0x3026DB8, symbol: D_versus_3026DB8 } + +D_versus_3026EB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3026EB8, symbol: D_versus_3026EB8 } + +D_versus_3027268: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3027268, symbol: D_versus_3027268 } + +D_versus_3028130: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x3028130, symbol: D_versus_3028130 } + +D_versus_3028230: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x3028230, symbol: D_versus_3028230 } + +D_versus_3028C60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3028C60, symbol: D_versus_3028C60 } + +D_versus_3028CE0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3028CE0, symbol: D_versus_3028CE0 } + +D_versus_3029160: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3029160, symbol: D_versus_3029160 } + +D_versus_3029388: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3029388, symbol: D_versus_3029388 } + +D_versus_302A0A0: + { type: GFX, offset: 0x302A0A0, symbol: D_versus_302A0A0} + +D_versus_302A138: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302A138, symbol: D_versus_302A138 } + +D_versus_302A940: + { type: GFX, offset: 0x302A940, symbol: D_versus_302A940} + +D_versus_302A9C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302A9C8, symbol: D_versus_302A9C8 } + +D_versus_302ABD0: + { type: GFX, offset: 0x302ABD0, symbol: D_versus_302ABD0} + +D_versus_302AC68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302AC68, symbol: D_versus_302AC68 } + +D_versus_302B470: + { type: GFX, offset: 0x302B470, symbol: D_versus_302B470} + +D_versus_302B4F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302B4F8, symbol: D_versus_302B4F8 } + +D_versus_302B700: + { type: GFX, offset: 0x302B700, symbol: D_versus_302B700} + +D_versus_302B788: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302B788, symbol: D_versus_302B788 } + +D_versus_302B890: + { type: GFX, offset: 0x302B890, symbol: D_versus_302B890} + +D_versus_302B918: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302B918, symbol: D_versus_302B918 } + +D_versus_302BA20: + { type: GFX, offset: 0x302BA20, symbol: D_versus_302BA20} + +D_versus_302BAA8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BAA8, symbol: D_versus_302BAA8 } + +D_versus_302BBB0: + { type: GFX, offset: 0x302BBB0, symbol: D_versus_302BBB0} + +D_versus_302BC38: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BC38, symbol: D_versus_302BC38 } + +D_versus_302BD40: + { type: GFX, offset: 0x302BD40, symbol: D_versus_302BD40} + +D_versus_302BDC8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BDC8, symbol: D_versus_302BDC8 } + +D_versus_302BED0: + { type: GFX, offset: 0x302BED0, symbol: D_versus_302BED0} + +D_versus_302BF88: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302BF88, symbol: D_versus_302BF88, tlut: 0x302C088 } + +D_versus_302C088: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 34, offset: 0x302C088, symbol: D_versus_302C088 } + +D_versus_302C0D0: + { type: GFX, offset: 0x302C0D0, symbol: D_versus_302C0D0} + +D_versus_302C188: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C188, symbol: D_versus_302C188, tlut: 0x302C288 } +D_versus_302C288: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 94, offset: 0x302C288, symbol: D_versus_302C288 } + +D_versus_302C350: + { type: GFX, offset: 0x302C350, symbol: D_versus_302C350} + +D_versus_302C408: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C408, symbol: D_versus_302C408, tlut: 0x302C508 } +D_versus_302C508: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x302C508, symbol: D_versus_302C508 } + +D_versus_302C5A0: + { type: GFX, offset: 0x302C5A0, symbol: D_versus_302C5A0} + +D_versus_302C658: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C658, symbol: D_versus_302C658, tlut: 0x302C758 } +D_versus_302C758: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 101, offset: 0x302C758, symbol: D_versus_302C758 } + +D_versus_302C830: + { type: GFX, offset: 0x302C830, symbol: D_versus_302C830} + +D_versus_302C8E8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C8E8, symbol: D_versus_302C8E8, tlut: 0x302C9E8 } +D_versus_302C9E8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 165, offset: 0x302C9E8, symbol: D_versus_302C9E8 } + +D_versus_302CB40: + { type: GFX, offset: 0x302CB40, symbol: D_versus_302CB40} + +D_versus_302CBF8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302CBF8, symbol: D_versus_302CBF8, tlut: 0x302CCF8 } +D_versus_302CCF8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 158, offset: 0x302CCF8, symbol: D_versus_302CCF8 } + +D_versus_302CE40: + { type: GFX, offset: 0x302CE40, symbol: D_versus_302CE40} + +D_versus_302CEF8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302CEF8, symbol: D_versus_302CEF8, tlut: 0x302CFF8 } +D_versus_302CFF8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 146, offset: 0x302CFF8, symbol: D_versus_302CFF8} + +D_versus_302D120: + { type: GFX, offset: 0x302D120, symbol: D_versus_302D120} + +D_versus_302D1B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x302D1B8, symbol: D_versus_302D1B8 } + +D_versus_302D240: + { type: GFX, offset: 0x302D240, symbol: D_versus_302D240} + +D_versus_302D2C8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302D2C8, symbol: D_versus_302D2C8 } + +D_versus_302D4D0: + { type: GFX, offset: 0x302D4D0, symbol: D_versus_302D4D0} + +D_versus_302D568: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302D568, symbol: D_versus_302D568 } + +D_versus_302DD70: + { type: SF64:ENVIRONMENT, offset: 0x302DD70, symbol: D_versus_302DD70} + +D_versus_302DDB4: + { type: SF64:ENVIRONMENT, offset: 0x302DDB4, symbol: D_versus_302DDB4} + +D_versus_302DDF8: + { type: SF64:ENVIRONMENT, offset: 0x302DDF8, symbol: D_versus_302DDF8} + +D_versus_302DE3C: + { type: SF64:OBJECT_INIT, offset: 0x302DE3C, symbol: D_versus_302DE3C} + +D_versus_302E0E4: + { type: SF64:OBJECT_INIT, offset: 0x302E0E4, symbol: D_versus_302E0E4} + +D_versus_302E170: + { type: SF64:OBJECT_INIT, offset: 0x302E170, symbol: D_versus_302E170} + +D_versus_302E378: + { type: SF64:OBJECT_INIT, offset: 0x302E378, symbol: D_versus_302E378} + +aVsSpaceJunk1Hitbox: + { type: SF64:HITBOX, offset: 0x302ED4C, symbol: aVsSpaceJunk1Hitbox} + +aVsSpaceJunk2Hitbox: + { type: SF64:HITBOX, offset: 0x302ED98, symbol: aVsSpaceJunk2Hitbox} + +aVsSpaceJunk3Hitbox: + { type: SF64:HITBOX, offset: 0x302EDB4, symbol: aVsSpaceJunk3Hitbox} + +aVsKaFlBaseHitbox: + { type: SF64:HITBOX, offset: 0x302EE00, symbol: aVsKaFlBaseHitbox} + +aVsBuilding1Hibox: + { type: SF64:HITBOX, offset: 0x302EE64, symbol: aVsBuilding1Hibox} + +aVsBuilding2Hibox: + { type: SF64:HITBOX, offset: 0x302EE80, symbol: aVsBuilding2Hibox} + +aVsArchHitbox: + { type: SF64:HITBOX, offset: 0x302EE9C, symbol: aVsArchHitbox} + +D_versus_302EEE8: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EEE8, symbol: D_versus_302EEE8, mesh_symbol: D_versus_OFFSET} + +D_versus_302EF6C: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EF6C, symbol: D_versus_302EF6C, mesh_symbol: D_versus_OFFSET} + +D_versus_302EFF0: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EFF0, symbol: D_versus_302EFF0, mesh_symbol: D_versus_OFFSET} + +D_versus_302F044: + { type: SF64:TRIANGLE, count: 14, offset: 0x302F044, symbol: D_versus_302F044, mesh_symbol: D_versus_OFFSET} + +D_versus_302E56C: + {type: VEC3F, count: 20, offset: 0x302E56C, symbol: D_versus_302E56C} + +D_versus_302E65C: + {type: VEC3F, count: 20, offset: 0x302E65C, symbol: D_versus_302E65C} + +D_versus_302E74C: + {type: VEC3F, count: 19, offset: 0x302E74C, symbol: D_versus_302E74C} + +D_versus_302E830: + {type: VEC3F, count: 25, offset: 0x302E830, symbol: D_versus_302E830} + +D_versus_302E95C: + {type: VEC3F, count: 20, offset: 0x302E95C, symbol: D_versus_302E95C} + +D_versus_302EA4C: + {type: VEC3F, count: 20, offset: 0x302EA4C, symbol: D_versus_302EA4C} + +D_versus_302EB3C: + {type: VEC3F, count: 19, offset: 0x302EB3C, symbol: D_versus_302EB3C} + +D_versus_302EC20: + {type: VEC3F, count: 25, offset: 0x302EC20, symbol: D_versus_302EC20} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_vs_menu.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_vs_menu.yaml new file mode 100644 index 0000000..3abcca7 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_vs_menu.yaml @@ -0,0 +1,207 @@ +:config: + segments: + - [0x07, 0xCBB480] + header: + code: + - '#include "assets/ast_vs_menu.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aVsPlayerNum1Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 13, offset: 0x7000000, symbol: aVsPlayerNum1Tex} + +aVsPlayerNum2Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x70000D0, symbol: aVsPlayerNum2Tex} + +aVsPlayerNum3Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x7000210, symbol: aVsPlayerNum3Tex} + +aVsPlayerNum4Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x7000350, symbol: aVsPlayerNum4Tex} + +D_VS_MENU_7000490: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 42, offset: 0x7000490, symbol: D_VS_MENU_7000490} + +aVsTextContTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 7, offset: 0x7000F10, symbol: aVsTextContTex} + +D_VS_MENU_7001030: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 9, offset: 0x7001030, symbol: D_VS_MENU_7001030} + +D_VS_MENU_7001270: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 12, offset: 0x7001270, symbol: D_VS_MENU_7001270} + +aVsTextCorneriaTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x70017B0, symbol: aVsTextCorneriaTex} + +aVsTextSectorZTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x70019E0, symbol: aVsTextSectorZTex} + +aVsTextKatinaTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 10, offset: 0x7001C10, symbol: aVsTextKatinaTex} + +D_VS_MENU_7001DF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 10, offset: 0x7001DF0, symbol: D_VS_MENU_7001DF0} + +D_VS_MENU_7002110: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x7002110, symbol: D_VS_MENU_7002110} + +D_VS_MENU_70024D0: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x70024D0, symbol: D_VS_MENU_70024D0} + +D_VS_MENU_7002730: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002730, symbol: D_VS_MENU_7002730} + +D_VS_MENU_7002990: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002990, symbol: D_VS_MENU_7002990} + +D_VS_MENU_7002BF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002BF0, symbol: D_VS_MENU_7002BF0} + +D_VS_MENU_7002E50: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002E50, symbol: D_VS_MENU_7002E50} + +aVsHandicapLvl1Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x70030B0, symbol: aVsHandicapLvl1Tex} + +aVsHandicapLvl2Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003290, symbol: aVsHandicapLvl2Tex} + +aVsHandicapLvl3Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003470, symbol: aVsHandicapLvl3Tex} + +D_VS_MENU_7003650: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003650, symbol: D_VS_MENU_7003650} + +D_VS_MENU_7003830: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 17, offset: 0x7003830, symbol: D_VS_MENU_7003830} + +D_VS_MENU_7003C70: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003C70, symbol: D_VS_MENU_7003C70} + +D_VS_MENU_7003D70: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 5, offset: 0x7003D70, symbol: D_VS_MENU_7003D70} + +D_VS_MENU_7003E10: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003E10, symbol: D_VS_MENU_7003E10} + +D_VS_MENU_7003F10: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003F10, symbol: D_VS_MENU_7003F10} + +D_VS_MENU_7004010: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x7004010, symbol: D_VS_MENU_7004010} + +D_VS_MENU_7004050: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x7004050, symbol: D_VS_MENU_7004050, tlut: 0x7004150} + +D_VS_MENU_7004150: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x7004150, symbol: D_VS_MENU_7004150} + +D_VS_MENU_70041F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x70041F0, symbol: D_VS_MENU_70041F0, tlut: 0x70042F0} + +D_VS_MENU_70042F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 53, offset: 0x70042F0, symbol: D_VS_MENU_70042F0} + +D_VS_MENU_7004360: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x7004360, symbol: D_VS_MENU_7004360, tlut: 0x7004460} + +D_VS_MENU_7004460: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 50, offset: 0x7004460, symbol: D_VS_MENU_7004460} + +D_VS_MENU_70044D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 19, offset: 0x70044D0, symbol: D_VS_MENU_70044D0, tlut: 0x7004990} + +D_VS_MENU_7004990: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x7004990, symbol: D_VS_MENU_7004990} + +aVsFoxNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 56, height: 8, offset: 0x70049C0, symbol: aVsFoxNameTex, tlut: 0x7004B80} + +aVsFoxNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004B80, symbol: aVsFoxNameTLUT} + +aVsPeppyNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 10, offset: 0x7004BB0, symbol: aVsPeppyNameTex, tlut: 0x7004D90} + +aVsPeppyNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004D90, symbol: aVsPeppyNameTLUT} + +aVsSlippyNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 56, height: 10, offset: 0x7004DC0, symbol: aVsSlippyNameTex, tlut: 0x7004FF0} + +aVsSlippyNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004FF0, symbol: aVsSlippyNameTLUT} + +aVsFalcoNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 8, offset: 0x7005020, symbol: aVsFalcoNameTex, tlut: 0x70051A0} + +aVsFalcoNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x70051A0, symbol: aVsFalcoNameTLUT} + +D_VS_MENU_70051D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x70051D0, symbol: D_VS_MENU_70051D0, tlut: 0x70055D0} + +D_VS_MENU_70055D0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 20, offset: 0x70055D0, symbol: D_VS_MENU_70055D0} + +aVsCorneriaTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7005600, symbol: aVsCorneriaTex, tlut: 0x7005D20} + +aVsCorneriaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x7005D20, symbol: aVsCorneriaTLUT} + +aVsSectorZTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7005F10, symbol: aVsSectorZTex, tlut: 0x7006630} + +aVsSectorZTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 168, offset: 0x7006630, symbol: aVsSectorZTLUT} + +aVsKatinaTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7006780, symbol: aVsKatinaTex, tlut: 0x7006EA0} + +aVsKatinaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x7006EA0, symbol: aVsKatinaTLUT} + +aVsFalcoFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x70070A0, symbol: aVsFalcoFaceTex} + +D_VS_MENU_7007FC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7007FC0, symbol: D_VS_MENU_7007FC0} + +aVsFoxFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7008EE0, symbol: aVsFoxFaceTex} + +D_VS_MENU_7009E00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7009E00, symbol: D_VS_MENU_7009E00} + +aVsPeppyFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700AD20, symbol: aVsPeppyFaceTex} + +D_VS_MENU_700BC40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700BC40, symbol: D_VS_MENU_700BC40} + +aVsSlippyFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700CB60, symbol: aVsSlippyFaceTex} + +D_VS_MENU_700DA80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700DA80, symbol: D_VS_MENU_700DA80} + +aVsN64ConsoleTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 144, height: 42, offset: 0x700E9A0, symbol: aVsN64ConsoleTex} + +aVsHandicapFrameTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 80, height: 71, offset: 0x70118E0, symbol: aVsHandicapFrameTex, tlut: 0x70123F8} + +aVsHandicapFrameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 5, offset: 0x70123F8, symbol: aVsHandicapFrameTLUT} + +D_VS_MENU_7012410: + { type: GFX, offset: 0x7012410, symbol: D_VS_MENU_7012410} + +D_VS_MENU_70124E8: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 16, offset: 0x70124E8, symbol: D_VS_MENU_70124E8, tlut: 0x7012568} + +D_VS_MENU_7012568: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x7012568, symbol: D_VS_MENU_7012568} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_warp_zone.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_warp_zone.yaml new file mode 100644 index 0000000..fe12f05 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_warp_zone.yaml @@ -0,0 +1,42 @@ +:config: + segments: + - [0x07, 0xBF5D50] + header: + code: + - '#include "assets/ast_warp_zone.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aWzSxEnemy1DL: + { type: GFX, offset: 0x7000000, symbol: aWzSxEnemy1DL } + +aWzGateDL: + { type: GFX, offset: 0x7000280, symbol: aWzGateDL } + +aWzMeteor2DL: + { type: GFX, offset: 0x70008F0, symbol: aWzMeteor2DL } + +D_WZ_7000260: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 4, height: 4, offset: 0x7000260, symbol: D_WZ_7000260 } + +D_WZ_7000A30: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x7000A30, symbol: D_WZ_7000A30, tlut: 0x7000C30 } + +D_WZ_7000C30: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x7000C30, symbol: D_WZ_7000C30 } + +aWzPillar1DL: + { type: GFX, offset: 0x7000C40, symbol: aWzPillar1DL } + +aWzMeteor1DL: + { type: GFX, offset: 0x7000E80, symbol: aWzMeteor1DL } + +aWzPillar2DL: + { type: GFX, offset: 0x70010E0, symbol: aWzPillar2DL } + +D_WZ_7001540: + { type: GFX, offset: 0x7001540, symbol: D_WZ_7001540 } + +D_WZ_70015D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x70015D0, symbol: D_WZ_70015D0 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_zoness.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_zoness.yaml new file mode 100644 index 0000000..ab14937 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev0/ast_zoness.yaml @@ -0,0 +1,566 @@ +:config: + segments: + - [0x06, 0xB7FB70] + header: + code: + - '#include "assets/ast_zoness.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +aZoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 28, offset: 0x6000000, symbol: aZoTitleCardTex} + +D_ZO_6000C40: + { type: GFX, offset: 0x6000C40, symbol: D_ZO_6000C40} + +D_ZO_6000E98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6000E98, symbol: D_ZO_6000E98} + +D_ZO_6001098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6001098, symbol: D_ZO_6001098} + +aZoDodoraHeadDL: + { type: GFX, offset: 0x60012A0, symbol: aZoDodoraHeadDL} + +D_ZO_6001810: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001810, symbol: D_ZO_6001810} + +D_ZO_6002010: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002010, symbol: D_ZO_6002010} + +D_ZO_6002210: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002210, symbol: D_ZO_6002210} + +D_ZO_6002410: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002410, symbol: D_ZO_6002410} + +D_ZO_6002610: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002610, symbol: D_ZO_6002610} + +D_ZO_6002810: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002810, symbol: D_ZO_6002810} + +D_ZO_6002A10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x6002A10, symbol: D_ZO_6002A10} + +aZoRadarBuoyDL: + { type: GFX, offset: 0x6002E10, symbol: aZoRadarBuoyDL} + +D_ZO_6003288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003288, symbol: D_ZO_6003288} + +D_ZO_6003488: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003488, symbol: D_ZO_6003488} + +D_ZO_6003690: + { type: GFX, offset: 0x6003690, symbol: D_ZO_6003690} + +D_ZO_6003930: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003930, symbol: D_ZO_6003930} + +D_ZO_6003B30: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6003B30, symbol: D_ZO_6003B30} + +D_ZO_6004330: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 40, offset: 0x6004330, symbol: D_ZO_6004330} + +D_ZO_6004380: + { type: GFX, offset: 0x6004380, symbol: D_ZO_6004380} + +D_ZO_6004450: + { type: GFX, offset: 0x6004450, symbol: D_ZO_6004450} + +D_ZO_6004970: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6004970, symbol: D_ZO_6004970} + +D_ZO_6004A70: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x6004A70, symbol: D_ZO_6004A70} + +D_ZO_6004B00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6004B00, symbol: D_ZO_6004B00} + +aZoPatrolBoatDL: + { type: GFX, offset: 0x6004D00, symbol: aZoPatrolBoatDL} + +D_ZO_6005958: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6005958, symbol: D_ZO_6005958} + +D_ZO_6005B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005B58, symbol: D_ZO_6005B58} + +D_ZO_6006360: + { type: GFX, offset: 0x6006360, symbol: D_ZO_6006360} + +D_ZO_6007230: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007230, symbol: D_ZO_6007230} + +D_ZO_6007430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007430, symbol: D_ZO_6007430} + +D_ZO_6007C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007C30, symbol: D_ZO_6007C30} + +D_ZO_6007E30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007E30, symbol: D_ZO_6007E30} + +D_ZO_6008030: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008030, symbol: D_ZO_6008030} + +D_ZO_6008230: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008230, symbol: D_ZO_6008230} + +D_ZO_6008430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008430, symbol: D_ZO_6008430} + +D_ZO_6008630: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008630, symbol: D_ZO_6008630} + +D_ZO_6008830: + { type: GFX, offset: 0x6008830, symbol: D_ZO_6008830} + +D_ZO_6009ED0: + { type: VTX, count: 289, offset: 0x6009ED0, symbol: D_ZO_6009ED0} + +D_ZO_600B0E0: + { type: GFX, offset: 0x600B0E0, symbol: D_ZO_600B0E0} + +D_ZO_600C780: + { type: VTX, count: 289, offset: 0x600C780, symbol: D_ZO_600C780} + +D_ZO_600D990: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600D990, symbol: D_ZO_600D990} + +aZoBirdAnim: + { type: SF64:ANIM, offset: 0x600E5EC, symbol: aZoBirdAnim} + +aZoBirdSkel: + { type: SF64:SKELETON, offset: 0x600E7D8, symbol: aZoBirdSkel} + +aZoOilRig3DL: + { type: GFX, offset: 0x600E820, symbol: aZoOilRig3DL} + +aZoOilRig2DL: + { type: GFX, offset: 0x600EC90, symbol: aZoOilRig2DL} + +aZoOilRig1DL: + { type: GFX, offset: 0x600F560, symbol: aZoOilRig1DL} + +D_ZO_600FE58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600FE58, symbol: D_ZO_600FE58} + +D_ZO_6010658: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010658, symbol: D_ZO_6010658} + +D_ZO_6010E58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010E58, symbol: D_ZO_6010E58} + +D_ZO_6011660: + { type: GFX, offset: 0x6011660, symbol: D_ZO_6011660} + +D_ZO_6011928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6011928, symbol: D_ZO_6011928} + +D_ZO_6012128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6012128, symbol: D_ZO_6012128} + +D_ZO_6012930: + { type: GFX, offset: 0x6012930, symbol: D_ZO_6012930} + +D_ZO_6013010: + { type: GFX, offset: 0x6013010, symbol: D_ZO_6013010} + +D_ZO_6013330: + { type: GFX, offset: 0x6013330, symbol: D_ZO_6013330} + +D_ZO_6013480: + { type: GFX, offset: 0x6013480, symbol: D_ZO_6013480} + +D_ZO_6013510: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x6013510, symbol: D_ZO_6013510} + +D_ZO_6014510: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x6014510, symbol: D_ZO_6014510} + +D_ZO_6015430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x6015430, symbol: D_ZO_6015430} + +D_ZO_6016350: + { type: GFX, offset: 0x6016350, symbol: D_ZO_6016350} + +D_ZO_60163E0: + { type: GFX, offset: 0x60163E0, symbol: D_ZO_60163E0} + +D_ZO_60165D0: + { type: GFX, offset: 0x60165D0, symbol: D_ZO_60165D0} + +D_ZO_6016880: + { type: GFX, offset: 0x6016880, symbol: D_ZO_6016880} + +D_ZO_6016B50: + { type: GFX, offset: 0x6016B50, symbol: D_ZO_6016B50} + +D_ZO_6016D90: + { type: GFX, offset: 0x6016D90, symbol: D_ZO_6016D90} + +D_ZO_6016E30: + { type: GFX, offset: 0x6016E30, symbol: D_ZO_6016E30} + +D_ZO_6016EC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6016EC8, symbol: D_ZO_6016EC8} + +D_ZO_60176D0: + { type: GFX, offset: 0x60176D0, symbol: D_ZO_60176D0} + +D_ZO_6017770: + { type: GFX, offset: 0x6017770, symbol: D_ZO_6017770} + +D_ZO_6017810: + { type: GFX, offset: 0x6017810, symbol: D_ZO_6017810} + +D_ZO_60178B0: + { type: GFX, offset: 0x60178B0, symbol: D_ZO_60178B0} + +aZoBallDL: + { type: GFX, offset: 0x6017950, symbol: aZoBallDL} + +D_ZO_60179D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60179D8, symbol: D_ZO_60179D8} + +D_ZO_60181E0: + { type: GFX, offset: 0x60181E0, symbol: D_ZO_60181E0} + +D_ZO_60182E0: + { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x60182E0, symbol: D_ZO_60182E0} + +D_ZO_6018550: + { type: SF64:ANIM, offset: 0x6018550, symbol: D_ZO_6018550} + +D_ZO_601863C: + { type: SF64:SKELETON, offset: 0x601863C, symbol: D_ZO_601863C} + +D_ZO_6018660: + { type: GFX, offset: 0x6018660, symbol: D_ZO_6018660} + +D_ZO_60186E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x60186E8, symbol: D_ZO_60186E8} + +D_ZO_6018AF0: + { type: GFX, offset: 0x6018AF0, symbol: D_ZO_6018AF0} + +D_ZO_6018B78: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6018B78, symbol: D_ZO_6018B78} + +D_ZO_6018C80: + { type: GFX, offset: 0x6018C80, symbol: D_ZO_6018C80} + +D_ZO_6018E80: + { type: GFX, offset: 0x6018E80, symbol: D_ZO_6018E80} + +D_ZO_6019040: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6019040, symbol: D_ZO_6019040} + +D_ZO_60195EC: + { type: SF64:ANIM, offset: 0x60195EC, symbol: D_ZO_60195EC} + +D_ZO_6019738: + { type: SF64:SKELETON, offset: 0x6019738, symbol: D_ZO_6019738} + +D_ZO_601996C: + { type: SF64:ANIM, offset: 0x601996C, symbol: D_ZO_601996C} + +aZoSarumarineSkel: + { type: SF64:SKELETON, offset: 0x6019E18, symbol: aZoSarumarineSkel} + +D_ZO_6019EB0: + { type: GFX, offset: 0x6019EB0, symbol: D_ZO_6019EB0} + +D_ZO_601A340: + { type: GFX, offset: 0x601A340, symbol: D_ZO_601A340} + +D_ZO_601AA48: + { type: SF64:ANIM, offset: 0x601AA48, symbol: D_ZO_601AA48} + +D_ZO_601AB14: + { type: SF64:SKELETON, offset: 0x601AB14, symbol: D_ZO_601AB14} + +D_ZO_601AFB8: + { type: SF64:ANIM, offset: 0x601AFB8, symbol: D_ZO_601AFB8} + +D_ZO_601B184: + { type: SF64:SKELETON, offset: 0x601B184, symbol: D_ZO_601B184} + +D_ZO_601B1C0: + { type: GFX, offset: 0x601B1C0, symbol: D_ZO_601B1C0} + +D_ZO_601B3B0: + { type: GFX, offset: 0x601B3B0, symbol: D_ZO_601B3B0} + +D_ZO_601B570: + { type: GFX, offset: 0x601B570, symbol: D_ZO_601B570} + +D_ZO_601B710: + { type: GFX, offset: 0x601B710, symbol: D_ZO_601B710} + +D_ZO_601B8F0: + { type: GFX, offset: 0x601B8F0, symbol: D_ZO_601B8F0} + +D_ZO_601BAD0: + { type: GFX, offset: 0x601BAD0, symbol: D_ZO_601BAD0} + +D_ZO_601BBB8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x601BBB8, symbol: D_ZO_601BBB8} + +D_ZO_601BCC0: + { type: GFX, offset: 0x601BCC0, symbol: D_ZO_601BCC0} + +D_ZO_601C390: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601C390, symbol: D_ZO_601C390} + +D_ZO_601C590: + { type: GFX, offset: 0x601C590, symbol: D_ZO_601C590} + +D_ZO_601C8E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601C8E0, symbol: D_ZO_601C8E0} + +D_ZO_601D0E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601D0E0, symbol: D_ZO_601D0E0} + +D_ZO_601D2E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601D2E0, symbol: D_ZO_601D2E0} + +D_ZO_601D5B0: + { type: GFX, offset: 0x601D5B0, symbol: D_ZO_601D5B0} + +D_ZO_601D680: + { type: GFX, offset: 0x601D680, symbol: D_ZO_601D680} + +D_ZO_601E618: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601E618, symbol: D_ZO_601E618} + +D_ZO_601F260: + { type: GFX, offset: 0x601F260, symbol: D_ZO_601F260} + +D_ZO_601F420: + { type: GFX, offset: 0x601F420, symbol: D_ZO_601F420} + +D_ZO_601F620: + { type: GFX, offset: 0x601F620, symbol: D_ZO_601F620} + +aZoSarumarinePeriscopeAnim: + { type: SF64:ANIM, offset: 0x601F874, symbol: aZoSarumarinePeriscopeAnim} + +aZoSarumarinePeriscopeSkel: + { type: SF64:SKELETON, offset: 0x601F920, symbol: aZoSarumarinePeriscopeSkel} + +D_ZO_601F940: + { type: GFX, offset: 0x601F940, symbol: D_ZO_601F940} + +D_ZO_601FBC4: + { type: SF64:ANIM, offset: 0x601FBC4, symbol: D_ZO_601FBC4} + +aZoBarrierSkel: + { type: SF64:SKELETON, offset: 0x601FC90, symbol: aZoBarrierSkel} + +aZoIslandDL: + { type: GFX, offset: 0x601FCB0, symbol: aZoIslandDL} + +D_ZO_60201B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60201B0, symbol: D_ZO_60201B0} + +D_ZO_60209B0: + { type: GFX, offset: 0x60209B0, symbol: D_ZO_60209B0} + +D_ZO_6020B70: + { type: GFX, offset: 0x6020B70, symbol: D_ZO_6020B70} + +D_ZO_6020D50: + { type: GFX, offset: 0x6020D50, symbol: D_ZO_6020D50} + +D_ZO_6020F10: + { type: GFX, offset: 0x6020F10, symbol: D_ZO_6020F10} + +D_ZO_6021100: + { type: GFX, offset: 0x6021100, symbol: D_ZO_6021100} + +D_ZO_60214B0: + { type: GFX, offset: 0x60214B0, symbol: D_ZO_60214B0} + +D_ZO_60212B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60212B0, symbol: D_ZO_60212B0} + +D_ZO_60216A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60216A8, symbol: D_ZO_60216A8} + +D_ZO_6021ABC: + { type: SF64:ANIM, offset: 0x6021ABC, symbol: D_ZO_6021ABC} + +D_ZO_6021B88: + { type: SF64:SKELETON, offset: 0x6021B88, symbol: D_ZO_6021B88} + +D_ZO_6021BB0: + { type: GFX, offset: 0x6021BB0, symbol: D_ZO_6021BB0} + +D_ZO_6021C50: + { type: GFX, offset: 0x6021C50, symbol: D_ZO_6021C50} + +D_ZO_6021CE0: + { type: GFX, offset: 0x6021CE0, symbol: D_ZO_6021CE0} + +D_ZO_6021D80: + { type: GFX, offset: 0x6021D80, symbol: D_ZO_6021D80} + +D_ZO_6021E20: + { type: GFX, offset: 0x6021E20, symbol: D_ZO_6021E20} + +D_ZO_60220A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60220A0, symbol: D_ZO_60220A0} + +D_ZO_60222A0: + { type: GFX, offset: 0x60222A0, symbol: D_ZO_60222A0} + +D_ZO_60227D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60227D8, symbol: D_ZO_60227D8} + +D_ZO_60229D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60229D8, symbol: D_ZO_60229D8} + +D_ZO_6022BE0: + { type: GFX, offset: 0x6022BE0, symbol: D_ZO_6022BE0} + +D_ZO_6022D70: + { type: GFX, offset: 0x6022D70, symbol: D_ZO_6022D70} + +D_ZO_6022F00: + { type: GFX, offset: 0x6022F00, symbol: D_ZO_6022F00} + +D_ZO_6023088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023088, symbol: D_ZO_6023088} + +D_ZO_6023288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023288, symbol: D_ZO_6023288} + +D_ZO_6023488: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023488, symbol: D_ZO_6023488} + +D_ZO_6023690: + { type: GFX, offset: 0x6023690, symbol: D_ZO_6023690} + +aZoDodoraTailDL: + { type: GFX, offset: 0x6023730, symbol: aZoDodoraTailDL} + +D_ZO_60237E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60237E0, symbol: D_ZO_60237E0} + +aZoDodoraBodyDL: + { type: GFX, offset: 0x60239E0, symbol: aZoDodoraBodyDL} + +D_ZO_6023D50: + { type: GFX, offset: 0x6023D50, symbol: D_ZO_6023D50} + +D_ZO_6024018: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6024018, symbol: D_ZO_6024018} + +D_ZO_6024220: + { type: GFX, offset: 0x6024220, symbol: D_ZO_6024220} + +D_ZO_60242B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60242B8, symbol: D_ZO_60242B8} + +aZoRockDL: + { type: GFX, offset: 0x6024AC0, symbol: aZoRockDL} + +D_ZO_6024D60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6024D60, symbol: D_ZO_6024D60} + +D_ZO_6025658: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025658, symbol: D_ZO_6025658} + +D_ZO_6025E60: + { type: GFX, offset: 0x6025E60, symbol: D_ZO_6025E60} + +D_ZO_6025F98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025F98, symbol: D_ZO_6025F98} + +D_ZO_60266D0: + { type: SF64:ENVIRONMENT, offset: 0x60266D0, symbol: D_ZO_60266D0} + +D_ZO_6026714: + { type: SF64:OBJECT_INIT, offset: 0x6026714, symbol: D_ZO_6026714} + +D_ZO_602AAC0: + { type: SF64:SCRIPT, offset: 0x602AAC0, symbol: D_ZO_602AAC0} + +D_ZO_602AC50: + { type: ARRAY, count: 289, array_type: u16, offset: 0x602AC50, symbol: D_ZO_602AC50} + +# Unused +D_ZO_602AE94: + { type: ARRAY, count: 242, array_type: Vec3f, offset: 0x602AE94, symbol: D_ZO_602AE94} + +aZoRockHitbox: + { type: SF64:HITBOX, offset: 0x602B9EC, symbol: aZoRockHitbox} + +aZoOilRig1Hitbox: + { type: SF64:HITBOX, offset: 0x602BA20, symbol: aZoOilRig1Hitbox} + +aZoOilRig2Hitbox: + { type: SF64:HITBOX, offset: 0x602BAE4, symbol: aZoOilRig2Hitbox} + +aZoOilRig3Hitbox: + { type: SF64:HITBOX, offset: 0x602BBD8, symbol: aZoOilRig3Hitbox} + +aZoIslandHitbox: + { type: SF64:HITBOX, offset: 0x602BC54, symbol: aZoIslandHitbox} + +aZoDodoraHitbox: + { type: SF64:HITBOX, offset: 0x602BC58, symbol: aZoDodoraHitbox} + +aZoTroikaHitbox: + { type: SF64:HITBOX, offset: 0x602BE3C, symbol: aZoTroikaHitbox} + +aZoObnemaHitbox: + { type: SF64:HITBOX, offset: 0x602BE58, symbol: aZoObnemaHitbox} + +aZoBarrierHitbox: + { type: SF64:HITBOX, offset: 0x602BFC4, symbol: aZoBarrierHitbox} + +aZoBarrierHitbox2: + { type: SF64:HITBOX, offset: 0x602C028, symbol: aZoBarrierHitbox2} + +aZoSarumarineHitbox: + { type: SF64:HITBOX, offset: 0x602C044, symbol: aZoSarumarineHitbox} + +aZoSarumarinePeriscopeHitbox: + { type: SF64:HITBOX, offset: 0x602C1A0, symbol: aZoSarumarinePeriscopeHitbox} + +aZoTankerHitbox: + { type: SF64:HITBOX, offset: 0x602C1D4, symbol: aZoTankerHitbox} + +aZoContainerHitbox: + { type: SF64:HITBOX, offset: 0x602C218, symbol: aZoContainerHitbox} + +aZoRadarBuoyHitbox: + { type: SF64:HITBOX, offset: 0x602C234, symbol: aZoRadarBuoyHitbox} + +aZoSupplyCraneHitbox: + { type: SF64:HITBOX, offset: 0x602C250, symbol: aZoSupplyCraneHitbox} + +aZoBirdHitbox: + { type: SF64:HITBOX, offset: 0x602C294, symbol: aZoBirdHitbox} + +aZoSearchLightHitbox: + { type: SF64:HITBOX, offset: 0x602C2B0, symbol: aZoSearchLightHitbox} + +D_ZO_602C2CC: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C2CC, symbol: D_ZO_602C2CC} + +D_ZO_602CACC: + {type: SF64:TRIANGLE, count: 30, offset: 0x602CACC, symbol: D_ZO_602CACC, mesh_symbol: D_ZO_OFFSET} + + + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_1.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_1.yaml new file mode 100644 index 0000000..318224f --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_1.yaml @@ -0,0 +1,269 @@ +:config: + segments: + - [0x07, 0xA0E340] + header: + code: + - '#include "assets/ast_7_ti_1.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_AST_7_TI_1_7000000: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0x07000000, symbol: D_AST_7_TI_1_7000000, tlut: 0x07001108 } + +D_TI1_7000A80: + { type: GFX, offset: 0x7000A80, symbol: D_TI1_7000A80 } + +D_TI1_7000D08: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07000D08, symbol: D_TI1_7000D08, tlut: 0x07001108 } + +D_TI1_7001108: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x07001108, symbol: D_TI1_7001108 } + +D_TI1_7001268: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7001268, symbol: D_TI1_7001268 } + +D_TI1_7002270: + { type: GFX, offset: 0x7002270, symbol: D_TI1_7002270 } + +D_TI1_7002490: + { type: GFX, offset: 0x7002490, symbol: D_TI1_7002490 } + +D_TI1_7002730: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07002730, symbol: D_TI1_7002730 } + +D_TI1_7002930: + { type: GFX, offset: 0x7002930, symbol: D_TI1_7002930 } + +D_TI1_7002C88: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x7002C88, symbol: D_TI1_7002C88 } + +D_TI1_7003488: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07003488, symbol: D_TI1_7003488, tlut: 0x07003888 } + +D_TI1_7003888: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x07003888, symbol: D_TI1_7003888 } + +D_TI1_7003A90: + { type: GFX, offset: 0x7003A90, symbol: D_TI1_7003A90 } + +D_TI1_7003C50: + { type: GFX, offset: 0x7003C50, symbol: D_TI1_7003C50 } + +D_TI1_7003E30: + { type: GFX, offset: 0x7003E30, symbol: D_TI1_7003E30 } + +D_TI1_7003FC0: + { type: GFX, offset: 0x7003FC0, symbol: D_TI1_7003FC0 } + +D_TI1_7004170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07004170, symbol: D_TI1_7004170 } + +D_TI1_7004370: + { type: GFX, offset: 0x7004370, symbol: D_TI1_7004370 } + +D_TI1_7004560: + { type: GFX, offset: 0x7004560, symbol: D_TI1_7004560 } + +D_TI1_7004780: + { type: GFX, offset: 0x7004780, symbol: D_TI1_7004780 } + +D_TI1_70049A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x070049A0, symbol: D_TI1_70049A0 } + +D_TI1_7004BA0: + { type: GFX, offset: 0x7004BA0, symbol: D_TI1_7004BA0 } + +D_TI1_7004E78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07004E78, symbol: D_TI1_7004E78 } + +D_TI1_7005078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07005078, symbol: D_TI1_7005078 } + +D_TI1_7005280: + { type: GFX, offset: 0x7005280, symbol: D_TI1_7005280 } + +D_TI1_7005420: + { type: GFX, offset: 0x7005420, symbol: D_TI1_7005420 } + +D_TI1_70067C4: + { type: SF64:ANIM, offset: 0x70067C4, symbol: D_TI1_70067C4 } + +aTi1DesertCrawlerSkel: + { type: SF64:SKELETON, offset: 0x7006990, symbol: aTi1DesertCrawlerSkel} + +D_TI1_7006F74: + { type: SF64:ANIM, offset: 0x7006F74, symbol: D_TI1_7006F74 } + +D_TI1_7007130: + { type: SF64:ANIM, offset: 0x7007130, symbol: D_TI1_7007130 } + +D_TI1_7007234: + { type: SF64:ANIM, offset: 0x7007234, symbol: D_TI1_7007234 } + +D_TI1_700733C: + { type: SF64:ANIM, offset: 0x700733C, symbol: D_TI1_700733C } + +D_TI1_7007350: + { type: GFX, offset: 0x7007350, symbol: D_TI1_7007350 } + +D_TI1_7007AB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x7007AB0, symbol: D_TI1_7007AB0, tlut: 0x07007EB0 } + +D_TI1_7007EB0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x07007EB0, symbol: D_TI1_7007EB0 } + +D_TI1_7008090: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x07008090, symbol: D_TI1_7008090, tlut: 0x07008490 } + +D_TI1_7008490: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x07008490, symbol: D_TI1_7008490 } + +D_TI1_7008680: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x07008680, symbol: D_TI1_7008680, tlut: 0x07008490 } + +D_TI1_7008780: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 216, offset: 0x07008780, symbol: D_TI1_7008780 } + +D_TI1_7008930: + { type: GFX, offset: 0x7008930, symbol: D_TI1_7008930 } + +D_TI1_7008D10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x7008D10, symbol: D_TI1_7008D10 } + +D_TI1_7008F10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x7008F10, symbol: D_TI1_7008F10 } + +D_TI1_7009110: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009110, symbol: D_TI1_7009110 } + +D_TI1_7009310: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009310, symbol: D_TI1_7009310 } + +D_TI1_7009510: + { type: GFX, offset: 0x7009510, symbol: D_TI1_7009510 } + +D_TI1_70096D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x070096D8, symbol: D_TI1_70096D8 } + +aTiDelphorDL: + { type: GFX, offset: 0x70098E0, symbol: aTiDelphorDL } + +D_TI1_7009B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x07009B58, symbol: D_TI1_7009B58 } + +aTi1Bomb1DL: + { type: GFX, offset: 0x7009D60, symbol: aTi1Bomb1DL } + +D_TI1_700A190: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0700A190, symbol: D_TI1_700A190 } + +aTi1Bomb2DL: + { type: GFX, offset: 0x700A990, symbol: aTi1Bomb2DL } + +D_TI1_700AAD8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x700AAD8, symbol: D_TI1_700AAD8, tlut: 0x700AB58 } + +D_TI1_700AB58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x700AB58, symbol: D_TI1_700AB58 } + +aTi1LandmineDL: + { type: GFX, offset: 0x700AB70, symbol: aTi1LandmineDL } + +D_TI1_700AEA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0700AEA8, symbol: D_TI1_700AEA8 } + +D_TI1_700AF30: + { type: GFX, offset: 0x700AF30, symbol: D_TI1_700AF30 } + +D_TI1_700B5B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700B5B8, symbol: D_TI1_700B5B8 } + +D_TI1_700B7B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700B7B8, symbol: D_TI1_700B7B8 } + +aTi1FekudaGun1DL: + { type: GFX, offset: 0x700B9C0, symbol: aTi1FekudaGun1DL } + +D_TI1_700BB10: + { type: GFX, offset: 0x700BB10, symbol: D_TI1_700BB10 } + +aTiBridgeDL: + { type: GFX, offset: 0x700BE00, symbol: aTiBridgeDL } + +D_TI1_700BFB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x0700BFB0, symbol: D_TI1_700BFB0, tlut: 0x0700C3B0 } + +D_TI1_700C3B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 128, offset: 0x0700C3B0, symbol: D_TI1_700C3B0 } + +aTi1FekudaDL: + { type: GFX, offset: 0x700C4B0, symbol: aTi1FekudaDL } + +aTi1DesertRoverAnim: + { type: SF64:ANIM, offset: 0x700C8D8, symbol: aTi1DesertRoverAnim } + +aTi1DesertRoverSkel: + { type: SF64:SKELETON, offset: 0x700C964, symbol: aTi1DesertRoverSkel } + +aTi1FekudaGun2DL: + { type: GFX, offset: 0x700C980, symbol: aTi1FekudaGun2DL } + +aTiBomberAnim: + { type: SF64:ANIM, offset: 0x700CAF4, symbol: aTiBomberAnim} + +aTiBomberSkel: + {type: SF64:SKELETON, offset: 0x700CB60, symbol: aTiBomberSkel} + +aTiRascoAnim: + { type: SF64:ANIM, offset: 0x700D534, symbol: aTiRascoAnim } + +aTiRascoSkel: + {type: SF64:SKELETON, offset: 0x700D700, symbol: aTiRascoSkel} + +D_TI1_700D740: + { type: GFX, offset: 0x700D740, symbol: D_TI1_700D740 } + +D_TI1_700D880: + { type: GFX, offset: 0x700D880, symbol: D_TI1_700D880 } + +D_TI1_700D9B0: + { type: GFX, offset: 0x700D9B0, symbol: D_TI1_700D9B0 } + +D_TI1_700DAD0: + { type: GFX, offset: 0x700DAD0, symbol: D_TI1_700DAD0 } + +D_TI1_700DBB0: + { type: GFX, offset: 0x700DBB0, symbol: D_TI1_700DBB0 } + +D_TI1_700DC50: + { type: GFX, offset: 0x700DC50, symbol: D_TI1_700DC50 } + +D_TI1_700DD68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0700DD68, symbol: D_TI1_700DD68 } + +D_TI1_700DDF0: + { type: GFX, offset: 0x700DDF0, symbol: D_TI1_700DDF0 } + +D_TI1_700DED0: + { type: GFX, offset: 0x700DED0, symbol: D_TI1_700DED0 } + +D_TI1_700DF70: + { type: GFX, offset: 0x700DF70, symbol: D_TI1_700DF70 } + +D_TI1_700E030: + { type: GFX, offset: 0x700E030, symbol: D_TI1_700E030 } + +D_TI1_700E1E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700E1E8, symbol: D_TI1_700E1E8 } + +aTiBoulderDL: + { type: GFX, offset: 0x700E3F0, symbol: aTiBoulderDL } + +D_TI1_700E858: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0700E858, symbol: D_TI1_700E858 } + +D_TI1_700EA60: + { type: GFX, offset: 0x700EA60, symbol: D_TI1_700EA60 } + +# size = 0xEDB0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_2.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_2.yaml new file mode 100644 index 0000000..3a1bf22 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_7_ti_2.yaml @@ -0,0 +1,76 @@ +:config: + segments: + - [0x07, 0x9DD390] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev1/ast_8_ti.yaml" + - "assets/yaml/us/rev1/ast_9_ti.yaml" + +D_TI2_7003EE8: + { type: SF64:ANIM, offset: 0x7003EE8, symbol: D_TI2_7003EE8 } + +D_TI2_7003F00: + { type: GFX, offset: 0x7003F00, symbol: D_TI2_7003F00 } + +D_TI2_7004270: + { type: GFX, offset: 0x7004270, symbol: D_TI2_7004270 } + +D_TI2_7004400: + { type: GFX, offset: 0x7004400, symbol: D_TI2_7004400 } + +D_TI2_70045D0: + { type: GFX, offset: 0x70045D0, symbol: D_TI2_70045D0 } + +D_TI2_70047B0: + { type: TEXTURE, ctype: u8, format: CI8, height: 16, width: 16, offset: 0x70047B0, symbol: D_TI2_70047B0 } +D_TI2_70048B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x70048B0, symbol: D_TI2_70048B0 } + +D_TI2_70049C0: + { type: GFX, offset: 0x70049C0, symbol: D_TI2_70049C0 } + +D_TI2_7004AB0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 16, offset: 0x7004AB0, symbol: D_TI2_7004AB0 } +D_TI2_7004CB0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232 , offset: 0x7004CB0, symbol: D_TI2_7004CB0 } + +D_TI2_7004E80: + { type: GFX, offset: 0x7004E80, symbol: D_TI2_7004E80 } + +D_TI2_7005300: + { type: GFX, offset: 0x7005300, symbol: D_TI2_7005300 } + +D_TI2_70054C0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x70054C0, symbol: D_TI2_70054C0 } + +D_TI2_70084CC: + { type: SF64:ANIM, offset: 0x70084CC, symbol: D_TI2_70084CC } + +D_TI2_70096EC: + { type: SF64:ANIM, offset: 0x70096EC, symbol: D_TI2_70096EC } + +D_TI2_7009700: + { type: GFX, offset: 0x7009700, symbol: D_TI2_7009700 } + +D_TI2_7009890: + { type: GFX, offset: 0x7009890, symbol: D_TI2_7009890 } + +D_TI2_7009A80: + { type: GFX, offset: 0x7009A80, symbol: D_TI2_7009A80 } + +D_TI2_7009B48: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 32, offset: 0x7009B48, symbol: D_TI2_7009B48 } +D_TI2_7009D48: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x7009D48, symbol: D_TI2_7009D48 } + +D_TI2_700E244: + { type: SF64:ANIM, offset: 0x700E244, symbol: D_TI2_700E244 } + +# size = 0xE250 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_8_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_8_ti.yaml new file mode 100644 index 0000000..b8b57da --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_8_ti.yaml @@ -0,0 +1,73 @@ +:config: + segments: + - [0x08, 0x9EB5E0] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev1/ast_7_ti_2.yaml" + - "assets/yaml/us/rev1/ast_9_ti.yaml" + +D_TI_8000708: { type: SF64:ANIM, offset: 0x8000708, symbol: D_TI_8000708 } + +D_TI_8000D80: { type: SF64:ANIM, offset: 0x8000D80, symbol: D_TI_8000D80 } + +D_TI_8000D90: { type: GFX, offset: 0x8000D90, symbol: D_TI_8000D90 } + +D_TI_8000FC0: { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x8000FC0, symbol: D_TI_8000FC0} + +D_TI_80011C0: { type: GFX, offset: 0x80011C0, symbol: D_TI_80011C0 } + +D_TI_80012E8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80012E8, symbol: D_TI_80012E8, tlut: 0x80013E8} + +D_TI_80013E8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x80013E8, symbol: D_TI_80013E8} + +D_TI_80014A0: { type: GFX, offset: 0x80014A0, symbol: D_TI_80014A0 } + +D_TI_8001630: { type: GFX, offset: 0x8001630, symbol: D_TI_8001630 } + +D_TI_80018D0: { type: GFX, offset: 0x80018D0, symbol: D_TI_80018D0 } + +D_TI_8001A80: { type: GFX, offset: 0x8001A80, symbol: D_TI_8001A80 } + +D_TI_8001D20: { type: GFX, offset: 0x8001D20, symbol: D_TI_8001D20 } + +D_TI_8001E20: { type: GFX, offset: 0x8001E20, symbol: D_TI_8001E20 } + +D_TI_8001FB0: { type: GFX, offset: 0x8001FB0, symbol: D_TI_8001FB0 } + +D_TI_80020D0: { type: GFX, offset: 0x80020D0, symbol: D_TI_80020D0 } + +D_TI_8002360: { type: GFX, offset: 0x8002360, symbol: D_TI_8002360 } + +D_TI_8002858: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x8002858, symbol: D_TI_8002858, tlut: 0x8002C58} +D_TI_8002C58: { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x8002C58, symbol: D_TI_8002C58} + +D_TI_8002E48: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x8002E48, symbol: D_TI_8002E48, tlut: 0x8002F48} +D_TI_8002F48: { type: TEXTURE, ctype: u16, format: TLUT, colors: 216, offset: 0x8002F48, symbol: D_TI_8002F48} + +D_TI_80030F8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80030F8, symbol: D_TI_80030F8, tlut: 0x80031F8} +D_TI_80031F8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 192, offset: 0x80031F8, symbol: D_TI_80031F8} + +D_TI_8003378: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x8003378, symbol: D_TI_8003378, tlut: 0x8003478} +D_TI_8003478: { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x8003478, symbol: D_TI_8003478} + +D_TI_80034A8: { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x80034A8, symbol: D_TI_80034A8, tlut: 0x80035A8} +D_TI_80035A8: { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x80035A8, symbol: D_TI_80035A8} + +D_TI_8003640: { type: GFX, offset: 0x8003640, symbol: D_TI_8003640 } + +D_TI_8004200: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x8004200, symbol: D_TI_8004200, tlut: 0x8004600} + +D_TI_8004600: { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x8004600, symbol: D_TI_8004600} + +D_TI_8008FE8: { type: SF64:ANIM, offset: 0x8008FE8, symbol: D_TI_8008FE8 } + +D_TI_8009000: { type: GFX, offset: 0x8009000, symbol: D_TI_8009000 } + +# size: 0x92A0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_9_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_9_ti.yaml new file mode 100644 index 0000000..398365c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_9_ti.yaml @@ -0,0 +1,71 @@ +:config: + segments: + - [0x09, 0x9F4880] + header: + code: + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev1/ast_8_ti.yaml" + +D_TI_9004288: + { type: SF64:ANIM, offset: 0x9004288, symbol: D_TI_9004288 } + +D_TI_90042A0: + { type: GFX, offset: 0x90042A0, symbol: D_TI_90042A0 } + +D_TI_90043D0: + { type: GFX, offset: 0x90043D0, symbol: D_TI_90043D0 } + +D_TI_90044E0: + { type: GFX, offset: 0x90044E0, symbol: D_TI_90044E0 } + +D_TI_90045F0: + { type: GFX, offset: 0x90045F0, symbol: D_TI_90045F0 } + +D_TI_9004858: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x9004858, symbol: D_TI_9004858, tlut: 0x9004958 } +D_TI_9004958: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x9004958, symbol: D_TI_9004958 } + +D_TI_9004A68: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9004A68, symbol: D_TI_9004A68, tlut: 0x9004E68 } +D_TI_9004E68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x9004E68, symbol: D_TI_9004E68 } + +D_TI_9005040: + { type: GFX, offset: 0x9005040, symbol: D_TI_9005040 } + +D_TI_90051C0: + { type: GFX, offset: 0x90051C0, symbol: D_TI_90051C0 } + +D_TI_9005450: + { type: GFX, offset: 0x9005450, symbol: D_TI_9005450 } + +D_TI_9005600: + { type: GFX, offset: 0x9005600, symbol: D_TI_9005600 } + +D_TI_90058A0: + { type: GFX, offset: 0x90058A0, symbol: D_TI_90058A0 } + +D_TI_90059B8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x90059B8, symbol: D_TI_90059B8, tlut: 0x9005AB8 } +D_TI_9005AB8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x9005AB8, symbol: D_TI_9005AB8 } + +D_TI_900FC4C: + { type: SF64:ANIM, offset: 0x900FC4C, symbol: D_TI_900FC4C } + +D_TI_900FC60: + { type: GFX, offset: 0x900FC60, symbol: D_TI_900FC60 } + +D_TI_900FD70: + { type: GFX, offset: 0x900FD70, symbol: D_TI_900FD70 } + +D_TI_900FE80: + { type: GFX, offset: 0x900FE80, symbol: D_TI_900FE80 } + + # size: 0x10120 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_A_ti.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_A_ti.yaml new file mode 100644 index 0000000..02d77b7 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_A_ti.yaml @@ -0,0 +1,68 @@ +:config: + segments: + - [0x0A, 0xA049A0] + header: + code: + - '#include "assets/ast_7_ti_2.h"' + - '#include "assets/ast_8_ti.h"' + - '#include "assets/ast_9_ti.h"' + - '#include "assets/ast_A_ti.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + external_files: + - "assets/yaml/us/rev1/ast_7_ti_2.yaml" + - "assets/yaml/us/rev1/ast_8_ti.yaml" + - "assets/yaml/us/rev1/ast_9_ti.yaml" + +D_TI_A000000: + {type: GFX, offset: 0xA000000, symbol: D_TI_A000000} + +D_TI_A0000C8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x0A0000C8, symbol: D_TI_A0000C8, tlut: 0x0A0001C8 } + +D_TI_A0001C8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 60, offset: 0x0A0001C8, symbol: D_TI_A0001C8 } + +D_TI_A0002BC: + {type: SF64:ANIM, offset: 0xA0002BC, symbol: D_TI_A0002BC} + +D_TI_A00047C: + {type: SF64:ANIM, offset: 0xA00047C, symbol: D_TI_A00047C} + +D_TI_A000568: + {type: SF64:SKELETON, offset: 0xA000568, symbol: D_TI_A000568} + +D_TI_A000858: + {type: SF64:ANIM, offset: 0xA000858, symbol: D_TI_A000858} + +D_TI_A000934: + {type: SF64:ANIM, offset: 0xA000934, symbol: D_TI_A000934} + +D_TI_A000D50: + {type: SF64:ANIM, offset: 0xA000D50, symbol: D_TI_A000D50} + +D_TI_A000EDC: + {type: SF64:SKELETON, offset: 0xA000EDC, symbol: D_TI_A000EDC} + +D_TI_A001A70: + {type: SF64:SKELETON, offset: 0xA001A70, symbol: D_TI_A001A70} + +D_TI_A001BE0: + {type: GFX, offset: 0xA001BE0, symbol: D_TI_A001BE0} + +D_TI_A001DB0: + {type: GFX, offset: 0xA001DB0, symbol: D_TI_A001DB0} + +D_TI_A001EC0: + {type: GFX, offset: 0xA001EC0, symbol: D_TI_A001EC0} + +D_TI_A001FA0: + {type: GFX, offset: 0xA001FA0, symbol: D_TI_A001FA0} + +D_TI_A002170: + {type: GFX, offset: 0xA002170, symbol: D_TI_A002170} + +D_TI_A009990: + {type: SF64:ANIM, offset: 0xA009990, symbol: D_TI_A009990} + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_allies.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_allies.yaml new file mode 100644 index 0000000..330bd61 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_allies.yaml @@ -0,0 +1,110 @@ +:config: + segments: + - [0x0D, 0x955270] + header: + code: + - '#include "assets/ast_allies.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aKattMarkDL: + { type: GFX, offset: 0xD000000, symbol: aKattMarkDL } + +ast_allies_seg13_vtx_00000098: + { type: VTX, count: 3, offset: 0x0D000098, symbol: ast_allies_seg13_vtx_00000098 } + +D_D0000C8: + { type: BLOB, size: 0x18, offset: 0x0D0000C8, symbol: D_D0000C8 } + +aKattMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D0000E0, symbol: aKattMarkTex, tlut: 0x0D000160 } + +aKattMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD000160, symbol: aKattMarkTLUT } + +D_D000170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD000170, symbol: D_D000170 } + +D_D001090: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD001090, symbol: D_D001090 } + +D_D001FB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD001FB0, symbol: D_D001FB0 } + +D_D002ED0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD002ED0, symbol: D_D002ED0 } + +D_D003DF0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD003DF0, symbol: D_D003DF0 } + +D_D004D10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD004D10, symbol: D_D004D10 } + +D_D005C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD005C30, symbol: D_D005C30 } + +D_D006B50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD006B50, symbol: D_D006B50 } + +D_D007A70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD007A70, symbol: D_D007A70 } + +D_D008990: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0xD008990, symbol: D_D008990 } + +aKattRadarMarkDL: + { type: GFX, offset: 0xD0098B0, symbol: aKattRadarMarkDL } + +aKattRadarMarkTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x0D009938, symbol: aKattRadarMarkTex } + +aKattShipDL: + { type: GFX, offset: 0xD009A40, symbol: aKattShipDL } + +D_D00A3B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0D00A3B8, symbol: D_D00A3B8 } + +D_D00ABB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00ABB8, symbol: D_D00ABB8 } + +D_D00ADB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00ADB8, symbol: D_D00ADB8 } + +D_D00AFB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x0D00AFB8, symbol: D_D00AFB8 } + +D_D00B3B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00B3B8, symbol: D_D00B3B8 } + +aBillMarkDL: + { type: GFX, offset: 0xD00B5C0, symbol: aBillMarkDL } + +# Letter B +aBillMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D00B688, symbol: aBillMarkTex, tlut: 0xD00B708 } + +aBillMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD00B708, symbol: aBillMarkTLUT } + +aJamesMarkDL: + { type: GFX, offset: 0xD00B720, symbol: aJamesMarkDL } + +# Letter J ? +aJamesMarkTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0D00B7F0, symbol: aJamesMarkTex, tlut: 0xD00B870 } + +aJamesMarkTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0xD00B870, symbol: aJamesMarkTLUT } + +aBillShipDL: + { type: GFX, offset: 0xD00B880, symbol: aBillShipDL } + +D_D00C470: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xD00C470, symbol: D_D00C470 } + +D_D00C670: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00C670, symbol: D_D00C670 } + +D_D00C870: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0D00C870, symbol: D_D00C870 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_andross.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_andross.yaml new file mode 100644 index 0000000..04055bc --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_andross.yaml @@ -0,0 +1,272 @@ +:config: + segments: + - [0x0C, 0xCE9E70] + header: + code: + - '#include "assets/ast_andross.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_ANDROSS_C000000: + {type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0xC000000, symbol: D_ANDROSS_C000000} + +aAndTitleCardTex: + {type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 28, offset: 0xC000A80, symbol: aAndTitleCardTex} + +D_ANDROSS_C001880: + {type: GFX, offset: 0xC001880, symbol: D_ANDROSS_C001880} + +D_ANDROSS_C0019E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0019E8, symbol: D_ANDROSS_C0019E8} + +D_ANDROSS_C00208C: + {type: SF64:ANIM, offset: 0xC00208C, symbol: D_ANDROSS_C00208C} + +D_ANDROSS_C002654: + {type: SF64:ANIM, offset: 0xC002654, symbol: D_ANDROSS_C002654} + +D_ANDROSS_C002B08: + {type: SF64:ANIM, offset: 0xC002B08, symbol: D_ANDROSS_C002B08} + +D_ANDROSS_C002B20: + {type: GFX, offset: 0xC002B20, symbol: D_ANDROSS_C002B20} + +D_ANDROSS_C002F00: + {type: GFX, offset: 0xC002F00, symbol: D_ANDROSS_C002F00} + +D_ANDROSS_C0031D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0031D0, symbol: D_ANDROSS_C0031D0} + +D_ANDROSS_C0039D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0039D0, symbol: D_ANDROSS_C0039D0} + +D_ANDROSS_C0041D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0041D0, symbol: D_ANDROSS_C0041D0} + +D_ANDROSS_C0043D0: + {type: GFX, offset: 0xC0043D0, symbol: D_ANDROSS_C0043D0} + +D_ANDROSS_C004658: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC004658, symbol: D_ANDROSS_C004658} + +D_ANDROSS_C004860: + {type: GFX, offset: 0xC004860, symbol: D_ANDROSS_C004860} + +D_ANDROSS_C006F08: + {type: SF64:ANIM, offset: 0xC006F08, symbol: D_ANDROSS_C006F08} + +D_ANDROSS_C007FC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC007FC0, symbol: D_ANDROSS_C007FC0} + +D_ANDROSS_C0087C0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC0087C0, symbol: D_ANDROSS_C0087C0} + +D_ANDROSS_C00DE48: + {type: SF64:ANIM, offset: 0xC00DE48, symbol: D_ANDROSS_C00DE48} + +D_ANDROSS_C00E598: + {type: SF64:ANIM, offset: 0xC00E598, symbol: D_ANDROSS_C00E598} + +D_ANDROSS_C00F108: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0xC00F108, symbol: D_ANDROSS_C00F108} + +D_ANDROSS_C010108: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0xC010108, symbol: D_ANDROSS_C010108} + +D_ANDROSS_C010188: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC010188, symbol: D_ANDROSS_C010188} + +D_ANDROSS_C010988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0xC010988, symbol: D_ANDROSS_C010988} + +D_ANDROSS_C011988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC011988, symbol: D_ANDROSS_C011988} + +D_ANDROSS_C012188: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC012188, symbol: D_ANDROSS_C012188} + +D_ANDROSS_C012988: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC012988, symbol: D_ANDROSS_C012988} + +D_ANDROSS_C013738: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC013738, symbol: D_ANDROSS_C013738} + +D_ANDROSS_C013F38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC013F38, symbol: D_ANDROSS_C013F38} + +D_ANDROSS_C014738: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0xC014738, symbol: D_ANDROSS_C014738} + +D_ANDROSS_C015740: + {type: GFX, offset: 0xC015740, symbol: D_ANDROSS_C015740} + +D_ANDROSS_C016100: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC016100, symbol: D_ANDROSS_C016100} + +D_ANDROSS_C017050: + {type: SF64:ANIM, offset: 0xC017050, symbol: D_ANDROSS_C017050} + +D_ANDROSS_C017430: + {type: SF64:ANIM, offset: 0xC017430, symbol: D_ANDROSS_C017430} + +D_ANDROSS_C017440: + {type: GFX, offset: 0xC017440, symbol: D_ANDROSS_C017440} + +D_ANDROSS_C017598: + {type: VTX, count: 34, offset: 0xC017598, symbol: D_ANDROSS_C017598} + +D_ANDROSS_C0177B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0xC0177B8, symbol: D_ANDROSS_C0177B8} + +D_ANDROSS_C018BC4: + {type: SF64:ANIM, offset: 0xC018BC4, symbol: D_ANDROSS_C018BC4} + +D_ANDROSS_C01C490: + {type: SF64:ANIM, offset: 0xC01C490, symbol: D_ANDROSS_C01C490} + +D_ANDROSS_C01CC3C: + {type: SF64:SKELETON, offset: 0xC01CC3C, symbol: D_ANDROSS_C01CC3C} + +D_ANDROSS_C020128: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC020128, symbol: D_ANDROSS_C020128} + +D_ANDROSS_C022520: + {type: GFX, offset: 0xC022520, symbol: D_ANDROSS_C022520} + +D_ANDROSS_C022A10: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0xC022A10, symbol: D_ANDROSS_C022A10} + +D_ANDROSS_C022A90: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0xC022A90, symbol: D_ANDROSS_C022A90} + +D_ANDROSS_C023B54: + {type: SF64:ANIM, offset: 0xC023B54, symbol: D_ANDROSS_C023B54} + +D_ANDROSS_C0240D0: + {type: SF64:ANIM, offset: 0xC0240D0, symbol: D_ANDROSS_C0240D0} + +D_ANDROSS_C025C00: + {type: SF64:ANIM, offset: 0xC025C00, symbol: D_ANDROSS_C025C00} + +D_ANDROSS_C029F74: + {type: SF64:ANIM, offset: 0xC029F74, symbol: D_ANDROSS_C029F74} + +D_ANDROSS_C02E494: + {type: SF64:ANIM, offset: 0xC02E494, symbol: D_ANDROSS_C02E494} + +D_ANDROSS_C02EDA0: + {type: SF64:ANIM, offset: 0xC02EDA0, symbol: D_ANDROSS_C02EDA0} + +D_ANDROSS_C02F634: + {type: SF64:ANIM, offset: 0xC02F634, symbol: D_ANDROSS_C02F634} + +D_ANDROSS_C030244: + {type: SF64:ANIM, offset: 0xC030244, symbol: D_ANDROSS_C030244} + +D_ANDROSS_C033780: + {type: SF64:ANIM, offset: 0xC033780, symbol: D_ANDROSS_C033780} + +D_ANDROSS_C033D98: + {type: SF64:ANIM, offset: 0xC033D98, symbol: D_ANDROSS_C033D98} + +D_ANDROSS_C035110: + {type: SF64:ENVIRONMENT, offset: 0xC035110, symbol: D_ANDROSS_C035110} + +D_ANDROSS_C035154: + {type: SF64:OBJECT_INIT, offset: 0xC035154, symbol: D_ANDROSS_C035154} + +D_ANDROSS_C0356A4: + {type: SF64:OBJECT_INIT, offset: 0xC0356A4, symbol: D_ANDROSS_C0356A4} + +D_ANDROSS_C0356CC: + {type: SF64:OBJECT_INIT, offset: 0xC0356CC, symbol: D_ANDROSS_C0356CC} + +D_ANDROSS_C036310: + {type: SF64:OBJECT_INIT, offset: 0xC036310, symbol: D_ANDROSS_C036310} + +D_ANDROSS_C036B6C: + {type: SF64:OBJECT_INIT, offset: 0xC036B6C, symbol: D_ANDROSS_C036B6C} + +D_ANDROSS_C03733C: + {type: SF64:OBJECT_INIT, offset: 0xC03733C, symbol: D_ANDROSS_C03733C} + +D_ANDROSS_C037E3C: + {type: SF64:SCRIPT, offset: 0xC037E3C, symbol: D_ANDROSS_C037E3C} + +D_ANDROSS_C037FCC: + {type: SF64:HITBOX, offset: 0xC037FCC, symbol: D_ANDROSS_C037FCC} + +D_ANDROSS_C0380C0: + {type: SF64:HITBOX, offset: 0xC0380C0, symbol: D_ANDROSS_C0380C0} + +D_ANDROSS_C0381B4: + {type: SF64:HITBOX, offset: 0xC0381B4, symbol: D_ANDROSS_C0381B4} + +D_ANDROSS_C0382A8: + {type: SF64:HITBOX, offset: 0xC0382A8, symbol: D_ANDROSS_C0382A8} + +D_ANDROSS_C03839C: + {type: SF64:HITBOX, offset: 0xC03839C, symbol: D_ANDROSS_C03839C} + +D_ANDROSS_C038490: + {type: SF64:HITBOX, offset: 0xC038490, symbol: D_ANDROSS_C038490} + +D_ANDROSS_C038584: + {type: SF64:HITBOX, offset: 0xC038584, symbol: D_ANDROSS_C038584} + +D_ANDROSS_C038678: + {type: SF64:HITBOX, offset: 0xC038678, symbol: D_ANDROSS_C038678} + +D_ANDROSS_C03876C: + {type: SF64:HITBOX, offset: 0xC03876C, symbol: D_ANDROSS_C03876C} + +D_ANDROSS_C038860: + {type: SF64:HITBOX, offset: 0xC038860, symbol: D_ANDROSS_C038860} + +D_ANDROSS_C038954: + {type: SF64:HITBOX, offset: 0xC038954, symbol: D_ANDROSS_C038954} + +aAndDoorHitbox: + {type: SF64:HITBOX, offset: 0xC038A48, symbol: aAndDoorHitbox} + +D_ANDROSS_C038AC4: + {type: SF64:HITBOX, offset: 0xC038AC4, symbol: D_ANDROSS_C038AC4} + +aAndPathHitbox: + {type: SF64:HITBOX, offset: 0xC038B40, symbol: aAndPathHitbox} + +aAndPathIntersectionHitbox: + {type: SF64:HITBOX, offset: 0xC038BA4, symbol: aAndPathIntersectionHitbox} + +aAndPassageHitbox: + {type: SF64:HITBOX, offset: 0xC038BD8, symbol: aAndPassageHitbox} + +D_ANDROSS_C038CCC: + {type: SF64:HITBOX, offset: 0xC038CCC, symbol: D_ANDROSS_C038CCC} + +aAndAndrossHitbox: + {type: SF64:HITBOX, offset: 0xC038DC0, symbol: aAndAndrossHitbox} + +aAndBrainHitbox: + {type: SF64:HITBOX, offset: 0xC038F24, symbol: aAndBrainHitbox} + +D_ANDROSS_C038FE8: + {type: VTX, count: 34, offset: 0xC038FE8, symbol: D_ANDROSS_C038FE8} + +D_ANDROSS_C039208: + {type: GFX, offset: 0xC039208, symbol: D_ANDROSS_C039208} + +D_ANDROSS_C039290: + {type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0xC039290, symbol: D_ANDROSS_C039290} + +D_ANDROSS_C03A290: + {type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0xC03A290, symbol: D_ANDROSS_C03A290} + + + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_aquas.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_aquas.yaml new file mode 100644 index 0000000..cc82820 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_aquas.yaml @@ -0,0 +1,777 @@ +:config: + segments: + - [0x06, 0xA58F60] + header: + code: + - '#include "assets/ast_aquas.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aAqTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 13, offset: 0x6000000, symbol: aAqTitleCardTex } + +aAqSquidAnim: + { type: SF64:ANIM, offset: 0x6000AE4, symbol: aAqSquidAnim } + +aAqSquidSkel: + { type: SF64:SKELETON, offset: 0x6000DB0, symbol: aAqSquidSkel } + +aAqShellDL: + { type: GFX, offset: 0x6000E10, symbol: aAqShellDL } + +D_AQ_6001130: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001130, symbol: D_AQ_6001130 } + +aAqAnglerFishAnim: + { type: SF64:ANIM, offset: 0x6002628, symbol: aAqAnglerFishAnim } + +aAqAnglerFishSkel: + { type: SF64:SKELETON, offset: 0x6002874, symbol: aAqAnglerFishSkel } + +# +aAqOysterDL: + { type: GFX, offset: 0x6002C10, symbol: aAqOysterDL } + +D_AQ_6002D58: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6002D58, symbol: D_AQ_6002D58, tlut: 0x6003158 } + +D_AQ_6003158: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6003158, symbol: D_AQ_6003158 } + +D_AQ_6003350: + { type: GFX, offset: 0x6003350, symbol: D_AQ_6003350 } + +D_AQ_6003610: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6003610, symbol: D_AQ_6003610 } + +D_AQ_60043B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60043B0, symbol: D_AQ_60043B0 } + +D_AQ_6004BB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6004BB0, symbol: D_AQ_6004BB0 } + +D_AQ_60040F0: + { type: GFX, offset: 0x60040F0, symbol: D_AQ_60040F0 } + +D_AQ_6004DB0: + { type: GFX, offset: 0x6004DB0, symbol: D_AQ_6004DB0 } + +D_AQ_60050F0: + { type: GFX, offset: 0x60050F0, symbol: D_AQ_60050F0 } + +aAqSculpinAnim: + { type: SF64:ANIM, offset: 0x6005954, symbol: aAqSculpinAnim } + +aAqSculpinSkel: + { type: SF64:SKELETON, offset: 0x6005A80, symbol: aAqSculpinSkel } + +D_AQ_6006160: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006160, symbol: D_AQ_6006160 } + +D_AQ_6006960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006960, symbol: D_AQ_6006960 } + +D_AQ_6007160: + { type: GFX, offset: 0x6007160, symbol: D_AQ_6007160 } + +D_AQ_6007378: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007378, symbol: D_AQ_6007378 } + +D_AQ_6007B80: + { type: GFX, offset: 0x6007B80, symbol: D_AQ_6007B80 } + +D_AQ_6007D70: + { type: GFX, offset: 0x6007D70, symbol: D_AQ_6007D70 } + +D_AQ_6007F68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007F68, symbol: D_AQ_6007F68 } + +D_AQ_6003FF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 32, offset: 0x6003FF0, symbol: D_AQ_6003FF0 } + +D_AQ_6008168: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008168, symbol: D_AQ_6008168 } + +aAqStarfishDL: + { type: GFX, offset: 0x6008970, symbol: aAqStarfishDL } + +D_AQ_6008EC8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6008EC8, symbol: D_AQ_6008EC8, tlut: 0x6008FC8 } + +D_AQ_6008FC8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x6008FC8, symbol: D_AQ_6008FC8 } + +D_AQ_6009188: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6009188, symbol: D_AQ_6009188 } + +D_AQ_6009990: + { type: GFX, offset: 0x6009990, symbol: D_AQ_6009990 } + +D_AQ_6009C28: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6009C28, symbol: D_AQ_6009C28, tlut: 0x600A028 } + +D_AQ_600A028: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x600A028, symbol: D_AQ_600A028 } + +D_AQ_600A220: + { type: GFX, offset: 0x600A220, symbol: D_AQ_600A220 } + +D_AQ_600A480: + { type: GFX, offset: 0x600A480, symbol: D_AQ_600A480 } + +D_AQ_600A520: + { type: GFX, offset: 0x600A520, symbol: D_AQ_600A520 } + +D_AQ_600A720: + { type: GFX, offset: 0x600A720, symbol: D_AQ_600A720 } + +D_AQ_600A840: + { type: GFX, offset: 0x600A840, symbol: D_AQ_600A840 } + +D_AQ_600A8E0: + { type: GFX, offset: 0x600A8E0, symbol: D_AQ_600A8E0 } + +D_AQ_600A970: + { type: GFX, offset: 0x600A970, symbol: D_AQ_600A970 } + +D_AQ_600AB10: + { type: GFX, offset: 0x600AB10, symbol: D_AQ_600AB10 } + +D_AQ_600AB68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600AB68, symbol: D_AQ_600AB68 } + +D_AQ_600BD20: + { type: GFX, offset: 0x600BD20, symbol: D_AQ_600BD20 } + +D_AQ_600B518: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600B518, symbol: D_AQ_600B518 } + +aAqTunnel2DL: + { type: GFX, offset: 0x600BF80, symbol: aAqTunnel2DL } + +D_AQ_600C530: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x600C530, symbol: D_AQ_600C530, tlut: 0x600C930 } + +D_AQ_600C930: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x600C930, symbol: D_AQ_600C930 } + +D_AQ_600CB20: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x600CB20, symbol: D_AQ_600CB20, tlut: 0x600CF20 } + +D_AQ_600CF20: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 104, offset: 0x600CF20, symbol: D_AQ_600CF20 } + +D_AQ_600CFF0: + { type: GFX, offset: 0x600CFF0, symbol: D_AQ_600CFF0 } + +D_AQ_600D390: + { type: GFX, offset: 0x600D390, symbol: D_AQ_600D390 } + +D_AQ_600D4A0: + { type: GFX, offset: 0x600D4A0, symbol: D_AQ_600D4A0 } + +D_AQ_600D720: + { type: GFX, offset: 0x600D720, symbol: D_AQ_600D720 } + +D_AQ_600D810: + { type: GFX, offset: 0x600D810, symbol: D_AQ_600D810 } + +D_AQ_600D900: + { type: GFX, offset: 0x600D900, symbol: D_AQ_600D900 } + +D_AQ_600DB80: + { type: GFX, offset: 0x600DB80, symbol: D_AQ_600DB80 } + +D_AQ_600DF48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600DF48, symbol: D_AQ_600DF48 } + +D_AQ_600E150: + { type: GFX, offset: 0x600E150, symbol: D_AQ_600E150 } + +D_AQ_600E368: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600E368, symbol: D_AQ_600E368 } + +aAqWall1DL: + { type: GFX, offset: 0x600EE10, symbol: aAqWall1DL } + +aAqBump2DL: + { type: GFX, offset: 0x600EEF0, symbol: aAqBump2DL } + +D_AQ_600F030: + { type: GFX, offset: 0x600F030, symbol: D_AQ_600F030 } + +D_AQ_600F1A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600F1A0, symbol: D_AQ_600F1A0 } + +D_AQ_600F9A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600F9A0, symbol: D_AQ_600F9A0 } + +D_AQ_60101A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60101A0, symbol: D_AQ_60101A0 } + +D_AQ_60109A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60109A0, symbol: D_AQ_60109A0 } + +D_AQ_60111A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60111A0, symbol: D_AQ_60111A0 } + +D_AQ_60119A0: + { type: GFX, offset: 0x60119A0, symbol: D_AQ_60119A0 } + +D_AQ_6011A78: + { type: VTX, count: 38, offset: 0x6011A78, symbol: D_AQ_6011A78 } + +D_AQ_6011CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6011CD8, symbol: D_AQ_6011CD8 } + +aAqTunnel1DL: + { type: GFX, offset: 0x6011EE0, symbol: aAqTunnel1DL } + +aAqRoofDL: + { type: GFX, offset: 0x60120F0, symbol: aAqRoofDL } + +D_AQ_60126A8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 64, offset: 0x60126A8, symbol: D_AQ_60126A8, tlut: 0x6012AA8 } + +D_AQ_6012AA8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6012AA8, symbol: D_AQ_6012AA8 } + +D_AQ_6012C98: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6012C98, symbol: D_AQ_6012C98, tlut: 0x6012D98 } + +D_AQ_6012D98: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x6012D98, symbol: D_AQ_6012D98 } + +D_AQ_6012EA8: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6012EA8, symbol: D_AQ_6012EA8, tlut: 0x60132A8 } + +D_AQ_60132A8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x60132A8, symbol: D_AQ_60132A8 } + +aAqFishGroupAnim: + { type: SF64:ANIM, offset: 0x60135E0, symbol: aAqFishGroupAnim } + +aAqFishGroupSkel1: + { type: SF64:SKELETON, offset: 0x60136CC, symbol: aAqFishGroupSkel1 } + +aAqFishGroupSkel2: + { type: SF64:SKELETON, offset: 0x60137CC, symbol: aAqFishGroupSkel2 } + +D_AQ_60137F0: + { type: GFX, offset: 0x60137F0, symbol: D_AQ_60137F0 } + +D_AQ_6013CC0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 32, offset: 0x6013CC0, symbol: D_AQ_6013CC0, tlut: 0x6013EC0 } + +D_AQ_6013EC0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 184, offset: 0x6013EC0, symbol: D_AQ_6013EC0 } + +D_AQ_6014030: + { type: GFX, offset: 0x6014030, symbol: D_AQ_6014030 } + +aAqStoneColumnAnim: + { type: SF64:ANIM, offset: 0x6014438, symbol: aAqStoneColumnAnim } + +aAqStoneColumnSkel: + { type: SF64:SKELETON, offset: 0x6014504, symbol: aAqStoneColumnSkel } + +D_AQ_6014520: + { type: GFX, offset: 0x6014520, symbol: D_AQ_6014520 } + +D_AQ_60148B0: + { type: GFX, offset: 0x60148B0, symbol: D_AQ_60148B0 } + +D_AQ_6014CD0: + { type: GFX, offset: 0x6014CD0, symbol: D_AQ_6014CD0 } + +D_AQ_6014E50: + { type: GFX, offset: 0x6014E50, symbol: D_AQ_6014E50 } + +aAqBoulderDL: + { type: GFX, offset: 0x6014FD0, symbol: aAqBoulderDL } + +D_AQ_6015430: + { type: GFX, offset: 0x6015430, symbol: D_AQ_6015430 } + +D_AQ_60154F8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x60154F8, symbol: D_AQ_60154F8, tlut: 0x60155F8 } + +D_AQ_60155F8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x60155F8, symbol: D_AQ_60155F8 } + +aAqArchDL: + { type: GFX, offset: 0x6015730, symbol: aAqArchDL } + +D_AQ_6015DD0: + { type: GFX, offset: 0x6015DD0, symbol: D_AQ_6015DD0 } + +D_AQ_6015FF0: + { type: GFX, offset: 0x6015FF0, symbol: D_AQ_6015FF0 } + +D_AQ_6017BD8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6017BD8, symbol: D_AQ_6017BD8, tlut: 0x6017CD8 } + +D_AQ_6017CD8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6017CD8, symbol: D_AQ_6017CD8 } + +D_AQ_6018640: + { type: GFX, offset: 0x6018640, symbol: D_AQ_6018640 } + +D_AQ_6018878: + { type: VTX, count: 64, offset: 0x6018878, symbol: D_AQ_6018878 } + +D_AQ_6018C78: + { type: VTX, count: 64, offset: 0x6018C78, symbol: D_AQ_6018C78 } + +D_AQ_6019078: + { type: VTX, count: 28, offset: 0x6019078, symbol: D_AQ_6019078 } + +D_AQ_6019238: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6019238, symbol: D_AQ_6019238, tlut: 0x6019338 } + +D_AQ_6019338: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6019338, symbol: D_AQ_6019338 } + +D_AQ_60194D0: + { type: GFX, offset: 0x60194D0, symbol: D_AQ_60194D0 } + +D_AQ_6019880: + { type: GFX, offset: 0x6019880, symbol: D_AQ_6019880 } + +D_AQ_6019C28: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6019C28, symbol: D_AQ_6019C28, tlut: 0x6019D28 } + +D_AQ_6019D28: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 168, offset: 0x6019D28, symbol: D_AQ_6019D28 } + +D_AQ_6019E80: + { type: GFX, offset: 0x6019E80, symbol: D_AQ_6019E80 } + +D_AQ_601A308: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x601A308, symbol: D_AQ_601A308, tlut: 0x601A708 } + +D_AQ_601A708: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x601A708, symbol: D_AQ_601A708 } + +D_AQ_601AE70: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x601AE70, symbol: D_AQ_601AE70, tlut: 0x601AF70 } + +D_AQ_601AF70: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x601AF70, symbol: D_AQ_601AF70 } + +D_AQ_601AFF0: + { type: GFX, offset: 0x601AFF0, symbol: D_AQ_601AFF0 } + +D_AQ_601B080: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601C110, symbol: D_AQ_601C110 } + +D_AQ_601C080: + { type: GFX, offset: 0x601C080, symbol: D_AQ_601C080 } + +D_AQ_601C110: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601B080, symbol: D_AQ_601B080 } + +D_AQ_601D110: + { type: GFX, offset: 0x601D110, symbol: D_AQ_601D110 } + +D_AQ_601DE50: + { type: SF64:ANIM, offset: 0x601DE50, symbol: D_AQ_601DE50 } + +aAqCoralReef2DL: + { type: GFX, offset: 0x601DE60, symbol: aAqCoralReef2DL } + +D_AQ_601E1F0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601E1F0, symbol: D_AQ_601E1F0 } + +D_AQ_601E9F0: + { type: GFX, offset: 0x601E9F0, symbol: D_AQ_601E9F0 } + +aAqCoralAnim: + { type: SF64:ANIM, offset: 0x601EC68, symbol: aAqCoralAnim } + +aAqCoralSkel: + { type: SF64:SKELETON, offset: 0x601EDB4, symbol: aAqCoralSkel } + +D_AQ_601EDE0: + { type: GFX, offset: 0x601EDE0, symbol: D_AQ_601EDE0 } + +D_AQ_601F2F0: + { type: GFX, offset: 0x601F2F0, symbol: D_AQ_601F2F0 } + +D_AQ_601F830: + { type: GFX, offset: 0x601F830, symbol: D_AQ_601F830 } + +D_AQ_601FD70: + { type: GFX, offset: 0x601FD70, symbol: D_AQ_601FD70 } + +aAqSeaweedAnim: + { type: SF64:ANIM, offset: 0x6020A40, symbol: aAqSeaweedAnim } + +aAqSeaweedSkel: + { type: SF64:SKELETON, offset: 0x6020C6C, symbol: aAqSeaweedSkel } + +D_AQ_6021058: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6021058, symbol: D_AQ_6021058 } + +D_AQ_6021858: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6021858, symbol: D_AQ_6021858, tlut: 0x6021C58 } + +D_AQ_6021C58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x6021C58, symbol: D_AQ_6021C58 } + +aAqOysterAnim: + { type: SF64:ANIM, offset: 0x602201C, symbol: aAqOysterAnim } + +aAqOysterSkel: + { type: SF64:SKELETON, offset: 0x60220E8, symbol: aAqOysterSkel } + +D_AQ_6022110: + { type: GFX, offset: 0x6022110, symbol: D_AQ_6022110 } + +D_AQ_6022198: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6022198, symbol: D_AQ_6022198, tlut: 0x6022598 } + +D_AQ_6022598: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x6022598, symbol: D_AQ_6022598 } + +D_AQ_6022788: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6022788, symbol: D_AQ_6022788, tlut: 0x6022888 } + +D_AQ_6022888: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x6022888, symbol: D_AQ_6022888 } + +D_AQ_60229B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60229B8, symbol: D_AQ_60229B8 } + +aAqCoralReef1DL: + { type: GFX, offset: 0x60231C0, symbol: aAqCoralReef1DL } + +aAqJellyfishAnim: + { type: SF64:ANIM, offset: 0x6023780, symbol: aAqJellyfishAnim } + +aAqJellyfishSkel: + { type: SF64:SKELETON, offset: 0x602390C, symbol: aAqJellyfishSkel } + +D_AQ_6023940: + { type: GFX, offset: 0x6023940, symbol: D_AQ_6023940 } + +D_AQ_6023B80: + { type: GFX, offset: 0x6023B80, symbol: D_AQ_6023B80 } + +D_AQ_6023D70: + { type: GFX, offset: 0x6023D70, symbol: D_AQ_6023D70 } + +D_AQ_6023EB0: + { type: GFX, offset: 0x6023EB0, symbol: D_AQ_6023EB0 } + +D_AQ_6023F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023F38, symbol: D_AQ_6023F38 } + +D_AQ_6024738: + { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x6024738, symbol: D_AQ_6024738 } + +D_AQ_6024938: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6024938, symbol: D_AQ_6024938 } + +D_AQ_60249C0: + { type: GFX, offset: 0x60249C0, symbol: D_AQ_60249C0 } + +aAqPearlDL: + { type: GFX, offset: 0x6024A50, symbol: aAqPearlDL } + +D_AQ_6024F80: + { type: SF64:ANIM, offset: 0x6024F80, symbol: D_AQ_6024F80 } + +aAqGaroaSkel: + { type: SF64:SKELETON, offset: 0x602512C, symbol: aAqGaroaSkel } + +aAqSpindlyFishAnim: + { type: SF64:ANIM, offset: 0x60260EC, symbol: aAqSpindlyFishAnim } + +aAqSpindlyFishSkel: + { type: SF64:SKELETON, offset: 0x60263F8, symbol: aAqSpindlyFishSkel } + +D_AQ_6026460: + { type: GFX, offset: 0x6026460, symbol: D_AQ_6026460 } + +D_AQ_60266B0: + { type: GFX, offset: 0x60266B0, symbol: D_AQ_60266B0 } + +D_AQ_6026950: + { type: GFX, offset: 0x6026950, symbol: D_AQ_6026950 } + +D_AQ_6026BF0: + { type: GFX, offset: 0x6026BF0, symbol: D_AQ_6026BF0 } + +D_AQ_6026C80: + { type: GFX, offset: 0x6026C80, symbol: D_AQ_6026C80 } + +D_AQ_6026D10: + { type: GFX, offset: 0x6026D10, symbol: D_AQ_6026D10 } + +D_AQ_6026DA0: + { type: GFX, offset: 0x6026DA0, symbol: D_AQ_6026DA0 } + +D_AQ_6026E30: + { type: GFX, offset: 0x6026E30, symbol: D_AQ_6026E30 } + +D_AQ_6026EC0: + { type: GFX, offset: 0x6026EC0, symbol: D_AQ_6026EC0 } + +D_AQ_6026F60: + { type: GFX, offset: 0x6026F60, symbol: D_AQ_6026F60 } + +D_AQ_6027330: + { type: GFX, offset: 0x6027330, symbol: D_AQ_6027330 } + +D_AQ_60273C0: + { type: GFX, offset: 0x60273C0, symbol: D_AQ_60273C0 } + +D_AQ_6027460: + { type: GFX, offset: 0x6027460, symbol: D_AQ_6027460 } + +D_AQ_60276F0: + { type: GFX, offset: 0x60276F0, symbol: D_AQ_60276F0 } + +D_AQ_6027810: + { type: GFX, offset: 0x6027810, symbol: D_AQ_6027810 } + +D_AQ_6027930: + { type: GFX, offset: 0x6027930, symbol: D_AQ_6027930 } + +D_AQ_6027C90: + { type: GFX, offset: 0x6027C90, symbol: D_AQ_6027C90 } + +D_AQ_6027FA0: + { type: GFX, offset: 0x6027FA0, symbol: D_AQ_6027FA0 } + +D_AQ_6028240: + { type: GFX, offset: 0x6028240, symbol: D_AQ_6028240 } + +D_AQ_6028550: + { type: GFX, offset: 0x6028550, symbol: D_AQ_6028550 } + +D_AQ_60287F0: + { type: GFX, offset: 0x60287F0, symbol: D_AQ_60287F0 } + +D_AQ_6028910: + { type: GFX, offset: 0x6028910, symbol: D_AQ_6028910 } + +D_AQ_6028A80: + { type: GFX, offset: 0x6028A80, symbol: D_AQ_6028A80 } + +D_AQ_6028F50: + { type: GFX, offset: 0x6028F50, symbol: D_AQ_6028F50 } + +D_AQ_60290C0: + { type: GFX, offset: 0x60290C0, symbol: D_AQ_60290C0 } + +D_AQ_60291B0: + { type: GFX, offset: 0x60291B0, symbol: D_AQ_60291B0 } + +D_AQ_6029240: + { type: GFX, offset: 0x6029240, symbol: D_AQ_6029240 } + +D_AQ_6029330: + { type: GFX, offset: 0x6029330, symbol: D_AQ_6029330 } + +D_AQ_60294A0: + { type: GFX, offset: 0x60294A0, symbol: D_AQ_60294A0 } + +D_AQ_6029530: + { type: GFX, offset: 0x6029530, symbol: D_AQ_6029530 } + +D_AQ_60296A0: + { type: GFX, offset: 0x60296A0, symbol: D_AQ_60296A0 } + +D_AQ_6029790: + { type: GFX, offset: 0x6029790, symbol: D_AQ_6029790 } + +D_AQ_6029900: + { type: GFX, offset: 0x6029900, symbol: D_AQ_6029900 } + +D_AQ_602AC28: + { type: SF64:ANIM, offset: 0x602AC28, symbol: D_AQ_602AC28 } + +D_AQ_602AC40: + { type: GFX, offset: 0x602AC40, symbol: D_AQ_602AC40 } + +D_AQ_602ACC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602ACC0, symbol: D_AQ_602ACC0 } + +aAqRockDL: + { type: GFX, offset: 0x602B4C0, symbol: aAqRockDL } + +D_AQ_602B9D4: # unused and possibly broken + { type: SF64:ANIM, offset: 0x602B9D4, symbol: D_AQ_602B9D4 } + +D_AQ_602BD60: + { type: SF64:SKELETON, offset: 0x602BD60, symbol: D_AQ_602BD60 } + +D_AQ_602BF88: + { type: SF64:ANIM, offset: 0x602BF88, symbol: D_AQ_602BF88 } + +D_AQ_602C014: + { type: SF64:SKELETON, offset: 0x602C014, symbol: D_AQ_602C014 } + +D_AQ_602C030: + { type: GFX, offset: 0x602C030, symbol: D_AQ_602C030 } + +D_AQ_602C088: + { type: GFX, offset: 0x602C088, symbol: D_AQ_602C088 } + +D_AQ_602C160: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C160, symbol: D_AQ_602C160 } + +D_AQ_602C960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C960, symbol: D_AQ_602C960 } + +D_AQ_602DA28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DA28, symbol: D_AQ_602DA28 } + +D_AQ_602DC28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DC28, symbol: D_AQ_602DC28 } + +D_AQ_602DE28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DE28, symbol: D_AQ_602DE28 } + +D_AQ_602E028: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602E028, symbol: D_AQ_602E028 } + +D_AQ_602E540: + { type: SF64:ENVIRONMENT, offset: 0x602E540, symbol: D_AQ_602E540 } + +D_AQ_602E584: + { type: SF64:ENVIRONMENT, offset: 0x602E584, symbol: D_AQ_602E584 } + +D_AQ_602E5C8: + { type: SF64:OBJECT_INIT, offset: 0x602E5C8, symbol: D_AQ_602E5C8 } + +D_AQ_60308B8: + { type: SF64:SCRIPT, offset: 0x60308B8, symbol: D_AQ_60308B8 } + +aBoss301Hitbox: + { type: SF64:HITBOX, offset: 0x6030B10, symbol: aBoss301Hitbox } + +aAqShellHitbox: + { type: SF64:HITBOX, offset: 0x6030B14, symbol: aAqShellHitbox } + +aAqStarfishHitbox: + { type: SF64:HITBOX, offset: 0x6030B30, symbol: aAqStarfishHitbox } + +aAqOysterEvHitbox: + { type: SF64:HITBOX, offset: 0x6030B4C, symbol: aAqOysterEvHitbox } + +D_AQ_6030B68: + { type: SF64:HITBOX, offset: 0x6030B68, symbol: D_AQ_6030B68 } + +D_AQ_6030BAC: + { type: SF64:HITBOX, offset: 0x6030BAC, symbol: D_AQ_6030BAC } + +aAqActor188Hitbox: + { type: SF64:HITBOX, offset: 0x6030BE0, symbol: aAqActor188Hitbox } + +aAqActor255Hitbox: + { type: SF64:HITBOX, offset: 0x6030BFC, symbol: aAqActor255Hitbox } + +aAqActor256Hitbox: + { type: SF64:HITBOX, offset: 0x6030C18, symbol: aAqActor256Hitbox } + +aAqActor257Hitbox: + { type: SF64:HITBOX, offset: 0x6030C44, symbol: aAqActor257Hitbox } + +aAqCoralReef1Hitbox: + { type: SF64:HITBOX, offset: 0x6030C60, symbol: aAqCoralReef1Hitbox } + +aAqTunnel1Hitbox: + { type: SF64:HITBOX, offset: 0x6030C7C, symbol: aAqTunnel1Hitbox } + +aAqStoneColumnHitbox: + { type: SF64:HITBOX, offset: 0x6030D20, symbol: aAqStoneColumnHitbox } + +D_AQ_6030D3C: + { type: SF64:HITBOX, offset: 0x6030D3C, symbol: D_AQ_6030D3C } + +D_AQ_6030D58: + { type: SF64:HITBOX, offset: 0x6030D58, symbol: D_AQ_6030D58 } + +aAqArchHitbox: + { type: SF64:HITBOX, offset: 0x6030D74, symbol: aAqArchHitbox } + +aAqCoralReef2Hitbox: + { type: SF64:HITBOX, offset: 0x6030DF8, symbol: aAqCoralReef2Hitbox } + +aAqRockHitbox: + { type: SF64:HITBOX, offset: 0x6030E14, symbol: aAqRockHitbox } + +aAqWall1Hitbox: + { type: SF64:HITBOX, offset: 0x6030E30, symbol: aAqWall1Hitbox } + +aAqRoofHitbox: + { type: SF64:HITBOX, offset: 0x6030E4C, symbol: aAqRoofHitbox } + +aAqTunnel2Hitbox: + { type: SF64:HITBOX, offset: 0x6030E68, symbol: aAqTunnel2Hitbox } + +aAqBacoonHitbox: + { type: SF64:HITBOX, offset: 0x6030F74, symbol: aAqBacoonHitbox } + +aAqAnglerFishHitbox: + { type: SF64:HITBOX, offset: 0x6031398, symbol: aAqAnglerFishHitbox } + +aAqGaroaHitbox: + { type: SF64:HITBOX, offset: 0x60313CC, symbol: aAqGaroaHitbox } + +aAqSculpinHitbox: + { type: SF64:HITBOX, offset: 0x6031400, symbol: aAqSculpinHitbox } + +aAqSpindlyFishHitbox: + { type: SF64:HITBOX, offset: 0x603144C, symbol: aAqSpindlyFishHitbox } + +aAqSquidHitbox: + { type: SF64:HITBOX, offset: 0x6031480, symbol: aAqSquidHitbox } + +D_AQ_60314AC: + { type: SF64:HITBOX, offset: 0x60314AC, symbol: D_AQ_60314AC } + +aAqOysterHitbox: + { type: SF64:HITBOX, offset: 0x60314C8, symbol: aAqOysterHitbox } + +D_AQ_60314E4: + { type: SF64:HITBOX, offset: 0x60314E4, symbol: D_AQ_60314E4 } + +aAqBoulderHitbox: + { type: SF64:HITBOX, offset: 0x6031500, symbol: aAqBoulderHitbox } + +D_AQ_603151C: + { type: SF64:HITBOX, offset: 0x603151C, symbol: D_AQ_603151C } + +aAqCoralHitbox: + { type: SF64:HITBOX, offset: 0x6031538, symbol: aAqCoralHitbox } + +aAqJellyfishHitbox: + { type: SF64:HITBOX, offset: 0x6031554, symbol: aAqJellyfishHitbox } + +aAqFishGroupHitbox: + { type: SF64:HITBOX, offset: 0x6031570, symbol: aAqFishGroupHitbox } + +D_AQ_603158C: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x603158C, symbol: D_AQ_603158C } + +D_AQ_6031D90: + { type: VTX, count: 34, offset: 0x6031D90, symbol: D_AQ_6031D90 } + +D_AQ_6031FB0: + { type: SF64:TRIANGLE, count: 8, offset: 0x6031FB0, symbol: D_AQ_6031FB0, mesh_symbol: D_AQ_OFFSET, mesh_count: 2} + +D_AQ_60320B8: + { type: SF64:TRIANGLE, count: 30, offset: 0x60320B8, symbol: D_AQ_60320B8, mesh_symbol: D_AQ_OFFSET } + +D_AQ_6032388: + { type: SF64:TRIANGLE, count: 28, offset: 0x6032388, symbol: D_AQ_6032388, mesh_symbol: D_AQ_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_area_6.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_area_6.yaml new file mode 100644 index 0000000..c725b46 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_area_6.yaml @@ -0,0 +1,253 @@ +:config: + segments: + - [0x06, 0xA8B470] + header: + code: + - '#include "assets/ast_area_6.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +aA6TitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 104, height: 28, offset: 0x6000000, symbol: aA6TitleCardTex } + +D_A6_6000B60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06000B60, symbol: D_A6_6000B60 } + +D_A6_6001A80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06001A80, symbol: D_A6_6001A80 } + +D_A6_60029A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060029A0, symbol: D_A6_60029A0 } + +D_A6_60038C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060038C0, symbol: D_A6_60038C0 } + +D_A6_60047E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060047E0, symbol: D_A6_60047E0 } + +D_A6_6005700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06005700, symbol: D_A6_6005700 } + +D_A6_6006620: + { type: TEXTURE, ctype: u8, format: CI4, width: 48, height: 44, offset: 0x06006620, symbol: D_A6_6006620, tlut: 0x06006A40 } + +D_A6_6006A40: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 4, offset: 0x6006A40, symbol: D_A6_6006A40} + +D_A6_6008918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008918, symbol: D_A6_6008918 } + +D_A6_6008B18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008B18, symbol: D_A6_6008B18 } + +D_A6_6008D18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06008D18, symbol: D_A6_6008D18 } + +D_A6_6008F18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06008F18, symbol: D_A6_6008F18 } + +D_A6_6009718: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06009718, symbol: D_A6_6009718 } + +D_A6_6009B18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009B18, symbol: D_A6_6009B18 } + +aA6UmbraStationDL: + { type: GFX, offset: 0x600E0C0, symbol: aA6UmbraStationDL } + +D_A6_600EBE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x0600EBE8, symbol: D_A6_600EBE8 } + +D_A6_600EFE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0600EFE8, symbol: D_A6_600EFE8 } + +D_A6_600F1F0: + { type: GFX, offset: 0x600F1F0, symbol: D_A6_600F1F0 } + +D_A6_600F850: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F850, symbol: D_A6_600F850 } + +D_A6_6010A88: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010A88, symbol: D_A6_6010A88 } + +D_A6_6011288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06011288, symbol: D_A6_6011288 } + +D_A6_6011688: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06011688, symbol: D_A6_6011688 } + +D_A6_6011888: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06011888, symbol: D_A6_6011888 } + +D_A6_6011910: + { type: GFX, offset: 0x6011910, symbol: D_A6_6011910 } + +D_A6_6011D48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06011D48, symbol: D_A6_6011D48 } + +D_A6_6012550: + { type: GFX, offset: 0x6012550, symbol: D_A6_6012550 } + +D_A6_6012840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012840, symbol: D_A6_6012840 } + +aA6HarlockFrigateDL: + { type: GFX, offset: 0x6012A40, symbol: aA6HarlockFrigateDL } + +D_A6_6013CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013CD8, symbol: D_A6_6013CD8 } + +D_A6_60144D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060144D8, symbol: D_A6_60144D8 } + +D_A6_6014CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06014CD8, symbol: D_A6_6014CD8 } + +D_A6_60154D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060154D8, symbol: D_A6_60154D8 } + +D_A6_6015CD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015CD8, symbol: D_A6_6015CD8 } + +D_A6_6015EE0: + { type: GFX, offset: 0x6015EE0, symbol: D_A6_6015EE0 } + +aA6ZeramClassCruiserDL: + { type: GFX, offset: 0x6016190, symbol: aA6ZeramClassCruiserDL } + +D_A6_6017120: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06017120, symbol: D_A6_6017120 } + +D_A6_6017920: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017920, symbol: D_A6_6017920 } + +D_A6_6017B20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017B20, symbol: D_A6_6017B20 } + +D_A6_6017D20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06017D20, symbol: D_A6_6017D20 } + +D_A6_6017F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06017F20, symbol: D_A6_6017F20 } + +D_A6_6018720: + { type: GFX, offset: 0x6018720, symbol: D_A6_6018720 } + +D_A6_60187F8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x60187F8, symbol: D_A6_60187F8, tlut: 0x6018878} + +D_A6_6018878: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x6018878, symbol: D_A6_6018878} + +D_A6_6018994: + { type: SF64:ANIM, offset: 0x6018994, symbol: D_A6_6018994 } + +D_A6_6018BA0: + { type: SF64:SKELETON, offset: 0x6018BA0, symbol: D_A6_6018BA0 } + +aA6NinjinMissileDL: + { type: GFX, offset: 0x6018BF0, symbol: aA6NinjinMissileDL } + +D_A6_6019130: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019130, symbol: D_A6_6019130 } + +D_A6_6019330: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019330, symbol: D_A6_6019330 } + +D_A6_6019530: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019530, symbol: D_A6_6019530 } + +aA6RocketDL: + { type: GFX, offset: 0x6019730, symbol: aA6RocketDL } + +D_A6_6019B20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019B20, symbol: D_A6_6019B20 } + +D_A6_6019D20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019D20, symbol: D_A6_6019D20 } + +D_A6_6019F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019F20, symbol: D_A6_6019F20 } + +aA6SpaceMineDL: + { type: GFX, offset: 0x601A120, symbol: aA6SpaceMineDL } + +D_A6_601A220: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601A220, symbol: D_A6_601A220 } + +D_A6_601AA20: + { type: GFX, offset: 0x601AA20, symbol: D_A6_601AA20 } + +D_A6_601AAA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AAA8, symbol: D_A6_601AAA8 } + +D_A6_601B2B0: + { type: GFX, offset: 0x601B2B0, symbol: D_A6_601B2B0 } + +D_A6_601B338: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601B338, symbol: D_A6_601B338 } + +D_A6_601BB40: + { type: GFX, offset: 0x601BB40, symbol: D_A6_601BB40 } + +D_A6_601BF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601BF20, symbol: D_A6_601BF20 } + +D_A6_601CF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601CF20, symbol: D_A6_601CF20 } + +D_A6_601DF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601DF20, symbol: D_A6_601DF20 } + +D_A6_601EF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601EF20, symbol: D_A6_601EF20 } + +D_A6_601FF20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601FF20, symbol: D_A6_601FF20 } + +D_A6_6020F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020F20, symbol: D_A6_6020F20 } + +D_A6_6021F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021F20, symbol: D_A6_6021F20 } + +D_A6_6022F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06022F20, symbol: D_A6_6022F20 } + +D_A6_6023F20: + { type: SF64:ENVIRONMENT, offset: 0x6023F20, symbol: D_A6_6023F20} + +D_A6_6023F64: + { type: SF64:OBJECT_INIT, offset: 0x6023F64, symbol: D_A6_6023F64} + +D_A6_6027F50: + { type: SF64:SCRIPT, offset: 0x6027F50, symbol: D_A6_6027F50} + +aA6UmbraStationHitbox: + { type: SF64:HITBOX, offset: 0x60280E0, symbol: aA6UmbraStationHitbox } + +aA6HarlockFrigateHitbox: + { type: SF64:HITBOX, offset: 0x6028254, symbol: aA6HarlockFrigateHitbox } + +aA6ZeramClassCruiserHitbox: + { type: SF64:HITBOX, offset: 0x60282A0, symbol: aA6ZeramClassCruiserHitbox } + +aA6GorgonHitbox: + { type: SF64:HITBOX, offset: 0x6028454, symbol: aA6GorgonHitbox } + +D_A6_6028578: + { type: SF64:HITBOX, offset: 0x6028578, symbol: D_A6_6028578 } + +D_A6_6028760: + { type: SF64:ENVIRONMENT, offset: 0x6028760, symbol: D_A6_6028760} + +D_A6_60287A4: + { type: SF64:OBJECT_INIT, offset: 0x60287A4, symbol: D_A6_60287A4} + +D_A6_60289FC: + { type: SF64:SCRIPT, offset: 0x60289FC, symbol: D_A6_60289FC} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_arwing.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_arwing.yaml new file mode 100644 index 0000000..1cf7f2f --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_arwing.yaml @@ -0,0 +1,206 @@ +:config: + segments: + - [0x3, 0x8BFC00] + header: + code: + - '#include "assets/ast_arwing.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aArwingLifeIconTex: + { type: TEXTURE, format: CI4, offset: 0x3000000, width: 16, height: 16, ctype: u8, tlut: 0x3000080, symbol: aArwingLifeIconTex } + +aArwingLifeIconTLUT: + { type: TEXTURE, format: TLUT, offset: 0x3000080, colors: 8, ctype: u16, symbol: aArwingLifeIconTLUT } + +aAwFoxHeadDL: + { type: GFX, offset: 0x3000090, symbol: aAwFoxHeadDL } + +aAwJamesHeadDL: + { type: GFX, offset: 0x3001C90, symbol: aAwJamesHeadDL } + +D_arwing_3003960: + { type: TEXTURE, format: RGBA16, offset: 0x3003960, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003960 } + +D_arwing_30039E0: + { type: TEXTURE, format: RGBA16, offset: 0x30039E0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30039E0 } + +D_arwing_3003A60: + { type: TEXTURE, format: RGBA16, offset: 0x3003A60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003A60 } + +D_arwing_3003AE0: + { type: TEXTURE, format: RGBA16, offset: 0x3003AE0, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003AE0 } + +D_arwing_3003B60: + { type: TEXTURE, format: RGBA16, offset: 0x3003B60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003B60 } + +D_arwing_3003BE0: + { type: TEXTURE, format: RGBA16, offset: 0x3003BE0, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003BE0 } + +D_arwing_3003C60: + { type: TEXTURE, format: RGBA16, offset: 0x3003C60, width: 8, height: 8, ctype: u16, symbol: D_arwing_3003C60 } + +aAwPeppyHeadDL: + { type: GFX, offset: 0x3003CE0, symbol: aAwPeppyHeadDL } + +aAwSlippyHeadDL: + { type: GFX, offset: 0x3005AB0, symbol: aAwSlippyHeadDL } + +D_arwing_30074D0: + { type: TEXTURE, format: RGBA16, offset: 0x30074D0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30074D0 } + +D_arwing_3007550: + { type: TEXTURE, format: RGBA16, offset: 0x3007550, width: 8, height: 8, ctype: u16, symbol: D_arwing_3007550 } + +D_arwing_30075D0: + { type: TEXTURE, format: RGBA16, offset: 0x30075D0, width: 8, height: 8, ctype: u16, symbol: D_arwing_30075D0 } + +aArwingItemLasersDL: + { type: GFX, offset: 0x3007650, symbol: aArwingItemLasersDL } + +ast_arwing_seg3_vtx_7A20: + { type: VTX, offset: 0x3007A20, count: 244, symbol: ast_arwing_seg3_vtx_7A20 } + +D_arwing_3008960: + { type: TEXTURE, format: RGBA16, offset: 0x3008960, width: 64, height: 32, ctype: u16, symbol: D_arwing_3008960 } + +D_arwing_3009960: + { type: TEXTURE, format: RGBA16, offset: 0x3009960, width: 16, height: 16, ctype: u16, symbol: D_arwing_3009960 } + +aAwBodyDL: + { type: GFX, offset: 0x3009B60, symbol: aAwBodyDL } + +D_arwing_300AC48: + { type: TEXTURE, format: RGBA16, offset: 0x300AC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300AC48 } + +D_arwing_300B448: + { type: TEXTURE, format: RGBA16, offset: 0x300B448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300B448 } + +D_arwing_300BC48: + { type: TEXTURE, format: RGBA16, offset: 0x300BC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300BC48 } + +D_arwing_300C448: + { type: TEXTURE, format: RGBA16, offset: 0x300C448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300C448 } + +D_arwing_300CC48: + { type: TEXTURE, format: RGBA16, offset: 0x300CC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300CC48 } + +D_arwing_300D448: + { type: TEXTURE, format: RGBA16, offset: 0x300D448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300D448 } + +D_arwing_300DC48: + { type: TEXTURE, format: RGBA16, offset: 0x300DC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300DC48 } + +D_arwing_300E448: + { type: TEXTURE, format: RGBA16, offset: 0x300E448, width: 32, height: 32, ctype: u16, symbol: D_arwing_300E448 } + +D_arwing_300EC48: + { type: TEXTURE, format: RGBA16, offset: 0x300EC48, width: 32, height: 32, ctype: u16, symbol: D_arwing_300EC48 } + +D_arwing_300F448: + { type: TEXTURE, format: RGBA16, offset: 0x300F448, width: 64, height: 32, ctype: u16, symbol: D_arwing_300F448 } + +D_arwing_3010448: + { type: TEXTURE, format: RGBA16, offset: 0x3010448, width: 64, height: 32, ctype: u16, symbol: D_arwing_3010448 } + +aAwLaserGun1DL: + { type: GFX, offset: 0x3011720, symbol: aAwLaserGun1DL } + +aAwLaserGun2DL: + { type: GFX, offset: 0x3011450, symbol: aAwLaserGun2DL } + +D_arwing_30119F0: + { type: TEXTURE, format: RGBA16, offset: 0x30119F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30119F0 } + +D_arwing_30121F0: + { type: TEXTURE, format: RGBA16, offset: 0x30121F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30121F0 } + +D_arwing_30129F0: + { type: TEXTURE, format: RGBA16, offset: 0x30129F0, width: 32, height: 32, ctype: u16, symbol: D_arwing_30129F0 } + +aAwCockpitViewDL: + { type: GFX, offset: 0x30131F0, symbol: aAwCockpitViewDL } + +D_arwing_30137E8: + { type: TEXTURE, format: RGBA16, offset: 0x30137E8, width: 32, height: 32, ctype: u16, symbol: D_arwing_30137E8 } + +D_arwing_3013FE8: + { type: TEXTURE, format: RGBA16, offset: 0x3013FE8, width: 32, height: 32, ctype: u16, symbol: D_arwing_3013FE8 } + +D_arwing_30147E8: + { type: TEXTURE, format: RGBA16, offset: 0x30147E8, width: 16, height: 32, ctype: u16, symbol: D_arwing_30147E8 } + +aAwRightWingBrokenDL: + { type: GFX, offset: 0x3014BF0, symbol: aAwRightWingBrokenDL } + +D_arwing_3014F20: + { type: TEXTURE, format: RGBA16, offset: 0x3014F20, width: 16, height: 16, ctype: u16, symbol: D_arwing_3014F20 } + +aAwLeftWingBrokenDL: + { type: GFX, offset: 0x3015120, symbol: aAwLeftWingBrokenDL } + +aAwFlap1DL: + { type: GFX, offset: 0x30155E0, symbol: aAwFlap1DL} + +aAwFlap2DL: + { type: GFX, offset: 0x30154A0, symbol: aAwFlap2DL} + +aAwFlap3DL: + { type: GFX, offset: 0x3015730, symbol: aAwFlap3DL} + +aAwFlap4DL: + { type: GFX, offset: 0x3015880, symbol: aAwFlap4DL} + +D_arwing_3015AF4: + { type: SF64:ANIM, offset: 0x3015AF4, symbol: D_arwing_3015AF4 } + +D_arwing_3015C28: + { type: SF64:ANIM, offset: 0x3015C28, symbol: D_arwing_3015C28 } + +D_arwing_3015D68: + { type: SF64:ANIM, offset: 0x3015D68, symbol: D_arwing_3015D68 } + +aAwRightWingDL: + { type: GFX, offset: 0x3015D80, symbol: aAwRightWingDL } + +D_arwing_30163C4: + { type: SF64:ANIM, offset: 0x30163C4, symbol: D_arwing_30163C4 } + +D_arwing_3016610: + { type: SF64:SKELETON, offset: 0x3016610, symbol: D_arwing_3016610 } + +aAwLeftWingDL: + { type: GFX, offset: 0x3016660, symbol: aAwLeftWingDL} + +D_arwing_3016B30: + { type: GFX, offset: 0x3016B30, symbol: D_arwing_3016B30 } + +D_arwing_3016BB8: + { type: TEXTURE, format: IA8, offset: 0x3016BB8, width: 16, height: 16, ctype: u8, symbol: D_arwing_3016BB8 } + +aAwFalcoHeadDL: + { type: GFX, offset: 0x3016CC0, symbol: aAwFalcoHeadDL } + +D_arwing_30182C8: + { type: TEXTURE, format: RGBA16, offset: 0x30182C8, width: 8, height: 8, ctype: u16, symbol: D_arwing_30182C8 } + +D_arwing_3018348: + { type: TEXTURE, format: RGBA16, offset: 0x3018348, width: 8, height: 8, ctype: u16, symbol: D_arwing_3018348 } + +# Windshield used in corneria cutscenes +D_arwing_30183D0: + { type: GFX, offset: 0x30183D0, symbol: D_arwing_30183D0 } + +aWindshieldClouldReflextionTex: + { type: TEXTURE, format: RGBA16, offset: 0x30184D8, width: 64, height: 32, ctype: u16, symbol: aWindshieldClouldReflextionTex } + +D_ARWING_BLOB_1: + { type: BLOB, offset: 0x30194D8, size: 8, symbol: D_ARWING_BLOB_1 } + +# Windshield +D_arwing_30194E0: + { type: GFX, offset: 0x30194E0, symbol: D_arwing_30194E0 } + +D_arwing_30195E8: + { type: TEXTURE, format: RGBA16, offset: 0x30195E8, width: 32, height: 32, ctype: u16, symbol: D_arwing_30195E8 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_audio.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_audio.yaml new file mode 100644 index 0000000..cb0727b --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_audio.yaml @@ -0,0 +1,31 @@ +:config: + force: true + header: + code: + - '#include "sys.h"' + - '#include "sf64audio_provisional.h"' + +audio_setup: + type: NAUDIO:V1:AUDIO_SETUP + driver: SF64 + audio_seq: + size: 0x3ACF0 + offset: 0xDEA20 + audio_bank: + size: 0x1E020 + offset: 0x119710 + audio_table: + size: 0x73C580 + offset: 0x137730 + +audio_sample_bank_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SAMPLE, offset: 0xC4210, symbol: gSampleBankTableInit } + +audio_seq_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SEQUENCE, offset: 0xC4260, symbol: gSeqTableInit } + +audio_soundfont_table: + { type: NAUDIO:V1:AUDIO_TABLE, format: SOUNDFONT, offset: 0xC4690, symbol: gSoundFontTableInit } + +audio_seq_font_table: + { type: ARRAY, count: 283, array_type: u8, offset: 0xC48B0, symbol: gSeqFontTableInit } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_planet.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_planet.yaml new file mode 100644 index 0000000..69ee7ae --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_planet.yaml @@ -0,0 +1,129 @@ +:config: + segments: + - [0x02, 0x8AE0A0] + header: + code: + - '#include "assets/ast_bg_planet.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_BG_PLANET_2000000: + { type: GFX, offset: 0x2000000, symbol: D_BG_PLANET_2000000 } + +D_BG_PLANET_2000088: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x2000088, symbol: D_BG_PLANET_2000088 } + +D_BG_PLANET_2001090: + { type: GFX, offset: 0x2001090, symbol: D_BG_PLANET_2001090 } + +D_BG_PLANET_2001118: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02001118, symbol: D_BG_PLANET_2001118 } + +D_BG_PLANET_2002120: + { type: GFX, offset: 0x2002120, symbol: D_BG_PLANET_2002120 } + +D_BG_PLANET_20021A8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020021A8, symbol: D_BG_PLANET_20021A8 } + +D_BG_PLANET_20031B0: + { type: GFX, offset: 0x20031B0, symbol: D_BG_PLANET_20031B0 } + +D_BG_PLANET_2003238: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02003238, symbol: D_BG_PLANET_2003238 } + +D_BG_PLANET_2004240: + { type: GFX, offset: 0x2004240, symbol: D_BG_PLANET_2004240 } + +D_BG_PLANET_20042C8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020042C8, symbol: D_BG_PLANET_20042C8 } + +D_BG_PLANET_20052D0: + { type: GFX, offset: 0x20052D0, symbol: D_BG_PLANET_20052D0 } + +D_BG_PLANET_2005358: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02005358, symbol: D_BG_PLANET_2005358 } + +D_BG_PLANET_2006360: + { type: GFX, offset: 0x2006360, symbol: D_BG_PLANET_2006360 } + +D_BG_PLANET_20063E8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x020063E8, symbol: D_BG_PLANET_20063E8 } + +D_BG_PLANET_20073F0: + { type: GFX, offset: 0x20073F0, symbol: D_BG_PLANET_20073F0 } + +D_BG_PLANET_2007478: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02007478, symbol: D_BG_PLANET_2007478 } + +D_BG_PLANET_2008480: + { type: GFX, offset: 0x2008480, symbol: D_BG_PLANET_2008480 } + +D_BG_PLANET_2008508: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02008508, symbol: D_BG_PLANET_2008508 } + +D_BG_PLANET_2009510: + { type: GFX, offset: 0x2009510, symbol: D_BG_PLANET_2009510 } + +D_BG_PLANET_2009598: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x02009598, symbol: D_BG_PLANET_2009598 } + +D_BG_PLANET_200A5A0: + { type: GFX, offset: 0x200A5A0, symbol: D_BG_PLANET_200A5A0 } + +D_BG_PLANET_200A628: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200A628, symbol: D_BG_PLANET_200A628 } + +D_BG_PLANET_200B630: + { type: GFX, offset: 0x200B630, symbol: D_BG_PLANET_200B630 } + +D_BG_PLANET_200B6B8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200B6B8, symbol: D_BG_PLANET_200B6B8 } + +D_BG_PLANET_200C6C0: + { type: GFX, offset: 0x200C6C0, symbol: D_BG_PLANET_200C6C0 } + +D_BG_PLANET_200C748: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x0200C748, symbol: D_BG_PLANET_200C748 } + +D_BG_PLANET_200D750: + { type: GFX, offset: 0x200D750, symbol: D_BG_PLANET_200D750 } + +D_BG_PLANET_200D7E8: + { type: TEXTURE, ctype: u16, format: IA16, width: 64, height: 32, offset: 0x0200D7E8, symbol: D_BG_PLANET_200D7E8 } + +D_BG_PLANET_200E7F0: + { type: GFX, offset: 0x200E7F0, symbol: D_BG_PLANET_200E7F0 } + +D_BG_PLANET_200E878: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200E878, symbol: D_BG_PLANET_200E878 } + +D_BG_PLANET_200F080: + { type: GFX, offset: 0x200F080, symbol: D_BG_PLANET_200F080 } + +D_BG_PLANET_200F108: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200F108, symbol: D_BG_PLANET_200F108 } + +D_BG_PLANET_200F910: + { type: GFX, offset: 0x200F910, symbol: D_BG_PLANET_200F910 } + +D_BG_PLANET_200F998: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x0200F998, symbol: D_BG_PLANET_200F998 } + +D_BG_PLANET_20101A0: + { type: GFX, offset: 0x20101A0, symbol: D_BG_PLANET_20101A0 } + +D_BG_PLANET_2010228: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02010228, symbol: D_BG_PLANET_2010228 } + +D_BG_PLANET_2010A30: + { type: GFX, offset: 0x2010A30, symbol: D_BG_PLANET_2010A30 } + +D_BG_PLANET_2010AB8: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02010AB8, symbol: D_BG_PLANET_2010AB8 } + +D_BG_PLANET_20112C0: + { type: GFX, offset: 0x20112C0, symbol: D_BG_PLANET_20112C0 } + +D_BG_PLANET_2011358: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x02011358, symbol: D_BG_PLANET_2011358 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_space.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_space.yaml new file mode 100644 index 0000000..32f1e5c --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bg_space.yaml @@ -0,0 +1,93 @@ +:config: + segments: + - [0x02, 0x8A68C0] + header: + code: + - '#include "assets/ast_bg_space.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_BG_SPACE_2000000: + { type: GFX, offset: 0x2000000, symbol: D_BG_SPACE_2000000 } + +D_BG_SPACE_2000088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x2000088, symbol: D_BG_SPACE_2000088 } + +D_BG_SPACE_2000890: + { type: GFX, offset: 0x2000890, symbol: D_BG_SPACE_2000890 } + +D_BG_SPACE_2000918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x2000918, symbol: D_BG_SPACE_2000918 } + +D_BG_SPACE_2001120: + { type: GFX, offset: 0x2001120, symbol: D_BG_SPACE_2001120 } + +D_BG_SPACE_20011A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020011A8, symbol: D_BG_SPACE_20011A8 } + +D_BG_SPACE_20019B0: + { type: GFX, offset: 0x20019B0, symbol: D_BG_SPACE_20019B0 } + +D_BG_SPACE_2001A38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02001A38, symbol: D_BG_SPACE_2001A38 } + +D_BG_SPACE_2002240: + { type: GFX, offset: 0x2002240, symbol: D_BG_SPACE_2002240 } + +D_BG_SPACE_20022C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020022C8, symbol: D_BG_SPACE_20022C8 } + +D_BG_SPACE_2002AD0: + { type: GFX, offset: 0x2002AD0, symbol: D_BG_SPACE_2002AD0 } + +D_BG_SPACE_2002B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02002B58, symbol: D_BG_SPACE_2002B58 } + +D_BG_SPACE_2003360: + { type: GFX, offset: 0x2003360, symbol: D_BG_SPACE_2003360 } + +D_BG_SPACE_20033E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x020033E8, symbol: D_BG_SPACE_20033E8 } + +D_BG_SPACE_2003BF0: + { type: GFX, offset: 0x2003BF0, symbol: D_BG_SPACE_2003BF0 } + +D_BG_SPACE_2003C78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02003C78, symbol: D_BG_SPACE_2003C78 } + +D_BG_SPACE_2004480: + { type: GFX, offset: 0x2004480, symbol: D_BG_SPACE_2004480 } + +D_BG_SPACE_2004508: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02004508, symbol: D_BG_SPACE_2004508 } + +D_BG_SPACE_2004D10: + { type: GFX, offset: 0x2004D10, symbol: D_BG_SPACE_2004D10 } + +D_BG_SPACE_2004D98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02004D98, symbol: D_BG_SPACE_2004D98 } + +D_BG_SPACE_20055A0: + { type: GFX, offset: 0x20055A0, symbol: D_BG_SPACE_20055A0 } + +D_BG_SPACE_2005628: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02005628, symbol: D_BG_SPACE_2005628 } + +D_BG_SPACE_2005E30: + { type: GFX, offset: 0x2005E30, symbol: D_BG_SPACE_2005E30 } + +D_BG_SPACE_2005EB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02005EB8, symbol: D_BG_SPACE_2005EB8 } + +D_BG_SPACE_20066C0: + { type: GFX, offset: 0x20066C0, symbol: D_BG_SPACE_20066C0 } + +D_BG_SPACE_2006748: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02006748, symbol: D_BG_SPACE_2006748 } + +D_BG_SPACE_2006F50: + { type: GFX, offset: 0x2006F50, symbol: D_BG_SPACE_2006F50 } + +D_BG_SPACE_2006FD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x02006FD8, symbol: D_BG_SPACE_2006FD8 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_blue_marine.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_blue_marine.yaml new file mode 100644 index 0000000..ed1a6d1 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_blue_marine.yaml @@ -0,0 +1,90 @@ +:config: + segments: + - [0x03, 0x8E1F80] + header: + code: + - '#include "assets/ast_blue_marine.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aBlueMarineLifeIconTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000000, symbol: aBlueMarineLifeIconTex, tlut: 0x3000080 } + +aBlueMarineLifeIconTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x3000080, symbol: aBlueMarineLifeIconTLUT } + +D_blue_marine_3000090: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 9, offset: 0x3000090, symbol: D_blue_marine_3000090, tlut: 0x3000120 } + +D_blue_marine_3000120: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x3000120, symbol: D_blue_marine_3000120 } + +D_blue_marine_3000130: + { type: GFX, offset: 0x3000130, symbol: D_blue_marine_3000130 } + +ast_blue_marine_seg3_vtx_00000418: + { type: VTX, count: 5, offset: 0x3000418, symbol: D_blue_marine_3000418 } + +D_blue_marine_3000470: + { type: GFX, offset: 0x3000470, symbol: D_blue_marine_3000470 } + +D_blue_marine_30005E8: + { type: BLOB, size: 0x18, offset: 0x30005E8, symbol: D_blue_marine_30005E8 } + +D_blue_marine_3000600: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 8, offset: 0x3000600, symbol: D_blue_marine_3000600, tlut: 0x3000640 } + +D_blue_marine_3000640: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000640, symbol: D_blue_marine_3000640 } + +D_blue_marine_3000660: + { type: GFX, offset: 0x3000660, symbol: D_blue_marine_3000660 } + +D_blue_marine_30006E8: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x30006E8, symbol: D_blue_marine_30006E8 } + +D_blue_marine_3000AF0: + { type: GFX, offset: 0x3000AF0, symbol: D_blue_marine_3000AF0 } + +D_blue_marine_3000C70: + { type: GFX, offset: 0x3000C70, symbol: D_blue_marine_3000C70 } + +D_blue_marine_3001900: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3001900, symbol: D_blue_marine_3001900 } + +D_blue_marine_3001980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3001980, symbol: D_blue_marine_3001980 } + +D_blue_marine_3002180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3002180, symbol: D_blue_marine_3002180 } + +D_blue_marine_3002980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3002980, symbol: D_blue_marine_3002980 } + +D_blue_marine_3003180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3003180, symbol: D_blue_marine_3003180 } + +D_blue_marine_3003980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3003980, symbol: D_blue_marine_3003980 } + +D_blue_marine_3004180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3004180, symbol: D_blue_marine_3004180 } + +D_blue_marine_3004980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3004980, symbol: D_blue_marine_3004980 } + +D_blue_marine_3005980: + { type: GFX, offset: 0x3005980, symbol: D_blue_marine_3005980 } + +D_blue_marine_30062E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x30062E8, symbol: D_blue_marine_30062E8 } + +D_blue_marine_3006AF0: + { type: GFX, offset: 0x3006AF0, symbol: D_blue_marine_3006AF0 } + +D_blue_marine_3006C70: + { type: GFX, offset: 0x3006C70, symbol: D_blue_marine_3006C70 } + +D_blue_marine_3006DE0: + { type: GFX, offset: 0x3006DE0, symbol: D_blue_marine_3006DE0 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bolse.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bolse.yaml new file mode 100644 index 0000000..ba001b6 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_bolse.yaml @@ -0,0 +1,200 @@ +:config: + segments: + - [0x06, 0xB0AA00] + header: + code: + - '#include "assets/ast_bolse.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +# Bolse Defense Outpost +aBoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 168, height: 19, offset: 0x6000000, symbol: aBoTitleCardTex } + +D_BO_6000C80: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6000C80, symbol: D_BO_6000C80 } + +D_BO_6000D80: + { type: GFX, offset: 0x6000D80, symbol: D_BO_6000D80 } + +D_BO_6001908: + { type: TEXTURE, format: RGBA16, offset: 0x6001908, width: 16, height: 16, ctype: u16, symbol: D_BO_6001908 } + +aBoBaseCoreAnim: + { type: SF64:ANIM, offset: 0x6001C64, symbol: aBoBaseCoreAnim } + +aBoBaseCoreSkel: + { type: SF64:SKELETON, offset: 0x6001FB0, symbol: aBoBaseCoreSkel } + +D_BO_6002020: + { type: GFX, offset: 0x6002020, symbol: D_BO_6002020 } + +D_BO_6004848: + { type: TEXTURE, format: RGBA16, offset: 0x06004848, width: 32, height: 32, ctype: u16, symbol: D_BO_6004848 } + +D_BO_6005048: + { type: TEXTURE, format: RGBA16, offset: 0x06005048, width: 16, height: 32, ctype: u16, symbol: D_BO_6005048 } + +D_BO_6005908: + { type: TEXTURE, format: RGBA16, offset: 0x06005908, width: 32, height: 32, ctype: u16, symbol: D_BO_6005908 } + +D_BO_6006108: + { type: TEXTURE, format: RGBA16, offset: 0x06006108, width: 32, height: 32, ctype: u16, symbol: D_BO_6006108 } + +D_BO_6006910: + { type: GFX, offset: 0x6006910, symbol: D_BO_6006910 } + +D_BO_6006AD0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x6006AD0, symbol: D_BO_6006AD0 } + +D_BO_6006ED0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x06006ED0, symbol: D_BO_6006ED0 } + +D_BO_6006F50: + { type: TEXTURE, format: RGBA16, offset: 0x06006F50, width: 4, height: 16, ctype: u16, symbol: D_BO_6006F50 } + +D_BO_6006FD0: + { type: TEXTURE, format: RGBA16, offset: 0x06006FD0, width: 32, height: 32, ctype: u16, symbol: D_BO_6006FD0 } + +D_BO_60077D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x60077D0, symbol: D_BO_60077D0 } + +D_BO_6007BD0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x06007BD0, symbol: D_BO_6007BD0 } + +D_BO_6007DF8: + { type: TEXTURE, format: RGBA16, offset: 0x06007DF8, width: 16, height: 32, ctype: u16, symbol: D_BO_6007DF8 } + +D_BO_6008440: + { type: TEXTURE, format: RGBA16, offset: 0x06008440, width: 16, height: 16, ctype: u16, symbol: D_BO_6008440 } + +# Unused Animation +D_BO_6008668: + { type: SF64:ANIM, offset: 0x6008668, symbol: D_BO_6008668 } + +# Unused Skeleton +D_BO_60086B4: + { type: SF64:SKELETON, offset: 0x60086B4, symbol: D_BO_60086B4 } + +# Unused Animation +D_BO_60086F4: + { type: SF64:ANIM, offset: 0x60086F4, symbol: D_BO_60086F4 } + +# Unused Skeleton +D_BO_6008760: + { type: SF64:SKELETON, offset: 0x6008760, symbol: D_BO_6008760 } + +D_BO_6008770: + { type: GFX, offset: 0x6008770, symbol: D_BO_6008770 } + +D_BO_6008BB8: + { type: TEXTURE, format: RGBA16, offset: 0x06008BB8, width: 32, height: 32, ctype: u16, symbol: D_BO_6008BB8 } + +D_BO_60093B8: + { type: TEXTURE, format: RGBA16, offset: 0x060093B8, width: 32, height: 32, ctype: u16, symbol: D_BO_60093B8 } + +D_BO_6009BC0: + { type: GFX, offset: 0x6009BC0, symbol: D_BO_6009BC0 } + +# Unused DisplayList, looks like a tube. +D_BO_600A2C0: + { type: GFX, offset: 0x600A2C0, symbol: D_BO_600A2C0 } + +D_BO_600A810: + { type: GFX, offset: 0x600A810, symbol: D_BO_600A810 } + +# Unused DisplayList, looks like a cube with an entrance. +D_BO_600AB90: + { type: GFX, offset: 0x600AB90, symbol: D_BO_600AB90 } + +D_BO_600AD80: + { type: TEXTURE, format: RGBA16, offset: 0x0600AD80, width: 32, height: 32, ctype: u16, symbol: D_BO_600AD80 } + +aBoBuildingDL: + { type: GFX, offset: 0x600B8B0, symbol: aBoBuildingDL } + +D_BO_600BAA0: + { type: GFX, offset: 0x600BAA0, symbol: D_BO_600BAA0 } + +D_BO_600BEC0: + { type: GFX, offset: 0x600BEC0, symbol: D_BO_600BEC0 } + +D_BO_600BF30: + { type: GFX, offset: 0x600BF30, symbol: D_BO_600BF30 } + +D_BO_600C0B8: + { type: VTX, count: 34, offset: 0x600C0B8, symbol: D_BO_600C0B8 } + +D_BO_600C2D8: + { type: TEXTURE, format: IA8, offset: 0x0600C2D8, width: 32, height: 16, ctype: u8, symbol: D_BO_600C2D8 } + +aBoBaseShieldDL: + { type: GFX, offset: 0x600C4E0, symbol: aBoBaseShieldDL } + +aBoBaseShieldTex: + { type: TEXTURE, format: RGBA16, offset: 0x0600CF88, width: 16, height: 16, ctype: u16, symbol: aBoBaseShieldTex } + +D_BO_600D190: + { type: GFX, offset: 0x600D190, symbol: D_BO_600D190 } + +D_BO_600D2A0: + { type: TEXTURE, format: RGBA16, offset: 0x0600D2A0, width: 32, height: 64, ctype: u16, symbol: D_BO_600D2A0 } + +D_BO_600E2A0: + { type: TEXTURE, format: RGBA16, offset: 0x0600E2A0, width: 32, height: 64, ctype: u16, symbol: D_BO_600E2A0 } + +aBoLaserCannonAnim: + { type: SF64:ANIM, offset: 0x600F2E0, symbol: aBoLaserCannonAnim } + +aBoLaserCannonSkel: + { type: SF64:SKELETON, offset: 0x600F36C, symbol: aBoLaserCannonSkel } + +aBoShieldReactorAnim: + { type: SF64:ANIM, offset: 0x600F3D8, symbol: aBoShieldReactorAnim } + +aBoShieldReactorSkel: + { type: SF64:SKELETON, offset: 0x600F4A4, symbol: aBoShieldReactorSkel } + +aBoPoleDL: + { type: GFX, offset: 0x600F4C0, symbol: aBoPoleDL } + +D_BO_600F728: + { type: TEXTURE, format: RGBA16, offset: 0x0600F728, width: 32, height: 32, ctype: u16, symbol: D_BO_600F728 } + +D_BO_600FF30: + { type: SF64:ENVIRONMENT, offset: 0x600FF30, symbol: D_BO_600FF30 } + +D_BO_600FF74: + { type: SF64:OBJECT_INIT, offset: 0x600FF74, symbol: D_BO_600FF74 } + +D_BO_6010294: + { type: SF64:COLPOLY, count: 262, offset: 0x6010294, symbol: D_BO_6010294, mesh_symbol: D_BO_OFFSET } + +D_BO_6011B20: + { type: SF64:HITBOX, offset: 0x6011B20, symbol: D_BO_6011B20 } + +aBoShieldReactorHitbox: + { type: SF64:HITBOX, offset: 0x6011B24, symbol: aBoShieldReactorHitbox } + +D_BO_6011BA4: + { type: SF64:HITBOX, offset: 0x6011BA4, symbol: D_BO_6011BA4 } + +aBoLaserCannonHitbox: + { type: SF64:HITBOX, offset: 0x6011BF4, symbol: aBoLaserCannonHitbox } + +aBoPoleHitbox: + { type: SF64:HITBOX, offset: 0x6011C10, symbol: aBoPoleHitbox } + +aBoBuildingHitbox: + { type: SF64:HITBOX, offset: 0x6011C48, symbol: aBoBuildingHitbox } + +aBoBaseCoreHitbox: + { type: SF64:HITBOX, offset: 0x6011C80, symbol: aBoBaseCoreHitbox } + +D_BO_6011E28: + { type: VTX, count: 34, offset: 0x6011E28, symbol: D_BO_6011E28 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_common.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_common.yaml new file mode 100644 index 0000000..1f5dd57 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_common.yaml @@ -0,0 +1,987 @@ +:config: + segments: + - [0x1, 0x873CB0] + header: + code: + - '#include "assets/ast_common.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_1000000: + { type: TEXTURE, format: IA8, width: 64, height: 10, ctype: u8, offset: 0x1000000, symbol: D_1000000 } + +D_1000280: + { type: TEXTURE, format: IA8, width: 96, height: 10, ctype: u8, offset: 0x1000280, symbol: D_1000280 } + +D_1000640: + { type: TEXTURE, format: IA8, width: 96, height: 22, ctype: u8, offset: 0x1000640, symbol: D_1000640 } + +aBoostGaugeFrameTex: + { type: TEXTURE, format: IA8, width: 48, height: 9, ctype: u8, offset: 0x1000E80, symbol: aBoostGaugeFrameTex } + +D_1001030: + { type: TEXTURE, format: IA8, width: 8, height: 8, ctype: u8, offset: 0x1001030, symbol: D_1001030 } + +D_1001070: + { type: TEXTURE, format: IA8, width: 104, height: 10, ctype: u8, offset: 0x1001070, symbol: D_1001070 } + +D_1001480: + { type: TEXTURE, format: IA8, width: 56, height: 12, ctype: u8, offset: 0x1001480, symbol: D_1001480 } + +D_1001720: + { type: TEXTURE, format: IA8, width: 40, height: 36, ctype: u8, offset: 0x1001720, symbol: D_1001720 } + +D_1001CC0: + { type: TEXTURE, format: IA8, width: 64, height: 14, ctype: u8, offset: 0x1001CC0, symbol: D_1001CC0 } + +D_1002040: + { type: TEXTURE, format: IA8, width: 40, height: 12, ctype: u8, offset: 0x1002040, symbol: D_1002040 } + +D_1002220: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x1002220, symbol: D_1002220 } + +aShieldGaugeFrameEdgeTex: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x1002280, symbol: aShieldGaugeFrameEdgeTex } + +D_10022E0: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x10022E0, symbol: D_10022E0 } + +D_1002340: + { type: TEXTURE, format: IA8, width: 40, height: 10, ctype: u8, offset: 0x1002340, symbol: D_1002340 } + +D_10024D0: + { type: TEXTURE, format: IA8, width: 96, height: 32, ctype: u8, offset: 0x10024D0, symbol: D_10024D0 } + +aShieldGaugeFrameTex: + { type: TEXTURE, format: IA8, width: 8, height: 12, ctype: u8, offset: 0x10030D0, symbol: aShieldGaugeFrameTex } + +D_1003130: + { type: GFX, offset: 0x1003130, symbol: D_1003130 } + +D_1003208: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1003208, tlut: 0x1003288, symbol: D_1003208 } + +D_1003288: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1003288, ctype: u16, symbol: D_1003288 } + +aFalcoPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10032A0, symbol: aFalcoPortraitTex } + +D_10041C0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10041C0, symbol: D_10041C0 } + +aFoxPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x10050E0, symbol: aFoxPortraitTex } + +D_1006000: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1006000, symbol: D_1006000 } + +D_1006F20: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1006F20, symbol: D_1006F20 } + +D_1007E40: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1007E40, symbol: D_1007E40 } + +D_1008D60: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1008D60, symbol: D_1008D60 } + +D_1009C80: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x1009C80, symbol: D_1009C80 } + +D_100ABA0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100ABA0, symbol: D_100ABA0 } + +aPeppyPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100BAC0, symbol: aPeppyPortraitTex } + +D_100C9E0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100C9E0, symbol: D_100C9E0 } + +aSlippyPortraitTex: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100D900, symbol: aSlippyPortraitTex } + +D_100E820: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100E820, symbol: D_100E820 } + +D_100F740: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, ctype: u16, offset: 0x100F740, symbol: D_100F740 } + +D_1010660: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010660, tlut: 0x10106A0, symbol: D_1010660 } + +D_10106A0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10106A0, ctype: u16, symbol: D_10106A0 } + +D_10106B0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10106B0, tlut: 0x10106F0, symbol: D_10106B0 } + +D_10106F0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10106F0, ctype: u16, symbol: D_10106F0 } + +D_1010700: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010700, tlut: 0x1010740, symbol: D_1010700 } + +D_1010740: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010740, ctype: u16, symbol: D_1010740 } + +D_1010750: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010750, tlut: 0x1010790, symbol: D_1010750 } + +D_1010790: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010790, ctype: u16, symbol: D_1010790 } + +D_10107A0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10107A0, tlut: 0x10107E0, symbol: D_10107A0 } + +D_10107E0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10107E0, ctype: u16, symbol: D_10107E0 } + +D_10107F0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10107F0, tlut: 0x1010830, symbol: D_10107F0 } + +D_1010830: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010830, ctype: u16, symbol: D_1010830 } + +D_1010840: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010840, tlut: 0x1010880, symbol: D_1010840 } + +D_1010880: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010880, ctype: u16, symbol: D_1010880 } + +D_1010890: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010890, tlut: 0x10108D0, symbol: D_1010890 } + +D_10108D0: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10108D0, ctype: u16, symbol: D_10108D0 } + +D_10108E0: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x10108E0, tlut: 0x1010920, symbol: D_10108E0 } + +D_1010920: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010920, ctype: u16, symbol: D_1010920 } + +D_1010930: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1010930, tlut: 0x1010970, symbol: D_1010930 } + +D_1010970: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1010970, ctype: u16, symbol: D_1010970 } + +D_1010980: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1010980, tlut: 0x1010A00, symbol: D_1010980 } + +D_1010A00: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1010A00, symbol: D_1010A00 } + +D_1010A10: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1010A10, tlut: 0x1010A80, symbol: D_1010A10 } + +D_1010A80: + { type: TEXTURE, format: TLUT, colors: 4, ctype: u16, offset: 0x1010A80, symbol: D_1010A80 } + +D_1010A90: + { type: TEXTURE, format: CI4, width: 64, height: 49, ctype: u8, offset: 0x1010A90, tlut: 0x10110B0, symbol: D_1010A90 } + +D_10110B0: + { type: TEXTURE, format: TLUT, colors: 4, ctype: u16, offset: 0x10110B0, symbol: D_10110B0 } + +D_10110C0: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x10110C0, tlut: 0x10110F8, symbol: D_10110C0 } + +D_10110F8: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x10110F8, symbol: D_10110F8 } + +D_1011110: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011110, tlut: 0x1011148, symbol: D_1011110 } + +D_1011148: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011148, symbol: D_1011148 } + +D_1011160: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011160, tlut: 0x1011198, symbol: D_1011160 } + +D_1011198: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011198, symbol: D_1011198 } + +D_10111B0: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x10111B0, tlut: 0x10111E8, symbol: D_10111B0 } + +D_10111E8: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x10111E8, symbol: D_10111E8 } + +D_1011200: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1011200, tlut: 0x1011270, symbol: D_1011200 } + +D_1011270: + { type: TEXTURE, format: TLUT, colors: 6, ctype: u16, offset: 0x1011270, symbol: D_1011270 } + +aRadarFrameTex: + { type: TEXTURE, format: CI4, width: 48, height: 44, ctype: u8, offset: 0x1011280, tlut: 0x10116A0, symbol: aRadarFrameTex } + +aRadarFrameTLUT: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x10116A0, symbol: aRadarFrameTLUT } + +aVsBombIconTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10116B0, tlut: 0x1011730, symbol: aVsBombIconTex } + +aVsBombIconTLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011730, symbol: aVsBombIconTLUT } + +D_1011750: + { type: TEXTURE, format: CI4, width: 80, height: 13, ctype: u8, offset: 0x1011750, tlut: 0x1011958, symbol: D_1011750 } + +D_1011958: + { type: TEXTURE, format: TLUT, colors: 16, ctype: u16, offset: 0x1011958, symbol: D_1011958 } + +D_1011980: + { type: TEXTURE, format: CI4, width: 48, height: 7, ctype: u8, offset: 0x1011980, tlut: 0x1011A28, symbol: D_1011980 } + +D_1011A28: + { type: TEXTURE, format: TLUT, colors: 12, ctype: u16, offset: 0x1011A28, symbol: D_1011A28 } + +D_1011A40: + { type: TEXTURE, format: CI4, width: 32, height: 7, ctype: u8, offset: 0x1011A40, tlut: 0x1011AB0, symbol: D_1011A40 } + +D_1011AB0: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1011AB0, symbol: D_1011AB0 } + +aIncomingMsgButtonTex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011AC0, tlut: 0x1011B90, symbol: aIncomingMsgButtonTex } + +aIncomingMsgButtonTLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011B90, symbol: aIncomingMsgButtonTLUT } + +aIncomingMsgSignal1Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011BB0, tlut: 0x1011C80, symbol: aIncomingMsgSignal1Tex } + +aIncomingMsgSignal1TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011C80, symbol: aIncomingMsgSignal1TLUT } + +aIncomingMsgSignal2Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011CA0, tlut: 0x1011D70, symbol: aIncomingMsgSignal2Tex } + +aIncomingMsgSignal2TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011D70, symbol: aIncomingMsgSignal2TLUT } + +aIncomingMsgSignal3Tex: + { type: TEXTURE, format: CI4, width: 16, height: 26, ctype: u8, offset: 0x1011D90, tlut: 0x1011E60, symbol: aIncomingMsgSignal3Tex } + +aIncomingMsgSignal3TLUT: + { type: TEXTURE, format: TLUT, colors: 15, ctype: u16, offset: 0x1011E60, symbol: aIncomingMsgSignal3TLUT } + +D_1011E80: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1011E80, tlut: 0x1011EC0, symbol: D_1011E80 } + +D_1011EC0: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1011EC0, symbol: D_1011EC0 } + +aXTex: + { type: TEXTURE, format: CI4, width: 16, height: 7, ctype: u8, offset: 0x1011ED0, tlut: 0x1011F08, symbol: aXTex } + +aXTLUT: + { type: TEXTURE, format: TLUT, colors: 12, ctype: u16, offset: 0x1011F08, symbol: aXTLUT } + +D_1011F20: + { type: GFX, offset: 0x1011F20, symbol: D_1011F20 } + +D_1012000: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1012000, tlut: 0x1012100, symbol: D_1012000 } + +D_1012100: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1012100, ctype: u16, symbol: D_1012100 } + +aGoldRingEmptySlotDL: + { type: GFX, offset: 0x1012110, symbol: aGoldRingEmptySlotDL } + +aGoldRingEmptySlotTex: + { type: TEXTURE, format: IA8, width: 16, height: 16, ctype: u8, offset: 0x1012190, symbol: aGoldRingEmptySlotTex } + +D_1012290: + { type: TEXTURE, format: CI8, width: 48, height: 22, ctype: u8, offset: 0x1012290, tlut: 0x10126B0, symbol: D_1012290 } + +D_10126B0: + { type: TEXTURE, format: TLUT, colors: 32, ctype: u16, offset: 0x10126B0, symbol: D_10126B0 } + +D_10126F0: + { type: TEXTURE, format: CI8, width: 24, height: 4, ctype: u8, offset: 0x10126F0, tlut: 0x1012750, symbol: D_10126F0 } + +D_1012750: + { type: TEXTURE, format: TLUT, colors: 59, ctype: u16, offset: 0x1012750, symbol: D_1012750 } + +D_1013780: + { type: TEXTURE, format: CI8, width: 48, height: 141, ctype: u8, offset: 0x1013780, tlut: 0x10151F0, symbol: D_1013780 } + +D_10151F0: + { type: TEXTURE, format: TLUT, colors: 146, ctype: u16, offset: 0x10151F0, symbol: D_10151F0 } + +aBoostGaugeCoolTex: + { type: TEXTURE, format: CI8, width: 40, height: 5, ctype: u8, offset: 0x10127D0, tlut: 0x1012898, symbol: aBoostGaugeCoolTex } + +aBoostGaugeCoolTLUT: + { type: TEXTURE, format: TLUT, colors: 20, ctype: u16, offset: 0x1012898, symbol: aBoostGaugeCoolTLUT } + +aBoostGaugeOverheatTex: + { type: TEXTURE, format: CI8, width: 40, height: 5, ctype: u8, offset: 0x10128C0, tlut: 0x1012988, symbol: aBoostGaugeOverheatTex } + +aBoostGaugeOverheatTLUT: + { type: TEXTURE, format: TLUT, colors: 28, ctype: u16, offset: 0x1012988, symbol: aBoostGaugeOverheatTLUT } + +D_10129C0: + { type: TEXTURE, format: CI8, width: 16, height: 109, ctype: u8, offset: 0x10129C0, tlut: 0x1013090, symbol: D_10129C0 } + +D_1013090: + { type: TEXTURE, format: TLUT, colors: 112, ctype: u16, offset: 0x1013090, symbol: D_1013090 } + +aMsgWindowBgTex: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x1013170, tlut: 0x1013570, symbol: aMsgWindowBgTex } + +aMsgWindowBgTLUT: + { type: TEXTURE, format: TLUT, colors: 8, ctype: u16, offset: 0x1013570, symbol: aMsgWindowBgTLUT } + +aShieldGaugeTex: + { type: TEXTURE, format: CI8, width: 48, height: 8, ctype: u8, offset: 0x1013580, tlut: 0x1013700, symbol: aShieldGaugeTex } + +aShieldGaugeTLUT: + { type: TEXTURE, format: TLUT, colors: 58, ctype: u16, offset: 0x1013700, symbol: aShieldGaugeTLUT } + +D_1015320: + { type: GFX, offset: 0x1015320, symbol: D_1015320 } + +D_10153F8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10153F8, tlut: 0x10154F8, symbol: D_10153F8 } + +D_10154F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10154F8, ctype: u16, symbol: D_10154F8 } + +aRadarMarkArwingDL: + { type: GFX, offset: 0x1015510, symbol: aRadarMarkArwingDL } + +aRadarMarkArwingTex: + { type: TEXTURE, format: IA8, width: 16, height: 16, ctype: u8, offset: 0x1015598, symbol: aRadarMarkArwingTex } + +D_10156A0: + { type: GFX, offset: 0x10156A0, symbol: D_10156A0 } + +D_1015778: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015778, tlut: 0x10157F8, symbol: D_1015778 } + +D_10157F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10157F8, ctype: u16, symbol: D_10157F8 } + +D_1015810: + { type: GFX, offset: 0x1015810, symbol: D_1015810 } + +D_10158E8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10158E8, tlut: 0x1015968, symbol: D_10158E8 } + +D_1015968: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015968, ctype: u16, symbol: D_1015968 } + +D_1015980: + { type: GFX, offset: 0x1015980, symbol: D_1015980 } + +D_1015A58: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1015A58, tlut: 0x1015B58, symbol: D_1015A58 } + +D_1015B58: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015B58, ctype: u16, symbol: D_1015B58 } + +D_1015B70: + { type: GFX, offset: 0x1015B70, symbol: D_1015B70 } + +D_1015C48: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015C48, tlut: 0x1015CC8, symbol: D_1015C48 } + +D_1015CC8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015CC8, ctype: u16, symbol: D_1015CC8 } + +D_1015CE0: + { type: GFX, offset: 0x1015CE0, symbol: D_1015CE0 } + +D_1015DB8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015DB8, tlut: 0x1015E38, symbol: D_1015DB8 } + +D_1015E38: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015E38, ctype: u16, symbol: D_1015E38 } + +D_1015E50: + { type: GFX, offset: 0x1015E50, symbol: D_1015E50 } + +D_1015F28: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1015F28, tlut: 0x1015FA8, symbol: D_1015F28 } + +D_1015FA8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1015FA8, ctype: u16, symbol: D_1015FA8 } + +D_1015FC0: + { type: GFX, offset: 0x1015FC0, symbol: D_1015FC0 } + +D_1016098: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016098, tlut: 0x1016118, symbol: D_1016098 } + +D_1016118: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016118, ctype: u16, symbol: D_1016118 } + +D_1016130: + { type: GFX, offset: 0x1016130, symbol: D_1016130 } + +D_1016208: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016208, tlut: 0x1016288, symbol: D_1016208 } + +D_1016288: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016288, ctype: u16, symbol: D_1016288 } + +D_10162A0: + { type: GFX, offset: 0x10162A0, symbol: D_10162A0 } + +D_1016378: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1016378, tlut: 0x10163F8, symbol: D_1016378 } + +D_10163F8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10163F8, ctype: u16, symbol: D_10163F8 } + +D_1016410: + { type: GFX, offset: 0x1016410, symbol: D_1016410 } + +D_10164E8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10164E8, tlut: 0x1016568, symbol: D_10164E8 } + +D_1016568: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016568, ctype: u16, symbol: D_1016568 } + +D_1016580: + { type: GFX, offset: 0x1016580, symbol: D_1016580 } + +D_1016658: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1016658, tlut: 0x1016858, symbol: D_1016658 } + +D_1016858: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1016858, ctype: u16, symbol: D_1016858 } + +D_1016870: + { type: GFX, offset: 0x1016870, symbol: D_1016870 } + +D_1016BC8: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x1016BC8, tlut: 0x1012100, symbol: D_1016BC8} + +D_1016FC8: + { type: TEXTURE, format: TLUT, colors: 256, offset: 0x1016FC8, ctype: u16, symbol: D_1016FC8 } + +D_10171D0: + { type: GFX, offset: 0x10171D0, symbol: D_10171D0 } + +D_10172A8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10172A8, tlut: 0x10173A8, symbol: D_10172A8 } + +D_10173A8: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x10173A8, ctype: u16, symbol: D_10173A8 } + +D_10173D0: + { type: GFX, offset: 0x10173D0, symbol: D_10173D0 } + +D_10174A8: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x10174A8, tlut: 0x10175A8, symbol: D_10174A8 } + +D_10175A8: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x10175A8, ctype: u16, symbol: D_10175A8 } + +D_10175C0: + { type: GFX, offset: 0x10175C0, symbol: D_10175C0 } + +D_1017698: + { type: TEXTURE, format: CI4, width: 32, height: 16, ctype: u8, offset: 0x1017698, tlut: 0x1017798, symbol: D_1017698 } + +D_1017798: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1017798, ctype: u16, symbol: D_1017798 } + +aActorSuppliesDL: + { type: GFX, offset: 0x10177C0, symbol: aActorSuppliesDL } + +D_1017A38: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1017A38, symbol: D_1017A38 } + +D_1018238: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1018238, symbol: D_1018238 } + +D_10182C0: + { type: GFX, offset: 0x10182C0, symbol: D_10182C0 } + +D_10190C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 32, ctype: u16, offset: 0x10190C0, symbol: D_10190C0 } + +D_10194C0: + { type: GFX, offset: 0x10194C0, symbol: D_10194C0 } + +D_1019620: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1019620, symbol: D_1019620 } + +D_1019820: + { type: GFX, offset: 0x1019820, symbol: D_1019820 } + +D_1019CA0: + { type: GFX, offset: 0x1019CA0, symbol: D_1019CA0 } + +D_1019AF0: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x1019AF0, symbol: D_1019AF0 } + +D_1019BF0: + { type: TEXTURE, format: TLUT, colors: 88, offset: 0x1019BF0, ctype: u16, symbol: D_1019BF0 } + +D_101A140: + { type: TEXTURE, format: CI8, width: 32, height: 32, ctype: u8, offset: 0x101A140, symbol: D_101A140 } + +D_101A540: + { type: TEXTURE, format: TLUT, colors: 24, offset: 0x101A540, ctype: u16, symbol: D_101A540 } + +D_101A570: + { type: GFX, offset: 0x101A570, symbol: D_101A570 } + +D_101A8E0: + { type: GFX, offset: 0x101A8E0, symbol: D_101A8E0 } + +D_101A9B8: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x101A9B8, tlut: 0x101ABB8, symbol: D_101A9B8 } + +D_101ABB8: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x101ABB8, ctype: u16, symbol: D_101ABB8 } + +D_101ABD0: + { type: GFX, offset: 0x101ABD0, symbol: D_101ABD0 } + +D_101AC98: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x0101AC98, symbol: D_101AC98 } + +D_101AD20: + { type: GFX, offset: 0x101AD20, symbol: D_101AD20 } + +D_101AE48: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x101AE48, symbol: D_101AE48 } + +D_101AED0: + { type: GFX, offset: 0x101AED0, symbol: D_101AED0 } + +D_101AF98: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x101AF98, symbol: D_101AF98 } + +aGoldRingFrame12DL: + { type: GFX, offset: 0x101B1A0, symbol: aGoldRingFrame12DL } + +D_101B268: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B268, tlut: 0x101B2E8, symbol: D_101B268 } + +D_101B2E8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B2E8, ctype: u16, symbol: D_101B2E8 } + +aGoldRingFrame11DL: + { type: GFX, offset: 0x101B310, symbol: aGoldRingFrame11DL } + +D_101B3D8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B3D8, tlut: 0x101B458, symbol: D_101B3D8 } + +D_101B458: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B458, ctype: u16, symbol: D_101B458 } + +aGoldRingFrame10DL: + { type: GFX, offset: 0x101B480, symbol: aGoldRingFrame10DL } + +D_101B548: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B548, tlut: 0x101B5C8, symbol: D_101B548 } + +D_101B5C8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B5C8, ctype: u16, symbol: D_101B5C8 } + +aGoldRingFrame9DL: + { type: GFX, offset: 0x101B5F0, symbol: aGoldRingFrame9DL } + +D_101B6B8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B6B8, tlut: 0x101B738, symbol: D_101B6B8 } + +D_101B738: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B738, ctype: u16, symbol: D_101B738 } + +aGoldRingFrame8DL: + { type: GFX, offset: 0x101B760, symbol: aGoldRingFrame8DL } + +D_101B828: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B828, tlut: 0x101B8A8, symbol: D_101B828 } + +D_101B8A8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101B8A8, ctype: u16, symbol: D_101B8A8 } + +aGoldRingFrame7DL: + { type: GFX, offset: 0x101B8D0, symbol: aGoldRingFrame7DL } + +D_101B998: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101B998, tlut: 0x101BA18, symbol: D_101B998 } + +D_101BA18: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BA18, ctype: u16, symbol: D_101BA18 } + +aGoldRingFrame6DL: + { type: GFX, offset: 0x101BA40, symbol: aGoldRingFrame6DL } + +D_101BB08: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BB08, tlut: 0x101BB88, symbol: D_101BB08 } + +D_101BB88: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BB88, ctype: u16, symbol: D_101BB88 } + +aGoldRingFrame5DL: + { type: GFX, offset: 0x101BBB0, symbol: aGoldRingFrame5DL } + +D_101BC78: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BC78, tlut: 0x101BCF8, symbol: D_101BC78 } + +D_101BCF8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BCF8, ctype: u16, symbol: D_101BCF8 } + +aGoldRingFrame4DL: + { type: GFX, offset: 0x101BD20, symbol: aGoldRingFrame4DL } + +D_101BDE8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BDE8, tlut: 0x101BE68, symbol: D_101BDE8 } + +D_101BE68: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BE68, ctype: u16, symbol: D_101BE68 } + +aGoldRingFrame3DL: + { type: GFX, offset: 0x101BE90, symbol: aGoldRingFrame3DL } + +D_101BF58: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101BF58, tlut: 0x101BFD8, symbol: D_101BF58 } + +D_101BFD8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101BFD8, ctype: u16, symbol: D_101BFD8 } + +aGoldRingFrame2DL: + { type: GFX, offset: 0x101C000, symbol: aGoldRingFrame2DL } + +D_101C0C8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101C0C8, tlut: 0x101C148, symbol: D_101C0C8 } + +D_101C148: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101C148, ctype: u16, symbol: D_101C148 } + +aGoldRingFrame1DL: + { type: GFX, offset: 0x101C170, symbol: aGoldRingFrame1DL } + +D_101C238: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x101C238, tlut: 0x101C2B8, symbol: D_101C238 } + +D_101C2B8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x101C2B8, ctype: u16, symbol: D_101C2B8 } + +aStarDL: + { type: GFX, offset: 0x101C2E0, symbol: aStarDL } + +aStarTex: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, colors: 20, offset: 0x101C368, symbol: aStarTex } + +D_101C770: + { type: GFX, offset: 0x101C770, symbol: D_101C770 } + +D_101C920: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x101C920, tlut: 0x101CA20, symbol: D_101C920 } + +D_101CA20: + { type: TEXTURE, format: TLUT, colors: 96, offset: 0x101CA20, ctype: u16, symbol: D_101CA20 } + +D_101CAE0: + { type: GFX, offset: 0x101CAE0, symbol: D_101CAE0 } + +D_101CBC0: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x101CBC0, tlut: 0x101CCC0, symbol: D_101CBC0 } + +D_101CCC0: + { type: TEXTURE, format: TLUT, colors: 88, offset: 0x101CCC0, ctype: u16, symbol: D_101CCC0 } + +aUnusedShieldDL: + { type: GFX, offset: 0x101CD70, symbol: aUnusedShieldDL } + +aUnusedShieldTex: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x101D070, symbol: aUnusedShieldTex } + +D_101D870: + { type: GFX, offset: 0x101D870, symbol: D_101D870 } + +ast_common_seg1_vtx_1D9C8: + { type: VTX, offset: 0x101D9C8, count: 36, symbol: ast_common_seg1_vtx_1D9C8 } + +D_101DE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101DE20, symbol: D_101DE20 } + +aBarrelRollTex: + { type: GFX, offset: 0x101DC10, symbol: aBarrelRollTex } + +D_101EE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101EE20, symbol: D_101EE20 } + +D_101FE20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x101FE20, symbol: D_101FE20 } + +D_1020E20: + { type: TEXTURE, format: IA8, width: 128, height: 32, ctype: u8, offset: 0x1020E20, symbol: D_1020E20 } + +D_1021E20: + { type: GFX, offset: 0x1021E20, symbol: D_1021E20 } + +D_1021EF8: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x1021EF8, tlut: 0x10220F8, symbol: D_1021EF8 } + +D_10220F8: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x10220F8, ctype: u16, symbol: D_10220F8 } + +D_1022120: + { type: GFX, offset: 0x1022120, symbol: D_1022120 } + +ast_common_seg1_vtx_22480: + { type: VTX, offset: 0x1022480, count: 124, symbol: ast_common_seg1_vtx_22480 } + +D_1022C40: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1022C40, tlut: 0x1022CC0, symbol: D_1022C40 } + +D_1022CC0: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1022CC0, ctype: u16, symbol: D_1022CC0 } + +D_1022CE0: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1022CE0, tlut: 0x1022D60, symbol: D_1022CE0 } + +D_1022D60: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1022D60, ctype: u16, symbol: D_1022D60 } + +D_1022D80: + { type: TEXTURE, format: RGBA16, width: 8, height: 16, ctype: u16, offset: 0x1022D80, symbol: D_1022D80 } + +D_1022E80: + { type: GFX, offset: 0x1022E80, symbol: D_1022E80 } + +D_1022F80: + { type: TEXTURE, format: CI4, width: 32, height: 32, ctype: u8, offset: 0x1022F80, tlut: 0x1023180, symbol: D_1022F80 } + +D_1023180: + { type: TEXTURE, format: TLUT, colors: 16, offset: 0x1023180, ctype: u16, symbol: D_1023180 } + +D_10231A0: + { type: GFX, offset: 0x10231A0, symbol: D_10231A0 } + +D_1023518: + { type: TEXTURE, format: IA8, width: 4, height: 5, ctype: u8, offset: 0x1023518, symbol: D_1023518 } + +D_1023530: + { type: TEXTURE, format: CI8, width: 16, height: 16, ctype: u8, offset: 0x1023530, tlut: 0x1023630, symbol: D_1023530 } + +D_1023630: + { type: TEXTURE, format: TLUT, colors: 104, offset: 0x1023630, ctype: u16, symbol: D_1023630 } + +D_1023700: + { type: GFX, offset: 0x1023700, symbol: D_1023700 } + +D_1023750: + { type: GFX, offset: 0x1023750, symbol: D_1023750 } + +D_10237E0: + { type: GFX, offset: 0x10237E0, symbol: D_10237E0 } + +D_1023878: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1023878, symbol: D_1023878 } + +D_1023C80: + { type: GFX, offset: 0x1023C80, symbol: D_1023C80 } + +D_1023E10: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1023E10, tlut: 0x1024010, symbol: D_1023E10 } + +D_1024010: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1024010, ctype: u16, symbol: D_1024010 } + +D_1024020: + { type: TEXTURE, format: CI4, width: 64, height: 16, ctype: u8, offset: 0x1024020, tlut: 0x1024220, symbol: D_1024020 } + +D_1024220: + { type: TEXTURE, format: TLUT, colors: 8, offset: 0x1024220, ctype: u16, symbol: D_1024220 } + +D_1024230: + { type: GFX, offset: 0x1024230, symbol: D_1024230 } + +D_1024290: + { type: GFX, offset: 0x1024290, symbol: D_1024290 } + +aPeppyMarkDL: + { type: GFX, offset: 0x1024410, symbol: aPeppyMarkDL } + +aPeppyMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10244D8, tlut: 0x1024558, symbol: aPeppyMarkTex } + +aPeppyMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024558, ctype: u16, symbol: aPeppyMarkTLUT } + +aFalcoMarkDL: + { type: GFX, offset: 0x1024570, symbol: aFalcoMarkDL } + +aFalcoMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1024638, tlut: 0x10246B8, symbol: aFalcoMarkTex } + +aFalcoMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x10246B8, ctype: u16, symbol: aFalcoMarkTLUT } + +aSlippyMarkDL: + { type: GFX, offset: 0x10246D0, symbol: aSlippyMarkDL } + +aSlippyMarkTex: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x1024798, tlut: 0x1024818, symbol: aSlippyMarkTex } + +aSlippyMarkTLUT: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024818, ctype: u16, symbol: aSlippyMarkTLUT } + +aRadarMarkBossDL: + { type: GFX, offset: 0x1024830, symbol: aRadarMarkBossDL } + +D_10248F8: + { type: TEXTURE, format: CI4, width: 16, height: 16, ctype: u8, offset: 0x10248F8, tlut: 0x1024978, symbol: D_10248F8 } + +D_1024978: + { type: TEXTURE, format: TLUT, colors: 12, offset: 0x1024978, ctype: u16, symbol: D_1024978 } + +aArrowDL: + { type: GFX, offset: 0x1024990, symbol: aArrowDL } + +D_1024A58: + { type: TEXTURE, format: CI4, width: 16, height: 8, ctype: u8, offset: 0x1024A58, tlut: 0x1024A98, symbol: D_1024A58 } + +D_1024A98: + { type: TEXTURE, format: TLUT, colors: 20, offset: 0x1024A98, ctype: u16, symbol: D_1024A98 } + +aOrbDL: + { type: GFX, offset: 0x1024AC0, symbol: aOrbDL } + +D_1024B58: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1024B58, symbol: D_1024B58 } + +D_1024F60: + { type: GFX, offset: 0x1024F60, symbol: D_1024F60 } + +D_1024FF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1024FF8, symbol: D_1024FF8 } + +D_1025800: + { type: GFX, offset: 0x1025800, symbol: D_1025800 } + +D_1025888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1025888, symbol: D_1025888 } + +D_1026090: + { type: GFX, offset: 0x1026090, symbol: D_1026090 } + +D_1026120: + { type: GFX, offset: 0x1026120, symbol: D_1026120 } + +D_1026230: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x1026230, symbol: D_1026230 } + +D_1027230: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x1027230, symbol: D_1027230 } + +D_1028230: + { type: GFX, offset: 0x1028230, symbol: D_1028230 } + +D_10288D8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x10288D8, symbol: D_10288D8 } + +D_1028AD8: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028AD8, symbol: D_1028AD8 } + +D_1028B58: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1028B58, symbol: D_1028B58 } + +D_1028D58: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028D58, symbol: D_1028D58 } + +D_1028DE0: + { type: GFX, offset: 0x1028DE0, symbol: D_1028DE0 } + +D_1028E68: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x1028E68, symbol: D_1028E68 } + +D_1028EF0: + { type: GFX, offset: 0x1028EF0, symbol: D_1028EF0 } + +D_1028F78: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1028F78, symbol: D_1028F78 } + +D_1029780: + { type: GFX, offset: 0x1029780, symbol: D_1029780 } + +D_1029808: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x1029808, symbol: D_1029808 } + +D_102A010: + { type: GFX, offset: 0x102A010, symbol: D_102A010 } + +D_102A098: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102A098, symbol: D_102A098 } + +aBallDL: + { type: GFX, offset: 0x102A8A0, symbol: aBallDL } + +D_102A928: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x102A928, symbol: D_102A928 } + +D_102AB30: + { type: GFX, offset: 0x102AB30, symbol: D_102AB30 } + +D_102AC40: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102AC40, symbol: D_102AC40 } + +D_102BC40: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102BC40, symbol: D_102BC40 } + +D_102CC40: + { type: GFX, offset: 0x102CC40, symbol: D_102CC40 } + +D_102CD50: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102CD50, symbol: D_102CD50 } + +D_102DD50: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, ctype: u16, offset: 0x102DD50, symbol: D_102DD50 } + +aBlueSphereDL: + { type: GFX, offset: 0x102ED50, symbol: aBlueSphereDL } + +D_102EDD8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102EDD8, symbol: D_102EDD8 } + +D_102F5E0: + { type: GFX, offset: 0x102F5E0, symbol: D_102F5E0 } + +D_102F678: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, ctype: u16, offset: 0x102F678, symbol: D_102F678 } + +D_102FE80: + { type: GFX, offset: 0x102FE80, symbol: D_102FE80 } + +D_102FF08: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, ctype: u16, offset: 0x102FF08, symbol: D_102FF08 } + +D_102FF90: + { type: GFX, offset: 0x102FF90, symbol: D_102FF90 } + +D_1031228: + { type: TEXTURE, format: RGBA16, width: 32, height: 16, ctype: u16, offset: 0x1031228, symbol: D_1031228 } + +D_1031630: + { type: GFX, offset: 0x1031630, symbol: D_1031630 } + +D_1031CC08: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1031CC0, symbol: D_1031CC0 } + +D_1031EC0: + { type: GFX, offset: 0x1031EC0, symbol: D_1031EC0 } + +D_1032578: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, ctype: u16, offset: 0x1032578, symbol: D_1032578 } + +aArwingShadowDL: + { type: GFX, offset: 0x1032780, symbol: aArwingShadowDL } + +D_1032808: + { type: TEXTURE, format: IA8, width: 32, height: 32, ctype: u8, offset: 0x1032808, symbol: D_1032808 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_corneria.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_corneria.yaml new file mode 100644 index 0000000..3795a72 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_corneria.yaml @@ -0,0 +1,589 @@ +:config: + segments: + - [0x06, 0x961CE0] + header: + code: + - '#include "assets/ast_corneria.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +# Corneria +# Former Army Base +aCoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 28, offset: 0x6000000, symbol: aCoTitleCardTex } + +aCoWaterfallDL: + { type: GFX, offset: 0x6000E00, symbol: aCoWaterfallDL } + +D_CO_60018F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060018F8, symbol: D_CO_60018F8 } + +D_CO_60020F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060020F8, symbol: D_CO_60020F8 } + +D_CO_60028F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060028F8, symbol: D_CO_60028F8 } + +D_CO_60038F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060038F8, symbol: D_CO_60038F8 } + +D_CO_60040F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060040F8, symbol: D_CO_60040F8 } + +D_CO_60049F0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060049F0, symbol: D_CO_60049F0 } + +D_CO_6004900: + { type: GFX, offset: 0x6004900, symbol: D_CO_6004900 } + +D_CO_60059F0: + { type: GFX, offset: 0x60059F0, symbol: D_CO_60059F0 } + +D_CO_6005A80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06005A80, symbol: D_CO_6005A80 } + +aCoArch3DL: + { type: GFX, offset: 0x6006A80, symbol: aCoArch3DL } + +D_CO_6006E08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006E08, symbol: D_CO_6006E08 } + +D_CO_6007610: + { type: GFX, offset: 0x6007610, symbol: D_CO_6007610 } + +D_CO_60091C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060091C8, symbol: D_CO_60091C8 } + +D_CO_60099C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060099C8, symbol: D_CO_60099C8 } + +D_CO_6009BC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009BC8, symbol: D_CO_6009BC8 } + +D_CO_600A3C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600A3C8, symbol: D_CO_600A3C8 } + +D_CO_600ABC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600ABC8, symbol: D_CO_600ABC8 } + +D_CO_600B3C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600B3C8, symbol: D_CO_600B3C8 } + +D_CO_600C3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600C3D8, symbol: D_CO_600C3D8 } + +D_CO_600CBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CBD8, symbol: D_CO_600CBD8 } + +D_CO_600DBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600DBD8, symbol: D_CO_600DBD8 } + +D_CO_600E3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600E3D8, symbol: D_CO_600E3D8 } + +D_CO_600EBD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600EBD8, symbol: D_CO_600EBD8 } + +D_CO_600F3D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F3D8, symbol: D_CO_600F3D8 } + +D_CO_6010050: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010050, symbol: D_CO_6010050 } + +D_CO_6010250: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010250, symbol: D_CO_6010250 } + +D_CO_6010F90: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06010F90, symbol: D_CO_6010F90 } + +aCoHighway7DL: + { type: GFX, offset: 0x6010A50, symbol: aCoHighway7DL } + +aCoHighway5DL: + { type: GFX, offset: 0x6010E00, symbol: aCoHighway5DL } + +D_CO_6011790: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06011790, symbol: D_CO_6011790 } + +aCoCornerianFighterDL: + { type: GFX, offset: 0x6011F90, symbol: aCoCornerianFighterDL } + +D_CO_6012640: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012640, symbol: D_CO_6012640 } + +D_CO_6012840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012840, symbol: D_CO_6012840 } + +D_CO_6012D00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06012D00, symbol: D_CO_6012D00 } + +aCoHighway1DL: + { type: GFX, offset: 0x60132B0, symbol: aCoHighway1DL } + +aCoArch2DL: + { type: GFX, offset: 0x60137B0, symbol: aCoArch2DL } + +aCoRockwallDL: + { type: GFX, offset: 0x6013B50, symbol: aCoRockwallDL } + +D_CO_6013BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013BE0, symbol: D_CO_6013BE0 } + +aCoHighway8DL: + { type: GFX, offset: 0x60143E0, symbol: aCoHighway8DL } + +aCoHighway4DL: + { type: GFX, offset: 0x6014500, symbol: aCoHighway4DL } + +aCoHighway6DL: + { type: GFX, offset: 0x6014670, symbol: aCoHighway6DL } + +aCoHighway9DL: + { type: GFX, offset: 0x6014A20, symbol: aCoHighway9DL } + +aCoBuilding3DL: + { type: GFX, offset: 0x6014B50, symbol: aCoBuilding3DL } + +D_CO_60151A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060151A8, symbol: D_CO_60151A8 } + +aCoTowerDL: + { type: GFX, offset: 0x60153B0, symbol: aCoTowerDL } + +aCoStoneArchDL: + { type: GFX, offset: 0x6015F00, symbol: aCoStoneArchDL } + +D_CO_6015700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06015700, symbol: D_CO_6015700 } + +aRadarDL: + { type: GFX, offset: 0x6016270, symbol: aRadarDL } + +aCoHighway3DL: + { type: GFX, offset: 0x60164F0, symbol: aCoHighway3DL } + +aCoBuilding4DL: + { type: GFX, offset: 0x6016580, symbol: aCoBuilding4DL } + +D_CO_6017F10: + { type: GFX, offset: 0x6017F10, symbol: D_CO_6017F10 } + +D_CO_60186E0: + { type: GFX, offset: 0x60186E0, symbol: D_CO_60186E0 } + +aCoBuilding7DL: + { type: GFX, offset: 0x6018E80, symbol: aCoBuilding7DL } + +D_CO_60191C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060191C8, symbol: D_CO_60191C8 } + +D_CO_60199D0: + { type: GFX, offset: 0x60199D0, symbol: D_CO_60199D0 } + +D_CO_6019C60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06019C60, symbol: D_CO_6019C60 } + +D_CO_6019E60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06019E60, symbol: D_CO_6019E60 } + +D_CO_601FF58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601FF58, symbol: D_CO_601FF58 } + +aCoBuilding2DL: + { type: GFX, offset: 0x601A7D0, symbol: aCoBuilding2DL } + +D_CO_601AD60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AD60, symbol: D_CO_601AD60 } + +aCoBuilding5DL: + { type: GFX, offset: 0x601B560, symbol: aCoBuilding5DL } + +D_CO_601B640: + { type: GFX, offset: 0x601B640, symbol: D_CO_601B640 } + +D_CO_601B6C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601B6C0, symbol: D_CO_601B6C0 } + +aCoBump2DL: + { type: GFX, offset: 0x601BEC0, symbol: aCoBump2DL } + +D_CO_601C1A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601C1A8, symbol: D_CO_601C1A8 } + +aCoTreeDL: + { type: GFX, offset: 0x601C9B0, symbol: aCoTreeDL } + +D_CO_601CAA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0601CAA0, symbol: D_CO_601CAA0 } + +D_CO_601DAA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0601DAA0, symbol: D_CO_601DAA0 } + +D_CO_601EAA0: + { type: GFX, offset: 0x601EAA0, symbol: D_CO_601EAA0 } + +D_CO_601ED00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601ED00, symbol: D_CO_601ED00 } + +aCoRuin2DL: + { type: GFX, offset: 0x601F500, symbol: aCoRuin2DL } + +aCoArch1DL: + { type: GFX, offset: 0x601F5A0, symbol: aCoArch1DL } + +D_CO_6020760: + { type: GFX, offset: 0x6020760, symbol: D_CO_6020760 } + +aCoRadarDL: + { type: GFX, offset: 0x6020B40, symbol: aCoRadarDL } + +D_CO_6021188: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06021188, symbol: D_CO_6021188 } + +D_CO_60220D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060220D0, symbol: D_CO_60220D0 } + +aCoIBeamDL: + { type: GFX, offset: 0x6023AC0, symbol: aCoIBeamDL } + +D_CO_6023DE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06023DE8, symbol: D_CO_6023DE8 } + +D_CO_6024160: + { type: GFX, offset: 0x6024160, symbol: D_CO_6024160 } + +aCoBump4DL: + { type: GFX, offset: 0x60244A0, symbol: aCoBump4DL } + +D_CO_60245E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x060245E0, symbol: D_CO_60245E0 } + +D_CO_6025500: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06025500, symbol: D_CO_6025500 } + +D_CO_6026420: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06026420, symbol: D_CO_6026420 } + +D_CO_6027340: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06027340, symbol: D_CO_6027340 } + +D_CO_6028260: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028260, symbol: D_CO_6028260 } + +D_CO_6028A60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028A60, symbol: D_CO_6028A60 } + +aCoSkibotAnim: + { type: SF64:ANIM, offset: 0x6029528, symbol: aCoSkibotAnim } + +aCoSkibotSkel: + { type: SF64:SKELETON, offset: 0x6029674, symbol: aCoSkibotSkel } + +aCoGaruda1Anim: + { type: SF64:ANIM, offset: 0x602991C, symbol: aCoGaruda1Anim } + +aCoGarudaSkel: + { type: SF64:SKELETON, offset: 0x6029A48, symbol: aCoGarudaSkel } + +aCoGaruda3Anim: + { type: SF64:ANIM, offset: 0x602A520, symbol: aCoGaruda3Anim } + +D_CO_602AA04: + { type: SF64:ANIM, offset: 0x602AA04, symbol: D_CO_602AA04 } + +aCoDoorsAnim: + { type: SF64:ANIM, offset: 0x602AA7C, symbol: aCoDoorsAnim } + +aCoDoorsSkel: + { type: SF64:SKELETON, offset: 0x602AB48, symbol: aCoDoorsSkel } + +aCoGrangaWalkingAnim: + { type: SF64:ANIM, offset: 0x602BC18, symbol: aCoGrangaWalkingAnim } + +aCoGrangaSkel: + { type: SF64:SKELETON, offset: 0x602BE64, symbol: aCoGrangaSkel } + +aCoGrangaStationaryAnim: + { type: SF64:ANIM, offset: 0x602C0D0, symbol: aCoGrangaStationaryAnim } + +D_CO_602D31C: + { type: SF64:ANIM, offset: 0x602D31C, symbol: D_CO_602D31C } + +aCoCarrierAnim: + { type: SF64:ANIM, offset: 0x602D400, symbol: aCoCarrierAnim } + +aCoCarrierSkel: + { type: SF64:SKELETON, offset: 0x602D5AC, symbol: aCoCarrierSkel } + +aCoBuilding1DL: + { type: GFX, offset: 0x602D5F0, symbol: aCoBuilding1DL } + +aCoBuilding9DL: + { type: GFX, offset: 0x602DA20, symbol: aCoBuilding9DL } + +aCoRuin1DL: + { type: GFX, offset: 0x602DCA0, symbol: aCoRuin1DL } + +D_CO_602DD40: + { type: GFX, offset: 0x602DD40, symbol: D_CO_602DD40 } + +aCoHighway2DL: + { type: GFX, offset: 0x602E080, symbol: aCoHighway2DL } + +aCoBump5DL: + { type: GFX, offset: 0x602E570, symbol: aCoBump5DL } + +aCoBump3DL: + { type: GFX, offset: 0x602E7A0, symbol: aCoBump3DL } + +aCoBump1DL: + { type: GFX, offset: 0x602E9E0, symbol: aCoBump1DL } + +D_CO_602ECB0: + { type: GFX, offset: 0x602ECB0, symbol: D_CO_602ECB0 } + +D_CO_602ED50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x0602ED50, symbol: D_CO_602ED50 } + +aCoPoleDL: + { type: GFX, offset: 0x602F7C0, symbol: aCoPoleDL } + +D_CO_602F848: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0602F848, symbol: D_CO_602F848 } + +D_CO_6030850: + { type: GFX, offset: 0x6030850, symbol: D_CO_6030850 } + +D_CO_6030FD0: + { type: GFX, offset: 0x6030FD0, symbol: D_CO_6030FD0 } + +D_CO_6031130: + { type: GFX, offset: 0x6031130, symbol: D_CO_6031130 } + +D_CO_6031280: + { type: GFX, offset: 0x6031280, symbol: D_CO_6031280 } + +aCoGarudaTracksTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060329C0, symbol: aCoGarudaTracksTex } + +CoMoleMissileDL: + { type: GFX, offset: 0x6032BC0, symbol: CoMoleMissileDL } + +D_CO_6033000: + { type: GFX, offset: 0x6033000, symbol: D_CO_6033000 } + +D_CO_6033088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06033088, symbol: D_CO_6033088 } + +D_CO_6033290: + { type: GFX, offset: 0x6033290, symbol: D_CO_6033290 } + +D_CO_6033AF0: + { type: GFX, offset: 0x6033AF0, symbol: D_CO_6033AF0 } + +D_CO_6034388: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06034388, symbol: D_CO_6034388 } + +aCoShadow1DL: + { type: GFX, offset: 0x6034B90, symbol: aCoShadow1DL } + +D_CO_6034C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06034C28, symbol: D_CO_6034C28 } + +D_CO_6035430: + { type: GFX, offset: 0x6035430, symbol: D_CO_6035430 } + +D_CO_60354F0: + { type: GFX, offset: 0x60354F0, symbol: D_CO_60354F0 } + +D_CO_60355A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060355A0, symbol: D_CO_60355A0 } + +aCoBuilding10DL: + { type: GFX, offset: 0x6035DA0, symbol: aCoBuilding10DL } + +aCoBuilding8DL: + { type: GFX, offset: 0x6035F10, symbol: aCoBuilding8DL } + +aCoBuilding6DL: + { type: GFX, offset: 0x60361F0, symbol: aCoBuilding6DL } + +D_CO_60363B0: + { type: GFX, offset: 0x60363B0, symbol: D_CO_60363B0 } + +D_CO_6036438: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x06036438, symbol: D_CO_6036438 } + +D_CO_6036840: + { type: GFX, offset: 0x6036840, symbol: D_CO_6036840 } + +D_CO_60368C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x060368C8, symbol: D_CO_60368C8 } + +D_CO_6036CD0: + { type: GFX, offset: 0x6036CD0, symbol: D_CO_6036CD0 } + +D_CO_6036D58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x06036D58, symbol: D_CO_6036D58 } + +D_CO_6037160: + { type: SF64:ENVIRONMENT, offset: 0x6037160, symbol: D_CO_6037160 } + +aCoOnRailsLevelObjects: + { type: SF64:OBJECT_INIT, offset: 0x60371A4, symbol: aCoOnRailsLevelObjects } + +aCoAllRangeLevelObjects: + { type: SF64:OBJECT_INIT, offset: 0x603B074, symbol: aCoAllRangeLevelObjects } + +D_CO_603D9E8: + { type: SF64:SCRIPT, offset: 0x603D9E8, symbol: D_CO_603D9E8 } + +# Seems unused +D_CO_603DC40: + { type: SF64:HITBOX, offset: 0x603DC40, symbol: D_CO_603DC40 } + +aCoHighway2Hitbox: + { type: SF64:HITBOX, offset: 0x603DD40, symbol: aCoHighway2Hitbox } + +aCoBuilding1Hitbox: + { type: SF64:HITBOX, offset: 0x603DDF0, symbol: aCoBuilding1Hitbox } + +aCoHighway1Hitbox: + { type: SF64:HITBOX, offset: 0x603DCA4, symbol: aCoHighway1Hitbox } + +aCoBuilding2Hitbox: + { type: SF64:HITBOX, offset: 0x603DE8C, symbol: aCoBuilding2Hitbox } + +aCoBuilding3Hitbox: + { type: SF64:HITBOX, offset: 0x603DEF4, symbol: aCoBuilding3Hitbox } + +aCoBuilding4Hitbox: + { type: SF64:HITBOX, offset: 0x603DF8C, symbol: aCoBuilding4Hitbox } + +aCoBuilding5Hitbox: + { type: SF64:HITBOX, offset: 0x603DFDC, symbol: aCoBuilding5Hitbox } + +aCoBuilding6Hitbox: + { type: SF64:HITBOX, offset: 0x603E014, symbol: aCoBuilding6Hitbox } + +aCoBuilding7Hitbox: + { type: SF64:HITBOX, offset: 0x603E030, symbol: aCoBuilding7Hitbox } + +aCoBuilding8Hitbox: + { type: SF64:HITBOX, offset: 0x603E09C, symbol: aCoBuilding8Hitbox } + +aCoWaterfallHitbox: + { type: SF64:HITBOX, offset: 0x603E0EC, symbol: aCoWaterfallHitbox } + +aCoTowerHitbox: + { type: SF64:HITBOX, offset: 0x603E118, symbol: aCoTowerHitbox } + +aCoArch1Hitbox: + { type: SF64:HITBOX, offset: 0x603E14C, symbol: aCoArch1Hitbox } + +aCoArch2Hitbox: + { type: SF64:HITBOX, offset: 0x603E1B4, symbol: aCoArch2Hitbox } + +aCoArch3Hitbox: + { type: SF64:HITBOX, offset: 0x603E21C, symbol: aCoArch3Hitbox } + +# seems unused +D_CO_603E2C0: + { type: SF64:HITBOX, offset: 0x603E2C0, symbol: D_CO_603E2C0 } + +# seems unused +D_CO_603E2F4: + { type: SF64:HITBOX, offset: 0x603E2F4, symbol: D_CO_603E2F4 } + +aCoStoneArchHitbox: + { type: SF64:HITBOX, offset: 0x603E3E0, symbol: aCoStoneArchHitbox } + +aCoPoleHitbox: + { type: SF64:HITBOX, offset: 0x603E468, symbol: aCoPoleHitbox } + +aCoTreeHitbox: + { type: SF64:HITBOX, offset: 0x603E484, symbol: aCoTreeHitbox } + +aCoRadarHitbox: + { type: SF64:HITBOX, offset: 0x603E4A0, symbol: aCoRadarHitbox } + +aCoBuilding9Hitbox: + { type: SF64:HITBOX, offset: 0x603E4A4, symbol: aCoBuilding9Hitbox } + +aCoBuilding10Hitbox: + { type: SF64:HITBOX, offset: 0x603E4DC, symbol: aCoBuilding10Hitbox } + +aCoIBeamHitbox: + { type: SF64:HITBOX, offset: 0x603E514, symbol: aCoIBeamHitbox } + +aCoActorSkibotHitbox: + { type: SF64:HITBOX, offset: 0x603E54C, symbol: aCoActorSkibotHitbox } + +aCoActorRadarHitbox: + { type: SF64:HITBOX, offset: 0x603E598, symbol: aCoActorRadarHitbox } + +aCoMoleMissileHitbox: + { type: SF64:HITBOX, offset: 0x603E5B4, symbol: aCoMoleMissileHitbox } + +CoGarudaHitbox: + { type: SF64:HITBOX, offset: 0x603E5D0, symbol: CoGarudaHitbox } + +aCoGarudaDestroyHitbox: + { type: SF64:HITBOX, offset: 0x603E604, symbol: aCoGarudaDestroyHitbox } + +aCoGrangaHitbox: + { type: SF64:HITBOX, offset: 0x603E620, symbol: aCoGrangaHitbox } + +aCoCarrierLeftHitbox: + { type: SF64:HITBOX, offset: 0x603E714, symbol: aCoCarrierLeftHitbox } + +aCoCarrierUpperHitbox: + { type: SF64:HITBOX, offset: 0x603E748, symbol: aCoCarrierUpperHitbox } + +aCoCarrierBottomHitbox: + { type: SF64:HITBOX, offset: 0x603E7C4, symbol: aCoCarrierBottomHitbox } + +aCoCarrierHitbox: + { type: SF64:HITBOX, offset: 0x603E840, symbol: aCoCarrierHitbox } + +aCoRockwallHitbox: + { type: SF64:HITBOX, offset: 0x603E88C, symbol: aCoRockwallHitbox } + +aCoDoorsHitbox: + { type: SF64:HITBOX, offset: 0x603E8A8, symbol: aCoDoorsHitbox } + +D_CO_603E924: + { type: SF64:HITBOX, offset: 0x603E924, symbol: D_CO_603E924 } + +aCoBuildingOnFireHitbox: + { type: SF64:HITBOX, offset: 0x603E98C, symbol: aCoBuildingOnFireHitbox } + +aCoHighway5Hitbox: + { type: SF64:HITBOX, offset: 0x603E9EC, symbol: aCoHighway5Hitbox } + +aCoHighway6Hitbox: + { type: SF64:HITBOX, offset: 0x603EA08, symbol: aCoHighway6Hitbox } + +aCoHighway7Hitbox: + { type: SF64:HITBOX, offset: 0x603EA74, symbol: aCoHighway7Hitbox } + +aCoHighway8Hitbox: + { type: SF64:HITBOX, offset: 0x603EAE0, symbol: aCoHighway8Hitbox } + +aCoHighway9Hitbox: + { type: SF64:HITBOX, offset: 0x603EB0C, symbol: aCoHighway9Hitbox } + +D_CO_603EB38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0603EB38, symbol: D_CO_603EB38 } + +D_CO_603F338: + { type: SF64:TRIANGLE, count: 13, offset: 0x603F338, symbol: D_CO_603F338, mesh_symbol: D_CO_OFFSET, mesh_offset: 0x603F388 } + +D_CO_603F40C: + { type: SF64:TRIANGLE, count: 36, offset: 0x603F40C, symbol: D_CO_603F40C, mesh_symbol: D_CO_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending.yaml new file mode 100644 index 0000000..4bd1b0b --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending.yaml @@ -0,0 +1,125 @@ +:config: + segments: + - [0x07, 0xD27600] + header: + code: + - '#include "assets/ast_ending.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_END_7000000: { type: GFX, offset: 0x7000000, symbol: D_END_7000000} + +D_END_7000118: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7000118, symbol: D_END_7000118} + +D_END_7001118: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7001118, symbol: D_END_7001118} + +D_END_7002120: { type: GFX, offset: 0x7002120, symbol: D_END_7002120} + +D_END_7002238: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7002238, symbol: D_END_7002238} + +D_END_7003238: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7003238, symbol: D_END_7003238} + +D_END_7004240: { type: GFX, offset: 0x7004240, symbol: D_END_7004240} + +D_END_7004620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7004620, symbol: D_END_7004620} + +D_END_7005620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7005620, symbol: D_END_7005620} + +D_END_7006620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7006620, symbol: D_END_7006620} + +D_END_7007620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7007620, symbol: D_END_7007620} + +D_END_7008620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7008620, symbol: D_END_7008620} + +D_END_7009620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x7009620, symbol: D_END_7009620} + +D_END_700A620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700A620, symbol: D_END_700A620} + +D_END_700B620: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700B620, symbol: D_END_700B620} + +D_END_700C620: { type: GFX, offset: 0x700C620, symbol: D_END_700C620} + +D_END_700C6A8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x700C6A8, symbol: D_END_700C6A8} + +D_END_700C8B0: { type: GFX, offset: 0x700C8B0, symbol: D_END_700C8B0} + +D_END_700C940: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700C940, symbol: D_END_700C940} + +D_END_700D940: { type: GFX, offset: 0x700D940, symbol: D_END_700D940} + +D_END_700D9D8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x700D9D8, symbol: D_END_700D9D8} + +D_END_700E9E0: { type: GFX, offset: 0x700E9E0, symbol: D_END_700E9E0} + +D_END_700EA38: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x700EA38, symbol: D_END_700EA38} + +D_END_700F240: { type: GFX, offset: 0x700F240, symbol: D_END_700F240} + +D_END_700F320: { type: GFX, offset: 0x700F320, symbol: D_END_700F320} + +D_END_7010070: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7010070, symbol: D_END_7010070} + +D_END_70100F0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x70100F0, symbol: D_END_70100F0} + +D_END_7010170: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x7010170, symbol: D_END_7010170} + +D_END_7010970: { type: GFX, offset: 0x7010970, symbol: D_END_7010970} + +D_END_7010A08: {type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x7010A08, symbol: D_END_7010A08} + +D_END_7010E10: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010E10, symbol: D_END_7010E10, tlut: 0x7010EE0} + +D_END_7010EE0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x7010EE0, symbol: D_END_7010EE0} + +D_END_7010F00: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010F00, symbol: D_END_7010F00, tlut: 0x7010FD0} + +D_END_7010FD0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x7010FD0, symbol: D_END_7010FD0} + +D_END_7010FF0: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x7010FF0, symbol: D_END_7010FF0, tlut: 0x70110C0} + +D_END_70110C0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x70110C0, symbol: D_END_70110C0} + +D_END_70110E0: {type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 26, offset: 0x70110E0, symbol: D_END_70110E0, tlut: 0x70111B0} + +D_END_70111B0: {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x70111B0, symbol: D_END_70111B0} + +D_END_70111D0: { type: GFX, offset: 0x70111D0, symbol: D_END_70111D0} + +D_END_70113B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x70113B8, symbol: D_END_70113B8} + +D_END_70123B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x70123B8, symbol: D_END_70123B8} + +D_END_70133B8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x70133B8, symbol: D_END_70133B8} + +D_END_70143C0: { type: GFX, offset: 0x70143C0, symbol: D_END_70143C0} + +D_END_7014540: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7014540, symbol: D_END_7014540} + +D_END_7015540: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7015540, symbol: D_END_7015540} + +D_END_7016540: { type: GFX, offset: 0x7016540, symbol: D_END_7016540} + +D_END_7016658: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7016658, symbol: D_END_7016658} + +D_END_7017658: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x7017658, symbol: D_END_7017658} + +D_END_7018708: { type: SF64:ANIM, offset: 0x7018708, symbol: D_END_7018708} + +D_END_70187B4: { type: SF64:SKELETON, offset: 0x70187B4, symbol: D_END_70187B4} + +D_END_7019C90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019C90, symbol: D_END_7019C90} + +D_END_7019D10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019D10, symbol: D_END_7019D10} + +D_END_7019D90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019D90, symbol: D_END_7019D90} + +D_END_7019E10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019E10, symbol: D_END_7019E10} + +D_END_7019E90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019E90, symbol: D_END_7019E90} + +D_END_7019F10: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019F10, symbol: D_END_7019F10} + +D_END_7019F90: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x7019F90, symbol: D_END_7019F90} + +D_END_701A010: {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x701A010, symbol: D_END_701A010} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_back.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_back.yaml new file mode 100644 index 0000000..4cc3746 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_back.yaml @@ -0,0 +1,13 @@ +:config: + segments: + - [0x08, 0xD68480] + header: + code: + - '#include "assets/ast_ending_award_back.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_award_back: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 270, offset: 0x8000000, symbol: gEndingAwardBack } + diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_front.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_front.yaml new file mode 100644 index 0000000..81908bf --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_award_front.yaml @@ -0,0 +1,12 @@ +:config: + segments: + - [0x08, 0xD43400] + header: + code: + - '#include "assets/ast_ending_award_front.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_award_front: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8000000, symbol: gEndingAwardFront } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_expert.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_expert.yaml new file mode 100644 index 0000000..7963c31 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ending_expert.yaml @@ -0,0 +1,15 @@ +:config: + segments: + - [0x08, 0xD91F10] + header: + code: + - '#include "assets/ast_ending_expert.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +ending_expert_reward: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8000000, symbol: gEndingExpertReward } + +ending_normal_reward: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 316, height: 240, offset: 0x8025080, symbol: gEndingNormalReward } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_planet.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_planet.yaml new file mode 100644 index 0000000..e74507f --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_planet.yaml @@ -0,0 +1,112 @@ +:config: + segments: + - [0x04, 0x918430] + header: + code: + - '#include "assets/ast_enmy_planet.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Seems unused +D_ENMY_PLANET_4000290: + { type: GFX, offset: 0x4000290, symbol: D_ENMY_PLANET_4000290 } + +ast_enmy_planet_seg4_vtx_8F8: + { type: VTX, count: 90, offset: 0x40008F8, symbol: ast_enmy_planet_seg4_vtx_8F8 } + +aTripodAnim: + { type: SF64:ANIM, offset: 0x40001A4, symbol: aTripodAnim } + +aTripodSkel: + { type: SF64:SKELETON, offset: 0x4000270, symbol: aTripodSkel } + +aVenomTankDL: + { type: GFX, offset: 0x4000710, symbol: aVenomTankDL } + +D_ENMY_PLANET_4001298: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001298, symbol: D_ENMY_PLANET_4001298 } + +D_ENMY_PLANET_4001698: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001698, symbol: D_ENMY_PLANET_4001698 } + +D_ENMY_PLANET_4000E98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04000E98, symbol: D_ENMY_PLANET_4000E98 } + +D_ENMY_PLANET_4001098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001098, symbol: D_ENMY_PLANET_4001098 } + +D_ENMY_PLANET_4001498: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04001498, symbol: D_ENMY_PLANET_4001498 } + +D_ENMY_PLANET_40018A0: + { type: GFX, offset: 0x40018A0, symbol: D_ENMY_PLANET_40018A0 } + +D_ENMY_PLANET_40024B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x040024B8, symbol: D_ENMY_PLANET_40024B8 } + +D_ENMY_PLANET_4002538: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04002538, symbol: D_ENMY_PLANET_4002538 } + +D_ENMY_PLANET_4002D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x04002D38, symbol: D_ENMY_PLANET_4002D38 } + +D_ENMY_PLANET_4003D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04003D38, symbol: D_ENMY_PLANET_4003D38 } + +D_ENMY_PLANET_4004538: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04004538, symbol: D_ENMY_PLANET_4004538 } + +D_ENMY_PLANET_4004D38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04004D38, symbol: D_ENMY_PLANET_4004D38 } + +aFirebirdAnim: + { type: SF64:ANIM, offset: 0x40057AC, symbol: aFirebirdAnim } + +aFirebirdSkel: + { type: SF64:SKELETON, offset: 0x40058B8, symbol: aFirebirdSkel } + +D_ENMY_PLANET_4005E78: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04005E78, symbol: D_ENMY_PLANET_4005E78 } + +D_ENMY_PLANET_4006078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04006078, symbol: D_ENMY_PLANET_4006078 } + +D_ENMY_PLANET_4006280: + { type: GFX, offset: 0x4006280, symbol: D_ENMY_PLANET_4006280 } + +D_ENMY_PLANET_40064E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x040064E8, symbol: D_ENMY_PLANET_40064E8 } + +D_ENMY_PLANET_40066E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x040066E8, symbol: D_ENMY_PLANET_40066E8 } + +aVenomFighter1DL: + { type: GFX, offset: 0x40068F0, symbol: aVenomFighter1DL } + +aVenomFighter2DL: + { type: GFX, offset: 0x4006E90, symbol: aVenomFighter2DL } + +aGrangaFighter1DL: + { type: GFX, offset: 0x40073C0, symbol: aGrangaFighter1DL } + +aGrangaFighter2DL: + { type: GFX, offset: 0x4007AF0, symbol: aGrangaFighter2DL } + +D_ENMY_PLANET_4008100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04008100, symbol: D_ENMY_PLANET_4008100 } + +D_ENMY_PLANET_4008CE0: + { type: GFX, offset: 0x4008CE0, symbol: D_ENMY_PLANET_4008CE0 } + +D_ENMY_PLANET_4008D68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x04008D68, symbol: D_ENMY_PLANET_4008D68 } + +D_ENMY_PLANET_4008FF8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x04008FF8, symbol: D_ENMY_PLANET_4008FF8 } + +D_ENMY_PLANET_4008F70: + { type: GFX, offset: 0x4008F70, symbol: D_ENMY_PLANET_4008F70 } + +aSpyEyeDL: + { type: GFX, offset: 0x4009800, symbol: aSpyEyeDL } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_space.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_space.yaml new file mode 100644 index 0000000..3cc2802 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_enmy_space.yaml @@ -0,0 +1,134 @@ +:config: + segments: + - [0x04, 0x922730] + header: + code: + - '#include "assets/ast_enmy_space.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aKillerBeeAnim: + { type: SF64:ANIM, offset: 0x4000080, symbol: aKillerBeeAnim } + +aKillerBeeSkel: + { type: SF64:SKELETON, offset: 0x400014C, symbol: aKillerBeeSkel } + +aEnmySpMeMora1DL: + { type: GFX, offset: 0x4000170, symbol: aEnmySpMeMora1DL } + +aSpiderDL: + { type: GFX, offset: 0x4000650, symbol: aSpiderDL } + +aGammaOnDL: + { type: GFX, offset: 0x4000EC0, symbol: aGammaOnDL } + +D_ENMY_SPACE_4001108: + { type: TEXTURE, format: RGBA16, offset: 0x4001108, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4001108 } + +aAttacker2DL: + { type: GFX, offset: 0x4001310, symbol: aAttacker2DL } + +aCommanderTex1: + { type: TEXTURE, format: RGBA16, offset: 0x4001A30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex1 } + +aCommanderTex2: + { type: TEXTURE, format: RGBA16, offset: 0x04001C30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex2 } + +aCommanderTex3: + { type: TEXTURE, format: RGBA16, offset: 0x04001E30, width: 16, height: 16, ctype: u16, symbol: aCommanderTex3 } + +aCommanderTex4: + { type: TEXTURE, format: RGBA16, offset: 0x04002030, width: 16, height: 16, ctype: u16, symbol: aCommanderTex4 } + +D_ENMY_SPACE_4002230: + { type: GFX, offset: 0x4002230, symbol: D_ENMY_SPACE_4002230 } + +D_ENMY_SPACE_4002C50: + { type: TEXTURE, format: RGBA16, offset: 0x04002C50, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4002C50 } + +D_ENMY_SPACE_4002E50: + { type: TEXTURE, format: RGBA16, offset: 0x04002E50, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4002E50 } + +aCommanderTex6: + { type: TEXTURE, format: RGBA16, offset: 0x04003050, width: 16, height: 16, ctype: u16, symbol: aCommanderTex6 } + +D_ENMY_SPACE_4003250: + { type: TEXTURE, format: RGBA16, offset: 0x04003250, width: 4, height: 4, ctype: u16, symbol: D_ENMY_SPACE_4003250 } + +D_ENMY_SPACE_4003270: + { type: TEXTURE, format: RGBA16, offset: 0x04003270, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_4003270 } + +aCommanderTex5: + { type: TEXTURE, format: RGBA16, offset: 0x04003470, width: 16, height: 16, ctype: u16, symbol: aCommanderTex5 } + +D_ENMY_SPACE_4003670: + { type: TEXTURE, format: RGBA16, offset: 0x04003670, width: 8, height: 8, ctype: u16, symbol: D_ENMY_SPACE_4003670 } + +D_ENMY_SPACE_4003BD0: + { type: GFX, offset: 0x4003BD0, symbol: D_ENMY_SPACE_4003BD0 } + +D_ENMY_SPACE_40047E8: + { type: TEXTURE, format: RGBA16, offset: 0x40047E8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_40047E8 } + +D_ENMY_SPACE_4004FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4004FE8, width: 64, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4004FE8 } + +D_ENMY_SPACE_4005FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4005FE8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4005FE8 } + +D_ENMY_SPACE_40067E8: + { type: TEXTURE, format: RGBA16, offset: 0x40067E8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_40067E8 } + +D_ENMY_SPACE_40077E8: + { type: TEXTURE, format: RGBA16, offset: 0x40077E8, width: 8, height: 8, ctype: u16, symbol: D_ENMY_SPACE_40077E8 } + +D_ENMY_SPACE_4007870: + { type: GFX, offset: 0x4007870, symbol: D_ENMY_SPACE_4007870 } + +D_ENMY_SPACE_4006FE8: + { type: TEXTURE, format: RGBA16, offset: 0x4006FE8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4006FE8 } + +aEnmySpMeMora2DL: + { type: GFX, offset: 0x40084D0, symbol: aEnmySpMeMora2DL } + +D_ENMY_SPACE_4008550: + { type: TEXTURE, format: RGBA16, offset: 0x04008550, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4008550 } + +aGammaOffDL: + { type: GFX, offset: 0x4008D50, symbol: aGammaOffDL } + +aVenomFighter3DL: + { type: GFX, offset: 0x4008FA0, symbol: aVenomFighter3DL } + +D_ENMY_SPACE_40096B8: + { type: TEXTURE, format: RGBA16, offset: 0x040096B8, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_40096B8 } + +D_ENMY_SPACE_40098B8: + { type: TEXTURE, format: RGBA16, offset: 0x040098B8, width: 16, height: 16, ctype: u16, symbol: D_ENMY_SPACE_40098B8 } + +D_ENMY_SPACE_4009AB8: + { type: TEXTURE, format: RGBA16, offset: 0x04009AB8, width: 32, height: 32, ctype: u16, symbol: D_ENMY_SPACE_4009AB8 } + +aCruiserGunAnim: + { type: SF64:ANIM, offset: 0x400A30C, symbol: aCruiserGunAnim } + +aCruiserGunSkel: + { type: SF64:SKELETON, offset: 0x400A398, symbol: aCruiserGunSkel } + +aEnmySpMeMora3DL: + { type: GFX, offset: 0x400A630, symbol: aEnmySpMeMora3DL } + + +aCommanderDL: + { type: GFX, offset: 0x400AAE0, symbol: aCommanderDL } + + +aAttacker3DL: + { type: GFX, offset: 0x400B390, symbol: aAttacker3DL } + + +aAttacker1DL: + { type: GFX, offset: 0x400BD20, symbol: aAttacker1DL } + +# size = 0xC510 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_font_3d.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_font_3d.yaml new file mode 100644 index 0000000..eb676ff --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_font_3d.yaml @@ -0,0 +1,128 @@ +:config: + segments: + - [0x09, 0xCDDCA0] + header: + code: + - '#include "assets/ast_font_3d.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aFont3D_DOT: + { type: GFX, offset: 0x9000000, symbol: aFont3D_DOT } + +aFont3D_1: + { type: GFX, offset: 0x90001F0, symbol: aFont3D_1 } + +D_FONT3D_9000528: + { type: TEXTURE, ctype: u8, format: CI4, width: 8, height: 8, offset: 0x09000528, symbol: D_FONT3D_9000528, tlut: 0x09000548 } + +D_FONT3D_9000548: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x09000548, symbol: D_FONT3D_9000548 } + +aFont3D_O: + { type: GFX, offset: 0x9000570, symbol: aFont3D_O } + +aFont3D_D: + { type: GFX, offset: 0x9000980, symbol: aFont3D_D } + +aFont3D_J: + { type: GFX, offset: 0x9001120, symbol: aFont3D_J } + +aFont3D_P: + { type: GFX, offset: 0x90014E0, symbol: aFont3D_P } + +aFont3D_Z: + { type: GFX, offset: 0x9001A10, symbol: aFont3D_Z } + +aFont3D_Y: + { type: GFX, offset: 0x9001E90, symbol: aFont3D_Y } + +aFont3D_X: + { type: GFX, offset: 0x90022A0, symbol: aFont3D_X } + +aFont3D_W: + { type: GFX, offset: 0x9002890, symbol: aFont3D_W } + +aFont3D_V: + { type: GFX, offset: 0x9002EA0, symbol: aFont3D_V } + +aFont3D_U: + { type: GFX, offset: 0x9003230, symbol: aFont3D_U } + +aFont3D_T: + { type: GFX, offset: 0x9003620, symbol: aFont3D_T } + +aFont3D_S: + { type: GFX, offset: 0x9003A30, symbol: aFont3D_S } + +aFont3D_R: + { type: GFX, offset: 0x9004230, symbol: aFont3D_R } + +aFont3D_Q: + { type: GFX, offset: 0x9004920, symbol: aFont3D_Q } + +aFont3D_N: + { type: GFX, offset: 0x9004E10, symbol: aFont3D_N } + +aFont3D_M: + { type: GFX, offset: 0x9005380, symbol: aFont3D_M } + +aFont3D_L: + { type: GFX, offset: 0x9005980, symbol: aFont3D_L } + +aFont3D_K: + { type: GFX, offset: 0x9005CA0, symbol: aFont3D_K } + +aFont3D_I: + { type: GFX, offset: 0x90062D0, symbol: aFont3D_I } + +aFont3D_H: + { type: GFX, offset: 0x9006500, symbol: aFont3D_H } + +aFont3D_G: + { type: GFX, offset: 0x9006AE0, symbol: aFont3D_G } + +aFont3D_F: + { type: GFX, offset: 0x90070C0, symbol: aFont3D_F } + +aFont3D_E: + { type: GFX, offset: 0x90075A0, symbol: aFont3D_E } + +aFont3D_C: + { type: GFX, offset: 0x9007BB0, symbol: aFont3D_C } + +aFont3D_B: + { type: GFX, offset: 0x9007FD0, symbol: aFont3D_B } + +aFont3D_A: + { type: GFX, offset: 0x90086F0, symbol: aFont3D_A } + +aFont3D_9: + { type: GFX, offset: 0x9008C60, symbol: aFont3D_9 } + +aFont3D_8: + { type: GFX, offset: 0x9009280, symbol: aFont3D_8 } + +aFont3D_7: + { type: GFX, offset: 0x9009990, symbol: aFont3D_7 } + +aFont3D_6: + { type: GFX, offset: 0x9009CB0, symbol: aFont3D_6 } + +aFont3D_5: + { type: GFX, offset: 0x900A290, symbol: aFont3D_5 } + +aFont3D_4: + { type: GFX, offset: 0x900A870, symbol: aFont3D_4 } + +aFont3D_3: + { type: GFX, offset: 0x900AF60, symbol: aFont3D_3 } + +aFont3D_2: + { type: GFX, offset: 0x900B580, symbol: aFont3D_2 } + +aFont3D_0: + { type: GFX, offset: 0x900BB90, symbol: aFont3D_0 } + +# size = 0xC1D0 diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_fortuna.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_fortuna.yaml new file mode 100644 index 0000000..db19f08 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_fortuna.yaml @@ -0,0 +1,183 @@ +:config: + segments: + - [0x6, 0xB1CA50] + header: + code: + - '#include "assets/ast_fortuna.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +# Fortuna +# Former Defense Post +aFoTitleCardTex: + { type: TEXTURE, format: IA8, width: 168, height: 28, offset: 0x6000000, ctype: u8, symbol: aFoTitleCardTex } + +D_FO_6001260: + { type: TEXTURE, format: IA8, width: 16, height: 16, offset: 0x6001260, ctype: u8, symbol: D_FO_6001260 } + +D_FO_6001360: + { type: GFX, offset: 0x6001360, symbol: D_FO_6001360 } + +D_FO_6001890: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6001890, ctype: u16, symbol: D_FO_6001890 } + +D_FO_6002090: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6002090, ctype: u16, symbol: D_FO_6002090 } + +D_FO_6002890: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6002890, ctype: u16, symbol: D_FO_6002890 } + +aFoBaseDL2: + { type: GFX, offset: 0x6003090, symbol: aFoBaseDL2 } + +D_FO_6003EC0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003EC0, ctype: u16, symbol: D_FO_6003EC0 } + +D_FO_60046C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60046C0, ctype: u16, symbol: D_FO_60046C0 } + +D_FO_60048C0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60048C0, ctype: u16, symbol: D_FO_60048C0 } + +D_FO_6004AC0: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, offset: 0x6004AC0, ctype: u16, symbol: D_FO_6004AC0 } + +D_FO_6005AC0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6005AC0, ctype: u16, symbol: D_FO_6005AC0 } + +D_FO_6005CC0: + { type: GFX, offset: 0x6005CC0, symbol: D_FO_6005CC0 } + +D_FO_6005F20: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6005F20, ctype: u16, symbol: D_FO_6005F20 } + +D_FO_6006120: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6006120, ctype: u8, symbol: D_FO_6006120 } + +D_FO_6006220: + { type: TEXTURE, format: TLUT, colors: 120, offset: 0x6006220, ctype: u16, symbol: D_FO_6006220 } + +aFoMountain3DL: + { type: GFX, offset: 0x6006310, symbol: aFoMountain3DL } + +aFoTowerDL: + { type: GFX, offset: 0x60066E0, symbol: aFoTowerDL } + +ast_fortuna_seg6_vtx_6898: + { type: VTX, count: 52, offset: 0x6006898, symbol: ast_fortuna_seg6_vtx_6898 } + +D_FO_6006BE0: + { type: GFX, offset: 0x6006BE0, symbol: D_FO_6006BE0 } + +ast_fortuna_seg6_vtx_6D00: + { type: VTX, count: 62, offset: 0x6006D00, symbol: ast_fortuna_seg6_vtx_6D00 } + +D_FO_60070E0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60070E0, ctype: u16, symbol: D_FO_60070E0 } + +D_FO_60072E0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60072E0, ctype: u16, symbol: D_FO_60072E0 } + +D_FO_60074E0: + { type: GFX, offset: 0x60074E0, symbol: D_FO_60074E0 } + +D_FO_6007590: + { type: GFX, offset: 0x6007590, symbol: D_FO_6007590 } + +D_FO_6007730: + { type: GFX, offset: 0x6007730, symbol: D_FO_6007730 } + +aFoRadarAnim: + { type: SF64:ANIM, offset: 0x6007854, symbol: aFoRadarAnim } + +aFoRadarSkel: + { type: SF64:SKELETON, offset: 0x6007980, symbol: aFoRadarSkel } + +aFoMountain1DL: + { type: GFX, offset: 0x60079B0, symbol: aFoMountain1DL } + +aFoMountain2DL: + { type: GFX, offset: 0x6007D80, symbol: aFoMountain2DL } + +D_FO_6008150: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6008150, ctype: u16, symbol: D_FO_6008150 } + +D_FO_6009070: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6009070, ctype: u16, symbol: D_FO_6009070 } + +aFoEnemyShadowDL: + { type: GFX, offset: 0x6009F90, symbol: aFoEnemyShadowDL } + +D_FO_600A018: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600A018, ctype: u8, symbol: D_FO_600A018 } + +aFoPoleDL: + { type: GFX, offset: 0x600A420, symbol: aFoPoleDL } + +D_FO_600A4A8: + { type: TEXTURE, format: RGBA16, width: 32, height: 64, offset: 0x600A4A8, ctype: u16, symbol: D_FO_600A4A8 } + +D_FO_600B4B0: + { type: GFX, offset: 0x600B4B0, symbol: D_FO_600B4B0 } + +D_FO_600B5C0: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600B5C0, ctype: u16, symbol: D_FO_600B5C0 } + +D_FO_600C5C0: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600C5C0, ctype: u16, symbol: D_FO_600C5C0 } + +aFoBaseDL1: + { type: GFX, offset: 0x600D5C0, symbol: aFoBaseDL1 } + +D_FO_600D7E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600D7E8, ctype: u16, symbol: D_FO_600D7E8 } + +D_FO_600D9F0: + { type: GFX, offset: 0x600D9F0, symbol: D_FO_600D9F0 } + +D_FO_600DA88: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600DA88, ctype: u16, symbol: D_FO_600DA88 } + +D_FO_600EA90: + { type: SF64:ENVIRONMENT, offset: 0x600EA90, symbol: D_FO_600EA90 } + +D_FO_600EAD4: + { type: SF64:OBJECT_INIT, offset: 0x600EAD4, symbol: D_FO_600EAD4 } + +D_FO_600F1DC: + { type: SF64:COLPOLY, offset: 0x600F1DC, count: 22, symbol: D_FO_600F1DC, mesh_symbol: D_FO_OFFSET } + +D_FO_600F3F4: + { type: SF64:COLPOLY, offset: 0x600F3F4, count: 22, symbol: D_FO_600F3F4, mesh_symbol: D_FO_OFFSET } + +D_FO_600F60C: + { type: SF64:COLPOLY, offset: 0x600F60C, count: 93, symbol: D_FO_600F60C, mesh_symbol: D_FO_OFFSET } + +aFoPoleHitbox: + { type: SF64:HITBOX, offset: 0x600FE9C, symbol: aFoPoleHitbox } + +aFoTowerHitbox: + { type: SF64:HITBOX, offset: 0x600FEB8, symbol: aFoTowerHitbox } + +aFoRadarHitbox: + { type: SF64:HITBOX, offset: 0x600FF30, symbol: aFoRadarHitbox } + +D_FO_600FF64: + { type: SF64:HITBOX, offset: 0x600FF64, symbol: D_FO_600FF64 } + +aFoMountain1Hitbox: + { type: SF64:HITBOX, offset: 0x600FF80, symbol: aFoMountain1Hitbox } + +aFoMountain2Hitbox: + { type: SF64:HITBOX, offset: 0x600FFA0, symbol: aFoMountain2Hitbox } + +aFoMountain3Hitbox: + { type: SF64:HITBOX, offset: 0x600FFC0, symbol: aFoMountain3Hitbox } + +aFoBaseHitbox: + { type: SF64:HITBOX, offset: 0x600FFE0, symbol: aFoBaseHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_great_fox.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_great_fox.yaml new file mode 100644 index 0000000..e56b7b7 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_great_fox.yaml @@ -0,0 +1,93 @@ +:config: + segments: + - [0xE, 0x92EC40] + header: + code: + - '#include "assets/ast_great_fox.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Great Fox Model +aGreatFoxIntactDL: + { type: GFX, offset: 0xE000000, symbol: aGreatFoxIntactDL } + +D_GREAT_FOX_E0094B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E0094B0, symbol: D_GREAT_FOX_E0094B0 } + +D_GREAT_FOX_E009CB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E009CB0, symbol: D_GREAT_FOX_E009CB0 } + +# Great Fox Logo +D_GREAT_FOX_E00ACB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00ACB0, symbol: D_GREAT_FOX_E00ACB0 } + +D_GREAT_FOX_E00B4B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00B4B0, symbol: D_GREAT_FOX_E00B4B0 } + +# Yellow Square +D_GREAT_FOX_E00B530: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00B530, symbol: D_GREAT_FOX_E00B530 } + +D_GREAT_FOX_E00B5B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00B5B0, symbol: D_GREAT_FOX_E00B5B0 } + +# Great Fox Starfox Logo +D_GREAT_FOX_E00BDB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E00BDB0, symbol: D_GREAT_FOX_E00BDB0 } + +D_GREAT_FOX_E00CDB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0E00CDB0, symbol: D_GREAT_FOX_E00CDB0 } + +D_GREAT_FOX_E00CFB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00CFB0, symbol: D_GREAT_FOX_E00CFB0 } + +D_GREAT_FOX_E00D7B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E00D7B0, symbol: D_GREAT_FOX_E00D7B0 } + +# Black Square +D_GREAT_FOX_E007430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E007430, symbol: D_GREAT_FOX_E007430 } + +# Great Fox Model (damaged) +aGreatFoxDamagedDL: + { type: GFX, offset: 0xE003AB0, symbol: aGreatFoxDamagedDL } + +D_GREAT_FOX_E0074B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0E0074B0, symbol: D_GREAT_FOX_E0074B0 } + +D_GREAT_FOX_E0084B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E0084B0, symbol: D_GREAT_FOX_E0084B0 } + +D_GREAT_FOX_E008CB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0E008CB0, symbol: D_GREAT_FOX_E008CB0 } + +D_GREAT_FOX_E00DFB0: + { type: GFX, offset: 0xE00DFB0, symbol: D_GREAT_FOX_E00DFB0 } + +D_GREAT_FOX_E00E078: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E00E078, symbol: D_GREAT_FOX_E00E078 } + +# Radio Face of ROB64 +D_GREAT_FOX_E00E100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00E100, symbol: D_GREAT_FOX_E00E100 } + +# Radio Face of ROB64 (talking) +D_GREAT_FOX_E00F020: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00F020, symbol: D_GREAT_FOX_E00F020 } + +# Radio Face of General Pepper +D_GREAT_FOX_E00FF40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E00FF40, symbol: D_GREAT_FOX_E00FF40 } + +# Radio Face of General Pepper (talking) +D_GREAT_FOX_E010E60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0E010E60, symbol: D_GREAT_FOX_E010E60 } + +D_GREAT_FOX_E011D80: + { type: GFX, offset: 0xE011D80, symbol: D_GREAT_FOX_E011D80 } + +D_GREAT_FOX_E011E08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0E011E08, symbol: D_GREAT_FOX_E011E08 } + +# size = 0x11E90 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_katina.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_katina.yaml new file mode 100644 index 0000000..19941a9 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_katina.yaml @@ -0,0 +1,179 @@ +:config: + segments: + - [0x6, 0xBB11D0] + header: + code: + - '#include "assets/ast_katina.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +# Katina +# Frontline Base +aKaTitleCardTex: + { type: TEXTURE, format: IA8, width: 168, height: 28, offset: 0x6000000, ctype: u8, symbol: aKaTitleCardTex } + +D_KA_6001260: + { type: TEXTURE, format: IA8, width: 8, height: 8, offset: 0x6001260, ctype: u8, symbol: D_KA_6001260 } + +aKaDestroyedHatchDL: + { type: GFX, offset: 0x60012A0, symbol: aKaDestroyedHatchDL } + +aKaEnemyDL: + { type: GFX, offset: 0x6001530, symbol: aKaEnemyDL } + +D_KA_6001968: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6001968, ctype: u16, symbol: D_KA_6001968 } + +# Mothership model +D_KA_6002170: + { type: GFX, offset: 0x6002170, symbol: D_KA_6002170 } + +D_KA_6004078: + { type: TEXTURE, format: RGBA16, width: 8, height: 8, offset: 0x6004078, ctype: u16, symbol: D_KA_6004078 } + +D_KA_60040F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60040F8, ctype: u16, symbol: D_KA_60040F8 } + +D_KA_60048F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60048F8, ctype: u16, symbol: D_KA_60048F8 } + +D_KA_60050F8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x60050F8, ctype: u16, symbol: D_KA_60050F8 } + +D_KA_60052F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60052F8, ctype: u16, symbol: D_KA_60052F8 } + +D_KA_6005AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005AF8, ctype: u16, symbol: D_KA_6005AF8 } + +D_KA_60062F8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60062F8, ctype: u16, symbol: D_KA_60062F8 } + +D_KA_6006AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006AF8, ctype: u16, symbol: D_KA_6006AF8 } + +aKaDestroyedKaSaucererDL: + { type: GFX, offset: 0x6007300, symbol: aKaDestroyedKaSaucererDL } + +D_KA_6009250: + { type: GFX, offset: 0x6009250, symbol: D_KA_6009250 } + +D_KA_60094A8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60094A8, ctype: u16, symbol: D_KA_60094A8 } + +D_KA_6009CB0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x6009CB0, ctype: u16, symbol: D_KA_6009CB0 } + +D_KA_600ABD0: + { type: TEXTURE, format: RGBA16, width: 44, height: 44, offset: 0x600ABD0, ctype: u16, symbol: D_KA_600ABD0 } + +aKaFLBaseDL: + { type: GFX, offset: 0x600BAF0, symbol: aKaFLBaseDL } + +D_KA_600BDB0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600BDB0, ctype: u16, symbol: D_KA_600BDB0 } + +D_KA_600C2D8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C2D8, ctype: u16, symbol: D_KA_600C2D8 } + +aKaFLBaseDestroyedDL: + { type: GFX, offset: 0x600C4E0, symbol: aKaFLBaseDestroyedDL } + +D_KA_600C760: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C760, ctype: u16, symbol: D_KA_600C760 } + +D_KA_600C960: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C960, ctype: u16, symbol: D_KA_600C960 } + +# Mothership Core +D_KA_600CB60: + { type: GFX, offset: 0x600CB60, symbol: D_KA_600CB60 } + +D_KA_600BFB0: + { type: GFX, offset: 0x600BFB0, symbol: D_KA_600BFB0 } + +aDestroyedHatch2DL: + { type: GFX, offset: 0x600CDC0, symbol: aDestroyedHatch2DL } + +aDestroyedCoreDL: + { type: GFX, offset: 0x600D090, symbol: aDestroyedCoreDL } + +aDestroyedHatch4DL: + { type: GFX, offset: 0x600D290, symbol: aDestroyedHatch4DL } + +aDestroyedHatch3DL: + { type: GFX, offset: 0x600D4E0, symbol: aDestroyedHatch3DL } + +aKaCornerianFighterShadowDL: + { type: GFX, offset: 0x600D730, symbol: aKaCornerianFighterShadowDL } + +D_KA_600D7B8: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600D7B8, ctype: u8, symbol: D_KA_600D7B8 } + +aKaEnemyShadowDL: + { type: GFX, offset: 0x600DBC0, symbol: aKaEnemyShadowDL } + +D_KA_600DC48: + { type: TEXTURE, format: IA8, width: 32, height: 32, offset: 0x600DC48, ctype: u8, symbol: D_KA_600DC48 } + +aKaCornerianFighterDL: + { type: GFX, offset: 0x600E050, symbol: aKaCornerianFighterDL } + +D_KA_600E7E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600E7E8, ctype: u16, symbol: D_KA_600E7E8 } + +D_KA_600E9E8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600E9E8, ctype: u16, symbol: D_KA_600E9E8 } + +D_KA_600EBE8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600EBE8, ctype: u16, symbol: D_KA_600EBE8 } + +D_KA_600EDE8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600EDE8, ctype: u16, symbol: D_KA_600EDE8 } + +aKaEnemyLowPolyDL: + { type: GFX, offset: 0x600EFF0, symbol: aKaEnemyLowPolyDL } + +D_KA_600F1D0: + { type: GFX, offset: 0x600F1D0, symbol: D_KA_600F1D0 } + +D_KA_600F260: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600F260, ctype: u16, symbol: D_KA_600F260 } + +D_KA_6010260: + { type: GFX, offset: 0x6010260, symbol: D_KA_6010260 } + +D_KA_60105D8: + { type: SF64:ANIM, offset: 0x60105D8, symbol: D_KA_60105D8 } + +D_KA_6010A60: + { type: GFX, offset: 0x6010A60, symbol: D_KA_6010A60 } + +D_KA_6010D20: + { type: GFX, offset: 0x6010D20, symbol: D_KA_6010D20 } + +D_KA_6010744: + { type: SF64:SKELETON, offset: 0x6010744, symbol: D_KA_6010744 } + +D_KA_6010780: + { type: GFX, offset: 0x6010780, symbol: D_KA_6010780 } + +D_KA_6011000: + { type: SF64:ENVIRONMENT, offset: 0x6011000, symbol: D_KA_6011000 } + +D_KA_6011044: + { type: SF64:OBJECT_INIT, offset: 0x6011044, symbol: D_KA_6011044 } + +aKaSaucererHitbox: + { type: SF64:HITBOX, offset: 0x6011058, symbol: aKaSaucererHitbox } + +aKaFrontlineBaseHitbox: + { type: SF64:HITBOX, offset: 0x601115C, symbol: aKaFrontlineBaseHitbox } + +D_KA_60111D8: + { type: SF64:HITBOX, offset: 0x60111D8, symbol: D_KA_60111D8 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_landmaster.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_landmaster.yaml new file mode 100644 index 0000000..641ca68 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_landmaster.yaml @@ -0,0 +1,78 @@ +:config: + segments: + - [0x3, 0x8D99F0] + header: + code: + - '#include "assets/ast_landmaster.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aLandmasterLifeIconTex: + { type: TEXTURE, format: CI4, offset: 0x3000000, width: 16, height: 16, ctype: u8, tlut: 0x3000080, symbol: aLandmasterLifeIconTex } + +aLandmasterLifeIconTLUT: + { type: TEXTURE, format: TLUT, offset: 0x3000080, colors: 8, ctype: u16, symbol: aLandmasterLifeIconTLUT } + +aLandmasterModelDL: + { type: GFX, offset: 0x3000090, symbol: aLandmasterModelDL } + +D_landmaster_3004CA8: + { type: TEXTURE, format: RGBA16, offset: 0x3004CA8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3004CA8 } + +D_landmaster_30054A8: + { type: TEXTURE, format: RGBA16, offset: 0x30054A8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_30054A8 } + +D_landmaster_3005CA8: + { type: TEXTURE, format: RGBA16, offset: 0x3005CA8, width: 16, height: 16, ctype: u16, symbol: D_landmaster_3005CA8 } + +D_landmaster_3005EA8: + { type: TEXTURE, format: RGBA16, offset: 0x3005EA8, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3005EA8 } + +D_landmaster_3002680: + { type: TEXTURE, format: RGBA16, offset: 0x3002680, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3002680 } + +D_landmaster_3002E80: + { type: TEXTURE, format: RGBA16, offset: 0x3002E80, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3002E80 } + +D_landmaster_3003680: + { type: TEXTURE, format: RGBA16, offset: 0x3003680, width: 64, height: 32, ctype: u16, symbol: D_landmaster_3003680 } + +D_landmaster_3001680: + { type: TEXTURE, format: RGBA16, offset: 0x3001680, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3001680 } + +D_landmaster_3001E80: + { type: TEXTURE, format: RGBA16, offset: 0x3001E80, width: 32, height: 32, ctype: u16, symbol: D_landmaster_3001E80 } + +aLandmasterCanonDL: + { type: GFX, offset: 0x3004680, symbol: aLandmasterCanonDL } + +D_landmaster_30066B0: + { type: GFX, offset: 0x30066B0, symbol: D_landmaster_30066B0 } + +D_landmaster_3006738: + { type: TEXTURE, format: IA8, offset: 0x3006738, width: 16, height: 32, ctype: u8, symbol: D_landmaster_3006738 } + +D_landmaster_3006940: + { type: GFX, offset: 0x3006940, symbol: D_landmaster_3006940 } + +D_landmaster_30069D8: + { type: TEXTURE, format: IA8, offset: 0x030069D8, width: 32, height: 32, ctype: u8, symbol: D_landmaster_30069D8 } + +D_landmaster_3006DE0: + { type: GFX, offset: 0x3006DE0, symbol: D_landmaster_3006DE0 } + +D_landmaster_3006E68: + { type: TEXTURE, format: RGBA32, offset: 0x3006E68, width: 32, height: 32, ctype: u32, symbol: D_landmaster_3006E68 } + +D_landmaster_3007E70: + { type: GFX, offset: 0x3007E70, symbol: D_landmaster_3007E70 } + +D_landmaster_3007EF8: + { type: TEXTURE, format: RGBA16, offset: 0x3007EF8, width: 16, height: 16, ctype: u16, symbol: D_landmaster_3007EF8 } + +D_landmaster_3008100: + { type: GFX, offset: 0x3008100, symbol: D_landmaster_3008100 } + +D_landmaster_3008188: + { type: TEXTURE, format: IA8, offset: 0x03008188, width: 32, height: 32, ctype: u8, symbol: D_landmaster_3008188 } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_logo.yml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_logo.yml new file mode 100644 index 0000000..7cfee36 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_logo.yml @@ -0,0 +1,18 @@ +:config: + segments: + - [0x0F, 0xD25100] + header: + code: + - '#include "assets/ast_logo.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +nintendo_logo: + type: TEXTURE + offset: 0xF000000 + format: IA8 + width: 128 + height: 74 + ctype: u8 + symbol: gNintendoLogo \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_macbeth.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_macbeth.yaml new file mode 100644 index 0000000..0b84ef9 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_macbeth.yaml @@ -0,0 +1,938 @@ +:config: + segments: + - [0x06, 0xBC23D0] + header: + code: + - '#include "assets/ast_macbeth.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aMaTitleCardTex: + {type: TEXTURE, format: IA8, ctype: u8, width: 160, height: 28, offset: 0x6000000, symbol: aMaTitleCardTex} + +D_MA_6001180: + {type: GFX, offset: 0x6001180, symbol: D_MA_6001180} + +D_MA_60012A0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60012A0, symbol: D_MA_60012A0, tlut: 0x60013A0} + +D_MA_60013A0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 128, offset: 0x60013A0, symbol: D_MA_60013A0} + +D_MA_60014A0: + {type: GFX, offset: 0x60014A0, symbol: D_MA_60014A0} + +D_MA_6001578: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6001578, symbol: D_MA_6001578, tlut: 0x6001978} + +D_MA_6001978: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 112, offset: 0x6001978, symbol: D_MA_6001978} + +D_MA_6001A60: + {type: GFX, offset: 0x6001A60, symbol: D_MA_6001A60} + +D_MA_6001B38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6001B38, symbol: D_MA_6001B38, tlut: 0x6001C38} + +D_MA_6001C38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6001C38, symbol: D_MA_6001C38} + +D_MA_6001C78: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6001C78, symbol: D_MA_6001C78, tlut: 0x6002078} + +D_MA_6002078: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 80, offset: 0x6002078, symbol: D_MA_6002078} + +D_MA_6002118: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6002118, symbol: D_MA_6002118, tlut: 0x6002518} + +D_MA_6002518: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 240, offset: 0x6002518, symbol: D_MA_6002518} + +D_MA_60026F8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60026F8, symbol: D_MA_60026F8, tlut: 0x60027F8} + +D_MA_60027F8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x60027F8, symbol: D_MA_60027F8} + +aMaGuillotine2DL: + {type: GFX, offset: 0x6002890, symbol: aMaGuillotine2DL} + +D_MA_6002C20: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 16, offset: 0x6002C20, symbol: D_MA_6002C20, tlut: 0x6002E20} + +D_MA_6002E20: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6002E20, symbol: D_MA_6002E20} + +D_MA_6002E60: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6002E60, symbol: D_MA_6002E60, tlut: 0x6002F60} + +D_MA_6002F60: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x6002F60, symbol: D_MA_6002F60} + +D_MA_6002FF0: + { type: TEXTURE, format: CI8, ctype: u8, width: 8, height: 8, offset: 0x6002FF0, symbol: D_MA_6002FF0, tlut: 0x6003030} + +D_MA_6003030: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6003030, symbol: D_MA_6003030} + +aMaRailroadSwitch3DL: + {type: GFX, offset: 0x6003070, symbol: aMaRailroadSwitch3DL} + +D_MA_6003138: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6003138, symbol: D_MA_6003138, tlut: 0x6003238} + +D_MA_6003238: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 152, offset: 0x6003238, symbol: D_MA_6003238} + +D_MA_6003370: + {type: GFX, offset: 0x6003370, symbol: D_MA_6003370} + +D_MA_6003B58: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6003B58, symbol: D_MA_6003B58, tlut: 0x6003F58} + +D_MA_6003F58: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x6003F58, symbol: D_MA_6003F58} + +D_MA_6003FC8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6003FC8, symbol: D_MA_6003FC8, tlut: 0x60043C8} + +D_MA_60043C8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x60043C8, symbol: D_MA_60043C8} + +D_MA_6004440: + {type: GFX, offset: 0x6004440, symbol: D_MA_6004440} + +D_MA_6004640: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6004640, symbol: D_MA_6004640, tlut: 0x6004A40} + +D_MA_6004A40: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 256, offset: 0x6004A40, symbol: D_MA_6004A40} + +D_MA_60050F8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60050F8, symbol: D_MA_60050F8, tlut: 0x60051F8} + +D_MA_60051F8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x60051F8, symbol: D_MA_60051F8} + +D_MA_6005238: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6005238, symbol: D_MA_6005238, tlut: 0x6005638} + +D_MA_6005638: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 248, offset: 0x6005638, symbol: D_MA_6005638} + +D_MA_6005828: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6005828, symbol: D_MA_6005828} + +D_MA_6006030: + {type: GFX, offset: 0x6006030, symbol: D_MA_6006030} + +aMaIndicatorSignDL: + {type: GFX, offset: 0x60066A0, symbol: aMaIndicatorSignDL} + +D_MA_60069A8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60069A8, symbol: D_MA_60069A8, tlut: 0x6006AA8} + +D_MA_6006AA8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 160, offset: 0x6006AA8, symbol: D_MA_6006AA8} + +D_MA_6006BE8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6006BE8, symbol: D_MA_6006BE8, tlut: 0x6006FE8} + +D_MA_6006FE8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x6006FE8, symbol: D_MA_6006FE8} + +aMaDistanceSign4DL: + {type: GFX, offset: 0x60071C0, symbol: aMaDistanceSign4DL} + +aMaDistanceSign3DL: + {type: GFX, offset: 0x6007290, symbol: aMaDistanceSign3DL} + +aMaDistanceSign2DL: + {type: GFX, offset: 0x6007360, symbol: aMaDistanceSign2DL} + +aMaDistanceSign1DL: + {type: GFX, offset: 0x6007430, symbol: aMaDistanceSign1DL} + +aMaDistanceSign5DL: + {type: GFX, offset: 0x6007500, symbol: aMaDistanceSign5DL} + +aMaWeaponsFactoryDL: + {type: GFX, offset: 0x60075D0, symbol: aMaWeaponsFactoryDL} + +D_MA_60092E0: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x60092E0, symbol: D_MA_60092E0} + +D_MA_6009AE0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009AE0, symbol: D_MA_6009AE0, tlut: 0x6009BE0} + +D_MA_6009BE0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 56, offset: 0x6009BE0, symbol: D_MA_6009BE0} + +aMaRailroadSwitch8DL: + {type: GFX, offset: 0x6009C50, symbol: aMaRailroadSwitch8DL} + +D_MA_6009D18: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009D18, symbol: D_MA_6009D18, tlut: 0x6009E18} + +D_MA_6009E18: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 120, offset: 0x6009E18, symbol: D_MA_6009E18} + +aMaRailroadSwitch7DL: + {type: GFX, offset: 0x6009F10, symbol: aMaRailroadSwitch7DL} + +D_MA_6009FD8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6009FD8, symbol: D_MA_6009FD8, tlut: 0x600A0D8} + +D_MA_600A0D8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600A0D8, symbol: D_MA_600A0D8} + +aMaRailroadSwitch6DL: + {type: GFX, offset: 0x600A1F0, symbol: aMaRailroadSwitch6DL} + +D_MA_600A2B8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A2B8, symbol: D_MA_600A2B8, tlut: 0x600A3B8} + +D_MA_600A3B8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600A3B8, symbol: D_MA_600A3B8} + +aMaRailroadSwitch5DL: + {type: GFX, offset: 0x600A4D0, symbol: aMaRailroadSwitch5DL} + +D_MA_600A598: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A598, symbol: D_MA_600A598, tlut: 0x600A698} + +D_MA_600A698: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 152, offset: 0x600A698, symbol: D_MA_600A698} + +aMaRailroadSwitch4DL: + {type: GFX, offset: 0x600A7D0, symbol: aMaRailroadSwitch4DL} + +D_MA_600A898: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600A898, symbol: D_MA_600A898, tlut: 0x600A998} + +D_MA_600A998: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 104, offset: 0x600A998, symbol: D_MA_600A998} + +aMaRailroadSwitch2DL: + {type: GFX, offset: 0x600AA70, symbol: aMaRailroadSwitch2DL} + +D_MA_600AB38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600AB38, symbol: D_MA_600AB38, tlut: 0x600AC38} + +D_MA_600AC38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 136, offset: 0x600AC38, symbol: D_MA_600AC38} + +aMaRailroadSwitch1DL: + {type: GFX, offset: 0x600AD50, symbol: aMaRailroadSwitch1DL} + +D_MA_600AE18: + { type: TEXTURE, format: CI8, ctype: u8, width: 8, height: 16, offset: 0x600AE18, symbol: D_MA_600AE18, tlut: 0x600AE98} + +D_MA_600AE98: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 80, offset: 0x600AE98, symbol: D_MA_600AE98} + +aMaGuillotine1DL: + {type: GFX, offset: 0x600AF40, symbol: aMaGuillotine1DL} + +D_MA_600B2E0: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 64, offset: 0x600B2E0, symbol: D_MA_600B2E0} + +D_MA_600C2E0: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600C2E0, symbol: D_MA_600C2E0, tlut: 0x600C3E0} + +D_MA_600C3E0: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 40, offset: 0x600C3E0, symbol: D_MA_600C3E0} + +D_MA_600C4D0: + {type: SF64:ANIM, offset: 0x600C4D0, symbol: D_MA_600C4D0} + +D_MA_600C65C: + {type: SF64:SKELETON, offset: 0x600C65C, symbol: D_MA_600C65C} + +D_MA_600CD18: + {type: SF64:ANIM, offset: 0x600CD18, symbol: D_MA_600CD18} + +D_MA_600D1E4: + {type: SF64:SKELETON, offset: 0x600D1E4, symbol: D_MA_600D1E4} + +D_MA_600D280: + { type: TEXTURE, format: IA16, ctype: u16, width: 16, height: 16, offset: 0x600D280, symbol: D_MA_600D280} + +aMaSpearDL: + {type: GFX, offset: 0x600D480, symbol: aMaSpearDL} + +D_MA_600D878: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600D878, symbol: D_MA_600D878, tlut: 0x600D978} + +D_MA_600D978: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x600D978, symbol: D_MA_600D978} + +aMaLaserTurretDL: + {type: GFX, offset: 0x600DA10, symbol: aMaLaserTurretDL} + +D_MA_600DF60: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x600DF60, symbol: D_MA_600DF60, tlut: 0x600E360} + +D_MA_600E360: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 128, offset: 0x600E360, symbol: D_MA_600E360} + +D_MA_600E460: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 4, height: 4, offset: 0x600E460, symbol: D_MA_600E460} + +D_MA_600E480: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x600E480, symbol: D_MA_600E480, tlut: 0x600E880} + +D_MA_600E880: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x600E880, symbol: D_MA_600E880} + +D_MA_600EE38: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600EE38, symbol: D_MA_600EE38, tlut: 0x600EF38} + +D_MA_600EF38: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x600EF38, symbol: D_MA_600EF38} + +D_MA_600EF98: + { type: TEXTURE, format: CI4, ctype: u8, width: 16, height: 16, offset: 0x600EF98, symbol: D_MA_600EF98, tlut: 0x600F018} + +D_MA_600F018: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 8, offset: 0x600F018, symbol: D_MA_600F018} + +D_MA_600F028: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x600F028, symbol: D_MA_600F028, tlut: 0x600F128} + +D_MA_600F128: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 24, offset: 0x600F128, symbol: D_MA_600F128} + +D_MA_600F160: + {type: GFX, offset: 0x600F160, symbol: D_MA_600F160} + +D_MA_600F2F0: + {type: GFX, offset: 0x600F2F0, symbol: D_MA_600F2F0} + +D_MA_600F3D0: + {type: GFX, offset: 0x600F3D0, symbol: D_MA_600F3D0} + +D_MA_600F6C0: + {type: GFX, offset: 0x600F6C0, symbol: D_MA_600F6C0} + +D_MA_600F9B0: + {type: GFX, offset: 0x600F9B0, symbol: D_MA_600F9B0} + +D_MA_600FEC4: + {type: SF64:ANIM, offset: 0x600FEC4, symbol: D_MA_600FEC4} + +D_MA_6010144: + {type: SF64:ANIM, offset: 0x6010144, symbol: D_MA_6010144} + +D_MA_6010220: + {type: SF64:ANIM, offset: 0x6010220, symbol: D_MA_6010220} + +D_MA_601042C: + {type: SF64:SKELETON, offset: 0x601042C, symbol: D_MA_601042C} + +D_MA_6010470: + {type: GFX, offset: 0x6010470, symbol: D_MA_6010470} + +aMaProximityLightSidesDL: + {type: GFX, offset: 0x6010700, symbol: aMaProximityLightSidesDL} + +D_MA_6010C20: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 44, height: 44, offset: 0x6010C20, symbol: D_MA_6010C20} + +D_MA_6011B40: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 44, height: 44, offset: 0x6011B40, symbol: D_MA_6011B40} + +D_MA_6012A60: + {type: GFX, offset: 0x6012A60, symbol: D_MA_6012A60} + +D_MA_6012BC0: + { type: TEXTURE, format: IA8, ctype: u8, width: 8, height: 8, offset: 0x6012BC0, symbol: D_MA_6012BC0} + +D_MA_6012C00: + {type: GFX, offset: 0x6012C00, symbol: D_MA_6012C00} + +D_MA_6012C98: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 4, height: 8, offset: 0x6012C98, symbol: D_MA_6012C98} + +aMaShockBoxLightDL: + {type: GFX, offset: 0x6012F50, symbol: aMaShockBoxLightDL} + +D_MA_6012FE0: + { type: TEXTURE, format: IA8, ctype: u8, width: 16, height: 8, offset: 0x6012FE0, symbol: D_MA_6012FE0} + +D_MA_6013060: + {type: GFX, offset: 0x6013060, symbol: D_MA_6013060} + +D_MA_6013158: + { type: TEXTURE, format: IA16, ctype: u16, width: 32, height: 32, offset: 0x6013158, symbol: D_MA_6013158} + +aMaGuillotineHousingDL: + {type: GFX, offset: 0x6013960, symbol: aMaGuillotineHousingDL} + +D_MA_6013F58: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6013F58, symbol: D_MA_6013F58, tlut: 0x6014058} + +D_MA_6014058: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 88, offset: 0x6014058, symbol: D_MA_6014058} + +D_MA_6014458: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x6014458, symbol: D_MA_6014458} + +D_MA_6015494: + {type: SF64:ANIM, offset: 0x6015494, symbol: D_MA_6015494} + +D_MA_6015500: + {type: SF64:SKELETON, offset: 0x6015500, symbol: D_MA_6015500} + +aMaShockBoxDL: + {type: GFX, offset: 0x6015510, symbol: aMaShockBoxDL} + +D_MA_6015C24: + {type: SF64:ANIM, offset: 0x6015C24, symbol: D_MA_6015C24} + +D_MA_6016040: + {type: SF64:ANIM, offset: 0x6016040, symbol: D_MA_6016040} + +D_MA_60163F0: + {type: SF64:ANIM, offset: 0x60163F0, symbol: D_MA_60163F0} + +D_MA_6016B2C: + {type: SF64:ANIM, offset: 0x6016B2C, symbol: D_MA_6016B2C} + +D_MA_6017714: + {type: SF64:ANIM, offset: 0x6017714, symbol: D_MA_6017714} + +D_MA_6017720: + {type: GFX, offset: 0x6017720, symbol: D_MA_6017720} + +D_MA_6017EB8: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6017EB8, symbol: D_MA_6017EB8} + +D_MA_60186B8: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x60186B8, symbol: D_MA_60186B8, tlut: 0x6018AB8} + +D_MA_6018AB8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 232, offset: 0x6018AB8, symbol: D_MA_6018AB8} + +D_MA_6019028: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6019028, symbol: D_MA_6019028, tlut: 0x6019128} + +D_MA_6019128: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 120, offset: 0x6019128, symbol: D_MA_6019128} + +D_MA_6019220: + {type: GFX, offset: 0x6019220, symbol: D_MA_6019220} + +D_MA_60192B0: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x60192B0, symbol: D_MA_60192B0} + +aMaBoulderDL: + {type: GFX, offset: 0x601A2B0, symbol: aMaBoulderDL} + +D_MA_601A5E8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601A5E8, symbol: D_MA_601A5E8, tlut: 0x601A6E8} + +D_MA_601A6E8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 88, offset: 0x601A6E8, symbol: D_MA_601A6E8} + +D_MA_601A7A0: + {type: GFX, offset: 0x601A7A0, symbol: D_MA_601A7A0} + +D_MA_601A840: + {type: GFX, offset: 0x601A840, symbol: D_MA_601A840} + +D_MA_601A8C8: + { type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x601A8C8, symbol: D_MA_601A8C8} + +aMaFloor6DL: + {type: GFX, offset: 0x601B0D0, symbol: aMaFloor6DL} + +aMaWall4DL: + {type: GFX, offset: 0x601B7C0, symbol: aMaWall4DL} + +D_MA_601BB78: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601BB78, symbol: D_MA_601BB78, tlut: 0x601BC78} + +D_MA_601BC78: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 72, offset: 0x601BC78, symbol: D_MA_601BC78} + +D_MA_601BD08: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x601BD08, symbol: D_MA_601BD08, tlut: 0x601BE08} + +D_MA_601BE08: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 64, offset: 0x601BE08, symbol: D_MA_601BE08} + +D_MA_601BE90: + {type: GFX, offset: 0x601BE90, symbol: D_MA_601BE90} + +aMaTowerTopDL: + {type: GFX, offset: 0x601C000, symbol: aMaTowerTopDL} + +D_MA_601C170: + {type: GFX, offset: 0x601C170, symbol: D_MA_601C170} + +aMaRailroadCartDL: + {type: GFX, offset: 0x601C520, symbol: aMaRailroadCartDL} + +D_MA_601D188: + {type: SF64:ANIM, offset: 0x601D188, symbol: D_MA_601D188} + +D_MA_601EA28: + {type: SF64:ANIM, offset: 0x601EA28, symbol: D_MA_601EA28} + +D_MA_601EAB0: + {type: SF64:ANIM, offset: 0x601EAB0, symbol: D_MA_601EAB0} + +D_MA_601EBBC: + {type: SF64:SKELETON, offset: 0x601EBBC, symbol: D_MA_601EBBC} + +aMaWall2DL: + {type: GFX, offset: 0x601F1D0, symbol: aMaWall2DL} + +aMaProximityLightTopDL: + {type: GFX, offset: 0x601F270, symbol: aMaProximityLightTopDL} + +D_MA_6020A30: + {type: GFX, offset: 0x6020A30, symbol: D_MA_6020A30} + +D_MA_60200E0: + {type: GFX, offset: 0x60200E0, symbol: D_MA_60200E0} + +D_MA_6020E600: + {type: GFX, offset: 0x6020E60, symbol: D_MA_6020E60} + +D_MA_6022200: + {type: GFX, offset: 0x6022200, symbol: D_MA_6022200} + +D_MA_60223C0: + {type: GFX, offset: 0x60223C0, symbol: D_MA_60223C0} + +D_MA_6022450: + { type: GFX, offset: 0x6022450, symbol: D_MA_6022450} + +D_MA_6022530: + {type: GFX, offset: 0x6022530, symbol: D_MA_6022530} + +D_MA_6022610: + {type: GFX, offset: 0x6022610, symbol: D_MA_6022610} + +D_MA_60227F0: + {type: GFX, offset: 0x60227F0, symbol: D_MA_60227F0} + +D_MA_6022B68: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6022B68, symbol: D_MA_6022B68, tlut: 0x6022F68} + +D_MA_6022F68: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 176, offset: 0x6022F68, symbol: D_MA_6022F68} + +D_MA_60230C8: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x60230C8, symbol: D_MA_60230C8, tlut: 0x60231C8} + +D_MA_60231C8: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x60231C8, symbol: D_MA_60231C8} + +D_MA_6023228: + { type: TEXTURE, format: CI8, ctype: u8, width: 16, height: 16, offset: 0x6023228, symbol: D_MA_6023228, tlut: 0x6023328} + +D_MA_6023328: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 48, offset: 0x6023328, symbol: D_MA_6023328} + +D_MA_6023388: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6023388, symbol: D_MA_6023388, tlut: 0x6023788} + +D_MA_6023788: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 176, offset: 0x6023788, symbol: D_MA_6023788} + +aMaWall3DL: + {type: GFX, offset: 0x60238F0, symbol: aMaWall3DL} + +D_MA_60239D0: + {type: GFX, offset: 0x60239D0, symbol: D_MA_60239D0} + +aMaBuilding1DL: + {type: GFX, offset: 0x6024010, symbol: aMaBuilding1DL} + +D_MA_6024230: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6024230, symbol: D_MA_6024230, tlut: 0x6024630} + +D_MA_6024630: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 32, offset: 0x6024630, symbol: D_MA_6024630} + +D_MA_6024670: + {type: GFX, offset: 0x6024670, symbol: D_MA_6024670} + +aMaHorizontalLockBarDL: + {type: GFX, offset: 0x60251A0, symbol: aMaHorizontalLockBarDL} + +aMaTowerBottomDL: + {type: GFX, offset: 0x60253E0, symbol: aMaTowerBottomDL} + +aMaBarrierDL: + {type: GFX, offset: 0x60257B0, symbol: aMaBarrierDL} + +aMaVerticalLockBarDL: + {type: GFX, offset: 0x6025850, symbol: aMaVerticalLockBarDL} + +D_MA_6025A70: + {type: GFX, offset: 0x6025A70, symbol: D_MA_6025A70} + +D_MA_6025B50: + { type: GFX, offset: 0x6025B50, symbol: D_MA_6025B50} + +D_MA_6025CA0: + {type: SF64:ANIM, offset: 0x6025CA0, symbol: D_MA_6025CA0} + +D_MA_6025DAC: + {type: SF64:SKELETON, offset: 0x6025DAC, symbol: D_MA_6025DAC} + +D_MA_6026860: + {type: GFX, offset: 0x6026860, symbol: D_MA_6026860} + +D_MA_60269E0: + {type: GFX, offset: 0x60269E0, symbol: D_MA_60269E0} + +D_MA_6026C00: + { type: TEXTURE, format: CI8, ctype: u8, width: 32, height: 32, offset: 0x6026C00, symbol: D_MA_6026C00, tlut: 0x6027000} + +D_MA_6027000: + { type: TEXTURE, format: TLUT, ctype: u16, colors: 112, offset: 0x6027000, symbol: D_MA_6027000} + +aMaWall1DL: + {type: GFX, offset: 0x60270E0, symbol: aMaWall1DL} + +aMaBuilding2DL: + { type: GFX, offset: 0x6027180, symbol: aMaBuilding2DL} + +D_MA_6027320: + {type: SF64:ANIM, offset: 0x6027320, symbol: D_MA_6027320} + +D_MA_602742C: + {type: SF64:SKELETON, offset: 0x602742C, symbol: D_MA_602742C} + +aMaFloor2DL: + {type: GFX, offset: 0x6027900, symbol: aMaFloor2DL} + +D_MA_6027A04: + {type: SF64:ANIM, offset: 0x6027A04, symbol: D_MA_6027A04} + +D_MA_6027AF0: + {type: SF64:SKELETON, offset: 0x6027AF0, symbol: D_MA_6027AF0} + +D_MA_6027BF0: + {type: GFX, offset: 0x6027BF0, symbol: D_MA_6027BF0} + +D_MA_6027D40: + {type: GFX, offset: 0x6027D40, symbol: D_MA_6027D40} + +D_MA_6027EB0: + {type: GFX, offset: 0x6027EB0, symbol: D_MA_6027EB0} + +D_MA_60288A0: + {type: GFX, offset: 0x60288A0, symbol: D_MA_60288A0} + +D_MA_6029890: + {type: GFX, offset: 0x6029890, symbol: D_MA_6029890} + +D_MA_VTX_602A0D0: + {type: VTX, count: 395, offset: 0x602A0D0, symbol: D_MA_VTX_602A0D0} + +D_MA_602B980: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 16, height: 16, offset: 0x602B980, symbol: D_MA_602B980} + +D_MA_602BB80: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602BB80, symbol: D_MA_602BB80} + +D_MA_602C380: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602C380, symbol: D_MA_602C380} + +D_MA_602CB80: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602CB80, symbol: D_MA_602CB80} + +D_MA_602D380: + {type: GFX, offset: 0x602D380, symbol: D_MA_602D380} + +aMaFloor1DL: + {type: GFX, offset: 0x602DAE0, symbol: aMaFloor1DL} + +aMaFloor3DL: + {type: GFX, offset: 0x602DB80, symbol: aMaFloor3DL} + +aMaFloor5DL: + {type: GFX, offset: 0x602DC20, symbol: aMaFloor5DL} + +D_MA_602DCB8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x602DCB8, symbol: D_MA_602DCB8} + +D_MA_602EA0C: + {type: SF64:ANIM, offset: 0x602EA0C, symbol: D_MA_602EA0C} + +D_MA_602EBB8: + {type: SF64:SKELETON, offset: 0x602EBB8, symbol: D_MA_602EBB8} + +D_MA_602F098: + {type: SF64:ANIM, offset: 0x602F098, symbol: D_MA_602F098} + +D_MA_602F264: + {type: SF64:SKELETON, offset: 0x602F264, symbol: D_MA_602F264} + +D_MA_602F2E0: + {type: SF64:ANIM, offset: 0x602F2E0, symbol: D_MA_602F2E0} + +D_MA_602F36C: + {type: SF64:SKELETON, offset: 0x602F36C, symbol: D_MA_602F36C} + +D_MA_602F380: + {type: GFX, offset: 0x602F380, symbol: D_MA_602F380} + +D_MA_602FBF0: + {type: GFX, offset: 0x602FBF0, symbol: D_MA_602FBF0} + +D_MA_602FEB4: + {type: SF64:ANIM, offset: 0x602FEB4, symbol: D_MA_602FEB4} + +D_MA_602FFA0: + {type: SF64:SKELETON, offset: 0x602FFA0, symbol: D_MA_602FFA0} + +D_MA_602FFC0: + {type: GFX, offset: 0x602FFC0, symbol: D_MA_602FFC0} + +aMaTerrainBumpDL: + {type: GFX, offset: 0x6030500, symbol: aMaTerrainBumpDL} + +aMaFloor4DL: + {type: GFX, offset: 0x6030630, symbol: aMaFloor4DL} + +D_MA_60306D0: + {type: GFX, offset: 0x60306D0, symbol: D_MA_60306D0} + +D_MA_6030750: + {type: GFX, offset: 0x6030750, symbol: D_MA_6030750} + +D_MA_60309D0: + {type: GFX, offset: 0x60309D0, symbol: D_MA_60309D0} + +D_MA_6030C50: + {type: GFX, offset: 0x6030C50, symbol: D_MA_6030C50} + +D_MA_6030E30: + {type: SF64:ENVIRONMENT, offset: 0x6030E30, symbol: D_MA_6030E30} + +D_MA_6030E74: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030E74, symbol: D_MA_6030E74, mesh_symbol: D_MA_OFFSET} + +D_MA_6030EB0: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030EB0, symbol: D_MA_6030EB0, mesh_symbol: D_MA_OFFSET} + +D_MA_6030EEC: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030EEC, symbol: D_MA_6030EEC, mesh_symbol: D_MA_OFFSET} + +D_MA_6030F28: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030F28, symbol: D_MA_6030F28, mesh_symbol: D_MA_OFFSET} + +D_MA_6030F64: + {type: SF64:TRIANGLE, count: 4, offset: 0x6030F64, symbol: D_MA_6030F64, mesh_symbol: D_MA_OFFSET} + +D_MA_6030FC4: + {type: SF64:TRIANGLE, count: 2, offset: 0x6030FC4, symbol: D_MA_6030FC4, mesh_symbol: D_MA_OFFSET} + +D_MA_6031000: + {type: SF64:OBJECT_INIT, offset: 0x6031000, symbol: D_MA_6031000} + +D_MA_6035678: + {type: SF64:OBJECT_INIT, offset: 0x6035678, symbol: D_MA_6035678} + +D_MA_60357CC: + {type: SF64:OBJECT_INIT, offset: 0x60357CC, symbol: D_MA_60357CC} + +D_MA_6035920: + {type: SF64:OBJECT_INIT, offset: 0x6035920, symbol: D_MA_6035920} + +D_MA_60359AC: + {type: SF64:HITBOX, offset: 0x60359AC, symbol: D_MA_60359AC} + +aMaLocomotiveHitbox: + {type: SF64:HITBOX, offset: 0x60359C8, symbol: aMaLocomotiveHitbox} + +aMaTrainCar2Hitbox: + {type: SF64:HITBOX, offset: 0x6035A14, symbol: aMaTrainCar2Hitbox} + +aMaTrainCar1Hitbox: + {type: SF64:HITBOX, offset: 0x6035A48, symbol: aMaTrainCar1Hitbox} + +D_MA_6035A94: + {type: SF64:HITBOX, offset: 0x6035A94, symbol: D_MA_6035A94} + +aMaTrainCar3Hitbox: + {type: SF64:HITBOX, offset: 0x6035AE0, symbol: aMaTrainCar3Hitbox} + +D_MA_6035B44: + {type: SF64:HITBOX, offset: 0x6035B44, symbol: D_MA_6035B44} + +D_MA_6035BA8: + {type: SF64:HITBOX, offset: 0x6035BA8, symbol: D_MA_6035BA8} + +D_MA_6035C0C: + {type: SF64:HITBOX, offset: 0x6035C0C, symbol: D_MA_6035C0C} + +D_MA_6035C70: + {type: SF64:HITBOX, offset: 0x6035C70, symbol: D_MA_6035C70} + +D_MA_6035CD4: + {type: SF64:HITBOX, offset: 0x6035CD4, symbol: D_MA_6035CD4} + +D_MA_6035D38: + {type: SF64:HITBOX, offset: 0x6035D38, symbol: D_MA_6035D38} + +aMaTrainCar4Hitbox: + {type: SF64:HITBOX, offset: 0x6035D9C, symbol: aMaTrainCar4Hitbox} + +D_MA_6035DD0: + {type: SF64:HITBOX, offset: 0x6035DD0, symbol: D_MA_6035DD0} + +aMaTrainCar5Hitbox: + {type: SF64:HITBOX, offset: 0x6035E04, symbol: aMaTrainCar5Hitbox} + +D_MA_6035E68: + {type: SF64:HITBOX, offset: 0x6035E68, symbol: D_MA_6035E68} + +D_MA_6035ECC: + {type: SF64:HITBOX, offset: 0x6035ECC, symbol: D_MA_6035ECC} + +D_MA_6035F30: + {type: SF64:HITBOX, offset: 0x6035F30, symbol: D_MA_6035F30} + +D_MA_6035F94: + {type: SF64:HITBOX, offset: 0x6035F94, symbol: D_MA_6035F94} + +D_MA_6035FF8: + {type: SF64:HITBOX, offset: 0x6035FF8, symbol: D_MA_6035FF8} + +D_MA_603605C: + {type: SF64:HITBOX, offset: 0x603605C, symbol: D_MA_603605C} + +aMaTrainCar6Hitbox: + {type: SF64:HITBOX, offset: 0x60360C0, symbol: aMaTrainCar6Hitbox} + +aMaTrainCar7Hitbox: + {type: SF64:HITBOX, offset: 0x6036154, symbol: aMaTrainCar7Hitbox} + +D_MA_6036188: + {type: SF64:HITBOX, offset: 0x6036188, symbol: D_MA_6036188} + +aMaTrainTrack13Hitbox: + {type: SF64:HITBOX, offset: 0x6036204, symbol: aMaTrainTrack13Hitbox} + +D_MA_6036250: + {type: SF64:HITBOX, offset: 0x6036250, symbol: D_MA_6036250} + +aMaBuilding1Hitbox: + {type: SF64:HITBOX, offset: 0x603626C, symbol: aMaBuilding1Hitbox} + +aMaBuilding2Hitbox: + {type: SF64:HITBOX, offset: 0x6036288, symbol: aMaBuilding2Hitbox} + +aMaTowerHitbox: + {type: SF64:HITBOX, offset: 0x60362A4, symbol: aMaTowerHitbox} + +aMaWall2Hitbox: + {type: SF64:HITBOX, offset: 0x60362D8, symbol: aMaWall2Hitbox} + +aMaWall4Hitbox: + {type: SF64:HITBOX, offset: 0x60362F4, symbol: aMaWall4Hitbox} + +aMaWall3Hitbox: + {type: SF64:HITBOX, offset: 0x6036328, symbol: aMaWall3Hitbox} + +aMaIndicatorSignHitbox: + {type: SF64:HITBOX, offset: 0x6036344, symbol: aMaIndicatorSignHitbox} + +aMaTerrainBumpHitbox: + {type: SF64:HITBOX, offset: 0x6036370, symbol: aMaTerrainBumpHitbox} + +aMaFloor1Hitbox: + {type: SF64:HITBOX, offset: 0x603638C, symbol: aMaFloor1Hitbox} + +aMaFloor2Hitbox: + {type: SF64:HITBOX, offset: 0x60363B8, symbol: aMaFloor2Hitbox} + +aMaFloor3Hitbox: + {type: SF64:HITBOX, offset: 0x60363E4, symbol: aMaFloor3Hitbox} + +aMaFloor4Hitbox: + {type: SF64:HITBOX, offset: 0x6036410, symbol: aMaFloor4Hitbox} + +aMaFloor5Hitbox: + {type: SF64:HITBOX, offset: 0x603643C, symbol: aMaFloor5Hitbox} + +aMaMaRailroadSwitchHitbox: + {type: SF64:HITBOX, offset: 0x6036458, symbol: aMaMaRailroadSwitchHitbox} + +D_MA_603648C: + {type: SF64:HITBOX, offset: 0x603648C, symbol: D_MA_603648C} + +aMaBoulderHitbox: + {type: SF64:HITBOX, offset: 0x60364C0, symbol: aMaBoulderHitbox} + +aMaRailwaySignalHitbox: + {type: SF64:HITBOX, offset: 0x60364DC, symbol: aMaRailwaySignalHitbox} + +D_MA_6036520: + {type: SF64:HITBOX, offset: 0x6036520, symbol: D_MA_6036520} + +aMaSwitchTrackHitbox: + {type: SF64:HITBOX, offset: 0x6036594, symbol: aMaSwitchTrackHitbox} + +D_MA_6036668: + {type: SF64:HITBOX, offset: 0x6036668, symbol: D_MA_6036668} + +aMaHorizontalLockBarHitbox: + {type: SF64:HITBOX, offset: 0x60366EC, symbol: aMaHorizontalLockBarHitbox} + +aMaVerticalLockBarHitbox: + {type: SF64:HITBOX, offset: 0x6036708, symbol: aMaVerticalLockBarHitbox} + +aMaProximityLightHitbox: + {type: SF64:HITBOX, offset: 0x6036724, symbol: aMaProximityLightHitbox} + +aMaBarrierHitbox: + {type: SF64:HITBOX, offset: 0x6036728, symbol: aMaBarrierHitbox} + +aMaFallingBoulderHitbox: + {type: SF64:HITBOX, offset: 0x6036744, symbol: aMaFallingBoulderHitbox} + +aMaFloor6Hitbox: + {type: SF64:HITBOX, offset: 0x6036760, symbol: aMaFloor6Hitbox} + +aMaActor207Hitbox: + {type: SF64:HITBOX, offset: 0x603677C, symbol: aMaActor207Hitbox} + +D_MA_6036818: + {type: SF64:HITBOX, offset: 0x6036818, symbol: D_MA_6036818} + +aMaGuillotineHousingHitbox: + {type: SF64:HITBOX, offset: 0x6036894, symbol: aMaGuillotineHousingHitbox} + +aMaGuillotineHitbox: + {type: SF64:HITBOX, offset: 0x60368E0, symbol: aMaGuillotineHitbox} + +aMaRailroadCartHitbox: + {type: SF64:HITBOX, offset: 0x60368FC, symbol: aMaRailroadCartHitbox} + +aMaBombDropHitbox: + {type: SF64:HITBOX, offset: 0x6036930, symbol: aMaBombDropHitbox} + +aMaSpearHitbox: + {type: SF64:HITBOX, offset: 0x603694C, symbol: aMaSpearHitbox} + +aMaShockBoxHitbox: + {type: SF64:HITBOX, offset: 0x6036968, symbol: aMaShockBoxHitbox} + +D_MA_60381D8: + {type: SF64:SCRIPT, offset: 0x60381D8, symbol: D_MA_60381D8} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_map.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_map.yaml new file mode 100644 index 0000000..53294ac --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_map.yaml @@ -0,0 +1,574 @@ +:config: + segments: + - [0x06, 0xC48F40] + header: + code: + - '#include "assets/ast_map.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Restart Game (Game Over) +aMapRetryCourseGameOverTex: + { type: TEXTURE, format: IA8, offset: 0x6000000, width: 96, height: 22, ctype: u8, symbol: aMapRetryCourseGameOverTex } + +# Proceed to Next Course +aMapProceedNextCourseTex: + { type: TEXTURE, format: IA8, offset: 0x6000840, width: 96, height: 22, ctype: u8, symbol: aMapProceedNextCourseTex } + +# Retry Course (Lose 1 Arwing) +aMapRetryCourseLose1UPTex: + { type: TEXTURE, format: IA8, offset: 0x6001080, width: 96, height: 22, ctype: u8, symbol: aMapRetryCourseLose1UPTex } + +# Change Course +aMapChangeCourseTex: + { type: TEXTURE, format: IA8, offset: 0x60018C0, width: 96, height: 10, ctype: u8, symbol: aMapChangeCourseTex } + +# Aquas Ocean +D_MAP_6001C80: + { type: TEXTURE, format: IA8, offset: 0x6001C80, width: 96, height: 13, ctype: u8, symbol: D_MAP_6001C80 } + +# Terror of the Deep +D_MAP_6002160: + { type: TEXTURE, format: IA8, offset: 0x6002160, width: 208, height: 19, ctype: u8, symbol: D_MAP_6002160 } + +# Meteo +# Asteroid Field +D_MAP_60030D0: + { type: TEXTURE, format: IA8, offset: 0x60030D0, width: 96, height: 28, ctype: u8, symbol: D_MAP_60030D0 } + +# Into the Asteroid Field +D_MAP_6003B50: + { type: TEXTURE, format: IA8, offset: 0x6003B50, width: 208, height: 19, ctype: u8, symbol: D_MAP_6003B50 } + +# Bolse Defense Outpost +D_MAP_6004AC0: + { type: TEXTURE, format: IA8, offset: 0x6004AC0, width: 168, height: 19, ctype: u8, symbol: D_MAP_6004AC0 } + +# The Last Hurrah +D_MAP_6005740: + { type: TEXTURE, format: IA8, offset: 0x6005740, width: 160, height: 19, ctype: u8, symbol: D_MAP_6005740 } + +# Area 6 +# Defense Station +D_MAP_6006320: + { type: TEXTURE, format: IA8, offset: 0x6006320, width: 104, height: 28, ctype: u8, symbol: D_MAP_6006320 } + +# Through the Middle +D_MAP_6006E80: + { type: TEXTURE, format: IA8, offset: 0x6006E80, width: 176, height: 19, ctype: u8, symbol: D_MAP_6006E80 } + +# Corneria +# Former Army Base +D_MAP_6007B90: + { type: TEXTURE, format: IA8, offset: 0x6007B90, width: 128, height: 28, ctype: u8, symbol: D_MAP_6007B90 } + +# Enter Star Fox +D_MAP_6008990: + { type: TEXTURE, format: IA8, offset: 0x6008990, width: 232, height: 19, ctype: u8, symbol: D_MAP_6008990 } + +# Fortuna +# Former Defense Post +D_MAP_6009AD0: + { type: TEXTURE, format: IA8, offset: 0x6009AD0, width: 168, height: 28, ctype: u8, symbol: D_MAP_6009AD0 } + +# Enter Star Wolf +D_MAP_600AD30: + { type: TEXTURE, format: IA8, offset: 0x600AD30, width: 168, height: 19, ctype: u8, symbol: D_MAP_600AD30 } + +# Katina +# Frontline Base +D_MAP_600B9B0: + { type: TEXTURE, format: IA8, offset: 0x600B9B0, width: 168, height: 28, ctype: u8, symbol: D_MAP_600B9B0 } + +# Reunion +D_MAP_600CC10: + { type: TEXTURE, format: IA8, offset: 0x600CC10, width: 128, height: 19, ctype: u8, symbol: D_MAP_600CC10 } + +# The Lylat System +D_MAP_600D590: + { type: TEXTURE, format: IA8, offset: 0x600D590, width: 168, height: 19, ctype: u8, symbol: D_MAP_600D590 } + +# Macbeth +# Venom Army Supply Base +D_MAP_600E210: + { type: TEXTURE, format: IA8, offset: 0x600E210, width: 160, height: 28, ctype: u8, symbol: D_MAP_600E210 } + +# The Forever Train +D_MAP_600F390: + { type: TEXTURE, format: IA8, offset: 0x600F390, width: 168, height: 19, ctype: u8, symbol: D_MAP_600F390 } + +# Solar +D_MAP_6010010: + { type: TEXTURE, format: IA8, offset: 0x6010010, width: 112, height: 13, ctype: u8, symbol: D_MAP_6010010 } + +# Out of the Frying Pan. +D_MAP_60105C0: + { type: TEXTURE, format: IA8, offset: 0x60105C0, width: 224, height: 19, ctype: u8, symbol: D_MAP_60105C0 } + +# Sector X Combat Zone +D_MAP_6011660: + { type: TEXTURE, format: IA8, offset: 0x6011660, width: 176, height: 12, ctype: u8, symbol: D_MAP_6011660 } + +# Mystery of the Space Base +D_MAP_6011EA0: + { type: TEXTURE, format: IA8, offset: 0x6011EA0, width: 256, height: 19, ctype: u8, symbol: D_MAP_6011EA0 } + +# Sector Y Combat Zone +D_MAP_60131A0: + { type: TEXTURE, format: IA8, offset: 0x60131A0, width: 176, height: 12, ctype: u8, symbol: D_MAP_60131A0 } + +# Fierce Melee +D_MAP_60139E0: + { type: TEXTURE, format: IA8, offset: 0x60139E0, width: 128, height: 19, ctype: u8, symbol: D_MAP_60139E0 } + +# Sector Z Combat Zone +D_MAP_6014360: + { type: TEXTURE, format: IA8, offset: 0x6014360, width: 176, height: 12, ctype: u8, symbol: D_MAP_6014360 } + +# The Ambush of Great Fox +D_MAP_6014BA0: + { type: TEXTURE, format: IA8, offset: 0x6014BA0, width: 232, height: 19, ctype: u8, symbol: D_MAP_6014BA0 } + +# Titania +# Arid Desert +D_MAP_6015CE0: + { type: TEXTURE, format: IA8, offset: 0x6015CE0, width: 96, height: 28, ctype: u8, symbol: D_MAP_6015CE0 } + +# The Search for Slippy +D_MAP_6016760: + { type: TEXTURE, format: IA8, offset: 0x6016760, width: 200, height: 19, ctype: u8, symbol: D_MAP_6016760 } + +# Zones +# Toxic Waste Area +D_MAP_6017640: + { type: TEXTURE, format: IA8, offset: 0x6017640, width: 112, height: 28, ctype: u8, symbol: D_MAP_6017640 } + +# Invasion Aftermath +D_MAP_6018280: + { type: TEXTURE, format: IA8, offset: 0x6018280, width: 184, height: 19, ctype: u8, symbol: D_MAP_6018280 } + +aMapPrologueTextFadeTex: + { type: TEXTURE, format: IA8, offset: 0x6019030, width: 8, height: 16, ctype: u8, symbol: aMapPrologueTextFadeTex } + +# Clouds ? +aMapVenomCloudTex: + { type: TEXTURE, format: IA8, offset: 0x60190B0, width: 96, height: 96, ctype: u8, symbol: aMapVenomCloudTex } + +aMapOptionBgTex: + { type: TEXTURE, format: IA8, offset: 0x601B4B0, width: 32, height: 32, ctype: u8, symbol: aMapOptionBgTex } + +# Some text in japanese +D_MAP_601B8B0: + { type: TEXTURE, format: IA8, offset: 0x601B8B0, width: 80, height: 26, ctype: u8, symbol: D_MAP_1B8B0 } + +aMapSectorXDL: + { type: GFX, offset: 0x601C0D0, symbol: aMapSectorXDL } + +D_MAP_601C160: + { type: TEXTURE, format: RGBA16, offset: 0x0601C160, width: 32, height: 32, ctype: u16, symbol: D_MAP_601C160 } + +aMapSectorYDL: + { type: GFX, offset: 0x601C960, symbol: aMapSectorYDL } + +D_MAP_601C9F0: + { type: TEXTURE, format: RGBA16, offset: 0x0601C9F0, width: 32, height: 32, ctype: u16, symbol: D_MAP_601C9F0 } + +aMapMedalDL: + { type: GFX, offset: 0x601D1F0, symbol: aMapMedalDL } + +aMapMedalTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x0601D2F0, symbol: aMapMedalTex, tlut: 0x0601DAF0 } + +D_MAP_601DAF0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 144, offset: 0x0601DAF0, symbol: D_MAP_601DAF0 } + +aMapArwingIconTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601DC10, symbol: aMapArwingIconTex, tlut: 0x0601DC90 } + +aMapArwingIconTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x0601DC90, symbol: aMapArwingIconTLUT } + +aMapXTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 7, offset: 0x0601DCA0, symbol: aMapXTex, tlut: 0x0601DCD8 } + +aMapXTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 5, offset: 0x0601DCD8, symbol: aMapXTLUT } + +aMapCursorDL: + { type: GFX, offset: 0x601DCF0, symbol: aMapCursorDL } + +D_MAP_601DDE8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601DDE8, symbol: D_MAP_601DDE8, tlut: 0x0601DE68 } + +D_MAP_601DE68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 12, offset: 0x0601DE68, symbol: D_MAP_601DE68 } + +aMapArea6DL: + { type: GFX, offset: 0x601DE80, symbol: aMapArea6DL } + +D_MAP_601F2B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0601F2B0, symbol: D_MAP_601F2B0, tlut: 0x0601F4B0 } + +D_MAP_601F4B0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F4B0, symbol: D_MAP_601F4B0 } + +D_MAP_601E8F8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601E8F8, symbol: D_MAP_601E8F8, tlut: 0x0601E978 } + +D_MAP_601E978: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601E978, symbol: D_MAP_601E978 } + +aMapArea6ShipDL: + { type: GFX, offset: 0x601E9A0, symbol: aMapArea6ShipDL } + +D_MAP_601F4D0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F4D0, symbol: D_MAP_601F4D0, tlut: 0x0601F550 } + +D_MAP_601F550: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F550, symbol: D_MAP_601F550 } + +D_MAP_601F570: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F570, symbol: D_MAP_601F570, tlut: 0x0601F5F0 } + +D_MAP_601F5F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F5F0, symbol: D_MAP_601F5F0 } + +D_MAP_601F610: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0601F610, symbol: D_MAP_601F610, tlut: 0x0601F690 } + +D_MAP_601F690: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0601F690, symbol: D_MAP_601F690 } + +aMapSectorZDL: + { type: GFX, offset: 0x601F6B0, symbol: aMapSectorZDL } + +D_MAP_601F740: + { type: TEXTURE, format: RGBA16, offset: 0x0601F740, width: 32, height: 32, ctype: u16, symbol: D_MAP_601F740 } + +# Looks like Aquas +aMapAquasTex: + { type: TEXTURE, format: CI8, offset: 0x601FF40, width: 96, height: 96, ctype: u8, symbol: aMapAquasTex, tlut: 0x06022340 } + +gMapAquasTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x06022340, symbol: gMapAquasTLUT } + +# Looks like Venom +aMapVenomTex: + { type: TEXTURE, format: CI8, offset: 0x60223E0, width: 96, height: 96, ctype: u8, symbol: aMapVenomTex, tlut: 0x060247E0 } + +gMapVenomTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x060247E0, symbol: gMapVenomTLUT } + +# Looks like Corneria +aMapCorneriaTex: + { type: TEXTURE, format: CI8, offset: 0x6024890, width: 96, height: 96, ctype: u8, symbol: aMapCorneriaTex, tlut: 0x06026C90 } + +gMapCorneriaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x06026C90, symbol: gMapCorneriaTLUT } + +# Looks like Zones +aMapFortunaTex: + { type: TEXTURE, format: CI8, offset: 0x6026D70, width: 96, height: 96, ctype: u8, symbol: aMapFortunaTex, tlut: 0x06029170 } + +gMapFortunaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x06029170, symbol: gMapFortunaTLUT } + +# Looks like Solar +aMapKatinaTex: + { type: TEXTURE, format: CI8, offset: 0x6029220, width: 96, height: 96, ctype: u8, symbol: aMapKatinaTex, tlut: 0x0602B620 } + +gMapKatinaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x0602B620, symbol: gMapKatinaTLUT } + +# Looks like Macbeth +aMapMacbethTex: + { type: TEXTURE, format: CI8, offset: 0x602B6D0, width: 96, height: 96, ctype: u8, symbol: aMapMacbethTex, tlut: 0x0602DAD0 } + +gMapMacbethTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x0602DAD0, symbol: gMapMacbethTLUT } + +# Looks like Sector Z +aMapTitaniaTex: + { type: TEXTURE, format: CI8, offset: 0x602DB60, width: 96, height: 96, ctype: u8, symbol: aMapTitaniaTex, tlut: 0x0602FF60 } + +gMapTitaniaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x0602FF60, symbol: gMapTitaniaTLUT } + +aMapZonessTex: + { type: TEXTURE, format: CI8, offset: 0x602FFD0, width: 96, height: 96, ctype: u8, symbol: aMapZonessTex, tlut: 0x060323D0 } + +gMapZonessTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x060323D0, symbol: gMapZonessTLUT } + +# Portrait of Falco +aMapRadioCharFalcoTex: + { type: TEXTURE, format: RGBA16, offset: 0x06032440, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharFalcoTex } + +# Portrait of Peppy +aMapRadioCharPeppyTex: + { type: TEXTURE, format: RGBA16, offset: 0x06032A60, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharPeppyTex } + +# Picture of Peppy, James and Pigma used in the narrated intro. +aMapPrologue3Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06033080, width: 96, height: 52, ctype: u16, symbol: aMapPrologue3Tex } + +# Picture of Andross, General Pepper and Venom in the background, used in the narrated intro. +aMapPrologue2Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06035780, width: 96, height: 52, ctype: u16, symbol: aMapPrologue2Tex } + +# Picture of Andross, hands open, Corneria in the middle, used in the narrated intro. +aMapPrologue6Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06037E80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue6Tex } + +# Picture of an Arwing dodging attacks from enemies, used in the narrated intro. +aMapPrologue4Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603A580, width: 96, height: 52, ctype: u16, symbol: aMapPrologue4Tex } + +# Picture of Slippy, Peppy, Fox and Falco, used in the narrated intro. +aMapPrologue7Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603CC80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue7Tex } + +# Picture of Peppy returning from Vemon, used in the narrated intro. +aMapPrologue5Tex: + { type: TEXTURE, format: RGBA16, offset: 0x0603F380, width: 96, height: 52, ctype: u16, symbol: aMapPrologue5Tex } + +# Picture of Corneria, used in the narrated intro. +aMapPrologue1Tex: + { type: TEXTURE, format: RGBA16, offset: 0x06041A80, width: 96, height: 52, ctype: u16, symbol: aMapPrologue1Tex } + +# Portrait of Slippy +aMapRadioCharSlippyTex: + { type: TEXTURE, format: RGBA16, offset: 0x06044180, width: 28, height: 28, ctype: u16, symbol: aMapRadioCharSlippyTex } + +# White Square ? +aMapWhiteSquareTex: + { type: TEXTURE, format: RGBA16, offset: 0x060447A0, width: 8, height: 8, ctype: u16, symbol: aMapWhiteSquareTex } + +# Picture of Fox receiving orders from General Pepper, used in the map (briefing) +D_MAP_6044820: + { type: TEXTURE, format: RGBA16, offset: 0x06044820, width: 92, height: 51, ctype: u16, symbol: D_MAP_6044820 } + +# Fox face talking during briefing. +D_MAP_6046CD0: + { type: TEXTURE, format: RGBA16, offset: 0x06046CD0, width: 32, height: 34, ctype: u16, symbol: D_MAP_6046CD0 } + +# Black Square with borders. +aMapPathBoxTex: + { type: TEXTURE, format: RGBA16, offset: 0x06047550, width: 24, height: 24, ctype: u16, symbol: aMapPathBoxTex } + +aMapPlanetExplosionDL: + { type: GFX, offset: 0x60479D0, symbol: aMapPlanetExplosionDL } + +D_MAP_6047A68: + { type: TEXTURE, format: IA8, offset: 0x06047A68, width: 32, height: 32, ctype: u8, symbol: D_MAP_6047A68 } + +aMapVenomCloudDL: + { type: GFX, offset: 0x6047E70, symbol: aMapVenomCloudDL } + +aMapVenomCloudEffectTex: + { type: TEXTURE, format: IA8, offset: 0x06047F80, width: 64, height: 64, ctype: u8, symbol: aMapVenomCloudEffectTex } + +D_MAP_6048F80: + { type: TEXTURE, format: IA8, offset: 0x06048F80, width: 64, height: 64, ctype: u8, symbol: D_MAP_6048F80 } + +aMapExplosion4DL: + { type: GFX, offset: 0x6049F80, symbol: aMapExplosion4DL } + +D_MAP_604A048: + { type: TEXTURE, format: CI8, offset: 0x0604A048, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A048, tlut: 0x0602FF60 } + +D_MAP_604A148: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x0604A148, symbol: D_MAP_604A148 } + +aMapExplosion3DL: + { type: GFX, offset: 0x604A190, symbol: aMapExplosion3DL } + +D_MAP_604A258: + { type: TEXTURE, format: CI8, offset: 0x0604A258, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A258, tlut: 0x0604A358 } + +D_MAP_604A358: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x0604A358, symbol: D_MAP_604A358 } + +aMapExplosion2DL: + { type: GFX, offset: 0x604A400, symbol: aMapExplosion2DL } + +D_MAP_604A4C8: + { type: TEXTURE, format: CI8, offset: 0x0604A4C8, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A4C8, tlut: 0x0604A5C8 } + +D_MAP_604A5C8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 160, offset: 0x0604A5C8, symbol: D_MAP_604A5C8 } + +aMapExplosion1DL: + { type: GFX, offset: 0x604A710, symbol: aMapExplosion1DL } + +D_MAP_604A7D8: + { type: TEXTURE, format: CI8, offset: 0x0604A7D8, width: 16, height: 16, ctype: u8, symbol: D_MAP_604A7D8, tlut: 0x0604A8D8 } + +D_MAP_604A8D8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x0604A8D8, symbol: D_MAP_604A8D8 } + +# Arwing Model, used in the map. +aMapArwingDL: + { type: GFX, offset: 0x604A9F0, symbol: aMapArwingDL } + +ast_map_seg6_vtx_4AD50: + { type: VTX, offset: 0x604AD50, count: 124, symbol: ast_map_seg6_vtx_4AD50 } + +D_MAP_604B510: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604B510, symbol: D_MAP_604B510, tlut: 0x0604B590 } + +D_MAP_604B590: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604B590, symbol: D_MAP_604B590 } + +D_MAP_604B5B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604B5B0, symbol: D_MAP_604B5B0, tlut: 0x0604B630 } + +D_MAP_604B630: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604B630, symbol: D_MAP_604B630 } + +D_MAP_604B650: + { type: TEXTURE, format: RGBA16, offset: 0x0604B650, width: 8, height: 16, ctype: u16, symbol: D_MAP_604B650 } + +# Model of Bolse +aMapBolseDL: + { type: GFX, offset: 0x604B750, symbol: aMapBolseDL } + +D_MAP_604BC48: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604BC48, symbol: D_MAP_604BC48, tlut: 0x0604BC48 } + +D_MAP_604BE48: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604BE48, symbol: D_MAP_604BE48 } + +D_MAP_604BE68: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604BE68, symbol: D_MAP_604BE68, tlut: 0x0604C068 } + +D_MAP_604C068: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C068, symbol: D_MAP_604C068 } + +D_MAP_604C088: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x0604C088, symbol: D_MAP_604C088, tlut: 0x0604C288 } + +D_MAP_604C288: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C288, symbol: D_MAP_604C288 } + +D_MAP_604C2A8: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x0604C2A8, symbol: D_MAP_604C2A8, tlut: 0x0604C328 } + +D_MAP_604C328: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0604C328, symbol: D_MAP_604C328 } + +# Television outcoming light Model, used during briefing. +aMapTvScreenGlowDL: + { type: GFX, offset: 0x604C350, symbol: aMapTvScreenGlowDL } + +aMapTvScreenGlowTex: + { type: TEXTURE, format: IA8, offset: 0x0604C4C0, width: 8, height: 16, ctype: u8, symbol: aMapTvScreenGlowTex } + +aMapTitaniaRings1DL: + { type: GFX, offset: 0x604C540, symbol: aMapTitaniaRings1DL } + +D_MAP_604C5D8: + { type: TEXTURE, format: IA8, offset: 0x0604C5D8, width: 32, height: 64, ctype: u8, symbol: D_MAP_604C5D8 } + +aMapTitaniaRings2DL: + { type: GFX, offset: 0x604CDE0, symbol: aMapTitaniaRings2DL } + +D_MAP_604CE78: + { type: TEXTURE, format: IA8, offset: 0x0604CE78, width: 32, height: 64, ctype: u8, symbol: D_MAP_604CE78 } + +D_MAP_604D680: + { type: GFX, offset: 0x604D680, symbol: D_MAP_604D680 } + +D_MAP_604D708: + { type: TEXTURE, format: IA8, offset: 0x0604D708, width: 32, height: 32, ctype: u8, symbol: D_MAP_604D708 } + +# Solar Rays +aMapSolarDL: + { type: GFX, offset: 0x604DB10, symbol: aMapSolarDL } + +D_MAP_604DD20: + { type: TEXTURE, format: IA8, offset: 0x0604DD20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604DD20 } + +D_MAP_604ED20: + { type: TEXTURE, format: IA8, offset: 0x0604ED20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604ED20 } + +D_MAP_604FD20: + { type: TEXTURE, format: IA8, offset: 0x0604FD20, width: 128, height: 32, ctype: u8, symbol: D_MAP_604FD20 } + +D_MAP_6050D20: + { type: TEXTURE, format: IA8, offset: 0x06050D20, width: 128, height: 32, ctype: u8, symbol: D_MAP_6050D20 } + +aMapGralPepperFace2DL: + { type: GFX, offset: 0x6051D20, symbol: aMapGralPepperFace2DL } + +D_MAP_6051F20: + { type: TEXTURE, format: RGBA16, offset: 0x06051F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6051F20 } + +D_MAP_6052F20: + { type: TEXTURE, format: RGBA16, offset: 0x06052F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6052F20 } + +D_MAP_6053F20: + { type: TEXTURE, format: RGBA16, offset: 0x06053F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6053F20 } + +D_MAP_6054F20: + { type: TEXTURE, format: RGBA16, offset: 0x06054F20, width: 64, height: 32, ctype: u16, symbol: D_MAP_6054F20 } + +aMapGralPepperFace1DL: + { type: GFX, offset: 0x6055F20, symbol: aMapGralPepperFace1DL } + +D_MAP_6056120: + { type: TEXTURE, format: RGBA16, offset: 0x06056120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6056120 } + +D_MAP_6057120: + { type: TEXTURE, format: RGBA16, offset: 0x06057120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6057120 } + +D_MAP_6058120: + { type: TEXTURE, format: RGBA16, offset: 0x06058120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6058120 } + +D_MAP_6059120: + { type: TEXTURE, format: RGBA16, offset: 0x06059120, width: 64, height: 32, ctype: u16, symbol: D_MAP_6059120 } + +D_MAP_605A120: + { type: GFX, offset: 0x605A120, symbol: D_MAP_605A120 } + +D_MAP_605A230: + { type: TEXTURE, format: RGBA16, offset: 0x0605A230, width: 64, height: 32, ctype: u16, symbol: D_MAP_605A230 } + +D_MAP_605B230: + { type: TEXTURE, format: RGBA16, offset: 0x0605B230, width: 64, height: 32, ctype: u16, symbol: D_MAP_605B230 } + +D_MAP_605C230: + { type: GFX, offset: 0x605C230, symbol: D_MAP_605C230 } + +D_MAP_605C610: + { type: TEXTURE, format: IA8, offset: 0x0605C610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605C610 } + +D_MAP_605CE10: + { type: TEXTURE, format: IA8, offset: 0x0605CE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605CE10 } + +D_MAP_605D610: + { type: TEXTURE, format: IA8, offset: 0x0605D610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605D610 } + +D_MAP_605DE10: + { type: TEXTURE, format: IA8, offset: 0x0605DE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605DE10 } + +D_MAP_605E610: + { type: TEXTURE, format: IA8, offset: 0x0605E610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605E610 } + +D_MAP_605EE10: + { type: TEXTURE, format: IA8, offset: 0x0605EE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605EE10 } + +D_MAP_605F610: + { type: TEXTURE, format: IA8, offset: 0x0605F610, width: 64, height: 32, ctype: u8, symbol: D_MAP_605F610 } + +D_MAP_605FE10: + { type: TEXTURE, format: IA8, offset: 0x0605FE10, width: 64, height: 32, ctype: u8, symbol: D_MAP_605FE10 } + +aMapMeteorDL: + { type: GFX, offset: 0x6060610, symbol: aMapMeteorDL } + +D_MAP_6060698: + { type: TEXTURE, format: RGBA16, offset: 0x06060698, width: 32, height: 32, ctype: u16, symbol: D_MAP_6060698 } + +# size = 0x60EA0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_meteo.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_meteo.yaml new file mode 100644 index 0000000..f7bc3a5 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_meteo.yaml @@ -0,0 +1,320 @@ +:config: + segments: + - [0x06, 0x9A1460] + header: + code: + - '#include "assets/ast_meteo.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +# Meteo +# Asteroid Field +aMeTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 28, offset: 0x6000000, symbol: aMeTitleCardTex } + +D_ME_6000A80: + { type: GFX, offset: 0x6000A80, symbol: D_ME_6000A80 } + +D_ME_6000B10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06000B10, symbol: D_ME_6000B10 } + +aMeCrusherDL: + { type: GFX, offset: 0x6001310, symbol: aMeCrusherDL } + +D_ME_6004738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004738, symbol: D_ME_6004738 } + +D_ME_6004F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004F38, symbol: D_ME_6004F38 } + +D_ME_6005738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06005738, symbol: D_ME_6005738 } + +D_ME_6005F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06005F38, symbol: D_ME_6005F38 } + +D_ME_6006738: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006738, symbol: D_ME_6006738 } + +D_ME_6006F38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06006F38, symbol: D_ME_6006F38 } + +D_ME_6006FB8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06006FB8, symbol: D_ME_6006FB8 } + +D_ME_6007038: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06007038, symbol: D_ME_6007038 } + +D_ME_6007838: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06007838, symbol: D_ME_6007838 } + +D_ME_60078B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060078B8, symbol: D_ME_60078B8 } + +D_ME_60080C0: + { type: GFX, offset: 0x60080C0, symbol: D_ME_60080C0 } + +D_ME_6008A18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06008A18, symbol: D_ME_6008A18 } + +aMeFlipBot1DL: + { type: GFX, offset: 0x6008AA0, symbol: aMeFlipBot1DL } + +D_ME_6009228: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06009228, symbol: D_ME_6009228 } + +D_ME_6009A28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06009A28, symbol: D_ME_6009A28 } + +D_ME_6009C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06009C28, symbol: D_ME_6009C28 } + +aMeFlipBot2DL: + { type: GFX, offset: 0x6009E30, symbol: aMeFlipBot2DL } + +aMeBigMeteorDL: + { type: GFX, offset: 0x6009F50, symbol: aMeBigMeteorDL } + +aMeMeteor7DL: + { type: GFX, offset: 0x600AC70, symbol: aMeMeteor7DL } + +D_ME_600B540: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600B540, symbol: D_ME_600B540 } + +aMeSecretMarker2DL: + { type: GFX, offset: 0x600BD40, symbol: aMeSecretMarker2DL } + +D_ME_600BF30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0600BF30, symbol: D_ME_600BF30 } + +aMeRockGull2DL: + { type: GFX, offset: 0x600C130, symbol: aMeRockGull2DL } + +aMeMeteor6DL: + { type: GFX, offset: 0x600C2A0, symbol: aMeMeteor6DL } + +aMeRockGull3DL: + { type: GFX, offset: 0x600C740, symbol: aMeRockGull3DL } + +aMeRockGull1DL: + { type: GFX, offset: 0x600CAA0, symbol: aMeRockGull1DL } + +aMeMeteorShower3DL: + { type: GFX, offset: 0x600CD60, symbol: aMeMeteorShower3DL } + +D_ME_600CDE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CDE8, symbol: D_ME_600CDE8 } + +D_ME_600DDF0: + { type: GFX, offset: 0x600DDF0, symbol: D_ME_600DDF0 } + +D_ME_600E238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600E238, symbol: D_ME_600E238 } + +D_ME_600F238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600F238, symbol: D_ME_600F238 } + +D_ME_6010238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06010238, symbol: D_ME_6010238 } + +D_ME_6011238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06011238, symbol: D_ME_6011238 } + +D_ME_6012238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06012238, symbol: D_ME_6012238 } + +D_ME_6013238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06013238, symbol: D_ME_6013238 } + +D_ME_6014238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06014238, symbol: D_ME_6014238 } + +D_ME_6015238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06015238, symbol: D_ME_6015238 } + +aMeMeteorShower2DL: + { type: GFX, offset: 0x6016240, symbol: aMeMeteorShower2DL } + +D_ME_60162C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x060162C8, symbol: D_ME_60162C8 } + +D_ME_60172C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060172C8, symbol: D_ME_60172C8 } + +aMeMeteorShower1DL: + { type: GFX, offset: 0x06017AD0, symbol: aMeMeteorShower1DL } + +aMeMeteor3DL: + { type: GFX, offset: 0x06017B60, symbol: aMeMeteor3DL } + +aMeLaserCannon2DL: + { type: GFX, offset: 0x06018450, symbol: aMeLaserCannon2DL } + +aMeMeteor5DL: + { type: GFX, offset: 0x06018960, symbol: aMeMeteor5DL } + +aMeMeteor1DL: + { type: GFX, offset: 0x06018C00, symbol: aMeMeteor1DL } + +aMeMeteor4DL: + { type: GFX, offset: 0x06019430, symbol: aMeMeteor4DL } + +D_ME_6019880: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06019880, symbol: D_ME_6019880 } + +D_ME_601A080: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601A080, symbol: D_ME_601A080 } + +aMeSecretMarker1DL: + { type: GFX, offset: 0x0601A880, symbol: aMeSecretMarker1DL } + +aMeMeteoTunnelDL: + { type: GFX, offset: 0x0601AE40, symbol: aMeMeteoTunnelDL } + +D_ME_601C8E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0601C8E0, symbol: D_ME_601C8E0 } + +D_ME_601D800: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0601D800, symbol: D_ME_601D800 } + +aMeHopBotAnim: + { type: SF64:ANIM, offset: 0x601E8C4, symbol: aMeHopBotAnim } + +aMeHopBotSkel: + { type: SF64:SKELETON, offset: 0x601E9D0, symbol: aMeHopBotSkel } + +# Beta Meteo background, unused +D_ME_601EA00: + { type: GFX, offset: 0x0601EA00, symbol: D_ME_601EA00 } + +D_ME_601EA98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601EA98, symbol: D_ME_601EA98 } + +aMeMeteor2DL: + { type: GFX, offset: 0x0601F2A0, symbol: aMeMeteor2DL } + +D_ME_601F778: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601F778, symbol: D_ME_601F778 } + +D_ME_601FF80: + { type: GFX, offset: 0x0601FF80, symbol: D_ME_601FF80 } + +D_ME_6020008: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06020008, symbol: D_ME_6020008 } + +aMeCorneriaBgDL: + { type: GFX, offset: 0x06020810, symbol: aMeCorneriaBgDL } + +aMeCorneriaBg1Tex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020920, symbol: aMeCorneriaBg1Tex } + +aMeCorneriaBg2Tex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021920, symbol: aMeCorneriaBg2Tex } + +aMeLaserCannon1DL: + { type: GFX, offset: 0x06022920, symbol: aMeLaserCannon1DL } + +D_ME_6022E50: + { type: GFX, offset: 0x06022E50, symbol: D_ME_6022E50 } + +D_ME_60236F0: + { type: GFX, offset: 0x060236F0, symbol: D_ME_60236F0 } + +D_ME_6023788: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06023788, symbol: D_ME_6023788 } + +D_ME_60231C0: + { type: GFX, offset: 0x060231C0, symbol: D_ME_60231C0 } + +D_ME_6023290: + { type: GFX, offset: 0x06023290, symbol: D_ME_6023290 } + +D_ME_6023360: + { type: GFX, offset: 0x06023360, symbol: D_ME_6023360 } + +D_ME_6023810: + { type: GFX, offset: 0x06023810, symbol: D_ME_6023810 } + +D_ME_60238A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060238A8, symbol: D_ME_60238A8 } + +D_ME_60240B0: + { type: GFX, offset: 0x060240B0, symbol: D_ME_60240B0 } + +D_ME_6024AD0: + { type: GFX, offset: 0x06024AD0, symbol: D_ME_6024AD0 } + +aMeMolarRockDL: + { type: GFX, offset: 0x06024B60, symbol: aMeMolarRockDL } + +# Unused Meteo Ball +aMeMeteoBallDL: + { type: GFX, offset: 0x06025B50, symbol: aMeMeteoBallDL } + +D_ME_6025350: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025350, symbol: D_ME_6025350 } + +D_ME_6025BE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06025BE8, symbol: D_ME_6025BE8 } + +D_ME_60263F0: + { type: GFX, offset: 0x060263F0, symbol: D_ME_60263F0 } + +D_ME_6026478: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06026478, symbol: D_ME_6026478 } + +D_ME_6026CC4: + { type: SF64:OBJECT_INIT, offset: 0x6026CC4, symbol: D_ME_6026CC4 } + +D_ME_6026C80: + { type: SF64:ENVIRONMENT, offset: 0x6026C80, symbol: D_ME_6026C80 } + +D_ME_602B148: + { type: SF64:OBJECT_INIT, offset: 0x602B148, symbol: D_ME_602B148 } + +D_ME_602F3AC: + { type: SF64:SCRIPT, offset: 0x602F3AC, symbol: D_ME_602F3AC } + +aMeFlipBotHitbox: + { type: SF64:HITBOX, offset: 0x602F604, symbol: aMeFlipBotHitbox } + +D_ME_602F638: + { type: SF64:HITBOX, offset: 0x602F638, symbol: D_ME_602F638 } + +aMeMeteoBallHitbox: + { type: SF64:HITBOX, offset: 0x602F684, symbol: aMeMeteoBallHitbox } + +aMeHopBotHitbox: + { type: SF64:HITBOX, offset: 0x602F6A0, symbol: aMeHopBotHitbox } + +aMeMeteor1Hitbox: + { type: SF64:HITBOX, offset: 0x602F6EC, symbol: aMeMeteor1Hitbox } + +aMeMeteor2Hitbox: + { type: SF64:HITBOX, offset: 0x602F708, symbol: aMeMeteor2Hitbox } + +aMeLaserCannon1Hitbox: + { type: SF64:HITBOX, offset: 0x602F724, symbol: aMeLaserCannon1Hitbox } + +aMeLaserCannon2Hitbox: + { type: SF64:HITBOX, offset: 0x602F740, symbol: aMeLaserCannon2Hitbox } + +aMeCrusherHitbox: + { type: SF64:HITBOX, offset: 0x602F75C, symbol: aMeCrusherHitbox } + +aMeCrusherShieldHitbox: + { type: SF64:HITBOX, offset: 0x602FA50, symbol: aMeCrusherShieldHitbox } + +D_ME_602FA9C: + {type: SF64:COLPOLY, count: 79, offset: 0x602FA9C, symbol: D_ME_602FA9C, mesh_symbol: D_ME_OFFSET } + +D_ME_6030208: + {type: SF64:COLPOLY, count: 42, offset: 0x6030208, symbol: D_ME_6030208, mesh_symbol: D_ME_OFFSET } + +D_ME_60305DC: + {type: SF64:COLPOLY, count: 236, offset: 0x60305DC, symbol: D_ME_60305DC, mesh_symbol: D_ME_OFFSET } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_option.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_option.yaml new file mode 100644 index 0000000..b63cec1 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_option.yaml @@ -0,0 +1,249 @@ +:config: + segments: + - [0x08, 0xCA9DE0] + header: + code: + - '#include "assets/ast_option.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# Invoice +D_OPT_8000000: + { type: TEXTURE, ctype: u8, format: CI4, width: 128, height: 26, offset: 0x8000000, symbol: D_OPT_8000000, tlut: 0x8000680 } + +D_OPT_8000680: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8000680, symbol: D_OPT_8000680 } + +# Cornerian army attn: +D_OPT_80006A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 34, offset: 0x80006A0, symbol: D_OPT_80006A0, tlut: 0x80017A0 } + +D_OPT_80017A0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80017A0, symbol: D_OPT_80017A0 } + +# Venomian units destroyed +D_OPT_80017C0: + { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 66, offset: 0x80017C0, symbol: D_OPT_80017C0, tlut: 0x80038C0 } + +D_OPT_80038C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80038C0, symbol: D_OPT_80038C0 } + +# nd +aNdTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 10, offset: 0x80038E0, symbol: aNdTex, tlut: 0x8003930 } + +aNdTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003930, symbol: aNdTLUT } + +# rd +aRdTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 11, offset: 0x8003950, symbol: aRdTex, tlut: 0x80039A8 } + +aRdTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x80039A8, symbol: aRdTLUT } + +# +aSpeakerCenterTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x80039D0 , symbol: aSpeakerCenterTex, tlut: 0x8003A50 } + +aSpeakerCenterTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003A50, symbol: aSpeakerCenterTLUT } + +# st +aStTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 9, offset: 0x8003A70, symbol: aStTex, tlut: 0x8003AB8 } + +aStTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003AB8, symbol: aStTLUT } + +# th +aThTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 9, offset: 0x8003AE0, symbol: aThTex, tlut: 0x8003B28 } + +aThTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8003B28, symbol: aThTLUT } + +# Option Title Cards + +# Main Game +aMainGameCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 72, height: 12, offset: 0x8003B50, symbol: aMainGameCardTex } + +# Training +aTrainingCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x8003EB0, symbol: aTrainingCardTex } + +# Vs. +aVsCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 10, offset: 0x8004270, symbol: aVsCardTex } + +# Ranking +aRankingCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 12, offset: 0x80043B0, symbol: aRankingCardTex } + +# Sound +aSoundCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 10, offset: 0x80046B0, symbol: aSoundCardTex } + +# Data +aDataCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 10, offset: 0x8004930, symbol: aDataCardTex } + +aExpertCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x8004C50, symbol: aExpertCardTex } + +# Option VS Cards + +# Point Match +aVsPointMatchCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 13, offset: 0x8005010, symbol: aVsPointMatchCardTex } + +# Battle Royal +aVsBattleRoyalCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 11, offset: 0x80054F0, symbol: aVsBattleRoyalCardTex } + +# Time Trial +aVsTimeTrialCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x8005910, symbol: aVsTimeTrialCardTex } + +# Sound Options + +# Press R to test +D_OPT_8005CD0: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 13, offset: 0x8005CD0, symbol: D_OPT_8005CD0 } + +# Mode +D_OPT_8006280: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 13, offset: 0x8006280, symbol: D_OPT_8006280 } + +# Music +D_OPT_80064F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 88, height: 14, offset: 0x80064F0, symbol: D_OPT_80064F0 } + +# Voice +D_OPT_80069C0: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 15, offset: 0x80069C0, symbol: D_OPT_80069C0 } + +# SE +D_OPT_8006D10: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x8006D10, symbol: D_OPT_8006D10 } + +# B to cancel +aBtoCancelTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x8006E50, symbol: aBtoCancelTex } + +# Headphone +D_OPT_8007210: + { type: TEXTURE, ctype: u8, format: IA8, width: 88, height: 14, offset: 0x8007210, symbol: D_OPT_8007210 } + +# Mono +D_OPT_80076E0: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 14, offset: 0x80076E0, symbol: D_OPT_80076E0 } + +# Soundtrack +D_OPT_80079F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 14, offset: 0x80079F0, symbol: D_OPT_80079F0 } + +# A to confirm +aAtoConfirmTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 10, offset: 0x80080F0, symbol: aAtoConfirmTex } + +# Clear Saved Data +D_OPT_80084B0: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x80084B0, symbol: D_OPT_80084B0 } + +# Are you sure? +D_OPT_8008DA0: + { type: TEXTURE, ctype: u8, format: IA8, width: 160, height: 19, offset: 0x8008DA0, symbol: D_OPT_8008DA0 } + +# Yes +D_OPT_8009980: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 12, offset: 0x8009980, symbol: D_OPT_8009980 } + +# No +D_OPT_8009B00: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x8009B00, symbol: D_OPT_8009B00 } + +# Are you REALLY sure? +D_OPT_8009CE0: + { type: TEXTURE, ctype: u8, format: IA8, width: 160, height: 41, offset: 0x8009CE0, symbol: D_OPT_8009CE0 } + +# Data erased +D_OPT_800B680: + { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 41, offset: 0x800B680, symbol: D_OPT_800B680 } + +# Stereo +D_OPT_800CD90: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 13, offset: 0x800CD90, symbol: D_OPT_800CD90 } + +# UNK: Triangle shape, it's mirrored to form a diamond shape +D_OPT_800D070: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x800D070, symbol: D_OPT_800D070 } + +# UNK: +D_OPT_800D170: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 16, offset: 0x800D170, symbol: D_OPT_800D170 } + +# Seal +D_OPT_800D1F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 48, offset: 0x800D1F0, symbol: D_OPT_800D1F0 } + +# UNK: +D_OPT_800E0F0: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x800E0F0, symbol: D_OPT_800E0F0 } + +aArrowTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x800E130, symbol: aArrowTex } + +# Mercenary Unit STARFOX Fox Mccloud +D_OPT_800E170: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 188, height: 60, offset: 0x800E170, symbol: D_OPT_800E170 } + +# ScrollBar +aSliderFrameTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 104, height: 10, offset: 0x8013990, symbol: aSliderFrameTex } + +# ScrollBar Indicator +aSliderTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x80141B0, symbol: aSliderTex } + +# Speaker +aSpeakerTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x80143B0, symbol: aSpeakerTex, tlut: 0x80147B0 } + +aSpeakerTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x80147B0, symbol: aSpeakerTLUT } + +D_OPT_80147F0: + { type: GFX, offset: 0x80147F0, symbol: D_OPT_80147F0 } + +ast_option_seg8_vtx_00014B50: + { type: VTX, count: 124, offset: 0x8014B50, symbol: ast_option_seg8_vtx_00014B50 } + +D_OPT_8015310: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x8015310, symbol: D_OPT_8015310, tlut: 0x08015390 } + +D_OPT_8015390: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8015390, symbol: D_OPT_8015390 } + +D_OPT_80153B0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x80153B0, symbol: D_OPT_80153B0, tlut: 0x08015430 } + +D_OPT_8015430: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x8015430, symbol: D_OPT_8015430 } + +D_OPT_8015450: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x08015450, symbol: D_OPT_8015450 } + +D_OPT_8015550: + { type: GFX, offset: 0x8015550, symbol: D_OPT_8015550 } + +D_OPT_80155E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x080155E8, symbol: D_OPT_80155E8 } + +aLightningDL: + { type: GFX, offset: 0x8015DF0, symbol: aLightningDL } + +aLightningTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x08015E88, symbol: aLightningTex } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_radio.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_radio.yaml new file mode 100644 index 0000000..bb2bb02 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_radio.yaml @@ -0,0 +1,101 @@ +:config: + segments: + - [0x8, 0xDE5D50] + tables: + gTextCharTextures: + range: [0x0, 0x958] + mode: APPEND + header: + code: + - '#include "sf64mesg.h"' + - '' + - '// clang-format off' + - 'typedef enum {' + - ' END, NWL, NP2, NP3, NP4, NP5, NP6, NP7,' + - ' PRI0, PRI1, PRI2, PRI3, SPC, HSP, QSP, NXT,' + - ' CLF, CUP, CRT, CDN, AUP, ALF, ADN, ART,' + - ' _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, _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, EXM, QST, DSH, CMA,' + - ' PRD, _0, _1, _2, _3, _4, _5, _6,' + - ' _7, _8, _9, APS, LPR, RPR, CLN, PIP,' + - '} CharCode;' + +text_char_special_0: + { type: TEXTURE, offset: 0x0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial0 } + +text_char_special_4: + { type: TEXTURE, offset: 0x68, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial4 } + +text_char_special_8: + { type: TEXTURE, offset: 0xD0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial8 } + +text_char_special_12: + { type: TEXTURE, offset: 0x138, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSpecial12 } + +text_char_cdir: + { type: TEXTURE, offset: 0x1A0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharCDIR } + +text_char_adir: + { type: TEXTURE, offset: 0x208, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharADIR } + +text_char_abcd_upper: + { type: TEXTURE, offset: 0x270, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharABCD } + +text_char_efgh_upper: + { type: TEXTURE, offset: 0x2D8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharEFGH } + +text_char_ijkl_upper: + { type: TEXTURE, offset: 0x340, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharIJKL } + +text_char_mnop_upper: + { type: TEXTURE, offset: 0x3A8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharMNOP } + +text_char_qrst_upper: + { type: TEXTURE, offset: 0x410, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharQRST } + +text_char_uvwx_upper: + { type: TEXTURE, offset: 0x478, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharUVWX } + +text_char_yzab_both: + { type: TEXTURE, offset: 0x4E0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharYZABBoth } + +text_char_cdef_lower: + { type: TEXTURE, offset: 0x548, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharCDEFLower } + +text_char_ghij_lower: + { type: TEXTURE, offset: 0x5B0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharGHIJLower } + +text_char_klmn_lower: + { type: TEXTURE, offset: 0x618, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharKLMNLower } + +text_char_opqr_lower: + { type: TEXTURE, offset: 0x680, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharOPQRLower } + +text_char_stuv_lower: + { type: TEXTURE, offset: 0x6E8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharSTUVLower } + +text_char_wxyz_lower: + { type: TEXTURE, offset: 0x750, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharWXYZLower } + +text_char_pidc: + { type: TEXTURE, offset: 0x7B8, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharPIDC } + +text_char_p012: + { type: TEXTURE, offset: 0x820, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharP012 } + +text_char_3456: + { type: TEXTURE, offset: 0x888, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextChar3456 } + +text_char_789a: + { type: TEXTURE, offset: 0x8F0, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextChar789A } + +text_char_ppdp: + { type: TEXTURE, offset: 0x958, width: 16, height: 13, format: CI4, ctype: u8, symbol: gTextCharPPDP } + +message_table: + { type: SF64:MSG_TABLE, offset: 0xCCAC, vram: 0x80179010, ctype: u8, symbol: gMsgLookup } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_x.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_x.yaml new file mode 100644 index 0000000..cc8fa3a --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_x.yaml @@ -0,0 +1,298 @@ +:config: + segments: + - [0x06, 0xA1D0F0] + header: + code: + - '#include "assets/ast_sector_x.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aSxTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSxTitleCardTex } + +aSxSpaceMineDL: + { type: GFX, offset: 0x6000840, symbol: aSxSpaceMineDL } + +# Flying mine +D_SX_60008C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60008C0, symbol: D_SX_60008C0 } + +D_SX_60010C0: + { type: GFX, offset: 0x60010C0, symbol: D_SX_60010C0 } + +# Texture of Planet Titania, seen when Slippy gets thrown by Spyborg +D_SX_6001150: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001150, symbol: D_SX_6001150 } + +aSxLaserDestroyedDL: + { type: GFX, offset: 0x6001950, symbol: aSxLaserDestroyedDL } + +D_SX_6001AD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6001AD8, symbol: D_SX_6001AD8 } + +aSxWatchPostDL: + { type: GFX, offset: 0x6001CE0, symbol: aSxWatchPostDL } + +D_SX_60020C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60020C0, symbol: D_SX_60020C0 } + +D_SX_60022C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60022C0, symbol: D_SX_60022C0 } + +D_SX_60024C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60024C0, symbol: D_SX_60024C0 } + +D_SX_60026C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60026C0, symbol: D_SX_60026C0 } + +D_SX_60028C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60028C0, symbol: D_SX_60028C0 } + +D_SX_6002AC0: + { type: GFX, offset: 0x6002AC0, symbol: D_SX_6002AC0 } + +ast_sector_x_seg6_vtx_2E88: + { type: VTX, count: 134, offset: 0x6002E88, symbol: ast_sector_x_seg6_vtx_2E88 } + +D_SX_60036E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60036E8, symbol: D_SX_60036E8 } + +D_SX_6003EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6003EE8, symbol: D_SX_6003EE8 } + +D_SX_60046E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60046E8, symbol: D_SX_60046E8 } + +D_SX_6004EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6004EE8, symbol: D_SX_6004EE8 } + +D_SX_6005EE8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005EE8, symbol: D_SX_6005EE8 } + +aSxLaserDL: + { type: GFX, offset: 0x60066F0, symbol: aSxLaserDL } + +D_SX_6006810: + { type: GFX, offset: 0x6006810, symbol: D_SX_6006810 } + +D_SX_6007128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007128, symbol: D_SX_6007128 } + +D_SX_6007928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007928, symbol: D_SX_6007928 } + +D_SX_6008128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008128, symbol: D_SX_6008128 } + +D_SX_6008928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008928, symbol: D_SX_6008928 } + +D_SX_6008B30: + { type: GFX, offset: 0x6008B30, symbol: D_SX_6008B30 } + +D_SX_6009548: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6009548, symbol: D_SX_6009548 } + +D_SX_6009748: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6009748, symbol: D_SX_6009748 } + +aSxBaseFloor1DL: + { type: GFX, offset: 0x6009950, symbol: aSxBaseFloor1DL } + +D_SX_6009C30: + { type: GFX, offset: 0x6009C30, symbol: D_SX_6009C30 } + +D_SX_6009CC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6009CC0, symbol: D_SX_6009CC0 } + +D_SX_6009FF8: + { type: SF64:ANIM, offset: 0x6009FF8, symbol: D_SX_6009FF8 } + +D_SX_600A2D4: + { type: SF64:ANIM, offset: 0x600A2D4, symbol: D_SX_600A2D4 } + +aSxBaseWall3DL: + { type: GFX, offset: 0x600A2E0, symbol: aSxBaseWall3DL } + +D_SX_600A570: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600A570, symbol: D_SX_600A570 } + +D_SX_600AD70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600AD70, symbol: D_SX_600AD70 } + +aSxBaseWall1DL: + { type: GFX, offset: 0x600AF70, symbol: aSxBaseWall1DL } + +aSxBaseWall2DL: + { type: GFX, offset: 0x600B2B0, symbol: aSxBaseWall2DL } + +aSxBaseWall4DL: + { type: GFX, offset: 0x600B540, symbol: aSxBaseWall4DL } + +aSxBorzoiFighterDL: + { type: GFX, offset: 0x600B830, symbol: aSxBorzoiFighterDL } + +D_SX_600C000: + { type: GFX, offset: 0x600C000, symbol: D_SX_600C000 } + +D_SX_600C5A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x600C5A0, symbol: D_SX_600C5A0 } + +D_SX_600F890: + { type: SF64:ANIM, offset: 0x600F890, symbol: D_SX_600F890 } + +D_SX_600F8A0: + { type: GFX, offset: 0x600F8A0, symbol: D_SX_600F8A0 } + +D_SX_600F938: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600F938, symbol: D_SX_600F938 } + +D_SX_6010140: + { type: GFX, offset: 0x6010140, symbol: D_SX_6010140 } + +D_SX_60105A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60105A0, symbol: D_SX_60105A0 } + +D_SX_60123BC: + { type: SF64:ANIM, offset: 0x60123BC, symbol: D_SX_60123BC } + +D_SX_6013798: + { type: SF64:ANIM, offset: 0x6013798, symbol: D_SX_6013798 } + +D_SX_6013820: + { type: SF64:ANIM, offset: 0x6013820, symbol: D_SX_6013820 } + +D_SX_601390C: + { type: SF64:SKELETON, offset: 0x601390C, symbol: D_SX_601390C } + +D_SX_60158C4: + { type: SF64:ANIM, offset: 0x60158C4, symbol: D_SX_60158C4 } + +D_SX_6016E28: + { type: SF64:ANIM, offset: 0x6016E28, symbol: D_SX_6016E28 } + +D_SX_601AA28: + { type: SF64:ANIM, offset: 0x601AA28, symbol: D_SX_601AA28 } + +D_SX_601C690: + { type: SF64:ANIM, offset: 0x601C690, symbol: D_SX_601C690 } + +D_SX_60206DC: + { type: SF64:ANIM, offset: 0x60206DC, symbol: D_SX_60206DC } + +aSxSpyborgSkel: + { type: SF64:SKELETON, offset: 0x6020C68, symbol: aSxSpyborgSkel } + +aSxBaseWallTile1DL: + { type: GFX, offset: 0x6020D20, symbol: aSxBaseWallTile1DL } + +# Spyborg Radio +D_SX_6020FB0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06020FB0, symbol: D_SX_6020FB0 } + +D_SX_6021ED0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06021ED0, symbol: D_SX_6021ED0 } + +aSxCanineDL: + { type: GFX, offset: 0x6022DF0, symbol: aSxCanineDL } + +aSxSpyEyeDL: + { type: GFX, offset: 0x6023500, symbol: aSxSpyEyeDL } + +D_SX_6023C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06023C30, symbol: D_SX_6023C30 } + +aSxBaseDebris2DL: + { type: GFX, offset: 0x6023E30, symbol: aSxBaseDebris2DL } + +aSxBaseDebris1DL: + { type: GFX, offset: 0x60285F0, symbol: aSxBaseDebris1DL } + +D_SX_6029098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06029098, symbol: D_SX_6029098 } + +D_SX_60292A0: + { type: GFX, offset: 0x60292A0, symbol: D_SX_60292A0 } + +D_SX_6029890: + { type: GFX, offset: 0x6029890, symbol: D_SX_6029890 } + +D_SX_6029918: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x029918, symbol: D_SX_6029918 } + +D_SX_602A120: + { type: SF64:ENVIRONMENT, offset: 0x602A120, symbol: D_SX_602A120 } + +D_SX_602A164: + { type: SF64:OBJECT_INIT, count: 1026, offset: 0x602A164, symbol: D_SX_602A164 } + +D_SX_602F18C: + { type: SF64:OBJECT_INIT, count: 167, offset: 0x602F18C, symbol: D_SX_602F18C } + +D_SX_60320D0: + { type: SF64:SCRIPT, offset: 0x60320D0, symbol: D_SX_60320D0 } + +D_SX_6032328: + { type: SF64:HITBOX, offset: 0x6032328, symbol: D_SX_6032328 } + +aSxWarpGateHitbox: + { type: SF64:HITBOX, offset: 0x603238C, symbol: aSxWarpGateHitbox } + +D_SX_6032408: + { type: SF64:HITBOX, offset: 0x6032408, symbol: D_SX_6032408 } + +aSxSpyborgLeftArmHitbox: + { type: SF64:HITBOX, offset: 0x6032488, symbol: aSxSpyborgLeftArmHitbox } + +aSxSpyborgRightArmHitbox: + { type: SF64:HITBOX, offset: 0x60324EC, symbol: aSxSpyborgRightArmHitbox } + +aSxSpyborgHitbox: + { type: SF64:HITBOX, offset: 0x6032550, symbol: aSxSpyborgHitbox } + +aSxLaserHitbox: + { type: SF64:HITBOX, offset: 0x603285C, symbol: aSxLaserHitbox } + +aSxBaseFloor1Hitbox: + { type: SF64:HITBOX, offset: 0x6032878, symbol: aSxBaseFloor1Hitbox } + +aSxBaseWall2Hitbox: + { type: SF64:HITBOX, offset: 0x6032894, symbol: aSxBaseWall2Hitbox } + +aSxBaseWall3Hitbox: + { type: SF64:HITBOX, offset: 0x60328B0, symbol: aSxBaseWall3Hitbox } + +aSxBaseWallTile1Hitbox: + { type: SF64:HITBOX, offset: 0x60328CC, symbol: aSxBaseWallTile1Hitbox } + +D_SX_603265C: + { type: SF64:HITBOX, offset: 0x603265C, symbol: D_SX_603265C } + +D_SX_6032768: + { type: SF64:HITBOX, offset: 0x6032768, symbol: D_SX_6032768 } + +aSxBaseWall4Hitbox: + { type: SF64:HITBOX, offset: 0x60328E8, symbol: aSxBaseWall4Hitbox } + +aSxBaseWall1Hitbox: + { type: SF64:HITBOX, offset: 0x6032904, symbol: aSxBaseWall1Hitbox } + +aSxWatchPostHitbox: + { type: SF64:HITBOX, offset: 0x6032938, symbol: aSxWatchPostHitbox } + +aSxSpaceMineHitbox: + { type: SF64:HITBOX, offset: 0x6032954, symbol: aSxSpaceMineHitbox } + +aSxBaseDebris2Hitbox: + { type: SF64:HITBOX, offset: 0x6032970, symbol: aSxBaseDebris2Hitbox } + +aSxBaseDebris1Hitbox: + { type: SF64:HITBOX, offset: 0x603298C, symbol: aSxBaseDebris1Hitbox } + +# size = 0x32AC0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_y.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_y.yaml new file mode 100644 index 0000000..0ae5059 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_y.yaml @@ -0,0 +1,356 @@ +:config: + segments: + - [0x06, 0xB2CA50] + header: + code: + - '#include "assets/ast_sector_y.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + - '#include "sf64mesg.h"' + +# Sector Y: Combat Zone +aSyTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSyTitleCardTex } + +# Saruzin flagship icon in radar +D_SY_6000840: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 64, offset: 0x6000840, symbol: D_SY_6000840 } + +D_SY_6001840: + { type: GFX, offset: 0x6001840, symbol: D_SY_6001840 } + +# Sector Y Background +D_SY_60018D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x060018D0, symbol: D_SY_60018D0 } + +D_SY_6003348: + { type: SF64:ANIM, offset: 0x6003348, symbol: D_SY_6003348 } + +D_SY_60034C4: + { type: SF64:ANIM, offset: 0x60034C4, symbol: D_SY_60034C4 } + +aSyShipWindowsDL: + { type: GFX, offset: 0x60034D0, symbol: aSyShipWindowsDL } + +aSyShip3DestroyedDL: + { type: GFX, offset: 0x60036A0, symbol: aSyShip3DestroyedDL } + +D_SY_6004958: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06004958, symbol: D_SY_6004958 } + +D_SY_6005158: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06005158, symbol: D_SY_6005158 } + +aSyShip4DL: + { type: GFX, offset: 0x6005360, symbol: aSyShip4DL } + +D_SY_6005BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x06005BE0, symbol: D_SY_6005BE0 } + +D_SY_6006BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06006BE0, symbol: D_SY_6006BE0 } + +D_SY_60073E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x060073E0, symbol: D_SY_60073E0 } + +D_SY_60083E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060083E0, symbol: D_SY_60083E0 } + +D_SY_6008BE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x06008BE0, symbol: D_SY_6008BE0 } + +D_SY_6008FE0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06008FE0, symbol: D_SY_6008FE0 } + +aSyShip1DL: + { type: GFX, offset: 0x060097E0, symbol: aSyShip1DL } + +D_SY_600AAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600AAC0, symbol: D_SY_600AAC0 } + +D_SY_600BAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x0600BAC0, symbol: D_SY_600BAC0 } + +D_SY_600CAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0600CAC0, symbol: D_SY_600CAC0 } + +D_SY_600DAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600DAC0, symbol: D_SY_600DAC0 } + +D_SY_600E2C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600E2C0, symbol: D_SY_600E2C0 } + +D_SY_600EAC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0600EAC0, symbol: D_SY_600EAC0 } + +D_SY_600F2C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x0600F2C0, symbol: D_SY_600F2C0 } + +aSyShip4DestroyedDL: + { type: GFX, offset: 0x600F6C0, symbol: aSyShip4DestroyedDL } + +aSyShip3DL: + { type: GFX, offset: 0x60102C0, symbol: aSyShip3DL } + +D_SY_6011758: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06011758, symbol: D_SY_6011758 } + +D_SY_60117D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060117D8, symbol: D_SY_60117D8 } + +D_SY_60119D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060119D8, symbol: D_SY_60119D8 } + +D_SY_60132A0: + { type: GFX, offset: 0x60132A0, symbol: D_SY_60132A0 } + +aSyRobot4DL: + { type: GFX, offset: 0x6015D60, symbol: aSyRobot4DL } + +aSySaruzinDL: + { type: GFX, offset: 0x601F3D0, symbol: aSySaruzinDL } + +D_SY_60121E0: + { type: GFX, offset: 0x60121E0, symbol: D_SY_60121E0 } + +D_SY_60128A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x060128A0, symbol: D_SY_60128A0 } + +D_SY_60130A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x060130A0, symbol: D_SY_60130A0 } + +D_SY_6013600: + { type: GFX, offset: 0x6013600, symbol: D_SY_6013600 } + +D_SY_6013840: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06013840, symbol: D_SY_6013840 } + +D_SY_6014040: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06014040, symbol: D_SY_6014040 } + +D_SY_6014240: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06014240, symbol: D_SY_6014240 } + +D_SY_6014A40: + { type: GFX, offset: 0x6014A40, symbol: D_SY_6014A40 } + +D_SY_6014B48: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x06014B48, symbol: D_SY_6014B48 } + +D_SY_6014BD0: + { type: GFX, offset: 0x6014BD0, symbol: D_SY_6014BD0 } + +D_SY_6015960: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015960, symbol: D_SY_6015960 } + +D_SY_6015B60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x06015B60, symbol: D_SY_6015B60 } + +aSyShipMissileDL: + { type: GFX, offset: 0x60188D0, symbol: aSyShipMissileDL } + +D_SY_60183B0: + { type: GFX, offset: 0x60183B0, symbol: D_SY_60183B0 } + +D_SY_6018F30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06018F30, symbol: D_SY_6018F30 } + +D_SY_6019E50: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x06019E50, symbol: D_SY_6019E50 } + +aSyDebrisDL: + { type: GFX, offset: 0x601AD70, symbol: aSyDebrisDL } + +D_SY_601AE08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0601AE08, symbol: D_SY_601AE08 } + +aSyShip2SpriteDL: + { type: GFX, offset: 0x601B610, symbol: aSyShip2SpriteDL } + +D_SY_601B6A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601B6A0, symbol: D_SY_601B6A0 } + +aSyShip3SpriteDL: + { type: GFX, offset: 0x601C6A0, symbol: aSyShip3SpriteDL } + +D_SY_601C730: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x0601C730, symbol: D_SY_601C730 } + +aSyShip2DL: + { type: GFX, offset: 0x601D730, symbol: aSyShip2DL } + +D_SY_601F3B8: + { type: SF64:ANIM, offset: 0x601F3B8, symbol: D_SY_601F3B8 } + +aSyLaserTurretDL: + { type: GFX, offset: 0x60205D0, symbol: aSyLaserTurretDL } + +aSyRobotSpriteFrontDL: + { type: GFX, offset: 0x60209F0, symbol: aSyRobotSpriteFrontDL } + +D_SY_6020B08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06020B08, symbol: D_SY_6020B08 } + +D_SY_6021B08: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06021B08, symbol: D_SY_6021B08 } + +aSyRobotSpriteSideDL: + { type: GFX, offset: 0x6022B10, symbol: aSyRobotSpriteSideDL } + +D_SY_6022C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06022C28, symbol: D_SY_6022C28 } + +D_SY_6023C28: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06023C28, symbol: D_SY_6023C28 } + +D_SY_60258A0: + { type: SF64:ANIM, offset: 0x60258A0, symbol: D_SY_60258A0 } + +D_SY_602645C: + { type: SF64:ANIM, offset: 0x602645C, symbol: D_SY_602645C } + +D_SY_60265B4: + { type: SF64:ANIM, offset: 0x60265B4, symbol: D_SY_60265B4 } + +D_SY_602738C: + { type: SF64:ANIM, offset: 0x602738C, symbol: D_SY_602738C } + +D_SY_60273A0: + { type: GFX, offset: 0x60273A0, symbol: D_SY_60273A0 } + +D_SY_6027960: + { type: GFX, offset: 0x6027960, symbol: D_SY_6027960 } + +D_SY_6028668: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x06028668, symbol: D_SY_6028668 } + +D_SY_6028E70: + { type: GFX, offset: 0x6028E70, symbol: D_SY_6028E70 } + +D_SY_6029B48: + { type: SF64:ANIM, offset: 0x6029B48, symbol: D_SY_6029B48 } + +D_SY_602A2CC: + { type: SF64:ANIM, offset: 0x602A2CC, symbol: D_SY_602A2CC } + +D_SY_602A2E0: + { type: GFX, offset: 0x602A2E0, symbol: D_SY_602A2E0 } + +D_SY_602A720: + { type: GFX, offset: 0x602A720, symbol: D_SY_602A720 } + +D_SY_602A8C0: + { type: GFX, offset: 0x602A8C0, symbol: D_SY_602A8C0 } + +D_SY_602AFF8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0602AFF8, symbol: D_SY_602AFF8 } + +D_SY_602B778: + { type: SF64:ANIM, offset: 0x602B778, symbol: D_SY_602B778 } + +D_SY_602B8DC: + { type: SF64:ANIM, offset: 0x602B8DC, symbol: D_SY_602B8DC } + +D_SY_602B8F0: + { type: GFX, offset: 0x602B8F0, symbol: D_SY_602B8F0 } + +D_SY_602CEB4: + { type: SF64:ANIM, offset: 0x602CEB4, symbol: D_SY_602CEB4 } + +D_SY_602D340: + { type: GFX, offset: 0x602D340, symbol: D_SY_602D340 } + +D_SY_602D830: + { type: GFX, offset: 0x602D830, symbol: D_SY_602D830 } + +D_SY_602DC40: + { type: GFX, offset: 0x602DC40, symbol: D_SY_602DC40 } + +D_SY_602DE70: + { type: GFX, offset: 0x602DE70, symbol: D_SY_602DE70 } + +D_SY_602E0A0: + { type: GFX, offset: 0x602E0A0, symbol: D_SY_602E0A0 } + +D_SY_602D140: + { type: SF64:SKELETON, offset: 0x602D140, symbol: D_SY_602D140 } + +D_SY_602D194: + { type: GFX, offset: 0x602D1A0, symbol: D_SY_602D194 } + +D_SY_602D238: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x0602D238, symbol: D_SY_602D238 } + +D_SY_602E4B0: + { type: SF64:ENVIRONMENT, offset: 0x602E4B0, symbol: D_SY_602E4B0 } + +D_SY_602E4F4: + { type: SF64:OBJECT_INIT, offset: 0x602E4F4, symbol: D_SY_602E4F4 } + +D_SY_6030B14: + { type: SF64:OBJECT_INIT, offset: 0x6030B14, symbol: D_SY_6030B14 } + +D_SY_6032E18: + { type: SF64:SCRIPT, offset: 0x6032E18, symbol: D_SY_6032E18 } + +D_SY_6033070: + {type: SF64:COLPOLY, count: 174, offset: 0x6033070, symbol: D_SY_6033070, mesh_symbol: D_SY_6033E08 } + +aSyRobotHitbox: + { type: SF64:HITBOX, offset: 0x603405C, symbol: aSyRobotHitbox } + +D_SY_60340C0: + { type: SF64:HITBOX, offset: 0x60340C0, symbol: D_SY_60340C0 } + +aSyRobot4Hitbox: + { type: SF64:HITBOX, offset: 0x6034124, symbol: aSyRobot4Hitbox } + +D_SY_60341A8: + { type: SF64:HITBOX, offset: 0x60341A8, symbol: D_SY_60341A8 } + +D_SY_603421C: + { type: SF64:HITBOX, offset: 0x603421C, symbol: D_SY_603421C } + +D_SY_60342A0: + { type: SF64:HITBOX, offset: 0x60342A0, symbol: D_SY_60342A0 } + +D_SY_6034304: + { type: SF64:HITBOX, offset: 0x6034304, symbol: D_SY_6034304 } + +aSyScenery156Hitbox: + { type: SF64:HITBOX, offset: 0x6034368, symbol: aSyScenery156Hitbox } + +aSyLaserTurretHitbox: + { type: SF64:HITBOX, offset: 0x603445C, symbol: aSyLaserTurretHitbox } + +aSyShip1Hitbox: + { type: SF64:HITBOX, offset: 0x6034478, symbol: aSyShip1Hitbox } + +aSyShip2Hitbox: + { type: SF64:HITBOX, offset: 0x603450C, symbol: aSyShip2Hitbox } + +aSyShip3Hitbox: + { type: SF64:HITBOX, offset: 0x6034588, symbol: aSyShip3Hitbox } + +aSyShip3DestroyedHitbox: + { type: SF64:HITBOX, offset: 0x6034664, symbol: aSyShip3DestroyedHitbox } + +aSyShip4Hitbox: + { type: SF64:HITBOX, offset: 0x6034770, symbol: aSyShip4Hitbox } + +aSyShipWindowsHitbox: + { type: SF64:HITBOX, offset: 0x60347D4, symbol: aSyShipWindowsHitbox } + +aSyShip4DestroyedHitbox: + { type: SF64:HITBOX, offset: 0x60347F0, symbol: aSyShip4DestroyedHitbox } + +aSyShipMissileHitbox: + { type: SF64:HITBOX, offset: 0x603486C, symbol: aSyShipMissileHitbox } + +# size = 0x34890 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_z.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_z.yaml new file mode 100644 index 0000000..621ffc6 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_sector_z.yaml @@ -0,0 +1,172 @@ +:config: + segments: + - [0x06, 0xA4FBB0] + header: + code: + - '#include "assets/ast_sector_z.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +# Sector Z: Combat Zone +aSzTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 12, offset: 0x6000000, symbol: aSzTitleCardTex } + +# One of the so called "Boss titles", unused in the game. A version of the same thing +# seems to have been implemented in the 3DS version. +# The text in japanese translates to: + +# Interspace anti-ship missile +# Macbeth B +D_SZ_6000840: + { type: TEXTURE, ctype: u8, format: IA8, width: 104, height: 26, offset: 0x6000840, symbol: D_SZ_6000840 } + +# Great Fox icon showed in the Radar +D_SZ_60012D0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 9, offset: 0x60012D0, symbol: D_SZ_60012D0 } + +aSzSpaceJunk1DL: + { type: GFX, offset: 0x6001360, symbol: aSzSpaceJunk1DL } + +aSzSpaceJunk2DL: + { type: GFX, offset: 0x6001A10, symbol: aSzSpaceJunk2DL } + +D_SZ_6001C80: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06001C80, symbol: D_SZ_6001C80, tlut: 0x06001D80 } + +D_SZ_6001D80: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06001D80, symbol: D_SZ_6001D80 } + +aSzSpaceJunk3DL: + { type: GFX, offset: 0x6001DA0, symbol: aSzSpaceJunk3DL } + +D_SZ_60025F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x60025F0, symbol: D_SZ_60025F0, tlut: 0x060029F0 } + +D_SZ_60029F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x060029F0, symbol: D_SZ_60029F0 } + +D_SZ_6002BD0: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x06002BD0, symbol: D_SZ_6002BD0, tlut: 0x06002C10 } + +D_SZ_6002C10: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06002C10, symbol: D_SZ_6002C10 } + +D_SZ_6002C30: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06002C30, symbol: D_SZ_6002C30, tlut: 0x06002D30 } + +D_SZ_6002D30: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 88, offset: 0x06002D30, symbol: D_SZ_6002D30 } + +D_SZ_6002DE0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06002DE0, symbol: D_SZ_6002DE0, tlut: 0x06002EE0 } + +D_SZ_6002EE0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 80, offset: 0x06002EE0, symbol: D_SZ_6002EE0 } + +aSzBackgroundDL: + { type: GFX, offset: 0x6002F80, symbol: aSzBackgroundDL } + +# Sector Z Background +aSzBackgroundTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x06003010, symbol: aSzBackgroundTex } + +D_SZ_6004010: + { type: GFX, offset: 0x6004010, symbol: D_SZ_6004010 } + +D_SZ_60041F8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x060041F8, symbol: D_SZ_60041F8, tlut: 0x060042F8 } + +D_SZ_60042F8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x060042F8, symbol: D_SZ_60042F8 } + +aSzMissileMark: + { type: GFX, offset: 0x6004330, symbol: aSzMissileMark } + +D_SZ_6004458: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 8, offset: 0x06004458, symbol: D_SZ_6004458, tlut: 0x06004558 } + +D_SZ_6004558: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x06004558, symbol: D_SZ_6004558 } + +aSzMissileRadarMarkDL: + { type: GFX, offset: 0x6004570, symbol: aSzMissileRadarMarkDL } + +aSzSpaceJunk4DL: + { type: GFX, offset: 0x60045E0, symbol: aSzSpaceJunk4DL } + +D_SZ_60047E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60047E0, symbol: D_SZ_60047E0 } + +aSzInvaderIIIDL: + { type: GFX, offset: 0x6004FE0, symbol: aSzInvaderIIIDL } + +aSzInvaderIIITex2: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x060054E0, symbol: aSzInvaderIIITex2, tlut: 0x060058E0 } + +aSzInvaderIIITex2TLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 240, offset: 0x060058E0, symbol: aSzInvaderIIITex2TLUT } + +aSzInvaderIIITex1: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06005AC0, symbol: aSzInvaderIIITex1, tlut: 0x06005BC0 } + +aSzInvaderIIITex1TLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x06005BC0, symbol: aSzInvaderIIITex1TLUT } + +D_SZ_6005BF0: + { type: GFX, offset: 0x6005BF0, symbol: D_SZ_6005BF0 } + +D_SZ_6006090: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x06006090, symbol: D_SZ_6006090, tlut: 0x06006490 } + +D_SZ_6006490: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x06006490, symbol: D_SZ_6006490 } + +D_SZ_6006660: + { type: GFX, offset: 0x6006660, symbol: D_SZ_6006660 } + +D_SZ_6006780: + { type: GFX, offset: 0x6006780, symbol: D_SZ_6006780 } + +D_SZ_6006A30: + { type: GFX, offset: 0x6006A30, symbol: D_SZ_6006A30 } + +D_SZ_6006BD8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x06006BD8, symbol: D_SZ_6006BD8, tlut: 0x06006CD8 } + +D_SZ_6006CD8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x06006CD8, symbol: D_SZ_6006CD8 } + +aSzMissileAnim: + { type: SF64:ANIM, offset: 0x6006D64, symbol: aSzMissileAnim } + +aSzMissileSkel: + { type: SF64:SKELETON, offset: 0x6006E50, symbol: aSzMissileSkel } + +D_SZ_6006E70: + { type: SF64:ENVIRONMENT, offset: 0x6006E70, symbol: D_SZ_6006E70 } + +D_SZ_6006EB4: + { type: SF64:OBJECT_INIT, offset: 0x6006EB4, symbol: D_SZ_6006EB4 } + +D_SZ_6007558: + {type: SF64:COLPOLY, count: 316, offset: 0x6007558, symbol: D_SZ_6007558, mesh_symbol: D_SZ_OFFSET } + +aSZMissileHitbox: + { type: SF64:HITBOX, offset: 0x6009230, symbol: aSZMissileHitbox } + +aSzSpaceJunk3Hitbox: + { type: SF64:HITBOX, offset: 0x600924C, symbol: aSzSpaceJunk3Hitbox } + +aSzSpaceJunk1Hitbox: + { type: SF64:HITBOX, offset: 0x60092E8, symbol: aSzSpaceJunk1Hitbox } + +aSzGreatFoxHitbox: + { type: SF64:HITBOX, offset: 0x6009388, symbol: aSzGreatFoxHitbox } + +# size = 0x93B0 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_solar.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_solar.yaml new file mode 100644 index 0000000..80989a5 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_solar.yaml @@ -0,0 +1,227 @@ +:config: + segments: + - [0x06, 0xB612E0] + header: + code: + - '#include "assets/ast_solar.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aSoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 13, offset: 0x6000000, symbol: aSoTitleCardTex} + +D_SO_60005B0: + { type: GFX, offset: 0x60005B0, symbol: D_SO_60005B0} + +D_SO_6001C50: + { type: VTX, count: 289, offset: 0x6001C50, symbol: D_SO_6001C50} + +D_SO_6002E60: + { type: GFX, offset: 0x6002E60, symbol: D_SO_6002E60} + +D_SO_6004500: + { type: VTX, count: 289, offset: 0x6004500, symbol: D_SO_6004500} + +D_SO_6005710: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005710, symbol: D_SO_6005710} + +aSoGoreAnim: + { type: SF64:ANIM, offset: 0x600636C, symbol: aSoGoreAnim} + +aSoGoreSkel: + { type: SF64:SKELETON, offset: 0x6006558, symbol: aSoGoreSkel} + +D_SO_6006DD8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6006DD8, symbol: D_SO_6006DD8} + +D_SO_6007C40: + { type: GFX, offset: 0x6007C40, symbol: D_SO_6007C40} + +D_SO_6007CC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007CC0, symbol: D_SO_6007CC0} + +D_SO_60084C0: + { type: GFX, offset: 0x60084C0, symbol: D_SO_60084C0} + +D_SO_6008540: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008540, symbol: D_SO_6008540} + +D_SO_6008D40: + { type: GFX, offset: 0x6008D40, symbol: D_SO_6008D40} + +D_SO_6008DC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6008DC0, symbol: D_SO_6008DC0} + +D_SO_6009D30: + { type: SF64:ANIM, offset: 0x6009D30, symbol: D_SO_6009D30} + +D_SO_600B1B4: + { type: SF64:ANIM, offset: 0x600B1B4, symbol: D_SO_600B1B4} + +D_SO_600C15C: + { type: SF64:ANIM, offset: 0x600C15C, symbol: D_SO_600C15C} + +D_SO_600D3DC: + { type: SF64:ANIM, offset: 0x600D3DC, symbol: D_SO_600D3DC} + +D_SO_600E2C4: + { type: SF64:ANIM, offset: 0x600E2C4, symbol: D_SO_600E2C4} + +D_SO_600E470: + { type: SF64:SKELETON, offset: 0x600E470, symbol: D_SO_600E470} + +D_SO_600F744: + { type: SF64:ANIM, offset: 0x600F744, symbol: D_SO_600F744} + +D_SO_600F750: + { type: GFX, offset: 0x600F750, symbol: D_SO_600F750} + +D_SO_6010198: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010198, symbol: D_SO_6010198} + +D_SO_6010998: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010998, symbol: D_SO_6010998} + +D_SO_6011198: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6011198, symbol: D_SO_6011198} + +D_SO_6011398: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6011398, symbol: D_SO_6011398} + +D_SO_6012C00: + { type: SF64:ANIM, offset: 0x6012C00, symbol: D_SO_6012C00} + +D_SO_601388C: + { type: SF64:ANIM, offset: 0x601388C, symbol: D_SO_601388C} + +D_SO_60138A0: + { type: GFX, offset: 0x60138A0, symbol: D_SO_60138A0} + +D_SO_6013C70: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6013C70, symbol: D_SO_6013C70} + +D_SO_6014470: + { type: GFX, offset: 0x6014470, symbol: D_SO_6014470} + +D_SO_60146D0: + { type: GFX, offset: 0x60146D0, symbol: D_SO_60146D0} + +D_SO_6014930: + { type: GFX, offset: 0x6014930, symbol: D_SO_6014930} + +D_SO_6014B80: + { type: GFX, offset: 0x6014B80, symbol: D_SO_6014B80} + +D_SO_6014DB0: + { type: GFX, offset: 0x6014DB0, symbol: D_SO_6014DB0} + +D_SO_60151A0: + { type: GFX, offset: 0x60151A0, symbol: D_SO_60151A0} + +D_SO_6015810: + { type: GFX, offset: 0x6015810, symbol: D_SO_6015810} + +aSoRock3DL: + { type: GFX, offset: 0x6016CF0, symbol: aSoRock3DL} + +D_SO_6016F08: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6016F08, symbol: D_SO_6016F08} + +D_SO_6017008: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6017008, symbol: D_SO_6017008} + +aSoRock2DL: + { type: GFX, offset: 0x6017090, symbol: aSoRock2DL} + +D_SO_6017200: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6017200, symbol: D_SO_6017200} + +D_SO_6017300: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 56, offset: 0x6017300, symbol: D_SO_6017300} + +aSoRock1DL: + { type: GFX, offset: 0x6017370, symbol: aSoRock1DL} + +D_SO_60174E0: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x60174E0, symbol: D_SO_60174E0} + +D_SO_6017520: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x6017520, symbol: D_SO_6017520} + +D_SO_6017550: + { type: GFX, offset: 0x6017550, symbol: D_SO_6017550} + +D_SO_60175D8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x60175D8, symbol: D_SO_60175D8} + +D_SO_60185E0: + { type: GFX, offset: 0x60185E0, symbol: D_SO_60185E0} + +D_SO_6018668: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x6018668, symbol: D_SO_6018668} + +D_SO_6019670: + { type: GFX, offset: 0x6019670, symbol: D_SO_6019670} + +D_SO_60196F8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x60196F8, symbol: D_SO_60196F8} + +D_SO_601A700: + { type: GFX, offset: 0x601A700, symbol: D_SO_601A700} + +D_SO_601A788: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601A788, symbol: D_SO_601A788} + +D_SO_601B790: + { type: GFX, offset: 0x601B790, symbol: D_SO_601B790} + +D_SO_601B818: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601B818, symbol: D_SO_601B818} + +D_SO_601C820: + { type: GFX, offset: 0x601C820, symbol: D_SO_601C820} + +D_SO_601C8A8: + { type: TEXTURE, ctype: u32, format: RGBA32, width: 32, height: 32, offset: 0x601C8A8, symbol: D_SO_601C8A8} + +D_SO_601D8B0: + { type: GFX, offset: 0x601D8B0, symbol: D_SO_601D8B0} + +D_SO_601D948: + { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x601D948, symbol: D_SO_601D948} + +D_SO_601E150: + { type: GFX, offset: 0x601E150, symbol: D_SO_601E150} + +D_SO_601E1E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x601E1E8, symbol: D_SO_601E1E8} + +D_SO_601F1F0: + { type: SF64:ENVIRONMENT, offset: 0x601F1F0, symbol: D_SO_601F1F0} + +D_SO_601F234: + { type: SF64:OBJECT_INIT, offset: 0x601F234, symbol: D_SO_601F234} + +D_SO_6020DD0: + { type: SF64:SCRIPT, offset: 0x6020DD0, symbol: D_SO_6020DD0} + +D_SO_6020F60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6020F60, symbol: D_SO_6020F60} + +D_SO_6021F60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6021F60, symbol: D_SO_6021F60} + +D_SO_6022760: + { type: ARRAY, count: 289, array_type: u16, offset: 0x6022760, symbol: D_SO_6022760} + +D_SO_60229A4: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60229A4, symbol: D_SO_60229A4} + +D_SO_60231A4: + { type: SF64:HITBOX, offset: 0x60231A4, symbol: D_SO_60231A4} \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_star_wolf.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_star_wolf.yaml new file mode 100644 index 0000000..763aaa0 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_star_wolf.yaml @@ -0,0 +1,104 @@ +:config: + segments: + - [0x0F, 0x940AD0] + header: + code: + - '#include "assets/ast_star_wolf.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_STAR_WOLF_F000000: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F000000, symbol: D_STAR_WOLF_F000000 } + +D_STAR_WOLF_F000F20: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F000F20, symbol: D_STAR_WOLF_F000F20 } + +D_STAR_WOLF_F001E40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F001E40, symbol: D_STAR_WOLF_F001E40 } + +D_STAR_WOLF_F002D60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F002D60, symbol: D_STAR_WOLF_F002D60 } + +D_STAR_WOLF_F003C80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F003C80, symbol: D_STAR_WOLF_F003C80 } + +D_STAR_WOLF_F004BA0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F004BA0, symbol: D_STAR_WOLF_F004BA0 } + +D_STAR_WOLF_F005AC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F005AC0, symbol: D_STAR_WOLF_F005AC0 } + +D_STAR_WOLF_F0069E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F0069E0, symbol: D_STAR_WOLF_F0069E0 } + +D_STAR_WOLF_F007900: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F007900, symbol: D_STAR_WOLF_F007900 } + +D_STAR_WOLF_F008820: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F008820, symbol: D_STAR_WOLF_F008820 } + +D_STAR_WOLF_F009740: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F009740, symbol: D_STAR_WOLF_F009740 } + +D_STAR_WOLF_F00A660: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00A660, symbol: D_STAR_WOLF_F00A660 } + +D_STAR_WOLF_F00B580: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00B580, symbol: D_STAR_WOLF_F00B580 } + +D_STAR_WOLF_F00C4A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00C4A0, symbol: D_STAR_WOLF_F00C4A0 } + +D_STAR_WOLF_F00D3C0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00D3C0, symbol: D_STAR_WOLF_F00D3C0 } + +D_STAR_WOLF_F00E2E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x0F00E2E0, symbol: D_STAR_WOLF_F00E2E0 } + +aStarWolfStandardShipDL: + { type: GFX, offset: 0xF00F200, symbol: aStarWolfStandardShipDL } + +D_STAR_WOLF_F0101D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0F0101D0, symbol: D_STAR_WOLF_F0101D0 } + +D_STAR_WOLF_F011E80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0F011E80, symbol: D_STAR_WOLF_F011E80 } + +D_STAR_WOLF_F011680: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F011680, symbol: D_STAR_WOLF_F011680 } + +aStarWolfUpgradedShipDL: + { type: GFX, offset: 0xF0103D0, symbol: aStarWolfUpgradedShipDL } + +D_STAR_WOLF_F011F00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F011F00, symbol: D_STAR_WOLF_F011F00 } + +D_STAR_WOLF_F012700: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F012700, symbol: D_STAR_WOLF_F012700 } + +D_STAR_WOLF_F012F00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x0F012F00, symbol: D_STAR_WOLF_F012F00 } + +D_STAR_WOLF_F013100: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x0F013100, symbol: D_STAR_WOLF_F013100 } + +D_STAR_WOLF_F013180: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F013180, symbol: D_STAR_WOLF_F013180 } + +D_STAR_WOLF_F013980: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x0F013980, symbol: D_STAR_WOLF_F013980 } + +# Star Wolf Radar mark +aStarWolfRadarMarkDL: + { type: GFX, offset: 0xF014180, symbol: aStarWolfRadarMarkDL } + +D_STAR_WOLF_F014208: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x0F014208, symbol: D_STAR_WOLF_F014208 } + +# Star Wolf Shadow +aStarWolfShadowDL: + { type: GFX, offset: 0xF014310, symbol: aStarWolfShadowDL } + +aStarWolfShadowTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x0F014398, symbol: aStarWolfShadowTex } diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_text.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_text.yaml new file mode 100644 index 0000000..d68f591 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_text.yaml @@ -0,0 +1,421 @@ +:config: + segments: + - [0x05, 0xCD2410] + header: + code: + - '#include "assets/ast_text.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +# 0 (small) +aSmallText_0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000000, symbol: aSmallText_0 } + +# 1 (small) +aSmallText_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000080, symbol: aSmallText_1 } + +# 2 (small) +aSmallText_2: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000100, symbol: aSmallText_2 } + +# 3 (small) +aSmallText_3: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000180, symbol: aSmallText_3 } + +# 4 (small) +aSmallText_4: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000200, symbol: aSmallText_4 } + +# 5 (small) +aSmallText_5: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000280, symbol: aSmallText_5 } + +# 6 (small) +aSmallText_6: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000300, symbol: aSmallText_6 } + +# 7 (small) +aSmallText_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000380, symbol: aSmallText_7 } + +# 8 (small) +aSmallText_8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000400, symbol: aSmallText_8 } + +# 9 (small) +aSmallText_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 8, offset: 0x5000480, symbol: aSmallText_9 } + +# Mission No. +aTextMissionNo: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 19, offset: 0x5000500, symbol: aTextMissionNo } + +# Training +aTrTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x5000D50, symbol: aTrTitleCardTex } + +# Enemies Down +aTextEnemiesDown: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 25, offset: 0x5001110, symbol: aTextEnemiesDown } + +# Accumulated Total +aTextAccumTotal: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 10, offset: 0x5001750, symbol: aTextAccumTotal } + +# Status of Team +aTextStatusOfTeam: + { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 12, offset: 0x5001C50, symbol: aTextStatusOfTeam } + +# End +aTextEnd: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 8, offset: 0x50021F0, symbol: aTextEnd } + +# ACCOM +aTextACCOM: + { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 23, offset: 0x50022F0, symbol: aTextACCOM } + +# PLISHED +aTextPLISHED: + { type: TEXTURE, ctype: u8, format: IA8, width: 136, height: 23, offset: 0x5002DC0, symbol: aTextPLISHED } + +# MISSION +aTextMISSION: + { type: TEXTURE, ctype: u8, format: IA8, width: 128, height: 23, offset: 0x5003A00, symbol: aTextMISSION } + +# COMP +aTextCOMP: + { type: TEXTURE, ctype: u8, format: IA8, width: 96, height: 23, offset: 0x5004580, symbol: aTextCOMP } + +# LETE +aTextLETE: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 21, offset: 0x5004E20, symbol: aTextLETE } + +# THE END +aText_THE_END: + { type: TEXTURE, ctype: u8, format: IA8, width: 192, height: 30, offset: 0x50054B0, symbol: aText_THE_END } + +# Falco +aTextFalco: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 8, offset: 0x5006B30, symbol: aTextFalco } + +# Peppy +aTextPeppy: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 10, offset: 0x5006CB0, symbol: aTextPeppy } + +# Slippy +aTextSlippy: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x5006E90, symbol: aTextSlippy } + +# A (small) +aSmallText_A: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50070C0, symbol: aSmallText_A } + +# B (small) +aSmallText_B: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007100, symbol: aSmallText_B } + +# ! (small) +aSmallTextExclamMark: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007140, symbol: aSmallTextExclamMark } + +# C (small) +aSmallText_C: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007180, symbol: aSmallText_C } + +# D (small) +aSmallText_D: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50071C0, symbol: aSmallText_D } + +# E (small) +aSmallText_E: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007200, symbol: aSmallText_E } + +# 1 (large) Used in the ending: 1997 +sLargeText_1997_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007240, symbol: sLargeText_1997_1 } + +# 7 (large) Used in the ending: 1997 +sLargeText_1997_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007330, symbol: sLargeText_1997_7 } + +# 9 (large) Used in the ending: 1997 +sLargeText_1997_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5007420, symbol: sLargeText_1997_9 } + +# F (small) +aSmallText_F: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007510, symbol: aSmallText_F } + +# G (small) +aSmallText_G: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007550, symbol: aSmallText_G } + +# H (small) +aSmallText_H: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007590, symbol: aSmallText_H } + +# I (small) +aSmallText_I: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x50075D0, symbol: aSmallText_I } + +# J (small) +aSmallText_J: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007610, symbol: aSmallText_J } + +# K (small) +aSmallText_K: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007650, symbol: aSmallText_K } + +# 完 (Japanese kanji meaning COMPLETE) +aTextKanjiCOMPLETE: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 47, offset: 0x5007690, symbol: aTextKanjiCOMPLETE } + +# L (small) +aSmallText_L: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007F60, symbol: aSmallText_L } + +# M (small) +aSmallText_M: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007FA0, symbol: aSmallText_M } + +# N (small) +aSmallText_N: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5007FE0, symbol: aSmallText_N } + +# A (large) +aLargeText_A: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008020, symbol: aLargeText_A } + +# B (large) +aLargeText_B: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008110, symbol: aLargeText_B } + +# C (large) +aLargeText_C: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008200, symbol: aLargeText_C } + +# D (large) +aLargeText_D: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50082F0, symbol: aLargeText_D } + +# E (large) +aLargeText_E: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50083E0, symbol: aLargeText_E } + +# F (large) +aLargeText_F: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50084D0, symbol: aLargeText_F } + +# G (large) +aLargeText_G: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50085C0, symbol: aLargeText_G } + +# H (large) +aLargeText_H: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50086B0, symbol: aLargeText_H } + +# I (large) +aLargeText_I: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50087A0, symbol: aLargeText_I } + +# J (large) +aLargeText_J: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008890, symbol: aLargeText_J } + +# K (large) +aLargeText_K: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008980, symbol: aLargeText_K } + +# L (large) +aLargeText_L: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008A70, symbol: aLargeText_L } + +# M (large) +aLargeText_M: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008B60, symbol: aLargeText_M } + +# N (large) +aLargeText_N: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008C50, symbol: aLargeText_N } + +# O (large) +aSmallText_O: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008D40, symbol: aSmallText_O } + +# P (large) +aLargeText_P: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008E30, symbol: aLargeText_P } + +# Q (large) +aLargeText_Q: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5008F20, symbol: aLargeText_Q } + +# R (large) +aLargeText_R: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009010, symbol: aLargeText_R } + +# S (large) +aLargeText_S: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009100, symbol: aLargeText_S } + +# T (large) +aLargeText_T: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50091F0, symbol: aLargeText_T } + +# U (large) +aLargeText_U: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50092E0, symbol: aLargeText_U } + +# V (large) +aLargeText_V: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x50093D0, symbol: aLargeText_V } + +# W (large) +aLargeText_W: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 15, offset: 0x50094C0, symbol: aLargeText_W } + +# X (large) +aLargeText_X: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 15, offset: 0x50096A0, symbol: aLargeText_X } + +# Y (large) +aLargeText_Y: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009880, symbol: aLargeText_Y } + +# - (large) +aLargeText_HYPHEN: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009970, symbol: aLargeText_HYPHEN } + +# Z (large) +aLargeText_Z: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009A60, symbol: aLargeText_Z } + +# s (large) +aLargeText_s_: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009B50, symbol: aLargeText_s_ } + +# t (large) +aLargeText_t_: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009C40, symbol: aLargeText_t_ } + +# o (small) +aSmallText_o_: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009D30, symbol: aSmallText_o_ } + +# p (small) +aSmallText_p: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009D70, symbol: aSmallText_p } + +# . (large) +aLargeText_DOT: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009DB0, symbol: aLargeText_DOT } + +# q (small) +aSmallText_q: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009EA0, symbol: aSmallText_q } + +# r (small) +aSmallText_r: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009EE0, symbol: aSmallText_r } + +# s (small) +aSmallText_s: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x5009F20, symbol: aSmallText_s } + +# 0 (large) +aLargeText_0: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x5009F60, symbol: aLargeText_0 } + +# 1 (large) +aLargeText_1: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A050, symbol: aLargeText_1 } + +# 2 (large) +aLargeText_2: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A140, symbol: aLargeText_2 } + +# 3 (large) +aLargeText_3: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A230, symbol: aLargeText_3 } + +# 4 (large) +aLargeText_4: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A320, symbol: aLargeText_4 } + +# 5 (large) +aLargeText_5: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A410, symbol: aLargeText_5 } + +# 6 (large) +aLargeText_6: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A500, symbol: aLargeText_6 } + +# 7 (large) +aLargeText_7: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A5F0, symbol: aLargeText_7 } + +# 8 (large) +aLargeText_8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A6E0, symbol: aLargeText_8 } + +# 9 (large) +aLargeText_9: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 15, offset: 0x500A7D0, symbol: aLargeText_9 } + +# 終 (Japanese kanji meaning END) +aTextKanji_END: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 49, offset: 0x500A8C0, symbol: aTextKanji_END } + +# T (small) +aSmallText_T: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B380, symbol: aSmallText_T } + +# . (small) +aSmallText_DOT: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B3C0, symbol: aSmallText_DOT } + +# : (small) +aSmallText_COLON: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B400, symbol: aSmallText_COLON } + +# U (small) +aSmallText_U: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B440, symbol: aSmallText_U } + +# V (small) +aSmallText_V: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B480, symbol: aSmallText_V } + +# W (small) +aSmallText_W: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B4C0, symbol: aSmallText_W } + +# X (small) +aSmallText_X: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B500, symbol: aSmallText_X } + +# Y (small) +aSmallText_Y: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B540, symbol: aSmallText_Y } + +# - (small) +aSmallText_HYPHEN: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B580, symbol: aSmallText_HYPHEN } + +# Z (small) +aSmallText_Z: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x500B5C0, symbol: aSmallText_Z } + +# Wrench DisplayList (Teammate in maintenance state) +aDownWrenchDL: + { type: GFX, offset: 0x500B600, symbol: aDownWrenchDL } + +# Wrench Texture +aDownWrenchTexture: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 32, offset: 0x0500B768, tlut: 0x0500B868, symbol: aDownWrenchTexture } + +# Wrench TLUT +aDownWrenchTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x0500B868, symbol: aDownWrenchTLUT } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_titania.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_titania.yaml new file mode 100644 index 0000000..3d9ad2e --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_titania.yaml @@ -0,0 +1,188 @@ +:config: + segments: + - [0x06, 0x9D2FD0] + header: + code: + - '#include "assets/ast_titania.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +aTiTitleCardTex: + {type: TEXTURE, format: IA8, ctype: u8, width: 96, height: 28, offset: 0x6000000, symbol: aTiTitleCardTex} + +D_TI_6000A80: + {type: GFX, offset: 0x6000A80, symbol: D_TI_6000A80} + +D_TI_6000B10: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 64, height: 32, offset: 0x6000B10, symbol: D_TI_6000B10} + +D_TI_6001B10: + {type: GFX, offset: 0x6001B10, symbol: D_TI_6001B10} + +D_TI_6001BA8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6001BA8, symbol: D_TI_6001BA8} + +aTiCactusDL: + {type: GFX, offset: 0x60023B0, symbol: aTiCactusDL} + +D_TI_6002438: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 64, offset: 0x6002438, symbol: D_TI_6002438} + +D_TI_6003440: + {type: GFX, offset: 0x6003440, symbol: D_TI_6003440} + +D_TI_60034E0: + {type: GFX, offset: 0x60034E0, symbol: D_TI_60034E0} + +D_TI_6003580: + {type: GFX, offset: 0x6003580, symbol: D_TI_6003580} + +D_TI_6003620: + {type: GFX, offset: 0x6003620, symbol: D_TI_6003620} + +D_TI_60036C0: + {type: GFX, offset: 0x60036C0, symbol: D_TI_60036C0} + +D_TI_6003760: + {type: GFX, offset: 0x6003760, symbol: D_TI_6003760} + +D_TI_6003800: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6003800, symbol: D_TI_6003800} + +D_TI_6003C00: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6003C00, symbol: D_TI_6003C00} + +D_TI_6004000: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004000, symbol: D_TI_6004000} + +D_TI_6004400: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004400, symbol: D_TI_6004400} + +D_TI_6004800: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004800, symbol: D_TI_6004800} + +D_TI_6004C00: + {type: TEXTURE, format: IA8, ctype: u8, width: 32, height: 32, offset: 0x6004C00, symbol: D_TI_6004C00} + +D_TI_6005000: + {type: SF64:ENVIRONMENT, offset: 0x6005000, symbol: D_TI_6005000} + +D_TI_600631C: + {type: SF64:SCRIPT, offset: 0x600631C, symbol: D_TI_600631C} + +aTi1LandmineHitbox: + {type: SF64:HITBOX, offset: 0x60064AC, symbol: aTi1LandmineHitbox} + +aTiDesertRoverHitbox: + {type: SF64:HITBOX, offset: 0x60064C8, symbol: aTiDesertRoverHitbox} + +aTiSkullHitbox: + {type: SF64:HITBOX, offset: 0x60064FC, symbol: aTiSkullHitbox} + +aTiRib0Hitbox: + {type: SF64:HITBOX, offset: 0x6006518, symbol: aTiRib0Hitbox} + +aTiRib1Hitbox: + {type: SF64:HITBOX, offset: 0x6006564, symbol: aTiRib1Hitbox} + +aTiRib2Hitbox: + {type: SF64:HITBOX, offset: 0x60065B0, symbol: aTiRib2Hitbox} + +aTiRib3Hitbox: + {type: SF64:HITBOX, offset: 0x60065FC, symbol: aTiRib3Hitbox} + +aTiRib4Hitbox: + {type: SF64:HITBOX, offset: 0x6006648, symbol: aTiRib4Hitbox} + +aTiRib5Hitbox: + {type: SF64:HITBOX, offset: 0x6006694, symbol: aTiRib5Hitbox} + +aTiRib6Hitbox: + {type: SF64:HITBOX, offset: 0x60066E0, symbol: aTiRib6Hitbox} + +aTiRib7Hitbox: + {type: SF64:HITBOX, offset: 0x600672C, symbol: aTiRib7Hitbox} + +aTiRib8Hitbox: + {type: SF64:HITBOX, offset: 0x6006778, symbol: aTiRib8Hitbox} + +aTiDelphorHitbox: + {type: SF64:HITBOX, offset: 0x60067C4, symbol: aTiDelphorHitbox} + +aTiDelphorHeadHitbox: + {type: SF64:HITBOX, offset: 0x6006808, symbol: aTiDelphorHeadHitbox} + +aTiDesertCrawlerHitbox: + {type: SF64:HITBOX, offset: 0x6006A3C, symbol: aTiDesertCrawlerHitbox} + +aTiBoulderHitbox: + {type: SF64:HITBOX, offset: 0x600683C, symbol: aTiBoulderHitbox} + +aTiBombHitbox: + {type: SF64:HITBOX, offset: 0x6006858, symbol: aTiBombHitbox} + +D_TI_6006874: + {type: SF64:HITBOX, offset: 0x6006874, symbol: D_TI_6006874} + +aTiRascoHitbox: + {type: SF64:HITBOX, offset: 0x6006890, symbol: aTiRascoHitbox} + +aTiCactusHitbox: + {type: SF64:HITBOX, offset: 0x60068BC, symbol: aTiCactusHitbox} + +aTiFekudaHitbox: + {type: SF64:HITBOX, offset: 0x60068F0, symbol: aTiFekudaHitbox} + +D_TI_6006940: + {type: SF64:HITBOX, offset: 0x6006940, symbol: D_TI_6006940} + +D_TI_600695C: + {type: SF64:HITBOX, offset: 0x600695C, symbol: D_TI_600695C} + +D_TI_6006978: + {type: SF64:HITBOX, offset: 0x6006978, symbol: D_TI_6006978} + +D_TI_6006994: + {type: SF64:HITBOX, offset: 0x6006994, symbol: D_TI_6006994} + +D_TI_60069B0: + {type: SF64:HITBOX, offset: 0x60069B0, symbol: D_TI_60069B0} + +D_TI_60069CC: + {type: SF64:HITBOX, offset: 0x60069CC, symbol: D_TI_60069CC} + +D_TI_60069E8: + {type: SF64:HITBOX, offset: 0x60069E8, symbol: D_TI_60069E8} + +D_TI_6006A04: + {type: SF64:HITBOX, offset: 0x6006A04, symbol: D_TI_6006A04} + +D_TI_6006A20: + {type: SF64:HITBOX, offset: 0x6006A20, symbol: D_TI_6006A20} + +aTiPillarHitbox: + {type: SF64:HITBOX, offset: 0x6006BF0, symbol: aTiPillarHitbox} + +D_TI_6006924: + {type: SF64:HITBOX, offset: 0x6006924, symbol: D_TI_6006924} + +D_TI_6006C0C: + {type: SF64:HITBOX, offset: 0x6006C0C, symbol: D_TI_6006C0C} + +D_TI_6006C28: + {type: SF64:HITBOX, offset: 0x6006C28, symbol: D_TI_6006C28} + +aTiBridgeHitbox: + {type: SF64:HITBOX, offset: 0x6006C44, symbol: aTiBridgeHitbox} + +D_TI_6006C60: + {type: SF64:OBJECT_INIT, offset: 0x6006C60, symbol: D_TI_6006C60} + +D_TI_6009BB8: + {type: TEXTURE, format: RGBA16, ctype: u16, width: 32, height: 32, offset: 0x6009BB8, symbol: D_TI_6009BB8} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_title.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_title.yaml new file mode 100644 index 0000000..aa4abd8 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_title.yaml @@ -0,0 +1,263 @@ +:config: + segments: + - [0x06, 0xBFC510] + header: + code: + - '#include "assets/ast_title.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aTitleStarfoxLogoTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 236, height: 60, offset: 0x6000000, symbol: aTitleStarfoxLogoTex } + +aTitleN64LogoTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 128, height: 88, offset: 0x6006EA0, symbol: aTitleN64LogoTex } + +gTitleRadioStatic: { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x600C6A0, symbol: gTitleRadioStatic } + +aTitleSunGlareTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600D5C0, symbol: aTitleSunGlareTex } + +a1997NintendoTex: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 12, offset: 0x600DDC0, symbol: a1997NintendoTex } + +aTitlePressStartTex: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 13, offset: 0x600E360, symbol: aTitlePressStartTex } + +aTitleGreatFoxCardTex: { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 28, offset: 0x600E980, symbol: aTitleGreatFoxCardTex } + +gTitleSlippyCard: { type: TEXTURE, ctype: u8, format: IA8, width: 144, height: 13, offset: 0x600F940, symbol: gTitleSlippyCard } + +gTitlePeppyCard: { type: TEXTURE, ctype: u8, format: IA8, width: 120, height: 13, offset: 0x6010090, symbol: gTitlePeppyCard } + +gTitleFalcoCard: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x60106B0, symbol: gTitleFalcoCard } + +gTitleFoxCard: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 13, offset: 0x6010FA0, symbol: gTitleFoxCard } + +aTitleArwingCardTex: { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 26, offset: 0x6011890, symbol: aTitleArwingCardTex } + +aTitleNoControllerTex: { type: TEXTURE, ctype: u8, format: IA8, width: 176, height: 24, offset: 0x60123F0, symbol: aTitleNoControllerTex } + +aTitleCopyrightTex: { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6013470, symbol: aTitleCopyrightTex } + +gTitleUnusedNintendoCopyright: { type: TEXTURE, ctype: u8, format: IA8, width: 168, height: 18, offset: 0x6013570, symbol: gTitleUnusedNintendoCopyright } + +aIntroStarfoxLogoTex: { type: TEXTURE, ctype: u8, format: CI4, width: 256, height: 13, offset: 0x6014140, tlut: 0x60147C0, symbol: aIntroStarfoxLogoTex } + +aIntroStarfoxLogoTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x60147C0, symbol: aIntroStarfoxLogoTLUT } + +aIntroInTex: { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 13, offset: 0x60147E0, tlut: 0x60147C0, symbol: aIntroInTex } + +aIntroInTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x60148B0, symbol: aIntroInTLUT } + +a64LogoDL: { type: GFX, offset: 0x60148D0, symbol: a64LogoDL } + +a64Logo1Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6014DE8, tlut: 0x60155E8, symbol: a64Logo1Tex } + +a64Logo1TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 152, offset: 0x60155E8, symbol: a64Logo1TLUT } + +a64Logo2Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 63, offset: 0x6015718, tlut: 0x6015EF8, symbol: a64Logo2Tex } + +a64Logo2TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 64, offset: 0x6015EF8, symbol: a64Logo2TLUT } + +a64Logo3Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6015F78, tlut: 0x6016778, symbol: a64Logo3Tex } + +a64Logo3TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6016778, symbol: a64Logo3TLUT } + +a64Logo4Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 63, offset: 0x6016908, tlut: 0x60170E8, symbol: a64Logo4Tex } + +a64Logo4TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 144, offset: 0x60170E8, symbol: a64Logo4TLUT } + +a64Logo5Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6017208, tlut: 0x6017A08, symbol: a64Logo5Tex } + +a64Logo5TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 136, offset: 0x6017A08, symbol: a64Logo5TLUT } + +a64Logo6Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6017B18, tlut: 0x6018318, symbol: a64Logo6Tex } + +a64Logo6TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 200, offset: 0x6018318, symbol: a64Logo6TLUT } + +a64Logo7Tex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x60184A8, tlut: 0x6018CA8, symbol: a64Logo7Tex } + +a64Logo7TLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x6018CA8, symbol: a64Logo7TLUT } + +aTitleGreatFoxDeckDL: { type: GFX, offset: 0x6018D40, symbol: aTitleGreatFoxDeckDL } + +D_TITLE_60195C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60195C0, symbol: D_TITLE_60195C0 } + +D_TITLE_6019DC0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6019DC0, symbol: D_TITLE_6019DC0 } + +D_TITLE_601A5C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x601A5C0, symbol: D_TITLE_601A5C0 } + +D_TITLE_601B5C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601B5C0, symbol: D_TITLE_601B5C0 } + +D_TITLE_601B7C0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601B7C0, symbol: D_TITLE_601B7C0 } + +aTitleCsPassageWayWallTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601BFC0, symbol: aTitleCsPassageWayWallTex } + +aTitleGreatFoxDeckLauncherDL: { type: GFX, offset: 0x601C7C0, symbol: aTitleGreatFoxDeckLauncherDL } + +D_TITLE_601CCD0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601CCD0, symbol: D_TITLE_601CCD0 } + +D_TITLE_601CED0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x601CED0, symbol: D_TITLE_601CED0 } + +D_TITLE_601CF50: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601CF50, symbol: D_TITLE_601CF50 } + +aNoControllerBgTex: { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x601D750, tlut: 0x601DB50, symbol: aNoControllerBgTex } + +aNoControllerBgTLUT: { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x601DB50, symbol: aNoControllerBgTLUT } + +D_TITLE_601E424: { type: SF64:ANIM, offset: 0x601E424, symbol: D_TITLE_601E424 } + +D_TITLE_601E430: { type: GFX, offset: 0x601E430, symbol: D_TITLE_601E430 } + +D_TITLE_601E720: { type: GFX, offset: 0x601E720, symbol: D_TITLE_601E720 } + +D_TITLE_601EA00: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601EA00, symbol: D_TITLE_601EA00 } + +D_TITLE_601F200: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601F200, symbol: D_TITLE_601F200 } + +D_TITLE_601F400: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601F400, symbol: D_TITLE_601F400 } + +D_TITLE_601F8E0: { type: SF64:ANIM, offset: 0x601F8E0, symbol: D_TITLE_601F8E0 } + +D_TITLE_6020058: { type: SF64:ANIM, offset: 0x6020058, symbol: D_TITLE_6020058 } + +D_TITLE_60214F8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60214F8, symbol: D_TITLE_60214F8 } + +D_TITLE_6021D10: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6021D10, symbol: D_TITLE_6021D10 } + +D_TITLE_6021F10: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6021F10, symbol: D_TITLE_6021F10 } + +D_TITLE_6022B40: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6022B40, symbol: D_TITLE_6022B40 } + +D_TITLE_6023340: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023340, symbol: D_TITLE_6023340 } + +D_TITLE_6023B40: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6023B40, symbol: D_TITLE_6023B40 } + +D_TITLE_6024340: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6024340, symbol: D_TITLE_6024340 } + +D_TITLE_60246F8: { type: SF64:ANIM, offset: 0x60246F8, symbol: D_TITLE_60246F8 } + +D_TITLE_60257A8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60257A8, symbol: D_TITLE_60257A8 } + +D_TITLE_60259A8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60259A8, symbol: D_TITLE_60259A8 } + +D_TITLE_6025BA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025BA8, symbol: D_TITLE_6025BA8 } + +D_TITLE_6025DA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025DA8, symbol: D_TITLE_6025DA8 } + +D_TITLE_6025FA8: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025FA8, symbol: D_TITLE_6025FA8 } + +D_TITLE_6026D28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6026D28, symbol: D_TITLE_6026D28 } + +D_TITLE_6026F28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6026F28, symbol: D_TITLE_6026F28 } + +D_TITLE_6028508: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028508, symbol: D_TITLE_6028508 } + +D_TITLE_6028708: { type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x6028708, symbol: D_TITLE_6028708 } + +D_TITLE_6028788: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028788, symbol: D_TITLE_6028788 } + +D_TITLE_6028988: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028988, symbol: D_TITLE_6028988 } + +D_TITLE_6028A08: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6028A08, symbol: D_TITLE_6028A08 } + +D_TITLE_6028C08: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6028C08, symbol: D_TITLE_6028C08 } + +D_TITLE_6029BE4: { type: SF64:ANIM, offset: 0x6029BE4, symbol: D_TITLE_6029BE4 } + +D_TITLE_602A710: { type: SF64:ANIM, offset: 0x602A710, symbol: D_TITLE_602A710 } + +aTitleGreatFoxDeckPlatformDL: { type: GFX, offset: 0x602A720, symbol: aTitleGreatFoxDeckPlatformDL } + +aTitleCsPassageWayCeilingTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602A8C0, symbol: aTitleCsPassageWayCeilingTex } + +D_TITLE_602B8C0: { type: GFX, offset: 0x602B8C0, symbol: D_TITLE_602B8C0 } + +D_TITLE_602D930: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602D930, symbol: D_TITLE_602D930 } + +D_TITLE_602DB30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DB30, symbol: D_TITLE_602DB30 } + +D_TITLE_602DD30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DD30, symbol: D_TITLE_602DD30 } + +D_TITLE_602DF30: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x602DF30, symbol: D_TITLE_602DF30 } + +aTitleCsPassageWayDL: { type: GFX, offset: 0x602E380, symbol: aTitleCsPassageWayDL } + +aTitleCsPassageWayFloorTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602E550, symbol: aTitleCsPassageWayFloorTex } + +aFoxRunningAnim: { type: SF64:ANIM, offset: 0x602F8E0, symbol: aFoxRunningAnim } + +aFoxSkel: {type: SF64:SKELETON, offset: 0x602FBAC, symbol: aFoxSkel} + +aFalcoRunningAnim: { type: SF64:ANIM, offset: 0x60305C0, symbol: aFalcoRunningAnim } + +aFalcoSkel: {type: SF64:SKELETON, offset: 0x603088C, symbol: aFalcoSkel} + +aSlippyRunningAnim: { type: SF64:ANIM, offset: 0x6031120, symbol: aSlippyRunningAnim } + +aSlippySkel: {type: SF64:SKELETON, offset: 0x60313AC, symbol: aSlippySkel} + +aPeppyRunningAnim: { type: SF64:ANIM, offset: 0x6031DB8, symbol: aPeppyRunningAnim } + +aPeppySkel: {type: SF64:SKELETON, offset: 0x6032084, symbol: aPeppySkel} + +aTitleArwingEngineGlowDL: { type: GFX, offset: 0x60320E0, symbol: aTitleArwingEngineGlowDL } + +aTitleArwingEngineGlowTex: {type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 32, offset: 0x6032178, symbol: aTitleArwingEngineGlowTex} + +aTitleArwingShadowDL: { type: GFX, offset: 0x6032580, symbol: aTitleArwingShadowDL } + +aTitleArwingShadowTex: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6032608, symbol: aTitleArwingShadowTex } + +aFalcoAnim: { type: SF64:ANIM, offset: 0x60338DC, symbol: aFalcoAnim } + +aFoxAnim: { type: SF64:ANIM, offset: 0x6035024, symbol: aFoxAnim } + +aPeppyAnim: { type: SF64:ANIM, offset: 0x603531C, symbol: aPeppyAnim } + +aSlippyAnim: { type: SF64:ANIM, offset: 0x6036278, symbol: aSlippyAnim } + +D_TITLE_6036290: { type: GFX, offset: 0x6036290, symbol: D_TITLE_6036290 } + +D_TITLE_6036328: { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x6036328, symbol: D_TITLE_6036328 } + +D_TITLE_6036B30: { type: GFX, offset: 0x6036B30, symbol: D_TITLE_6036B30 } + +D_TITLE_6036BC8: { type: TEXTURE, ctype: u16, format: IA16, width: 32, height: 32, offset: 0x6036BC8, symbol: D_TITLE_6036BC8 } + +aPlanetCorneriaDL: { type: GFX, offset: 0x6037CF0, symbol: aPlanetCorneriaDL } + +D_TITLE_60380D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x60380D0, symbol: D_TITLE_60380D0} + +D_TITLE_60390D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x60390D0, symbol: D_TITLE_60390D0} + +D_TITLE_603A0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603A0D0, symbol: D_TITLE_603A0D0} + +D_TITLE_603B0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603B0D0, symbol: D_TITLE_603B0D0} + +D_TITLE_603C0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603C0D0, symbol: D_TITLE_603C0D0} + +D_TITLE_603D0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603D0D0, symbol: D_TITLE_603D0D0} + +D_TITLE_603E0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603E0D0, symbol: D_TITLE_603E0D0} + +D_TITLE_603F0D0: {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x603F0D0, symbol: D_TITLE_603F0D0} + +D_TITLE_60408C0: { type: GFX, offset: 0x60408C0, symbol: D_TITLE_60408C0 } + +aTeamShadowDL: { type: GFX, offset: 0x6041070, symbol: aTeamShadowDL } + +D_TITLE_60410F8: {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60410F8, symbol: D_TITLE_60410F8} + +D_TITLE_6041CF0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6041CF0, symbol: D_TITLE_6041CF0 } + +D_TITLE_60426E0: { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60426E0, symbol: D_TITLE_60426E0 } + +D_TITLE_6043F68: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6043F68, symbol: D_TITLE_6043F68 } + +D_TITLE_60456C0: { type: GFX, offset: 0x60456C0, symbol: D_TITLE_60456C0 } + +D_TITLE_6045A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6045A28, symbol: D_TITLE_6045A28} +D_TITLE_6046A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6046A28, symbol: D_TITLE_6046A28} +D_TITLE_6047A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6047A28, symbol: D_TITLE_6047A28} +D_TITLE_6048A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6048A28, symbol: D_TITLE_6048A28} +D_TITLE_6049A28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x6049A28, symbol: D_TITLE_6049A28} +D_TITLE_604AA28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x604AA28, symbol: D_TITLE_604AA28} +D_TITLE_604BA28: { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 64, offset: 0x604BA28, symbol: D_TITLE_604BA28} \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_training.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_training.yaml new file mode 100644 index 0000000..7c57f02 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_training.yaml @@ -0,0 +1,88 @@ +:config: + segments: + - [0x6, 0xDDC010] + header: + code: + - '#include "assets/ast_training.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_TR_6000000: + { type: TEXTURE, format: IA8, offset: 0x6000000, width: 96, height: 12, ctype: u8, symbol: D_TR_6000000 } + +D_TR_6000480: + { type: TEXTURE, format: IA8, offset: 0x6000480, width: 96, height: 12, ctype: u8, symbol: D_TR_6000480 } + +D_TR_6000900: + { type: TEXTURE, format: RGBA16, offset: 0x6000900, width: 44, height: 44, ctype: u16, symbol: D_TR_6000900 } + +D_TR_6001820: + { type: TEXTURE, format: RGBA16, offset: 0x6001820, width: 44, height: 44, ctype: u16, symbol: D_TR_6001820 } + +aTrBarrierDL: + { type: GFX, offset: 0x6002740, symbol: aTrBarrierDL } + +D_TR_60028F0: + { type: TEXTURE, format: RGBA16, offset: 0x060028F0, width: 32, height: 32, ctype: u16, symbol: D_TR_60028F0 } + +aTrBuildingDL: + { type: GFX, offset: 0x60030F0, symbol: aTrBuildingDL } + +D_TR_6003360: + { type: TEXTURE, format: RGBA16, offset: 0x06003360, width: 16, height: 16, ctype: u16, symbol: D_TR_6003360 } + +D_TR_6003560: + { type: TEXTURE, format: RGBA16, offset: 0x06003560, width: 16, height: 16, ctype: u16, symbol: D_TR_6003560 } + +D_TR_6003760: + { type: GFX, offset: 0x6003760, symbol: D_TR_6003760 } + +D_TR_6003878: + { type: TEXTURE, format: RGBA16, offset: 0x06003878, width: 64, height: 32, ctype: u16, symbol: D_TR_6003878 } + +D_TR_6004878: + { type: TEXTURE, format: RGBA16, offset: 0x06004878, width: 64, height: 32, ctype: u16, symbol: D_TR_6004878 } + +D_TR_6005880: + { type: GFX, offset: 0x6005880, symbol: D_TR_6005880 } + +D_TR_6005938: + { type: TEXTURE, format: RGBA16, offset: 0x06005938, width: 32, height: 32, ctype: u16, symbol: D_TR_6005938 } + +aItemTrainingRingDL: + { type: GFX, offset: 0x6006140, symbol: aItemTrainingRingDL } + +D_TR_6006958: + { type: TEXTURE, format: RGBA16, offset: 0x06006958, width: 8, height: 8, ctype: u16, symbol: D_TR_6006958 } + +D_TR_60069D8: + { type: TEXTURE, format: RGBA16, offset: 0x060069D8, width: 8, height: 8, ctype: u16, symbol: D_TR_60069D8 } + +D_TR_6006A60: + { type: SF64:ENVIRONMENT, offset: 0x6006A60, symbol: D_TR_6006A60 } + +D_TR_6006AA4: + { type: SF64:OBJECT_INIT, offset: 0x6006AA4, symbol: D_TR_6006AA4 } + +D_TR_6008EF8: + { type: SF64:OBJECT_INIT, offset: 0x6008EF8, symbol: D_TR_6008EF8 } + +D_TR_6009B34: + { type: SF64:SCRIPT, offset: 0x6009B34, symbol: D_TR_6009B34 } + +aTrBuildingHitbox: + { type: SF64:HITBOX, offset: 0x6009CC4, symbol: aTrBuildingHitbox } + +aItemTrainingRingHitbox: + { type: SF64:HITBOX, offset: 0x6009CFC, symbol: aItemTrainingRingHitbox } + +aTrBarrierHitbox: + { type: SF64:HITBOX, offset: 0x6009D18, symbol: aTrBarrierHitbox } + +# size = 0x9D40 \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ve1_boss.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ve1_boss.yaml new file mode 100644 index 0000000..30a4d03 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_ve1_boss.yaml @@ -0,0 +1,243 @@ +:config: + segments: + - [0x09, 0xAE60A0] + header: + code: + - '#include "assets/ast_ve1_boss.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +D_VE1_9000000: + {type: GFX, offset: 0x9000000, symbol: D_VE1_9000000} + +D_VE1_90003E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90003E8, symbol: D_VE1_90003E8} + +D_VE1_90005E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90005E8, symbol: D_VE1_90005E8} + +D_VE1_90007F0: + {type: GFX, offset: 0x90007F0, symbol: D_VE1_90007F0} + +D_VE1_9000AF0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9000AF0, symbol: D_VE1_9000AF0} + +D_VE1_90012F0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x90012F0, symbol: D_VE1_90012F0} + +D_VE1_9002CD8: + {type: SF64:ANIM, offset: 0x9002CD8, symbol: D_VE1_9002CD8} + +aVe1BlockerDL: + {type: GFX, offset: 0x9002CF0, symbol: aVe1BlockerDL} + +D_VE1_9002F30: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9002F30, symbol: D_VE1_9002F30, tlut: 0x9003330} + +D_VE1_9003330: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003330, symbol: D_VE1_9003330} + +D_VE1_9003490: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x9003490, symbol: D_VE1_9003490, tlut: 0x9003890} + +D_VE1_9003890: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003890, symbol: D_VE1_9003890} + +D_VE1_90039F0: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x90039F0, symbol: D_VE1_90039F0, tlut: 0x9003DF0} + +D_VE1_9003DF0: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 176, offset: 0x9003DF0, symbol: D_VE1_9003DF0} + +aVe1TempleInterior1DL: + {type: GFX, offset: 0x9003F50, symbol: aVe1TempleInterior1DL} + +D_VE1_9004478: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9004478, symbol: D_VE1_9004478} + +D_VE1_9004878: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9004878, symbol: D_VE1_9004878} + +D_VE1_9005078: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9005078, symbol: D_VE1_9005078} + +D_VE1_9005478: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9005478, symbol: D_VE1_9005478} + +aVe1TempleEntranceDL: + {type: GFX, offset: 0x9005C80, symbol: aVe1TempleEntranceDL} + +D_VE1_9009700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9009700, symbol: D_VE1_9009700} + +D_VE1_9009F00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x9009F00, symbol: D_VE1_9009F00} + +D_VE1_900A300: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900A300, symbol: D_VE1_900A300} + +D_VE1_900AB00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x900AB00, symbol: D_VE1_900AB00} + +D_VE1_900AF00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900AF00, symbol: D_VE1_900AF00} + +D_VE1_900B700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900B700, symbol: D_VE1_900B700} + +D_VE1_900BF00: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900BF00, symbol: D_VE1_900BF00} + +D_VE1_900C700: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900C700, symbol: D_VE1_900C700} + +aVe1MonkeyStatueAnim: + {type: SF64:ANIM, offset: 0x900D098, symbol: aVe1MonkeyStatueAnim} + +aVe1MonkeyStatueSkel: + {type: SF64:SKELETON, offset: 0x900D164, symbol: aVe1MonkeyStatueSkel} + +D_VE1_900D180: + {type: GFX, offset: 0x900D180, symbol: D_VE1_900D180} + +D_VE1_900D520: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x900D520, symbol: D_VE1_900D520} + +aVe1Pillar1DL: + {type: GFX, offset: 0x900DD20, symbol: aVe1Pillar1DL} + +D_VE1_900DF20: + {type: GFX, offset: 0x900DF20, symbol: D_VE1_900DF20} + +D_VE1_900DFB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x900DFB8, symbol: D_VE1_900DFB8} + +aVe1TempleBgDL: + {type: GFX, offset: 0x900EFC0, symbol: aVe1TempleBgDL} + +aVe1TempleInterior2DL: + {type: GFX, offset: 0x900F060, symbol: aVe1TempleInterior2DL} + +aVe1TempleInterior3DL: + {type: GFX, offset: 0x900F1D0, symbol: aVe1TempleInterior3DL} + +D_VE1_9010FC4: + {type: SF64:ANIM, offset: 0x9010FC4, symbol: D_VE1_9010FC4} + +D_VE1_9010FD0: + {type: GFX, offset: 0x9010FD0, symbol: D_VE1_9010FD0} + +aVe1PillarDL: + {type: GFX, offset: 0x9011200, symbol: aVe1PillarDL} + +D_VE1_9011980: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9011980, symbol: D_VE1_9011980} + +aVe1Pillar5DL: + {type: GFX, offset: 0x9012180, symbol: aVe1Pillar5DL} + +D_VE1_90123C0: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 16, offset: 0x90123C0, symbol: D_VE1_90123C0, tlut: 0x90125C0} + +D_VE1_90125C0: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 160, offset: 0x90125C0, symbol: D_VE1_90125C0} + +D_VE1_9013880: + {type: GFX, offset: 0x9013880, symbol: D_VE1_9013880} + +D_VE1_9013C20: + {type: GFX, offset: 0x9013C20, symbol: D_VE1_9013C20} + +D_VE1_9014DF0: + {type: GFX, offset: 0x9014DF0, symbol: D_VE1_9014DF0} + +D_VE1_90150A0: + {type: GFX, offset: 0x90150A0, symbol: D_VE1_90150A0} + +D_VE1_9015480: + {type: GFX, offset: 0x9015480, symbol: D_VE1_9015480} + +D_VE1_9015900: + {type: GFX, offset: 0x9015900, symbol: D_VE1_9015900} + +D_VE1_9015BB0: + {type: GFX, offset: 0x9015BB0, symbol: D_VE1_9015BB0} + +D_VE1_9018BD0: + {type: SF64:ANIM, offset: 0x9018BD0, symbol: D_VE1_9018BD0} + +D_VE1_901A4B8: + {type: SF64:ANIM, offset: 0x901A4B8, symbol: D_VE1_901A4B8} + +D_VE1_901BDA8: + {type: SF64:ANIM, offset: 0x901BDA8, symbol: D_VE1_901BDA8} + +D_VE1_901C0F4: + {type: SF64:SKELETON, offset: 0x901C0F4, symbol: D_VE1_901C0F4} + +D_VE1_901DA38: + {type: SF64:ANIM, offset: 0x901DA38, symbol: D_VE1_901DA38} + +aVe1Pillar3DL: + {type: GFX, offset: 0x901DA50, symbol: aVe1Pillar3DL} + +D_VE1_901DC90: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x901DC90, symbol: D_VE1_901DC90} + +D_VE1_901E350: + {type: GFX, offset: 0x901E350, symbol: D_VE1_901E350} + +D_VE1_901F6D0: + {type: GFX, offset: 0x901F6D0, symbol: D_VE1_901F6D0} + +D_VE1_901F990: + {type: GFX, offset: 0x901F990, symbol: D_VE1_901F990} + +D_VE1_901FC40: + {type: GFX, offset: 0x901FC40, symbol: D_VE1_901FC40} + +D_VE1_901FFB0: + {type: GFX, offset: 0x901FFB0, symbol: D_VE1_901FFB0} + +D_VE1_9020E30: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x9020E30, symbol: D_VE1_9020E30} + +D_VE1_9021630: + {type: GFX, offset: 0x9021630, symbol: D_VE1_9021630} + +D_VE1_9021900: + {type: GFX, offset: 0x9021900, symbol: D_VE1_9021900} + +D_VE1_9021B80: + {type: GFX, offset: 0x9021B80, symbol: D_VE1_9021B80} + +D_VE1_9022820: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x9022820, symbol: D_VE1_9022820} + +D_VE1_9022A20: + {type: GFX, offset: 0x9022A20, symbol: D_VE1_9022A20} + +D_VE1_9022D80: + {type: GFX, offset: 0x9022D80, symbol: D_VE1_9022D80} + +D_VE1_9023290: + {type: GFX, offset: 0x9023290, symbol: D_VE1_9023290} + +D_VE1_90234D0: + {type: GFX, offset: 0x90234D0, symbol: D_VE1_90234D0} + +D_VE1_9023880: + {type: GFX, offset: 0x9023880, symbol: D_VE1_9023880} + +aVe1Pillar4DL: + {type: GFX, offset: 0x9023AD0, symbol: aVe1Pillar4DL} + +D_VE1_9024738: + {type: SF64:ANIM, offset: 0x9024738, symbol: D_VE1_9024738} + +D_VE1_9024750: + {type: GFX, offset: 0x9024750, symbol: D_VE1_9024750} + +D_VE1_9024940: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 4, height: 4, offset: 0x9024940, symbol: D_VE1_9024940} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_1.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_1.yaml new file mode 100644 index 0000000..80379e2 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_1.yaml @@ -0,0 +1,182 @@ +:config: + segments: + - [0x6, 0xAB4000] + header: + code: + - '#include "assets/ast_venom_1.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_VE1_6000000: + { type: TEXTURE, format: IA8, width: 96, height: 28, offset: 0x6000000, ctype: u8, symbol: D_VE1_6000000 } + +D_VE1_6000A80: + { type: TEXTURE, format: IA8, width: 40, height: 19, offset: 0x6000A80, ctype: u8, symbol: D_VE1_6000A80 } + +aVe1TitleCardTex: + { type: TEXTURE, format: IA8, width: 128, height: 28, offset: 0x6000D80, ctype: u8, symbol: aVe1TitleCardTex } + +D_VE1_6001B80: + { type: TEXTURE, format: IA8, width: 128, height: 19, offset: 0x6001B80, ctype: u8, symbol: D_VE1_6001B80 } + +aVe1EnemyGateDL: + { type: GFX, offset: 0x6002500, symbol: aVe1EnemyGateDL } + +D_VE1_60029F8: + { type: TEXTURE, format: CI8, width: 8, height: 16, offset: 0x60029F8, tlut: 0x6002A78, ctype: u8, symbol: D_VE1_60029F8 } + +D_VE1_6002A78: + { type: TEXTURE, format: TLUT, colors: 24, offset: 0x6002A78, ctype: u16, symbol: D_VE1_6002A78 } + +D_VE1_6002AA8: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6002AA8, tlut: 0x6002EA8, ctype: u8, symbol: D_VE1_6002AA8 } + +D_VE1_6002EA8: + { type: TEXTURE, format: TLUT, colors: 232, offset: 0x6002EA8, ctype: u16, symbol: D_VE1_6002EA8 } + +D_VE1_6003078: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6003078, tlut: 0x6003478, ctype: u8, symbol: D_VE1_6003078 } + +D_VE1_6003478: + { type: TEXTURE, format: TLUT, colors: 204, offset: 0x6003478, ctype: u16, symbol: D_VE1_6003478 } + +aVe1WatchPostDL: + { type: GFX, offset: 0x6003610, symbol: aVe1WatchPostDL } + +D_VE1_6003B10: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003B10, ctype: u16, symbol: D_VE1_6003B10 } + +aVe1EnemyGateDoorLeftDL: + { type: GFX, offset: 0x6004310, symbol: aVe1EnemyGateDoorLeftDL } + +aVe1EnemyGateDoorRightDL: + { type: GFX, offset: 0x60043F0, symbol: aVe1EnemyGateDoorRightDL } + +D_VE1_60044D0: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x60044D0, tlut: 0x60045D0, ctype: u8, symbol: D_VE1_60044D0 } + +D_VE1_60045D0: + { type: TEXTURE, format: TLUT, colors: 144, offset: 0x60045D0, ctype: u16, symbol: D_VE1_60045D0 } + +D_VE1_60046F0: + { type: GFX, offset: 0x60046F0, symbol: D_VE1_60046F0 } + +D_VE1_6004780: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x6004780, ctype: u16, symbol: D_VE1_6004780 } + +aVe1GeneratorDL: + { type: GFX, offset: 0x6005780, symbol: aVe1GeneratorDL } + +D_VE1_6005E50: + { type: TEXTURE, format: TLUT, colors: 160, offset: 0x6005E50, ctype: u16, symbol: D_VE1_6005E50 } + +D_VE1_6005D50: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6005D50, tlut: 0x6005E50, ctype: u8, symbol: D_VE1_6005D50 } + +D_VE1_6005F90: + { type: TEXTURE, format: CI8, width: 32, height: 32, offset: 0x6005F90, tlut: 0x6006390, ctype: u8, symbol: D_VE1_6005F90 } + +D_VE1_6006390: + { type: TEXTURE, format: TLUT, colors: 208, offset: 0x6006390, ctype: u16, symbol: D_VE1_6006390 } + +D_VE1_6006530: + { type: TEXTURE, format: CI8, width: 16, height: 16, offset: 0x6006530, ctype: u8, symbol: D_VE1_6006530 } + +D_VE1_6006630: + { type: TEXTURE, format: TLUT, colors: 80, offset: 0x6006630, ctype: u16, symbol: D_VE1_6006630 } + +D_VE1_60066D0: + { type: GFX, offset: 0x60066D0, symbol: D_VE1_60066D0 } + +D_VE1_6006750: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006750, ctype: u16, symbol: D_VE1_6006750 } + +aVe1HallwayObstacleDL: + { type: GFX, offset: 0x6006F50, symbol: aVe1HallwayObstacleDL } + +aVe1SceneryWall3DL: + { type: GFX, offset: 0x6007410, symbol: aVe1SceneryWall3DL } + +D_VE1_60074E8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60074E8, ctype: u16, symbol: D_VE1_60074E8 } + +aVe1Wall2DL: + { type: GFX, offset: 0x6007CF0, symbol: aVe1Wall2DL } + +aVe1Wall1DL: + { type: GFX, offset: 0x6007D90, symbol: aVe1Wall1DL } + +D_VE1_6007E30: + { type: SF64:ENVIRONMENT, offset: 0x6007E30, symbol: D_VE1_6007E30 } + +D_VE1_6007E74: + { type: SF64:OBJECT_INIT, offset: 0x6007E74, symbol: D_VE1_6007E74 } + +aVe1EventScript: + { type: SF64:SCRIPT, offset: 0x601B1E4, symbol: aVe1EventScript } + +D_VE1_6010088: + { type: SF64:OBJECT_INIT, offset: 0x6010088, symbol: D_VE1_6010088 } + +aVe1Pillar5Hitbox: + { type: SF64:HITBOX, offset: 0x601B43C, symbol: aVe1Pillar5Hitbox } + +D_VE1_601B474: + { type: SF64:HITBOX, offset: 0x601B474, symbol: D_VE1_601B474 } + +D_VE1_601B4C4: + { type: SF64:HITBOX, offset: 0x601B4C4, symbol: D_VE1_601B4C4 } + +Ve1Wall1Hitbox: + { type: SF64:HITBOX, offset: 0x601B4E0, symbol: Ve1Wall1Hitbox } + +aVe1Wall2Hitbox: + { type: SF64:HITBOX, offset: 0x601B4FC, symbol: aVe1Wall2Hitbox } + +aVe1SceneryWall3Hitbox: + { type: SF64:HITBOX, offset: 0x601B518, symbol: aVe1SceneryWall3Hitbox } + +aVe1HallwayObstacleHitbox: + { type: SF64:HITBOX, offset: 0x601B584, symbol: aVe1HallwayObstacleHitbox } + +aVe1GeneratorHitbox: + { type: SF64:HITBOX, offset: 0x601B5F4, symbol: aVe1GeneratorHitbox } + +aVe1WatchPostHitbox: + { type: SF64:HITBOX, offset: 0x601B644, symbol: aVe1WatchPostHitbox } + +aVe1TempleEntranceHitbox: + { type: SF64:HITBOX, offset: 0x601B678, symbol: aVe1TempleEntranceHitbox } + +aVe1TempleInterior1Hitbox: + { type: SF64:HITBOX, offset: 0x601B6C4, symbol: aVe1TempleInterior1Hitbox } + +aVe1TempleInterior2Hitbox: + { type: SF64:HITBOX, offset: 0x601B710, symbol: aVe1TempleInterior2Hitbox } + +aVe1TempleInterior3Hitbox: + { type: SF64:HITBOX, offset: 0x601B75C, symbol: aVe1TempleInterior3Hitbox } + +aVe1Pillar1Hitbox: + { type: SF64:HITBOX, offset: 0x601B7F8, symbol: aVe1Pillar1Hitbox } + +aVe1Pillar2Hitbox: + { type: SF64:HITBOX, offset: 0x601B830, symbol: aVe1Pillar2Hitbox } + +aVe1Pillar3Hitbox: + { type: SF64:HITBOX, offset: 0x601B868, symbol: aVe1Pillar3Hitbox } + +aVe1Pillar4Hitbox: + { type: SF64:HITBOX, offset: 0x601B8A0, symbol: aVe1Pillar4Hitbox } + +aVe1MonkeyStatueHitbox: + { type: SF64:HITBOX, offset: 0x601B8D8, symbol: aVe1MonkeyStatueHitbox } + +aVe1EnemyGateHitbox: + { type: SF64:HITBOX, offset: 0x601B944, symbol: aVe1EnemyGateHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_2.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_2.yaml new file mode 100644 index 0000000..661e1bd --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_venom_2.yaml @@ -0,0 +1,205 @@ +:config: + segments: + - [0x6, 0xACF960] + header: + code: + - '#include "assets/ast_venom_2.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + +D_VE2_6000000: + { type: TEXTURE, format: IA8, width: 96, height: 28, offset: 0x6000000, ctype: u8, symbol: D_VE2_6000000 } + +D_VE2_6000A80: + { type: TEXTURE, format: IA8, width: 112, height: 19, offset: 0x6000A80, ctype: u8, symbol: D_VE2_6000A80 } + +aVe2TitleCardTex: + { type: TEXTURE, format: IA8, width: 128, height: 28, offset: 0x60012D0, ctype: u8, symbol: aVe2TitleCardTex } + +D_VE2_60020D0: + { type: TEXTURE, format: IA8, width: 104, height: 19, offset: 0x60020D0, ctype: u8, symbol: D_VE2_60020D0 } + +D_VE2_6002890: + { type: TEXTURE, format: IA8, width: 16, height: 16, offset: 0x6002890, ctype: u8, symbol: D_VE2_6002890 } + +aAndPathExitDL: + { type: GFX, offset: 0x6002990, symbol: aAndPathExitDL } + +aAndPathIntersectionDL: + { type: GFX, offset: 0x6003000, symbol: aAndPathIntersectionDL } + +D_VE2_60038E0: + { type: GFX, offset: 0x60038E0, symbol: D_VE2_60038E0 } + +D_VE2_6003970: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6003970, ctype: u16, symbol: D_VE2_6003970 } + +aAndPathEntranceDL: + { type: GFX, offset: 0x6004170, symbol: aAndPathEntranceDL } + +D_VE2_6004888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6004888, ctype: u16, symbol: D_VE2_6004888 } + +D_VE2_6005088: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005088, ctype: u16, symbol: D_VE2_6005088 } + +D_VE2_6005888: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6005888, ctype: u16, symbol: D_VE2_6005888 } + +D_VE2_6006088: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6006088, ctype: u16, symbol: D_VE2_6006088 } + +D_VE2_60030D8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60030D8, ctype: u16, symbol: D_VE2_60030D8 } + +aAndPathWallsDL: + { type: GFX, offset: 0x6006890, symbol: aAndPathWallsDL } + +D_VE2_6006E20: + { type: GFX, offset: 0x6006E20, symbol: D_VE2_6006E20 } + +D_VE2_6007650: + { type: GFX, offset: 0x6007650, symbol: D_VE2_6007650 } + +aAndLaserEmitterDL: + { type: GFX, offset: 0x6007E20, symbol: aAndLaserEmitterDL } + +D_VE2_6008170: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6008170, ctype: u16, symbol: D_VE2_6008170 } + +aVe2TowerDL: + { type: GFX, offset: 0x6008370, symbol: aVe2TowerDL } + +D_VE2_6008AF8: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6008AF8, ctype: u16, symbol: D_VE2_6008AF8 } + +aAndBrainWasteDL: + { type: GFX, offset: 0x6009300, symbol: aAndBrainWasteDL } + +D_VE2_6009390: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6009390, ctype: u16, symbol: D_VE2_6009390 } + +D_VE2_6009B90: + { type: GFX, offset: 0x6009B90, symbol: D_VE2_6009B90 } + +D_VE2_6009E80: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6009E80, ctype: u16, symbol: D_VE2_6009E80 } + +D_VE2_600A680: + { type: GFX, offset: 0x600A680, symbol: D_VE2_600A680 } + +D_VE2_600B708: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x600B708, ctype: u16, symbol: D_VE2_600B708 } + +D_VE2_600C038: + { type: SF64:ANIM, offset: 0x600C038, symbol: D_VE2_600C038 } + +D_VE2_600C0A4: + { type: SF64:SKELETON, offset: 0x600C0A4, symbol: D_VE2_600C0A4 } + +D_VE2_600C200: + { type: SF64:ANIM, offset: 0x600C200, symbol: D_VE2_600C200 } + +D_VE2_600C2AC: + { type: SF64:SKELETON, offset: 0x600C2AC, symbol: D_VE2_600C2AC } + +D_VE2_600C2D0: + { type: GFX, offset: 0x600C2D0, symbol: D_VE2_600C2D0 } + +D_VE2_600C360: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C360, ctype: u16, symbol: D_VE2_600C360 } + +D_VE2_600C560: + { type: GFX, offset: 0x600C560, symbol: D_VE2_600C560 } + +D_VE2_600C5F0: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x600C5F0, ctype: u16, symbol: D_VE2_600C5F0 } + +D_VE2_600C7F0: + { type: GFX, offset: 0x600C7F0, symbol: D_VE2_600C7F0 } + +D_VE2_600C8F0: + { type: GFX, offset: 0x600C8F0, symbol: D_VE2_600C8F0 } + +D_VE2_600CA50: + { type: GFX, offset: 0x600CA50, symbol: D_VE2_600CA50 } + +D_VE2_600CBB0: + { type: GFX, offset: 0x600CBB0, symbol: D_VE2_600CBB0 } + +D_VE2_600D7F0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x600D7F0, ctype: u16, symbol: D_VE2_600D7F0 } + +D_VE2_600DFF0: + { type: GFX, offset: 0x600DFF0, symbol: D_VE2_600DFF0 } + +D_VE2_600E3E0: + { type: GFX, offset: 0x600E3E0, symbol: D_VE2_600E3E0 } + +D_VE2_600E780: + { type: GFX, offset: 0x600E780, symbol: D_VE2_600E780 } + +D_VE2_600EB40: + { type: GFX, offset: 0x600EB40, symbol: D_VE2_600EB40 } + +D_VE2_600EEF0: + { type: GFX, offset: 0x600EEF0, symbol: D_VE2_600EEF0 } + +D_VE2_600F290: + { type: GFX, offset: 0x600F290, symbol: D_VE2_600F290 } + +D_VE2_600F670: + { type: GFX, offset: 0x600F670, symbol: D_VE2_600F670 } + +D_VE2_600F700: + { type: TEXTURE, format: RGBA16, width: 64, height: 32, offset: 0x600F700, ctype: u16, symbol: D_VE2_600F700 } + +D_VE2_6010700: + { type: GFX, offset: 0x6010700, symbol: D_VE2_6010700 } + +aVe2MountainDL: + { type: GFX, offset: 0x6010960, symbol: aVe2MountainDL } + +D_VE2_6010CA0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x6010CA0, ctype: u16, symbol: D_VE2_6010CA0 } + +D_VE2_60114A0: + { type: TEXTURE, format: RGBA16, width: 32, height: 32, offset: 0x60114A0, ctype: u16, symbol: D_VE2_60114A0 } + +D_VE2_6013AF8: + { type: TEXTURE, format: RGBA16, width: 16, height: 16, offset: 0x6013AF8, ctype: u16, symbol: D_VE2_6013AF8 } + +aVe2AndrossGateAnim: + { type: SF64:ANIM, offset: 0x6014658, symbol: aVe2AndrossGateAnim } + +aVe2AndrossGateSkel: + { type: SF64:SKELETON, offset: 0x6014844, symbol: aVe2AndrossGateSkel } + +aVe2BaseAnim: + { type: SF64:ANIM, offset: 0x6014904, symbol: aVe2BaseAnim } + +aVe2BaseSkel: + { type: SF64:SKELETON, offset: 0x60149D0, symbol: aVe2BaseSkel } + +D_VE2_6014D50: + { type: SF64:ENVIRONMENT, offset: 0x6014D50, symbol: D_VE2_6014D50 } + +D_VE2_6014D94: + { type: SF64:OBJECT_INIT, offset: 0x6014D94, symbol: D_VE2_6014D94 } + +D_VE2_6014FEC: + { type: SF64:COLPOLY, count: 250, offset: 0x6014FEC, symbol: D_VE2_6014FEC, mesh_symbol: D_VE2_OFFSET } + +aVe2TowerHitbox: + { type: SF64:HITBOX, offset: 0x601668C, symbol: aVe2TowerHitbox } + +aVe2BaseHitbox: + { type: SF64:HITBOX, offset: 0x60166F4, symbol: aVe2BaseHitbox } + +aVe2MountainHitbox: + { type: SF64:HITBOX, offset: 0x6016714, symbol: aVe2MountainHitbox } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_versus.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_versus.yaml new file mode 100644 index 0000000..ca208dd --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_versus.yaml @@ -0,0 +1,762 @@ +:config: + segments: + - [0x03, 0x8E92D0] + header: + code: + - '#include "assets/ast_versus.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' + +D_versus_3000000: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000000, symbol: D_versus_3000000, tlut: 0x3000080 } +D_versus_3000080: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000080, symbol: D_versus_3000080 } + +D_versus_30000A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x30000A0, symbol: D_versus_30000A0, tlut: 0x30000A0 } +D_versus_3000120: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000120, symbol: D_versus_3000120 } + +D_versus_3000140: + { type: TEXTURE, ctype: u8, format: CI4, width: 16, height: 16, offset: 0x3000140, symbol: D_versus_3000140, tlut: 0x30001C0 } +D_versus_30001C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30001C0, symbol: D_versus_30001C0 } + +D_versus_30001E0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 13, offset: 0x30001E0, symbol: D_versus_30001E0, tlut: 0x3000380 } +D_versus_3000380: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000380, symbol: D_versus_3000380 } + +D_versus_30003A0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 10, offset: 0x30003A0, symbol: D_versus_30003A0, tlut: 0x30004E0 } +D_versus_30004E0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x30004E0, symbol: D_versus_30004E0 } + +# BLOB_3000500: +# { type: BLOB, size: 0x10, offset: 0x3000500, symbol: BLOB_3000500} # 17th color for D_versus_30004E0? + +D_versus_3000510: + { type: TEXTURE, ctype: u8, format: CI4, width: 80, height: 10, offset: 0x3000510, symbol: D_versus_3000510, tlut: 0x30006A0 } +D_versus_30006A0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x30006A0, symbol: D_versus_30006A0 } + +# BLOB_30006C0: +# { type: BLOB, size: 0x10, offset: 0x30006C0, symbol: BLOB_30006C0} # 17th color for D_versus_30006A0? + +D_versus_30006D0: + { type: TEXTURE, ctype: u8, format: CI4, width: 64, height: 10, offset: 0x30006D0, symbol: D_versus_30006D0, tlut: 0x3000810 } +D_versus_3000810: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x3000810, symbol: D_versus_3000810 } + +# BLOB_3000830: +# { type: BLOB, size: 0x10, offset: 0x3000830, symbol: BLOB_3000830} # 17th color for D_versus_3000810? + +D_versus_3000840: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 10, offset: 0x3000840, symbol: D_versus_3000840, tlut: 0x30008E0 } +D_versus_30008E0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30008E0, symbol: D_versus_30008E0 } + +D_versus_3000900: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 15, offset: 0x3000900, symbol: D_versus_3000900, tlut: 0x30009F0 } +D_versus_30009F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x30009F0, symbol: D_versus_30009F0 } + +D_versus_3000A10: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 15, offset: 0x3000A10, symbol: D_versus_3000A10, tlut: 0x3000B00 } +D_versus_3000B00: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3000B00, symbol: D_versus_3000B00 } + +aVsBoostGaugeFrameTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 5, offset: 0x3000B20, symbol: aVsBoostGaugeFrameTex } + +aVsShieldGaugeFrameTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 26, offset: 0x3000BC0, symbol: aVsShieldGaugeFrameTex } + +aVsStarTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x30013E0, symbol: aVsStarTex } + +D_versus_3001420: + { type: TEXTURE, ctype: u8, format: CI8, width: 256, height: 42, offset: 0x3001420, symbol: D_versus_3001420, tlut: 0x3003E20 } +D_versus_3003E20: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x3003E20, symbol: D_versus_3003E20 } + +D_versus_3004010: + { type: TEXTURE, ctype: u8, format: CI8, width: 136, height: 25, offset: 0x3004010, symbol: D_versus_3004010, tlut: 0x3004D58 } +D_versus_3004D58: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3004D58, symbol: D_versus_3004D58 } + +D_versus_3004F60: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 25, offset: 0x3004F60, symbol: D_versus_3004F60, tlut: 0x3005E38 } +D_versus_3005E38: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3005E38, symbol: D_versus_3005E38 } + +D_versus_3006040: + { type: TEXTURE, ctype: u8, format: CI8, width: 104, height: 25, offset: 0x3006040, symbol: D_versus_3006040, tlut: 0x3006A68 } +D_versus_3006A68: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x3006A68, symbol: D_versus_3006A68 } + +D_versus_3006C60: + { type: TEXTURE, ctype: u8, format: CI8, width: 96, height: 23, offset: 0x3006C60, symbol: D_versus_3006C60, tlut: 0x3007500 } +D_versus_3007500: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x3007500, symbol: D_versus_3007500 } + +D_versus_30076C0: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 25, offset: 0x30076C0, symbol: D_versus_30076C0, tlut: 0x3008598 } +D_versus_3008598: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x3008598, symbol: D_versus_3008598 } + +D_versus_30087A0: + { type: TEXTURE, ctype: u8, format: CI8, width: 40, height: 40, offset: 0x30087A0, symbol: D_versus_30087A0, tlut: 0x3008DE0 } +D_versus_3008DE0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x3008DE0, symbol: D_versus_3008DE0 } + +D_versus_3008EC0: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 40, offset: 0x3008EC0, symbol: D_versus_3008EC0, tlut: 0x30098C0 } +D_versus_30098C0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 104, offset: 0x30098C0, symbol: D_versus_30098C0 } + +D_versus_3009990: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 40, offset: 0x3009990, symbol: D_versus_3009990, tlut: 0x300A390 } +D_versus_300A390: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 112, offset: 0x300A390, symbol: D_versus_300A390 } + +D_versus_300A470: + { type: TEXTURE, ctype: u8, format: CI8, width: 152, height: 23, offset: 0x300A470, symbol: D_versus_300A470, tlut: 0x300B218 } +D_versus_300B218: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 232, offset: 0x300B218, symbol: D_versus_300B218 } + +D_versus_300B3F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 168, height: 25, offset: 0x300B3F0, symbol: D_versus_300B3F0, tlut: 0x300C458 } +D_versus_300C458: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x300C458, symbol: D_versus_300C458 } + +D_versus_300C660: + {type: TEXTURE, ctype: u8, format: CI8, width: 112, height: 25, offset: 0x300C660, symbol: D_versus_300C660, tlut: 0x300D150 } +D_versus_300D150: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 251, offset: 0x300D150, symbol: D_versus_300D150 } + +aVsBoostGaugeCoolTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 24, height: 3, offset: 0x300D350, symbol: aVsBoostGaugeCoolTex, tlut: 0x300D398 } +aVsBoostGaugeCoolTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x300D398, symbol: aVsBoostGaugeCoolTLUT } + +aVsBoostGaugeOverheatTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 24, height: 3, offset: 0x300D3C0, symbol: aVsBoostGaugeOverheatTex, tlut: 0x300D408 } +aVsBoostGaugeOverheatTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x300D408, symbol: aVsBoostGaugeOverheatTLUT } + +aVsShieldGaugeTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 4, offset: 0x300D440, symbol: aVsShieldGaugeTex, tlut: 0x300D500 } +aVsShieldGaugeTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 40, offset: 0x300D500, symbol: aVsShieldGaugeTLUT } + +D_versus_300D550: + { type: GFX, offset: 0x300D550, symbol: D_versus_300D550} +D_versus_300DE80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300DE80, symbol: D_versus_300DE80 } + +D_versus_300E080: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E080, symbol: D_versus_300E080 } + +D_versus_300E280: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x300E280, symbol: D_versus_300E280 } + +D_versus_300E680: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E680, symbol: D_versus_300E680 } + +D_versus_300E880: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300E880, symbol: D_versus_300E880 } + +D_versus_300EA80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300EA80, symbol: D_versus_300EA80 } + +D_versus_300EC80: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x300EC80, symbol: D_versus_300EC80 } + +D_versus_300EE80: + { type: GFX, offset: 0x300EE80, symbol: D_versus_300EE80} + +aVsLandmasterModelDL: + { type: GFX, offset: 0x300FB80, symbol: aVsLandmasterModelDL} + +D_versus_3010690: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3010690, symbol: D_versus_3010690 } + +D_versus_3010890: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3010890, symbol: D_versus_3010890 } + +D_versus_3010A90: + { type: GFX, offset: 0x3010A90, symbol: D_versus_3010A90} + +D_versus_3011470: + { type: GFX, offset: 0x3011470, symbol: D_versus_3011470} + +D_versus_3011E40: + { type: GFX, offset: 0x3011E40, symbol: D_versus_3011E40} + +D_versus_3011ED0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3011ED0, symbol: D_versus_3011ED0 } + +aVsSpaceJunk3DL: + { type: GFX, offset: 0x3012ED0, symbol: aVsSpaceJunk3DL} + +aVsSpaceJunk2DL: + { type: GFX, offset: 0x3013580, symbol: aVsSpaceJunk2DL} + +aVsSpaceJunk1DL: + { type: GFX, offset: 0x3013780, symbol: aVsSpaceJunk1DL} + +D_versus_3013F50: + {type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x3013F50, symbol: D_versus_3013F50, tlut: 0x3014350 } +D_versus_3014350: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 224, offset: 0x3014350, symbol: D_versus_3014350} + +D_versus_3014510: + {type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 8, offset: 0x3014510, symbol: D_versus_3014510, tlut: 0x3014550 } +D_versus_3014550: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 32, offset: 0x3014550, symbol: D_versus_3014550} + +D_versus_3014590: + {type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x3014590, symbol: D_versus_3014590, tlut: 0x3014690 } +D_versus_3014690: + {type: TEXTURE, ctype: u16, format: TLUT, colors: 16, offset: 0x3014690, symbol: D_versus_3014690} + +D_versus_30146B0: + { type: GFX, offset: 0x30146B0, symbol: D_versus_30146B0} + +D_versus_3014740: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x3014740, symbol: D_versus_3014740 } + +D_versus_3015740: + { type: GFX, offset: 0x3015740, symbol: D_versus_3015740} + +D_versus_3015898: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3015898, symbol: D_versus_3015898 } + +D_versus_30160A0: + { type: GFX, offset: 0x30160A0, symbol: D_versus_30160A0} + +D_versus_30162F8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x30162F8, symbol: D_versus_30162F8 } + +aVsKaFlBaseDL: + { type: GFX, offset: 0x3016B00, symbol: aVsKaFlBaseDL} + +D_versus_3016DC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3016DC0, symbol: D_versus_3016DC0 } + +D_versus_3016FC0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3016FC0, symbol: D_versus_3016FC0 } + +D_versus_30171C0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30171C0, symbol: D_versus_30171C0 } + +aVsPyramid1DL: + { type: GFX, offset: 0x30173C0, symbol: aVsPyramid1DL} + +aVsPyramid2DL: + { type: GFX, offset: 0x30174E0, symbol: aVsPyramid2DL} + +aVsBuildingDL: + { type: GFX, offset: 0x3017600, symbol: aVsBuildingDL} + +D_versus_3017800: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3017800, symbol: D_versus_3017800 } + +D_versus_3018000: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3018000, symbol: D_versus_3018000 } + +D_versus_3018800: + { type: GFX, offset: 0x3018800, symbol: D_versus_3018800} + +D_versus_3018D60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3018D60, symbol: D_versus_3018D60 } + +D_versus_3019560: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3019560, symbol: D_versus_3019560 } + +D_versus_3019D60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3019D60, symbol: D_versus_3019D60 } + +D_versus_301A560: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x301A560, symbol: D_versus_301A560 } + +D_versus_301AD60: + { type: GFX, offset: 0x301AD60, symbol: D_versus_301AD60} + +D_versus_301ADE8: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301ADE8, symbol: D_versus_301ADE8 } + +D_versus_301AEF0: + { type: GFX, offset: 0x301AEF0, symbol: D_versus_301AEF0} + +D_versus_301AF78: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301AF78, symbol: D_versus_301AF78 } + +aVsArchDL: + { type: GFX, offset: 0x301B080, symbol: aVsArchDL} + +D_versus_301B438: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301B438, symbol: D_versus_301B438 } + +D_versus_301B640: + { type: GFX, offset: 0x301B640, symbol: D_versus_301B640} + +D_versus_301B6E0: + { type: GFX, offset: 0x301B6E0, symbol: D_versus_301B6E0} + +D_versus_301B768: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x301B768, symbol: D_versus_301B768 } + +D_versus_301C0A4: + { type: SF64:ANIM, offset: 0x301C0A4, symbol: D_versus_301C0A4} + +D_versus_301C3A8: + { type: SF64:ANIM, offset: 0x301C3A8, symbol: D_versus_301C3A8} + +aVsOnFootFalcoSkel: + { type: SF64:SKELETON, offset: 0x301C614, symbol: aVsOnFootFalcoSkel } + +D_versus_301C79C: + { type: SF64:ANIM, offset: 0x301C79C, symbol: D_versus_301C79C } + +D_versus_301C9B0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301C9B0, symbol: D_versus_301C9B0 } + +D_versus_301CCE4: + { type: SF64:ANIM, offset: 0x301CCE4, symbol: D_versus_301CCE4} + +D_versus_301CFEC: + { type: SF64:ANIM, offset: 0x301CFEC, symbol: D_versus_301CFEC} + +aVsOnFootFoxSkel: + { type: SF64:SKELETON, offset: 0x301D258, symbol: aVsOnFootFoxSkel } + +D_versus_301D3DC: + { type: SF64:ANIM, offset: 0x301D3DC, symbol: D_versus_301D3DC } + +D_versus_301D568: + { type: SF64:ANIM, offset: 0x301D568, symbol: D_versus_301D568 } + +D_versus_301D888: + { type: SF64:ANIM, offset: 0x301D888, symbol: D_versus_301D888} + +aVsOnFootPeppySkel: + { type: SF64:SKELETON, offset: 0x301DB94, symbol: aVsOnFootPeppySkel } + +D_versus_301DD6C: + { type: SF64:ANIM, offset: 0x301DD6C, symbol: D_versus_301DD6C } + +D_versus_301DEA4: + { type: SF64:ANIM, offset: 0x301DEA4, symbol: D_versus_301DEA4} + +D_versus_301E19C: + { type: SF64:ANIM, offset: 0x301E19C, symbol: D_versus_301E19C} + +aVsOnFootSlippySkel: + { type: SF64:SKELETON, offset: 0x301E3E8, symbol: aVsOnFootSlippySkel } + +D_versus_301E560: + { type: SF64:ANIM, offset: 0x301E560, symbol: D_versus_301E560} + +D_versus_301E570: + { type: GFX, offset: 0x301E570, symbol: D_versus_301E570} + +D_versus_301E5F8: + {type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x301E5F8, symbol: D_versus_301E5F8 } + +D_versus_301E700: + { type: GFX, offset: 0x301E700, symbol: D_versus_301E700} + +D_versus_301E788: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301E788, symbol: D_versus_301E788 } + +D_versus_301E990: + { type: GFX, offset: 0x301E990, symbol: D_versus_301E990} + +D_versus_301EA18: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301EA18, symbol: D_versus_301EA18 } + +D_versus_301EC20: + { type: GFX, offset: 0x301EC20, symbol: D_versus_301EC20} + +D_versus_301ECA8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301ECA8, symbol: D_versus_301ECA8 } + +D_versus_301EEB0: + { type: GFX, offset: 0x301EEB0, symbol: D_versus_301EEB0} + +D_versus_301EF38: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301EF38, symbol: D_versus_301EF38 } + +aVsLandmasterCanonDL: + { type: GFX, offset: 0x301F140, symbol: aVsLandmasterCanonDL} + +D_versus_301F2E0: + { type: GFX, offset: 0x301F2E0, symbol: D_versus_301F2E0} + +D_versus_301F368: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F368, symbol: D_versus_301F368 } + +D_versus_301F570: + { type: GFX, offset: 0x301F570, symbol: D_versus_301F570} + +D_versus_301F5F8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F5F8, symbol: D_versus_301F5F8 } + +D_versus_301F800: + { type: GFX, offset: 0x301F800, symbol: D_versus_301F800} + +D_versus_301F888: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301F888, symbol: D_versus_301F888 } + +D_versus_301FA90: + { type: GFX, offset: 0x301FA90, symbol: D_versus_301FA90} + +D_versus_301FB18: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301FB18, symbol: D_versus_301FB18 } + +D_versus_301FD20: + { type: GFX, offset: 0x301FD20, symbol: D_versus_301FD20} + +D_versus_301FDA8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x301FDA8, symbol: D_versus_301FDA8 } + +D_versus_301FFB0: + { type: GFX, offset: 0x301FFB0, symbol: D_versus_301FFB0} + +D_versus_3020048: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3020048, symbol: D_versus_3020048 } + +D_versus_3020850: + { type: GFX, offset: 0x3020850, symbol: D_versus_3020850} + +D_versus_30208D8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30208D8, symbol: D_versus_30208D8 } + +D_versus_3020AE0: + { type: GFX, offset: 0x3020AE0, symbol: D_versus_3020AE0} + +D_versus_3020B78: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3020B78, symbol: D_versus_3020B78 } + +D_versus_3020D80: + { type: GFX, offset: 0x3020D80, symbol: D_versus_3020D80} + +D_versus_3020E18: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3020E18, symbol: D_versus_3020E18 } + +D_versus_3021620: + { type: GFX, offset: 0x3021620, symbol: D_versus_3021620} + +D_versus_30216B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30216B8, symbol: D_versus_30216B8 } + +D_versus_30218C0: + { type: GFX, offset: 0x30218C0, symbol: D_versus_30218C0} + +D_versus_3021958: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3021958, symbol: D_versus_3021958 } + +D_versus_3022160: + { type: GFX, offset: 0x3022160, symbol: D_versus_3022160} + +D_versus_30221E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x30221E8, symbol: D_versus_30221E8 } + +D_versus_30223F0: + { type: GFX, offset: 0x30223F0, symbol: D_versus_30223F0} + +D_versus_30226D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30226D0, symbol: D_versus_30226D0 } + +D_versus_3022DE0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3022DE0, symbol: D_versus_3022DE0 } + +D_versus_3022E60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3022E60, symbol: D_versus_3022E60 } + +D_versus_3023238: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3023238, symbol: D_versus_3023238 } + +D_versus_3023F68: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3023F68, symbol: D_versus_3023F68 } + +D_versus_30242D0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30242D0, symbol: D_versus_30242D0 } + +D_versus_30246E8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30246E8, symbol: D_versus_30246E8 } + +D_versus_3024C30: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3024C30, symbol: D_versus_3024C30 } + +D_versus_3025138: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3025138, symbol: D_versus_3025138 } + +D_versus_3025938: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3025938, symbol: D_versus_3025938 } + +D_versus_3025C68: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3025C68, symbol: D_versus_3025C68 } + +D_versus_30261A0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x30261A0, symbol: D_versus_30261A0 } + +D_versus_3026A38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026A38, symbol: D_versus_3026A38 } + +D_versus_3026AB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026AB8, symbol: D_versus_3026AB8 } + +D_versus_3026B38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026B38, symbol: D_versus_3026B38 } + +D_versus_3026BB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026BB8, symbol: D_versus_3026BB8 } + +D_versus_3026C38: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3026C38, symbol: D_versus_3026C38 } + +D_versus_3026CB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 8, offset: 0x3026CB8, symbol: D_versus_3026CB8 } + +D_versus_3026DB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 8, offset: 0x3026DB8, symbol: D_versus_3026DB8 } + +D_versus_3026EB8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3026EB8, symbol: D_versus_3026EB8 } + +D_versus_3027268: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3027268, symbol: D_versus_3027268 } + +D_versus_3028130: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 16, offset: 0x3028130, symbol: D_versus_3028130 } + +D_versus_3028230: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x3028230, symbol: D_versus_3028230 } + +D_versus_3028C60: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3028C60, symbol: D_versus_3028C60 } + +D_versus_3028CE0: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x3028CE0, symbol: D_versus_3028CE0 } + +D_versus_3029160: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x3029160, symbol: D_versus_3029160 } + +D_versus_3029388: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x3029388, symbol: D_versus_3029388 } + +D_versus_302A0A0: + { type: GFX, offset: 0x302A0A0, symbol: D_versus_302A0A0} + +D_versus_302A138: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302A138, symbol: D_versus_302A138 } + +D_versus_302A940: + { type: GFX, offset: 0x302A940, symbol: D_versus_302A940} + +D_versus_302A9C8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302A9C8, symbol: D_versus_302A9C8 } + +D_versus_302ABD0: + { type: GFX, offset: 0x302ABD0, symbol: D_versus_302ABD0} + +D_versus_302AC68: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302AC68, symbol: D_versus_302AC68 } + +D_versus_302B470: + { type: GFX, offset: 0x302B470, symbol: D_versus_302B470} + +D_versus_302B4F8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302B4F8, symbol: D_versus_302B4F8 } + +D_versus_302B700: + { type: GFX, offset: 0x302B700, symbol: D_versus_302B700} + +D_versus_302B788: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302B788, symbol: D_versus_302B788 } + +D_versus_302B890: + { type: GFX, offset: 0x302B890, symbol: D_versus_302B890} + +D_versus_302B918: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302B918, symbol: D_versus_302B918 } + +D_versus_302BA20: + { type: GFX, offset: 0x302BA20, symbol: D_versus_302BA20} + +D_versus_302BAA8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BAA8, symbol: D_versus_302BAA8 } + +D_versus_302BBB0: + { type: GFX, offset: 0x302BBB0, symbol: D_versus_302BBB0} + +D_versus_302BC38: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BC38, symbol: D_versus_302BC38 } + +D_versus_302BD40: + { type: GFX, offset: 0x302BD40, symbol: D_versus_302BD40} + +D_versus_302BDC8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x302BDC8, symbol: D_versus_302BDC8 } + +D_versus_302BED0: + { type: GFX, offset: 0x302BED0, symbol: D_versus_302BED0} + +D_versus_302BF88: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302BF88, symbol: D_versus_302BF88, tlut: 0x302C088 } + +D_versus_302C088: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 34, offset: 0x302C088, symbol: D_versus_302C088 } + +D_versus_302C0D0: + { type: GFX, offset: 0x302C0D0, symbol: D_versus_302C0D0} + +D_versus_302C188: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C188, symbol: D_versus_302C188, tlut: 0x302C288 } +D_versus_302C288: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 94, offset: 0x302C288, symbol: D_versus_302C288 } + +D_versus_302C350: + { type: GFX, offset: 0x302C350, symbol: D_versus_302C350} + +D_versus_302C408: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C408, symbol: D_versus_302C408, tlut: 0x302C508 } +D_versus_302C508: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x302C508, symbol: D_versus_302C508 } + +D_versus_302C5A0: + { type: GFX, offset: 0x302C5A0, symbol: D_versus_302C5A0} + +D_versus_302C658: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C658, symbol: D_versus_302C658, tlut: 0x302C758 } +D_versus_302C758: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 101, offset: 0x302C758, symbol: D_versus_302C758 } + +D_versus_302C830: + { type: GFX, offset: 0x302C830, symbol: D_versus_302C830} + +D_versus_302C8E8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302C8E8, symbol: D_versus_302C8E8, tlut: 0x302C9E8 } +D_versus_302C9E8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 165, offset: 0x302C9E8, symbol: D_versus_302C9E8 } + +D_versus_302CB40: + { type: GFX, offset: 0x302CB40, symbol: D_versus_302CB40} + +D_versus_302CBF8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302CBF8, symbol: D_versus_302CBF8, tlut: 0x302CCF8 } +D_versus_302CCF8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 158, offset: 0x302CCF8, symbol: D_versus_302CCF8 } + +D_versus_302CE40: + { type: GFX, offset: 0x302CE40, symbol: D_versus_302CE40} + +D_versus_302CEF8: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x302CEF8, symbol: D_versus_302CEF8, tlut: 0x302CFF8 } +D_versus_302CFF8: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 146, offset: 0x302CFF8, symbol: D_versus_302CFF8} + +D_versus_302D120: + { type: GFX, offset: 0x302D120, symbol: D_versus_302D120} + +D_versus_302D1B8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 8, height: 8, offset: 0x302D1B8, symbol: D_versus_302D1B8 } + +D_versus_302D240: + { type: GFX, offset: 0x302D240, symbol: D_versus_302D240} + +D_versus_302D2C8: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x302D2C8, symbol: D_versus_302D2C8 } + +D_versus_302D4D0: + { type: GFX, offset: 0x302D4D0, symbol: D_versus_302D4D0} + +D_versus_302D568: + {type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x302D568, symbol: D_versus_302D568 } + +D_versus_302DD70: + { type: SF64:ENVIRONMENT, offset: 0x302DD70, symbol: D_versus_302DD70} + +D_versus_302DDB4: + { type: SF64:ENVIRONMENT, offset: 0x302DDB4, symbol: D_versus_302DDB4} + +D_versus_302DDF8: + { type: SF64:ENVIRONMENT, offset: 0x302DDF8, symbol: D_versus_302DDF8} + +D_versus_302DE3C: + { type: SF64:OBJECT_INIT, offset: 0x302DE3C, symbol: D_versus_302DE3C} + +D_versus_302E0E4: + { type: SF64:OBJECT_INIT, offset: 0x302E0E4, symbol: D_versus_302E0E4} + +D_versus_302E170: + { type: SF64:OBJECT_INIT, offset: 0x302E170, symbol: D_versus_302E170} + +D_versus_302E378: + { type: SF64:OBJECT_INIT, offset: 0x302E378, symbol: D_versus_302E378} + +aVsSpaceJunk1Hitbox: + { type: SF64:HITBOX, offset: 0x302ED4C, symbol: aVsSpaceJunk1Hitbox} + +aVsSpaceJunk2Hitbox: + { type: SF64:HITBOX, offset: 0x302ED98, symbol: aVsSpaceJunk2Hitbox} + +aVsSpaceJunk3Hitbox: + { type: SF64:HITBOX, offset: 0x302EDB4, symbol: aVsSpaceJunk3Hitbox} + +aVsKaFlBaseHitbox: + { type: SF64:HITBOX, offset: 0x302EE00, symbol: aVsKaFlBaseHitbox} + +aVsBuilding1Hibox: + { type: SF64:HITBOX, offset: 0x302EE64, symbol: aVsBuilding1Hibox} + +aVsBuilding2Hibox: + { type: SF64:HITBOX, offset: 0x302EE80, symbol: aVsBuilding2Hibox} + +aVsArchHitbox: + { type: SF64:HITBOX, offset: 0x302EE9C, symbol: aVsArchHitbox} + +D_versus_302EEE8: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EEE8, symbol: D_versus_302EEE8, mesh_symbol: D_versus_OFFSET} + +D_versus_302EF6C: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EF6C, symbol: D_versus_302EF6C, mesh_symbol: D_versus_OFFSET} + +D_versus_302EFF0: + { type: SF64:TRIANGLE, count: 4, offset: 0x302EFF0, symbol: D_versus_302EFF0, mesh_symbol: D_versus_OFFSET} + +D_versus_302F044: + { type: SF64:TRIANGLE, count: 14, offset: 0x302F044, symbol: D_versus_302F044, mesh_symbol: D_versus_OFFSET} + +D_versus_302E56C: + {type: VEC3F, count: 20, offset: 0x302E56C, symbol: D_versus_302E56C} + +D_versus_302E65C: + {type: VEC3F, count: 20, offset: 0x302E65C, symbol: D_versus_302E65C} + +D_versus_302E74C: + {type: VEC3F, count: 19, offset: 0x302E74C, symbol: D_versus_302E74C} + +D_versus_302E830: + {type: VEC3F, count: 25, offset: 0x302E830, symbol: D_versus_302E830} + +D_versus_302E95C: + {type: VEC3F, count: 20, offset: 0x302E95C, symbol: D_versus_302E95C} + +D_versus_302EA4C: + {type: VEC3F, count: 20, offset: 0x302EA4C, symbol: D_versus_302EA4C} + +D_versus_302EB3C: + {type: VEC3F, count: 19, offset: 0x302EB3C, symbol: D_versus_302EB3C} + +D_versus_302EC20: + {type: VEC3F, count: 25, offset: 0x302EC20, symbol: D_versus_302EC20} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_vs_menu.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_vs_menu.yaml new file mode 100644 index 0000000..6f0cd15 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_vs_menu.yaml @@ -0,0 +1,207 @@ +:config: + segments: + - [0x07, 0xCBFE70] + header: + code: + - '#include "assets/ast_vs_menu.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aVsPlayerNum1Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 13, offset: 0x7000000, symbol: aVsPlayerNum1Tex} + +aVsPlayerNum2Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x70000D0, symbol: aVsPlayerNum2Tex} + +aVsPlayerNum3Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x7000210, symbol: aVsPlayerNum3Tex} + +aVsPlayerNum4Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 24, height: 13, offset: 0x7000350, symbol: aVsPlayerNum4Tex} + +D_VS_MENU_7000490: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 42, offset: 0x7000490, symbol: D_VS_MENU_7000490} + +aVsTextContTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 7, offset: 0x7000F10, symbol: aVsTextContTex} + +D_VS_MENU_7001030: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 9, offset: 0x7001030, symbol: D_VS_MENU_7001030} + +D_VS_MENU_7001270: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 12, offset: 0x7001270, symbol: D_VS_MENU_7001270} + +aVsTextCorneriaTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x70017B0, symbol: aVsTextCorneriaTex} + +aVsTextSectorZTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 56, height: 10, offset: 0x70019E0, symbol: aVsTextSectorZTex} + +aVsTextKatinaTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 48, height: 10, offset: 0x7001C10, symbol: aVsTextKatinaTex} + +D_VS_MENU_7001DF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 10, offset: 0x7001DF0, symbol: D_VS_MENU_7001DF0} + +D_VS_MENU_7002110: + { type: TEXTURE, ctype: u8, format: IA8, width: 80, height: 12, offset: 0x7002110, symbol: D_VS_MENU_7002110} + +D_VS_MENU_70024D0: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x70024D0, symbol: D_VS_MENU_70024D0} + +D_VS_MENU_7002730: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002730, symbol: D_VS_MENU_7002730} + +D_VS_MENU_7002990: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002990, symbol: D_VS_MENU_7002990} + +D_VS_MENU_7002BF0: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002BF0, symbol: D_VS_MENU_7002BF0} + +D_VS_MENU_7002E50: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 15, offset: 0x7002E50, symbol: D_VS_MENU_7002E50} + +aVsHandicapLvl1Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x70030B0, symbol: aVsHandicapLvl1Tex} + +aVsHandicapLvl2Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003290, symbol: aVsHandicapLvl2Tex} + +aVsHandicapLvl3Tex: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003470, symbol: aVsHandicapLvl3Tex} + +D_VS_MENU_7003650: + { type: TEXTURE, ctype: u8, format: IA8, width: 40, height: 12, offset: 0x7003650, symbol: D_VS_MENU_7003650} + +D_VS_MENU_7003830: + { type: TEXTURE, ctype: u8, format: IA8, width: 64, height: 17, offset: 0x7003830, symbol: D_VS_MENU_7003830} + +D_VS_MENU_7003C70: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003C70, symbol: D_VS_MENU_7003C70} + +D_VS_MENU_7003D70: + { type: TEXTURE, ctype: u8, format: IA8, width: 32, height: 5, offset: 0x7003D70, symbol: D_VS_MENU_7003D70} + +D_VS_MENU_7003E10: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003E10, symbol: D_VS_MENU_7003E10} + +D_VS_MENU_7003F10: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x7003F10, symbol: D_VS_MENU_7003F10} + +D_VS_MENU_7004010: + { type: TEXTURE, ctype: u8, format: IA8, width: 8, height: 8, offset: 0x7004010, symbol: D_VS_MENU_7004010} + +D_VS_MENU_7004050: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x7004050, symbol: D_VS_MENU_7004050, tlut: 0x7004150} + +D_VS_MENU_7004150: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 76, offset: 0x7004150, symbol: D_VS_MENU_7004150} + +D_VS_MENU_70041F0: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x70041F0, symbol: D_VS_MENU_70041F0, tlut: 0x70042F0} + +D_VS_MENU_70042F0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 53, offset: 0x70042F0, symbol: D_VS_MENU_70042F0} + +D_VS_MENU_7004360: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x7004360, symbol: D_VS_MENU_7004360, tlut: 0x7004460} + +D_VS_MENU_7004460: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 50, offset: 0x7004460, symbol: D_VS_MENU_7004460} + +D_VS_MENU_70044D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 64, height: 19, offset: 0x70044D0, symbol: D_VS_MENU_70044D0, tlut: 0x7004990} + +D_VS_MENU_7004990: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 17, offset: 0x7004990, symbol: D_VS_MENU_7004990} + +aVsFoxNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 56, height: 8, offset: 0x70049C0, symbol: aVsFoxNameTex, tlut: 0x7004B80} + +aVsFoxNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004B80, symbol: aVsFoxNameTLUT} + +aVsPeppyNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 10, offset: 0x7004BB0, symbol: aVsPeppyNameTex, tlut: 0x7004D90} + +aVsPeppyNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004D90, symbol: aVsPeppyNameTLUT} + +aVsSlippyNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 56, height: 10, offset: 0x7004DC0, symbol: aVsSlippyNameTex, tlut: 0x7004FF0} + +aVsSlippyNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x7004FF0, symbol: aVsSlippyNameTLUT} + +aVsFalcoNameTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 8, offset: 0x7005020, symbol: aVsFalcoNameTex, tlut: 0x70051A0} + +aVsFalcoNameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 18, offset: 0x70051A0, symbol: aVsFalcoNameTLUT} + +D_VS_MENU_70051D0: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 32, offset: 0x70051D0, symbol: D_VS_MENU_70051D0, tlut: 0x70055D0} + +D_VS_MENU_70055D0: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 20, offset: 0x70055D0, symbol: D_VS_MENU_70055D0} + +aVsCorneriaTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7005600, symbol: aVsCorneriaTex, tlut: 0x7005D20} + +aVsCorneriaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 248, offset: 0x7005D20, symbol: aVsCorneriaTLUT} + +aVsSectorZTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7005F10, symbol: aVsSectorZTex, tlut: 0x7006630} + +aVsSectorZTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 168, offset: 0x7006630, symbol: aVsSectorZTLUT} + +aVsKatinaTex: + { type: TEXTURE, ctype: u8, format: CI8, width: 48, height: 38, offset: 0x7006780, symbol: aVsKatinaTex, tlut: 0x7006EA0} + +aVsKatinaTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 256, offset: 0x7006EA0, symbol: aVsKatinaTLUT} + +aVsFalcoFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x70070A0, symbol: aVsFalcoFaceTex} + +D_VS_MENU_7007FC0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7007FC0, symbol: D_VS_MENU_7007FC0} + +aVsFoxFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7008EE0, symbol: aVsFoxFaceTex} + +D_VS_MENU_7009E00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x7009E00, symbol: D_VS_MENU_7009E00} + +aVsPeppyFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700AD20, symbol: aVsPeppyFaceTex} + +D_VS_MENU_700BC40: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700BC40, symbol: D_VS_MENU_700BC40} + +aVsSlippyFaceTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700CB60, symbol: aVsSlippyFaceTex} + +D_VS_MENU_700DA80: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x700DA80, symbol: D_VS_MENU_700DA80} + +aVsN64ConsoleTex: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 144, height: 42, offset: 0x700E9A0, symbol: aVsN64ConsoleTex} + +aVsHandicapFrameTex: + { type: TEXTURE, ctype: u8, format: CI4, width: 80, height: 71, offset: 0x70118E0, symbol: aVsHandicapFrameTex, tlut: 0x70123F8} + +aVsHandicapFrameTLUT: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 5, offset: 0x70123F8, symbol: aVsHandicapFrameTLUT} + +D_VS_MENU_7012410: + { type: GFX, offset: 0x7012410, symbol: D_VS_MENU_7012410} + +D_VS_MENU_70124E8: + { type: TEXTURE, ctype: u8, format: CI8, width: 8, height: 16, offset: 0x70124E8, symbol: D_VS_MENU_70124E8, tlut: 0x7012568} + +D_VS_MENU_7012568: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 24, offset: 0x7012568, symbol: D_VS_MENU_7012568} diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_warp_zone.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_warp_zone.yaml new file mode 100644 index 0000000..21a650b --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_warp_zone.yaml @@ -0,0 +1,42 @@ +:config: + segments: + - [0x07, 0xBFA740] + header: + code: + - '#include "assets/ast_warp_zone.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + +aWzSxEnemy1DL: + { type: GFX, offset: 0x7000000, symbol: aWzSxEnemy1DL } + +aWzGateDL: + { type: GFX, offset: 0x7000280, symbol: aWzGateDL } + +aWzMeteor2DL: + { type: GFX, offset: 0x70008F0, symbol: aWzMeteor2DL } + +D_WZ_7000260: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 4, height: 4, offset: 0x7000260, symbol: D_WZ_7000260 } + +D_WZ_7000A30: + { type: TEXTURE, ctype: u8, format: CI4, width: 32, height: 32, offset: 0x7000A30, symbol: D_WZ_7000A30, tlut: 0x7000C30 } + +D_WZ_7000C30: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 8, offset: 0x7000C30, symbol: D_WZ_7000C30 } + +aWzPillar1DL: + { type: GFX, offset: 0x7000C40, symbol: aWzPillar1DL } + +aWzMeteor1DL: + { type: GFX, offset: 0x7000E80, symbol: aWzMeteor1DL } + +aWzPillar2DL: + { type: GFX, offset: 0x70010E0, symbol: aWzPillar2DL } + +D_WZ_7001540: + { type: GFX, offset: 0x7001540, symbol: D_WZ_7001540 } + +D_WZ_70015D0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x70015D0, symbol: D_WZ_70015D0 } \ No newline at end of file diff --git a/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_zoness.yaml b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_zoness.yaml new file mode 100644 index 0000000..b71cba7 --- /dev/null +++ b/android/app/src/main/assets/starship/assets/yaml/us/rev1/ast_zoness.yaml @@ -0,0 +1,566 @@ +:config: + segments: + - [0x06, 0xB84560] + header: + code: + - '#include "assets/ast_zoness.h"' + header: + - '#include "gfx.h"' + - '#include "sf64object.h"' + - '#include "sf64level.h"' + - '#include "sf64event.h"' + - '#include "sf64player.h"' + - '#include "sf64audio_external.h"' + - '#include "sf64mesg.h"' +aZoTitleCardTex: + { type: TEXTURE, ctype: u8, format: IA8, width: 112, height: 28, offset: 0x6000000, symbol: aZoTitleCardTex} + +D_ZO_6000C40: + { type: GFX, offset: 0x6000C40, symbol: D_ZO_6000C40} + +D_ZO_6000E98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6000E98, symbol: D_ZO_6000E98} + +D_ZO_6001098: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6001098, symbol: D_ZO_6001098} + +aZoDodoraHeadDL: + { type: GFX, offset: 0x60012A0, symbol: aZoDodoraHeadDL} + +D_ZO_6001810: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6001810, symbol: D_ZO_6001810} + +D_ZO_6002010: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002010, symbol: D_ZO_6002010} + +D_ZO_6002210: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002210, symbol: D_ZO_6002210} + +D_ZO_6002410: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002410, symbol: D_ZO_6002410} + +D_ZO_6002610: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002610, symbol: D_ZO_6002610} + +D_ZO_6002810: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6002810, symbol: D_ZO_6002810} + +D_ZO_6002A10: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 16, offset: 0x6002A10, symbol: D_ZO_6002A10} + +aZoRadarBuoyDL: + { type: GFX, offset: 0x6002E10, symbol: aZoRadarBuoyDL} + +D_ZO_6003288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003288, symbol: D_ZO_6003288} + +D_ZO_6003488: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003488, symbol: D_ZO_6003488} + +D_ZO_6003690: + { type: GFX, offset: 0x6003690, symbol: D_ZO_6003690} + +D_ZO_6003930: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6003930, symbol: D_ZO_6003930} + +D_ZO_6003B30: + { type: TEXTURE, ctype: u8, format: CI8, width: 32, height: 64, offset: 0x6003B30, symbol: D_ZO_6003B30} + +D_ZO_6004330: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 40, offset: 0x6004330, symbol: D_ZO_6004330} + +D_ZO_6004380: + { type: GFX, offset: 0x6004380, symbol: D_ZO_6004380} + +D_ZO_6004450: + { type: GFX, offset: 0x6004450, symbol: D_ZO_6004450} + +D_ZO_6004970: + { type: TEXTURE, ctype: u8, format: CI8, width: 16, height: 16, offset: 0x6004970, symbol: D_ZO_6004970} + +D_ZO_6004A70: + { type: TEXTURE, ctype: u16, format: TLUT, colors: 72, offset: 0x6004A70, symbol: D_ZO_6004A70} + +D_ZO_6004B00: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6004B00, symbol: D_ZO_6004B00} + +aZoPatrolBoatDL: + { type: GFX, offset: 0x6004D00, symbol: aZoPatrolBoatDL} + +D_ZO_6005958: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6005958, symbol: D_ZO_6005958} + +D_ZO_6005B58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6005B58, symbol: D_ZO_6005B58} + +D_ZO_6006360: + { type: GFX, offset: 0x6006360, symbol: D_ZO_6006360} + +D_ZO_6007230: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007230, symbol: D_ZO_6007230} + +D_ZO_6007430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6007430, symbol: D_ZO_6007430} + +D_ZO_6007C30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007C30, symbol: D_ZO_6007C30} + +D_ZO_6007E30: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6007E30, symbol: D_ZO_6007E30} + +D_ZO_6008030: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008030, symbol: D_ZO_6008030} + +D_ZO_6008230: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008230, symbol: D_ZO_6008230} + +D_ZO_6008430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008430, symbol: D_ZO_6008430} + +D_ZO_6008630: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6008630, symbol: D_ZO_6008630} + +D_ZO_6008830: + { type: GFX, offset: 0x6008830, symbol: D_ZO_6008830} + +D_ZO_6009ED0: + { type: VTX, count: 289, offset: 0x6009ED0, symbol: D_ZO_6009ED0} + +D_ZO_600B0E0: + { type: GFX, offset: 0x600B0E0, symbol: D_ZO_600B0E0} + +D_ZO_600C780: + { type: VTX, count: 289, offset: 0x600C780, symbol: D_ZO_600C780} + +D_ZO_600D990: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600D990, symbol: D_ZO_600D990} + +aZoBirdAnim: + { type: SF64:ANIM, offset: 0x600E5EC, symbol: aZoBirdAnim} + +aZoBirdSkel: + { type: SF64:SKELETON, offset: 0x600E7D8, symbol: aZoBirdSkel} + +aZoOilRig3DL: + { type: GFX, offset: 0x600E820, symbol: aZoOilRig3DL} + +aZoOilRig2DL: + { type: GFX, offset: 0x600EC90, symbol: aZoOilRig2DL} + +aZoOilRig1DL: + { type: GFX, offset: 0x600F560, symbol: aZoOilRig1DL} + +D_ZO_600FE58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x600FE58, symbol: D_ZO_600FE58} + +D_ZO_6010658: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010658, symbol: D_ZO_6010658} + +D_ZO_6010E58: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6010E58, symbol: D_ZO_6010E58} + +D_ZO_6011660: + { type: GFX, offset: 0x6011660, symbol: D_ZO_6011660} + +D_ZO_6011928: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6011928, symbol: D_ZO_6011928} + +D_ZO_6012128: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6012128, symbol: D_ZO_6012128} + +D_ZO_6012930: + { type: GFX, offset: 0x6012930, symbol: D_ZO_6012930} + +D_ZO_6013010: + { type: GFX, offset: 0x6013010, symbol: D_ZO_6013010} + +D_ZO_6013330: + { type: GFX, offset: 0x6013330, symbol: D_ZO_6013330} + +D_ZO_6013480: + { type: GFX, offset: 0x6013480, symbol: D_ZO_6013480} + +D_ZO_6013510: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 64, height: 32, offset: 0x6013510, symbol: D_ZO_6013510} + +D_ZO_6014510: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x6014510, symbol: D_ZO_6014510} + +D_ZO_6015430: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 44, height: 44, offset: 0x6015430, symbol: D_ZO_6015430} + +D_ZO_6016350: + { type: GFX, offset: 0x6016350, symbol: D_ZO_6016350} + +D_ZO_60163E0: + { type: GFX, offset: 0x60163E0, symbol: D_ZO_60163E0} + +D_ZO_60165D0: + { type: GFX, offset: 0x60165D0, symbol: D_ZO_60165D0} + +D_ZO_6016880: + { type: GFX, offset: 0x6016880, symbol: D_ZO_6016880} + +D_ZO_6016B50: + { type: GFX, offset: 0x6016B50, symbol: D_ZO_6016B50} + +D_ZO_6016D90: + { type: GFX, offset: 0x6016D90, symbol: D_ZO_6016D90} + +D_ZO_6016E30: + { type: GFX, offset: 0x6016E30, symbol: D_ZO_6016E30} + +D_ZO_6016EC8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6016EC8, symbol: D_ZO_6016EC8} + +D_ZO_60176D0: + { type: GFX, offset: 0x60176D0, symbol: D_ZO_60176D0} + +D_ZO_6017770: + { type: GFX, offset: 0x6017770, symbol: D_ZO_6017770} + +D_ZO_6017810: + { type: GFX, offset: 0x6017810, symbol: D_ZO_6017810} + +D_ZO_60178B0: + { type: GFX, offset: 0x60178B0, symbol: D_ZO_60178B0} + +aZoBallDL: + { type: GFX, offset: 0x6017950, symbol: aZoBallDL} + +D_ZO_60179D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60179D8, symbol: D_ZO_60179D8} + +D_ZO_60181E0: + { type: GFX, offset: 0x60181E0, symbol: D_ZO_60181E0} + +D_ZO_60182E0: + { type: TEXTURE, ctype: u16, format: IA16, width: 16, height: 16, offset: 0x60182E0, symbol: D_ZO_60182E0} + +D_ZO_6018550: + { type: SF64:ANIM, offset: 0x6018550, symbol: D_ZO_6018550} + +D_ZO_601863C: + { type: SF64:SKELETON, offset: 0x601863C, symbol: D_ZO_601863C} + +D_ZO_6018660: + { type: GFX, offset: 0x6018660, symbol: D_ZO_6018660} + +D_ZO_60186E8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 32, offset: 0x60186E8, symbol: D_ZO_60186E8} + +D_ZO_6018AF0: + { type: GFX, offset: 0x6018AF0, symbol: D_ZO_6018AF0} + +D_ZO_6018B78: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x6018B78, symbol: D_ZO_6018B78} + +D_ZO_6018C80: + { type: GFX, offset: 0x6018C80, symbol: D_ZO_6018C80} + +D_ZO_6018E80: + { type: GFX, offset: 0x6018E80, symbol: D_ZO_6018E80} + +D_ZO_6019040: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6019040, symbol: D_ZO_6019040} + +D_ZO_60195EC: + { type: SF64:ANIM, offset: 0x60195EC, symbol: D_ZO_60195EC} + +D_ZO_6019738: + { type: SF64:SKELETON, offset: 0x6019738, symbol: D_ZO_6019738} + +D_ZO_601996C: + { type: SF64:ANIM, offset: 0x601996C, symbol: D_ZO_601996C} + +aZoSarumarineSkel: + { type: SF64:SKELETON, offset: 0x6019E18, symbol: aZoSarumarineSkel} + +D_ZO_6019EB0: + { type: GFX, offset: 0x6019EB0, symbol: D_ZO_6019EB0} + +D_ZO_601A340: + { type: GFX, offset: 0x601A340, symbol: D_ZO_601A340} + +D_ZO_601AA48: + { type: SF64:ANIM, offset: 0x601AA48, symbol: D_ZO_601AA48} + +D_ZO_601AB14: + { type: SF64:SKELETON, offset: 0x601AB14, symbol: D_ZO_601AB14} + +D_ZO_601AFB8: + { type: SF64:ANIM, offset: 0x601AFB8, symbol: D_ZO_601AFB8} + +D_ZO_601B184: + { type: SF64:SKELETON, offset: 0x601B184, symbol: D_ZO_601B184} + +D_ZO_601B1C0: + { type: GFX, offset: 0x601B1C0, symbol: D_ZO_601B1C0} + +D_ZO_601B3B0: + { type: GFX, offset: 0x601B3B0, symbol: D_ZO_601B3B0} + +D_ZO_601B570: + { type: GFX, offset: 0x601B570, symbol: D_ZO_601B570} + +D_ZO_601B710: + { type: GFX, offset: 0x601B710, symbol: D_ZO_601B710} + +D_ZO_601B8F0: + { type: GFX, offset: 0x601B8F0, symbol: D_ZO_601B8F0} + +D_ZO_601BAD0: + { type: GFX, offset: 0x601BAD0, symbol: D_ZO_601BAD0} + +D_ZO_601BBB8: + { type: TEXTURE, ctype: u8, format: IA8, width: 16, height: 16, offset: 0x601BBB8, symbol: D_ZO_601BBB8} + +D_ZO_601BCC0: + { type: GFX, offset: 0x601BCC0, symbol: D_ZO_601BCC0} + +D_ZO_601C390: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601C390, symbol: D_ZO_601C390} + +D_ZO_601C590: + { type: GFX, offset: 0x601C590, symbol: D_ZO_601C590} + +D_ZO_601C8E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x601C8E0, symbol: D_ZO_601C8E0} + +D_ZO_601D0E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601D0E0, symbol: D_ZO_601D0E0} + +D_ZO_601D2E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601D2E0, symbol: D_ZO_601D2E0} + +D_ZO_601D5B0: + { type: GFX, offset: 0x601D5B0, symbol: D_ZO_601D5B0} + +D_ZO_601D680: + { type: GFX, offset: 0x601D680, symbol: D_ZO_601D680} + +D_ZO_601E618: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x601E618, symbol: D_ZO_601E618} + +D_ZO_601F260: + { type: GFX, offset: 0x601F260, symbol: D_ZO_601F260} + +D_ZO_601F420: + { type: GFX, offset: 0x601F420, symbol: D_ZO_601F420} + +D_ZO_601F620: + { type: GFX, offset: 0x601F620, symbol: D_ZO_601F620} + +aZoSarumarinePeriscopeAnim: + { type: SF64:ANIM, offset: 0x601F874, symbol: aZoSarumarinePeriscopeAnim} + +aZoSarumarinePeriscopeSkel: + { type: SF64:SKELETON, offset: 0x601F920, symbol: aZoSarumarinePeriscopeSkel} + +D_ZO_601F940: + { type: GFX, offset: 0x601F940, symbol: D_ZO_601F940} + +D_ZO_601FBC4: + { type: SF64:ANIM, offset: 0x601FBC4, symbol: D_ZO_601FBC4} + +aZoBarrierSkel: + { type: SF64:SKELETON, offset: 0x601FC90, symbol: aZoBarrierSkel} + +aZoIslandDL: + { type: GFX, offset: 0x601FCB0, symbol: aZoIslandDL} + +D_ZO_60201B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60201B0, symbol: D_ZO_60201B0} + +D_ZO_60209B0: + { type: GFX, offset: 0x60209B0, symbol: D_ZO_60209B0} + +D_ZO_6020B70: + { type: GFX, offset: 0x6020B70, symbol: D_ZO_6020B70} + +D_ZO_6020D50: + { type: GFX, offset: 0x6020D50, symbol: D_ZO_6020D50} + +D_ZO_6020F10: + { type: GFX, offset: 0x6020F10, symbol: D_ZO_6020F10} + +D_ZO_6021100: + { type: GFX, offset: 0x6021100, symbol: D_ZO_6021100} + +D_ZO_60214B0: + { type: GFX, offset: 0x60214B0, symbol: D_ZO_60214B0} + +D_ZO_60212B0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60212B0, symbol: D_ZO_60212B0} + +D_ZO_60216A8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60216A8, symbol: D_ZO_60216A8} + +D_ZO_6021ABC: + { type: SF64:ANIM, offset: 0x6021ABC, symbol: D_ZO_6021ABC} + +D_ZO_6021B88: + { type: SF64:SKELETON, offset: 0x6021B88, symbol: D_ZO_6021B88} + +D_ZO_6021BB0: + { type: GFX, offset: 0x6021BB0, symbol: D_ZO_6021BB0} + +D_ZO_6021C50: + { type: GFX, offset: 0x6021C50, symbol: D_ZO_6021C50} + +D_ZO_6021CE0: + { type: GFX, offset: 0x6021CE0, symbol: D_ZO_6021CE0} + +D_ZO_6021D80: + { type: GFX, offset: 0x6021D80, symbol: D_ZO_6021D80} + +D_ZO_6021E20: + { type: GFX, offset: 0x6021E20, symbol: D_ZO_6021E20} + +D_ZO_60220A0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60220A0, symbol: D_ZO_60220A0} + +D_ZO_60222A0: + { type: GFX, offset: 0x60222A0, symbol: D_ZO_60222A0} + +D_ZO_60227D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60227D8, symbol: D_ZO_60227D8} + +D_ZO_60229D8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60229D8, symbol: D_ZO_60229D8} + +D_ZO_6022BE0: + { type: GFX, offset: 0x6022BE0, symbol: D_ZO_6022BE0} + +D_ZO_6022D70: + { type: GFX, offset: 0x6022D70, symbol: D_ZO_6022D70} + +D_ZO_6022F00: + { type: GFX, offset: 0x6022F00, symbol: D_ZO_6022F00} + +D_ZO_6023088: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023088, symbol: D_ZO_6023088} + +D_ZO_6023288: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023288, symbol: D_ZO_6023288} + +D_ZO_6023488: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6023488, symbol: D_ZO_6023488} + +D_ZO_6023690: + { type: GFX, offset: 0x6023690, symbol: D_ZO_6023690} + +aZoDodoraTailDL: + { type: GFX, offset: 0x6023730, symbol: aZoDodoraTailDL} + +D_ZO_60237E0: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x60237E0, symbol: D_ZO_60237E0} + +aZoDodoraBodyDL: + { type: GFX, offset: 0x60239E0, symbol: aZoDodoraBodyDL} + +D_ZO_6023D50: + { type: GFX, offset: 0x6023D50, symbol: D_ZO_6023D50} + +D_ZO_6024018: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6024018, symbol: D_ZO_6024018} + +D_ZO_6024220: + { type: GFX, offset: 0x6024220, symbol: D_ZO_6024220} + +D_ZO_60242B8: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x60242B8, symbol: D_ZO_60242B8} + +aZoRockDL: + { type: GFX, offset: 0x6024AC0, symbol: aZoRockDL} + +D_ZO_6024D60: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6024D60, symbol: D_ZO_6024D60} + +D_ZO_6025658: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x6025658, symbol: D_ZO_6025658} + +D_ZO_6025E60: + { type: GFX, offset: 0x6025E60, symbol: D_ZO_6025E60} + +D_ZO_6025F98: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 16, height: 16, offset: 0x6025F98, symbol: D_ZO_6025F98} + +D_ZO_60266D0: + { type: SF64:ENVIRONMENT, offset: 0x60266D0, symbol: D_ZO_60266D0} + +D_ZO_6026714: + { type: SF64:OBJECT_INIT, offset: 0x6026714, symbol: D_ZO_6026714} + +D_ZO_602AAC0: + { type: SF64:SCRIPT, offset: 0x602AAC0, symbol: D_ZO_602AAC0} + +D_ZO_602AC50: + { type: ARRAY, count: 289, array_type: u16, offset: 0x602AC50, symbol: D_ZO_602AC50} + +# Unused +D_ZO_602AE94: + { type: ARRAY, count: 242, array_type: Vec3f, offset: 0x602AE94, symbol: D_ZO_602AE94} + +aZoRockHitbox: + { type: SF64:HITBOX, offset: 0x602B9EC, symbol: aZoRockHitbox} + +aZoOilRig1Hitbox: + { type: SF64:HITBOX, offset: 0x602BA20, symbol: aZoOilRig1Hitbox} + +aZoOilRig2Hitbox: + { type: SF64:HITBOX, offset: 0x602BAE4, symbol: aZoOilRig2Hitbox} + +aZoOilRig3Hitbox: + { type: SF64:HITBOX, offset: 0x602BBD8, symbol: aZoOilRig3Hitbox} + +aZoIslandHitbox: + { type: SF64:HITBOX, offset: 0x602BC54, symbol: aZoIslandHitbox} + +aZoDodoraHitbox: + { type: SF64:HITBOX, offset: 0x602BC58, symbol: aZoDodoraHitbox} + +aZoTroikaHitbox: + { type: SF64:HITBOX, offset: 0x602BE3C, symbol: aZoTroikaHitbox} + +aZoObnemaHitbox: + { type: SF64:HITBOX, offset: 0x602BE58, symbol: aZoObnemaHitbox} + +aZoBarrierHitbox: + { type: SF64:HITBOX, offset: 0x602BFC4, symbol: aZoBarrierHitbox} + +aZoBarrierHitbox2: + { type: SF64:HITBOX, offset: 0x602C028, symbol: aZoBarrierHitbox2} + +aZoSarumarineHitbox: + { type: SF64:HITBOX, offset: 0x602C044, symbol: aZoSarumarineHitbox} + +aZoSarumarinePeriscopeHitbox: + { type: SF64:HITBOX, offset: 0x602C1A0, symbol: aZoSarumarinePeriscopeHitbox} + +aZoTankerHitbox: + { type: SF64:HITBOX, offset: 0x602C1D4, symbol: aZoTankerHitbox} + +aZoContainerHitbox: + { type: SF64:HITBOX, offset: 0x602C218, symbol: aZoContainerHitbox} + +aZoRadarBuoyHitbox: + { type: SF64:HITBOX, offset: 0x602C234, symbol: aZoRadarBuoyHitbox} + +aZoSupplyCraneHitbox: + { type: SF64:HITBOX, offset: 0x602C250, symbol: aZoSupplyCraneHitbox} + +aZoBirdHitbox: + { type: SF64:HITBOX, offset: 0x602C294, symbol: aZoBirdHitbox} + +aZoSearchLightHitbox: + { type: SF64:HITBOX, offset: 0x602C2B0, symbol: aZoSearchLightHitbox} + +D_ZO_602C2CC: + { type: TEXTURE, ctype: u16, format: RGBA16, width: 32, height: 32, offset: 0x602C2CC, symbol: D_ZO_602C2CC} + +D_ZO_602CACC: + {type: SF64:TRIANGLE, count: 30, offset: 0x602CACC, symbol: D_ZO_602CACC, mesh_symbol: D_ZO_OFFSET} + + + diff --git a/android/app/src/main/assets/starship/config.yml b/android/app/src/main/assets/starship/config.yml new file mode 100644 index 0000000..3c4b0d5 --- /dev/null +++ b/android/app/src/main/assets/starship/config.yml @@ -0,0 +1,150 @@ +# Supported Star Fox 64 Versions: US, JP + +# US 1.1 +09f0d105f476b00efa5303a3ebc42e60a7753b7a: + name: Star Fox 64 (U) (V1.1) (Compressed) + preprocess: + decompress_mio0: + method: mio0-comptool + type: decompress + target: f7475fb11e7e6830f82883412638e8390791ab87 + restart: true + +f7475fb11e7e6830f82883412638e8390791ab87: + name: Star Fox 64 (U) (V1.1) + path: assets/yaml/us/rev1 + config: + gbi: F3DEX + sort: OFFSET + logging: INFO + output: + binary: sf64.o2r + code: src/assets + headers: include/assets + modding: src/assets + # enums: + # - include/sf64object.h + # - include/sf64level.h + # - include/sf64mesg.h + # - include/sf64audio_external.h + # - include/sf64event.h + # - include/sf64player.h + +# US 1.0 +d8b1088520f7c5f81433292a9258c1184afa1457: + name: Star Fox 64 (U) (V1.0) (Compressed) + preprocess: + decompress_mio0: + method: mio0-comptool + type: decompress + target: 63b69f0ef36306257481afc250f9bc304c7162b2 + restart: true + +63b69f0ef36306257481afc250f9bc304c7162b2: + name: Star Fox 64 (U) (V1.0) + path: assets/yaml/us/rev0 + config: + gbi: F3DEX + sort: OFFSET + logging: INFO + output: + binary: sf64.o2r + code: src/assets + headers: include/assets + modding: src/assets + # enums: + # - include/sf64object.h + # - include/sf64level.h + # - include/sf64mesg.h + # - include/sf64audio_external.h + # - include/sf64event.h + # - include/sf64player.h + +# JP 1.0 +9bd71afbecf4d0a43146e4e7a893395e19bf3220: + name: Star Fox 64 (JP) (V1.0) (Compressed) + preprocess: + decompress_mio0: + method: mio0-comptool + type: decompress + target: d064229a32cc05ab85e2381ce07744eb3ffaf530 + restart: true + +d064229a32cc05ab85e2381ce07744eb3ffaf530: + name: Star Fox 64 (JP) (V1.0) + path: assets/yaml/jp/rev0 + config: + gbi: F3DEX + sort: OFFSET + logging: INFO + output: + binary: ./mods/sf64jp.o2r + code: src/jp/assets + headers: include/assets + modding: src/jp/assets + # enums: + # - include/sf64object.h + # - include/sf64level.h + # - include/sf64mesg.h + # - include/sf64audio_external.h + # - include/sf64event.h + # - include/sf64player. + +# EU 1.0 +05b307b8804f992af1a1e2fbafbd588501fdf799: + name: Star Fox 64 (EU) (V1.0) (Compressed) + preprocess: + decompress_mio0: + method: mio0-comptool + type: decompress + target: 09f5d5c14219fc77a36c5a6ad5e63f7abd8b3385 + restart: true + +09f5d5c14219fc77a36c5a6ad5e63f7abd8b3385: + name: Star Fox 64 (EU) (V1.0) + path: assets/yaml/eu/rev0 + config: + gbi: F3DEX + sort: OFFSET + logging: INFO + output: + binary: ./mods/sf64eu.o2r + code: src/eu/assets + headers: include/assets + modding: src/eu/assets + # enums: + # - include/sf64object.h + # - include/sf64level.h + # - include/sf64mesg.h + # - include/sf64audio_external.h + # - include/sf64event.h + # - include/sf64player.h + +c8a10699dea52f4bb2e2311935c1376dfb352e7a: + name: Star Fox 64 (CN) (V1.1) (Compressed) + preprocess: + decompress_mio0: + method: mio0-comptool + type: decompress + target: 3a05aba5549fa71e8b16a0c6e2c8481b070818a9 + restart: true + +3a05aba5549fa71e8b16a0c6e2c8481b070818a9: + name: Star Fox 64 (CN) (V1.1) + path: assets/yaml/cn/rev1 + config: + gbi: F3DEX + sort: OFFSET + logging: INFO + output: + binary: ./mods/sf64cn.o2r + code: src/cn/assets + headers: include/assets + modding: src/cn/assets + # enums: + # - include/sf64object.h + # - include/sf64level.h + # - include/sf64mesg.h + # - include/sf64audio_external.h + # - include/sf64event.h + # - include/sf64player.h \ No newline at end of file diff --git a/android/app/src/main/assets/starship/include/assets/ast_7_ti_1.h b/android/app/src/main/assets/starship/include/assets/ast_7_ti_1.h new file mode 100644 index 0000000..3bf3c0d --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_7_ti_1.h @@ -0,0 +1,355 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_AST_7_TI_1_7000000[] = "__OTR__ast_7_ti_1/D_AST_7_TI_1_7000000"; + +static const ALIGN_ASSET(2) char D_TI1_7000A80[] = "__OTR__ast_7_ti_1/D_TI1_7000A80"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B88[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B88"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_C88[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_C88"; + +static const ALIGN_ASSET(2) char D_TI1_7000D08[] = "__OTR__ast_7_ti_1/D_TI1_7000D08"; + +static const ALIGN_ASSET(2) char D_TI1_7001108[] = "__OTR__ast_7_ti_1/D_TI1_7001108"; + +static const ALIGN_ASSET(2) char D_TI1_7001268[] = "__OTR__ast_7_ti_1/D_TI1_7001268"; + +static const ALIGN_ASSET(2) char D_TI1_7002270[] = "__OTR__ast_7_ti_1/D_TI1_7002270"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2330[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2330"; + +static const ALIGN_ASSET(2) char D_TI1_7002490[] = "__OTR__ast_7_ti_1/D_TI1_7002490"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_25A0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_25A0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2620[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2620"; + +static const ALIGN_ASSET(2) char D_TI1_7002730[] = "__OTR__ast_7_ti_1/D_TI1_7002730"; + +static const ALIGN_ASSET(2) char D_TI1_7002930[] = "__OTR__ast_7_ti_1/D_TI1_7002930"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2AB8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2AB8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2AF8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2AF8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2B58[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2B58"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_2BD8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_2BD8"; + +static const ALIGN_ASSET(2) char D_TI1_7002C88[] = "__OTR__ast_7_ti_1/D_TI1_7002C88"; + +static const ALIGN_ASSET(2) char D_TI1_7003488[] = "__OTR__ast_7_ti_1/D_TI1_7003488"; + +static const ALIGN_ASSET(2) char D_TI1_7003888[] = "__OTR__ast_7_ti_1/D_TI1_7003888"; + +static const ALIGN_ASSET(2) char D_TI1_7003A90[] = "__OTR__ast_7_ti_1/D_TI1_7003A90"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3B30[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3B30"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3BE0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3BE0"; + +static const ALIGN_ASSET(2) char D_TI1_7003C50[] = "__OTR__ast_7_ti_1/D_TI1_7003C50"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3D10[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3D10"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3DB0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3DB0"; + +static const ALIGN_ASSET(2) char D_TI1_7003E30[] = "__OTR__ast_7_ti_1/D_TI1_7003E30"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3EE8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3EE8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_3F28[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_3F28"; + +static const ALIGN_ASSET(2) char D_TI1_7003FC0[] = "__OTR__ast_7_ti_1/D_TI1_7003FC0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4060[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4060"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4100[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4100"; + +static const ALIGN_ASSET(2) char D_TI1_7004170[] = "__OTR__ast_7_ti_1/D_TI1_7004170"; + +static const ALIGN_ASSET(2) char D_TI1_7004370[] = "__OTR__ast_7_ti_1/D_TI1_7004370"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4430[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4430"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_44D0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_44D0"; + +static const ALIGN_ASSET(2) char D_TI1_7004560[] = "__OTR__ast_7_ti_1/D_TI1_7004560"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4658[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4658"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_46B8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_46B8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_46E8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_46E8"; + +static const ALIGN_ASSET(2) char D_TI1_7004780[] = "__OTR__ast_7_ti_1/D_TI1_7004780"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4870[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4870"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_48F0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_48F0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4960[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4960"; + +static const ALIGN_ASSET(2) char D_TI1_70049A0[] = "__OTR__ast_7_ti_1/D_TI1_70049A0"; + +static const ALIGN_ASSET(2) char D_TI1_7004BA0[] = "__OTR__ast_7_ti_1/D_TI1_7004BA0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4CC8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4CC8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4D68[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4D68"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4D98[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4D98"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_4DC8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_4DC8"; + +static const ALIGN_ASSET(2) char D_TI1_7004E78[] = "__OTR__ast_7_ti_1/D_TI1_7004E78"; + +static const ALIGN_ASSET(2) char D_TI1_7005078[] = "__OTR__ast_7_ti_1/D_TI1_7005078"; + +static const ALIGN_ASSET(2) char D_TI1_7005280[] = "__OTR__ast_7_ti_1/D_TI1_7005280"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_5338[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_5338"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_5378[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_5378"; + +static const ALIGN_ASSET(2) char D_TI1_7005420[] = "__OTR__ast_7_ti_1/D_TI1_7005420"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_5518[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_5518"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_5578[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_5578"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_55A8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_55A8"; + +static const ALIGN_ASSET(2) char D_TI1_70067C4[] = "__OTR__ast_7_ti_1/D_TI1_70067C4"; + +static const ALIGN_ASSET(2) char aTi1DesertCrawlerSkel[] = "__OTR__ast_7_ti_1/aTi1DesertCrawlerSkel"; + +static const ALIGN_ASSET(2) char D_TI1_7006F74[] = "__OTR__ast_7_ti_1/D_TI1_7006F74"; + +static const ALIGN_ASSET(2) char D_TI1_7007130[] = "__OTR__ast_7_ti_1/D_TI1_7007130"; + +static const ALIGN_ASSET(2) char D_TI1_7007234[] = "__OTR__ast_7_ti_1/D_TI1_7007234"; + +static const ALIGN_ASSET(2) char D_TI1_700733C[] = "__OTR__ast_7_ti_1/D_TI1_700733C"; + +static const ALIGN_ASSET(2) char D_TI1_7007350[] = "__OTR__ast_7_ti_1/D_TI1_7007350"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_7580[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_7580"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_7770[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_7770"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_7950[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_7950"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_7980[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_7980"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_7A60[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_7A60"; + +static const ALIGN_ASSET(2) char D_TI1_7007AB0[] = "__OTR__ast_7_ti_1/D_TI1_7007AB0"; + +static const ALIGN_ASSET(2) char D_TI1_7007EB0[] = "__OTR__ast_7_ti_1/D_TI1_7007EB0"; + +static const ALIGN_ASSET(2) char D_TI1_7008090[] = "__OTR__ast_7_ti_1/D_TI1_7008090"; + +static const ALIGN_ASSET(2) char D_TI1_7008490[] = "__OTR__ast_7_ti_1/D_TI1_7008490"; + +static const ALIGN_ASSET(2) char D_TI1_7008680[] = "__OTR__ast_7_ti_1/D_TI1_7008680"; + +static const ALIGN_ASSET(2) char D_TI1_7008780[] = "__OTR__ast_7_ti_1/D_TI1_7008780"; + +static const ALIGN_ASSET(2) char D_TI1_7008930[] = "__OTR__ast_7_ti_1/D_TI1_7008930"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_8AA0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_8AA0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_8AE0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_8AE0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_8B70[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_8B70"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_8BC0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_8BC0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_8C60[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_8C60"; + +static const ALIGN_ASSET(2) char D_TI1_7008D10[] = "__OTR__ast_7_ti_1/D_TI1_7008D10"; + +static const ALIGN_ASSET(2) char D_TI1_7008F10[] = "__OTR__ast_7_ti_1/D_TI1_7008F10"; + +static const ALIGN_ASSET(2) char D_TI1_7009110[] = "__OTR__ast_7_ti_1/D_TI1_7009110"; + +static const ALIGN_ASSET(2) char D_TI1_7009310[] = "__OTR__ast_7_ti_1/D_TI1_7009310"; + +static const ALIGN_ASSET(2) char D_TI1_7009510[] = "__OTR__ast_7_ti_1/D_TI1_7009510"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_9588[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_9588"; + +static const ALIGN_ASSET(2) char D_TI1_70096D8[] = "__OTR__ast_7_ti_1/D_TI1_70096D8"; + +static const ALIGN_ASSET(2) char aTiDelphorDL[] = "__OTR__ast_7_ti_1/aTiDelphorDL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_99F8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_99F8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_9A58[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_9A58"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_9A98[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_9A98"; + +static const ALIGN_ASSET(2) char D_TI1_7009B58[] = "__OTR__ast_7_ti_1/D_TI1_7009B58"; + +static const ALIGN_ASSET(2) char aTi1Bomb1DL[] = "__OTR__ast_7_ti_1/aTi1Bomb1DL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_9F00[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_9F00"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_9FC0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_9FC0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_A0E0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_A0E0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_A160[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_A160"; + +static const ALIGN_ASSET(2) char D_TI1_700A190[] = "__OTR__ast_7_ti_1/D_TI1_700A190"; + +static const ALIGN_ASSET(2) char aTi1Bomb2DL[] = "__OTR__ast_7_ti_1/aTi1Bomb2DL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_AA38[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_AA38"; + +static const ALIGN_ASSET(2) char D_TI1_700AAD8[] = "__OTR__ast_7_ti_1/D_TI1_700AAD8"; + +static const ALIGN_ASSET(2) char D_TI1_700AB58[] = "__OTR__ast_7_ti_1/D_TI1_700AB58"; + +static const ALIGN_ASSET(2) char aTi1LandmineDL[] = "__OTR__ast_7_ti_1/aTi1LandmineDL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_ACA8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_ACA8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_ADC8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_ADC8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_AE58[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_AE58"; + +static const ALIGN_ASSET(2) char D_TI1_700AEA8[] = "__OTR__ast_7_ti_1/D_TI1_700AEA8"; + +static const ALIGN_ASSET(2) char D_TI1_700AF30[] = "__OTR__ast_7_ti_1/D_TI1_700AF30"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B158[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B158"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B188[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B188"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B1B8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B1B8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B258[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B258"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B418[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B418"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B458[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B458"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_B538[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_B538"; + +static const ALIGN_ASSET(2) char D_TI1_700B5B8[] = "__OTR__ast_7_ti_1/D_TI1_700B5B8"; + +static const ALIGN_ASSET(2) char D_TI1_700B7B8[] = "__OTR__ast_7_ti_1/D_TI1_700B7B8"; + +static const ALIGN_ASSET(2) char aTi1FekudaGun1DL[] = "__OTR__ast_7_ti_1/aTi1FekudaGun1DL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_BA70[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_BA70"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_BAC0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_BAC0"; + +static const ALIGN_ASSET(2) char D_TI1_700BB10[] = "__OTR__ast_7_ti_1/D_TI1_700BB10"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_BC38[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_BC38"; + +static const ALIGN_ASSET(2) char aTiBridgeDL[] = "__OTR__ast_7_ti_1/aTiBridgeDL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_BEB0[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_BEB0"; + +static const ALIGN_ASSET(2) char D_TI1_700BFB0[] = "__OTR__ast_7_ti_1/D_TI1_700BFB0"; + +static const ALIGN_ASSET(2) char D_TI1_700C3B0[] = "__OTR__ast_7_ti_1/D_TI1_700C3B0"; + +static const ALIGN_ASSET(2) char aTi1FekudaDL[] = "__OTR__ast_7_ti_1/aTi1FekudaDL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_C5E8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_C5E8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_C6B8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_C6B8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_C748[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_C748"; + +static const ALIGN_ASSET(2) char aTi1DesertRoverAnim[] = "__OTR__ast_7_ti_1/aTi1DesertRoverAnim"; + +static const ALIGN_ASSET(2) char aTi1DesertRoverSkel[] = "__OTR__ast_7_ti_1/aTi1DesertRoverSkel"; + +static const ALIGN_ASSET(2) char aTi1FekudaGun2DL[] = "__OTR__ast_7_ti_1/aTi1FekudaGun2DL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_C9E8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_C9E8"; + +static const ALIGN_ASSET(2) char aTiBomberAnim[] = "__OTR__ast_7_ti_1/aTiBomberAnim"; + +static const ALIGN_ASSET(2) char aTiBomberSkel[] = "__OTR__ast_7_ti_1/aTiBomberSkel"; + +static const ALIGN_ASSET(2) char aTiRascoAnim[] = "__OTR__ast_7_ti_1/aTiRascoAnim"; + +static const ALIGN_ASSET(2) char aTiRascoSkel[] = "__OTR__ast_7_ti_1/aTiRascoSkel"; + +static const ALIGN_ASSET(2) char D_TI1_700D740[] = "__OTR__ast_7_ti_1/D_TI1_700D740"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_D7D8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_D7D8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_D818[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_D818"; + +static const ALIGN_ASSET(2) char D_TI1_700D880[] = "__OTR__ast_7_ti_1/D_TI1_700D880"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_D928[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_D928"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_D968[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_D968"; + +static const ALIGN_ASSET(2) char D_TI1_700D9B0[] = "__OTR__ast_7_ti_1/D_TI1_700D9B0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DA18[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DA18"; + +static const ALIGN_ASSET(2) char D_TI1_700DAD0[] = "__OTR__ast_7_ti_1/D_TI1_700DAD0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DB38[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DB38"; + +static const ALIGN_ASSET(2) char D_TI1_700DBB0[] = "__OTR__ast_7_ti_1/D_TI1_700DBB0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DC10[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DC10"; + +static const ALIGN_ASSET(2) char D_TI1_700DC50[] = "__OTR__ast_7_ti_1/D_TI1_700DC50"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DCB8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DCB8"; + +static const ALIGN_ASSET(2) char D_TI1_700DD68[] = "__OTR__ast_7_ti_1/D_TI1_700DD68"; + +static const ALIGN_ASSET(2) char D_TI1_700DDF0[] = "__OTR__ast_7_ti_1/D_TI1_700DDF0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DE58[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DE58"; + +static const ALIGN_ASSET(2) char D_TI1_700DED0[] = "__OTR__ast_7_ti_1/D_TI1_700DED0"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DF30[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DF30"; + +static const ALIGN_ASSET(2) char D_TI1_700DF70[] = "__OTR__ast_7_ti_1/D_TI1_700DF70"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_DFC8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_DFC8"; + +static const ALIGN_ASSET(2) char D_TI1_700E030[] = "__OTR__ast_7_ti_1/D_TI1_700E030"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_E118[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_E118"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_E148[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_E148"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_E198[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_E198"; + +static const ALIGN_ASSET(2) char D_TI1_700E1E8[] = "__OTR__ast_7_ti_1/D_TI1_700E1E8"; + +static const ALIGN_ASSET(2) char aTiBoulderDL[] = "__OTR__ast_7_ti_1/aTiBoulderDL"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_E4E8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_E4E8"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_E6D8[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_E6D8"; + +static const ALIGN_ASSET(2) char D_TI1_700E858[] = "__OTR__ast_7_ti_1/D_TI1_700E858"; + +static const ALIGN_ASSET(2) char D_TI1_700EA60[] = "__OTR__ast_7_ti_1/D_TI1_700EA60"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_EB50[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_EB50"; + +static const ALIGN_ASSET(2) char ast_7_ti_1_seg7_vtx_ED50[] = "__OTR__ast_7_ti_1/ast_7_ti_1_seg7_vtx_ED50"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_7_ti_2.h b/android/app/src/main/assets/starship/include/assets/ast_7_ti_2.h new file mode 100644 index 0000000..12f4513 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_7_ti_2.h @@ -0,0 +1,81 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_TI2_7003EE8[] = "__OTR__ast_7_ti_2/D_TI2_7003EE8"; + +static const ALIGN_ASSET(2) char D_TI2_7003F00[] = "__OTR__ast_7_ti_2/D_TI2_7003F00"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_40D8[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_40D8"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4138[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4138"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_41C8[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_41C8"; + +static const ALIGN_ASSET(2) char D_TI2_7004270[] = "__OTR__ast_7_ti_2/D_TI2_7004270"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4328[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4328"; + +static const ALIGN_ASSET(2) char D_TI2_7004400[] = "__OTR__ast_7_ti_2/D_TI2_7004400"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4520[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4520"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4570[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4570"; + +static const ALIGN_ASSET(2) char D_TI2_70045D0[] = "__OTR__ast_7_ti_2/D_TI2_70045D0"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4700[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4700"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4770[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4770"; + +static const ALIGN_ASSET(2) char D_TI2_70047B0[] = "__OTR__ast_7_ti_2/D_TI2_70047B0"; + +static const ALIGN_ASSET(2) char D_TI2_70048B0[] = "__OTR__ast_7_ti_2/D_TI2_70048B0"; + +static const ALIGN_ASSET(2) char D_TI2_70049C0[] = "__OTR__ast_7_ti_2/D_TI2_70049C0"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_4A60[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_4A60"; + +static const ALIGN_ASSET(2) char D_TI2_7004AB0[] = "__OTR__ast_7_ti_2/D_TI2_7004AB0"; + +static const ALIGN_ASSET(2) char D_TI2_7004CB0[] = "__OTR__ast_7_ti_2/D_TI2_7004CB0"; + +static const ALIGN_ASSET(2) char D_TI2_7004E80[] = "__OTR__ast_7_ti_2/D_TI2_7004E80"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_50D0[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_50D0"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_5140[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_5140"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_5180[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_5180"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_5210[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_5210"; + +static const ALIGN_ASSET(2) char D_TI2_7005300[] = "__OTR__ast_7_ti_2/D_TI2_7005300"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_5370[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_5370"; + +static const ALIGN_ASSET(2) char D_TI2_70054C0[] = "__OTR__ast_7_ti_2/D_TI2_70054C0"; + +static const ALIGN_ASSET(2) char D_TI2_70084CC[] = "__OTR__ast_7_ti_2/D_TI2_70084CC"; + +static const ALIGN_ASSET(2) char D_TI2_70096EC[] = "__OTR__ast_7_ti_2/D_TI2_70096EC"; + +static const ALIGN_ASSET(2) char D_TI2_7009700[] = "__OTR__ast_7_ti_2/D_TI2_7009700"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_97B0[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_97B0"; + +static const ALIGN_ASSET(2) char D_TI2_7009890[] = "__OTR__ast_7_ti_2/D_TI2_7009890"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_9958[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_9958"; + +static const ALIGN_ASSET(2) char D_TI2_7009A80[] = "__OTR__ast_7_ti_2/D_TI2_7009A80"; + +static const ALIGN_ASSET(2) char ast_7_ti_2_seg7_vtx_9B18[] = "__OTR__ast_7_ti_2/ast_7_ti_2_seg7_vtx_9B18"; + +static const ALIGN_ASSET(2) char D_TI2_7009B48[] = "__OTR__ast_7_ti_2/D_TI2_7009B48"; + +static const ALIGN_ASSET(2) char D_TI2_7009D48[] = "__OTR__ast_7_ti_2/D_TI2_7009D48"; + +static const ALIGN_ASSET(2) char D_TI2_700E244[] = "__OTR__ast_7_ti_2/D_TI2_700E244"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_8_ti.h b/android/app/src/main/assets/starship/include/assets/ast_8_ti.h new file mode 100644 index 0000000..ad920cd --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_8_ti.h @@ -0,0 +1,123 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_TI_8000708[] = "__OTR__ast_8_ti/D_TI_8000708"; + +static const ALIGN_ASSET(2) char D_TI_8000D80[] = "__OTR__ast_8_ti/D_TI_8000D80"; + +static const ALIGN_ASSET(2) char D_TI_8000D90[] = "__OTR__ast_8_ti/D_TI_8000D90"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_E50[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_E50"; + +static const ALIGN_ASSET(2) char D_TI_8000FC0[] = "__OTR__ast_8_ti/D_TI_8000FC0"; + +static const ALIGN_ASSET(2) char D_TI_80011C0[] = "__OTR__ast_8_ti/D_TI_80011C0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1278[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1278"; + +static const ALIGN_ASSET(2) char D_TI_80012E8[] = "__OTR__ast_8_ti/D_TI_80012E8"; + +static const ALIGN_ASSET(2) char D_TI_80013E8[] = "__OTR__ast_8_ti/D_TI_80013E8"; + +static const ALIGN_ASSET(2) char D_TI_80014A0[] = "__OTR__ast_8_ti/D_TI_80014A0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1558[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1558"; + +static const ALIGN_ASSET(2) char D_TI_8001630[] = "__OTR__ast_8_ti/D_TI_8001630"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1770[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1770"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1830[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1830"; + +static const ALIGN_ASSET(2) char D_TI_80018D0[] = "__OTR__ast_8_ti/D_TI_80018D0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_19F0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_19F0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1A30[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1A30"; + +static const ALIGN_ASSET(2) char D_TI_8001A80[] = "__OTR__ast_8_ti/D_TI_8001A80"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1BC0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1BC0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1C50[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1C50"; + +static const ALIGN_ASSET(2) char D_TI_8001D20[] = "__OTR__ast_8_ti/D_TI_8001D20"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1DB8[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1DB8"; + +static const ALIGN_ASSET(2) char D_TI_8001E20[] = "__OTR__ast_8_ti/D_TI_8001E20"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_1EF0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_1EF0"; + +static const ALIGN_ASSET(2) char D_TI_8001FB0[] = "__OTR__ast_8_ti/D_TI_8001FB0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_2058[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_2058"; + +static const ALIGN_ASSET(2) char D_TI_80020D0[] = "__OTR__ast_8_ti/D_TI_80020D0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_2210[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_2210"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_22E0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_22E0"; + +static const ALIGN_ASSET(2) char D_TI_8002360[] = "__OTR__ast_8_ti/D_TI_8002360"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_25F8[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_25F8"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_2658[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_2658"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_2688[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_2688"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_26D8[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_26D8"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_2788[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_2788"; + +static const ALIGN_ASSET(2) char D_TI_8002858[] = "__OTR__ast_8_ti/D_TI_8002858"; + +static const ALIGN_ASSET(2) char D_TI_8002C58[] = "__OTR__ast_8_ti/D_TI_8002C58"; + +static const ALIGN_ASSET(2) char D_TI_8002E48[] = "__OTR__ast_8_ti/D_TI_8002E48"; + +static const ALIGN_ASSET(2) char D_TI_8002F48[] = "__OTR__ast_8_ti/D_TI_8002F48"; + +static const ALIGN_ASSET(2) char D_TI_80030F8[] = "__OTR__ast_8_ti/D_TI_80030F8"; + +static const ALIGN_ASSET(2) char D_TI_80031F8[] = "__OTR__ast_8_ti/D_TI_80031F8"; + +static const ALIGN_ASSET(2) char D_TI_8003378[] = "__OTR__ast_8_ti/D_TI_8003378"; + +static const ALIGN_ASSET(2) char D_TI_8003478[] = "__OTR__ast_8_ti/D_TI_8003478"; + +static const ALIGN_ASSET(2) char D_TI_80034A8[] = "__OTR__ast_8_ti/D_TI_80034A8"; + +static const ALIGN_ASSET(2) char D_TI_80035A8[] = "__OTR__ast_8_ti/D_TI_80035A8"; + +static const ALIGN_ASSET(2) char D_TI_8003640[] = "__OTR__ast_8_ti/D_TI_8003640"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3A00[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3A00"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3B30[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3B30"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3BA0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3BA0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3C20[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3C20"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3CF0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3CF0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_3EF0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_3EF0"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_40D0[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_40D0"; + +static const ALIGN_ASSET(2) char D_TI_8004200[] = "__OTR__ast_8_ti/D_TI_8004200"; + +static const ALIGN_ASSET(2) char D_TI_8004600[] = "__OTR__ast_8_ti/D_TI_8004600"; + +static const ALIGN_ASSET(2) char D_TI_8008FE8[] = "__OTR__ast_8_ti/D_TI_8008FE8"; + +static const ALIGN_ASSET(2) char D_TI_8009000[] = "__OTR__ast_8_ti/D_TI_8009000"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_9130[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_9130"; + +static const ALIGN_ASSET(2) char ast_8_ti_seg8_vtx_9190[] = "__OTR__ast_8_ti/ast_8_ti_seg8_vtx_9190"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_9_ti.h b/android/app/src/main/assets/starship/include/assets/ast_9_ti.h new file mode 100644 index 0000000..2faab4f --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_9_ti.h @@ -0,0 +1,79 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_TI_9004288[] = "__OTR__ast_9_ti/D_TI_9004288"; + +static const ALIGN_ASSET(2) char D_TI_90042A0[] = "__OTR__ast_9_ti/D_TI_90042A0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_4348[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_4348"; + +static const ALIGN_ASSET(2) char D_TI_90043D0[] = "__OTR__ast_9_ti/D_TI_90043D0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_4470[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_4470"; + +static const ALIGN_ASSET(2) char D_TI_90044E0[] = "__OTR__ast_9_ti/D_TI_90044E0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_4580[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_4580"; + +static const ALIGN_ASSET(2) char D_TI_90045F0[] = "__OTR__ast_9_ti/D_TI_90045F0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_4718[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_4718"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_4778[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_4778"; + +static const ALIGN_ASSET(2) char D_TI_9004858[] = "__OTR__ast_9_ti/D_TI_9004858"; + +static const ALIGN_ASSET(2) char D_TI_9004958[] = "__OTR__ast_9_ti/D_TI_9004958"; + +static const ALIGN_ASSET(2) char D_TI_9004A68[] = "__OTR__ast_9_ti/D_TI_9004A68"; + +static const ALIGN_ASSET(2) char D_TI_9004E68[] = "__OTR__ast_9_ti/D_TI_9004E68"; + +static const ALIGN_ASSET(2) char D_TI_9005040[] = "__OTR__ast_9_ti/D_TI_9005040"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_50E8[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_50E8"; + +static const ALIGN_ASSET(2) char D_TI_90051C0[] = "__OTR__ast_9_ti/D_TI_90051C0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_52F0[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_52F0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_53B0[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_53B0"; + +static const ALIGN_ASSET(2) char D_TI_9005450[] = "__OTR__ast_9_ti/D_TI_9005450"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_5570[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_5570"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_55B0[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_55B0"; + +static const ALIGN_ASSET(2) char D_TI_9005600[] = "__OTR__ast_9_ti/D_TI_9005600"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_5740[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_5740"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_57D0[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_57D0"; + +static const ALIGN_ASSET(2) char D_TI_90058A0[] = "__OTR__ast_9_ti/D_TI_90058A0"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_5948[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_5948"; + +static const ALIGN_ASSET(2) char D_TI_90059B8[] = "__OTR__ast_9_ti/D_TI_90059B8"; + +static const ALIGN_ASSET(2) char D_TI_9005AB8[] = "__OTR__ast_9_ti/D_TI_9005AB8"; + +static const ALIGN_ASSET(2) char D_TI_900FC4C[] = "__OTR__ast_9_ti/D_TI_900FC4C"; + +static const ALIGN_ASSET(2) char D_TI_900FC60[] = "__OTR__ast_9_ti/D_TI_900FC60"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_FD00[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_FD00"; + +static const ALIGN_ASSET(2) char D_TI_900FD70[] = "__OTR__ast_9_ti/D_TI_900FD70"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_FE10[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_FE10"; + +static const ALIGN_ASSET(2) char D_TI_900FE80[] = "__OTR__ast_9_ti/D_TI_900FE80"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_FFC8[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_FFC8"; + +static const ALIGN_ASSET(2) char ast_9_ti_seg9_vtx_10078[] = "__OTR__ast_9_ti/ast_9_ti_seg9_vtx_10078"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_A_ti.h b/android/app/src/main/assets/starship/include/assets/ast_A_ti.h new file mode 100644 index 0000000..89d241d --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_A_ti.h @@ -0,0 +1,57 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_TI_A000000[] = "__OTR__ast_A_ti/D_TI_A000000"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_98[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_98"; + +static const ALIGN_ASSET(2) char D_TI_A0000C8[] = "__OTR__ast_A_ti/D_TI_A0000C8"; + +static const ALIGN_ASSET(2) char D_TI_A0001C8[] = "__OTR__ast_A_ti/D_TI_A0001C8"; + +static const ALIGN_ASSET(2) char D_TI_A0002BC[] = "__OTR__ast_A_ti/D_TI_A0002BC"; + +static const ALIGN_ASSET(2) char D_TI_A00047C[] = "__OTR__ast_A_ti/D_TI_A00047C"; + +static const ALIGN_ASSET(2) char D_TI_A000568[] = "__OTR__ast_A_ti/D_TI_A000568"; + +static const ALIGN_ASSET(2) char D_TI_A000858[] = "__OTR__ast_A_ti/D_TI_A000858"; + +static const ALIGN_ASSET(2) char D_TI_A000934[] = "__OTR__ast_A_ti/D_TI_A000934"; + +static const ALIGN_ASSET(2) char D_TI_A000D50[] = "__OTR__ast_A_ti/D_TI_A000D50"; + +static const ALIGN_ASSET(2) char D_TI_A000EDC[] = "__OTR__ast_A_ti/D_TI_A000EDC"; + +static const ALIGN_ASSET(2) char D_TI_A001A70[] = "__OTR__ast_A_ti/D_TI_A001A70"; + +static const ALIGN_ASSET(2) char D_TI_A001BE0[] = "__OTR__ast_A_ti/D_TI_A001BE0"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_1D08[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_1D08"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_1D58[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_1D58"; + +static const ALIGN_ASSET(2) char D_TI_A001DB0[] = "__OTR__ast_A_ti/D_TI_A001DB0"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_1E50[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_1E50"; + +static const ALIGN_ASSET(2) char D_TI_A001EC0[] = "__OTR__ast_A_ti/D_TI_A001EC0"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_1F60[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_1F60"; + +static const ALIGN_ASSET(2) char D_TI_A001FA0[] = "__OTR__ast_A_ti/D_TI_A001FA0"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_20C8[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_20C8"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_2118[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_2118"; + +static const ALIGN_ASSET(2) char D_TI_A002170[] = "__OTR__ast_A_ti/D_TI_A002170"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_2298[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_2298"; + +static const ALIGN_ASSET(2) char ast_A_ti_seg10_vtx_2308[] = "__OTR__ast_A_ti/ast_A_ti_seg10_vtx_2308"; + +static const ALIGN_ASSET(2) char D_TI_A009990[] = "__OTR__ast_A_ti/D_TI_A009990"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_allies.h b/android/app/src/main/assets/starship/include/assets/ast_allies.h new file mode 100644 index 0000000..1fd91ae --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_allies.h @@ -0,0 +1,109 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aKattMarkDL[] = "__OTR__ast_allies/aKattMarkDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_00000098[] = "__OTR__ast_allies/ast_allies_seg13_vtx_00000098"; + +static const ALIGN_ASSET(2) char D_D0000C8[] = "__OTR__ast_allies/D_D0000C8"; + +static const ALIGN_ASSET(2) char aKattMarkTex[] = "__OTR__ast_allies/aKattMarkTex"; + +static const ALIGN_ASSET(2) char aKattMarkTLUT[] = "__OTR__ast_allies/aKattMarkTLUT"; + +static const ALIGN_ASSET(2) char D_D000170[] = "__OTR__ast_allies/D_D000170"; + +static const ALIGN_ASSET(2) char D_D001090[] = "__OTR__ast_allies/D_D001090"; + +static const ALIGN_ASSET(2) char D_D001FB0[] = "__OTR__ast_allies/D_D001FB0"; + +static const ALIGN_ASSET(2) char D_D002ED0[] = "__OTR__ast_allies/D_D002ED0"; + +static const ALIGN_ASSET(2) char D_D003DF0[] = "__OTR__ast_allies/D_D003DF0"; + +static const ALIGN_ASSET(2) char D_D004D10[] = "__OTR__ast_allies/D_D004D10"; + +static const ALIGN_ASSET(2) char D_D005C30[] = "__OTR__ast_allies/D_D005C30"; + +static const ALIGN_ASSET(2) char D_D006B50[] = "__OTR__ast_allies/D_D006B50"; + +static const ALIGN_ASSET(2) char D_D007A70[] = "__OTR__ast_allies/D_D007A70"; + +static const ALIGN_ASSET(2) char D_D008990[] = "__OTR__ast_allies/D_D008990"; + +static const ALIGN_ASSET(2) char aKattRadarMarkDL[] = "__OTR__ast_allies/aKattRadarMarkDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_9908[] = "__OTR__ast_allies/ast_allies_seg13_vtx_9908"; + +static const ALIGN_ASSET(2) char aKattRadarMarkTex[] = "__OTR__ast_allies/aKattRadarMarkTex"; + +static const ALIGN_ASSET(2) char aKattShipDL[] = "__OTR__ast_allies/aKattShipDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_9C58[] = "__OTR__ast_allies/ast_allies_seg13_vtx_9C58"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_9E58[] = "__OTR__ast_allies/ast_allies_seg13_vtx_9E58"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_9EE8[] = "__OTR__ast_allies/ast_allies_seg13_vtx_9EE8"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_9F48[] = "__OTR__ast_allies/ast_allies_seg13_vtx_9F48"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_A148[] = "__OTR__ast_allies/ast_allies_seg13_vtx_A148"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_A1A8[] = "__OTR__ast_allies/ast_allies_seg13_vtx_A1A8"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_A368[] = "__OTR__ast_allies/ast_allies_seg13_vtx_A368"; + +static const ALIGN_ASSET(2) char D_D00A3B8[] = "__OTR__ast_allies/D_D00A3B8"; + +static const ALIGN_ASSET(2) char D_D00ABB8[] = "__OTR__ast_allies/D_D00ABB8"; + +static const ALIGN_ASSET(2) char D_D00ADB8[] = "__OTR__ast_allies/D_D00ADB8"; + +static const ALIGN_ASSET(2) char D_D00AFB8[] = "__OTR__ast_allies/D_D00AFB8"; + +static const ALIGN_ASSET(2) char D_D00B3B8[] = "__OTR__ast_allies/D_D00B3B8"; + +static const ALIGN_ASSET(2) char aBillMarkDL[] = "__OTR__ast_allies/aBillMarkDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_B658[] = "__OTR__ast_allies/ast_allies_seg13_vtx_B658"; + +static const ALIGN_ASSET(2) char aBillMarkTex[] = "__OTR__ast_allies/aBillMarkTex"; + +static const ALIGN_ASSET(2) char aBillMarkTLUT[] = "__OTR__ast_allies/aBillMarkTLUT"; + +static const ALIGN_ASSET(2) char aJamesMarkDL[] = "__OTR__ast_allies/aJamesMarkDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_B7C0[] = "__OTR__ast_allies/ast_allies_seg13_vtx_B7C0"; + +static const ALIGN_ASSET(2) char aJamesMarkTex[] = "__OTR__ast_allies/aJamesMarkTex"; + +static const ALIGN_ASSET(2) char aJamesMarkTLUT[] = "__OTR__ast_allies/aJamesMarkTLUT"; + +static const ALIGN_ASSET(2) char aBillShipDL[] = "__OTR__ast_allies/aBillShipDL"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_BB70[] = "__OTR__ast_allies/ast_allies_seg13_vtx_BB70"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_BD60[] = "__OTR__ast_allies/ast_allies_seg13_vtx_BD60"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_BE20[] = "__OTR__ast_allies/ast_allies_seg13_vtx_BE20"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_BE70[] = "__OTR__ast_allies/ast_allies_seg13_vtx_BE70"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_BFB0[] = "__OTR__ast_allies/ast_allies_seg13_vtx_BFB0"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_C030[] = "__OTR__ast_allies/ast_allies_seg13_vtx_C030"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_C230[] = "__OTR__ast_allies/ast_allies_seg13_vtx_C230"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_C3D0[] = "__OTR__ast_allies/ast_allies_seg13_vtx_C3D0"; + +static const ALIGN_ASSET(2) char ast_allies_seg13_vtx_C410[] = "__OTR__ast_allies/ast_allies_seg13_vtx_C410"; + +static const ALIGN_ASSET(2) char D_D00C470[] = "__OTR__ast_allies/D_D00C470"; + +static const ALIGN_ASSET(2) char D_D00C670[] = "__OTR__ast_allies/D_D00C670"; + +static const ALIGN_ASSET(2) char D_D00C870[] = "__OTR__ast_allies/D_D00C870"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_andross.h b/android/app/src/main/assets/starship/include/assets/ast_andross.h new file mode 100644 index 0000000..c496134 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_andross.h @@ -0,0 +1,452 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char D_ANDROSS_C000000[] = "__OTR__ast_andross/D_ANDROSS_C000000"; + +static const ALIGN_ASSET(2) char aAndTitleCardTex[] = "__OTR__ast_andross/aAndTitleCardTex"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C001880[] = "__OTR__ast_andross/D_ANDROSS_C001880"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_18E8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_18E8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0019E8[] = "__OTR__ast_andross/D_ANDROSS_C0019E8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C00208C[] = "__OTR__ast_andross/D_ANDROSS_C00208C"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C002654[] = "__OTR__ast_andross/D_ANDROSS_C002654"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C002B08[] = "__OTR__ast_andross/D_ANDROSS_C002B08"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C002B20[] = "__OTR__ast_andross/D_ANDROSS_C002B20"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_2C40[] = "__OTR__ast_andross/ast_andross_seg12_vtx_2C40"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_2D00[] = "__OTR__ast_andross/ast_andross_seg12_vtx_2D00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_2DC0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_2DC0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C002F00[] = "__OTR__ast_andross/D_ANDROSS_C002F00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_3000[] = "__OTR__ast_andross/ast_andross_seg12_vtx_3000"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_3040[] = "__OTR__ast_andross/ast_andross_seg12_vtx_3040"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_3080[] = "__OTR__ast_andross/ast_andross_seg12_vtx_3080"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0031D0[] = "__OTR__ast_andross/D_ANDROSS_C0031D0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0039D0[] = "__OTR__ast_andross/D_ANDROSS_C0039D0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0041D0[] = "__OTR__ast_andross/D_ANDROSS_C0041D0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0043D0[] = "__OTR__ast_andross/D_ANDROSS_C0043D0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_44D8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_44D8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C004658[] = "__OTR__ast_andross/D_ANDROSS_C004658"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C004860[] = "__OTR__ast_andross/D_ANDROSS_C004860"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_4978[] = "__OTR__ast_andross/ast_andross_seg12_vtx_4978"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_4B78[] = "__OTR__ast_andross/ast_andross_seg12_vtx_4B78"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_4BE8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_4BE8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C006F08[] = "__OTR__ast_andross/D_ANDROSS_C006F08"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_6F20[] = "__OTR__ast_andross/ast_andross_seg12_gfx_6F20"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7250[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7250"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_73F0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_73F0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7460[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7460"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_74C0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_74C0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_76C0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_76C0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_78A0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_78A0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7A80[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7A80"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7C70[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7C70"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7E00[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7E00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_7F30[] = "__OTR__ast_andross/ast_andross_seg12_vtx_7F30"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C007FC0[] = "__OTR__ast_andross/D_ANDROSS_C007FC0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0087C0[] = "__OTR__ast_andross/D_ANDROSS_C0087C0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C00DE48[] = "__OTR__ast_andross/D_ANDROSS_C00DE48"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C00E598[] = "__OTR__ast_andross/D_ANDROSS_C00E598"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_E5B0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_E5B0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_E8A8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_E8A8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_E8E8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_E8E8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_E9F8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_E9F8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_EBF8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_EBF8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_ED68[] = "__OTR__ast_andross/ast_andross_seg12_vtx_ED68"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_EDE8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_EDE8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_EF68[] = "__OTR__ast_andross/ast_andross_seg12_vtx_EF68"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_F098[] = "__OTR__ast_andross/ast_andross_seg12_vtx_F098"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C00F108[] = "__OTR__ast_andross/D_ANDROSS_C00F108"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C010108[] = "__OTR__ast_andross/D_ANDROSS_C010108"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C010188[] = "__OTR__ast_andross/D_ANDROSS_C010188"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C010988[] = "__OTR__ast_andross/D_ANDROSS_C010988"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C011988[] = "__OTR__ast_andross/D_ANDROSS_C011988"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C012188[] = "__OTR__ast_andross/D_ANDROSS_C012188"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C012988[] = "__OTR__ast_andross/D_ANDROSS_C012988"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_13190[] = "__OTR__ast_andross/ast_andross_seg12_gfx_13190"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_13308[] = "__OTR__ast_andross/ast_andross_seg12_vtx_13308"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_13508[] = "__OTR__ast_andross/ast_andross_seg12_vtx_13508"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_13578[] = "__OTR__ast_andross/ast_andross_seg12_vtx_13578"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_136F8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_136F8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C013738[] = "__OTR__ast_andross/D_ANDROSS_C013738"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C013F38[] = "__OTR__ast_andross/D_ANDROSS_C013F38"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C014738[] = "__OTR__ast_andross/D_ANDROSS_C014738"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C015740[] = "__OTR__ast_andross/D_ANDROSS_C015740"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15848[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15848"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_159D0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_159D0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15AD0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15AD0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15B50[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15B50"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15B90[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15B90"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_15C00[] = "__OTR__ast_andross/ast_andross_seg12_gfx_15C00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15D00[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15D00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15DA0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15DA0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15DE0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15DE0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_15E50[] = "__OTR__ast_andross/ast_andross_seg12_gfx_15E50"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_15F10[] = "__OTR__ast_andross/ast_andross_seg12_vtx_15F10"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C016100[] = "__OTR__ast_andross/D_ANDROSS_C016100"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C017050[] = "__OTR__ast_andross/D_ANDROSS_C017050"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C017430[] = "__OTR__ast_andross/D_ANDROSS_C017430"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C017440[] = "__OTR__ast_andross/D_ANDROSS_C017440"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C017598[] = "__OTR__ast_andross/D_ANDROSS_C017598"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0177B8[] = "__OTR__ast_andross/D_ANDROSS_C0177B8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C018BC4[] = "__OTR__ast_andross/D_ANDROSS_C018BC4"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_18BD0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_18BD0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_18CE8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_18CE8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_18ED8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_18ED8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C01C490[] = "__OTR__ast_andross/D_ANDROSS_C01C490"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C01CC3C[] = "__OTR__ast_andross/D_ANDROSS_C01CC3C"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1CD40[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1CD40"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1CE50[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1CE50"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1D050[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1D050"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1D150[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1D150"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1D248[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1D248"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1D450[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1D450"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1D548[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1D548"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1D750[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1D750"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1D870[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1D870"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1DA60[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1DA60"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1DB80[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1DB80"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1DC78[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1DC78"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1DE80[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1DE80"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1DFA8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1DFA8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1E1A8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1E1A8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1E2C0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1E2C0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1E3B8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1E3B8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1E5C0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1E5C0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1E6C8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1E6C8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1E8D0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1E8D0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1E9C8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1E9C8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1EBD0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1EBD0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1ED78[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1ED78"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1EF78[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1EF78"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1F158[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1F158"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1F2E0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1F2E0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1F3F0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1F3F0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1F5F0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1F5F0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1F750[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1F750"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1F848[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1F848"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1FA20[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1FA20"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1FB38[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1FB38"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1FD38[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1FD38"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_1FE60[] = "__OTR__ast_andross/ast_andross_seg12_gfx_1FE60"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_1FF58[] = "__OTR__ast_andross/ast_andross_seg12_vtx_1FF58"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C020128[] = "__OTR__ast_andross/D_ANDROSS_C020128"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_20930[] = "__OTR__ast_andross/ast_andross_seg12_gfx_20930"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_20A40[] = "__OTR__ast_andross/ast_andross_seg12_vtx_20A40"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_20C30[] = "__OTR__ast_andross/ast_andross_seg12_vtx_20C30"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_20E00[] = "__OTR__ast_andross/ast_andross_seg12_gfx_20E00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_20EF8[] = "__OTR__ast_andross/ast_andross_seg12_vtx_20EF8"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_21100[] = "__OTR__ast_andross/ast_andross_seg12_gfx_21100"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_21210[] = "__OTR__ast_andross/ast_andross_seg12_vtx_21210"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_21400[] = "__OTR__ast_andross/ast_andross_seg12_vtx_21400"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_215A0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_215A0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_21698[] = "__OTR__ast_andross/ast_andross_seg12_vtx_21698"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_218A0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_218A0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_219A0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_219A0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_21BA0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_21BA0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_21C98[] = "__OTR__ast_andross/ast_andross_seg12_vtx_21C98"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_21EA0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_21EA0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22040[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22040"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22240[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22240"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22430[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22430"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C022520[] = "__OTR__ast_andross/D_ANDROSS_C022520"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22640[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22640"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22820[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22820"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_22970[] = "__OTR__ast_andross/ast_andross_seg12_vtx_22970"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C022A10[] = "__OTR__ast_andross/D_ANDROSS_C022A10"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C022A90[] = "__OTR__ast_andross/D_ANDROSS_C022A90"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C023B54[] = "__OTR__ast_andross/D_ANDROSS_C023B54"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0240D0[] = "__OTR__ast_andross/D_ANDROSS_C0240D0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C025C00[] = "__OTR__ast_andross/D_ANDROSS_C025C00"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_25C10[] = "__OTR__ast_andross/ast_andross_seg12_gfx_25C10"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_25D88[] = "__OTR__ast_andross/ast_andross_seg12_vtx_25D88"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_25F78[] = "__OTR__ast_andross/ast_andross_seg12_vtx_25F78"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26028[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26028"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26158[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26158"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_261A0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_261A0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_263B0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_263B0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26430[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26430"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26630[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26630"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_267B0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_267B0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26870[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26870"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_268F0[] = "__OTR__ast_andross/ast_andross_seg12_vtx_268F0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_26950[] = "__OTR__ast_andross/ast_andross_seg12_gfx_26950"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26A68[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26A68"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26C68[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26C68"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_26E58[] = "__OTR__ast_andross/ast_andross_seg12_vtx_26E58"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C029F74[] = "__OTR__ast_andross/D_ANDROSS_C029F74"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C02E494[] = "__OTR__ast_andross/D_ANDROSS_C02E494"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C02EDA0[] = "__OTR__ast_andross/D_ANDROSS_C02EDA0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C02F634[] = "__OTR__ast_andross/D_ANDROSS_C02F634"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C030244[] = "__OTR__ast_andross/D_ANDROSS_C030244"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C033780[] = "__OTR__ast_andross/D_ANDROSS_C033780"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C033D98[] = "__OTR__ast_andross/D_ANDROSS_C033D98"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_33DB0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_33DB0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_33E88[] = "__OTR__ast_andross/ast_andross_seg12_vtx_33E88"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34088[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34088"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_340C0[] = "__OTR__ast_andross/ast_andross_seg12_gfx_340C0"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34198[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34198"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34398[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34398"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_34590[] = "__OTR__ast_andross/ast_andross_seg12_gfx_34590"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34668[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34668"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34868[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34868"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_gfx_34A50[] = "__OTR__ast_andross/ast_andross_seg12_gfx_34A50"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34B68[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34B68"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34D58[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34D58"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_34F58[] = "__OTR__ast_andross/ast_andross_seg12_vtx_34F58"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C035110[] = "__OTR__ast_andross/D_ANDROSS_C035110"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C035154[] = "__OTR__ast_andross/D_ANDROSS_C035154"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0356A4[] = "__OTR__ast_andross/D_ANDROSS_C0356A4"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0356CC[] = "__OTR__ast_andross/D_ANDROSS_C0356CC"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C036310[] = "__OTR__ast_andross/D_ANDROSS_C036310"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C036B6C[] = "__OTR__ast_andross/D_ANDROSS_C036B6C"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C03733C[] = "__OTR__ast_andross/D_ANDROSS_C03733C"; + +static const char D_ANDROSS_C037E3C[] = "__OTR__ast_andross/D_ANDROSS_C037E3C"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C037FCC[] = "__OTR__ast_andross/D_ANDROSS_C037FCC"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0380C0[] = "__OTR__ast_andross/D_ANDROSS_C0380C0"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0381B4[] = "__OTR__ast_andross/D_ANDROSS_C0381B4"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C0382A8[] = "__OTR__ast_andross/D_ANDROSS_C0382A8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C03839C[] = "__OTR__ast_andross/D_ANDROSS_C03839C"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038490[] = "__OTR__ast_andross/D_ANDROSS_C038490"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038584[] = "__OTR__ast_andross/D_ANDROSS_C038584"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038678[] = "__OTR__ast_andross/D_ANDROSS_C038678"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C03876C[] = "__OTR__ast_andross/D_ANDROSS_C03876C"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038860[] = "__OTR__ast_andross/D_ANDROSS_C038860"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038954[] = "__OTR__ast_andross/D_ANDROSS_C038954"; + +static const ALIGN_ASSET(2) char aAndDoorHitbox[] = "__OTR__ast_andross/aAndDoorHitbox"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038AC4[] = "__OTR__ast_andross/D_ANDROSS_C038AC4"; + +static const ALIGN_ASSET(2) char aAndPathHitbox[] = "__OTR__ast_andross/aAndPathHitbox"; + +static const ALIGN_ASSET(2) char aAndPathIntersectionHitbox[] = "__OTR__ast_andross/aAndPathIntersectionHitbox"; + +static const ALIGN_ASSET(2) char aAndPassageHitbox[] = "__OTR__ast_andross/aAndPassageHitbox"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038CCC[] = "__OTR__ast_andross/D_ANDROSS_C038CCC"; + +static const ALIGN_ASSET(2) char aAndAndrossHitbox[] = "__OTR__ast_andross/aAndAndrossHitbox"; + +static const ALIGN_ASSET(2) char aAndBrainHitbox[] = "__OTR__ast_andross/aAndBrainHitbox"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C038FE8[] = "__OTR__ast_andross/D_ANDROSS_C038FE8"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C039208[] = "__OTR__ast_andross/D_ANDROSS_C039208"; + +static const ALIGN_ASSET(2) char ast_andross_seg12_vtx_39260[] = "__OTR__ast_andross/ast_andross_seg12_vtx_39260"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C039290[] = "__OTR__ast_andross/D_ANDROSS_C039290"; + +static const ALIGN_ASSET(2) char D_ANDROSS_C03A290[] = "__OTR__ast_andross/D_ANDROSS_C03A290"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_aquas.h b/android/app/src/main/assets/starship/include/assets/ast_aquas.h new file mode 100644 index 0000000..c741946 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_aquas.h @@ -0,0 +1,1058 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aAqTitleCardTex[] = "__OTR__ast_aquas/aAqTitleCardTex"; + +static const ALIGN_ASSET(2) char aAqSquidAnim[] = "__OTR__ast_aquas/aAqSquidAnim"; + +static const ALIGN_ASSET(2) char aAqSquidSkel[] = "__OTR__ast_aquas/aAqSquidSkel"; + +static const ALIGN_ASSET(2) char aAqShellDL[] = "__OTR__ast_aquas/aAqShellDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_EB0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_EB0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_10A0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_10A0"; + +static const ALIGN_ASSET(2) char D_AQ_6001130[] = "__OTR__ast_aquas/D_AQ_6001130"; + +static const ALIGN_ASSET(2) char aAqAnglerFishAnim[] = "__OTR__ast_aquas/aAqAnglerFishAnim"; + +static const ALIGN_ASSET(2) char aAqAnglerFishSkel[] = "__OTR__ast_aquas/aAqAnglerFishSkel"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_28C0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_28C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2A38[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2A38"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2A98[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2A98"; + +static const ALIGN_ASSET(2) char aAqOysterDL[] = "__OTR__ast_aquas/aAqOysterDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2CC8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2CC8"; + +static const ALIGN_ASSET(2) char D_AQ_6002D58[] = "__OTR__ast_aquas/D_AQ_6002D58"; + +static const ALIGN_ASSET(2) char D_AQ_6003158[] = "__OTR__ast_aquas/D_AQ_6003158"; + +static const ALIGN_ASSET(2) char D_AQ_6003350[] = "__OTR__ast_aquas/D_AQ_6003350"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_3430[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_3430"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_3590[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_3590"; + +static const ALIGN_ASSET(2) char D_AQ_6003610[] = "__OTR__ast_aquas/D_AQ_6003610"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_3E10[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_3E10"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_3E80[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_3E80"; + +static const ALIGN_ASSET(2) char D_AQ_6003FF0[] = "__OTR__ast_aquas/D_AQ_6003FF0"; + +static const ALIGN_ASSET(2) char D_AQ_60040F0[] = "__OTR__ast_aquas/D_AQ_60040F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_41D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_41D0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_4330[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_4330"; + +static const ALIGN_ASSET(2) char D_AQ_60043B0[] = "__OTR__ast_aquas/D_AQ_60043B0"; + +static const ALIGN_ASSET(2) char D_AQ_6004BB0[] = "__OTR__ast_aquas/D_AQ_6004BB0"; + +static const ALIGN_ASSET(2) char D_AQ_6004DB0[] = "__OTR__ast_aquas/D_AQ_6004DB0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_4E90[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_4E90"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_4FF0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_4FF0"; + +static const ALIGN_ASSET(2) char D_AQ_60050F0[] = "__OTR__ast_aquas/D_AQ_60050F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_51A0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_51A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_5230[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_5230"; + +static const ALIGN_ASSET(2) char aAqSculpinAnim[] = "__OTR__ast_aquas/aAqSculpinAnim"; + +static const ALIGN_ASSET(2) char aAqSculpinSkel[] = "__OTR__ast_aquas/aAqSculpinSkel"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_5AB0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_5AB0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_5C00[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_5C00"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_5C60[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_5C60"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_5CE0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_5CE0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_5ED0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_5ED0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_60D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_60D0"; + +static const ALIGN_ASSET(2) char D_AQ_6006160[] = "__OTR__ast_aquas/D_AQ_6006160"; + +static const ALIGN_ASSET(2) char D_AQ_6006960[] = "__OTR__ast_aquas/D_AQ_6006960"; + +static const ALIGN_ASSET(2) char D_AQ_6007160[] = "__OTR__ast_aquas/D_AQ_6007160"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_71D8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_71D8"; + +static const ALIGN_ASSET(2) char D_AQ_6007378[] = "__OTR__ast_aquas/D_AQ_6007378"; + +static const ALIGN_ASSET(2) char D_AQ_6007B80[] = "__OTR__ast_aquas/D_AQ_6007B80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_7C08[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_7C08"; + +static const ALIGN_ASSET(2) char D_AQ_6007D70[] = "__OTR__ast_aquas/D_AQ_6007D70"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_7E28[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_7E28"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_7EA8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_7EA8"; + +static const ALIGN_ASSET(2) char D_AQ_6007F68[] = "__OTR__ast_aquas/D_AQ_6007F68"; + +static const ALIGN_ASSET(2) char D_AQ_6008168[] = "__OTR__ast_aquas/D_AQ_6008168"; + +static const ALIGN_ASSET(2) char aAqStarfishDL[] = "__OTR__ast_aquas/aAqStarfishDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_8AE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_8AE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_8CE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_8CE8"; + +static const ALIGN_ASSET(2) char D_AQ_6008EC8[] = "__OTR__ast_aquas/D_AQ_6008EC8"; + +static const ALIGN_ASSET(2) char D_AQ_6008FC8[] = "__OTR__ast_aquas/D_AQ_6008FC8"; + +static const ALIGN_ASSET(2) char D_AQ_6009188[] = "__OTR__ast_aquas/D_AQ_6009188"; + +static const ALIGN_ASSET(2) char D_AQ_6009990[] = "__OTR__ast_aquas/D_AQ_6009990"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_9A78[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_9A78"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_9B48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_9B48"; + +static const ALIGN_ASSET(2) char D_AQ_6009C28[] = "__OTR__ast_aquas/D_AQ_6009C28"; + +static const ALIGN_ASSET(2) char D_AQ_600A028[] = "__OTR__ast_aquas/D_AQ_600A028"; + +static const ALIGN_ASSET(2) char D_AQ_600A220[] = "__OTR__ast_aquas/D_AQ_600A220"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A298[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A298"; + +static const ALIGN_ASSET(2) char D_AQ_600A480[] = "__OTR__ast_aquas/D_AQ_600A480"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A4D8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A4D8"; + +static const ALIGN_ASSET(2) char D_AQ_600A520[] = "__OTR__ast_aquas/D_AQ_600A520"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A5D8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A5D8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A658[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A658"; + +static const ALIGN_ASSET(2) char D_AQ_600A720[] = "__OTR__ast_aquas/D_AQ_600A720"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A798[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A798"; + +static const ALIGN_ASSET(2) char D_AQ_600A840[] = "__OTR__ast_aquas/D_AQ_600A840"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A898[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A898"; + +static const ALIGN_ASSET(2) char D_AQ_600A8E0[] = "__OTR__ast_aquas/D_AQ_600A8E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_A938[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_A938"; + +static const ALIGN_ASSET(2) char D_AQ_600A970[] = "__OTR__ast_aquas/D_AQ_600A970"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_AA20[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_AA20"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_AA80[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_AA80"; + +static const ALIGN_ASSET(2) char D_AQ_600AB10[] = "__OTR__ast_aquas/D_AQ_600AB10"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_AB28[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_AB28"; + +static const ALIGN_ASSET(2) char D_AQ_600AB68[] = "__OTR__ast_aquas/D_AQ_600AB68"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_B370[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_B370"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_B3C8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_B3C8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_B400[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_B400"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_B488[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_B488"; + +static const ALIGN_ASSET(2) char D_AQ_600B518[] = "__OTR__ast_aquas/D_AQ_600B518"; + +static const ALIGN_ASSET(2) char D_AQ_600BD20[] = "__OTR__ast_aquas/D_AQ_600BD20"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_BD80[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_BD80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_BE40[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_BE40"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_BEA0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_BEA0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_BEF0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_BEF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_BF48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_BF48"; + +static const ALIGN_ASSET(2) char aAqTunnel2DL[] = "__OTR__ast_aquas/aAqTunnel2DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_C1D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_C1D0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_C200[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_C200"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_C2E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_C2E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_C380[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_C380"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_C450[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_C450"; + +static const ALIGN_ASSET(2) char D_AQ_600C530[] = "__OTR__ast_aquas/D_AQ_600C530"; + +static const ALIGN_ASSET(2) char D_AQ_600C930[] = "__OTR__ast_aquas/D_AQ_600C930"; + +static const ALIGN_ASSET(2) char D_AQ_600CB20[] = "__OTR__ast_aquas/D_AQ_600CB20"; + +static const ALIGN_ASSET(2) char D_AQ_600CF20[] = "__OTR__ast_aquas/D_AQ_600CF20"; + +static const ALIGN_ASSET(2) char D_AQ_600CFF0[] = "__OTR__ast_aquas/D_AQ_600CFF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D0D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D0D0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D170[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D170"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D360[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D360"; + +static const ALIGN_ASSET(2) char D_AQ_600D390[] = "__OTR__ast_aquas/D_AQ_600D390"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D3F0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D3F0"; + +static const ALIGN_ASSET(2) char D_AQ_600D4A0[] = "__OTR__ast_aquas/D_AQ_600D4A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D550[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D550"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D5E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D5E0"; + +static const ALIGN_ASSET(2) char D_AQ_600D720[] = "__OTR__ast_aquas/D_AQ_600D720"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D780[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D780"; + +static const ALIGN_ASSET(2) char D_AQ_600D810[] = "__OTR__ast_aquas/D_AQ_600D810"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D870[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D870"; + +static const ALIGN_ASSET(2) char D_AQ_600D900[] = "__OTR__ast_aquas/D_AQ_600D900"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_D9A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_D9A8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DA68[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DA68"; + +static const ALIGN_ASSET(2) char D_AQ_600DB80[] = "__OTR__ast_aquas/D_AQ_600DB80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DDC8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DDC8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DDF8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DDF8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DE28[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DE28"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DE58[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DE58"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DE88[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DE88"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DEB8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DEB8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DEE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DEE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_DF18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_DF18"; + +static const ALIGN_ASSET(2) char D_AQ_600DF48[] = "__OTR__ast_aquas/D_AQ_600DF48"; + +static const ALIGN_ASSET(2) char D_AQ_600E150[] = "__OTR__ast_aquas/D_AQ_600E150"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_E1C0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_E1C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_E2E0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_E2E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_E338[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_E338"; + +static const ALIGN_ASSET(2) char D_AQ_600E368[] = "__OTR__ast_aquas/D_AQ_600E368"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_EB70[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_EB70"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_EBC8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_EBC8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_EC00[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_EC00"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_EC60[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_EC60"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_ECB0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_ECB0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_ED38[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_ED38"; + +static const ALIGN_ASSET(2) char aAqWall1DL[] = "__OTR__ast_aquas/aAqWall1DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_EEA8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_EEA8"; + +static const ALIGN_ASSET(2) char aAqBump2DL[] = "__OTR__ast_aquas/aAqBump2DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_EFA0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_EFA0"; + +static const ALIGN_ASSET(2) char D_AQ_600F030[] = "__OTR__ast_aquas/D_AQ_600F030"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_F0A0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_F0A0"; + +static const ALIGN_ASSET(2) char D_AQ_600F1A0[] = "__OTR__ast_aquas/D_AQ_600F1A0"; + +static const ALIGN_ASSET(2) char D_AQ_600F9A0[] = "__OTR__ast_aquas/D_AQ_600F9A0"; + +static const ALIGN_ASSET(2) char D_AQ_60101A0[] = "__OTR__ast_aquas/D_AQ_60101A0"; + +static const ALIGN_ASSET(2) char D_AQ_60109A0[] = "__OTR__ast_aquas/D_AQ_60109A0"; + +static const ALIGN_ASSET(2) char D_AQ_60111A0[] = "__OTR__ast_aquas/D_AQ_60111A0"; + +static const ALIGN_ASSET(2) char D_AQ_60119A0[] = "__OTR__ast_aquas/D_AQ_60119A0"; + +static const ALIGN_ASSET(2) char D_AQ_6011A78[] = "__OTR__ast_aquas/D_AQ_6011A78"; + +static const ALIGN_ASSET(2) char D_AQ_6011CD8[] = "__OTR__ast_aquas/D_AQ_6011CD8"; + +static const ALIGN_ASSET(2) char aAqTunnel1DL[] = "__OTR__ast_aquas/aAqTunnel1DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_11FB0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_11FB0"; + +static const ALIGN_ASSET(2) char aAqRoofDL[] = "__OTR__ast_aquas/aAqRoofDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12358[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12358"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12428[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12428"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12508[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12508"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12548[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12548"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12568[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12568"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12618[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12618"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_12668[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_12668"; + +static const ALIGN_ASSET(2) char D_AQ_60126A8[] = "__OTR__ast_aquas/D_AQ_60126A8"; + +static const ALIGN_ASSET(2) char D_AQ_6012AA8[] = "__OTR__ast_aquas/D_AQ_6012AA8"; + +static const ALIGN_ASSET(2) char D_AQ_6012C98[] = "__OTR__ast_aquas/D_AQ_6012C98"; + +static const ALIGN_ASSET(2) char D_AQ_6012D98[] = "__OTR__ast_aquas/D_AQ_6012D98"; + +static const ALIGN_ASSET(2) char D_AQ_6012EA8[] = "__OTR__ast_aquas/D_AQ_6012EA8"; + +static const ALIGN_ASSET(2) char D_AQ_60132A8[] = "__OTR__ast_aquas/D_AQ_60132A8"; + +static const ALIGN_ASSET(2) char aAqFishGroupAnim[] = "__OTR__ast_aquas/aAqFishGroupAnim"; + +static const ALIGN_ASSET(2) char aAqFishGroupSkel1[] = "__OTR__ast_aquas/aAqFishGroupSkel1"; + +static const ALIGN_ASSET(2) char aAqFishGroupSkel2[] = "__OTR__ast_aquas/aAqFishGroupSkel2"; + +static const ALIGN_ASSET(2) char D_AQ_60137F0[] = "__OTR__ast_aquas/D_AQ_60137F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_13960[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_13960"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_13AE0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_13AE0"; + +static const ALIGN_ASSET(2) char D_AQ_6013CC0[] = "__OTR__ast_aquas/D_AQ_6013CC0"; + +static const ALIGN_ASSET(2) char D_AQ_6013EC0[] = "__OTR__ast_aquas/D_AQ_6013EC0"; + +static const ALIGN_ASSET(2) char D_AQ_6014030[] = "__OTR__ast_aquas/D_AQ_6014030"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14180[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14180"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_142C0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_142C0"; + +static const ALIGN_ASSET(2) char aAqStoneColumnAnim[] = "__OTR__ast_aquas/aAqStoneColumnAnim"; + +static const ALIGN_ASSET(2) char aAqStoneColumnSkel[] = "__OTR__ast_aquas/aAqStoneColumnSkel"; + +static const ALIGN_ASSET(2) char D_AQ_6014520[] = "__OTR__ast_aquas/D_AQ_6014520"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14670[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14670"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14730[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14730"; + +static const ALIGN_ASSET(2) char D_AQ_60148B0[] = "__OTR__ast_aquas/D_AQ_60148B0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_149D8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_149D8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14A18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14A18"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_14B30[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_14B30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14BE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14BE8"; + +static const ALIGN_ASSET(2) char D_AQ_6014CD0[] = "__OTR__ast_aquas/D_AQ_6014CD0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14D90[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14D90"; + +static const ALIGN_ASSET(2) char D_AQ_6014E50[] = "__OTR__ast_aquas/D_AQ_6014E50"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_14F10[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_14F10"; + +static const ALIGN_ASSET(2) char aAqBoulderDL[] = "__OTR__ast_aquas/aAqBoulderDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15100[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15100"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15300[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15300"; + +static const ALIGN_ASSET(2) char D_AQ_6015430[] = "__OTR__ast_aquas/D_AQ_6015430"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_154C8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_154C8"; + +static const ALIGN_ASSET(2) char D_AQ_60154F8[] = "__OTR__ast_aquas/D_AQ_60154F8"; + +static const ALIGN_ASSET(2) char D_AQ_60155F8[] = "__OTR__ast_aquas/D_AQ_60155F8"; + +static const ALIGN_ASSET(2) char aAqArchDL[] = "__OTR__ast_aquas/aAqArchDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15838[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15838"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15A28[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15A28"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_15B30[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_15B30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15BE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15BE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_15C80[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_15C80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15D38[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15D38"; + +static const ALIGN_ASSET(2) char D_AQ_6015DD0[] = "__OTR__ast_aquas/D_AQ_6015DD0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15EF8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15EF8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_15F88[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_15F88"; + +static const ALIGN_ASSET(2) char D_AQ_6015FF0[] = "__OTR__ast_aquas/D_AQ_6015FF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_161A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_161A8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_163A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_163A8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_164E8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_164E8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_16540[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_16540"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_16640[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_16640"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_16790[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_16790"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_16890[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_16890"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_169E0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_169E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_16AE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_16AE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_16C00[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_16C00"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_16D78[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_16D78"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_16E38[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_16E38"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_16F40[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_16F40"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17080[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17080"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17110[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17110"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_171A0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_171A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17458[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17458"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_175C8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_175C8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_177A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_177A8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17988[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17988"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17B78[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17B78"; + +static const ALIGN_ASSET(2) char D_AQ_6017BD8[] = "__OTR__ast_aquas/D_AQ_6017BD8"; + +static const ALIGN_ASSET(2) char D_AQ_6017CD8[] = "__OTR__ast_aquas/D_AQ_6017CD8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_17D60[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_17D60"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_17F70[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_17F70"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_180F0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_180F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_182E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_182E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_184E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_184E0"; + +static const ALIGN_ASSET(2) char D_AQ_6018640[] = "__OTR__ast_aquas/D_AQ_6018640"; + +static const ALIGN_ASSET(2) char D_AQ_6018878[] = "__OTR__ast_aquas/D_AQ_6018878"; + +static const ALIGN_ASSET(2) char D_AQ_6018C78[] = "__OTR__ast_aquas/D_AQ_6018C78"; + +static const ALIGN_ASSET(2) char D_AQ_6019078[] = "__OTR__ast_aquas/D_AQ_6019078"; + +static const ALIGN_ASSET(2) char D_AQ_6019238[] = "__OTR__ast_aquas/D_AQ_6019238"; + +static const ALIGN_ASSET(2) char D_AQ_6019338[] = "__OTR__ast_aquas/D_AQ_6019338"; + +static const ALIGN_ASSET(2) char D_AQ_60194D0[] = "__OTR__ast_aquas/D_AQ_60194D0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_19648[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_19648"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_19768[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_19768"; + +static const ALIGN_ASSET(2) char D_AQ_6019880[] = "__OTR__ast_aquas/D_AQ_6019880"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_199F8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_199F8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_19B18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_19B18"; + +static const ALIGN_ASSET(2) char D_AQ_6019C28[] = "__OTR__ast_aquas/D_AQ_6019C28"; + +static const ALIGN_ASSET(2) char D_AQ_6019D28[] = "__OTR__ast_aquas/D_AQ_6019D28"; + +static const ALIGN_ASSET(2) char D_AQ_6019E80[] = "__OTR__ast_aquas/D_AQ_6019E80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1A000[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1A000"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1A120[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1A120"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_1A230[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_1A230"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1A2C8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1A2C8"; + +static const ALIGN_ASSET(2) char D_AQ_601A308[] = "__OTR__ast_aquas/D_AQ_601A308"; + +static const ALIGN_ASSET(2) char D_AQ_601A708[] = "__OTR__ast_aquas/D_AQ_601A708"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_1A900[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_1A900"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1A9D8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1A9D8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_1AB30[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_1AB30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1AC80[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1AC80"; + +static const ALIGN_ASSET(2) char D_AQ_601AE70[] = "__OTR__ast_aquas/D_AQ_601AE70"; + +static const ALIGN_ASSET(2) char D_AQ_601AF70[] = "__OTR__ast_aquas/D_AQ_601AF70"; + +static const ALIGN_ASSET(2) char D_AQ_601AFF0[] = "__OTR__ast_aquas/D_AQ_601AFF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1B040[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1B040"; + +static const ALIGN_ASSET(2) char D_AQ_601B080[] = "__OTR__ast_aquas/D_AQ_601C110"; + +static const ALIGN_ASSET(2) char D_AQ_601C080[] = "__OTR__ast_aquas/D_AQ_601C080"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1C0D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1C0D0"; + +static const ALIGN_ASSET(2) char D_AQ_601C110[] = "__OTR__ast_aquas/D_AQ_601B080"; + +static const ALIGN_ASSET(2) char D_AQ_601D110[] = "__OTR__ast_aquas/D_AQ_601D110"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1D1F0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1D1F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1D3F0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1D3F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1D5E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1D5E0"; + +static const ALIGN_ASSET(2) char D_AQ_601DE50[] = "__OTR__ast_aquas/D_AQ_601DE50"; + +static const ALIGN_ASSET(2) char aAqCoralReef2DL[] = "__OTR__ast_aquas/aAqCoralReef2DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1DF30[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1DF30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1E130[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1E130"; + +static const ALIGN_ASSET(2) char D_AQ_601E1F0[] = "__OTR__ast_aquas/D_AQ_601E1F0"; + +static const ALIGN_ASSET(2) char D_AQ_601E9F0[] = "__OTR__ast_aquas/D_AQ_601E9F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1EA78[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1EA78"; + +static const ALIGN_ASSET(2) char aAqCoralAnim[] = "__OTR__ast_aquas/aAqCoralAnim"; + +static const ALIGN_ASSET(2) char aAqCoralSkel[] = "__OTR__ast_aquas/aAqCoralSkel"; + +static const ALIGN_ASSET(2) char D_AQ_601EDE0[] = "__OTR__ast_aquas/D_AQ_601EDE0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1EEB8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1EEB8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F0B8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F0B8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F2B8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F2B8"; + +static const ALIGN_ASSET(2) char D_AQ_601F2F0[] = "__OTR__ast_aquas/D_AQ_601F2F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F3C8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F3C8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F5B8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F5B8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F798[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F798"; + +static const ALIGN_ASSET(2) char D_AQ_601F830[] = "__OTR__ast_aquas/D_AQ_601F830"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1F908[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1F908"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1FAE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1FAE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1FCD8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1FCD8"; + +static const ALIGN_ASSET(2) char D_AQ_601FD70[] = "__OTR__ast_aquas/D_AQ_601FD70"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_1FE58[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_1FE58"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20048[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20048"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20248[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20248"; + +static const ALIGN_ASSET(2) char aAqSeaweedAnim[] = "__OTR__ast_aquas/aAqSeaweedAnim"; + +static const ALIGN_ASSET(2) char aAqSeaweedSkel[] = "__OTR__ast_aquas/aAqSeaweedSkel"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20CC0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20CC0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20D18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20D18"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20D50[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20D50"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20DA8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20DA8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20DF0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20DF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20E48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20E48"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20E90[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20E90"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20EE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20EE8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20F30[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20F30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_20F88[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_20F88"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_20FD0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_20FD0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_21028[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_21028"; + +static const ALIGN_ASSET(2) char D_AQ_6021058[] = "__OTR__ast_aquas/D_AQ_6021058"; + +static const ALIGN_ASSET(2) char D_AQ_6021858[] = "__OTR__ast_aquas/D_AQ_6021858"; + +static const ALIGN_ASSET(2) char D_AQ_6021C58[] = "__OTR__ast_aquas/D_AQ_6021C58"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_21E30[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_21E30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_21E90[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_21E90"; + +static const ALIGN_ASSET(2) char aAqOysterAnim[] = "__OTR__ast_aquas/aAqOysterAnim"; + +static const ALIGN_ASSET(2) char aAqOysterSkel[] = "__OTR__ast_aquas/aAqOysterSkel"; + +static const ALIGN_ASSET(2) char D_AQ_6022110[] = "__OTR__ast_aquas/D_AQ_6022110"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_22168[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_22168"; + +static const ALIGN_ASSET(2) char D_AQ_6022198[] = "__OTR__ast_aquas/D_AQ_6022198"; + +static const ALIGN_ASSET(2) char D_AQ_6022598[] = "__OTR__ast_aquas/D_AQ_6022598"; + +static const ALIGN_ASSET(2) char D_AQ_6022788[] = "__OTR__ast_aquas/D_AQ_6022788"; + +static const ALIGN_ASSET(2) char D_AQ_6022888[] = "__OTR__ast_aquas/D_AQ_6022888"; + +static const ALIGN_ASSET(2) char D_AQ_60229B8[] = "__OTR__ast_aquas/D_AQ_60229B8"; + +static const ALIGN_ASSET(2) char aAqCoralReef1DL[] = "__OTR__ast_aquas/aAqCoralReef1DL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_23290[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_23290"; + +static const ALIGN_ASSET(2) char aAqJellyfishAnim[] = "__OTR__ast_aquas/aAqJellyfishAnim"; + +static const ALIGN_ASSET(2) char aAqJellyfishSkel[] = "__OTR__ast_aquas/aAqJellyfishSkel"; + +static const ALIGN_ASSET(2) char D_AQ_6023940[] = "__OTR__ast_aquas/D_AQ_6023940"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_239F0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_239F0"; + +static const ALIGN_ASSET(2) char D_AQ_6023B80[] = "__OTR__ast_aquas/D_AQ_6023B80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_23C40[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_23C40"; + +static const ALIGN_ASSET(2) char D_AQ_6023D70[] = "__OTR__ast_aquas/D_AQ_6023D70"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_23DE8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_23DE8"; + +static const ALIGN_ASSET(2) char D_AQ_6023EB0[] = "__OTR__ast_aquas/D_AQ_6023EB0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_23F08[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_23F08"; + +static const ALIGN_ASSET(2) char D_AQ_6023F38[] = "__OTR__ast_aquas/D_AQ_6023F38"; + +static const ALIGN_ASSET(2) char D_AQ_6024738[] = "__OTR__ast_aquas/D_AQ_6024738"; + +static const ALIGN_ASSET(2) char D_AQ_6024938[] = "__OTR__ast_aquas/D_AQ_6024938"; + +static const ALIGN_ASSET(2) char D_AQ_60249C0[] = "__OTR__ast_aquas/D_AQ_60249C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_24A18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_24A18"; + +static const ALIGN_ASSET(2) char aAqPearlDL[] = "__OTR__ast_aquas/aAqPearlDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_24AA8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_24AA8"; + +static const ALIGN_ASSET(2) char D_AQ_6024F80[] = "__OTR__ast_aquas/D_AQ_6024F80"; + +static const ALIGN_ASSET(2) char aAqGaroaSkel[] = "__OTR__ast_aquas/aAqGaroaSkel"; + +static const ALIGN_ASSET(2) char aAqSpindlyFishAnim[] = "__OTR__ast_aquas/aAqSpindlyFishAnim"; + +static const ALIGN_ASSET(2) char aAqSpindlyFishSkel[] = "__OTR__ast_aquas/aAqSpindlyFishSkel"; + +static const ALIGN_ASSET(2) char D_AQ_6026460[] = "__OTR__ast_aquas/D_AQ_6026460"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26528[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26528"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_265E8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_265E8"; + +static const ALIGN_ASSET(2) char D_AQ_60266B0[] = "__OTR__ast_aquas/D_AQ_60266B0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26780[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26780"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26840[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26840"; + +static const ALIGN_ASSET(2) char D_AQ_6026950[] = "__OTR__ast_aquas/D_AQ_6026950"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26A20[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26A20"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26AE0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26AE0"; + +static const ALIGN_ASSET(2) char D_AQ_6026BF0[] = "__OTR__ast_aquas/D_AQ_6026BF0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26C48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26C48"; + +static const ALIGN_ASSET(2) char D_AQ_6026C80[] = "__OTR__ast_aquas/D_AQ_6026C80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26CD8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26CD8"; + +static const ALIGN_ASSET(2) char D_AQ_6026D10[] = "__OTR__ast_aquas/D_AQ_6026D10"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26D68[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26D68"; + +static const ALIGN_ASSET(2) char D_AQ_6026DA0[] = "__OTR__ast_aquas/D_AQ_6026DA0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26DF8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26DF8"; + +static const ALIGN_ASSET(2) char D_AQ_6026E30[] = "__OTR__ast_aquas/D_AQ_6026E30"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26E88[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26E88"; + +static const ALIGN_ASSET(2) char D_AQ_6026EC0[] = "__OTR__ast_aquas/D_AQ_6026EC0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_26F18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_26F18"; + +static const ALIGN_ASSET(2) char D_AQ_6026F60[] = "__OTR__ast_aquas/D_AQ_6026F60"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27090[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27090"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27280[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27280"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_272E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_272E0"; + +static const ALIGN_ASSET(2) char D_AQ_6027330[] = "__OTR__ast_aquas/D_AQ_6027330"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27388[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27388"; + +static const ALIGN_ASSET(2) char D_AQ_60273C0[] = "__OTR__ast_aquas/D_AQ_60273C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27418[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27418"; + +static const ALIGN_ASSET(2) char D_AQ_6027460[] = "__OTR__ast_aquas/D_AQ_6027460"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27538[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27538"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_275F8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_275F8"; + +static const ALIGN_ASSET(2) char D_AQ_60276F0[] = "__OTR__ast_aquas/D_AQ_60276F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_277A0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_277A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_277E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_277E0"; + +static const ALIGN_ASSET(2) char D_AQ_6027810[] = "__OTR__ast_aquas/D_AQ_6027810"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_278C0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_278C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27900[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27900"; + +static const ALIGN_ASSET(2) char D_AQ_6027930[] = "__OTR__ast_aquas/D_AQ_6027930"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27A18[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27A18"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27A78[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27A78"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27C58[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27C58"; + +static const ALIGN_ASSET(2) char D_AQ_6027C90[] = "__OTR__ast_aquas/D_AQ_6027C90"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27D60[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27D60"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_27E50[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_27E50"; + +static const ALIGN_ASSET(2) char D_AQ_6027FA0[] = "__OTR__ast_aquas/D_AQ_6027FA0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28068[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28068"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_281B8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_281B8"; + +static const ALIGN_ASSET(2) char D_AQ_6028240[] = "__OTR__ast_aquas/D_AQ_6028240"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28310[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28310"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28400[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28400"; + +static const ALIGN_ASSET(2) char D_AQ_6028550[] = "__OTR__ast_aquas/D_AQ_6028550"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28618[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28618"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28768[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28768"; + +static const ALIGN_ASSET(2) char D_AQ_60287F0[] = "__OTR__ast_aquas/D_AQ_60287F0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28850[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28850"; + +static const ALIGN_ASSET(2) char D_AQ_6028910[] = "__OTR__ast_aquas/D_AQ_6028910"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_289C0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_289C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28A20[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28A20"; + +static const ALIGN_ASSET(2) char D_AQ_6028A80[] = "__OTR__ast_aquas/D_AQ_6028A80"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28B48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28B48"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_28D48[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_28D48"; + +static const ALIGN_ASSET(2) char D_AQ_6028F50[] = "__OTR__ast_aquas/D_AQ_6028F50"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29000[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29000"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29090[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29090"; + +static const ALIGN_ASSET(2) char D_AQ_60290C0[] = "__OTR__ast_aquas/D_AQ_60290C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29120[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29120"; + +static const ALIGN_ASSET(2) char D_AQ_60291B0[] = "__OTR__ast_aquas/D_AQ_60291B0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29208[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29208"; + +static const ALIGN_ASSET(2) char D_AQ_6029240[] = "__OTR__ast_aquas/D_AQ_6029240"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_292A0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_292A0"; + +static const ALIGN_ASSET(2) char D_AQ_6029330[] = "__OTR__ast_aquas/D_AQ_6029330"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_293E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_293E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29470[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29470"; + +static const ALIGN_ASSET(2) char D_AQ_60294A0[] = "__OTR__ast_aquas/D_AQ_60294A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_294F8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_294F8"; + +static const ALIGN_ASSET(2) char D_AQ_6029530[] = "__OTR__ast_aquas/D_AQ_6029530"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_295E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_295E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29670[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29670"; + +static const ALIGN_ASSET(2) char D_AQ_60296A0[] = "__OTR__ast_aquas/D_AQ_60296A0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29700[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29700"; + +static const ALIGN_ASSET(2) char D_AQ_6029790[] = "__OTR__ast_aquas/D_AQ_6029790"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29840[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29840"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_298D0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_298D0"; + +static const ALIGN_ASSET(2) char D_AQ_6029900[] = "__OTR__ast_aquas/D_AQ_6029900"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_29960[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_29960"; + +static const ALIGN_ASSET(2) char D_AQ_602AC28[] = "__OTR__ast_aquas/D_AQ_602AC28"; + +static const ALIGN_ASSET(2) char D_AQ_602AC40[] = "__OTR__ast_aquas/D_AQ_602AC40"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2AC60[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2AC60"; + +static const ALIGN_ASSET(2) char D_AQ_602ACC0[] = "__OTR__ast_aquas/D_AQ_602ACC0"; + +static const ALIGN_ASSET(2) char aAqRockDL[] = "__OTR__ast_aquas/aAqRockDL"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2B590[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2B590"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2B790[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2B790"; + +static const ALIGN_ASSET(2) char D_AQ_602B9D4[] = "__OTR__ast_aquas/D_AQ_602B9D4"; + +static const ALIGN_ASSET(2) char D_AQ_602BD60[] = "__OTR__ast_aquas/D_AQ_602BD60"; + +static const ALIGN_ASSET(2) char D_AQ_602BF88[] = "__OTR__ast_aquas/D_AQ_602BF88"; + +static const ALIGN_ASSET(2) char D_AQ_602C014[] = "__OTR__ast_aquas/D_AQ_602C014"; + +static const ALIGN_ASSET(2) char D_AQ_602C030[] = "__OTR__ast_aquas/D_AQ_602C030"; + +static const ALIGN_ASSET(2) char D_AQ_602C088[] = "__OTR__ast_aquas/D_AQ_602C088"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2C0E0[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2C0E0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2C120[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2C120"; + +static const ALIGN_ASSET(2) char D_AQ_602C160[] = "__OTR__ast_aquas/D_AQ_602C160"; + +static const ALIGN_ASSET(2) char D_AQ_602C960[] = "__OTR__ast_aquas/D_AQ_602C960"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_2D160[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_2D160"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D208[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D208"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D268[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D268"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_2D2C0[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_2D2C0"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D4A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D4A8"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D528[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D528"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D728[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D728"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D828[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D828"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2D8A8[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2D8A8"; + +static const ALIGN_ASSET(2) char D_AQ_602DA28[] = "__OTR__ast_aquas/D_AQ_602DA28"; + +static const ALIGN_ASSET(2) char D_AQ_602DC28[] = "__OTR__ast_aquas/D_AQ_602DC28"; + +static const ALIGN_ASSET(2) char D_AQ_602DE28[] = "__OTR__ast_aquas/D_AQ_602DE28"; + +static const ALIGN_ASSET(2) char D_AQ_602E028[] = "__OTR__ast_aquas/D_AQ_602E028"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_gfx_2E230[] = "__OTR__ast_aquas/ast_aquas_seg6_gfx_2E230"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2E328[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2E328"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2E418[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2E418"; + +static const ALIGN_ASSET(2) char ast_aquas_seg6_vtx_2E478[] = "__OTR__ast_aquas/ast_aquas_seg6_vtx_2E478"; + +static const ALIGN_ASSET(2) char D_AQ_602E540[] = "__OTR__ast_aquas/D_AQ_602E540"; + +static const ALIGN_ASSET(2) char D_AQ_602E584[] = "__OTR__ast_aquas/D_AQ_602E584"; + +static const ALIGN_ASSET(2) char D_AQ_602E5C8[] = "__OTR__ast_aquas/D_AQ_602E5C8"; + +static const char D_AQ_60308B8[] = "__OTR__ast_aquas/D_AQ_60308B8"; + +static const ALIGN_ASSET(2) char aBoss301Hitbox[] = "__OTR__ast_aquas/aBoss301Hitbox"; + +static const ALIGN_ASSET(2) char aAqShellHitbox[] = "__OTR__ast_aquas/aAqShellHitbox"; + +static const ALIGN_ASSET(2) char aAqStarfishHitbox[] = "__OTR__ast_aquas/aAqStarfishHitbox"; + +static const ALIGN_ASSET(2) char aAqOysterEvHitbox[] = "__OTR__ast_aquas/aAqOysterEvHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_6030B68[] = "__OTR__ast_aquas/D_AQ_6030B68"; + +static const ALIGN_ASSET(2) char D_AQ_6030BAC[] = "__OTR__ast_aquas/D_AQ_6030BAC"; + +static const ALIGN_ASSET(2) char aAqActor188Hitbox[] = "__OTR__ast_aquas/aAqActor188Hitbox"; + +static const ALIGN_ASSET(2) char aAqActor255Hitbox[] = "__OTR__ast_aquas/aAqActor255Hitbox"; + +static const ALIGN_ASSET(2) char aAqActor256Hitbox[] = "__OTR__ast_aquas/aAqActor256Hitbox"; + +static const ALIGN_ASSET(2) char aAqActor257Hitbox[] = "__OTR__ast_aquas/aAqActor257Hitbox"; + +static const ALIGN_ASSET(2) char aAqCoralReef1Hitbox[] = "__OTR__ast_aquas/aAqCoralReef1Hitbox"; + +static const ALIGN_ASSET(2) char aAqTunnel1Hitbox[] = "__OTR__ast_aquas/aAqTunnel1Hitbox"; + +static const ALIGN_ASSET(2) char aAqStoneColumnHitbox[] = "__OTR__ast_aquas/aAqStoneColumnHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_6030D3C[] = "__OTR__ast_aquas/D_AQ_6030D3C"; + +static const ALIGN_ASSET(2) char D_AQ_6030D58[] = "__OTR__ast_aquas/D_AQ_6030D58"; + +static const ALIGN_ASSET(2) char aAqArchHitbox[] = "__OTR__ast_aquas/aAqArchHitbox"; + +static const ALIGN_ASSET(2) char aAqCoralReef2Hitbox[] = "__OTR__ast_aquas/aAqCoralReef2Hitbox"; + +static const ALIGN_ASSET(2) char aAqRockHitbox[] = "__OTR__ast_aquas/aAqRockHitbox"; + +static const ALIGN_ASSET(2) char aAqWall1Hitbox[] = "__OTR__ast_aquas/aAqWall1Hitbox"; + +static const ALIGN_ASSET(2) char aAqRoofHitbox[] = "__OTR__ast_aquas/aAqRoofHitbox"; + +static const ALIGN_ASSET(2) char aAqTunnel2Hitbox[] = "__OTR__ast_aquas/aAqTunnel2Hitbox"; + +static const ALIGN_ASSET(2) char aAqBacoonHitbox[] = "__OTR__ast_aquas/aAqBacoonHitbox"; + +static const ALIGN_ASSET(2) char aAqAnglerFishHitbox[] = "__OTR__ast_aquas/aAqAnglerFishHitbox"; + +static const ALIGN_ASSET(2) char aAqGaroaHitbox[] = "__OTR__ast_aquas/aAqGaroaHitbox"; + +static const ALIGN_ASSET(2) char aAqSculpinHitbox[] = "__OTR__ast_aquas/aAqSculpinHitbox"; + +static const ALIGN_ASSET(2) char aAqSpindlyFishHitbox[] = "__OTR__ast_aquas/aAqSpindlyFishHitbox"; + +static const ALIGN_ASSET(2) char aAqSquidHitbox[] = "__OTR__ast_aquas/aAqSquidHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_60314AC[] = "__OTR__ast_aquas/D_AQ_60314AC"; + +static const ALIGN_ASSET(2) char aAqOysterHitbox[] = "__OTR__ast_aquas/aAqOysterHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_60314E4[] = "__OTR__ast_aquas/D_AQ_60314E4"; + +static const ALIGN_ASSET(2) char aAqBoulderHitbox[] = "__OTR__ast_aquas/aAqBoulderHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_603151C[] = "__OTR__ast_aquas/D_AQ_603151C"; + +static const ALIGN_ASSET(2) char aAqCoralHitbox[] = "__OTR__ast_aquas/aAqCoralHitbox"; + +static const ALIGN_ASSET(2) char aAqJellyfishHitbox[] = "__OTR__ast_aquas/aAqJellyfishHitbox"; + +static const ALIGN_ASSET(2) char aAqFishGroupHitbox[] = "__OTR__ast_aquas/aAqFishGroupHitbox"; + +static const ALIGN_ASSET(2) char D_AQ_603158C[] = "__OTR__ast_aquas/D_AQ_603158C"; + +static const ALIGN_ASSET(2) char D_AQ_6031D90[] = "__OTR__ast_aquas/D_AQ_6031D90"; + +static const ALIGN_ASSET(2) char D_AQ_6031FB0[] = "__OTR__ast_aquas/D_AQ_6031FB0"; + +static const ALIGN_ASSET(2) char D_AQ_6031FE0[] = "__OTR__ast_aquas/D_AQ_6031FE0"; + +static const ALIGN_ASSET(2) char D_AQ_603204C[] = "__OTR__ast_aquas/D_AQ_603204C"; + +static const ALIGN_ASSET(2) char D_AQ_60320B8[] = "__OTR__ast_aquas/D_AQ_60320B8"; + +static const ALIGN_ASSET(2) char D_AQ_603216C[] = "__OTR__ast_aquas/D_AQ_603216C"; + +static const ALIGN_ASSET(2) char D_AQ_6032388[] = "__OTR__ast_aquas/D_AQ_6032388"; + +static const ALIGN_ASSET(2) char D_AQ_6032430[] = "__OTR__ast_aquas/D_AQ_6032430"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_area_6.h b/android/app/src/main/assets/starship/include/assets/ast_area_6.h new file mode 100644 index 0000000..b054928 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_area_6.h @@ -0,0 +1,392 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aA6TitleCardTex[] = "__OTR__ast_area_6/aA6TitleCardTex"; + +static const ALIGN_ASSET(2) char D_A6_6000B60[] = "__OTR__ast_area_6/D_A6_6000B60"; + +static const ALIGN_ASSET(2) char D_A6_6001A80[] = "__OTR__ast_area_6/D_A6_6001A80"; + +static const ALIGN_ASSET(2) char D_A6_60029A0[] = "__OTR__ast_area_6/D_A6_60029A0"; + +static const ALIGN_ASSET(2) char D_A6_60038C0[] = "__OTR__ast_area_6/D_A6_60038C0"; + +static const ALIGN_ASSET(2) char D_A6_60047E0[] = "__OTR__ast_area_6/D_A6_60047E0"; + +static const ALIGN_ASSET(2) char D_A6_6005700[] = "__OTR__ast_area_6/D_A6_6005700"; + +static const ALIGN_ASSET(2) char D_A6_6006620[] = "__OTR__ast_area_6/D_A6_6006620"; + +static const ALIGN_ASSET(2) char D_A6_6006A40[] = "__OTR__ast_area_6/D_A6_6006A40"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_gfx_6A50[] = "__OTR__ast_area_6/ast_area_6_seg6_gfx_6A50"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_6ED8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_6ED8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_70B8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_70B8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7298[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7298"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7498[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7498"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7698[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7698"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7898[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7898"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7A98[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7A98"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7C98[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7C98"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7DB8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7DB8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_7FA8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_7FA8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_8188[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_8188"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_8378[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_8378"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_8498[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_8498"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_8698[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_8698"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_8888[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_8888"; + +static const ALIGN_ASSET(2) char D_A6_6008918[] = "__OTR__ast_area_6/D_A6_6008918"; + +static const ALIGN_ASSET(2) char D_A6_6008B18[] = "__OTR__ast_area_6/D_A6_6008B18"; + +static const ALIGN_ASSET(2) char D_A6_6008D18[] = "__OTR__ast_area_6/D_A6_6008D18"; + +static const ALIGN_ASSET(2) char D_A6_6008F18[] = "__OTR__ast_area_6/D_A6_6008F18"; + +static const ALIGN_ASSET(2) char D_A6_6009718[] = "__OTR__ast_area_6/D_A6_6009718"; + +static const ALIGN_ASSET(2) char D_A6_6009B18[] = "__OTR__ast_area_6/D_A6_6009B18"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_gfx_A320[] = "__OTR__ast_area_6/ast_area_6_seg6_gfx_A320"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_A7A8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_A7A8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_A988[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_A988"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_AB68[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_AB68"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_AD68[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_AD68"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_AF68[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_AF68"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_B168[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_B168"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_B368[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_B368"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_B568[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_B568"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_B688[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_B688"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_B878[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_B878"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_BA58[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_BA58"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_BC48[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_BC48"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_BD68[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_BD68"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_BF68[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_BF68"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_C158[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_C158"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_gfx_C1F0[] = "__OTR__ast_area_6/ast_area_6_seg6_gfx_C1F0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_C678[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_C678"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_C858[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_C858"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_CA38[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_CA38"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_CC38[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_CC38"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_CE38[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_CE38"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D038[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D038"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D238[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D238"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D438[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D438"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D558[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D558"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D748[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D748"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_D928[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_D928"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_DB18[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_DB18"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_DC38[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_DC38"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_DE38[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_DE38"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E028[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E028"; + +static const ALIGN_ASSET(2) char aA6UmbraStationDL[] = "__OTR__ast_area_6/aA6UmbraStationDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E2D8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E2D8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E448[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E448"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E648[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E648"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E7E8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E7E8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_E9E8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_E9E8"; + +static const ALIGN_ASSET(2) char D_A6_600EBE8[] = "__OTR__ast_area_6/D_A6_600EBE8"; + +static const ALIGN_ASSET(2) char D_A6_600EFE8[] = "__OTR__ast_area_6/D_A6_600EFE8"; + +static const ALIGN_ASSET(2) char D_A6_600F1F0[] = "__OTR__ast_area_6/D_A6_600F1F0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_F350[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_F350"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_F540[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_F540"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_F610[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_F610"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_F6A0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_F6A0"; + +static const ALIGN_ASSET(2) char D_A6_600F850[] = "__OTR__ast_area_6/D_A6_600F850"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_gfx_10050[] = "__OTR__ast_area_6/ast_area_6_seg6_gfx_10050"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10338[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10338"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10438[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10438"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10638[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10638"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_106C8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_106C8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10788[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10788"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10978[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10978"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_10A08[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_10A08"; + +static const ALIGN_ASSET(2) char D_A6_6010A88[] = "__OTR__ast_area_6/D_A6_6010A88"; + +static const ALIGN_ASSET(2) char D_A6_6011288[] = "__OTR__ast_area_6/D_A6_6011288"; + +static const ALIGN_ASSET(2) char D_A6_6011688[] = "__OTR__ast_area_6/D_A6_6011688"; + +static const ALIGN_ASSET(2) char D_A6_6011888[] = "__OTR__ast_area_6/D_A6_6011888"; + +static const ALIGN_ASSET(2) char D_A6_6011910[] = "__OTR__ast_area_6/D_A6_6011910"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_119C8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_119C8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_11BA8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_11BA8"; + +static const ALIGN_ASSET(2) char D_A6_6011D48[] = "__OTR__ast_area_6/D_A6_6011D48"; + +static const ALIGN_ASSET(2) char D_A6_6012550[] = "__OTR__ast_area_6/D_A6_6012550"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_12600[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_12600"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_12800[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_12800"; + +static const ALIGN_ASSET(2) char D_A6_6012840[] = "__OTR__ast_area_6/D_A6_6012840"; + +static const ALIGN_ASSET(2) char aA6HarlockFrigateDL[] = "__OTR__ast_area_6/aA6HarlockFrigateDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_12D78[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_12D78"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_12F78[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_12F78"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_130C8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_130C8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_132C8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_132C8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_13338[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_13338"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_13478[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_13478"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_134D8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_134D8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_136D8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_136D8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_138B8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_138B8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_13AB8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_13AB8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_13CA8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_13CA8"; + +static const ALIGN_ASSET(2) char D_A6_6013CD8[] = "__OTR__ast_area_6/D_A6_6013CD8"; + +static const ALIGN_ASSET(2) char D_A6_60144D8[] = "__OTR__ast_area_6/D_A6_60144D8"; + +static const ALIGN_ASSET(2) char D_A6_6014CD8[] = "__OTR__ast_area_6/D_A6_6014CD8"; + +static const ALIGN_ASSET(2) char D_A6_60154D8[] = "__OTR__ast_area_6/D_A6_60154D8"; + +static const ALIGN_ASSET(2) char D_A6_6015CD8[] = "__OTR__ast_area_6/D_A6_6015CD8"; + +static const ALIGN_ASSET(2) char D_A6_6015EE0[] = "__OTR__ast_area_6/D_A6_6015EE0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_15FA8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_15FA8"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_16098[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_16098"; + +static const ALIGN_ASSET(2) char aA6ZeramClassCruiserDL[] = "__OTR__ast_area_6/aA6ZeramClassCruiserDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_164E0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_164E0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_166D0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_166D0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_168D0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_168D0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_16AD0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_16AD0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_16B80[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_16B80"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_16C80[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_16C80"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_16E00[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_16E00"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_17000[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_17000"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_17080[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_17080"; + +static const ALIGN_ASSET(2) char D_A6_6017120[] = "__OTR__ast_area_6/D_A6_6017120"; + +static const ALIGN_ASSET(2) char D_A6_6017920[] = "__OTR__ast_area_6/D_A6_6017920"; + +static const ALIGN_ASSET(2) char D_A6_6017B20[] = "__OTR__ast_area_6/D_A6_6017B20"; + +static const ALIGN_ASSET(2) char D_A6_6017D20[] = "__OTR__ast_area_6/D_A6_6017D20"; + +static const ALIGN_ASSET(2) char D_A6_6017F20[] = "__OTR__ast_area_6/D_A6_6017F20"; + +static const ALIGN_ASSET(2) char D_A6_6018720[] = "__OTR__ast_area_6/D_A6_6018720"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_187B8[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_187B8"; + +static const ALIGN_ASSET(2) char D_A6_60187F8[] = "__OTR__ast_area_6/D_A6_60187F8"; + +static const ALIGN_ASSET(2) char D_A6_6018878[] = "__OTR__ast_area_6/D_A6_6018878"; + +static const ALIGN_ASSET(2) char D_A6_6018994[] = "__OTR__ast_area_6/D_A6_6018994"; + +static const ALIGN_ASSET(2) char D_A6_6018BA0[] = "__OTR__ast_area_6/D_A6_6018BA0"; + +static const ALIGN_ASSET(2) char aA6NinjinMissileDL[] = "__OTR__ast_area_6/aA6NinjinMissileDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_18D30[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_18D30"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_18DD0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_18DD0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_18FD0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_18FD0"; + +static const ALIGN_ASSET(2) char D_A6_6019130[] = "__OTR__ast_area_6/D_A6_6019130"; + +static const ALIGN_ASSET(2) char D_A6_6019330[] = "__OTR__ast_area_6/D_A6_6019330"; + +static const ALIGN_ASSET(2) char D_A6_6019530[] = "__OTR__ast_area_6/D_A6_6019530"; + +static const ALIGN_ASSET(2) char aA6RocketDL[] = "__OTR__ast_area_6/aA6RocketDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_19880[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_19880"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_19940[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_19940"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_19AA0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_19AA0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_19AE0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_19AE0"; + +static const ALIGN_ASSET(2) char D_A6_6019B20[] = "__OTR__ast_area_6/D_A6_6019B20"; + +static const ALIGN_ASSET(2) char D_A6_6019D20[] = "__OTR__ast_area_6/D_A6_6019D20"; + +static const ALIGN_ASSET(2) char D_A6_6019F20[] = "__OTR__ast_area_6/D_A6_6019F20"; + +static const ALIGN_ASSET(2) char aA6SpaceMineDL[] = "__OTR__ast_area_6/aA6SpaceMineDL"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1A1B0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1A1B0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1A1E0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1A1E0"; + +static const ALIGN_ASSET(2) char D_A6_601A220[] = "__OTR__ast_area_6/D_A6_601A220"; + +static const ALIGN_ASSET(2) char D_A6_601AA20[] = "__OTR__ast_area_6/D_A6_601AA20"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1AA78[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1AA78"; + +static const ALIGN_ASSET(2) char D_A6_601AAA8[] = "__OTR__ast_area_6/D_A6_601AAA8"; + +static const ALIGN_ASSET(2) char D_A6_601B2B0[] = "__OTR__ast_area_6/D_A6_601B2B0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1B308[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1B308"; + +static const ALIGN_ASSET(2) char D_A6_601B338[] = "__OTR__ast_area_6/D_A6_601B338"; + +static const ALIGN_ASSET(2) char D_A6_601BB40[] = "__OTR__ast_area_6/D_A6_601BB40"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BD20[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BD20"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BD60[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BD60"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BDA0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BDA0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BDE0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BDE0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BE20[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BE20"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BE60[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BE60"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BEA0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BEA0"; + +static const ALIGN_ASSET(2) char ast_area_6_seg6_vtx_1BEE0[] = "__OTR__ast_area_6/ast_area_6_seg6_vtx_1BEE0"; + +static const ALIGN_ASSET(2) char D_A6_601BF20[] = "__OTR__ast_area_6/D_A6_601BF20"; + +static const ALIGN_ASSET(2) char D_A6_601CF20[] = "__OTR__ast_area_6/D_A6_601CF20"; + +static const ALIGN_ASSET(2) char D_A6_601DF20[] = "__OTR__ast_area_6/D_A6_601DF20"; + +static const ALIGN_ASSET(2) char D_A6_601EF20[] = "__OTR__ast_area_6/D_A6_601EF20"; + +static const ALIGN_ASSET(2) char D_A6_601FF20[] = "__OTR__ast_area_6/D_A6_601FF20"; + +static const ALIGN_ASSET(2) char D_A6_6020F20[] = "__OTR__ast_area_6/D_A6_6020F20"; + +static const ALIGN_ASSET(2) char D_A6_6021F20[] = "__OTR__ast_area_6/D_A6_6021F20"; + +static const ALIGN_ASSET(2) char D_A6_6022F20[] = "__OTR__ast_area_6/D_A6_6022F20"; + +static const ALIGN_ASSET(2) char D_A6_6023F20[] = "__OTR__ast_area_6/D_A6_6023F20"; + +static const ALIGN_ASSET(2) char D_A6_6023F64[] = "__OTR__ast_area_6/D_A6_6023F64"; + +static const char D_A6_6027F50[] = "__OTR__ast_area_6/D_A6_6027F50"; + +static const ALIGN_ASSET(2) char aA6UmbraStationHitbox[] = "__OTR__ast_area_6/aA6UmbraStationHitbox"; + +static const ALIGN_ASSET(2) char aA6HarlockFrigateHitbox[] = "__OTR__ast_area_6/aA6HarlockFrigateHitbox"; + +static const ALIGN_ASSET(2) char aA6ZeramClassCruiserHitbox[] = "__OTR__ast_area_6/aA6ZeramClassCruiserHitbox"; + +static const ALIGN_ASSET(2) char aA6GorgonHitbox[] = "__OTR__ast_area_6/aA6GorgonHitbox"; + +static const ALIGN_ASSET(2) char D_A6_6028578[] = "__OTR__ast_area_6/D_A6_6028578"; + +static const ALIGN_ASSET(2) char D_A6_6028760[] = "__OTR__ast_area_6/D_A6_6028760"; + +static const ALIGN_ASSET(2) char D_A6_60287A4[] = "__OTR__ast_area_6/D_A6_60287A4"; + +static const char D_A6_60289FC[] = "__OTR__ast_area_6/D_A6_60289FC"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_arwing.h b/android/app/src/main/assets/starship/include/assets/ast_arwing.h new file mode 100644 index 0000000..8976596 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_arwing.h @@ -0,0 +1,373 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aArwingLifeIconTex[] = "__OTR__ast_arwing/aArwingLifeIconTex"; + +static const ALIGN_ASSET(2) char aArwingLifeIconTLUT[] = "__OTR__ast_arwing/aArwingLifeIconTLUT"; + +static const ALIGN_ASSET(2) char aAwFoxHeadDL[] = "__OTR__ast_arwing/aAwFoxHeadDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_668[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_668"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_868[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_868"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A68[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A68"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_C68[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_C68"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_D58[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_D58"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_F48[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_F48"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_1148[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_1148"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_12F8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_12F8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_1418[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_1418"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_17D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_17D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_19D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_19D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_1AC8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_1AC8"; + +static const ALIGN_ASSET(2) char aAwJamesHeadDL[] = "__OTR__ast_arwing/aAwJamesHeadDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_22E0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_22E0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_24C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_24C0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_26C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_26C0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_28C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_28C0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_2980[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_2980"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_2B80[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_2B80"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_2D80[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_2D80"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_2F00[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_2F00"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_3020[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_3020"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_31D0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_31D0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_33D0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_33D0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_35D0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_35D0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_3660[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_3660"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_3820[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_3820"; + +static const ALIGN_ASSET(2) char D_arwing_3003960[] = "__OTR__ast_arwing/D_arwing_3003960"; + +static const ALIGN_ASSET(2) char D_arwing_30039E0[] = "__OTR__ast_arwing/D_arwing_30039E0"; + +static const ALIGN_ASSET(2) char D_arwing_3003A60[] = "__OTR__ast_arwing/D_arwing_3003A60"; + +static const ALIGN_ASSET(2) char D_arwing_3003AE0[] = "__OTR__ast_arwing/D_arwing_3003AE0"; + +static const ALIGN_ASSET(2) char D_arwing_3003B60[] = "__OTR__ast_arwing/D_arwing_3003B60"; + +static const ALIGN_ASSET(2) char D_arwing_3003BE0[] = "__OTR__ast_arwing/D_arwing_3003BE0"; + +static const ALIGN_ASSET(2) char D_arwing_3003C60[] = "__OTR__ast_arwing/D_arwing_3003C60"; + +static const ALIGN_ASSET(2) char aAwPeppyHeadDL[] = "__OTR__ast_arwing/aAwPeppyHeadDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4300[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4300"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_44F0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_44F0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_46E0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_46E0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_48E0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_48E0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4A30[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4A30"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4B50[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4B50"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4D30[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4D30"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4D80[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4D80"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4F80[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4F80"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_4FE0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_4FE0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_51E0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_51E0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_53C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_53C0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_55C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_55C0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_57A0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_57A0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_5950[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_5950"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_5A50[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_5A50"; + +static const ALIGN_ASSET(2) char aAwSlippyHeadDL[] = "__OTR__ast_arwing/aAwSlippyHeadDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6050[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6050"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6090[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6090"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6170[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6170"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6370[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6370"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_64F0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_64F0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_66B0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_66B0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_68B0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_68B0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6AB0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6AB0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6C90[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6C90"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_6E90[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_6E90"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_7070[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_7070"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_7170[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_7170"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_7370[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_7370"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_7470[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_7470"; + +static const ALIGN_ASSET(2) char D_arwing_30074D0[] = "__OTR__ast_arwing/D_arwing_30074D0"; + +static const ALIGN_ASSET(2) char D_arwing_3007550[] = "__OTR__ast_arwing/D_arwing_3007550"; + +static const ALIGN_ASSET(2) char D_arwing_30075D0[] = "__OTR__ast_arwing/D_arwing_30075D0"; + +static const ALIGN_ASSET(2) char aArwingItemLasersDL[] = "__OTR__ast_arwing/aArwingItemLasersDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_7A20[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_7A20"; + +static const ALIGN_ASSET(2) char D_arwing_3008960[] = "__OTR__ast_arwing/D_arwing_3008960"; + +static const ALIGN_ASSET(2) char D_arwing_3009960[] = "__OTR__ast_arwing/D_arwing_3009960"; + +static const ALIGN_ASSET(2) char aAwBodyDL[] = "__OTR__ast_arwing/aAwBodyDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A068[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A068"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A198[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A198"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A398[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A398"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A598[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A598"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A5C8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A5C8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A648[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A648"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A678[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A678"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A6D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A6D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A798[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A798"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A858[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A858"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A8E8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A8E8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_A928[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_A928"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_AAA8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_AAA8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_AAD8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_AAD8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_AB38[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_AB38"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_ABD8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_ABD8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_AC18[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_AC18"; + +static const ALIGN_ASSET(2) char D_arwing_300AC48[] = "__OTR__ast_arwing/D_arwing_300AC48"; + +static const ALIGN_ASSET(2) char D_arwing_300B448[] = "__OTR__ast_arwing/D_arwing_300B448"; + +static const ALIGN_ASSET(2) char D_arwing_300BC48[] = "__OTR__ast_arwing/D_arwing_300BC48"; + +static const ALIGN_ASSET(2) char D_arwing_300C448[] = "__OTR__ast_arwing/D_arwing_300C448"; + +static const ALIGN_ASSET(2) char D_arwing_300CC48[] = "__OTR__ast_arwing/D_arwing_300CC48"; + +static const ALIGN_ASSET(2) char D_arwing_300D448[] = "__OTR__ast_arwing/D_arwing_300D448"; + +static const ALIGN_ASSET(2) char D_arwing_300DC48[] = "__OTR__ast_arwing/D_arwing_300DC48"; + +static const ALIGN_ASSET(2) char D_arwing_300E448[] = "__OTR__ast_arwing/D_arwing_300E448"; + +static const ALIGN_ASSET(2) char D_arwing_300EC48[] = "__OTR__ast_arwing/D_arwing_300EC48"; + +static const ALIGN_ASSET(2) char D_arwing_300F448[] = "__OTR__ast_arwing/D_arwing_300F448"; + +static const ALIGN_ASSET(2) char D_arwing_3010448[] = "__OTR__ast_arwing/D_arwing_3010448"; + +static const ALIGN_ASSET(2) char aAwLaserGun2DL[] = "__OTR__ast_arwing/aAwLaserGun2DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11550[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11550"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11650[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11650"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_116C0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_116C0"; + +static const ALIGN_ASSET(2) char aAwLaserGun1DL[] = "__OTR__ast_arwing/aAwLaserGun1DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11820[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11820"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11890[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11890"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_11990[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_11990"; + +static const ALIGN_ASSET(2) char D_arwing_30119F0[] = "__OTR__ast_arwing/D_arwing_30119F0"; + +static const ALIGN_ASSET(2) char D_arwing_30121F0[] = "__OTR__ast_arwing/D_arwing_30121F0"; + +static const ALIGN_ASSET(2) char D_arwing_30129F0[] = "__OTR__ast_arwing/D_arwing_30129F0"; + +static const ALIGN_ASSET(2) char aAwCockpitViewDL[] = "__OTR__ast_arwing/aAwCockpitViewDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_13468[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_13468"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_13498[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_13498"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_134C8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_134C8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_134F8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_134F8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_13538[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_13538"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_13578[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_13578"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_136D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_136D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_13758[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_13758"; + +static const ALIGN_ASSET(2) char D_arwing_30137E8[] = "__OTR__ast_arwing/D_arwing_30137E8"; + +static const ALIGN_ASSET(2) char D_arwing_3013FE8[] = "__OTR__ast_arwing/D_arwing_3013FE8"; + +static const ALIGN_ASSET(2) char D_arwing_30147E8[] = "__OTR__ast_arwing/D_arwing_30147E8"; + +static const ALIGN_ASSET(2) char aAwRightWingBrokenDL[] = "__OTR__ast_arwing/aAwRightWingBrokenDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_14D00[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_14D00"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_14DF0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_14DF0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_14EF0[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_14EF0"; + +static const ALIGN_ASSET(2) char D_arwing_3014F20[] = "__OTR__ast_arwing/D_arwing_3014F20"; + +static const ALIGN_ASSET(2) char aAwLeftWingBrokenDL[] = "__OTR__ast_arwing/aAwLeftWingBrokenDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15230[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15230"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15340[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15340"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15470[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15470"; + +static const ALIGN_ASSET(2) char aAwFlap2DL[] = "__OTR__ast_arwing/aAwFlap2DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15508[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15508"; + +static const ALIGN_ASSET(2) char aAwFlap1DL[] = "__OTR__ast_arwing/aAwFlap1DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15648[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15648"; + +static const ALIGN_ASSET(2) char aAwFlap3DL[] = "__OTR__ast_arwing/aAwFlap3DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15798[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15798"; + +static const ALIGN_ASSET(2) char aAwFlap4DL[] = "__OTR__ast_arwing/aAwFlap4DL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_158E8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_158E8"; + +static const ALIGN_ASSET(2) char D_arwing_3015AF4[] = "__OTR__ast_arwing/D_arwing_3015AF4"; + +static const ALIGN_ASSET(2) char D_arwing_3015C28[] = "__OTR__ast_arwing/D_arwing_3015C28"; + +static const ALIGN_ASSET(2) char D_arwing_3015D68[] = "__OTR__ast_arwing/D_arwing_3015D68"; + +static const ALIGN_ASSET(2) char aAwRightWingDL[] = "__OTR__ast_arwing/aAwRightWingDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_15E48[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_15E48"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_16048[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_16048"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_16238[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_16238"; + +static const ALIGN_ASSET(2) char D_arwing_30163C4[] = "__OTR__ast_arwing/D_arwing_30163C4"; + +static const ALIGN_ASSET(2) char D_arwing_3016610[] = "__OTR__ast_arwing/D_arwing_3016610"; + +static const ALIGN_ASSET(2) char aAwLeftWingDL[] = "__OTR__ast_arwing/aAwLeftWingDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_16728[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_16728"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_16928[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_16928"; + +static const ALIGN_ASSET(2) char D_arwing_3016B30[] = "__OTR__ast_arwing/D_arwing_3016B30"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_16B88[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_16B88"; + +static const ALIGN_ASSET(2) char D_arwing_3016BB8[] = "__OTR__ast_arwing/D_arwing_3016BB8"; + +static const ALIGN_ASSET(2) char aAwFalcoHeadDL[] = "__OTR__ast_arwing/aAwFalcoHeadDL"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_171E8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_171E8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_172C8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_172C8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_173E8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_173E8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_175A8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_175A8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_17798[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_17798"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_178D8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_178D8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_17AD8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_17AD8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_17CD8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_17CD8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_17E68[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_17E68"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_18068[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_18068"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_18118[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_18118"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_181F8[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_181F8"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_18238[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_18238"; + +static const ALIGN_ASSET(2) char D_arwing_30182C8[] = "__OTR__ast_arwing/D_arwing_30182C8"; + +static const ALIGN_ASSET(2) char D_arwing_3018348[] = "__OTR__ast_arwing/D_arwing_3018348"; + +static const ALIGN_ASSET(2) char D_arwing_30183D0[] = "__OTR__ast_arwing/D_arwing_30183D0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_18438[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_18438"; + +static const ALIGN_ASSET(2) char aWindshieldClouldReflextionTex[] = "__OTR__ast_arwing/aWindshieldClouldReflextionTex"; + +static const ALIGN_ASSET(2) char D_ARWING_BLOB_1[] = "__OTR__ast_arwing/D_ARWING_BLOB_1"; + +static const ALIGN_ASSET(2) char D_arwing_30194E0[] = "__OTR__ast_arwing/D_arwing_30194E0"; + +static const ALIGN_ASSET(2) char ast_arwing_seg3_vtx_19548[] = "__OTR__ast_arwing/ast_arwing_seg3_vtx_19548"; + +static const ALIGN_ASSET(2) char D_arwing_30195E8[] = "__OTR__ast_arwing/D_arwing_30195E8"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_audio.h b/android/app/src/main/assets/starship/include/assets/ast_audio.h new file mode 100644 index 0000000..b90f453 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_audio.h @@ -0,0 +1,8870 @@ +#pragma once + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_200_B_0[] = "__OTR__ast_audio/Sample_P_0_O_200_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_210[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_210"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_260"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_270_B_0[] = "__OTR__ast_audio/Sample_P_0_O_270_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2D0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_340"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_350_B_0[] = "__OTR__ast_audio/Sample_P_0_O_350_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_360[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_3E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_3E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_3F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_3F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_440"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_470_B_0[] = "__OTR__ast_audio/Sample_P_0_O_470_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_480[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_500_B_0[] = "__OTR__ast_audio/Sample_P_0_O_500_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_510[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_510"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_560"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_590_B_0[] = "__OTR__ast_audio/Sample_P_0_O_590_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_5A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_5A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_620_B_0[] = "__OTR__ast_audio/Sample_P_0_O_620_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_630[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_630"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_680[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_680"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_690_B_0[] = "__OTR__ast_audio/Sample_P_0_O_690_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6F0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_720_B_0[] = "__OTR__ast_audio/Sample_P_0_O_720_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_730[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_780"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_7B0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_7B0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_7C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_7C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_810[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_810"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_820_B_0[] = "__OTR__ast_audio/Sample_P_0_O_820_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_830[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_830"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_880"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_890_B_0[] = "__OTR__ast_audio/Sample_P_0_O_890_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_8A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_8A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_920_B_0[] = "__OTR__ast_audio/Sample_P_0_O_920_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_930[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_930"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_980"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_990_B_0[] = "__OTR__ast_audio/Sample_P_0_O_990_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_9A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_9A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9F0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_A00_B_0[] = "__OTR__ast_audio/Sample_P_0_O_A00_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_A10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_A10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A60"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_A70_B_0[] = "__OTR__ast_audio/Sample_P_0_O_A70_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_A80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AD0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_AE0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_AE0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_AF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_AF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B40"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_B50_B_0[] = "__OTR__ast_audio/Sample_P_0_O_B50_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_BC0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_BC0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_BD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_BD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_C20"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_C30_B_0[] = "__OTR__ast_audio/Sample_P_0_O_C30_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_C40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_C90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_C90"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_CA0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_CA0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_CB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_CB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D00"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_D10_B_0[] = "__OTR__ast_audio/Sample_P_0_O_D10_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_D20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_DB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_DB0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_DC0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_DC0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_DD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_DD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E20"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_E30_B_0[] = "__OTR__ast_audio/Sample_P_0_O_E30_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E90"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_EA0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_EA0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_EB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_EB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F00"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_F30_B_0[] = "__OTR__ast_audio/Sample_P_0_O_F30_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F90"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_FC0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_FC0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_FD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_FD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1020"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1050_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1050_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_10E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_10E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_10F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_10F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1140"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1150_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1150_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_11E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_11E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_11F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_11F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1240"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1250_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1250_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_12C0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_12C0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_12D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_12D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1320[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1320"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1330_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1330_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1390[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1390"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_13C0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_13C0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_13D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_13D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1420"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1450_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1450_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_14C0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_14C0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_14D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_14D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1520"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1530_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1530_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1590[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1590"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_15C0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_15C0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_15D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_15D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1620[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1620"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1630_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1630_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1690[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1690"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_16C0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_16C0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1720"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1750_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1750_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_17E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_17E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1840"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1870_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1870_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18D0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_18E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_18E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1940"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1970_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1970_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19D0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_19E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_19E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A40"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1A70_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1A70_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1AD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1AD0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1AE0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1AE0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1AF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1AF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B40"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1B70_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1B70_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BD0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1C00_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1C00_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C60"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1C90_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1C90_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1CF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1CF0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1D00_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1D00_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D60"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1D90_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1D90_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1DA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1DF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1DF0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1E00_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1E00_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1E10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1E10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1E60"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1E70_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1E70_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1ED0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1ED0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1F00_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1F00_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1F10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1F10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1F60"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_1F90_B_0[] = "__OTR__ast_audio/Sample_P_0_O_1F90_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1FF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1FF0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2020_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2020_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2030[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2030"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2080"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_20B0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_20B0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_20C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_20C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2110[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2110"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2140_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2140_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2150[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_21A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_21A0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_21B0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_21B0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_21C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_21C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2210[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2210"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2220_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2220_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2230[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2280"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2290_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2290_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_22A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_22A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_22F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_22F0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2300_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2300_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2310[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2360[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2360"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2370_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2370_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_23D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_23D0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_23E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_23E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_23F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_23F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2440"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2450_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2450_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_24B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_24B0"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_24E0_B_0[] = "__OTR__ast_audio/Sample_P_0_O_24E0_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_24F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_24F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_2540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_2540"; + +static const ALIGN_ASSET(2) char Sample_P_0_O_2550_B_0[] = "__OTR__ast_audio/Sample_P_0_O_2550_B_0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_2560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_2560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_25B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_25B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_25C0[] = "__OTR__ast_audio/ast_audio_v1_envelope_25C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_25E0[] = "__OTR__ast_audio/ast_audio_v1_envelope_25E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2600[] = "__OTR__ast_audio/ast_audio_v1_instrument_2600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2620[] = "__OTR__ast_audio/ast_audio_v1_instrument_2620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2640[] = "__OTR__ast_audio/ast_audio_v1_instrument_2640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2660[] = "__OTR__ast_audio/ast_audio_v1_instrument_2660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2680[] = "__OTR__ast_audio/ast_audio_v1_instrument_2680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_26A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_26A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_26C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_26C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_26E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_26E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2700[] = "__OTR__ast_audio/ast_audio_v1_instrument_2700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2720[] = "__OTR__ast_audio/ast_audio_v1_instrument_2720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2740[] = "__OTR__ast_audio/ast_audio_v1_instrument_2740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2760[] = "__OTR__ast_audio/ast_audio_v1_instrument_2760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2780[] = "__OTR__ast_audio/ast_audio_v1_instrument_2780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_27A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_27A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_27C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_27C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_27E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_27E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2800[] = "__OTR__ast_audio/ast_audio_v1_instrument_2800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2820[] = "__OTR__ast_audio/ast_audio_v1_instrument_2820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2840[] = "__OTR__ast_audio/ast_audio_v1_instrument_2840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2860[] = "__OTR__ast_audio/ast_audio_v1_instrument_2860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2880[] = "__OTR__ast_audio/ast_audio_v1_instrument_2880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_28A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_28A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_28C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_28C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_28E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_28E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2900[] = "__OTR__ast_audio/ast_audio_v1_instrument_2900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2920[] = "__OTR__ast_audio/ast_audio_v1_instrument_2920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2940[] = "__OTR__ast_audio/ast_audio_v1_instrument_2940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2960[] = "__OTR__ast_audio/ast_audio_v1_instrument_2960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2980[] = "__OTR__ast_audio/ast_audio_v1_instrument_2980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_29A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_29A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_29C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_29C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_29E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_29E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2A00[] = "__OTR__ast_audio/ast_audio_v1_instrument_2A00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2A20[] = "__OTR__ast_audio/ast_audio_v1_instrument_2A20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2A40[] = "__OTR__ast_audio/ast_audio_v1_instrument_2A40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2A60[] = "__OTR__ast_audio/ast_audio_v1_instrument_2A60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2A80[] = "__OTR__ast_audio/ast_audio_v1_instrument_2A80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2AA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2AA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2AC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2AC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2AE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2AE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2B00[] = "__OTR__ast_audio/ast_audio_v1_instrument_2B00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2B20[] = "__OTR__ast_audio/ast_audio_v1_instrument_2B20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2B40[] = "__OTR__ast_audio/ast_audio_v1_instrument_2B40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2B60[] = "__OTR__ast_audio/ast_audio_v1_instrument_2B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2B80[] = "__OTR__ast_audio/ast_audio_v1_instrument_2B80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2BA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2BA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2BC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2BC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2BE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2BE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2C00[] = "__OTR__ast_audio/ast_audio_v1_instrument_2C00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2C20[] = "__OTR__ast_audio/ast_audio_v1_instrument_2C20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2C40[] = "__OTR__ast_audio/ast_audio_v1_instrument_2C40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2C60[] = "__OTR__ast_audio/ast_audio_v1_instrument_2C60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2C80[] = "__OTR__ast_audio/ast_audio_v1_instrument_2C80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2CA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2CA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2CC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2CC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2CE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2CE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2D00[] = "__OTR__ast_audio/ast_audio_v1_instrument_2D00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2D20[] = "__OTR__ast_audio/ast_audio_v1_instrument_2D20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2D40[] = "__OTR__ast_audio/ast_audio_v1_instrument_2D40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2D60[] = "__OTR__ast_audio/ast_audio_v1_instrument_2D60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2D80[] = "__OTR__ast_audio/ast_audio_v1_instrument_2D80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2DA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2DA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2DC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2DC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2DE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2DE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2E00[] = "__OTR__ast_audio/ast_audio_v1_instrument_2E00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2E20[] = "__OTR__ast_audio/ast_audio_v1_instrument_2E20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2E40[] = "__OTR__ast_audio/ast_audio_v1_instrument_2E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2E60[] = "__OTR__ast_audio/ast_audio_v1_instrument_2E60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2E80[] = "__OTR__ast_audio/ast_audio_v1_instrument_2E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2EA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2EA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2EC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2EC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_2EE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_2EE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_2F00[] = "__OTR__ast_audio/ast_audio_v1_sound_font_2F00"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3100_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3100_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_3110[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_3110"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_31A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_31A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_31B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_31B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_31C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_31C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_31D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_31D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_31E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_31E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_31F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_31F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3200"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3210_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3210_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3220"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3230_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3230_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3240"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3250_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3250_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3260"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3270_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3270_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3280"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3290_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3290_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_32A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_32A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_32B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_32B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_32C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_32C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_32D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_32D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_32E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_32E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_32F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_32F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3300[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3300"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3310_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3310_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3320[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3320"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3330_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3330_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3340"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3350_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3350_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3360[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3360"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3370_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3370_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3380"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3390_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3390_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_33A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_33A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_33B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_33B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_33C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_33C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_33D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_33D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_33E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_33E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_33F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_33F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3400"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3410_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3410_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3420"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3430_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3430_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3440"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3450_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3450_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3460"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3470_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3470_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3480[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3480"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3490_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3490_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_34A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_34A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_34B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_34B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_34C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_34C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_34D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_34D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_34E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_34E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_34F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_34F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3500[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3500"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3510_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3510_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3520"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3530_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3530_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3540"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3550_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3550_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3560"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3570_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3570_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3580[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3580"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3590_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3590_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_35A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_35A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_35B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_35B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_35C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_35C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_35D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_35D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_35E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_35E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_35F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_35F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3600[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3600"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3610_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3610_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3620[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3620"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3630_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3630_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3640"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3650_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3650_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3660[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3660"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3670_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3670_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3680[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3680"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3690_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3690_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_36A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_36A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_36B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_36B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_36C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_36C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_36D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_36D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_36E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_36E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_36F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_36F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3700"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3710_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3710_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3720"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3730_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3730_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3740"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3750_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3750_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3760"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3770_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3770_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3780"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3790_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3790_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_37A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_37A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_37B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_37B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_37C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_37C0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_37D0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_37D0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_37E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_37E0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_37F0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_37F0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3800"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3810_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3810_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3820"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3830_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3830_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3840"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3850_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3850_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3860"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3870_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3870_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3880"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3890_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3890_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_38A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_38A0"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_38B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_38B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_38C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_38C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3910[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3910"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_3920_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_3920_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_3930[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_3930"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3980"; + +static const ALIGN_ASSET(2) char Sample_P_2F00_O_39B0_B_1[] = "__OTR__ast_audio/Sample_P_2F00_O_39B0_B_1"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_39C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_39C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_3A10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_3A10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_3A20[] = "__OTR__ast_audio/ast_audio_v1_envelope_3A20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3A40[] = "__OTR__ast_audio/ast_audio_v1_instrument_3A40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3A60[] = "__OTR__ast_audio/ast_audio_v1_instrument_3A60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3A80[] = "__OTR__ast_audio/ast_audio_v1_instrument_3A80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3AA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3AA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3AC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3AC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3AE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3AE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3B00[] = "__OTR__ast_audio/ast_audio_v1_instrument_3B00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3B20[] = "__OTR__ast_audio/ast_audio_v1_instrument_3B20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3B40[] = "__OTR__ast_audio/ast_audio_v1_instrument_3B40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3B60[] = "__OTR__ast_audio/ast_audio_v1_instrument_3B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3B80[] = "__OTR__ast_audio/ast_audio_v1_instrument_3B80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3BA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3BA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3BC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3BC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3BE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3BE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3C00[] = "__OTR__ast_audio/ast_audio_v1_instrument_3C00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3C20[] = "__OTR__ast_audio/ast_audio_v1_instrument_3C20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3C40[] = "__OTR__ast_audio/ast_audio_v1_instrument_3C40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3C60[] = "__OTR__ast_audio/ast_audio_v1_instrument_3C60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3C80[] = "__OTR__ast_audio/ast_audio_v1_instrument_3C80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3CA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3CA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3CC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3CC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3CE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3CE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3D00[] = "__OTR__ast_audio/ast_audio_v1_instrument_3D00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3D20[] = "__OTR__ast_audio/ast_audio_v1_instrument_3D20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3D40[] = "__OTR__ast_audio/ast_audio_v1_instrument_3D40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3D60[] = "__OTR__ast_audio/ast_audio_v1_instrument_3D60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3D80[] = "__OTR__ast_audio/ast_audio_v1_instrument_3D80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3DA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3DA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3DC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3DC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3DE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3DE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3E00[] = "__OTR__ast_audio/ast_audio_v1_instrument_3E00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3E20[] = "__OTR__ast_audio/ast_audio_v1_instrument_3E20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3E40[] = "__OTR__ast_audio/ast_audio_v1_instrument_3E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3E60[] = "__OTR__ast_audio/ast_audio_v1_instrument_3E60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3E80[] = "__OTR__ast_audio/ast_audio_v1_instrument_3E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3EA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3EA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_3EC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_3EC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_3EE0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_3EE0"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_40E0_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_40E0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_40F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_40F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4180"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4190_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4190_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_41A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_41A0"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_41B0_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_41B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_41C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_41C0"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_41D0_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_41D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_41E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_41E0"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_41F0_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_41F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4200"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4210_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4210_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4220"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4230_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4230_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4240"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4250_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4250_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4260"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4270_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4270_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_4280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_4280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_42D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_42D0"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_42E0_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_42E0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_42F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_42F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4340"; + +static const ALIGN_ASSET(2) char Sample_P_3EE0_O_4370_B_2[] = "__OTR__ast_audio/Sample_P_3EE0_O_4370_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_4380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_4380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_43D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_43D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_43E0[] = "__OTR__ast_audio/ast_audio_v1_envelope_43E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4400[] = "__OTR__ast_audio/ast_audio_v1_instrument_4400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4420[] = "__OTR__ast_audio/ast_audio_v1_instrument_4420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4440[] = "__OTR__ast_audio/ast_audio_v1_instrument_4440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4460[] = "__OTR__ast_audio/ast_audio_v1_instrument_4460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4480[] = "__OTR__ast_audio/ast_audio_v1_instrument_4480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_44A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_44A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_44C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_44C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_44E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_44E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_4500[] = "__OTR__ast_audio/ast_audio_v1_instrument_4500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_4520[] = "__OTR__ast_audio/ast_audio_v1_sound_font_4520"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4720_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4720_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_4730[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_4730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_47C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_47C0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_47D0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_47D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_47E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_47E0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_47F0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_47F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4800"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4810_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4820"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4830_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4840"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4850_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4860"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4870_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4880"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4890_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_48A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_48A0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_48B0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_48B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_48C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_48C0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_48D0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_48D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_48E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_48E0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_48F0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_48F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4900"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4910_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4920"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4930_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4940"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4950_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4960"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4970_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4980"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4990_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_49A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_49A0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_49B0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_49B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_49C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_49C0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_49D0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_49D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_49E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_49E0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_49F0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_49F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4A00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4A10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4A20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4A30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4A40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4A50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4A60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4A70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4A80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4A90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4AA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4AB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4AC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4AD0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4AE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4AF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4B00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4B10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4B20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4B30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4B40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4B50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4B60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4B70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4B80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4B90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4BA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4BB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4BC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4BD0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4BE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4BF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4C00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4C10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4C20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4C30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4C40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4C50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4C60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4C70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4C80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4C90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4CA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4CB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4CC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4CD0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4CE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4CF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4D10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4D30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4D50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4D70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4D80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4D90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4DA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4DB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4DC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4DD0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4DE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4DF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4E00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4E10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4E20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4E30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4E40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4E50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4E60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4E70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4E80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4E90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4EA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4EB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4EC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4ED0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4EE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4EF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4F00"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4F10_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4F20"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4F30_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4F40"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4F50_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4F60"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4F70_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4F80"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4F90_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4FA0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4FB0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4FB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4FC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4FC0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4FD0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4FD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_4FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_4FE0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_4FF0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_4FF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5000"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5010_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5020"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5030_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5040"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5050_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5050_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5060"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5070_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5070_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5080"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5090_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_50A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_50A0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_50B0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_50B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_50C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_50C0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_50D0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_50D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_50E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_50E0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_50F0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_50F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5100"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5110_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5110_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5120[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5120"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5130_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5130_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5140"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5150_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5150_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5160"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5170_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5170_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5180"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5190_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5190_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_51A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_51A0"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_51B0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_51B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_51C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_51C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5210[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5210"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_5220_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_5220_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_5230[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_5230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5280"; + +static const ALIGN_ASSET(2) char Sample_P_4520_O_52B0_B_2[] = "__OTR__ast_audio/Sample_P_4520_O_52B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_52C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_52C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5310[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_5320[] = "__OTR__ast_audio/ast_audio_v1_envelope_5320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5340[] = "__OTR__ast_audio/ast_audio_v1_instrument_5340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5360[] = "__OTR__ast_audio/ast_audio_v1_instrument_5360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5380[] = "__OTR__ast_audio/ast_audio_v1_instrument_5380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_53A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_53A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_53C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_53C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_53E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_53E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5400[] = "__OTR__ast_audio/ast_audio_v1_instrument_5400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5420[] = "__OTR__ast_audio/ast_audio_v1_instrument_5420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5440[] = "__OTR__ast_audio/ast_audio_v1_instrument_5440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5460[] = "__OTR__ast_audio/ast_audio_v1_instrument_5460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5480[] = "__OTR__ast_audio/ast_audio_v1_instrument_5480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_54A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_54A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_54C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_54C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_54E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_54E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5500[] = "__OTR__ast_audio/ast_audio_v1_instrument_5500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5520[] = "__OTR__ast_audio/ast_audio_v1_instrument_5520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5540[] = "__OTR__ast_audio/ast_audio_v1_instrument_5540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5560[] = "__OTR__ast_audio/ast_audio_v1_instrument_5560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5580[] = "__OTR__ast_audio/ast_audio_v1_instrument_5580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_55A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_55A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_55C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_55C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_55E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_55E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5600[] = "__OTR__ast_audio/ast_audio_v1_instrument_5600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5620[] = "__OTR__ast_audio/ast_audio_v1_instrument_5620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5640[] = "__OTR__ast_audio/ast_audio_v1_instrument_5640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5660[] = "__OTR__ast_audio/ast_audio_v1_instrument_5660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5680[] = "__OTR__ast_audio/ast_audio_v1_instrument_5680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_56A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_56A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_56C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_56C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_56E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_56E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5700[] = "__OTR__ast_audio/ast_audio_v1_instrument_5700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5720[] = "__OTR__ast_audio/ast_audio_v1_instrument_5720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5740[] = "__OTR__ast_audio/ast_audio_v1_instrument_5740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5760[] = "__OTR__ast_audio/ast_audio_v1_instrument_5760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5780[] = "__OTR__ast_audio/ast_audio_v1_instrument_5780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_57A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_57A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_57C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_57C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_57E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_57E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5800[] = "__OTR__ast_audio/ast_audio_v1_instrument_5800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5820[] = "__OTR__ast_audio/ast_audio_v1_instrument_5820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5840[] = "__OTR__ast_audio/ast_audio_v1_instrument_5840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5860[] = "__OTR__ast_audio/ast_audio_v1_instrument_5860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5880[] = "__OTR__ast_audio/ast_audio_v1_instrument_5880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_58A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_58A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_58C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_58C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_58E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_58E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5900[] = "__OTR__ast_audio/ast_audio_v1_instrument_5900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5920[] = "__OTR__ast_audio/ast_audio_v1_instrument_5920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5940[] = "__OTR__ast_audio/ast_audio_v1_instrument_5940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5960[] = "__OTR__ast_audio/ast_audio_v1_instrument_5960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5980[] = "__OTR__ast_audio/ast_audio_v1_instrument_5980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_59A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_59A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_59C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_59C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_59E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_59E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5A00[] = "__OTR__ast_audio/ast_audio_v1_instrument_5A00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5A20[] = "__OTR__ast_audio/ast_audio_v1_instrument_5A20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5A40[] = "__OTR__ast_audio/ast_audio_v1_instrument_5A40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_5A60[] = "__OTR__ast_audio/ast_audio_v1_instrument_5A60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_5A80[] = "__OTR__ast_audio/ast_audio_v1_sound_font_5A80"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5C80_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5C80_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_5C90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_5C90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5D20"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5D30_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5D40"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5D50_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5D60"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5D70_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5D80"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5D90_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5DA0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5DB0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5DC0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5DD0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5DE0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5DF0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5E00"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5E10_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5E20"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5E30_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5E40"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5E50_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5E60"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5E70_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5E80"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5E90_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5EA0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5EB0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5EC0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5ED0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5EE0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5EF0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F00"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5F10_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F20"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5F30_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F40"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5F50_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F60"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5F70_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5F80"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5F90_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5FA0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5FB0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5FB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5FC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5FC0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5FD0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5FD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_5FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_5FE0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_5FF0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_5FF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6000"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6010_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6020"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6030_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6040"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6050_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6050_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6060"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6070_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6070_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6080"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6090_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_60A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_60A0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_60B0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_60B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_60C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_60C0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_60D0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_60D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_60E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_60E0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_60F0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_60F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6100"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6110_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6110_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6120[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6120"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6130_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6130_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6140"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6150_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6150_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_61B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_61B0"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_61C0_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_61C0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_61D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_61D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6220"; + +static const ALIGN_ASSET(2) char Sample_P_5A80_O_6250_B_2[] = "__OTR__ast_audio/Sample_P_5A80_O_6250_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_62B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_62B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_62C0[] = "__OTR__ast_audio/ast_audio_v1_envelope_62C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_62E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_62E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6300[] = "__OTR__ast_audio/ast_audio_v1_instrument_6300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6320[] = "__OTR__ast_audio/ast_audio_v1_instrument_6320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6340[] = "__OTR__ast_audio/ast_audio_v1_instrument_6340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6360[] = "__OTR__ast_audio/ast_audio_v1_instrument_6360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6380[] = "__OTR__ast_audio/ast_audio_v1_instrument_6380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_63A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_63A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_63C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_63C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_63E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_63E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6400[] = "__OTR__ast_audio/ast_audio_v1_instrument_6400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6420[] = "__OTR__ast_audio/ast_audio_v1_instrument_6420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6440[] = "__OTR__ast_audio/ast_audio_v1_instrument_6440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6460[] = "__OTR__ast_audio/ast_audio_v1_instrument_6460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6480[] = "__OTR__ast_audio/ast_audio_v1_instrument_6480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_64A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_64A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_64C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_64C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_64E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_64E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6500[] = "__OTR__ast_audio/ast_audio_v1_instrument_6500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6520[] = "__OTR__ast_audio/ast_audio_v1_instrument_6520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6540[] = "__OTR__ast_audio/ast_audio_v1_instrument_6540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6560[] = "__OTR__ast_audio/ast_audio_v1_instrument_6560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6580[] = "__OTR__ast_audio/ast_audio_v1_instrument_6580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_65A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_65A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_65C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_65C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_65E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_65E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6600[] = "__OTR__ast_audio/ast_audio_v1_instrument_6600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6620[] = "__OTR__ast_audio/ast_audio_v1_instrument_6620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6640[] = "__OTR__ast_audio/ast_audio_v1_instrument_6640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6660[] = "__OTR__ast_audio/ast_audio_v1_instrument_6660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_6680[] = "__OTR__ast_audio/ast_audio_v1_sound_font_6680"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6880_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6880_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6890[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6890"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6920"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6930_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6940"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6950_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6960"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6970_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6980"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6990_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_69A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_69A0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_69B0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_69B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_69C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_69C0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_69D0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_69D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_69E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_69E0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_69F0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_69F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6A00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6A10_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6A20"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6A30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6A40"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6A50_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6A60"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6A70_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6A80"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6A90_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6AA0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6AB0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6AC0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6AD0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6AE0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6AF0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6B00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6B10_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6B20"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6B30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6B40"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6B50_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6B60"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6B70_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6B80"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6B90_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6BA0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6BB0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6BC0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6BD0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6BE0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6BF0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6C00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6C10_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6C20"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6C30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6C40"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6C50_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6C60"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6C70_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6C80"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6C90_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6CA0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6CB0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6CC0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6CD0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6CE0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6CF0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6D00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6D10_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6D20"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6D30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6D40"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6D50_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6D60"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6D70_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6D80"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6D90_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6DA0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6DB0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6DC0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6DD0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6DE0"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6DF0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6E00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6E10_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6E20"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6E30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6E90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6E90"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6EA0_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6EA0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6EB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6EB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6F00"; + +static const ALIGN_ASSET(2) char Sample_P_6680_O_6F30_B_2[] = "__OTR__ast_audio/Sample_P_6680_O_6F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_6F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_6F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_6F90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_6F90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_6FA0[] = "__OTR__ast_audio/ast_audio_v1_envelope_6FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6FC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_6FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_6FE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_6FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7000[] = "__OTR__ast_audio/ast_audio_v1_instrument_7000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7020[] = "__OTR__ast_audio/ast_audio_v1_instrument_7020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7040[] = "__OTR__ast_audio/ast_audio_v1_instrument_7040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7060[] = "__OTR__ast_audio/ast_audio_v1_instrument_7060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7080[] = "__OTR__ast_audio/ast_audio_v1_instrument_7080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_70A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_70A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_70C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_70C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_70E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_70E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7100[] = "__OTR__ast_audio/ast_audio_v1_instrument_7100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7120[] = "__OTR__ast_audio/ast_audio_v1_instrument_7120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7140[] = "__OTR__ast_audio/ast_audio_v1_instrument_7140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7160[] = "__OTR__ast_audio/ast_audio_v1_instrument_7160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7180[] = "__OTR__ast_audio/ast_audio_v1_instrument_7180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_71A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_71A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_71C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_71C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_71E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_71E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7200[] = "__OTR__ast_audio/ast_audio_v1_instrument_7200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7220[] = "__OTR__ast_audio/ast_audio_v1_instrument_7220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7240[] = "__OTR__ast_audio/ast_audio_v1_instrument_7240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7260[] = "__OTR__ast_audio/ast_audio_v1_instrument_7260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7280[] = "__OTR__ast_audio/ast_audio_v1_instrument_7280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_72A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_72A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_72C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_72C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_72E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_72E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7300[] = "__OTR__ast_audio/ast_audio_v1_instrument_7300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7320[] = "__OTR__ast_audio/ast_audio_v1_instrument_7320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7340[] = "__OTR__ast_audio/ast_audio_v1_instrument_7340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7360[] = "__OTR__ast_audio/ast_audio_v1_instrument_7360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7380[] = "__OTR__ast_audio/ast_audio_v1_instrument_7380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_73A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_73A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_73C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_73C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_73E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_73E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7400[] = "__OTR__ast_audio/ast_audio_v1_instrument_7400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7420[] = "__OTR__ast_audio/ast_audio_v1_instrument_7420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_7440[] = "__OTR__ast_audio/ast_audio_v1_instrument_7440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_7460[] = "__OTR__ast_audio/ast_audio_v1_sound_font_7460"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7660_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7660_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_7670[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_7670"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7700"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7710_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7710_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7720"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7730_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7730_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7740"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7750_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7760"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7770_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7780"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7790_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_77A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_77A0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_77B0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_77B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_77C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_77C0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_77D0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_77D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_77E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_77E0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_77F0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_77F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7800"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7810_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7820"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7830_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7840"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7850_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7860"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7870_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7880"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7890_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_78A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_78A0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_78B0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_78B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_78C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_78C0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_78D0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_78D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_78E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_78E0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_78F0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_78F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7900"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7910_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7920"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7930_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7940"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7950_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7960"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7970_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7980"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7990_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_79A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_79A0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_79B0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_79B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_79C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_79C0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_79D0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_79D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_79E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_79E0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_79F0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_79F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7A00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7A10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7A20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7A30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7A40"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7A50_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7A60"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7A70_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7A80"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7A90_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7AA0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7AB0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7AC0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7AD0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7AE0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7AF0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7B00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7B10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7B20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7B30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7B40"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7B50_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7B60"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7B70_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7B80"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7B90_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7BA0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7BB0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7BC0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7BD0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7BE0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7BF0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7C00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7C10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7C20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7C30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7C40"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7C50_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7C60"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7C70_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7C80"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7C90_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7CA0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7CB0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7CC0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7CD0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7CE0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7CF0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7D00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7D10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7D20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7D30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7D40"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7D50_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7D60"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7D70_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7D80"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7D90_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7DA0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7DB0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7DC0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7DD0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7DE0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7DF0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7E00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7E10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7E20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7E30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7E40"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7E50_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7E60"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7E70_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7E80"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7E90_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7EA0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7EB0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7EC0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7ED0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7EE0"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7EF0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7F00"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7F10_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7F20"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7F30_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_7F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_7F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_7F90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_7F90"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_7FA0_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_7FA0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_7FB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_7FB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8000"; + +static const ALIGN_ASSET(2) char Sample_P_7460_O_8030_B_2[] = "__OTR__ast_audio/Sample_P_7460_O_8030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_8040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_8040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8090[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8090"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_80A0[] = "__OTR__ast_audio/ast_audio_v1_envelope_80A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_80C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_80C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_80E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_80E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8100[] = "__OTR__ast_audio/ast_audio_v1_instrument_8100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8120[] = "__OTR__ast_audio/ast_audio_v1_instrument_8120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8140[] = "__OTR__ast_audio/ast_audio_v1_instrument_8140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8160[] = "__OTR__ast_audio/ast_audio_v1_instrument_8160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8180[] = "__OTR__ast_audio/ast_audio_v1_instrument_8180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_81A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_81A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_81C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_81C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_81E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_81E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8200[] = "__OTR__ast_audio/ast_audio_v1_instrument_8200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8220[] = "__OTR__ast_audio/ast_audio_v1_instrument_8220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8240[] = "__OTR__ast_audio/ast_audio_v1_instrument_8240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8260[] = "__OTR__ast_audio/ast_audio_v1_instrument_8260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8280[] = "__OTR__ast_audio/ast_audio_v1_instrument_8280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_82A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_82A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_82C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_82C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_82E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_82E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8300[] = "__OTR__ast_audio/ast_audio_v1_instrument_8300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8320[] = "__OTR__ast_audio/ast_audio_v1_instrument_8320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8340[] = "__OTR__ast_audio/ast_audio_v1_instrument_8340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8360[] = "__OTR__ast_audio/ast_audio_v1_instrument_8360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8380[] = "__OTR__ast_audio/ast_audio_v1_instrument_8380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_83A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_83A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_83C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_83C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_83E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_83E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8400[] = "__OTR__ast_audio/ast_audio_v1_instrument_8400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8420[] = "__OTR__ast_audio/ast_audio_v1_instrument_8420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8440[] = "__OTR__ast_audio/ast_audio_v1_instrument_8440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8460[] = "__OTR__ast_audio/ast_audio_v1_instrument_8460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8480[] = "__OTR__ast_audio/ast_audio_v1_instrument_8480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_84A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_84A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_84C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_84C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_84E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_84E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8500[] = "__OTR__ast_audio/ast_audio_v1_instrument_8500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8520[] = "__OTR__ast_audio/ast_audio_v1_instrument_8520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8540[] = "__OTR__ast_audio/ast_audio_v1_instrument_8540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8560[] = "__OTR__ast_audio/ast_audio_v1_instrument_8560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8580[] = "__OTR__ast_audio/ast_audio_v1_instrument_8580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_85A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_85A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_85C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_85C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_85E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_85E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8600[] = "__OTR__ast_audio/ast_audio_v1_instrument_8600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8620[] = "__OTR__ast_audio/ast_audio_v1_instrument_8620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_8640[] = "__OTR__ast_audio/ast_audio_v1_instrument_8640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_8660[] = "__OTR__ast_audio/ast_audio_v1_sound_font_8660"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8860_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8860_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_8870[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_8870"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8900"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8910_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8920"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8930_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8940"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8950_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8960"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8970_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8980"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8990_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_89A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_89A0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_89B0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_89B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_89C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_89C0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_89D0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_89D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_89E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_89E0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_89F0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_89F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8A00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8A10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8A20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8A30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8A40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8A50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8A60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8A70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8A80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8A90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8AA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8AB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8AC0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8AD0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8AE0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8AF0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8B00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8B10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8B20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8B30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8B40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8B50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8B60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8B70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8B80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8B90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8BA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8BB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8BC0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8BD0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8BE0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8BF0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8C00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8C10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8C20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8C30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8C40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8C50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8C60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8C70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8C80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8C90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8CA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8CB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8CC0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8CD0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8CE0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8CF0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8D00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8D10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8D20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8D30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8D40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8D50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8D60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8D70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8D80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8D90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8DA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8DB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8DC0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8DD0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8DE0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8DF0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8E00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8E10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8E20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8E30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8E40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8E50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8E60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8E70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8E80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8E90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8EA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8EB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8EC0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8ED0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8EE0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8EF0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F00"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8F10_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F20"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8F30_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F40"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8F50_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F60"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8F70_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8F80"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8F90_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_8FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_8FA0"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_8FB0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_8FB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_8FC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_8FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9010[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9010"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_9020_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_9020_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_9030[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_9030"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9080"; + +static const ALIGN_ASSET(2) char Sample_P_8660_O_90B0_B_2[] = "__OTR__ast_audio/Sample_P_8660_O_90B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_90C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_90C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9110[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9110"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_9120[] = "__OTR__ast_audio/ast_audio_v1_envelope_9120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9140[] = "__OTR__ast_audio/ast_audio_v1_instrument_9140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9160[] = "__OTR__ast_audio/ast_audio_v1_instrument_9160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9180[] = "__OTR__ast_audio/ast_audio_v1_instrument_9180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_91A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_91A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_91C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_91C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_91E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_91E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9200[] = "__OTR__ast_audio/ast_audio_v1_instrument_9200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9220[] = "__OTR__ast_audio/ast_audio_v1_instrument_9220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9240[] = "__OTR__ast_audio/ast_audio_v1_instrument_9240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9260[] = "__OTR__ast_audio/ast_audio_v1_instrument_9260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9280[] = "__OTR__ast_audio/ast_audio_v1_instrument_9280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_92A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_92A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_92C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_92C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_92E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_92E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9300[] = "__OTR__ast_audio/ast_audio_v1_instrument_9300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9320[] = "__OTR__ast_audio/ast_audio_v1_instrument_9320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9340[] = "__OTR__ast_audio/ast_audio_v1_instrument_9340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9360[] = "__OTR__ast_audio/ast_audio_v1_instrument_9360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9380[] = "__OTR__ast_audio/ast_audio_v1_instrument_9380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_93A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_93A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_93C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_93C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_93E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_93E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9400[] = "__OTR__ast_audio/ast_audio_v1_instrument_9400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9420[] = "__OTR__ast_audio/ast_audio_v1_instrument_9420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9440[] = "__OTR__ast_audio/ast_audio_v1_instrument_9440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9460[] = "__OTR__ast_audio/ast_audio_v1_instrument_9460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9480[] = "__OTR__ast_audio/ast_audio_v1_instrument_9480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_94A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_94A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_94C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_94C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_94E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_94E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9500[] = "__OTR__ast_audio/ast_audio_v1_instrument_9500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9520[] = "__OTR__ast_audio/ast_audio_v1_instrument_9520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9540[] = "__OTR__ast_audio/ast_audio_v1_instrument_9540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9560[] = "__OTR__ast_audio/ast_audio_v1_instrument_9560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9580[] = "__OTR__ast_audio/ast_audio_v1_instrument_9580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_95A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_95A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_95C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_95C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_95E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_95E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9600[] = "__OTR__ast_audio/ast_audio_v1_instrument_9600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9620[] = "__OTR__ast_audio/ast_audio_v1_instrument_9620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9640[] = "__OTR__ast_audio/ast_audio_v1_instrument_9640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9660[] = "__OTR__ast_audio/ast_audio_v1_instrument_9660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_9680[] = "__OTR__ast_audio/ast_audio_v1_instrument_9680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_96A0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_96A0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_98A0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_98A0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_98B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_98B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9940"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9950_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9960"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9970_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9980"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9990_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_99A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_99A0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_99B0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_99B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_99C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_99C0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_99D0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_99D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_99E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_99E0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_99F0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_99F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9A00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9A10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9A20"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9A30_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9A40"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9A50_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9A60"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9A70_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9A80"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9A90_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9AA0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9AB0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9AC0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9AD0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9AE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9AF0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9B00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9B10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9B20"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9B30_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9B40"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9B50_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9B60"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9B70_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9B80"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9B90_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9BA0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9BB0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9BC0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9BD0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9BE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9BF0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9C00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9C10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9C20"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9C30_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9C40"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9C50_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9C60"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9C70_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9C80"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9C90_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9CA0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9CB0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9CC0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9CD0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9CE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9CF0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9D00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9D10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9D20"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9D30_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9D40"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9D50_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9D60"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9D70_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9D80"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9D90_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9DA0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9DB0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9DC0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9DD0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9DE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9DF0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9E00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9E10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9E20"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9E30_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9E40"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9E50_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9E60"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9E70_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9E80"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9E90_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9EA0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9EB0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9EC0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9ED0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9EE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9EF0_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9F00"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9F10_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_9F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_9F20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9F70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9F70"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_9F80_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_9F80_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_9F90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_9F90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_9FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_9FE0"; + +static const ALIGN_ASSET(2) char Sample_P_96A0_O_A010_B_2[] = "__OTR__ast_audio/Sample_P_96A0_O_A010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_A020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_A020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A070[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A070"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_A080[] = "__OTR__ast_audio/ast_audio_v1_envelope_A080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A0A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A0A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A0C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A0C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A0E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A0E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A100[] = "__OTR__ast_audio/ast_audio_v1_instrument_A100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A120[] = "__OTR__ast_audio/ast_audio_v1_instrument_A120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A140[] = "__OTR__ast_audio/ast_audio_v1_instrument_A140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A160[] = "__OTR__ast_audio/ast_audio_v1_instrument_A160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A180[] = "__OTR__ast_audio/ast_audio_v1_instrument_A180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A1A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A1A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A1C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A1C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A1E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A1E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A200[] = "__OTR__ast_audio/ast_audio_v1_instrument_A200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A220[] = "__OTR__ast_audio/ast_audio_v1_instrument_A220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A240[] = "__OTR__ast_audio/ast_audio_v1_instrument_A240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A260[] = "__OTR__ast_audio/ast_audio_v1_instrument_A260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A280[] = "__OTR__ast_audio/ast_audio_v1_instrument_A280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A2A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A2A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A2C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A2E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A2E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A300[] = "__OTR__ast_audio/ast_audio_v1_instrument_A300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A320[] = "__OTR__ast_audio/ast_audio_v1_instrument_A320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A340[] = "__OTR__ast_audio/ast_audio_v1_instrument_A340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A360[] = "__OTR__ast_audio/ast_audio_v1_instrument_A360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A380[] = "__OTR__ast_audio/ast_audio_v1_instrument_A380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A3A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A3A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A3C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A3E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A3E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A400[] = "__OTR__ast_audio/ast_audio_v1_instrument_A400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A420[] = "__OTR__ast_audio/ast_audio_v1_instrument_A420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A440[] = "__OTR__ast_audio/ast_audio_v1_instrument_A440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A460[] = "__OTR__ast_audio/ast_audio_v1_instrument_A460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A480[] = "__OTR__ast_audio/ast_audio_v1_instrument_A480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A4A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A4A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_A4C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_A4C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_A4E0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_A4E0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A6E0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A6E0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_A6F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_A6F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A780"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A790_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A7A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A7A0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A7B0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A7B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A7C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A7C0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A7D0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A7D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A7E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A7E0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A7F0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A7F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A800"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A810_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A820"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A830_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A840"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A850_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A860"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A870_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A880"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A890_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A8A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A8A0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A8B0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A8B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A8C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A8C0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A8D0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A8D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A8E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A8E0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A8F0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A8F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A900"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A910_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A920"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A930_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A940"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A950_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A960"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A970_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A980"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A990_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A9A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A9A0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A9B0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A9B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A9C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A9C0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A9D0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A9D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_A9E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_A9E0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_A9F0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_A9F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AA00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AA00"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AA10_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AA10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AA20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AA20"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AA30_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AA30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AA40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AA40"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AA50_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AA50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AA60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AA60"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AA70_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AA70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AA80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AA80"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AA90_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AA90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AAA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AAA0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AAB0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AAB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AAC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AAC0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AAD0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AAD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AAE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AAE0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AAF0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AAF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AB00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AB00"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AB10_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AB10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AB20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AB20"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AB30_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AB30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AB40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AB40"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AB50_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AB50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AB60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AB60"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AB70_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AB70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AB80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AB80"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AB90_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AB90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_ABA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_ABA0"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_ABB0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_ABB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_ABC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_ABC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AC10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AC10"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_AC20_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_AC20_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_AC30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_AC30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AC80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AC80"; + +static const ALIGN_ASSET(2) char Sample_P_A4E0_O_ACB0_B_2[] = "__OTR__ast_audio/Sample_P_A4E0_O_ACB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_ACC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_ACC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_AD10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_AD10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_AD20[] = "__OTR__ast_audio/ast_audio_v1_envelope_AD20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AD40[] = "__OTR__ast_audio/ast_audio_v1_instrument_AD40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AD60[] = "__OTR__ast_audio/ast_audio_v1_instrument_AD60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AD80[] = "__OTR__ast_audio/ast_audio_v1_instrument_AD80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_ADA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_ADA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_ADC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_ADC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_ADE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_ADE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AE00[] = "__OTR__ast_audio/ast_audio_v1_instrument_AE00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AE20[] = "__OTR__ast_audio/ast_audio_v1_instrument_AE20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AE40[] = "__OTR__ast_audio/ast_audio_v1_instrument_AE40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AE60[] = "__OTR__ast_audio/ast_audio_v1_instrument_AE60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AE80[] = "__OTR__ast_audio/ast_audio_v1_instrument_AE80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AEA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AEA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AEC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AEC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AEE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AEE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AF00[] = "__OTR__ast_audio/ast_audio_v1_instrument_AF00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AF20[] = "__OTR__ast_audio/ast_audio_v1_instrument_AF20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AF40[] = "__OTR__ast_audio/ast_audio_v1_instrument_AF40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AF60[] = "__OTR__ast_audio/ast_audio_v1_instrument_AF60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AF80[] = "__OTR__ast_audio/ast_audio_v1_instrument_AF80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AFA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AFA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AFC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AFC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_AFE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_AFE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B000[] = "__OTR__ast_audio/ast_audio_v1_instrument_B000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B020[] = "__OTR__ast_audio/ast_audio_v1_instrument_B020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B040[] = "__OTR__ast_audio/ast_audio_v1_instrument_B040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B060[] = "__OTR__ast_audio/ast_audio_v1_instrument_B060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B080[] = "__OTR__ast_audio/ast_audio_v1_instrument_B080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B0A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_B0A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B0C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_B0C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_B0E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_B0E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_B100[] = "__OTR__ast_audio/ast_audio_v1_sound_font_B100"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B300_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B300_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_B310[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_B310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B3A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B3A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B3B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B3B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B3C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B3C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B3D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B3D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B3E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B3E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B3F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B3F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B400"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B410_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B410_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B420"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B430_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B430_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B440"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B450_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B450_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B460"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B470_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B470_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B480[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B480"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B490_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B490_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B4A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B4A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B4B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B4B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B4C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B4C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B4D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B4D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B4E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B4E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B4F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B4F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B500[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B500"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B510_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B510_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B520"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B530_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B530_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B540"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B550_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B550_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B560"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B570_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B570_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B580[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B580"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B590_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B590_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B5A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B5A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B5B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B5B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B5C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B5C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B5D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B5D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B5E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B5E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B5F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B5F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B600[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B600"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B610_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B610_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B620[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B620"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B630_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B630_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B640"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B650_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B650_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B660[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B660"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B670_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B670_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B680[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B680"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B690_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B690_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B6A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B6A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B6B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B6B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B6C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B6C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B6D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B6D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B6E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B6E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B6F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B6F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B700"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B710_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B710_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B720"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B730_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B730_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B740"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B750_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B760"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B770_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B780"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B790_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B7A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B7A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B7B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B7B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B7C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B7C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B7D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B7D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B7E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B7E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B7F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B7F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B800"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B810_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B820"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B830_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B840"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B850_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B860"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B870_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B880"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B890_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B8A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B8A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B8B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B8B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B8C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B8C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B8D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B8D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B8E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B8E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B8F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B8F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B900"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B910_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B920"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B930_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B940"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B950_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B960"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B970_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B980"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B990_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B9A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B9A0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B9B0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B9B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B9C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B9C0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B9D0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B9D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_B9E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_B9E0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_B9F0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_B9F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BA00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BA00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BA10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BA10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BA20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BA20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BA30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BA30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BA40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BA40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BA50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BA50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BA60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BA60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BA70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BA70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BA80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BA80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BA90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BA90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BAA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BAA0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BAB0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BAB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BAC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BAC0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BAD0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BAD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BAE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BAE0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BAF0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BAF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BB10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BB10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BB30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BB30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BB50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BB50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BB70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BB70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BB80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BB80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BB90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BB90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BBA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BBA0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BBB0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BBB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BBC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BBC0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BBD0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BBD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BBE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BBE0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BBF0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BBF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BC00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BC00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BC10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BC10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BC20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BC20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BC30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BC30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BC40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BC40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BC50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BC50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BC60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BC60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BC70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BC70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BC80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BC80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BC90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BC90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BCA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BCA0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BCB0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BCB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BCC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BCC0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BCD0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BCD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BCE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BCE0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BCF0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BCF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BD00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BD00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BD10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BD10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BD20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BD20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BD30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BD30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BD40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BD40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BD50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BD50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BD60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BD60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BD70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BD70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BD80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BD80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BD90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BD90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BDA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BDA0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BDB0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BDB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BDC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BDC0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BDD0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BDD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BDE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BDE0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BDF0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BDF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BE00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BE00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BE10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BE10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BE20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BE20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BE30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BE30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BE40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BE40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BE50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BE50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BE60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BE60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BE70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BE70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BE80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BE80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BE90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BE90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BEA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BEA0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BEB0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BEB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BEC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BEC0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BED0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BEE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BEE0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BEF0_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BEF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BF00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BF00"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BF10_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BF10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BF20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BF20"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BF30_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BF30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BF40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BF40"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BF50_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BF50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BF60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BF60"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BF70_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BF70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BF80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BF80"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_BF90_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_BF90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_BFA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_BFA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_BFF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_BFF0"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_C000_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_C000_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_C010[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_C010"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_C060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_C060"; + +static const ALIGN_ASSET(2) char Sample_P_B100_O_C090_B_2[] = "__OTR__ast_audio/Sample_P_B100_O_C090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_C0A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_C0A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_C0F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_C0F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_C100[] = "__OTR__ast_audio/ast_audio_v1_envelope_C100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C120[] = "__OTR__ast_audio/ast_audio_v1_instrument_C120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C140[] = "__OTR__ast_audio/ast_audio_v1_instrument_C140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C160[] = "__OTR__ast_audio/ast_audio_v1_instrument_C160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C180[] = "__OTR__ast_audio/ast_audio_v1_instrument_C180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C1A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C1A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C1C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C1C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C1E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C1E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C200[] = "__OTR__ast_audio/ast_audio_v1_instrument_C200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C220[] = "__OTR__ast_audio/ast_audio_v1_instrument_C220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C240[] = "__OTR__ast_audio/ast_audio_v1_instrument_C240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C260[] = "__OTR__ast_audio/ast_audio_v1_instrument_C260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C280[] = "__OTR__ast_audio/ast_audio_v1_instrument_C280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C2A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C2A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C2C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C2E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C2E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C300[] = "__OTR__ast_audio/ast_audio_v1_instrument_C300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C320[] = "__OTR__ast_audio/ast_audio_v1_instrument_C320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C340[] = "__OTR__ast_audio/ast_audio_v1_instrument_C340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C360[] = "__OTR__ast_audio/ast_audio_v1_instrument_C360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C380[] = "__OTR__ast_audio/ast_audio_v1_instrument_C380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C3A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C3A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C3C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C3E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C3E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C400[] = "__OTR__ast_audio/ast_audio_v1_instrument_C400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C420[] = "__OTR__ast_audio/ast_audio_v1_instrument_C420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C440[] = "__OTR__ast_audio/ast_audio_v1_instrument_C440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C460[] = "__OTR__ast_audio/ast_audio_v1_instrument_C460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C480[] = "__OTR__ast_audio/ast_audio_v1_instrument_C480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C4A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C4A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C4C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C4C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C4E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C4E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C500[] = "__OTR__ast_audio/ast_audio_v1_instrument_C500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C520[] = "__OTR__ast_audio/ast_audio_v1_instrument_C520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C540[] = "__OTR__ast_audio/ast_audio_v1_instrument_C540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C560[] = "__OTR__ast_audio/ast_audio_v1_instrument_C560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C580[] = "__OTR__ast_audio/ast_audio_v1_instrument_C580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C5A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C5A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C5C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C5C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C5E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C5E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C600[] = "__OTR__ast_audio/ast_audio_v1_instrument_C600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C620[] = "__OTR__ast_audio/ast_audio_v1_instrument_C620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C640[] = "__OTR__ast_audio/ast_audio_v1_instrument_C640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C660[] = "__OTR__ast_audio/ast_audio_v1_instrument_C660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C680[] = "__OTR__ast_audio/ast_audio_v1_instrument_C680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C6A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C6A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C6C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C6C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C6E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C6E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C700[] = "__OTR__ast_audio/ast_audio_v1_instrument_C700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C720[] = "__OTR__ast_audio/ast_audio_v1_instrument_C720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C740[] = "__OTR__ast_audio/ast_audio_v1_instrument_C740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C760[] = "__OTR__ast_audio/ast_audio_v1_instrument_C760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C780[] = "__OTR__ast_audio/ast_audio_v1_instrument_C780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C7A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C7A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C7C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C7C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C7E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C7E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C800[] = "__OTR__ast_audio/ast_audio_v1_instrument_C800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C820[] = "__OTR__ast_audio/ast_audio_v1_instrument_C820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C840[] = "__OTR__ast_audio/ast_audio_v1_instrument_C840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C860[] = "__OTR__ast_audio/ast_audio_v1_instrument_C860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C880[] = "__OTR__ast_audio/ast_audio_v1_instrument_C880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C8A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C8A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C8C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C8C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C8E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C8E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C900[] = "__OTR__ast_audio/ast_audio_v1_instrument_C900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C920[] = "__OTR__ast_audio/ast_audio_v1_instrument_C920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C940[] = "__OTR__ast_audio/ast_audio_v1_instrument_C940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C960[] = "__OTR__ast_audio/ast_audio_v1_instrument_C960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C980[] = "__OTR__ast_audio/ast_audio_v1_instrument_C980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C9A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C9A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C9C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C9C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_C9E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_C9E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_CA00[] = "__OTR__ast_audio/ast_audio_v1_instrument_CA00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_CA20[] = "__OTR__ast_audio/ast_audio_v1_sound_font_CA20"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CC20_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CC20_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_CC30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_CC30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CCC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CCC0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CCD0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CCD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CCE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CCE0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CCF0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CCF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CD00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CD00"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CD10_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CD10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CD20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CD20"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CD30_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CD30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CD40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CD40"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CD50_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CD50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CD60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CD60"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CD70_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CD70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CD80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CD80"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CD90_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CD90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CDA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CDA0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CDB0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CDB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CDC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CDC0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CDD0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CDD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CDE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CDE0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CDF0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CDF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CE00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CE00"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CE10_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CE10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CE20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CE20"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CE30_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CE30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CE40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CE40"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CE50_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CE50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CE60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CE60"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CE70_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CE70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CE80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CE80"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CE90_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CE90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CEA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CEA0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CEB0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CEB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CEC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CEC0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CED0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CEE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CEE0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CEF0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CEF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CF00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CF00"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CF10_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CF10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CF20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CF20"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CF30_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CF30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CF40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CF40"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CF50_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CF50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CF60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CF60"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CF70_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CF70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CF80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CF80"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CF90_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CF90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CFA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CFA0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CFB0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CFB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CFC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CFC0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CFD0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CFD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_CFE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_CFE0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_CFF0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_CFF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_D000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_D000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D050[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D050"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_D060_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_D060_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_D070[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_D070"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D0C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D0C0"; + +static const ALIGN_ASSET(2) char Sample_P_CA20_O_D0F0_B_2[] = "__OTR__ast_audio/Sample_P_CA20_O_D0F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_D100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_D100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D150[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_D160[] = "__OTR__ast_audio/ast_audio_v1_envelope_D160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D180[] = "__OTR__ast_audio/ast_audio_v1_instrument_D180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D1A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D1A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D1C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D1C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D1E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D1E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D200[] = "__OTR__ast_audio/ast_audio_v1_instrument_D200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D220[] = "__OTR__ast_audio/ast_audio_v1_instrument_D220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D240[] = "__OTR__ast_audio/ast_audio_v1_instrument_D240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D260[] = "__OTR__ast_audio/ast_audio_v1_instrument_D260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D280[] = "__OTR__ast_audio/ast_audio_v1_instrument_D280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D2A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D2A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D2C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D2E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D2E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D300[] = "__OTR__ast_audio/ast_audio_v1_instrument_D300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D320[] = "__OTR__ast_audio/ast_audio_v1_instrument_D320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D340[] = "__OTR__ast_audio/ast_audio_v1_instrument_D340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D360[] = "__OTR__ast_audio/ast_audio_v1_instrument_D360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D380[] = "__OTR__ast_audio/ast_audio_v1_instrument_D380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D3A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D3A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D3C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D3E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_D3E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D400[] = "__OTR__ast_audio/ast_audio_v1_instrument_D400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_D420[] = "__OTR__ast_audio/ast_audio_v1_instrument_D420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_D440[] = "__OTR__ast_audio/ast_audio_v1_sound_font_D440"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D640_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D640_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_D650[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_D650"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D6E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D6E0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D6F0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D6F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D700"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D710_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D710_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D720"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D730_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D730_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D740"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D750_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D760"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D770_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D780"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D790_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D7A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D7A0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D7B0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D7B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D7C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D7C0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D7D0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D7D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D7E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D7E0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D7F0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D7F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D800"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D810_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D820"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D830_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D840"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D850_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D860"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D870_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D880"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D890_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D8A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D8A0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D8B0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D8B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D8C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D8C0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D8D0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D8D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D8E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D8E0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D8F0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D8F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D900"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D910_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D920"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D930_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D940"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D950_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D960"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D970_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D980"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D990_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D9A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D9A0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D9B0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D9B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D9C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D9C0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D9D0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D9D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_D9E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_D9E0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_D9F0_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_D9F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_DA00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_DA00"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_DA10_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_DA10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_DA20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_DA20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_DA70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_DA70"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_DA80_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_DA80_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_DA90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_DA90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_DAE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_DAE0"; + +static const ALIGN_ASSET(2) char Sample_P_D440_O_DB10_B_2[] = "__OTR__ast_audio/Sample_P_D440_O_DB10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_DB20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_DB20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_DB70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_DB70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_DB80[] = "__OTR__ast_audio/ast_audio_v1_envelope_DB80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DBA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DBA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DBC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DBC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DBE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DBE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DC00[] = "__OTR__ast_audio/ast_audio_v1_instrument_DC00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DC20[] = "__OTR__ast_audio/ast_audio_v1_instrument_DC20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DC40[] = "__OTR__ast_audio/ast_audio_v1_instrument_DC40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DC60[] = "__OTR__ast_audio/ast_audio_v1_instrument_DC60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DC80[] = "__OTR__ast_audio/ast_audio_v1_instrument_DC80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DCA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DCA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DCC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DCC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DCE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DCE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DD00[] = "__OTR__ast_audio/ast_audio_v1_instrument_DD00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DD20[] = "__OTR__ast_audio/ast_audio_v1_instrument_DD20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DD40[] = "__OTR__ast_audio/ast_audio_v1_instrument_DD40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DD60[] = "__OTR__ast_audio/ast_audio_v1_instrument_DD60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DD80[] = "__OTR__ast_audio/ast_audio_v1_instrument_DD80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DDA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DDA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DDC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DDC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DDE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_DDE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DE00[] = "__OTR__ast_audio/ast_audio_v1_instrument_DE00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_DE20[] = "__OTR__ast_audio/ast_audio_v1_instrument_DE20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_DE40[] = "__OTR__ast_audio/ast_audio_v1_sound_font_DE40"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E040_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E040_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_E050[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_E050"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E0E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E0E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E0F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E0F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E100"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E110_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E110_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E120[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E120"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E130_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E130_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E140"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E150_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E150_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E160"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E170_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E170_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E180"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E190_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E190_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E1A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E1A0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E1B0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E1B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E1C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E1C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E1D0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E1D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E1E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E1E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E1F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E1F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E200"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E210_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E210_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E220"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E230_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E230_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E240"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E250_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E250_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E260"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E270_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E270_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E280"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E290_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E290_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E2A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E2A0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E2B0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E2B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E2C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E2C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E2D0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E2D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E2E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E2E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E2F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E2F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E300[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E300"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E310_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E310_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E320[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E320"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E330_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E330_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E340"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E350_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E350_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E360[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E360"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E370_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E370_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E380"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E390_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E390_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E3A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E3A0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E3B0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E3B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E3C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E3C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E3D0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E3D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E3E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E3E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E3F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E3F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E400"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E410_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E410_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E420"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E430_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E430_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E440"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E450_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E450_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E460"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E470_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E470_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E480[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E480"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E490_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E490_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E4A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E4A0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E4B0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E4B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E4C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E4C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E4D0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E4D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E4E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E4E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E4F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E4F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E500[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E500"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E510_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E510_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E520"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E530_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E530_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E540"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E550_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E550_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E560"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E570_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E570_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E580[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E580"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E590_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E590_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E5A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E5A0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E5B0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E5B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E5C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E5C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E5D0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E5D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E5E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E5E0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E5F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E5F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_E600[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_E600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E650[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E650"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E660_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E660_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_E670[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_E670"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E6C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E6C0"; + +static const ALIGN_ASSET(2) char Sample_P_DE40_O_E6F0_B_2[] = "__OTR__ast_audio/Sample_P_DE40_O_E6F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_E700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_E700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_E750[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_E750"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_E760[] = "__OTR__ast_audio/ast_audio_v1_envelope_E760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E780[] = "__OTR__ast_audio/ast_audio_v1_instrument_E780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E7A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E7A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E7C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E7C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E7E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E7E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E800[] = "__OTR__ast_audio/ast_audio_v1_instrument_E800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E820[] = "__OTR__ast_audio/ast_audio_v1_instrument_E820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E840[] = "__OTR__ast_audio/ast_audio_v1_instrument_E840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E860[] = "__OTR__ast_audio/ast_audio_v1_instrument_E860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E880[] = "__OTR__ast_audio/ast_audio_v1_instrument_E880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E8A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E8A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E8C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E8C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E8E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E8E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E900[] = "__OTR__ast_audio/ast_audio_v1_instrument_E900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E920[] = "__OTR__ast_audio/ast_audio_v1_instrument_E920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E940[] = "__OTR__ast_audio/ast_audio_v1_instrument_E940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E960[] = "__OTR__ast_audio/ast_audio_v1_instrument_E960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E980[] = "__OTR__ast_audio/ast_audio_v1_instrument_E980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E9A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E9A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E9C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E9C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_E9E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_E9E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EA00[] = "__OTR__ast_audio/ast_audio_v1_instrument_EA00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EA20[] = "__OTR__ast_audio/ast_audio_v1_instrument_EA20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EA40[] = "__OTR__ast_audio/ast_audio_v1_instrument_EA40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EA60[] = "__OTR__ast_audio/ast_audio_v1_instrument_EA60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EA80[] = "__OTR__ast_audio/ast_audio_v1_instrument_EA80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EAA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_EAA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EAC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_EAC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EAE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_EAE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EB00[] = "__OTR__ast_audio/ast_audio_v1_instrument_EB00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EB20[] = "__OTR__ast_audio/ast_audio_v1_instrument_EB20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EB40[] = "__OTR__ast_audio/ast_audio_v1_instrument_EB40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EB60[] = "__OTR__ast_audio/ast_audio_v1_instrument_EB60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_EB80[] = "__OTR__ast_audio/ast_audio_v1_instrument_EB80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_EBA0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_EBA0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EDA0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EDA0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_EDB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_EDB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EE40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EE40"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EE50_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EE50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EE60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EE60"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EE70_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EE70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EE80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EE80"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EE90_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EE90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EEA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EEA0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EEB0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EEB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EEC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EEC0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EED0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EEE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EEE0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EEF0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EEF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EF00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EF00"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EF10_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EF10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EF20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EF20"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EF30_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EF30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EF40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EF40"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EF50_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EF50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EF60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EF60"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EF70_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EF70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EF80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EF80"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EF90_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EF90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EFA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EFA0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EFB0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EFB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EFC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EFC0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EFD0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EFD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_EFE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_EFE0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_EFF0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_EFF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F000"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F010_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F020"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F030_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F040"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F050_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F050_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F060"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F070_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F070_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F080"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F090_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F0A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F0A0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F0B0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F0B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F0C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F0C0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F0D0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F0D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F0E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F0E0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F0F0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F0F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F100"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F110_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F110_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F120[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F120"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F130_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F130_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F140"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F150_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F150_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F160"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F170_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F170_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F180"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F190_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F190_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F1A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F1A0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F1B0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F1B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F1C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F1C0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F1D0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F1D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F1E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F1E0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F1F0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F1F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F200"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F210_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F210_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F220"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F230_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F230_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F240"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F250_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F250_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F260"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F270_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F270_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F280"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F290_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F290_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F2A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F2A0"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F2B0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F2B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_F2C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_F2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F310[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F310"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F320_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F320_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_F330[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_F330"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F380"; + +static const ALIGN_ASSET(2) char Sample_P_EBA0_O_F3B0_B_2[] = "__OTR__ast_audio/Sample_P_EBA0_O_F3B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_F3C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_F3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_F410[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_F410"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_F420[] = "__OTR__ast_audio/ast_audio_v1_envelope_F420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F440[] = "__OTR__ast_audio/ast_audio_v1_instrument_F440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F460[] = "__OTR__ast_audio/ast_audio_v1_instrument_F460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F480[] = "__OTR__ast_audio/ast_audio_v1_instrument_F480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F4A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F4A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F4C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F4C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F4E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F4E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F500[] = "__OTR__ast_audio/ast_audio_v1_instrument_F500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F520[] = "__OTR__ast_audio/ast_audio_v1_instrument_F520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F540[] = "__OTR__ast_audio/ast_audio_v1_instrument_F540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F560[] = "__OTR__ast_audio/ast_audio_v1_instrument_F560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F580[] = "__OTR__ast_audio/ast_audio_v1_instrument_F580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F5A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F5A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F5C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F5C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F5E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F5E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F600[] = "__OTR__ast_audio/ast_audio_v1_instrument_F600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F620[] = "__OTR__ast_audio/ast_audio_v1_instrument_F620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F640[] = "__OTR__ast_audio/ast_audio_v1_instrument_F640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F660[] = "__OTR__ast_audio/ast_audio_v1_instrument_F660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F680[] = "__OTR__ast_audio/ast_audio_v1_instrument_F680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F6A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F6A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F6C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F6C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F6E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F6E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F700[] = "__OTR__ast_audio/ast_audio_v1_instrument_F700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F720[] = "__OTR__ast_audio/ast_audio_v1_instrument_F720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F740[] = "__OTR__ast_audio/ast_audio_v1_instrument_F740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F760[] = "__OTR__ast_audio/ast_audio_v1_instrument_F760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F780[] = "__OTR__ast_audio/ast_audio_v1_instrument_F780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_F7A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_F7A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_F7C0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_F7C0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_F9C0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_F9C0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_F9D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_F9D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FA60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FA60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FA70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FA70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FA80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FA80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FA90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FA90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FAA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FAA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FAB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FAB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FAC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FAC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FAD0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FAD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FAE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FAE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FAF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FAF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FB00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FB00"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FB10_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FB10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FB20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FB20"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FB30_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FB30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FB40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FB40"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FB50_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FB50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FB60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FB60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FB70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FB70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FB80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FB80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FB90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FB90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FBA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FBA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FBB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FBB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FBC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FBC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FBD0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FBD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FBE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FBE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FBF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FBF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FC00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FC00"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FC10_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FC10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FC20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FC20"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FC30_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FC30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FC40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FC40"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FC50_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FC50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FC60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FC60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FC70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FC70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FC80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FC80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FC90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FC90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FCA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FCA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FCB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FCB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FCC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FCC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FCD0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FCD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FCE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FCE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FCF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FCF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FD00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FD00"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FD10_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FD10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FD20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FD20"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FD30_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FD30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FD40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FD40"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FD50_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FD50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FD60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FD60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FD70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FD70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FD80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FD80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FD90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FD90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FDA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FDA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FDB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FDB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FDC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FDC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FDD0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FDD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FDE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FDE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FDF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FDF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FE00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FE00"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FE10_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FE10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FE20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FE20"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FE30_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FE30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FE40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FE40"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FE50_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FE50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FE60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FE60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FE70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FE70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FE80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FE80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FE90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FE90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FEA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FEA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FEB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FEB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FEC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FEC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FED0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FEE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FEE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FEF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FEF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FF00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FF00"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FF10_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FF10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FF20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FF20"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FF30_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FF30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FF40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FF40"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FF50_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FF50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FF60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FF60"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FF70_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FF70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FF80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FF80"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FF90_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FF90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FFA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FFA0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FFB0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FFB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FFC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FFC0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FFD0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FFD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_FFE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_FFE0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_FFF0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_FFF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10000"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_10010_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_10010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10020"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_10030_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_10030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10040"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_10050_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_10050_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10060"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_10070_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_10070_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_10080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_10080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_100D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_100D0"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_100E0_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_100E0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_100F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_100F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10140"; + +static const ALIGN_ASSET(2) char Sample_P_F7C0_O_10170_B_2[] = "__OTR__ast_audio/Sample_P_F7C0_O_10170_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_10180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_10180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_101D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_101D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_101E0[] = "__OTR__ast_audio/ast_audio_v1_envelope_101E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10200[] = "__OTR__ast_audio/ast_audio_v1_instrument_10200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10220[] = "__OTR__ast_audio/ast_audio_v1_instrument_10220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10240[] = "__OTR__ast_audio/ast_audio_v1_instrument_10240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10260[] = "__OTR__ast_audio/ast_audio_v1_instrument_10260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10280[] = "__OTR__ast_audio/ast_audio_v1_instrument_10280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_102A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_102A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_102C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_102C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_102E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_102E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10300[] = "__OTR__ast_audio/ast_audio_v1_instrument_10300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10320[] = "__OTR__ast_audio/ast_audio_v1_instrument_10320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10340[] = "__OTR__ast_audio/ast_audio_v1_instrument_10340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10360[] = "__OTR__ast_audio/ast_audio_v1_instrument_10360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10380[] = "__OTR__ast_audio/ast_audio_v1_instrument_10380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_103A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_103A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_103C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_103C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_103E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_103E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10400[] = "__OTR__ast_audio/ast_audio_v1_instrument_10400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10420[] = "__OTR__ast_audio/ast_audio_v1_instrument_10420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10440[] = "__OTR__ast_audio/ast_audio_v1_instrument_10440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10460[] = "__OTR__ast_audio/ast_audio_v1_instrument_10460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10480[] = "__OTR__ast_audio/ast_audio_v1_instrument_10480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_104A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_104A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_104C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_104C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_104E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_104E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10500[] = "__OTR__ast_audio/ast_audio_v1_instrument_10500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10520[] = "__OTR__ast_audio/ast_audio_v1_instrument_10520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10540[] = "__OTR__ast_audio/ast_audio_v1_instrument_10540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10560[] = "__OTR__ast_audio/ast_audio_v1_instrument_10560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10580[] = "__OTR__ast_audio/ast_audio_v1_instrument_10580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_105A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_105A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_105C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_105C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_105E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_105E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10600[] = "__OTR__ast_audio/ast_audio_v1_instrument_10600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10620[] = "__OTR__ast_audio/ast_audio_v1_instrument_10620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10640[] = "__OTR__ast_audio/ast_audio_v1_instrument_10640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10660[] = "__OTR__ast_audio/ast_audio_v1_instrument_10660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_10680[] = "__OTR__ast_audio/ast_audio_v1_instrument_10680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_106A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_106A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_106C0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_106C0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_108C0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_108C0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_108D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_108D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10960"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10970_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10980"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10990_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_109A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_109A0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_109B0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_109B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_109C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_109C0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_109D0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_109D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_109E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_109E0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_109F0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_109F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10A00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10A10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10A20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10A30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10A40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10A50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10A60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10A70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10A80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10A90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10AA0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10AB0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10AC0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10AD0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10AE0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10AF0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10B10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10B30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10B50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10B70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10B80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10B90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10BA0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10BB0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10BC0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10BD0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10BE0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10BF0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10C00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10C10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10C20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10C30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10C40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10C50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10C60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10C70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10C80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10C90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10CA0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10CB0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10CC0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10CD0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10CE0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10CF0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10D00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10D10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10D20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10D30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10D40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10D50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10D60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10D70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10D80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10D90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10DA0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10DB0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10DC0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10DD0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10DE0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10DF0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10E00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10E10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10E20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10E30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10E40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10E50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10E60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10E70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10E80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10E90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10EA0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10EB0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10EC0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10ED0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10EE0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10EF0_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10F00"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10F10_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10F20"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10F30_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10F40"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10F50_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10F60"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10F70_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10F80"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_10F90_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_10F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_10FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_10FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_10FF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_10FF0"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_11000_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_11000_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_11010[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_11010"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11060"; + +static const ALIGN_ASSET(2) char Sample_P_106C0_O_11090_B_2[] = "__OTR__ast_audio/Sample_P_106C0_O_11090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_110A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_110A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_110F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_110F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_11100[] = "__OTR__ast_audio/ast_audio_v1_envelope_11100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11120[] = "__OTR__ast_audio/ast_audio_v1_instrument_11120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11140[] = "__OTR__ast_audio/ast_audio_v1_instrument_11140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11160[] = "__OTR__ast_audio/ast_audio_v1_instrument_11160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11180[] = "__OTR__ast_audio/ast_audio_v1_instrument_11180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_111A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_111A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_111C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_111C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_111E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_111E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11200[] = "__OTR__ast_audio/ast_audio_v1_instrument_11200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11220[] = "__OTR__ast_audio/ast_audio_v1_instrument_11220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11240[] = "__OTR__ast_audio/ast_audio_v1_instrument_11240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11260[] = "__OTR__ast_audio/ast_audio_v1_instrument_11260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11280[] = "__OTR__ast_audio/ast_audio_v1_instrument_11280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_112A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_112A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_112C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_112C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_112E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_112E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11300[] = "__OTR__ast_audio/ast_audio_v1_instrument_11300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11320[] = "__OTR__ast_audio/ast_audio_v1_instrument_11320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11340[] = "__OTR__ast_audio/ast_audio_v1_instrument_11340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11360[] = "__OTR__ast_audio/ast_audio_v1_instrument_11360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11380[] = "__OTR__ast_audio/ast_audio_v1_instrument_11380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_113A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_113A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_113C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_113C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_113E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_113E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11400[] = "__OTR__ast_audio/ast_audio_v1_instrument_11400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11420[] = "__OTR__ast_audio/ast_audio_v1_instrument_11420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11440[] = "__OTR__ast_audio/ast_audio_v1_instrument_11440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11460[] = "__OTR__ast_audio/ast_audio_v1_instrument_11460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11480[] = "__OTR__ast_audio/ast_audio_v1_instrument_11480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_114A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_114A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_114C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_114C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_114E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_114E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11500[] = "__OTR__ast_audio/ast_audio_v1_instrument_11500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11520[] = "__OTR__ast_audio/ast_audio_v1_instrument_11520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11540[] = "__OTR__ast_audio/ast_audio_v1_instrument_11540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11560[] = "__OTR__ast_audio/ast_audio_v1_instrument_11560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11580[] = "__OTR__ast_audio/ast_audio_v1_instrument_11580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_115A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_115A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_115C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_115C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_115E0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_115E0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_117E0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_117E0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_117F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_117F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11880"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11890_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_118A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_118A0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_118B0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_118B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_118C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_118C0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_118D0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_118D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_118E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_118E0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_118F0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_118F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11900"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11910_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11920"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11930_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11940"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11950_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11960"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11970_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11980"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11990_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_119A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_119A0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_119B0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_119B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_119C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_119C0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_119D0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_119D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_119E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_119E0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_119F0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_119F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11A00"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11A10_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11A20"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11A30_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11A40"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11A50_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11A60"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11A70_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11A80"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11A90_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11AA0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11AB0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11AC0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11AD0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11AE0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11AF0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B00"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11B10_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B20"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11B30_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B40"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11B50_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B60"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11B70_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11B80"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11B90_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11BA0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11BB0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11BC0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11BD0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11BE0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11BF0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11C00"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11C10_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11C20"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11C30_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11C40"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11C50_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11C60"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11C70_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11C80"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11C90_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11CA0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11CB0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11CC0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11CD0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11CE0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11CF0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11D00"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11D10_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11D20"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11D30_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11D40"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11D50_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11D60"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11D70_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11D80"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11D90_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11DA0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11DB0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11DC0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11DD0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11DE0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11DF0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_11E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_11E00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11E50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11E50"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11E60_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11E60_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_11E70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_11E70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11EC0"; + +static const ALIGN_ASSET(2) char Sample_P_115E0_O_11EF0_B_2[] = "__OTR__ast_audio/Sample_P_115E0_O_11EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_11F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_11F00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_11F50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_11F50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_11F60[] = "__OTR__ast_audio/ast_audio_v1_envelope_11F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11F80[] = "__OTR__ast_audio/ast_audio_v1_instrument_11F80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11FA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_11FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11FC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_11FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_11FE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_11FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12000[] = "__OTR__ast_audio/ast_audio_v1_instrument_12000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12020[] = "__OTR__ast_audio/ast_audio_v1_instrument_12020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12040[] = "__OTR__ast_audio/ast_audio_v1_instrument_12040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12060[] = "__OTR__ast_audio/ast_audio_v1_instrument_12060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12080[] = "__OTR__ast_audio/ast_audio_v1_instrument_12080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_120A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_120A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_120C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_120C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_120E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_120E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12100[] = "__OTR__ast_audio/ast_audio_v1_instrument_12100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12120[] = "__OTR__ast_audio/ast_audio_v1_instrument_12120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12140[] = "__OTR__ast_audio/ast_audio_v1_instrument_12140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12160[] = "__OTR__ast_audio/ast_audio_v1_instrument_12160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12180[] = "__OTR__ast_audio/ast_audio_v1_instrument_12180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_121A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_121A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_121C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_121C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_121E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_121E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12200[] = "__OTR__ast_audio/ast_audio_v1_instrument_12200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12220[] = "__OTR__ast_audio/ast_audio_v1_instrument_12220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12240[] = "__OTR__ast_audio/ast_audio_v1_instrument_12240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12260[] = "__OTR__ast_audio/ast_audio_v1_instrument_12260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12280[] = "__OTR__ast_audio/ast_audio_v1_instrument_12280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_122A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_122A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_122C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_122C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_122E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_122E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12300[] = "__OTR__ast_audio/ast_audio_v1_instrument_12300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12320[] = "__OTR__ast_audio/ast_audio_v1_instrument_12320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12340[] = "__OTR__ast_audio/ast_audio_v1_instrument_12340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12360[] = "__OTR__ast_audio/ast_audio_v1_instrument_12360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12380[] = "__OTR__ast_audio/ast_audio_v1_instrument_12380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_123A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_123A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_123C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_123C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_123E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_123E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_12400[] = "__OTR__ast_audio/ast_audio_v1_sound_font_12400"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12600_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12600_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_12610[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_12610"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_126A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_126A0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_126B0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_126B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_126C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_126C0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_126D0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_126D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_126E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_126E0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_126F0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_126F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12700"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12710_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12710_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12720"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12730_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12730_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12740"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12750_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12760"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12770_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12780"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12790_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_127A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_127A0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_127B0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_127B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_127C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_127C0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_127D0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_127D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_127E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_127E0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_127F0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_127F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12800"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12810_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12820"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12830_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12840"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12850_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12860"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12870_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12880"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12890_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_128A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_128A0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_128B0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_128B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_128C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_128C0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_128D0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_128D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_128E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_128E0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_128F0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_128F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12900"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12910_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12920"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12930_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12940"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12950_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12960"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12970_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12980"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12990_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_129A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_129A0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_129B0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_129B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_129C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_129C0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_129D0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_129D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_129E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_129E0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_129F0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_129F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12A00"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12A10_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12A20"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12A30_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12A40"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12A50_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12A60"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12A70_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12A80"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12A90_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12AA0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12AB0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12AC0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12AD0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12AE0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12AF0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B00"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12B10_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B20"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12B30_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B40"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12B50_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B60"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12B70_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12B80"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12B90_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12BA0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12BB0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12BC0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12BD0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12BE0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12BF0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12C00"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12C10_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12C20"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12C30_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12C40"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12C50_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12C60"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12C70_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12C80"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12C90_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12CA0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12CB0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12CC0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12CD0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12CE0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12CF0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12D00"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12D10_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12D20"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12D30_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12D40"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12D50_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12D60"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12D70_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12D80"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12D90_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12DA0"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12DB0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_12DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_12DC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12E10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12E10"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12E20_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12E20_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_12E30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_12E30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12E80"; + +static const ALIGN_ASSET(2) char Sample_P_12400_O_12EB0_B_2[] = "__OTR__ast_audio/Sample_P_12400_O_12EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_12EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_12EC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_12F10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_12F10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_12F20[] = "__OTR__ast_audio/ast_audio_v1_envelope_12F20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12F40[] = "__OTR__ast_audio/ast_audio_v1_instrument_12F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12F60[] = "__OTR__ast_audio/ast_audio_v1_instrument_12F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12F80[] = "__OTR__ast_audio/ast_audio_v1_instrument_12F80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12FA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_12FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12FC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_12FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_12FE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_12FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13000[] = "__OTR__ast_audio/ast_audio_v1_instrument_13000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13020[] = "__OTR__ast_audio/ast_audio_v1_instrument_13020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13040[] = "__OTR__ast_audio/ast_audio_v1_instrument_13040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13060[] = "__OTR__ast_audio/ast_audio_v1_instrument_13060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13080[] = "__OTR__ast_audio/ast_audio_v1_instrument_13080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_130A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_130A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_130C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_130C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_130E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_130E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13100[] = "__OTR__ast_audio/ast_audio_v1_instrument_13100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13120[] = "__OTR__ast_audio/ast_audio_v1_instrument_13120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13140[] = "__OTR__ast_audio/ast_audio_v1_instrument_13140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13160[] = "__OTR__ast_audio/ast_audio_v1_instrument_13160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13180[] = "__OTR__ast_audio/ast_audio_v1_instrument_13180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_131A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_131A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_131C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_131C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_131E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_131E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13200[] = "__OTR__ast_audio/ast_audio_v1_instrument_13200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13220[] = "__OTR__ast_audio/ast_audio_v1_instrument_13220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13240[] = "__OTR__ast_audio/ast_audio_v1_instrument_13240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13260[] = "__OTR__ast_audio/ast_audio_v1_instrument_13260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13280[] = "__OTR__ast_audio/ast_audio_v1_instrument_13280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_132A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_132A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_132C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_132C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_132E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_132E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13300[] = "__OTR__ast_audio/ast_audio_v1_instrument_13300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13320[] = "__OTR__ast_audio/ast_audio_v1_instrument_13320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13340[] = "__OTR__ast_audio/ast_audio_v1_instrument_13340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13360[] = "__OTR__ast_audio/ast_audio_v1_instrument_13360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13380[] = "__OTR__ast_audio/ast_audio_v1_instrument_13380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_133A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_133A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_133C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_133C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_133E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_133E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13400[] = "__OTR__ast_audio/ast_audio_v1_instrument_13400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13420[] = "__OTR__ast_audio/ast_audio_v1_instrument_13420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13440[] = "__OTR__ast_audio/ast_audio_v1_instrument_13440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13460[] = "__OTR__ast_audio/ast_audio_v1_instrument_13460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_13480[] = "__OTR__ast_audio/ast_audio_v1_instrument_13480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_134A0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_134A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_136A0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_136A0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_136B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_136B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13740"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13750_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13760"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13770_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13780"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13790_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_137A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_137A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_137B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_137B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_137C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_137C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_137D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_137D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_137E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_137E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_137F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_137F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13800"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13810_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13820"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13830_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13840"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13850_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13860"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13870_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13880"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13890_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_138A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_138A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_138B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_138B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_138C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_138C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_138D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_138D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_138E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_138E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_138F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_138F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13900"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13910_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13920"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13930_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13940"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13950_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13960"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13970_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13980"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13990_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_139A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_139A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_139B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_139B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_139C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_139C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_139D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_139D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_139E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_139E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_139F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_139F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13A00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13A10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13A10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13A20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13A20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13A30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13A30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13A40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13A50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13A50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13A60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13A70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13A70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13A80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13A90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13A90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13AA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13AB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13AB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13AC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13AD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13AE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13AF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13AF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13B00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13B00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13B10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13B10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13B20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13B30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13B30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13B40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13B40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13B50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13B50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13B60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13B70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13B70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13B80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13B90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13B90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13BA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13BB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13BB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13BC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13BD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13BD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13BE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13BF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13BF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13C00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13C00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13C10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13C10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13C20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13C20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13C30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13C30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13C40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13C50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13C50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13C60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13C70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13C70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13C80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13C80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13C90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13C90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13CA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13CB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13CB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13CC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13CD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13CE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13CF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13D00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13D10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13D20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13D30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13D40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13D50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13D60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13D70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13D80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13D90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13DA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13DB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13DC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13DD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13DE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13DF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13E00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13E10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13E20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13E30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13E40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13E50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13E60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13E70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13E80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13E90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13EA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13EB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13EC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13ED0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13EE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13EF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13F00"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13F10_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13F20"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13F30_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13F40"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13F50_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13F60"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13F70_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13F80"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13F90_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13FA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13FB0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13FB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13FC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13FC0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13FD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13FD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_13FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_13FE0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_13FF0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_13FF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14000"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14010_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14010_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14020"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14030_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14030_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14040"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14050_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14050_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14060"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14070_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14070_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14080[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14080"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14090_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14090_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_140A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_140A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_140B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_140B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_140C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_140C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_140D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_140D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_140E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_140E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_140F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_140F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14100"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14110_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14110_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14120[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14120"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14130_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14130_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14140"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14150_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14150_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14160[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14160"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14170_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14170_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14180"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14190_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14190_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_141A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_141A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_141B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_141B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_141C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_141C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_141D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_141D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_141E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_141E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_141F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_141F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14200"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14210_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14210_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14220[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14220"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14230_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14230_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14240"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14250_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14250_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14260"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14270_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14270_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14280[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14280"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14290_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14290_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_142A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_142A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_142B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_142B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_142C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_142C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_142D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_142D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_142E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_142E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_142F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_142F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14300[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14300"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14310_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14310_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14320[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14320"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14330_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14330_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14340[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14340"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14350_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14350_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14360[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14360"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14370_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14370_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14380[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14380"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14390_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14390_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_143A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_143A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_143B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_143B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_143C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_143C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_143D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_143D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_143E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_143E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_143F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_143F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14400"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14410_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14410_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14420"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14430_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14430_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14440"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14450_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14450_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14460"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14470_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14470_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14480[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14480"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14490_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14490_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_144A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_144A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_144B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_144B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_144C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_144C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_144D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_144D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_144E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_144E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_144F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_144F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14500[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14500"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14510_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14510_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14520"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14530_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14530_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14540"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14550_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14550_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14560"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14570_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14570_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14580[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14580"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14590_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14590_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_145A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_145A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_145B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_145B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_145C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_145C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_145D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_145D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_145E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_145E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_145F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_145F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14600[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14600"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14610_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14610_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14620[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14620"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14630_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14630_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14640"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14650_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14650_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14660[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14660"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14670_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14670_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14680[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14680"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14690_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14690_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_146A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_146A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_146B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_146B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_146C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_146C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_146D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_146D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_146E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_146E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_146F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_146F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14700"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14710_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14710_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14720"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14730_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14730_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14740"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14750_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14750_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14760"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14770_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14770_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14780"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14790_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14790_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_147A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_147A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_147B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_147B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_147C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_147C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_147D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_147D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_147E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_147E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_147F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_147F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14800"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14810_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14810_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14820"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14830_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14830_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14840[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14840"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14850_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14850_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14860"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14870_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14870_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14880"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14890_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14890_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_148A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_148A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_148B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_148B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_148C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_148C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_148D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_148D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_148E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_148E0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_148F0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_148F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14900"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14910_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14910_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14920"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14930_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14930_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14940"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14950_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14950_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14960[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14960"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14970_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14970_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14980"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14990_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14990_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_149A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_149A0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_149B0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_149B0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_149C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_149C0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_149D0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_149D0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_149E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_149E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14A30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14A30"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14A40_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14A40_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_14A50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_14A50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14AA0"; + +static const ALIGN_ASSET(2) char Sample_P_134A0_O_14AD0_B_2[] = "__OTR__ast_audio/Sample_P_134A0_O_14AD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_14AE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_14AE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_14B30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_14B30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_14B40[] = "__OTR__ast_audio/ast_audio_v1_envelope_14B40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14B60[] = "__OTR__ast_audio/ast_audio_v1_instrument_14B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14B80[] = "__OTR__ast_audio/ast_audio_v1_instrument_14B80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14BA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14BA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14BC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14BC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14BE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14BE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14C00[] = "__OTR__ast_audio/ast_audio_v1_instrument_14C00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14C20[] = "__OTR__ast_audio/ast_audio_v1_instrument_14C20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14C40[] = "__OTR__ast_audio/ast_audio_v1_instrument_14C40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14C60[] = "__OTR__ast_audio/ast_audio_v1_instrument_14C60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14C80[] = "__OTR__ast_audio/ast_audio_v1_instrument_14C80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14CA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14CA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14CC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14CC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14CE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14CE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14D00[] = "__OTR__ast_audio/ast_audio_v1_instrument_14D00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14D20[] = "__OTR__ast_audio/ast_audio_v1_instrument_14D20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14D40[] = "__OTR__ast_audio/ast_audio_v1_instrument_14D40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14D60[] = "__OTR__ast_audio/ast_audio_v1_instrument_14D60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14D80[] = "__OTR__ast_audio/ast_audio_v1_instrument_14D80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14DA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14DA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14DC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14DC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14DE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14DE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14E00[] = "__OTR__ast_audio/ast_audio_v1_instrument_14E00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14E20[] = "__OTR__ast_audio/ast_audio_v1_instrument_14E20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14E40[] = "__OTR__ast_audio/ast_audio_v1_instrument_14E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14E60[] = "__OTR__ast_audio/ast_audio_v1_instrument_14E60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14E80[] = "__OTR__ast_audio/ast_audio_v1_instrument_14E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14EA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14EA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14EC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14EC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14EE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14EE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14F00[] = "__OTR__ast_audio/ast_audio_v1_instrument_14F00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14F20[] = "__OTR__ast_audio/ast_audio_v1_instrument_14F20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14F40[] = "__OTR__ast_audio/ast_audio_v1_instrument_14F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14F60[] = "__OTR__ast_audio/ast_audio_v1_instrument_14F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14F80[] = "__OTR__ast_audio/ast_audio_v1_instrument_14F80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14FA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14FC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_14FE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_14FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15000[] = "__OTR__ast_audio/ast_audio_v1_instrument_15000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15020[] = "__OTR__ast_audio/ast_audio_v1_instrument_15020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15040[] = "__OTR__ast_audio/ast_audio_v1_instrument_15040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15060[] = "__OTR__ast_audio/ast_audio_v1_instrument_15060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15080[] = "__OTR__ast_audio/ast_audio_v1_instrument_15080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_150A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_150A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_150C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_150C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_150E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_150E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15100[] = "__OTR__ast_audio/ast_audio_v1_instrument_15100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15120[] = "__OTR__ast_audio/ast_audio_v1_instrument_15120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15140[] = "__OTR__ast_audio/ast_audio_v1_instrument_15140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15160[] = "__OTR__ast_audio/ast_audio_v1_instrument_15160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15180[] = "__OTR__ast_audio/ast_audio_v1_instrument_15180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_151A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_151A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_151C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_151C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_151E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_151E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15200[] = "__OTR__ast_audio/ast_audio_v1_instrument_15200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15220[] = "__OTR__ast_audio/ast_audio_v1_instrument_15220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15240[] = "__OTR__ast_audio/ast_audio_v1_instrument_15240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15260[] = "__OTR__ast_audio/ast_audio_v1_instrument_15260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15280[] = "__OTR__ast_audio/ast_audio_v1_instrument_15280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_152A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_152A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_152C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_152C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_152E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_152E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15300[] = "__OTR__ast_audio/ast_audio_v1_instrument_15300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15320[] = "__OTR__ast_audio/ast_audio_v1_instrument_15320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15340[] = "__OTR__ast_audio/ast_audio_v1_instrument_15340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15360[] = "__OTR__ast_audio/ast_audio_v1_instrument_15360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15380[] = "__OTR__ast_audio/ast_audio_v1_instrument_15380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_153A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_153A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_153C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_153C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_153E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_153E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15400[] = "__OTR__ast_audio/ast_audio_v1_instrument_15400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15420[] = "__OTR__ast_audio/ast_audio_v1_instrument_15420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15440[] = "__OTR__ast_audio/ast_audio_v1_instrument_15440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15460[] = "__OTR__ast_audio/ast_audio_v1_instrument_15460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15480[] = "__OTR__ast_audio/ast_audio_v1_instrument_15480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_154A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_154A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_154C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_154C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_154E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_154E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15500[] = "__OTR__ast_audio/ast_audio_v1_instrument_15500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15520[] = "__OTR__ast_audio/ast_audio_v1_instrument_15520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15540[] = "__OTR__ast_audio/ast_audio_v1_instrument_15540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15560[] = "__OTR__ast_audio/ast_audio_v1_instrument_15560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15580[] = "__OTR__ast_audio/ast_audio_v1_instrument_15580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_155A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_155A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_155C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_155C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_155E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_155E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15600[] = "__OTR__ast_audio/ast_audio_v1_instrument_15600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15620[] = "__OTR__ast_audio/ast_audio_v1_instrument_15620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15640[] = "__OTR__ast_audio/ast_audio_v1_instrument_15640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15660[] = "__OTR__ast_audio/ast_audio_v1_instrument_15660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15680[] = "__OTR__ast_audio/ast_audio_v1_instrument_15680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_156A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_156A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_156C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_156C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_156E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_156E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15700[] = "__OTR__ast_audio/ast_audio_v1_instrument_15700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15720[] = "__OTR__ast_audio/ast_audio_v1_instrument_15720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15740[] = "__OTR__ast_audio/ast_audio_v1_instrument_15740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15760[] = "__OTR__ast_audio/ast_audio_v1_instrument_15760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15780[] = "__OTR__ast_audio/ast_audio_v1_instrument_15780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_157A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_157A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_157C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_157C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_157E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_157E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15800[] = "__OTR__ast_audio/ast_audio_v1_instrument_15800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15820[] = "__OTR__ast_audio/ast_audio_v1_instrument_15820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15840[] = "__OTR__ast_audio/ast_audio_v1_instrument_15840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15860[] = "__OTR__ast_audio/ast_audio_v1_instrument_15860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15880[] = "__OTR__ast_audio/ast_audio_v1_instrument_15880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_158A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_158A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_158C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_158C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_158E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_158E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15900[] = "__OTR__ast_audio/ast_audio_v1_instrument_15900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15920[] = "__OTR__ast_audio/ast_audio_v1_instrument_15920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15940[] = "__OTR__ast_audio/ast_audio_v1_instrument_15940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15960[] = "__OTR__ast_audio/ast_audio_v1_instrument_15960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15980[] = "__OTR__ast_audio/ast_audio_v1_instrument_15980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_159A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_159A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_159C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_159C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_159E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_159E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_15A00[] = "__OTR__ast_audio/ast_audio_v1_instrument_15A00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_15A20[] = "__OTR__ast_audio/ast_audio_v1_sound_font_15A20"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15C20_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15C20_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_15C30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_15C30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15CC0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15CD0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15CD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15CE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15CE0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15CF0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15CF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15D00"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15D10_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15D10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15D20"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15D30_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15D30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15D40"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15D50_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15D50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15D60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15D60"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15D70_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15D70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15D80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15D80"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15D90_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15D90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15DA0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15DB0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15DB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15DC0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15DD0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15DD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15DE0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15DF0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15DF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15E00"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15E10_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15E10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15E20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15E20"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15E30_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15E30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15E40"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15E50_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15E50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15E60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15E60"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15E70_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15E70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15E80"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15E90_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15E90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15EA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15EA0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15EB0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15EB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15EC0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15ED0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15ED0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15EE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15EE0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15EF0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15EF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15F00"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15F10_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15F10_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15F20"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15F30_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15F30_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15F40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15F40"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15F50_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15F50_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15F60"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15F70_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15F70_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15F80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15F80"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15F90_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15F90_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15FA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15FA0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15FB0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15FB0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15FC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15FC0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15FD0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15FD0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_15FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_15FE0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_15FF0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_15FF0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16000[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16050[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16050"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_16060_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_16060_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16070[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16070"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_160C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_160C0"; + +static const ALIGN_ASSET(2) char Sample_P_15A20_O_160F0_B_2[] = "__OTR__ast_audio/Sample_P_15A20_O_160F0_B_2"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16150[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16160[] = "__OTR__ast_audio/ast_audio_v1_envelope_16160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16180[] = "__OTR__ast_audio/ast_audio_v1_instrument_16180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_161A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_161A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_161C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_161C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_161E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_161E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16200[] = "__OTR__ast_audio/ast_audio_v1_instrument_16200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16220[] = "__OTR__ast_audio/ast_audio_v1_instrument_16220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16240[] = "__OTR__ast_audio/ast_audio_v1_instrument_16240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16260[] = "__OTR__ast_audio/ast_audio_v1_instrument_16260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16280[] = "__OTR__ast_audio/ast_audio_v1_instrument_16280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_162A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_162A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_162C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_162C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_162E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_162E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16300[] = "__OTR__ast_audio/ast_audio_v1_instrument_16300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16320[] = "__OTR__ast_audio/ast_audio_v1_instrument_16320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16340[] = "__OTR__ast_audio/ast_audio_v1_instrument_16340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16360[] = "__OTR__ast_audio/ast_audio_v1_instrument_16360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16380[] = "__OTR__ast_audio/ast_audio_v1_instrument_16380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_163A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_163A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_163C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_163C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_163E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_163E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_16400[] = "__OTR__ast_audio/ast_audio_v1_sound_font_16400"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16450_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16450_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16460[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_164B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_164B0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_164E0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_164E0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_164F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_164F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16540[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16540"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16570_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16570_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16580[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_165D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_165D0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16600_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16600_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16610[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16610"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16660[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16660"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16690_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16690_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_166A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_166A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_166F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_166F0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16720_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16720_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16730[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16780[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16780"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_167B0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_167B0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_167C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_167C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16810[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16810"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16840_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16840_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16850[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16850"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_168A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_168A0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_168B0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_168B0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_168C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_168C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16910[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16910"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16920_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16920_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16930[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16930"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16980[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16980"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16990_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16990_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_169A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_169A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_169F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_169F0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16A00_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16A00_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16A10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16A10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16A60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16A60"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16A90_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16A90_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16AA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16AA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16AF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16AF0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16B20_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16B20_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16B30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16B30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16B80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16B80"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16BB0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16BB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16BC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16BC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16C10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16C10"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16C40_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16C40_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16C50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16C50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16CA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16CA0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16CB0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16CB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16CC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16D10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16D10"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16D40_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16D40_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16D50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16D50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16DA0"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16DB0_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16DB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16DC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16E10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16E10"; + +static const ALIGN_ASSET(2) char Sample_P_16400_O_16E20_B_3[] = "__OTR__ast_audio/Sample_P_16400_O_16E20_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_16E30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_16E30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_16E80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_16E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F00[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F10[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F20[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F30[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F40[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F50[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F60[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F70[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F80[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_16F90[] = "__OTR__ast_audio/ast_audio_v1_envelope_16F90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16FA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_16FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16FC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_16FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_16FE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_16FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17000[] = "__OTR__ast_audio/ast_audio_v1_instrument_17000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17020[] = "__OTR__ast_audio/ast_audio_v1_instrument_17020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17040[] = "__OTR__ast_audio/ast_audio_v1_instrument_17040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17060[] = "__OTR__ast_audio/ast_audio_v1_instrument_17060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17080[] = "__OTR__ast_audio/ast_audio_v1_instrument_17080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_170A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_170A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_170C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_170C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_170E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_170E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17100[] = "__OTR__ast_audio/ast_audio_v1_instrument_17100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17120[] = "__OTR__ast_audio/ast_audio_v1_drum_17120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17130[] = "__OTR__ast_audio/ast_audio_v1_drum_17130"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17140[] = "__OTR__ast_audio/ast_audio_v1_drum_17140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17150[] = "__OTR__ast_audio/ast_audio_v1_drum_17150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17160[] = "__OTR__ast_audio/ast_audio_v1_drum_17160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17170[] = "__OTR__ast_audio/ast_audio_v1_drum_17170"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17180[] = "__OTR__ast_audio/ast_audio_v1_drum_17180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17190[] = "__OTR__ast_audio/ast_audio_v1_drum_17190"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171A0[] = "__OTR__ast_audio/ast_audio_v1_drum_171A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171B0[] = "__OTR__ast_audio/ast_audio_v1_drum_171B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171C0[] = "__OTR__ast_audio/ast_audio_v1_drum_171C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171D0[] = "__OTR__ast_audio/ast_audio_v1_drum_171D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171E0[] = "__OTR__ast_audio/ast_audio_v1_drum_171E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_171F0[] = "__OTR__ast_audio/ast_audio_v1_drum_171F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17200[] = "__OTR__ast_audio/ast_audio_v1_drum_17200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17210[] = "__OTR__ast_audio/ast_audio_v1_drum_17210"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17220[] = "__OTR__ast_audio/ast_audio_v1_drum_17220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17230[] = "__OTR__ast_audio/ast_audio_v1_drum_17230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17240[] = "__OTR__ast_audio/ast_audio_v1_drum_17240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17250[] = "__OTR__ast_audio/ast_audio_v1_drum_17250"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17260[] = "__OTR__ast_audio/ast_audio_v1_drum_17260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17270[] = "__OTR__ast_audio/ast_audio_v1_drum_17270"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17280[] = "__OTR__ast_audio/ast_audio_v1_drum_17280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17290[] = "__OTR__ast_audio/ast_audio_v1_drum_17290"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172A0[] = "__OTR__ast_audio/ast_audio_v1_drum_172A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172B0[] = "__OTR__ast_audio/ast_audio_v1_drum_172B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172C0[] = "__OTR__ast_audio/ast_audio_v1_drum_172C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172D0[] = "__OTR__ast_audio/ast_audio_v1_drum_172D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172E0[] = "__OTR__ast_audio/ast_audio_v1_drum_172E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_172F0[] = "__OTR__ast_audio/ast_audio_v1_drum_172F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17300[] = "__OTR__ast_audio/ast_audio_v1_drum_17300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17310[] = "__OTR__ast_audio/ast_audio_v1_drum_17310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17320[] = "__OTR__ast_audio/ast_audio_v1_drum_17320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17330[] = "__OTR__ast_audio/ast_audio_v1_drum_17330"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17340[] = "__OTR__ast_audio/ast_audio_v1_drum_17340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17350[] = "__OTR__ast_audio/ast_audio_v1_drum_17350"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17360[] = "__OTR__ast_audio/ast_audio_v1_drum_17360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17370[] = "__OTR__ast_audio/ast_audio_v1_drum_17370"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17380[] = "__OTR__ast_audio/ast_audio_v1_drum_17380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17390[] = "__OTR__ast_audio/ast_audio_v1_drum_17390"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173A0[] = "__OTR__ast_audio/ast_audio_v1_drum_173A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173B0[] = "__OTR__ast_audio/ast_audio_v1_drum_173B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173C0[] = "__OTR__ast_audio/ast_audio_v1_drum_173C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173D0[] = "__OTR__ast_audio/ast_audio_v1_drum_173D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173E0[] = "__OTR__ast_audio/ast_audio_v1_drum_173E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_173F0[] = "__OTR__ast_audio/ast_audio_v1_drum_173F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17400[] = "__OTR__ast_audio/ast_audio_v1_drum_17400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17410[] = "__OTR__ast_audio/ast_audio_v1_drum_17410"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17420[] = "__OTR__ast_audio/ast_audio_v1_drum_17420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17430[] = "__OTR__ast_audio/ast_audio_v1_drum_17430"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17440[] = "__OTR__ast_audio/ast_audio_v1_drum_17440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17450[] = "__OTR__ast_audio/ast_audio_v1_drum_17450"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17460[] = "__OTR__ast_audio/ast_audio_v1_drum_17460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17470[] = "__OTR__ast_audio/ast_audio_v1_drum_17470"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17480[] = "__OTR__ast_audio/ast_audio_v1_drum_17480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17490[] = "__OTR__ast_audio/ast_audio_v1_drum_17490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174A0[] = "__OTR__ast_audio/ast_audio_v1_drum_174A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174B0[] = "__OTR__ast_audio/ast_audio_v1_drum_174B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174C0[] = "__OTR__ast_audio/ast_audio_v1_drum_174C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174D0[] = "__OTR__ast_audio/ast_audio_v1_drum_174D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174E0[] = "__OTR__ast_audio/ast_audio_v1_drum_174E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_174F0[] = "__OTR__ast_audio/ast_audio_v1_drum_174F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17500[] = "__OTR__ast_audio/ast_audio_v1_drum_17500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_17510[] = "__OTR__ast_audio/ast_audio_v1_drum_17510"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_17620[] = "__OTR__ast_audio/ast_audio_v1_sound_font_17620"; + +static const ALIGN_ASSET(2) char Sample_P_17620_O_17630_B_3[] = "__OTR__ast_audio/Sample_P_17620_O_17630_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17690[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17690"; + +static const ALIGN_ASSET(2) char Sample_P_17620_O_176C0_B_3[] = "__OTR__ast_audio/Sample_P_17620_O_176C0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_176D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_176D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_17730[] = "__OTR__ast_audio/ast_audio_v1_envelope_17730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17740[] = "__OTR__ast_audio/ast_audio_v1_instrument_17740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17760[] = "__OTR__ast_audio/ast_audio_v1_instrument_17760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_17780[] = "__OTR__ast_audio/ast_audio_v1_instrument_17780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_177A0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_177A0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_177F0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_177F0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17850[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17850"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17880_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17880_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17890[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17890"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_178E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_178E0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17910_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17910_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17920[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17970[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17970"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_179A0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_179A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_179B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_179B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17A00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17A00"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17A30_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17A30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17A40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17A40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17A90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17A90"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17AC0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17AC0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17AD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17AD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17B20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17B20"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17B50_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17B50_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17B60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17BB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17BB0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17BE0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17BE0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17BF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17BF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17C40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17C40"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17C50_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17C50_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17C60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17C60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17CB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17CB0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17CC0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17CC0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17CD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17CD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17D20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17D20"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17D30_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17D30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17D40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17D40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17D90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17D90"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17DA0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17DA0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17DB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17DB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17E00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17E00"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17E30_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17E30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17E40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17E90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17E90"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17EC0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17EC0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17ED0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17ED0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17F20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17F20"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17F50_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17F50_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17F60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_17FB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_17FB0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_17FE0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_17FE0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_17FF0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_17FF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18040[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18040"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_18050_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_18050_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_180B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_180B0"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_180E0_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_180E0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_180F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_180F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18140"; + +static const ALIGN_ASSET(2) char Sample_P_177A0_O_18170_B_3[] = "__OTR__ast_audio/Sample_P_177A0_O_18170_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_181D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_181D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18200[] = "__OTR__ast_audio/ast_audio_v1_envelope_18200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18210[] = "__OTR__ast_audio/ast_audio_v1_envelope_18210"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18220[] = "__OTR__ast_audio/ast_audio_v1_envelope_18220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18230[] = "__OTR__ast_audio/ast_audio_v1_envelope_18230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18240[] = "__OTR__ast_audio/ast_audio_v1_envelope_18240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18250[] = "__OTR__ast_audio/ast_audio_v1_envelope_18250"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18260[] = "__OTR__ast_audio/ast_audio_v1_envelope_18260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18270[] = "__OTR__ast_audio/ast_audio_v1_envelope_18270"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18280[] = "__OTR__ast_audio/ast_audio_v1_instrument_18280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_182A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_182A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_182C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_182C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_182E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_182E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18300[] = "__OTR__ast_audio/ast_audio_v1_instrument_18300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18320[] = "__OTR__ast_audio/ast_audio_v1_instrument_18320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18340[] = "__OTR__ast_audio/ast_audio_v1_instrument_18340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18360[] = "__OTR__ast_audio/ast_audio_v1_instrument_18360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18380[] = "__OTR__ast_audio/ast_audio_v1_instrument_18380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_183A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_183A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_183C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_183C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_183E0[] = "__OTR__ast_audio/ast_audio_v1_instrument_183E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18400[] = "__OTR__ast_audio/ast_audio_v1_instrument_18400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18420[] = "__OTR__ast_audio/ast_audio_v1_instrument_18420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18440[] = "__OTR__ast_audio/ast_audio_v1_instrument_18440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18460[] = "__OTR__ast_audio/ast_audio_v1_drum_18460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18470[] = "__OTR__ast_audio/ast_audio_v1_drum_18470"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18480[] = "__OTR__ast_audio/ast_audio_v1_drum_18480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18490[] = "__OTR__ast_audio/ast_audio_v1_drum_18490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184A0[] = "__OTR__ast_audio/ast_audio_v1_drum_184A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184B0[] = "__OTR__ast_audio/ast_audio_v1_drum_184B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184C0[] = "__OTR__ast_audio/ast_audio_v1_drum_184C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184D0[] = "__OTR__ast_audio/ast_audio_v1_drum_184D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184E0[] = "__OTR__ast_audio/ast_audio_v1_drum_184E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_184F0[] = "__OTR__ast_audio/ast_audio_v1_drum_184F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18500[] = "__OTR__ast_audio/ast_audio_v1_drum_18500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18510[] = "__OTR__ast_audio/ast_audio_v1_drum_18510"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18520[] = "__OTR__ast_audio/ast_audio_v1_drum_18520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18530[] = "__OTR__ast_audio/ast_audio_v1_drum_18530"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18540[] = "__OTR__ast_audio/ast_audio_v1_drum_18540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18550[] = "__OTR__ast_audio/ast_audio_v1_drum_18550"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18560[] = "__OTR__ast_audio/ast_audio_v1_drum_18560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18570[] = "__OTR__ast_audio/ast_audio_v1_drum_18570"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18580[] = "__OTR__ast_audio/ast_audio_v1_drum_18580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18590[] = "__OTR__ast_audio/ast_audio_v1_drum_18590"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185A0[] = "__OTR__ast_audio/ast_audio_v1_drum_185A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185B0[] = "__OTR__ast_audio/ast_audio_v1_drum_185B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185C0[] = "__OTR__ast_audio/ast_audio_v1_drum_185C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185D0[] = "__OTR__ast_audio/ast_audio_v1_drum_185D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185E0[] = "__OTR__ast_audio/ast_audio_v1_drum_185E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_185F0[] = "__OTR__ast_audio/ast_audio_v1_drum_185F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18600[] = "__OTR__ast_audio/ast_audio_v1_drum_18600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18610[] = "__OTR__ast_audio/ast_audio_v1_drum_18610"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18620[] = "__OTR__ast_audio/ast_audio_v1_drum_18620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18630[] = "__OTR__ast_audio/ast_audio_v1_drum_18630"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18640[] = "__OTR__ast_audio/ast_audio_v1_drum_18640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18650[] = "__OTR__ast_audio/ast_audio_v1_drum_18650"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18660[] = "__OTR__ast_audio/ast_audio_v1_drum_18660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18670[] = "__OTR__ast_audio/ast_audio_v1_drum_18670"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18680[] = "__OTR__ast_audio/ast_audio_v1_drum_18680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18690[] = "__OTR__ast_audio/ast_audio_v1_drum_18690"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186A0[] = "__OTR__ast_audio/ast_audio_v1_drum_186A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186B0[] = "__OTR__ast_audio/ast_audio_v1_drum_186B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186C0[] = "__OTR__ast_audio/ast_audio_v1_drum_186C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186D0[] = "__OTR__ast_audio/ast_audio_v1_drum_186D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186E0[] = "__OTR__ast_audio/ast_audio_v1_drum_186E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_186F0[] = "__OTR__ast_audio/ast_audio_v1_drum_186F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18700[] = "__OTR__ast_audio/ast_audio_v1_drum_18700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18710[] = "__OTR__ast_audio/ast_audio_v1_drum_18710"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18720[] = "__OTR__ast_audio/ast_audio_v1_drum_18720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18730[] = "__OTR__ast_audio/ast_audio_v1_drum_18730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18740[] = "__OTR__ast_audio/ast_audio_v1_drum_18740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18750[] = "__OTR__ast_audio/ast_audio_v1_drum_18750"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18760[] = "__OTR__ast_audio/ast_audio_v1_drum_18760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18770[] = "__OTR__ast_audio/ast_audio_v1_drum_18770"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18780[] = "__OTR__ast_audio/ast_audio_v1_drum_18780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18790[] = "__OTR__ast_audio/ast_audio_v1_drum_18790"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187A0[] = "__OTR__ast_audio/ast_audio_v1_drum_187A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187B0[] = "__OTR__ast_audio/ast_audio_v1_drum_187B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187C0[] = "__OTR__ast_audio/ast_audio_v1_drum_187C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187D0[] = "__OTR__ast_audio/ast_audio_v1_drum_187D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187E0[] = "__OTR__ast_audio/ast_audio_v1_drum_187E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_187F0[] = "__OTR__ast_audio/ast_audio_v1_drum_187F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18800[] = "__OTR__ast_audio/ast_audio_v1_drum_18800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18810[] = "__OTR__ast_audio/ast_audio_v1_drum_18810"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18820[] = "__OTR__ast_audio/ast_audio_v1_drum_18820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18830[] = "__OTR__ast_audio/ast_audio_v1_drum_18830"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18840[] = "__OTR__ast_audio/ast_audio_v1_drum_18840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18850[] = "__OTR__ast_audio/ast_audio_v1_drum_18850"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_18960[] = "__OTR__ast_audio/ast_audio_v1_sound_font_18960"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18990_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18990_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_189A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_189A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_189F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_189F0"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18A20_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18A20_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18A30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18A30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18A80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18A80"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18AB0_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18AB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18AC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18AC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18B10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18B10"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18B40_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18B40_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18B50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18B50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18BA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18BA0"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18BD0_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18BD0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18BE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18BE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18C30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18C30"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18C60_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18C60_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18C70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18C70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18CC0"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18CF0_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18CF0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18D00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18D00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18D50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18D50"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18D60_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18D60_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18D70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18D70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18DC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18DC0"; + +static const ALIGN_ASSET(2) char Sample_P_18960_O_18DD0_B_3[] = "__OTR__ast_audio/Sample_P_18960_O_18DD0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_18DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_18DE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_18E30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_18E30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18E40[] = "__OTR__ast_audio/ast_audio_v1_envelope_18E40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18E50[] = "__OTR__ast_audio/ast_audio_v1_envelope_18E50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18E60[] = "__OTR__ast_audio/ast_audio_v1_envelope_18E60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18E70[] = "__OTR__ast_audio/ast_audio_v1_envelope_18E70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_18E80[] = "__OTR__ast_audio/ast_audio_v1_envelope_18E80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18E90[] = "__OTR__ast_audio/ast_audio_v1_instrument_18E90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18EB0[] = "__OTR__ast_audio/ast_audio_v1_instrument_18EB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18ED0[] = "__OTR__ast_audio/ast_audio_v1_instrument_18ED0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18EF0[] = "__OTR__ast_audio/ast_audio_v1_instrument_18EF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_18F10[] = "__OTR__ast_audio/ast_audio_v1_instrument_18F10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F30[] = "__OTR__ast_audio/ast_audio_v1_drum_18F30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F40[] = "__OTR__ast_audio/ast_audio_v1_drum_18F40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F50[] = "__OTR__ast_audio/ast_audio_v1_drum_18F50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F60[] = "__OTR__ast_audio/ast_audio_v1_drum_18F60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F70[] = "__OTR__ast_audio/ast_audio_v1_drum_18F70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F80[] = "__OTR__ast_audio/ast_audio_v1_drum_18F80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18F90[] = "__OTR__ast_audio/ast_audio_v1_drum_18F90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FA0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FB0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FC0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FD0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FE0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_18FF0[] = "__OTR__ast_audio/ast_audio_v1_drum_18FF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19000[] = "__OTR__ast_audio/ast_audio_v1_drum_19000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19010[] = "__OTR__ast_audio/ast_audio_v1_drum_19010"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19020[] = "__OTR__ast_audio/ast_audio_v1_drum_19020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19030[] = "__OTR__ast_audio/ast_audio_v1_drum_19030"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19040[] = "__OTR__ast_audio/ast_audio_v1_drum_19040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19050[] = "__OTR__ast_audio/ast_audio_v1_drum_19050"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19060[] = "__OTR__ast_audio/ast_audio_v1_drum_19060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19070[] = "__OTR__ast_audio/ast_audio_v1_drum_19070"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19080[] = "__OTR__ast_audio/ast_audio_v1_drum_19080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19090[] = "__OTR__ast_audio/ast_audio_v1_drum_19090"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190A0[] = "__OTR__ast_audio/ast_audio_v1_drum_190A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190B0[] = "__OTR__ast_audio/ast_audio_v1_drum_190B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190C0[] = "__OTR__ast_audio/ast_audio_v1_drum_190C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190D0[] = "__OTR__ast_audio/ast_audio_v1_drum_190D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190E0[] = "__OTR__ast_audio/ast_audio_v1_drum_190E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_190F0[] = "__OTR__ast_audio/ast_audio_v1_drum_190F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19100[] = "__OTR__ast_audio/ast_audio_v1_drum_19100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19110[] = "__OTR__ast_audio/ast_audio_v1_drum_19110"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19120[] = "__OTR__ast_audio/ast_audio_v1_drum_19120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19130[] = "__OTR__ast_audio/ast_audio_v1_drum_19130"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19140[] = "__OTR__ast_audio/ast_audio_v1_drum_19140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19150[] = "__OTR__ast_audio/ast_audio_v1_drum_19150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19160[] = "__OTR__ast_audio/ast_audio_v1_drum_19160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19170[] = "__OTR__ast_audio/ast_audio_v1_drum_19170"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19180[] = "__OTR__ast_audio/ast_audio_v1_drum_19180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19190[] = "__OTR__ast_audio/ast_audio_v1_drum_19190"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_192A0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_192A0"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_192D0_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_192D0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_192E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_192E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19330[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19330"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_19360_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_19360_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19370[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19370"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_193C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_193C0"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_193F0_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_193F0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19450[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19450"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_19480_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_19480_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19490[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_194E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_194E0"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_19510_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_19510_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19570[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19570"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_195A0_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_195A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_195B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_195B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19600[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19600"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_19630_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_19630_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19690[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19690"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_196C0_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_196C0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_196D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_196D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19720[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19720"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_19730_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_19730_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19740[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19790[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19790"; + +static const ALIGN_ASSET(2) char Sample_P_192A0_O_197A0_B_3[] = "__OTR__ast_audio/Sample_P_192A0_O_197A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_197B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_197B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19800[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19810[] = "__OTR__ast_audio/ast_audio_v1_envelope_19810"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19820[] = "__OTR__ast_audio/ast_audio_v1_envelope_19820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19830[] = "__OTR__ast_audio/ast_audio_v1_envelope_19830"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19840[] = "__OTR__ast_audio/ast_audio_v1_envelope_19840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19850[] = "__OTR__ast_audio/ast_audio_v1_envelope_19850"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_19860[] = "__OTR__ast_audio/ast_audio_v1_envelope_19860"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_19870[] = "__OTR__ast_audio/ast_audio_v1_instrument_19870"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_19890[] = "__OTR__ast_audio/ast_audio_v1_instrument_19890"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_198B0[] = "__OTR__ast_audio/ast_audio_v1_instrument_198B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_198D0[] = "__OTR__ast_audio/ast_audio_v1_instrument_198D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_198F0[] = "__OTR__ast_audio/ast_audio_v1_instrument_198F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19910[] = "__OTR__ast_audio/ast_audio_v1_drum_19910"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19920[] = "__OTR__ast_audio/ast_audio_v1_drum_19920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19930[] = "__OTR__ast_audio/ast_audio_v1_drum_19930"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19940[] = "__OTR__ast_audio/ast_audio_v1_drum_19940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19950[] = "__OTR__ast_audio/ast_audio_v1_drum_19950"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19960[] = "__OTR__ast_audio/ast_audio_v1_drum_19960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19970[] = "__OTR__ast_audio/ast_audio_v1_drum_19970"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19980[] = "__OTR__ast_audio/ast_audio_v1_drum_19980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19990[] = "__OTR__ast_audio/ast_audio_v1_drum_19990"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199A0[] = "__OTR__ast_audio/ast_audio_v1_drum_199A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199B0[] = "__OTR__ast_audio/ast_audio_v1_drum_199B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199C0[] = "__OTR__ast_audio/ast_audio_v1_drum_199C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199D0[] = "__OTR__ast_audio/ast_audio_v1_drum_199D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199E0[] = "__OTR__ast_audio/ast_audio_v1_drum_199E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_199F0[] = "__OTR__ast_audio/ast_audio_v1_drum_199F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A00[] = "__OTR__ast_audio/ast_audio_v1_drum_19A00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A10[] = "__OTR__ast_audio/ast_audio_v1_drum_19A10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A20[] = "__OTR__ast_audio/ast_audio_v1_drum_19A20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A30[] = "__OTR__ast_audio/ast_audio_v1_drum_19A30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A40[] = "__OTR__ast_audio/ast_audio_v1_drum_19A40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A50[] = "__OTR__ast_audio/ast_audio_v1_drum_19A50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A60[] = "__OTR__ast_audio/ast_audio_v1_drum_19A60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A70[] = "__OTR__ast_audio/ast_audio_v1_drum_19A70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A80[] = "__OTR__ast_audio/ast_audio_v1_drum_19A80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19A90[] = "__OTR__ast_audio/ast_audio_v1_drum_19A90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AA0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AB0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AC0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AD0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AE0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19AF0[] = "__OTR__ast_audio/ast_audio_v1_drum_19AF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B00[] = "__OTR__ast_audio/ast_audio_v1_drum_19B00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B10[] = "__OTR__ast_audio/ast_audio_v1_drum_19B10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B20[] = "__OTR__ast_audio/ast_audio_v1_drum_19B20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B30[] = "__OTR__ast_audio/ast_audio_v1_drum_19B30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B40[] = "__OTR__ast_audio/ast_audio_v1_drum_19B40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B50[] = "__OTR__ast_audio/ast_audio_v1_drum_19B50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B60[] = "__OTR__ast_audio/ast_audio_v1_drum_19B60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_19B70[] = "__OTR__ast_audio/ast_audio_v1_drum_19B70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_19C80[] = "__OTR__ast_audio/ast_audio_v1_sound_font_19C80"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19CB0_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19CB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19CC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19CC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19D10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19D10"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19D40_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19D40_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19D50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19D50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19DA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19DA0"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19DD0_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19DD0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19DE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19DE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19E30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19E30"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19E60_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19E60_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19E70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19E70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19EC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19EC0"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19EF0_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19EF0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19F00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19F00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19F50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19F50"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_19F80_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_19F80_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_19F90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_19F90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_19FE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_19FE0"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_1A010_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_1A010_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A070[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A070"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_1A080_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_1A080_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A090[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A090"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A0E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A0E0"; + +static const ALIGN_ASSET(2) char Sample_P_19C80_O_1A0F0_B_3[] = "__OTR__ast_audio/Sample_P_19C80_O_1A0F0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A100[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A150[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1A160[] = "__OTR__ast_audio/ast_audio_v1_envelope_1A160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1A170[] = "__OTR__ast_audio/ast_audio_v1_envelope_1A170"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1A180[] = "__OTR__ast_audio/ast_audio_v1_envelope_1A180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1A190[] = "__OTR__ast_audio/ast_audio_v1_envelope_1A190"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1A1A0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1A1A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1A1B0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1A1B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1A1D0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1A1D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1A1F0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1A1F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1A210[] = "__OTR__ast_audio/ast_audio_v1_instrument_1A210"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A230[] = "__OTR__ast_audio/ast_audio_v1_drum_1A230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A240[] = "__OTR__ast_audio/ast_audio_v1_drum_1A240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A250[] = "__OTR__ast_audio/ast_audio_v1_drum_1A250"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A260[] = "__OTR__ast_audio/ast_audio_v1_drum_1A260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A270[] = "__OTR__ast_audio/ast_audio_v1_drum_1A270"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A280[] = "__OTR__ast_audio/ast_audio_v1_drum_1A280"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A290[] = "__OTR__ast_audio/ast_audio_v1_drum_1A290"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A2F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A2F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A300[] = "__OTR__ast_audio/ast_audio_v1_drum_1A300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A310[] = "__OTR__ast_audio/ast_audio_v1_drum_1A310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A320[] = "__OTR__ast_audio/ast_audio_v1_drum_1A320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A330[] = "__OTR__ast_audio/ast_audio_v1_drum_1A330"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A340[] = "__OTR__ast_audio/ast_audio_v1_drum_1A340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A350[] = "__OTR__ast_audio/ast_audio_v1_drum_1A350"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A360[] = "__OTR__ast_audio/ast_audio_v1_drum_1A360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A370[] = "__OTR__ast_audio/ast_audio_v1_drum_1A370"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A380[] = "__OTR__ast_audio/ast_audio_v1_drum_1A380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A390[] = "__OTR__ast_audio/ast_audio_v1_drum_1A390"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A3F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1A3F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A400[] = "__OTR__ast_audio/ast_audio_v1_drum_1A400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A410[] = "__OTR__ast_audio/ast_audio_v1_drum_1A410"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A420[] = "__OTR__ast_audio/ast_audio_v1_drum_1A420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A430[] = "__OTR__ast_audio/ast_audio_v1_drum_1A430"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A440[] = "__OTR__ast_audio/ast_audio_v1_drum_1A440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A450[] = "__OTR__ast_audio/ast_audio_v1_drum_1A450"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A460[] = "__OTR__ast_audio/ast_audio_v1_drum_1A460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A470[] = "__OTR__ast_audio/ast_audio_v1_drum_1A470"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A480[] = "__OTR__ast_audio/ast_audio_v1_drum_1A480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1A490[] = "__OTR__ast_audio/ast_audio_v1_drum_1A490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1A5A0[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1A5A0"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A5D0_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A5D0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A5E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A5E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A630[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A630"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A660_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A660_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A670[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A670"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A6C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A6C0"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A6F0_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A6F0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A700[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A750[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A750"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A780_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A780_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A790[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A790"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A7E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A7E0"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A810_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A810_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A870[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A870"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A8A0_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A8A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A8B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A8B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A900"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A930_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A930_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1A990[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1A990"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1A9C0_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1A9C0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1A9D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1A9D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1AA20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1AA20"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1AA30_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1AA30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1AA40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1AA40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1AA90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1AA90"; + +static const ALIGN_ASSET(2) char Sample_P_1A5A0_O_1AAA0_B_3[] = "__OTR__ast_audio/Sample_P_1A5A0_O_1AAA0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1AAB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1AAB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1AB00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1AB00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB10[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB20[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB30[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB40[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB50[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1AB60[] = "__OTR__ast_audio/ast_audio_v1_envelope_1AB60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1AB70[] = "__OTR__ast_audio/ast_audio_v1_instrument_1AB70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1AB90[] = "__OTR__ast_audio/ast_audio_v1_instrument_1AB90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1ABB0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1ABB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1ABD0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1ABD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1ABF0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1ABF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC10[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC20[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC30[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC40[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC50[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC60[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC70[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC80[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AC90[] = "__OTR__ast_audio/ast_audio_v1_drum_1AC90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ACF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ACF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD00[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD10[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD20[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD30[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD40[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD50[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD60[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD70[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD80[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AD90[] = "__OTR__ast_audio/ast_audio_v1_drum_1AD90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1ADF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1ADF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE00[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE10[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE20[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE30[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE40[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE50[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE60[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1AE70[] = "__OTR__ast_audio/ast_audio_v1_drum_1AE70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1AF80[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1AF80"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1AFB0_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1AFB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1AFC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1AFC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B010[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B010"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B040_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B040_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B050[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B050"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B0A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B0A0"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B0D0_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B0D0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B0E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B0E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B130[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B130"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B160_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B160_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B170[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B170"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B1C0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B1C0"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B1F0_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B1F0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B200[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B250[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B250"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B280_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B280_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B290[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B290"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B2E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B2E0"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B310_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B310_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B320[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B370[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B370"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B3A0_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B3A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B3B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B3B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B400"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B410_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B410_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B420[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B470[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B470"; + +static const ALIGN_ASSET(2) char Sample_P_1AF80_O_1B480_B_3[] = "__OTR__ast_audio/Sample_P_1AF80_O_1B480_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B490[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B4E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B4E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B4F0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B4F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B500[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B510[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B510"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B520[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B530[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B530"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1B540[] = "__OTR__ast_audio/ast_audio_v1_envelope_1B540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1B550[] = "__OTR__ast_audio/ast_audio_v1_instrument_1B550"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1B570[] = "__OTR__ast_audio/ast_audio_v1_instrument_1B570"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1B590[] = "__OTR__ast_audio/ast_audio_v1_instrument_1B590"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1B5B0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1B5B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1B5D0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1B5D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B5F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B5F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B600[] = "__OTR__ast_audio/ast_audio_v1_drum_1B600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B610[] = "__OTR__ast_audio/ast_audio_v1_drum_1B610"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B620[] = "__OTR__ast_audio/ast_audio_v1_drum_1B620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B630[] = "__OTR__ast_audio/ast_audio_v1_drum_1B630"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B640[] = "__OTR__ast_audio/ast_audio_v1_drum_1B640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B650[] = "__OTR__ast_audio/ast_audio_v1_drum_1B650"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B660[] = "__OTR__ast_audio/ast_audio_v1_drum_1B660"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B670[] = "__OTR__ast_audio/ast_audio_v1_drum_1B670"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B680[] = "__OTR__ast_audio/ast_audio_v1_drum_1B680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B690[] = "__OTR__ast_audio/ast_audio_v1_drum_1B690"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B6F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B6F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B700[] = "__OTR__ast_audio/ast_audio_v1_drum_1B700"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B710[] = "__OTR__ast_audio/ast_audio_v1_drum_1B710"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B720[] = "__OTR__ast_audio/ast_audio_v1_drum_1B720"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B730[] = "__OTR__ast_audio/ast_audio_v1_drum_1B730"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B740[] = "__OTR__ast_audio/ast_audio_v1_drum_1B740"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B750[] = "__OTR__ast_audio/ast_audio_v1_drum_1B750"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B760[] = "__OTR__ast_audio/ast_audio_v1_drum_1B760"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B770[] = "__OTR__ast_audio/ast_audio_v1_drum_1B770"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B780[] = "__OTR__ast_audio/ast_audio_v1_drum_1B780"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B790[] = "__OTR__ast_audio/ast_audio_v1_drum_1B790"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B7F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1B7F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B800[] = "__OTR__ast_audio/ast_audio_v1_drum_1B800"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B810[] = "__OTR__ast_audio/ast_audio_v1_drum_1B810"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B820[] = "__OTR__ast_audio/ast_audio_v1_drum_1B820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B830[] = "__OTR__ast_audio/ast_audio_v1_drum_1B830"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B840[] = "__OTR__ast_audio/ast_audio_v1_drum_1B840"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1B850[] = "__OTR__ast_audio/ast_audio_v1_drum_1B850"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1B960[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1B960"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1B990_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1B990_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1B9A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1B9A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1B9F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1B9F0"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BA20_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BA20_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BA30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BA30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BA80[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BA80"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BAB0_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BAB0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BAC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BAC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BB10[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BB10"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BB40_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BB40_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BB50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BB50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BBA0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BBA0"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BBD0_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BBD0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BBE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BBE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BC30[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BC30"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BC60_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BC60_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BC70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BC70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BCC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BCC0"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BCF0_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BCF0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BD00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BD00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BD50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BD50"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BD80_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BD80_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BD90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BD90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BDE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BDE0"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BDF0_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BDF0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BE00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BE00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BE50[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BE50"; + +static const ALIGN_ASSET(2) char Sample_P_1B960_O_1BE60_B_3[] = "__OTR__ast_audio/Sample_P_1B960_O_1BE60_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1BE70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1BE70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1BEC0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1BEC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BED0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BED0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BEE0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BEE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BEF0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BEF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BF00[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BF00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BF10[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BF10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BF20[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BF20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1BF30[] = "__OTR__ast_audio/ast_audio_v1_envelope_1BF30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BF40[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BF40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BF60[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BF60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BF80[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BF80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BFA0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BFA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BFC0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BFC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1BFE0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1BFE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C000[] = "__OTR__ast_audio/ast_audio_v1_drum_1C000"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C010[] = "__OTR__ast_audio/ast_audio_v1_drum_1C010"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C020[] = "__OTR__ast_audio/ast_audio_v1_drum_1C020"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C030[] = "__OTR__ast_audio/ast_audio_v1_drum_1C030"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C040[] = "__OTR__ast_audio/ast_audio_v1_drum_1C040"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C050[] = "__OTR__ast_audio/ast_audio_v1_drum_1C050"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C060[] = "__OTR__ast_audio/ast_audio_v1_drum_1C060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C070[] = "__OTR__ast_audio/ast_audio_v1_drum_1C070"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C080[] = "__OTR__ast_audio/ast_audio_v1_drum_1C080"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C090[] = "__OTR__ast_audio/ast_audio_v1_drum_1C090"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C0F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C0F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C100[] = "__OTR__ast_audio/ast_audio_v1_drum_1C100"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C110[] = "__OTR__ast_audio/ast_audio_v1_drum_1C110"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C120[] = "__OTR__ast_audio/ast_audio_v1_drum_1C120"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C130[] = "__OTR__ast_audio/ast_audio_v1_drum_1C130"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C140[] = "__OTR__ast_audio/ast_audio_v1_drum_1C140"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C150[] = "__OTR__ast_audio/ast_audio_v1_drum_1C150"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C160[] = "__OTR__ast_audio/ast_audio_v1_drum_1C160"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C170[] = "__OTR__ast_audio/ast_audio_v1_drum_1C170"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C180[] = "__OTR__ast_audio/ast_audio_v1_drum_1C180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C190[] = "__OTR__ast_audio/ast_audio_v1_drum_1C190"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C1F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C1F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C200[] = "__OTR__ast_audio/ast_audio_v1_drum_1C200"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C210[] = "__OTR__ast_audio/ast_audio_v1_drum_1C210"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C220[] = "__OTR__ast_audio/ast_audio_v1_drum_1C220"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C230[] = "__OTR__ast_audio/ast_audio_v1_drum_1C230"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C240[] = "__OTR__ast_audio/ast_audio_v1_drum_1C240"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C250[] = "__OTR__ast_audio/ast_audio_v1_drum_1C250"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C260[] = "__OTR__ast_audio/ast_audio_v1_drum_1C260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1C370[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1C370"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C3A0_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C3A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C3B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C3B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C400[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C400"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C430_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C430_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C440[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C490[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C490"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C4C0_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C4C0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C4D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C4D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C520[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C520"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C550_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C550_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C560[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C5B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C5B0"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C5E0_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C5E0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C5F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C5F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C640[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C640"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C670_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C670_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C680[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C680"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C6D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C6D0"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C700_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C700_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C710[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C710"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C760[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C760"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C790_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C790_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C7A0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C7A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C7F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C7F0"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C800_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C800_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C810[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C810"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C860[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C860"; + +static const ALIGN_ASSET(2) char Sample_P_1C370_O_1C870_B_3[] = "__OTR__ast_audio/Sample_P_1C370_O_1C870_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1C880[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1C880"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1C8D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1C8D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C8E0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C8E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C8F0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C8F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C900[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C900"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C910[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C910"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C920[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C920"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1C930[] = "__OTR__ast_audio/ast_audio_v1_envelope_1C930"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1C940[] = "__OTR__ast_audio/ast_audio_v1_instrument_1C940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1C960[] = "__OTR__ast_audio/ast_audio_v1_instrument_1C960"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1C980[] = "__OTR__ast_audio/ast_audio_v1_instrument_1C980"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1C9A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1C9A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1C9C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1C9C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C9E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C9E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1C9F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1C9F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA00[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA10[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA20[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA30[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA40[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA50[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA60[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA70[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA80[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CA90[] = "__OTR__ast_audio/ast_audio_v1_drum_1CA90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CAF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CAF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB00[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB10[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB20[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB30[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB40[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB50[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB60[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB70[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB80[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CB90[] = "__OTR__ast_audio/ast_audio_v1_drum_1CB90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CBF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1CBF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CC00[] = "__OTR__ast_audio/ast_audio_v1_drum_1CC00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CC10[] = "__OTR__ast_audio/ast_audio_v1_drum_1CC10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CC20[] = "__OTR__ast_audio/ast_audio_v1_drum_1CC20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CC30[] = "__OTR__ast_audio/ast_audio_v1_drum_1CC30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1CC40[] = "__OTR__ast_audio/ast_audio_v1_drum_1CC40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1CD50[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1CD50"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1CD80_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1CD80_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CD90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CD90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1CDE0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1CDE0"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1CE10_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1CE10_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CE20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CE20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1CE70[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1CE70"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1CEA0_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1CEA0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CEB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CEB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1CF00[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1CF00"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1CF30_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1CF30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CF40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CF40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1CF90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1CF90"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1CFC0_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1CFC0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1CFD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1CFD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D020[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D020"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1D050_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1D050_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D060[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D060"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D0B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D0B0"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1D0E0_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1D0E0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D0F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D0F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D140[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D140"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1D170_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1D170_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D180[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D180"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D1D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D1D0"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1D1E0_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1D1E0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D1F0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D1F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D240[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D240"; + +static const ALIGN_ASSET(2) char Sample_P_1CD50_O_1D250_B_3[] = "__OTR__ast_audio/Sample_P_1CD50_O_1D250_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D260[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D260"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D2B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D2B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D2C0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D2C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D2D0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D2D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D2E0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D2E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D2F0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D2F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D300[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D300"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1D310[] = "__OTR__ast_audio/ast_audio_v1_envelope_1D310"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D320[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D320"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D340[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D340"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D360[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D360"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D380[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D380"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D3A0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D3A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1D3C0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1D3C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D3E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D3E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D3F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D3F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D400[] = "__OTR__ast_audio/ast_audio_v1_drum_1D400"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D410[] = "__OTR__ast_audio/ast_audio_v1_drum_1D410"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D420[] = "__OTR__ast_audio/ast_audio_v1_drum_1D420"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D430[] = "__OTR__ast_audio/ast_audio_v1_drum_1D430"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D440[] = "__OTR__ast_audio/ast_audio_v1_drum_1D440"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D450[] = "__OTR__ast_audio/ast_audio_v1_drum_1D450"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D460[] = "__OTR__ast_audio/ast_audio_v1_drum_1D460"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D470[] = "__OTR__ast_audio/ast_audio_v1_drum_1D470"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D480[] = "__OTR__ast_audio/ast_audio_v1_drum_1D480"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D490[] = "__OTR__ast_audio/ast_audio_v1_drum_1D490"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D4F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D4F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D500[] = "__OTR__ast_audio/ast_audio_v1_drum_1D500"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D510[] = "__OTR__ast_audio/ast_audio_v1_drum_1D510"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D520[] = "__OTR__ast_audio/ast_audio_v1_drum_1D520"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D530[] = "__OTR__ast_audio/ast_audio_v1_drum_1D530"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D540[] = "__OTR__ast_audio/ast_audio_v1_drum_1D540"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D550[] = "__OTR__ast_audio/ast_audio_v1_drum_1D550"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D560[] = "__OTR__ast_audio/ast_audio_v1_drum_1D560"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D570[] = "__OTR__ast_audio/ast_audio_v1_drum_1D570"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D580[] = "__OTR__ast_audio/ast_audio_v1_drum_1D580"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D590[] = "__OTR__ast_audio/ast_audio_v1_drum_1D590"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5A0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5A0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5B0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5C0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5C0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5D0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5E0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5E0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D5F0[] = "__OTR__ast_audio/ast_audio_v1_drum_1D5F0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D600[] = "__OTR__ast_audio/ast_audio_v1_drum_1D600"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D610[] = "__OTR__ast_audio/ast_audio_v1_drum_1D610"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D620[] = "__OTR__ast_audio/ast_audio_v1_drum_1D620"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D630[] = "__OTR__ast_audio/ast_audio_v1_drum_1D630"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1D640[] = "__OTR__ast_audio/ast_audio_v1_drum_1D640"; + +static const ALIGN_ASSET(2) char ast_audio_v1_sound_font_1D750[] = "__OTR__ast_audio/ast_audio_v1_sound_font_1D750"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1D780_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1D780_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D790[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D790"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D7E0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D7E0"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1D810_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1D810_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D820[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D820"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D870[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D870"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1D8A0_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1D8A0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D8B0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D8B0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D900[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D900"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1D930_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1D930_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D940[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D940"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1D990[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1D990"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1D9C0_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1D9C0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1D9D0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1D9D0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1DA20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1DA20"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1DA50_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1DA50_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1DA60[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1DA60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1DAB0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1DAB0"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1DAC0_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1DAC0_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1DAD0[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1DAD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1DB20[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1DB20"; + +static const ALIGN_ASSET(2) char Sample_P_1D750_O_1DB30_B_3[] = "__OTR__ast_audio/Sample_P_1D750_O_1DB30_B_3"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_book_1DB40[] = "__OTR__ast_audio/ast_audio_v1_adpcm_book_1DB40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_adpcm_loop_1DB90[] = "__OTR__ast_audio/ast_audio_v1_adpcm_loop_1DB90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1DBA0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1DBA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1DBB0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1DBB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1DBC0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1DBC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1DBD0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1DBD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_envelope_1DBE0[] = "__OTR__ast_audio/ast_audio_v1_envelope_1DBE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DBF0[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DBF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DC10[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DC10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DC30[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DC30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DC50[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DC50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DC70[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DC70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_instrument_1DC90[] = "__OTR__ast_audio/ast_audio_v1_instrument_1DC90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DCB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DCB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DCC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DCC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DCD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DCD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DCE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DCE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DCF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DCF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD00[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD10[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD20[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD30[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD40[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD50[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD60[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD70[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD80[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DD90[] = "__OTR__ast_audio/ast_audio_v1_drum_1DD90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDD0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDD0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DDF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DDF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE00[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE10[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE10"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE20[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE20"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE30[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE30"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE40[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE40"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE50[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE50"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE60[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE60"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE70[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE70"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE80[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE80"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DE90[] = "__OTR__ast_audio/ast_audio_v1_drum_1DE90"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DEA0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DEA0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DEB0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DEB0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DEC0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DEC0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DED0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DED0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DEE0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DEE0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DEF0[] = "__OTR__ast_audio/ast_audio_v1_drum_1DEF0"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DF00[] = "__OTR__ast_audio/ast_audio_v1_drum_1DF00"; + +static const ALIGN_ASSET(2) char ast_audio_v1_drum_1DF10[] = "__OTR__ast_audio/ast_audio_v1_drum_1DF10"; + +static const ALIGN_ASSET(2) char gSampleBankTableInit[] = "__OTR__ast_audio/audio_sample_bank_table"; + +static const ALIGN_ASSET(2) char gSeqTableInit[] = "__OTR__ast_audio/audio_seq_table"; + +static const ALIGN_ASSET(2) char gSoundFontTableInit[] = "__OTR__ast_audio/audio_soundfont_table"; + +static const ALIGN_ASSET(2) char gSeqFontTableInit[] = "__OTR__ast_audio/audio_seq_font_table"; + +static const ALIGN_ASSET(2) char ast_audio_blob_DEA20[] = "__OTR__ast_audio/ast_audio_blob_DEA20"; + +static const ALIGN_ASSET(2) char ast_audio_blob_E2510[] = "__OTR__ast_audio/ast_audio_blob_E2510"; + +static const ALIGN_ASSET(2) char ast_audio_blob_E7BC0[] = "__OTR__ast_audio/ast_audio_blob_E7BC0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_EA940[] = "__OTR__ast_audio/ast_audio_blob_EA940"; + +static const ALIGN_ASSET(2) char ast_audio_blob_EBD50[] = "__OTR__ast_audio/ast_audio_blob_EBD50"; + +static const ALIGN_ASSET(2) char ast_audio_blob_ED350[] = "__OTR__ast_audio/ast_audio_blob_ED350"; + +static const ALIGN_ASSET(2) char ast_audio_blob_EE270[] = "__OTR__ast_audio/ast_audio_blob_EE270"; + +static const ALIGN_ASSET(2) char ast_audio_blob_EF610[] = "__OTR__ast_audio/ast_audio_blob_EF610"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F0710[] = "__OTR__ast_audio/ast_audio_blob_F0710"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F20F0[] = "__OTR__ast_audio/ast_audio_blob_F20F0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F34D0[] = "__OTR__ast_audio/ast_audio_blob_F34D0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F47C0[] = "__OTR__ast_audio/ast_audio_blob_F47C0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F5330[] = "__OTR__ast_audio/ast_audio_blob_F5330"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F7790[] = "__OTR__ast_audio/ast_audio_blob_F7790"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F84D0[] = "__OTR__ast_audio/ast_audio_blob_F84D0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_F8CC0[] = "__OTR__ast_audio/ast_audio_blob_F8CC0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_FA100[] = "__OTR__ast_audio/ast_audio_blob_FA100"; + +static const ALIGN_ASSET(2) char ast_audio_blob_FBC20[] = "__OTR__ast_audio/ast_audio_blob_FBC20"; + +static const ALIGN_ASSET(2) char ast_audio_blob_FD750[] = "__OTR__ast_audio/ast_audio_blob_FD750"; + +static const ALIGN_ASSET(2) char ast_audio_blob_FE800[] = "__OTR__ast_audio/ast_audio_blob_FE800"; + +static const ALIGN_ASSET(2) char ast_audio_blob_FFC10[] = "__OTR__ast_audio/ast_audio_blob_FFC10"; + +static const ALIGN_ASSET(2) char ast_audio_blob_100B40[] = "__OTR__ast_audio/ast_audio_blob_100B40"; + +static const ALIGN_ASSET(2) char ast_audio_blob_103670[] = "__OTR__ast_audio/ast_audio_blob_103670"; + +static const ALIGN_ASSET(2) char ast_audio_blob_103E60[] = "__OTR__ast_audio/ast_audio_blob_103E60"; + +static const ALIGN_ASSET(2) char ast_audio_blob_105210[] = "__OTR__ast_audio/ast_audio_blob_105210"; + +static const ALIGN_ASSET(2) char ast_audio_blob_105E80[] = "__OTR__ast_audio/ast_audio_blob_105E80"; + +static const ALIGN_ASSET(2) char ast_audio_blob_106000[] = "__OTR__ast_audio/ast_audio_blob_106000"; + +static const ALIGN_ASSET(2) char ast_audio_blob_1065C0[] = "__OTR__ast_audio/ast_audio_blob_1065C0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_10B400[] = "__OTR__ast_audio/ast_audio_blob_10B400"; + +static const ALIGN_ASSET(2) char ast_audio_blob_10C8E0[] = "__OTR__ast_audio/ast_audio_blob_10C8E0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_10CCE0[] = "__OTR__ast_audio/ast_audio_blob_10CCE0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_10D4E0[] = "__OTR__ast_audio/ast_audio_blob_10D4E0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_10EF90[] = "__OTR__ast_audio/ast_audio_blob_10EF90"; + +static const ALIGN_ASSET(2) char ast_audio_blob_110A30[] = "__OTR__ast_audio/ast_audio_blob_110A30"; + +static const ALIGN_ASSET(2) char ast_audio_blob_111DA0[] = "__OTR__ast_audio/ast_audio_blob_111DA0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_112920[] = "__OTR__ast_audio/ast_audio_blob_112920"; + +static const ALIGN_ASSET(2) char ast_audio_blob_112EE0[] = "__OTR__ast_audio/ast_audio_blob_112EE0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_113430[] = "__OTR__ast_audio/ast_audio_blob_113430"; + +static const ALIGN_ASSET(2) char ast_audio_blob_113790[] = "__OTR__ast_audio/ast_audio_blob_113790"; + +static const ALIGN_ASSET(2) char ast_audio_blob_113DB0[] = "__OTR__ast_audio/ast_audio_blob_113DB0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_114820[] = "__OTR__ast_audio/ast_audio_blob_114820"; + +static const ALIGN_ASSET(2) char ast_audio_blob_1152D0[] = "__OTR__ast_audio/ast_audio_blob_1152D0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_1166A0[] = "__OTR__ast_audio/ast_audio_blob_1166A0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_1168F0[] = "__OTR__ast_audio/ast_audio_blob_1168F0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_116FE0[] = "__OTR__ast_audio/ast_audio_blob_116FE0"; + +static const ALIGN_ASSET(2) char ast_audio_blob_117F90[] = "__OTR__ast_audio/ast_audio_blob_117F90"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_bg_planet.h b/android/app/src/main/assets/starship/include/assets/ast_bg_planet.h new file mode 100644 index 0000000..04257d9 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_bg_planet.h @@ -0,0 +1,125 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_BG_PLANET_2000000[] = "__OTR__ast_bg_planet/D_BG_PLANET_2000000"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_58[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_58"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2000088[] = "__OTR__ast_bg_planet/D_BG_PLANET_2000088"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2001090[] = "__OTR__ast_bg_planet/D_BG_PLANET_2001090"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_10E8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_10E8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2001118[] = "__OTR__ast_bg_planet/D_BG_PLANET_2001118"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2002120[] = "__OTR__ast_bg_planet/D_BG_PLANET_2002120"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_2178[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_2178"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20021A8[] = "__OTR__ast_bg_planet/D_BG_PLANET_20021A8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20031B0[] = "__OTR__ast_bg_planet/D_BG_PLANET_20031B0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_3208[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_3208"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2003238[] = "__OTR__ast_bg_planet/D_BG_PLANET_2003238"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2004240[] = "__OTR__ast_bg_planet/D_BG_PLANET_2004240"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_4298[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_4298"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20042C8[] = "__OTR__ast_bg_planet/D_BG_PLANET_20042C8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20052D0[] = "__OTR__ast_bg_planet/D_BG_PLANET_20052D0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_5328[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_5328"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2005358[] = "__OTR__ast_bg_planet/D_BG_PLANET_2005358"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2006360[] = "__OTR__ast_bg_planet/D_BG_PLANET_2006360"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_63B8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_63B8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20063E8[] = "__OTR__ast_bg_planet/D_BG_PLANET_20063E8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20073F0[] = "__OTR__ast_bg_planet/D_BG_PLANET_20073F0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_7448[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_7448"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2007478[] = "__OTR__ast_bg_planet/D_BG_PLANET_2007478"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2008480[] = "__OTR__ast_bg_planet/D_BG_PLANET_2008480"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_84D8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_84D8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2008508[] = "__OTR__ast_bg_planet/D_BG_PLANET_2008508"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2009510[] = "__OTR__ast_bg_planet/D_BG_PLANET_2009510"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_9568[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_9568"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2009598[] = "__OTR__ast_bg_planet/D_BG_PLANET_2009598"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200A5A0[] = "__OTR__ast_bg_planet/D_BG_PLANET_200A5A0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_A5F8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_A5F8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200A628[] = "__OTR__ast_bg_planet/D_BG_PLANET_200A628"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200B630[] = "__OTR__ast_bg_planet/D_BG_PLANET_200B630"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_B688[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_B688"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200B6B8[] = "__OTR__ast_bg_planet/D_BG_PLANET_200B6B8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200C6C0[] = "__OTR__ast_bg_planet/D_BG_PLANET_200C6C0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_C718[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_C718"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200C748[] = "__OTR__ast_bg_planet/D_BG_PLANET_200C748"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200D750[] = "__OTR__ast_bg_planet/D_BG_PLANET_200D750"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_D7A8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_D7A8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200D7E8[] = "__OTR__ast_bg_planet/D_BG_PLANET_200D7E8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200E7F0[] = "__OTR__ast_bg_planet/D_BG_PLANET_200E7F0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_E848[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_E848"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200E878[] = "__OTR__ast_bg_planet/D_BG_PLANET_200E878"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200F080[] = "__OTR__ast_bg_planet/D_BG_PLANET_200F080"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_F0D8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_F0D8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200F108[] = "__OTR__ast_bg_planet/D_BG_PLANET_200F108"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200F910[] = "__OTR__ast_bg_planet/D_BG_PLANET_200F910"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_F968[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_F968"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_200F998[] = "__OTR__ast_bg_planet/D_BG_PLANET_200F998"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20101A0[] = "__OTR__ast_bg_planet/D_BG_PLANET_20101A0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_101F8[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_101F8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2010228[] = "__OTR__ast_bg_planet/D_BG_PLANET_2010228"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2010A30[] = "__OTR__ast_bg_planet/D_BG_PLANET_2010A30"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_10A88[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_10A88"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2010AB8[] = "__OTR__ast_bg_planet/D_BG_PLANET_2010AB8"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_20112C0[] = "__OTR__ast_bg_planet/D_BG_PLANET_20112C0"; + +static const ALIGN_ASSET(2) char ast_bg_planet_seg2_vtx_11318[] = "__OTR__ast_bg_planet/ast_bg_planet_seg2_vtx_11318"; + +static const ALIGN_ASSET(2) char D_BG_PLANET_2011358[] = "__OTR__ast_bg_planet/D_BG_PLANET_2011358"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_bg_space.h b/android/app/src/main/assets/starship/include/assets/ast_bg_space.h new file mode 100644 index 0000000..579f3d3 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_bg_space.h @@ -0,0 +1,89 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_BG_SPACE_2000000[] = "__OTR__ast_bg_space/D_BG_SPACE_2000000"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_58[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_58"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2000088[] = "__OTR__ast_bg_space/D_BG_SPACE_2000088"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2000890[] = "__OTR__ast_bg_space/D_BG_SPACE_2000890"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_8E8[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_8E8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2000918[] = "__OTR__ast_bg_space/D_BG_SPACE_2000918"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2001120[] = "__OTR__ast_bg_space/D_BG_SPACE_2001120"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_1178[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_1178"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20011A8[] = "__OTR__ast_bg_space/D_BG_SPACE_20011A8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20019B0[] = "__OTR__ast_bg_space/D_BG_SPACE_20019B0"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_1A08[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_1A08"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2001A38[] = "__OTR__ast_bg_space/D_BG_SPACE_2001A38"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2002240[] = "__OTR__ast_bg_space/D_BG_SPACE_2002240"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_2298[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_2298"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20022C8[] = "__OTR__ast_bg_space/D_BG_SPACE_20022C8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2002AD0[] = "__OTR__ast_bg_space/D_BG_SPACE_2002AD0"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_2B28[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_2B28"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2002B58[] = "__OTR__ast_bg_space/D_BG_SPACE_2002B58"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2003360[] = "__OTR__ast_bg_space/D_BG_SPACE_2003360"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_33B8[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_33B8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20033E8[] = "__OTR__ast_bg_space/D_BG_SPACE_20033E8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2003BF0[] = "__OTR__ast_bg_space/D_BG_SPACE_2003BF0"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_3C48[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_3C48"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2003C78[] = "__OTR__ast_bg_space/D_BG_SPACE_2003C78"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2004480[] = "__OTR__ast_bg_space/D_BG_SPACE_2004480"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_44D8[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_44D8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2004508[] = "__OTR__ast_bg_space/D_BG_SPACE_2004508"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2004D10[] = "__OTR__ast_bg_space/D_BG_SPACE_2004D10"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_4D68[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_4D68"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2004D98[] = "__OTR__ast_bg_space/D_BG_SPACE_2004D98"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20055A0[] = "__OTR__ast_bg_space/D_BG_SPACE_20055A0"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_55F8[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_55F8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2005628[] = "__OTR__ast_bg_space/D_BG_SPACE_2005628"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2005E30[] = "__OTR__ast_bg_space/D_BG_SPACE_2005E30"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_5E88[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_5E88"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2005EB8[] = "__OTR__ast_bg_space/D_BG_SPACE_2005EB8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_20066C0[] = "__OTR__ast_bg_space/D_BG_SPACE_20066C0"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_6718[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_6718"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2006748[] = "__OTR__ast_bg_space/D_BG_SPACE_2006748"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2006F50[] = "__OTR__ast_bg_space/D_BG_SPACE_2006F50"; + +static const ALIGN_ASSET(2) char ast_bg_space_seg2_vtx_6FA8[] = "__OTR__ast_bg_space/ast_bg_space_seg2_vtx_6FA8"; + +static const ALIGN_ASSET(2) char D_BG_SPACE_2006FD8[] = "__OTR__ast_bg_space/D_BG_SPACE_2006FD8"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_blue_marine.h b/android/app/src/main/assets/starship/include/assets/ast_blue_marine.h new file mode 100644 index 0000000..316e15e --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_blue_marine.h @@ -0,0 +1,113 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aBlueMarineLifeIconTex[] = "__OTR__ast_blue_marine/aBlueMarineLifeIconTex"; + +static const ALIGN_ASSET(2) char aBlueMarineLifeIconTLUT[] = "__OTR__ast_blue_marine/aBlueMarineLifeIconTLUT"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000090[] = "__OTR__ast_blue_marine/D_blue_marine_3000090"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000120[] = "__OTR__ast_blue_marine/D_blue_marine_3000120"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000130[] = "__OTR__ast_blue_marine/D_blue_marine_3000130"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_228[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_228"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000418[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_00000418"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000470[] = "__OTR__ast_blue_marine/D_blue_marine_3000470"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_528[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_528"; + +static const ALIGN_ASSET(2) char D_blue_marine_30005E8[] = "__OTR__ast_blue_marine/D_blue_marine_30005E8"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000600[] = "__OTR__ast_blue_marine/D_blue_marine_3000600"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000640[] = "__OTR__ast_blue_marine/D_blue_marine_3000640"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000660[] = "__OTR__ast_blue_marine/D_blue_marine_3000660"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6B8[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6B8"; + +static const ALIGN_ASSET(2) char D_blue_marine_30006E8[] = "__OTR__ast_blue_marine/D_blue_marine_30006E8"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000AF0[] = "__OTR__ast_blue_marine/D_blue_marine_3000AF0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_B60[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_B60"; + +static const ALIGN_ASSET(2) char D_blue_marine_3000C70[] = "__OTR__ast_blue_marine/D_blue_marine_3000C70"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_FD0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_FD0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_11D0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_11D0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_13C0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_13C0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_1400[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_1400"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_15D0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_15D0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_1700[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_1700"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_1760[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_1760"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_1790[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_1790"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_1840[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_1840"; + +static const ALIGN_ASSET(2) char D_blue_marine_3001900[] = "__OTR__ast_blue_marine/D_blue_marine_3001900"; + +static const ALIGN_ASSET(2) char D_blue_marine_3001980[] = "__OTR__ast_blue_marine/D_blue_marine_3001980"; + +static const ALIGN_ASSET(2) char D_blue_marine_3002180[] = "__OTR__ast_blue_marine/D_blue_marine_3002180"; + +static const ALIGN_ASSET(2) char D_blue_marine_3002980[] = "__OTR__ast_blue_marine/D_blue_marine_3002980"; + +static const ALIGN_ASSET(2) char D_blue_marine_3003180[] = "__OTR__ast_blue_marine/D_blue_marine_3003180"; + +static const ALIGN_ASSET(2) char D_blue_marine_3003980[] = "__OTR__ast_blue_marine/D_blue_marine_3003980"; + +static const ALIGN_ASSET(2) char D_blue_marine_3004180[] = "__OTR__ast_blue_marine/D_blue_marine_3004180"; + +static const ALIGN_ASSET(2) char D_blue_marine_3004980[] = "__OTR__ast_blue_marine/D_blue_marine_3004980"; + +static const ALIGN_ASSET(2) char D_blue_marine_3005980[] = "__OTR__ast_blue_marine/D_blue_marine_3005980"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_5C18[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_5C18"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_5E18[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_5E18"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_5E78[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_5E78"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_5EB8[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_5EB8"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6098[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6098"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6158[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6158"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_61B8[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_61B8"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6218[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6218"; + +static const ALIGN_ASSET(2) char D_blue_marine_30062E8[] = "__OTR__ast_blue_marine/D_blue_marine_30062E8"; + +static const ALIGN_ASSET(2) char D_blue_marine_3006AF0[] = "__OTR__ast_blue_marine/D_blue_marine_3006AF0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6B60[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6B60"; + +static const ALIGN_ASSET(2) char D_blue_marine_3006C70[] = "__OTR__ast_blue_marine/D_blue_marine_3006C70"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6CF0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6CF0"; + +static const ALIGN_ASSET(2) char D_blue_marine_3006DE0[] = "__OTR__ast_blue_marine/D_blue_marine_3006DE0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_6F20[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_6F20"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_7090[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_7090"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_71D0[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_71D0"; + +static const ALIGN_ASSET(2) char ast_blue_marine_seg3_vtx_7290[] = "__OTR__ast_blue_marine/ast_blue_marine_seg3_vtx_7290"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_bolse.h b/android/app/src/main/assets/starship/include/assets/ast_bolse.h new file mode 100644 index 0000000..59ad2bb --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_bolse.h @@ -0,0 +1,286 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aBoTitleCardTex[] = "__OTR__ast_bolse/aBoTitleCardTex"; + +static const ALIGN_ASSET(2) char D_BO_6000C80[] = "__OTR__ast_bolse/D_BO_6000C80"; + +static const ALIGN_ASSET(2) char D_BO_6000D80[] = "__OTR__ast_bolse/D_BO_6000D80"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_F38[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_F38"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_1138[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_1138"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_1318[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_1318"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_1508[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_1508"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_16E8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_16E8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_18C8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_18C8"; + +static const ALIGN_ASSET(2) char D_BO_6001908[] = "__OTR__ast_bolse/D_BO_6001908"; + +static const ALIGN_ASSET(2) char aBoBaseCoreAnim[] = "__OTR__ast_bolse/aBoBaseCoreAnim"; + +static const ALIGN_ASSET(2) char aBoBaseCoreSkel[] = "__OTR__ast_bolse/aBoBaseCoreSkel"; + +static const ALIGN_ASSET(2) char D_BO_6002020[] = "__OTR__ast_bolse/D_BO_6002020"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2608[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2608"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2788[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2788"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2958[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2958"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2B58[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2B58"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2D38[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2D38"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_2F18[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_2F18"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_3108[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_3108"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_32F8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_32F8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_34E8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_34E8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_3518[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_3518"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_36F8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_36F8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_38D8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_38D8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_3AD8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_3AD8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_3CD8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_3CD8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_3ED8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_3ED8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_40D8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_40D8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_42C8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_42C8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_44C8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_44C8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_46A8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_46A8"; + +static const ALIGN_ASSET(2) char D_BO_6004848[] = "__OTR__ast_bolse/D_BO_6004848"; + +static const ALIGN_ASSET(2) char D_BO_6005048[] = "__OTR__ast_bolse/D_BO_6005048"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_5450[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_5450"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_5538[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_5538"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_5708[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_5708"; + +static const ALIGN_ASSET(2) char D_BO_6005908[] = "__OTR__ast_bolse/D_BO_6005908"; + +static const ALIGN_ASSET(2) char D_BO_6006108[] = "__OTR__ast_bolse/D_BO_6006108"; + +static const ALIGN_ASSET(2) char D_BO_6006910[] = "__OTR__ast_bolse/D_BO_6006910"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_6990[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_6990"; + +static const ALIGN_ASSET(2) char D_BO_6006AD0[] = "__OTR__ast_bolse/D_BO_6006AD0"; + +static const ALIGN_ASSET(2) char D_BO_6006ED0[] = "__OTR__ast_bolse/D_BO_6006ED0"; + +static const ALIGN_ASSET(2) char D_BO_6006F50[] = "__OTR__ast_bolse/D_BO_6006F50"; + +static const ALIGN_ASSET(2) char D_BO_6006FD0[] = "__OTR__ast_bolse/D_BO_6006FD0"; + +static const ALIGN_ASSET(2) char D_BO_60077D0[] = "__OTR__ast_bolse/D_BO_60077D0"; + +static const ALIGN_ASSET(2) char D_BO_6007BD0[] = "__OTR__ast_bolse/D_BO_6007BD0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_7C50[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_7C50"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_7D08[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_7D08"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_7DC8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_7DC8"; + +static const ALIGN_ASSET(2) char D_BO_6007DF8[] = "__OTR__ast_bolse/D_BO_6007DF8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_8200[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_8200"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_82C0[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_82C0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_8400[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_8400"; + +static const ALIGN_ASSET(2) char D_BO_6008440[] = "__OTR__ast_bolse/D_BO_6008440"; + +static const ALIGN_ASSET(2) char D_BO_6008668[] = "__OTR__ast_bolse/D_BO_6008668"; + +static const ALIGN_ASSET(2) char D_BO_60086B4[] = "__OTR__ast_bolse/D_BO_60086B4"; + +static const ALIGN_ASSET(2) char D_BO_60086F4[] = "__OTR__ast_bolse/D_BO_60086F4"; + +static const ALIGN_ASSET(2) char D_BO_6008760[] = "__OTR__ast_bolse/D_BO_6008760"; + +static const ALIGN_ASSET(2) char D_BO_6008770[] = "__OTR__ast_bolse/D_BO_6008770"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_88C8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_88C8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_8978[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_8978"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_8A48[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_8A48"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_8B58[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_8B58"; + +static const ALIGN_ASSET(2) char D_BO_6008BB8[] = "__OTR__ast_bolse/D_BO_6008BB8"; + +static const ALIGN_ASSET(2) char D_BO_60093B8[] = "__OTR__ast_bolse/D_BO_60093B8"; + +static const ALIGN_ASSET(2) char D_BO_6009BC0[] = "__OTR__ast_bolse/D_BO_6009BC0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_9C68[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_9C68"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_9D68[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_9D68"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_9DB0[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_9DB0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_9E20[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_9E20"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_9F20[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_9F20"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_9F78[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_9F78"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_9FC0[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_9FC0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A0D8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A0D8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A258[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A258"; + +static const ALIGN_ASSET(2) char D_BO_600A2C0[] = "__OTR__ast_bolse/D_BO_600A2C0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A3D8[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A3D8"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A558[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A558"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_A5C0[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_A5C0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A680[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A680"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A7C0[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A7C0"; + +static const ALIGN_ASSET(2) char D_BO_600A810[] = "__OTR__ast_bolse/D_BO_600A810"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_A910[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_A910"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_AA90[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_AA90"; + +static const ALIGN_ASSET(2) char D_BO_600AB90[] = "__OTR__ast_bolse/D_BO_600AB90"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_AC40[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_AC40"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_AC80[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_AC80"; + +static const ALIGN_ASSET(2) char D_BO_600AD80[] = "__OTR__ast_bolse/D_BO_600AD80"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_gfx_B580[] = "__OTR__ast_bolse/ast_bolse_seg6_gfx_B580"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_B698[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_B698"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_B708[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_B708"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_B848[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_B848"; + +static const ALIGN_ASSET(2) char aBoBuildingDL[] = "__OTR__ast_bolse/aBoBuildingDL"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_B960[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_B960"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_B9A0[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_B9A0"; + +static const ALIGN_ASSET(2) char D_BO_600BAA0[] = "__OTR__ast_bolse/D_BO_600BAA0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_BC00[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_BC00"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_BC80[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_BC80"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_BD80[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_BD80"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_BDC0[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_BDC0"; + +static const ALIGN_ASSET(2) char D_BO_600BEC0[] = "__OTR__ast_bolse/D_BO_600BEC0"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_BEF0[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_BEF0"; + +static const ALIGN_ASSET(2) char D_BO_600BF30[] = "__OTR__ast_bolse/D_BO_600BF30"; + +static const ALIGN_ASSET(2) char D_BO_600C0B8[] = "__OTR__ast_bolse/D_BO_600C0B8"; + +static const ALIGN_ASSET(2) char D_BO_600C2D8[] = "__OTR__ast_bolse/D_BO_600C2D8"; + +static const ALIGN_ASSET(2) char aBoBaseShieldDL[] = "__OTR__ast_bolse/aBoBaseShieldDL"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_C638[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_C638"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_C828[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_C828"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_CA28[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_CA28"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_CC08[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_CC08"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_CE08[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_CE08"; + +static const ALIGN_ASSET(2) char aBoBaseShieldTex[] = "__OTR__ast_bolse/aBoBaseShieldTex"; + +static const ALIGN_ASSET(2) char D_BO_600D190[] = "__OTR__ast_bolse/D_BO_600D190"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_D220[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_D220"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_D260[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_D260"; + +static const ALIGN_ASSET(2) char D_BO_600D2A0[] = "__OTR__ast_bolse/D_BO_600D2A0"; + +static const ALIGN_ASSET(2) char D_BO_600E2A0[] = "__OTR__ast_bolse/D_BO_600E2A0"; + +static const ALIGN_ASSET(2) char aBoLaserCannonAnim[] = "__OTR__ast_bolse/aBoLaserCannonAnim"; + +static const ALIGN_ASSET(2) char aBoLaserCannonSkel[] = "__OTR__ast_bolse/aBoLaserCannonSkel"; + +static const ALIGN_ASSET(2) char aBoShieldReactorAnim[] = "__OTR__ast_bolse/aBoShieldReactorAnim"; + +static const ALIGN_ASSET(2) char aBoShieldReactorSkel[] = "__OTR__ast_bolse/aBoShieldReactorSkel"; + +static const ALIGN_ASSET(2) char aBoPoleDL[] = "__OTR__ast_bolse/aBoPoleDL"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_F578[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_F578"; + +static const ALIGN_ASSET(2) char ast_bolse_seg6_vtx_F668[] = "__OTR__ast_bolse/ast_bolse_seg6_vtx_F668"; + +static const ALIGN_ASSET(2) char D_BO_600F728[] = "__OTR__ast_bolse/D_BO_600F728"; + +static const ALIGN_ASSET(2) char D_BO_600FF30[] = "__OTR__ast_bolse/D_BO_600FF30"; + +static const ALIGN_ASSET(2) char D_BO_600FF74[] = "__OTR__ast_bolse/D_BO_600FF74"; + +static const ALIGN_ASSET(2) char D_BO_6010294[] = "__OTR__ast_bolse/D_BO_6010294"; + +static const ALIGN_ASSET(2) char D_BO_601170C[] = "__OTR__ast_bolse/D_BO_601170C"; + +static const ALIGN_ASSET(2) char D_BO_6011B20[] = "__OTR__ast_bolse/D_BO_6011B20"; + +static const ALIGN_ASSET(2) char aBoShieldReactorHitbox[] = "__OTR__ast_bolse/aBoShieldReactorHitbox"; + +static const ALIGN_ASSET(2) char D_BO_6011BA4[] = "__OTR__ast_bolse/D_BO_6011BA4"; + +static const ALIGN_ASSET(2) char aBoLaserCannonHitbox[] = "__OTR__ast_bolse/aBoLaserCannonHitbox"; + +static const ALIGN_ASSET(2) char aBoPoleHitbox[] = "__OTR__ast_bolse/aBoPoleHitbox"; + +static const ALIGN_ASSET(2) char aBoBuildingHitbox[] = "__OTR__ast_bolse/aBoBuildingHitbox"; + +static const ALIGN_ASSET(2) char aBoBaseCoreHitbox[] = "__OTR__ast_bolse/aBoBaseCoreHitbox"; + +static const ALIGN_ASSET(2) char D_BO_6011E28[] = "__OTR__ast_bolse/D_BO_6011E28"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_common.h b/android/app/src/main/assets/starship/include/assets/ast_common.h new file mode 100644 index 0000000..545650b --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_common.h @@ -0,0 +1,881 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_1000000[] = "__OTR__ast_common/D_1000000"; + +static const ALIGN_ASSET(2) char D_1000280[] = "__OTR__ast_common/D_1000280"; + +static const ALIGN_ASSET(2) char D_1000640[] = "__OTR__ast_common/D_1000640"; + +static const ALIGN_ASSET(2) char aBoostGaugeFrameTex[] = "__OTR__ast_common/aBoostGaugeFrameTex"; + +static const ALIGN_ASSET(2) char D_1001030[] = "__OTR__ast_common/D_1001030"; + +static const ALIGN_ASSET(2) char D_1001070[] = "__OTR__ast_common/D_1001070"; + +static const ALIGN_ASSET(2) char D_1001480[] = "__OTR__ast_common/D_1001480"; + +static const ALIGN_ASSET(2) char D_1001720[] = "__OTR__ast_common/D_1001720"; + +static const ALIGN_ASSET(2) char D_1001CC0[] = "__OTR__ast_common/D_1001CC0"; + +static const ALIGN_ASSET(2) char D_1002040[] = "__OTR__ast_common/D_1002040"; + +static const ALIGN_ASSET(2) char D_1002220[] = "__OTR__ast_common/D_1002220"; + +static const ALIGN_ASSET(2) char aShieldGaugeFrameEdgeTex[] = "__OTR__ast_common/aShieldGaugeFrameEdgeTex"; + +static const ALIGN_ASSET(2) char D_10022E0[] = "__OTR__ast_common/D_10022E0"; + +static const ALIGN_ASSET(2) char D_1002340[] = "__OTR__ast_common/D_1002340"; + +static const ALIGN_ASSET(2) char D_10024D0[] = "__OTR__ast_common/D_10024D0"; + +static const ALIGN_ASSET(2) char aShieldGaugeFrameTex[] = "__OTR__ast_common/aShieldGaugeFrameTex"; + +static const ALIGN_ASSET(2) char D_1003130[] = "__OTR__ast_common/D_1003130"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_31C8[] = "__OTR__ast_common/ast_common_seg1_vtx_31C8"; + +static const ALIGN_ASSET(2) char D_1003208[] = "__OTR__ast_common/D_1003208"; + +static const ALIGN_ASSET(2) char D_1003288[] = "__OTR__ast_common/D_1003288"; + +static const ALIGN_ASSET(2) char aFalcoPortraitTex[] = "__OTR__ast_common/aFalcoPortraitTex"; + +static const ALIGN_ASSET(2) char D_10041C0[] = "__OTR__ast_common/D_10041C0"; + +static const ALIGN_ASSET(2) char aFoxPortraitTex[] = "__OTR__ast_common/aFoxPortraitTex"; + +static const ALIGN_ASSET(2) char D_1006000[] = "__OTR__ast_common/D_1006000"; + +static const ALIGN_ASSET(2) char D_1006F20[] = "__OTR__ast_common/D_1006F20"; + +static const ALIGN_ASSET(2) char D_1007E40[] = "__OTR__ast_common/D_1007E40"; + +static const ALIGN_ASSET(2) char D_1008D60[] = "__OTR__ast_common/D_1008D60"; + +static const ALIGN_ASSET(2) char D_1009C80[] = "__OTR__ast_common/D_1009C80"; + +static const ALIGN_ASSET(2) char D_100ABA0[] = "__OTR__ast_common/D_100ABA0"; + +static const ALIGN_ASSET(2) char aPeppyPortraitTex[] = "__OTR__ast_common/aPeppyPortraitTex"; + +static const ALIGN_ASSET(2) char D_100C9E0[] = "__OTR__ast_common/D_100C9E0"; + +static const ALIGN_ASSET(2) char aSlippyPortraitTex[] = "__OTR__ast_common/aSlippyPortraitTex"; + +static const ALIGN_ASSET(2) char D_100E820[] = "__OTR__ast_common/D_100E820"; + +static const ALIGN_ASSET(2) char D_100F740[] = "__OTR__ast_common/D_100F740"; + +static const ALIGN_ASSET(2) char D_1010660[] = "__OTR__ast_common/D_1010660"; + +static const ALIGN_ASSET(2) char D_10106A0[] = "__OTR__ast_common/D_10106A0"; + +static const ALIGN_ASSET(2) char D_10106B0[] = "__OTR__ast_common/D_10106B0"; + +static const ALIGN_ASSET(2) char D_10106F0[] = "__OTR__ast_common/D_10106F0"; + +static const ALIGN_ASSET(2) char D_1010700[] = "__OTR__ast_common/D_1010700"; + +static const ALIGN_ASSET(2) char D_1010740[] = "__OTR__ast_common/D_1010740"; + +static const ALIGN_ASSET(2) char D_1010750[] = "__OTR__ast_common/D_1010750"; + +static const ALIGN_ASSET(2) char D_1010790[] = "__OTR__ast_common/D_1010790"; + +static const ALIGN_ASSET(2) char D_10107A0[] = "__OTR__ast_common/D_10107A0"; + +static const ALIGN_ASSET(2) char D_10107E0[] = "__OTR__ast_common/D_10107E0"; + +static const ALIGN_ASSET(2) char D_10107F0[] = "__OTR__ast_common/D_10107F0"; + +static const ALIGN_ASSET(2) char D_1010830[] = "__OTR__ast_common/D_1010830"; + +static const ALIGN_ASSET(2) char D_1010840[] = "__OTR__ast_common/D_1010840"; + +static const ALIGN_ASSET(2) char D_1010880[] = "__OTR__ast_common/D_1010880"; + +static const ALIGN_ASSET(2) char D_1010890[] = "__OTR__ast_common/D_1010890"; + +static const ALIGN_ASSET(2) char D_10108D0[] = "__OTR__ast_common/D_10108D0"; + +static const ALIGN_ASSET(2) char D_10108E0[] = "__OTR__ast_common/D_10108E0"; + +static const ALIGN_ASSET(2) char D_1010920[] = "__OTR__ast_common/D_1010920"; + +static const ALIGN_ASSET(2) char D_1010930[] = "__OTR__ast_common/D_1010930"; + +static const ALIGN_ASSET(2) char D_1010970[] = "__OTR__ast_common/D_1010970"; + +static const ALIGN_ASSET(2) char D_1010980[] = "__OTR__ast_common/D_1010980"; + +static const ALIGN_ASSET(2) char D_1010A00[] = "__OTR__ast_common/D_1010A00"; + +static const ALIGN_ASSET(2) char D_1010A10[] = "__OTR__ast_common/D_1010A10"; + +static const ALIGN_ASSET(2) char D_1010A80[] = "__OTR__ast_common/D_1010A80"; + +static const ALIGN_ASSET(2) char D_1010A90[] = "__OTR__ast_common/D_1010A90"; + +static const ALIGN_ASSET(2) char D_10110B0[] = "__OTR__ast_common/D_10110B0"; + +static const ALIGN_ASSET(2) char D_10110C0[] = "__OTR__ast_common/D_10110C0"; + +static const ALIGN_ASSET(2) char D_10110F8[] = "__OTR__ast_common/D_10110F8"; + +static const ALIGN_ASSET(2) char D_1011110[] = "__OTR__ast_common/D_1011110"; + +static const ALIGN_ASSET(2) char D_1011148[] = "__OTR__ast_common/D_1011148"; + +static const ALIGN_ASSET(2) char D_1011160[] = "__OTR__ast_common/D_1011160"; + +static const ALIGN_ASSET(2) char D_1011198[] = "__OTR__ast_common/D_1011198"; + +static const ALIGN_ASSET(2) char D_10111B0[] = "__OTR__ast_common/D_10111B0"; + +static const ALIGN_ASSET(2) char D_10111E8[] = "__OTR__ast_common/D_10111E8"; + +static const ALIGN_ASSET(2) char D_1011200[] = "__OTR__ast_common/D_1011200"; + +static const ALIGN_ASSET(2) char D_1011270[] = "__OTR__ast_common/D_1011270"; + +static const ALIGN_ASSET(2) char aRadarFrameTex[] = "__OTR__ast_common/aRadarFrameTex"; + +static const ALIGN_ASSET(2) char aRadarFrameTLUT[] = "__OTR__ast_common/aRadarFrameTLUT"; + +static const ALIGN_ASSET(2) char aVsBombIconTex[] = "__OTR__ast_common/aVsBombIconTex"; + +static const ALIGN_ASSET(2) char aVsBombIconTLUT[] = "__OTR__ast_common/aVsBombIconTLUT"; + +static const ALIGN_ASSET(2) char D_1011750[] = "__OTR__ast_common/D_1011750"; + +static const ALIGN_ASSET(2) char D_1011958[] = "__OTR__ast_common/D_1011958"; + +static const ALIGN_ASSET(2) char D_1011980[] = "__OTR__ast_common/D_1011980"; + +static const ALIGN_ASSET(2) char D_1011A28[] = "__OTR__ast_common/D_1011A28"; + +static const ALIGN_ASSET(2) char D_1011A40[] = "__OTR__ast_common/D_1011A40"; + +static const ALIGN_ASSET(2) char D_1011AB0[] = "__OTR__ast_common/D_1011AB0"; + +static const ALIGN_ASSET(2) char aIncomingMsgButtonTex[] = "__OTR__ast_common/aIncomingMsgButtonTex"; + +static const ALIGN_ASSET(2) char aIncomingMsgButtonTLUT[] = "__OTR__ast_common/aIncomingMsgButtonTLUT"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal1Tex[] = "__OTR__ast_common/aIncomingMsgSignal1Tex"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal1TLUT[] = "__OTR__ast_common/aIncomingMsgSignal1TLUT"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal2Tex[] = "__OTR__ast_common/aIncomingMsgSignal2Tex"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal2TLUT[] = "__OTR__ast_common/aIncomingMsgSignal2TLUT"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal3Tex[] = "__OTR__ast_common/aIncomingMsgSignal3Tex"; + +static const ALIGN_ASSET(2) char aIncomingMsgSignal3TLUT[] = "__OTR__ast_common/aIncomingMsgSignal3TLUT"; + +static const ALIGN_ASSET(2) char D_1011E80[] = "__OTR__ast_common/D_1011E80"; + +static const ALIGN_ASSET(2) char D_1011EC0[] = "__OTR__ast_common/D_1011EC0"; + +static const ALIGN_ASSET(2) char aXTex[] = "__OTR__ast_common/aXTex"; + +static const ALIGN_ASSET(2) char aXTLUT[] = "__OTR__ast_common/aXTLUT"; + +static const ALIGN_ASSET(2) char D_1011F20[] = "__OTR__ast_common/D_1011F20"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_11FC0[] = "__OTR__ast_common/ast_common_seg1_vtx_11FC0"; + +static const ALIGN_ASSET(2) char D_1012000[] = "__OTR__ast_common/D_1012000"; + +static const ALIGN_ASSET(2) char D_1012100[] = "__OTR__ast_common/D_1012100"; + +static const ALIGN_ASSET(2) char aGoldRingEmptySlotDL[] = "__OTR__ast_common/aGoldRingEmptySlotDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_12160[] = "__OTR__ast_common/ast_common_seg1_vtx_12160"; + +static const ALIGN_ASSET(2) char aGoldRingEmptySlotTex[] = "__OTR__ast_common/aGoldRingEmptySlotTex"; + +static const ALIGN_ASSET(2) char D_1012290[] = "__OTR__ast_common/D_1012290"; + +static const ALIGN_ASSET(2) char D_10126B0[] = "__OTR__ast_common/D_10126B0"; + +static const ALIGN_ASSET(2) char D_10126F0[] = "__OTR__ast_common/D_10126F0"; + +static const ALIGN_ASSET(2) char D_1012750[] = "__OTR__ast_common/D_1012750"; + +static const ALIGN_ASSET(2) char aBoostGaugeCoolTex[] = "__OTR__ast_common/aBoostGaugeCoolTex"; + +static const ALIGN_ASSET(2) char aBoostGaugeCoolTLUT[] = "__OTR__ast_common/aBoostGaugeCoolTLUT"; + +static const ALIGN_ASSET(2) char aBoostGaugeOverheatTex[] = "__OTR__ast_common/aBoostGaugeOverheatTex"; + +static const ALIGN_ASSET(2) char aBoostGaugeOverheatTLUT[] = "__OTR__ast_common/aBoostGaugeOverheatTLUT"; + +static const ALIGN_ASSET(2) char D_10129C0[] = "__OTR__ast_common/D_10129C0"; + +static const ALIGN_ASSET(2) char D_1013090[] = "__OTR__ast_common/D_1013090"; + +static const ALIGN_ASSET(2) char aMsgWindowBgTex[] = "__OTR__ast_common/aMsgWindowBgTex"; + +static const ALIGN_ASSET(2) char aMsgWindowBgTLUT[] = "__OTR__ast_common/aMsgWindowBgTLUT"; + +static const ALIGN_ASSET(2) char aShieldGaugeTex[] = "__OTR__ast_common/aShieldGaugeTex"; + +static const ALIGN_ASSET(2) char aShieldGaugeTLUT[] = "__OTR__ast_common/aShieldGaugeTLUT"; + +static const ALIGN_ASSET(2) char D_1013780[] = "__OTR__ast_common/D_1013780"; + +static const ALIGN_ASSET(2) char D_10151F0[] = "__OTR__ast_common/D_10151F0"; + +static const ALIGN_ASSET(2) char D_1015320[] = "__OTR__ast_common/D_1015320"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_153B8[] = "__OTR__ast_common/ast_common_seg1_vtx_153B8"; + +static const ALIGN_ASSET(2) char D_10153F8[] = "__OTR__ast_common/D_10153F8"; + +static const ALIGN_ASSET(2) char D_10154F8[] = "__OTR__ast_common/D_10154F8"; + +static const ALIGN_ASSET(2) char aRadarMarkArwingDL[] = "__OTR__ast_common/aRadarMarkArwingDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15568[] = "__OTR__ast_common/ast_common_seg1_vtx_15568"; + +static const ALIGN_ASSET(2) char aRadarMarkArwingTex[] = "__OTR__ast_common/aRadarMarkArwingTex"; + +static const ALIGN_ASSET(2) char D_10156A0[] = "__OTR__ast_common/D_10156A0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15738[] = "__OTR__ast_common/ast_common_seg1_vtx_15738"; + +static const ALIGN_ASSET(2) char D_1015778[] = "__OTR__ast_common/D_1015778"; + +static const ALIGN_ASSET(2) char D_10157F8[] = "__OTR__ast_common/D_10157F8"; + +static const ALIGN_ASSET(2) char D_1015810[] = "__OTR__ast_common/D_1015810"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_158A8[] = "__OTR__ast_common/ast_common_seg1_vtx_158A8"; + +static const ALIGN_ASSET(2) char D_10158E8[] = "__OTR__ast_common/D_10158E8"; + +static const ALIGN_ASSET(2) char D_1015968[] = "__OTR__ast_common/D_1015968"; + +static const ALIGN_ASSET(2) char D_1015980[] = "__OTR__ast_common/D_1015980"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15A18[] = "__OTR__ast_common/ast_common_seg1_vtx_15A18"; + +static const ALIGN_ASSET(2) char D_1015A58[] = "__OTR__ast_common/D_1015A58"; + +static const ALIGN_ASSET(2) char D_1015B58[] = "__OTR__ast_common/D_1015B58"; + +static const ALIGN_ASSET(2) char D_1015B70[] = "__OTR__ast_common/D_1015B70"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15C08[] = "__OTR__ast_common/ast_common_seg1_vtx_15C08"; + +static const ALIGN_ASSET(2) char D_1015C48[] = "__OTR__ast_common/D_1015C48"; + +static const ALIGN_ASSET(2) char D_1015CC8[] = "__OTR__ast_common/D_1015CC8"; + +static const ALIGN_ASSET(2) char D_1015CE0[] = "__OTR__ast_common/D_1015CE0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15D78[] = "__OTR__ast_common/ast_common_seg1_vtx_15D78"; + +static const ALIGN_ASSET(2) char D_1015DB8[] = "__OTR__ast_common/D_1015DB8"; + +static const ALIGN_ASSET(2) char D_1015E38[] = "__OTR__ast_common/D_1015E38"; + +static const ALIGN_ASSET(2) char D_1015E50[] = "__OTR__ast_common/D_1015E50"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_15EE8[] = "__OTR__ast_common/ast_common_seg1_vtx_15EE8"; + +static const ALIGN_ASSET(2) char D_1015F28[] = "__OTR__ast_common/D_1015F28"; + +static const ALIGN_ASSET(2) char D_1015FA8[] = "__OTR__ast_common/D_1015FA8"; + +static const ALIGN_ASSET(2) char D_1015FC0[] = "__OTR__ast_common/D_1015FC0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_16058[] = "__OTR__ast_common/ast_common_seg1_vtx_16058"; + +static const ALIGN_ASSET(2) char D_1016098[] = "__OTR__ast_common/D_1016098"; + +static const ALIGN_ASSET(2) char D_1016118[] = "__OTR__ast_common/D_1016118"; + +static const ALIGN_ASSET(2) char D_1016130[] = "__OTR__ast_common/D_1016130"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_161C8[] = "__OTR__ast_common/ast_common_seg1_vtx_161C8"; + +static const ALIGN_ASSET(2) char D_1016208[] = "__OTR__ast_common/D_1016208"; + +static const ALIGN_ASSET(2) char D_1016288[] = "__OTR__ast_common/D_1016288"; + +static const ALIGN_ASSET(2) char D_10162A0[] = "__OTR__ast_common/D_10162A0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_16338[] = "__OTR__ast_common/ast_common_seg1_vtx_16338"; + +static const ALIGN_ASSET(2) char D_1016378[] = "__OTR__ast_common/D_1016378"; + +static const ALIGN_ASSET(2) char D_10163F8[] = "__OTR__ast_common/D_10163F8"; + +static const ALIGN_ASSET(2) char D_1016410[] = "__OTR__ast_common/D_1016410"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_164A8[] = "__OTR__ast_common/ast_common_seg1_vtx_164A8"; + +static const ALIGN_ASSET(2) char D_10164E8[] = "__OTR__ast_common/D_10164E8"; + +static const ALIGN_ASSET(2) char D_1016568[] = "__OTR__ast_common/D_1016568"; + +static const ALIGN_ASSET(2) char D_1016580[] = "__OTR__ast_common/D_1016580"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_16618[] = "__OTR__ast_common/ast_common_seg1_vtx_16618"; + +static const ALIGN_ASSET(2) char D_1016658[] = "__OTR__ast_common/D_1016658"; + +static const ALIGN_ASSET(2) char D_1016858[] = "__OTR__ast_common/D_1016858"; + +static const ALIGN_ASSET(2) char D_1016870[] = "__OTR__ast_common/D_1016870"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_16998[] = "__OTR__ast_common/ast_common_seg1_vtx_16998"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_16B88[] = "__OTR__ast_common/ast_common_seg1_vtx_16B88"; + +static const ALIGN_ASSET(2) char D_1016BC8[] = "__OTR__ast_common/D_1016BC8"; + +static const ALIGN_ASSET(2) char D_1016FC8[] = "__OTR__ast_common/D_1016FC8"; + +static const ALIGN_ASSET(2) char D_10171D0[] = "__OTR__ast_common/D_10171D0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_17268[] = "__OTR__ast_common/ast_common_seg1_vtx_17268"; + +static const ALIGN_ASSET(2) char D_10172A8[] = "__OTR__ast_common/D_10172A8"; + +static const ALIGN_ASSET(2) char D_10173A8[] = "__OTR__ast_common/D_10173A8"; + +static const ALIGN_ASSET(2) char D_10173D0[] = "__OTR__ast_common/D_10173D0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_17468[] = "__OTR__ast_common/ast_common_seg1_vtx_17468"; + +static const ALIGN_ASSET(2) char D_10174A8[] = "__OTR__ast_common/D_10174A8"; + +static const ALIGN_ASSET(2) char D_10175A8[] = "__OTR__ast_common/D_10175A8"; + +static const ALIGN_ASSET(2) char D_10175C0[] = "__OTR__ast_common/D_10175C0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_17658[] = "__OTR__ast_common/ast_common_seg1_vtx_17658"; + +static const ALIGN_ASSET(2) char D_1017698[] = "__OTR__ast_common/D_1017698"; + +static const ALIGN_ASSET(2) char D_1017798[] = "__OTR__ast_common/D_1017798"; + +static const ALIGN_ASSET(2) char aActorSuppliesDL[] = "__OTR__ast_common/aActorSuppliesDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_178B8[] = "__OTR__ast_common/ast_common_seg1_vtx_178B8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_179B8[] = "__OTR__ast_common/ast_common_seg1_vtx_179B8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_179F8[] = "__OTR__ast_common/ast_common_seg1_vtx_179F8"; + +static const ALIGN_ASSET(2) char D_1017A38[] = "__OTR__ast_common/D_1017A38"; + +static const ALIGN_ASSET(2) char D_1018238[] = "__OTR__ast_common/D_1018238"; + +static const ALIGN_ASSET(2) char D_10182C0[] = "__OTR__ast_common/D_10182C0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_18630[] = "__OTR__ast_common/ast_common_seg1_vtx_18630"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_18830[] = "__OTR__ast_common/ast_common_seg1_vtx_18830"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_18A30[] = "__OTR__ast_common/ast_common_seg1_vtx_18A30"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_18C30[] = "__OTR__ast_common/ast_common_seg1_vtx_18C30"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_18E30[] = "__OTR__ast_common/ast_common_seg1_vtx_18E30"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_19030[] = "__OTR__ast_common/ast_common_seg1_vtx_19030"; + +static const ALIGN_ASSET(2) char D_10190C0[] = "__OTR__ast_common/D_10190C0"; + +static const ALIGN_ASSET(2) char D_10194C0[] = "__OTR__ast_common/D_10194C0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_19520[] = "__OTR__ast_common/ast_common_seg1_vtx_19520"; + +static const ALIGN_ASSET(2) char D_1019620[] = "__OTR__ast_common/D_1019620"; + +static const ALIGN_ASSET(2) char D_1019820[] = "__OTR__ast_common/D_1019820"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_19980[] = "__OTR__ast_common/ast_common_seg1_vtx_19980"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_19A40[] = "__OTR__ast_common/ast_common_seg1_vtx_19A40"; + +static const ALIGN_ASSET(2) char D_1019AF0[] = "__OTR__ast_common/D_1019AF0"; + +static const ALIGN_ASSET(2) char D_1019BF0[] = "__OTR__ast_common/D_1019BF0"; + +static const ALIGN_ASSET(2) char D_1019CA0[] = "__OTR__ast_common/D_1019CA0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_19E20[] = "__OTR__ast_common/ast_common_seg1_vtx_19E20"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1A000[] = "__OTR__ast_common/ast_common_seg1_vtx_1A000"; + +static const ALIGN_ASSET(2) char D_101A140[] = "__OTR__ast_common/D_101A140"; + +static const ALIGN_ASSET(2) char D_101A540[] = "__OTR__ast_common/D_101A540"; + +static const ALIGN_ASSET(2) char D_101A570[] = "__OTR__ast_common/D_101A570"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1A6A8[] = "__OTR__ast_common/ast_common_seg1_vtx_1A6A8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1A8A8[] = "__OTR__ast_common/ast_common_seg1_vtx_1A8A8"; + +static const ALIGN_ASSET(2) char D_101A8E0[] = "__OTR__ast_common/D_101A8E0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1A978[] = "__OTR__ast_common/ast_common_seg1_vtx_1A978"; + +static const ALIGN_ASSET(2) char D_101A9B8[] = "__OTR__ast_common/D_101A9B8"; + +static const ALIGN_ASSET(2) char D_101ABB8[] = "__OTR__ast_common/D_101ABB8"; + +static const ALIGN_ASSET(2) char D_101ABD0[] = "__OTR__ast_common/D_101ABD0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1AC38[] = "__OTR__ast_common/ast_common_seg1_vtx_1AC38"; + +static const ALIGN_ASSET(2) char D_101AC98[] = "__OTR__ast_common/D_101AC98"; + +static const ALIGN_ASSET(2) char D_101AD20[] = "__OTR__ast_common/D_101AD20"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1AD88[] = "__OTR__ast_common/ast_common_seg1_vtx_1AD88"; + +static const ALIGN_ASSET(2) char D_101AE48[] = "__OTR__ast_common/D_101AE48"; + +static const ALIGN_ASSET(2) char D_101AED0[] = "__OTR__ast_common/D_101AED0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1AF38[] = "__OTR__ast_common/ast_common_seg1_vtx_1AF38"; + +static const ALIGN_ASSET(2) char D_101AF98[] = "__OTR__ast_common/D_101AF98"; + +static const ALIGN_ASSET(2) char aGoldRingFrame12DL[] = "__OTR__ast_common/aGoldRingFrame12DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B238[] = "__OTR__ast_common/ast_common_seg1_vtx_1B238"; + +static const ALIGN_ASSET(2) char D_101B268[] = "__OTR__ast_common/D_101B268"; + +static const ALIGN_ASSET(2) char D_101B2E8[] = "__OTR__ast_common/D_101B2E8"; + +static const ALIGN_ASSET(2) char aGoldRingFrame11DL[] = "__OTR__ast_common/aGoldRingFrame11DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B3A8[] = "__OTR__ast_common/ast_common_seg1_vtx_1B3A8"; + +static const ALIGN_ASSET(2) char D_101B3D8[] = "__OTR__ast_common/D_101B3D8"; + +static const ALIGN_ASSET(2) char D_101B458[] = "__OTR__ast_common/D_101B458"; + +static const ALIGN_ASSET(2) char aGoldRingFrame10DL[] = "__OTR__ast_common/aGoldRingFrame10DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B518[] = "__OTR__ast_common/ast_common_seg1_vtx_1B518"; + +static const ALIGN_ASSET(2) char D_101B548[] = "__OTR__ast_common/D_101B548"; + +static const ALIGN_ASSET(2) char D_101B5C8[] = "__OTR__ast_common/D_101B5C8"; + +static const ALIGN_ASSET(2) char aGoldRingFrame9DL[] = "__OTR__ast_common/aGoldRingFrame9DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B688[] = "__OTR__ast_common/ast_common_seg1_vtx_1B688"; + +static const ALIGN_ASSET(2) char D_101B6B8[] = "__OTR__ast_common/D_101B6B8"; + +static const ALIGN_ASSET(2) char D_101B738[] = "__OTR__ast_common/D_101B738"; + +static const ALIGN_ASSET(2) char aGoldRingFrame8DL[] = "__OTR__ast_common/aGoldRingFrame8DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B7F8[] = "__OTR__ast_common/ast_common_seg1_vtx_1B7F8"; + +static const ALIGN_ASSET(2) char D_101B828[] = "__OTR__ast_common/D_101B828"; + +static const ALIGN_ASSET(2) char D_101B8A8[] = "__OTR__ast_common/D_101B8A8"; + +static const ALIGN_ASSET(2) char aGoldRingFrame7DL[] = "__OTR__ast_common/aGoldRingFrame7DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1B968[] = "__OTR__ast_common/ast_common_seg1_vtx_1B968"; + +static const ALIGN_ASSET(2) char D_101B998[] = "__OTR__ast_common/D_101B998"; + +static const ALIGN_ASSET(2) char D_101BA18[] = "__OTR__ast_common/D_101BA18"; + +static const ALIGN_ASSET(2) char aGoldRingFrame6DL[] = "__OTR__ast_common/aGoldRingFrame6DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1BAD8[] = "__OTR__ast_common/ast_common_seg1_vtx_1BAD8"; + +static const ALIGN_ASSET(2) char D_101BB08[] = "__OTR__ast_common/D_101BB08"; + +static const ALIGN_ASSET(2) char D_101BB88[] = "__OTR__ast_common/D_101BB88"; + +static const ALIGN_ASSET(2) char aGoldRingFrame5DL[] = "__OTR__ast_common/aGoldRingFrame5DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1BC48[] = "__OTR__ast_common/ast_common_seg1_vtx_1BC48"; + +static const ALIGN_ASSET(2) char D_101BC78[] = "__OTR__ast_common/D_101BC78"; + +static const ALIGN_ASSET(2) char D_101BCF8[] = "__OTR__ast_common/D_101BCF8"; + +static const ALIGN_ASSET(2) char aGoldRingFrame4DL[] = "__OTR__ast_common/aGoldRingFrame4DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1BDB8[] = "__OTR__ast_common/ast_common_seg1_vtx_1BDB8"; + +static const ALIGN_ASSET(2) char D_101BDE8[] = "__OTR__ast_common/D_101BDE8"; + +static const ALIGN_ASSET(2) char D_101BE68[] = "__OTR__ast_common/D_101BE68"; + +static const ALIGN_ASSET(2) char aGoldRingFrame3DL[] = "__OTR__ast_common/aGoldRingFrame3DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1BF28[] = "__OTR__ast_common/ast_common_seg1_vtx_1BF28"; + +static const ALIGN_ASSET(2) char D_101BF58[] = "__OTR__ast_common/D_101BF58"; + +static const ALIGN_ASSET(2) char D_101BFD8[] = "__OTR__ast_common/D_101BFD8"; + +static const ALIGN_ASSET(2) char aGoldRingFrame2DL[] = "__OTR__ast_common/aGoldRingFrame2DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1C098[] = "__OTR__ast_common/ast_common_seg1_vtx_1C098"; + +static const ALIGN_ASSET(2) char D_101C0C8[] = "__OTR__ast_common/D_101C0C8"; + +static const ALIGN_ASSET(2) char D_101C148[] = "__OTR__ast_common/D_101C148"; + +static const ALIGN_ASSET(2) char aGoldRingFrame1DL[] = "__OTR__ast_common/aGoldRingFrame1DL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1C208[] = "__OTR__ast_common/ast_common_seg1_vtx_1C208"; + +static const ALIGN_ASSET(2) char D_101C238[] = "__OTR__ast_common/D_101C238"; + +static const ALIGN_ASSET(2) char D_101C2B8[] = "__OTR__ast_common/D_101C2B8"; + +static const ALIGN_ASSET(2) char aStarDL[] = "__OTR__ast_common/aStarDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1C338[] = "__OTR__ast_common/ast_common_seg1_vtx_1C338"; + +static const ALIGN_ASSET(2) char aStarTex[] = "__OTR__ast_common/aStarTex"; + +static const ALIGN_ASSET(2) char D_101C770[] = "__OTR__ast_common/D_101C770"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1C860[] = "__OTR__ast_common/ast_common_seg1_vtx_1C860"; + +static const ALIGN_ASSET(2) char D_101C920[] = "__OTR__ast_common/D_101C920"; + +static const ALIGN_ASSET(2) char D_101CA20[] = "__OTR__ast_common/D_101CA20"; + +static const ALIGN_ASSET(2) char D_101CAE0[] = "__OTR__ast_common/D_101CAE0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1CB80[] = "__OTR__ast_common/ast_common_seg1_vtx_1CB80"; + +static const ALIGN_ASSET(2) char D_101CBC0[] = "__OTR__ast_common/D_101CBC0"; + +static const ALIGN_ASSET(2) char D_101CCC0[] = "__OTR__ast_common/D_101CCC0"; + +static const ALIGN_ASSET(2) char aUnusedShieldDL[] = "__OTR__ast_common/aUnusedShieldDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1CE80[] = "__OTR__ast_common/ast_common_seg1_vtx_1CE80"; + +static const ALIGN_ASSET(2) char aUnusedShieldTex[] = "__OTR__ast_common/aUnusedShieldTex"; + +static const ALIGN_ASSET(2) char D_101D870[] = "__OTR__ast_common/D_101D870"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1D9C8[] = "__OTR__ast_common/ast_common_seg1_vtx_1D9C8"; + +static const ALIGN_ASSET(2) char aBarrelRollTex[] = "__OTR__ast_common/aBarrelRollTex"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_1DD20[] = "__OTR__ast_common/ast_common_seg1_vtx_1DD20"; + +static const ALIGN_ASSET(2) char D_101DE20[] = "__OTR__ast_common/D_101DE20"; + +static const ALIGN_ASSET(2) char D_101EE20[] = "__OTR__ast_common/D_101EE20"; + +static const ALIGN_ASSET(2) char D_101FE20[] = "__OTR__ast_common/D_101FE20"; + +static const ALIGN_ASSET(2) char D_1020E20[] = "__OTR__ast_common/D_1020E20"; + +static const ALIGN_ASSET(2) char D_1021E20[] = "__OTR__ast_common/D_1021E20"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_21EB8[] = "__OTR__ast_common/ast_common_seg1_vtx_21EB8"; + +static const ALIGN_ASSET(2) char D_1021EF8[] = "__OTR__ast_common/D_1021EF8"; + +static const ALIGN_ASSET(2) char D_10220F8[] = "__OTR__ast_common/D_10220F8"; + +static const ALIGN_ASSET(2) char D_1022120[] = "__OTR__ast_common/D_1022120"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_22480[] = "__OTR__ast_common/ast_common_seg1_vtx_22480"; + +static const ALIGN_ASSET(2) char D_1022C40[] = "__OTR__ast_common/D_1022C40"; + +static const ALIGN_ASSET(2) char D_1022CC0[] = "__OTR__ast_common/D_1022CC0"; + +static const ALIGN_ASSET(2) char D_1022CE0[] = "__OTR__ast_common/D_1022CE0"; + +static const ALIGN_ASSET(2) char D_1022D60[] = "__OTR__ast_common/D_1022D60"; + +static const ALIGN_ASSET(2) char D_1022D80[] = "__OTR__ast_common/D_1022D80"; + +static const ALIGN_ASSET(2) char D_1022E80[] = "__OTR__ast_common/D_1022E80"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_22F20[] = "__OTR__ast_common/ast_common_seg1_vtx_22F20"; + +static const ALIGN_ASSET(2) char D_1022F80[] = "__OTR__ast_common/D_1022F80"; + +static const ALIGN_ASSET(2) char D_1023180[] = "__OTR__ast_common/D_1023180"; + +static const ALIGN_ASSET(2) char D_10231A0[] = "__OTR__ast_common/D_10231A0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23288[] = "__OTR__ast_common/ast_common_seg1_vtx_23288"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23468[] = "__OTR__ast_common/ast_common_seg1_vtx_23468"; + +static const ALIGN_ASSET(2) char D_1023518[] = "__OTR__ast_common/D_1023518"; + +static const ALIGN_ASSET(2) char D_1023530[] = "__OTR__ast_common/D_1023530"; + +static const ALIGN_ASSET(2) char D_1023630[] = "__OTR__ast_common/D_1023630"; + +static const ALIGN_ASSET(2) char D_1023700[] = "__OTR__ast_common/D_1023700"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23718[] = "__OTR__ast_common/ast_common_seg1_vtx_23718"; + +static const ALIGN_ASSET(2) char D_1023750[] = "__OTR__ast_common/D_1023750"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_237A8[] = "__OTR__ast_common/ast_common_seg1_vtx_237A8"; + +static const ALIGN_ASSET(2) char D_10237E0[] = "__OTR__ast_common/D_10237E0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23838[] = "__OTR__ast_common/ast_common_seg1_vtx_23838"; + +static const ALIGN_ASSET(2) char D_1023878[] = "__OTR__ast_common/D_1023878"; + +static const ALIGN_ASSET(2) char D_1023C80[] = "__OTR__ast_common/D_1023C80"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23D90[] = "__OTR__ast_common/ast_common_seg1_vtx_23D90"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_23DD0[] = "__OTR__ast_common/ast_common_seg1_vtx_23DD0"; + +static const ALIGN_ASSET(2) char D_1023E10[] = "__OTR__ast_common/D_1023E10"; + +static const ALIGN_ASSET(2) char D_1024010[] = "__OTR__ast_common/D_1024010"; + +static const ALIGN_ASSET(2) char D_1024020[] = "__OTR__ast_common/D_1024020"; + +static const ALIGN_ASSET(2) char D_1024220[] = "__OTR__ast_common/D_1024220"; + +static const ALIGN_ASSET(2) char D_1024230[] = "__OTR__ast_common/D_1024230"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24248[] = "__OTR__ast_common/ast_common_seg1_vtx_24248"; + +static const ALIGN_ASSET(2) char D_1024290[] = "__OTR__ast_common/D_1024290"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_242F0[] = "__OTR__ast_common/ast_common_seg1_vtx_242F0"; + +static const ALIGN_ASSET(2) char aPeppyMarkDL[] = "__OTR__ast_common/aPeppyMarkDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_244A8[] = "__OTR__ast_common/ast_common_seg1_vtx_244A8"; + +static const ALIGN_ASSET(2) char aPeppyMarkTex[] = "__OTR__ast_common/aPeppyMarkTex"; + +static const ALIGN_ASSET(2) char aPeppyMarkTLUT[] = "__OTR__ast_common/aPeppyMarkTLUT"; + +static const ALIGN_ASSET(2) char aFalcoMarkDL[] = "__OTR__ast_common/aFalcoMarkDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24608[] = "__OTR__ast_common/ast_common_seg1_vtx_24608"; + +static const ALIGN_ASSET(2) char aFalcoMarkTex[] = "__OTR__ast_common/aFalcoMarkTex"; + +static const ALIGN_ASSET(2) char aFalcoMarkTLUT[] = "__OTR__ast_common/aFalcoMarkTLUT"; + +static const ALIGN_ASSET(2) char aSlippyMarkDL[] = "__OTR__ast_common/aSlippyMarkDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24768[] = "__OTR__ast_common/ast_common_seg1_vtx_24768"; + +static const ALIGN_ASSET(2) char aSlippyMarkTex[] = "__OTR__ast_common/aSlippyMarkTex"; + +static const ALIGN_ASSET(2) char aSlippyMarkTLUT[] = "__OTR__ast_common/aSlippyMarkTLUT"; + +static const ALIGN_ASSET(2) char aRadarMarkBossDL[] = "__OTR__ast_common/aRadarMarkBossDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_248C8[] = "__OTR__ast_common/ast_common_seg1_vtx_248C8"; + +static const ALIGN_ASSET(2) char D_10248F8[] = "__OTR__ast_common/D_10248F8"; + +static const ALIGN_ASSET(2) char D_1024978[] = "__OTR__ast_common/D_1024978"; + +static const ALIGN_ASSET(2) char aArrowDL[] = "__OTR__ast_common/aArrowDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24A28[] = "__OTR__ast_common/ast_common_seg1_vtx_24A28"; + +static const ALIGN_ASSET(2) char D_1024A58[] = "__OTR__ast_common/D_1024A58"; + +static const ALIGN_ASSET(2) char D_1024A98[] = "__OTR__ast_common/D_1024A98"; + +static const ALIGN_ASSET(2) char aOrbDL[] = "__OTR__ast_common/aOrbDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24B18[] = "__OTR__ast_common/ast_common_seg1_vtx_24B18"; + +static const ALIGN_ASSET(2) char D_1024B58[] = "__OTR__ast_common/D_1024B58"; + +static const ALIGN_ASSET(2) char D_1024F60[] = "__OTR__ast_common/D_1024F60"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_24FB8[] = "__OTR__ast_common/ast_common_seg1_vtx_24FB8"; + +static const ALIGN_ASSET(2) char D_1024FF8[] = "__OTR__ast_common/D_1024FF8"; + +static const ALIGN_ASSET(2) char D_1025800[] = "__OTR__ast_common/D_1025800"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_25858[] = "__OTR__ast_common/ast_common_seg1_vtx_25858"; + +static const ALIGN_ASSET(2) char D_1025888[] = "__OTR__ast_common/D_1025888"; + +static const ALIGN_ASSET(2) char D_1026090[] = "__OTR__ast_common/D_1026090"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_260E8[] = "__OTR__ast_common/ast_common_seg1_vtx_260E8"; + +static const ALIGN_ASSET(2) char D_1026120[] = "__OTR__ast_common/D_1026120"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_261B0[] = "__OTR__ast_common/ast_common_seg1_vtx_261B0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_261F0[] = "__OTR__ast_common/ast_common_seg1_vtx_261F0"; + +static const ALIGN_ASSET(2) char D_1026230[] = "__OTR__ast_common/D_1026230"; + +static const ALIGN_ASSET(2) char D_1027230[] = "__OTR__ast_common/D_1027230"; + +static const ALIGN_ASSET(2) char D_1028230[] = "__OTR__ast_common/D_1028230"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_283C8[] = "__OTR__ast_common/ast_common_seg1_vtx_283C8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_28508[] = "__OTR__ast_common/ast_common_seg1_vtx_28508"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_28608[] = "__OTR__ast_common/ast_common_seg1_vtx_28608"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_28748[] = "__OTR__ast_common/ast_common_seg1_vtx_28748"; + +static const ALIGN_ASSET(2) char D_10288D8[] = "__OTR__ast_common/D_10288D8"; + +static const ALIGN_ASSET(2) char D_1028AD8[] = "__OTR__ast_common/D_1028AD8"; + +static const ALIGN_ASSET(2) char D_1028B58[] = "__OTR__ast_common/D_1028B58"; + +static const ALIGN_ASSET(2) char D_1028D58[] = "__OTR__ast_common/D_1028D58"; + +static const ALIGN_ASSET(2) char D_1028DE0[] = "__OTR__ast_common/D_1028DE0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_28E38[] = "__OTR__ast_common/ast_common_seg1_vtx_28E38"; + +static const ALIGN_ASSET(2) char D_1028E68[] = "__OTR__ast_common/D_1028E68"; + +static const ALIGN_ASSET(2) char D_1028EF0[] = "__OTR__ast_common/D_1028EF0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_28F48[] = "__OTR__ast_common/ast_common_seg1_vtx_28F48"; + +static const ALIGN_ASSET(2) char D_1028F78[] = "__OTR__ast_common/D_1028F78"; + +static const ALIGN_ASSET(2) char D_1029780[] = "__OTR__ast_common/D_1029780"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_297D8[] = "__OTR__ast_common/ast_common_seg1_vtx_297D8"; + +static const ALIGN_ASSET(2) char D_1029808[] = "__OTR__ast_common/D_1029808"; + +static const ALIGN_ASSET(2) char D_102A010[] = "__OTR__ast_common/D_102A010"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2A068[] = "__OTR__ast_common/ast_common_seg1_vtx_2A068"; + +static const ALIGN_ASSET(2) char D_102A098[] = "__OTR__ast_common/D_102A098"; + +static const ALIGN_ASSET(2) char aBallDL[] = "__OTR__ast_common/aBallDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2A8F8[] = "__OTR__ast_common/ast_common_seg1_vtx_2A8F8"; + +static const ALIGN_ASSET(2) char D_102A928[] = "__OTR__ast_common/D_102A928"; + +static const ALIGN_ASSET(2) char D_102AB30[] = "__OTR__ast_common/D_102AB30"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2ABC0[] = "__OTR__ast_common/ast_common_seg1_vtx_2ABC0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2AC00[] = "__OTR__ast_common/ast_common_seg1_vtx_2AC00"; + +static const ALIGN_ASSET(2) char D_102AC40[] = "__OTR__ast_common/D_102AC40"; + +static const ALIGN_ASSET(2) char D_102BC40[] = "__OTR__ast_common/D_102BC40"; + +static const ALIGN_ASSET(2) char D_102CC40[] = "__OTR__ast_common/D_102CC40"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2CCD0[] = "__OTR__ast_common/ast_common_seg1_vtx_2CCD0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2CD10[] = "__OTR__ast_common/ast_common_seg1_vtx_2CD10"; + +static const ALIGN_ASSET(2) char D_102CD50[] = "__OTR__ast_common/D_102CD50"; + +static const ALIGN_ASSET(2) char D_102DD50[] = "__OTR__ast_common/D_102DD50"; + +static const ALIGN_ASSET(2) char aBlueSphereDL[] = "__OTR__ast_common/aBlueSphereDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2EDA8[] = "__OTR__ast_common/ast_common_seg1_vtx_2EDA8"; + +static const ALIGN_ASSET(2) char D_102EDD8[] = "__OTR__ast_common/D_102EDD8"; + +static const ALIGN_ASSET(2) char D_102F5E0[] = "__OTR__ast_common/D_102F5E0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2F638[] = "__OTR__ast_common/ast_common_seg1_vtx_2F638"; + +static const ALIGN_ASSET(2) char D_102F678[] = "__OTR__ast_common/D_102F678"; + +static const ALIGN_ASSET(2) char D_102FE80[] = "__OTR__ast_common/D_102FE80"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_2FED8[] = "__OTR__ast_common/ast_common_seg1_vtx_2FED8"; + +static const ALIGN_ASSET(2) char D_102FF08[] = "__OTR__ast_common/D_102FF08"; + +static const ALIGN_ASSET(2) char D_102FF90[] = "__OTR__ast_common/D_102FF90"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_301C8[] = "__OTR__ast_common/ast_common_seg1_vtx_301C8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_303C8[] = "__OTR__ast_common/ast_common_seg1_vtx_303C8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_305B8[] = "__OTR__ast_common/ast_common_seg1_vtx_305B8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_30798[] = "__OTR__ast_common/ast_common_seg1_vtx_30798"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_30998[] = "__OTR__ast_common/ast_common_seg1_vtx_30998"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_30B78[] = "__OTR__ast_common/ast_common_seg1_vtx_30B78"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_30D78[] = "__OTR__ast_common/ast_common_seg1_vtx_30D78"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_30F68[] = "__OTR__ast_common/ast_common_seg1_vtx_30F68"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_31168[] = "__OTR__ast_common/ast_common_seg1_vtx_31168"; + +static const ALIGN_ASSET(2) char D_1031228[] = "__OTR__ast_common/D_1031228"; + +static const ALIGN_ASSET(2) char D_1031630[] = "__OTR__ast_common/D_1031630"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_317D0[] = "__OTR__ast_common/ast_common_seg1_vtx_317D0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_319D0[] = "__OTR__ast_common/ast_common_seg1_vtx_319D0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_31BD0[] = "__OTR__ast_common/ast_common_seg1_vtx_31BD0"; + +static const ALIGN_ASSET(2) char D_1031CC0[] = "__OTR__ast_common/D_1031CC08"; + +static const ALIGN_ASSET(2) char D_1031EC0[] = "__OTR__ast_common/D_1031EC0"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_31FE8[] = "__OTR__ast_common/ast_common_seg1_vtx_31FE8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_321E8[] = "__OTR__ast_common/ast_common_seg1_vtx_321E8"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_323E8[] = "__OTR__ast_common/ast_common_seg1_vtx_323E8"; + +static const ALIGN_ASSET(2) char D_1032578[] = "__OTR__ast_common/D_1032578"; + +static const ALIGN_ASSET(2) char aArwingShadowDL[] = "__OTR__ast_common/aArwingShadowDL"; + +static const ALIGN_ASSET(2) char ast_common_seg1_vtx_327D8[] = "__OTR__ast_common/ast_common_seg1_vtx_327D8"; + +static const ALIGN_ASSET(2) char D_1032808[] = "__OTR__ast_common/D_1032808"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_corneria.h b/android/app/src/main/assets/starship/include/assets/ast_corneria.h new file mode 100644 index 0000000..8c129fa --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_corneria.h @@ -0,0 +1,964 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aCoTitleCardTex[] = "__OTR__ast_corneria/aCoTitleCardTex"; + +static const ALIGN_ASSET(2) char aCoWaterfallDL[] = "__OTR__ast_corneria/aCoWaterfallDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_FF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_FF8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_11F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_11F8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13D8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13D8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14A8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1698[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1698"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1878[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1878"; + +static const ALIGN_ASSET(2) char D_CO_60018F8[] = "__OTR__ast_corneria/D_CO_60018F8"; + +static const ALIGN_ASSET(2) char D_CO_60020F8[] = "__OTR__ast_corneria/D_CO_60020F8"; + +static const ALIGN_ASSET(2) char D_CO_60028F8[] = "__OTR__ast_corneria/D_CO_60028F8"; + +static const ALIGN_ASSET(2) char D_CO_60038F8[] = "__OTR__ast_corneria/D_CO_60038F8"; + +static const ALIGN_ASSET(2) char D_CO_60040F8[] = "__OTR__ast_corneria/D_CO_60040F8"; + +static const ALIGN_ASSET(2) char D_CO_6004900[] = "__OTR__ast_corneria/D_CO_6004900"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_4970[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_4970"; + +static const ALIGN_ASSET(2) char D_CO_60049F0[] = "__OTR__ast_corneria/D_CO_60049F0"; + +static const ALIGN_ASSET(2) char D_CO_60059F0[] = "__OTR__ast_corneria/D_CO_60059F0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_5A40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_5A40"; + +static const ALIGN_ASSET(2) char D_CO_6005A80[] = "__OTR__ast_corneria/D_CO_6005A80"; + +static const ALIGN_ASSET(2) char aCoArch3DL[] = "__OTR__ast_corneria/aCoArch3DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_6BC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_6BC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_6CC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_6CC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_6D88[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_6D88"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_6DC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_6DC8"; + +static const ALIGN_ASSET(2) char D_CO_6006E08[] = "__OTR__ast_corneria/D_CO_6006E08"; + +static const ALIGN_ASSET(2) char D_CO_6007610[] = "__OTR__ast_corneria/D_CO_6007610"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_7C88[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_7C88"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_7CC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_7CC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_7D08[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_7D08"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_7ED8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_7ED8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_7FF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_7FF8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_81D8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_81D8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8268[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8268"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_82E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_82E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8488[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8488"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8658[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8658"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8858[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8858"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8A48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8A48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8C48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8C48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8CC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8CC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8D48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8D48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_8E48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_8E48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_9028[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_9028"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_9068[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_9068"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_90A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_90A8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_9188[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_9188"; + +static const ALIGN_ASSET(2) char D_CO_60091C8[] = "__OTR__ast_corneria/D_CO_60091C8"; + +static const ALIGN_ASSET(2) char D_CO_60099C8[] = "__OTR__ast_corneria/D_CO_60099C8"; + +static const ALIGN_ASSET(2) char D_CO_6009BC8[] = "__OTR__ast_corneria/D_CO_6009BC8"; + +static const ALIGN_ASSET(2) char D_CO_600A3C8[] = "__OTR__ast_corneria/D_CO_600A3C8"; + +static const ALIGN_ASSET(2) char D_CO_600ABC8[] = "__OTR__ast_corneria/D_CO_600ABC8"; + +static const ALIGN_ASSET(2) char D_CO_600B3C8[] = "__OTR__ast_corneria/D_CO_600B3C8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_BBD0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_BBD0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_BE68[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_BE68"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_BF68[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_BF68"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_C138[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_C138"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_C1F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_C1F8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_C278[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_C278"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_C358[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_C358"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_C398[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_C398"; + +static const ALIGN_ASSET(2) char D_CO_600C3D8[] = "__OTR__ast_corneria/D_CO_600C3D8"; + +static const ALIGN_ASSET(2) char D_CO_600CBD8[] = "__OTR__ast_corneria/D_CO_600CBD8"; + +static const ALIGN_ASSET(2) char D_CO_600DBD8[] = "__OTR__ast_corneria/D_CO_600DBD8"; + +static const ALIGN_ASSET(2) char D_CO_600E3D8[] = "__OTR__ast_corneria/D_CO_600E3D8"; + +static const ALIGN_ASSET(2) char D_CO_600EBD8[] = "__OTR__ast_corneria/D_CO_600EBD8"; + +static const ALIGN_ASSET(2) char D_CO_600F3D8[] = "__OTR__ast_corneria/D_CO_600F3D8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_FBE0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_FBE0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_FD40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_FD40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_FE40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_FE40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_FFD0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_FFD0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10010[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10010"; + +static const ALIGN_ASSET(2) char D_CO_6010050[] = "__OTR__ast_corneria/D_CO_6010050"; + +static const ALIGN_ASSET(2) char D_CO_6010250[] = "__OTR__ast_corneria/D_CO_6010250"; + +static const ALIGN_ASSET(2) char aCoHighway7DL[] = "__OTR__ast_corneria/aCoHighway7DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10BB8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10BB8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10BF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10BF8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10C38[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10C38"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10C78[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10C78"; + +static const ALIGN_ASSET(2) char aCoHighway5DL[] = "__OTR__ast_corneria/aCoHighway5DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10EB0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10EB0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_10F50[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_10F50"; + +static const ALIGN_ASSET(2) char D_CO_6010F90[] = "__OTR__ast_corneria/D_CO_6010F90"; + +static const ALIGN_ASSET(2) char D_CO_6011790[] = "__OTR__ast_corneria/D_CO_6011790"; + +static const ALIGN_ASSET(2) char aCoCornerianFighterDL[] = "__OTR__ast_corneria/aCoCornerianFighterDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12120[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12120"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12310[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12310"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12370[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12370"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12560[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12560"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_125C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_125C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12610[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12610"; + +static const ALIGN_ASSET(2) char D_CO_6012640[] = "__OTR__ast_corneria/D_CO_6012640"; + +static const ALIGN_ASSET(2) char D_CO_6012840[] = "__OTR__ast_corneria/D_CO_6012840"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_12A40[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_12A40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12AC0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12AC0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_12BA0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_12BA0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_12C20[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_12C20"; + +static const ALIGN_ASSET(2) char D_CO_6012D00[] = "__OTR__ast_corneria/D_CO_6012D00"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_12F00[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_12F00"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13070[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13070"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_130F0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_130F0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_131B0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_131B0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_131F0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_131F0"; + +static const ALIGN_ASSET(2) char aCoHighway1DL[] = "__OTR__ast_corneria/aCoHighway1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_133F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_133F8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13478[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13478"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13678[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13678"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_136A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_136A8"; + +static const ALIGN_ASSET(2) char aCoArch2DL[] = "__OTR__ast_corneria/aCoArch2DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13860[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13860"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13A40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13A40"; + +static const ALIGN_ASSET(2) char aCoRockwallDL[] = "__OTR__ast_corneria/aCoRockwallDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_13BA0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_13BA0"; + +static const ALIGN_ASSET(2) char D_CO_6013BE0[] = "__OTR__ast_corneria/D_CO_6013BE0"; + +static const ALIGN_ASSET(2) char aCoHighway8DL[] = "__OTR__ast_corneria/aCoHighway8DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14450[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14450"; + +static const ALIGN_ASSET(2) char aCoHighway4DL[] = "__OTR__ast_corneria/aCoHighway4DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14568[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14568"; + +static const ALIGN_ASSET(2) char aCoHighway6DL[] = "__OTR__ast_corneria/aCoHighway6DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_147D8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_147D8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14958[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14958"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14998[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14998"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_149D8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_149D8"; + +static const ALIGN_ASSET(2) char aCoHighway9DL[] = "__OTR__ast_corneria/aCoHighway9DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14A90[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14A90"; + +static const ALIGN_ASSET(2) char aCoBuilding3DL[] = "__OTR__ast_corneria/aCoBuilding3DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14D68[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14D68"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14E28[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14E28"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14E68[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14E68"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14F48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14F48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_14FC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_14FC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_150A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_150A8"; + +static const ALIGN_ASSET(2) char D_CO_60151A8[] = "__OTR__ast_corneria/D_CO_60151A8"; + +static const ALIGN_ASSET(2) char aCoTowerDL[] = "__OTR__ast_corneria/aCoTowerDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_15480[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_15480"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_15600[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_15600"; + +static const ALIGN_ASSET(2) char D_CO_6015700[] = "__OTR__ast_corneria/D_CO_6015700"; + +static const ALIGN_ASSET(2) char aCoStoneArchDL[] = "__OTR__ast_corneria/aCoStoneArchDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_15FC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_15FC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_161C8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_161C8"; + +static const ALIGN_ASSET(2) char aRadarDL[] = "__OTR__ast_corneria/aRadarDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16350[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16350"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_163F0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_163F0"; + +static const ALIGN_ASSET(2) char aCoHighway3DL[] = "__OTR__ast_corneria/aCoHighway3DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16540[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16540"; + +static const ALIGN_ASSET(2) char aCoBuilding4DL[] = "__OTR__ast_corneria/aCoBuilding4DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16660[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16660"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16720[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16720"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_168D0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_168D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16AC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16AC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16B88[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16B88"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16D08[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16D08"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16F08[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16F08"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_16F98[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_16F98"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_170E0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_170E0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17290[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17290"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17480[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17480"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17540[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17540"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17580[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17580"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_175C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_175C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_176C0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_176C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17908[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17908"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17948[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17948"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17B48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17B48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17BA8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17BA8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17CA8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17CA8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_17DA8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_17DA8"; + +static const ALIGN_ASSET(2) char D_CO_6017F10[] = "__OTR__ast_corneria/D_CO_6017F10"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_180F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_180F8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_18158[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_18158"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_182B8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_182B8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_183F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_183F8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_185F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_185F8"; + +static const ALIGN_ASSET(2) char D_CO_60186E0[] = "__OTR__ast_corneria/D_CO_60186E0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_188D0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_188D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_18930[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_18930"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_18A80[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_18A80"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_18BE0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_18BE0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_18DE0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_18DE0"; + +static const ALIGN_ASSET(2) char aCoBuilding7DL[] = "__OTR__ast_corneria/aCoBuilding7DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19008[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19008"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19088[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19088"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_190E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_190E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19168[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19168"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19198[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19198"; + +static const ALIGN_ASSET(2) char D_CO_60191C8[] = "__OTR__ast_corneria/D_CO_60191C8"; + +static const ALIGN_ASSET(2) char D_CO_60199D0[] = "__OTR__ast_corneria/D_CO_60199D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19A90[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19A90"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_19B60[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_19B60"; + +static const ALIGN_ASSET(2) char D_CO_6019C60[] = "__OTR__ast_corneria/D_CO_6019C60"; + +static const ALIGN_ASSET(2) char D_CO_6019E60[] = "__OTR__ast_corneria/D_CO_6019E60"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_1A660[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_1A660"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1A710[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1A710"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1A790[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1A790"; + +static const ALIGN_ASSET(2) char aCoBuilding2DL[] = "__OTR__ast_corneria/aCoBuilding2DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1A920[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1A920"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1AB10[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1AB10"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1AB50[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1AB50"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1ABD0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1ABD0"; + +static const ALIGN_ASSET(2) char D_CO_601AD60[] = "__OTR__ast_corneria/D_CO_601AD60"; + +static const ALIGN_ASSET(2) char aCoBuilding5DL[] = "__OTR__ast_corneria/aCoBuilding5DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1B5B8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1B5B8"; + +static const ALIGN_ASSET(2) char D_CO_601B640[] = "__OTR__ast_corneria/D_CO_601B640"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1B660[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1B660"; + +static const ALIGN_ASSET(2) char D_CO_601B6C0[] = "__OTR__ast_corneria/D_CO_601B6C0"; + +static const ALIGN_ASSET(2) char aCoBump2DL[] = "__OTR__ast_corneria/aCoBump2DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1BF78[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1BF78"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1C178[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1C178"; + +static const ALIGN_ASSET(2) char D_CO_601C1A8[] = "__OTR__ast_corneria/D_CO_601C1A8"; + +static const ALIGN_ASSET(2) char aCoTreeDL[] = "__OTR__ast_corneria/aCoTreeDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1CA40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1CA40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1CA70[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1CA70"; + +static const ALIGN_ASSET(2) char D_CO_601CAA0[] = "__OTR__ast_corneria/D_CO_601CAA0"; + +static const ALIGN_ASSET(2) char D_CO_601DAA0[] = "__OTR__ast_corneria/D_CO_601DAA0"; + +static const ALIGN_ASSET(2) char D_CO_601EAA0[] = "__OTR__ast_corneria/D_CO_601EAA0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1EB70[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1EB70"; + +static const ALIGN_ASSET(2) char D_CO_601ED00[] = "__OTR__ast_corneria/D_CO_601ED00"; + +static const ALIGN_ASSET(2) char aCoRuin2DL[] = "__OTR__ast_corneria/aCoRuin2DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F558[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F558"; + +static const ALIGN_ASSET(2) char aCoArch1DL[] = "__OTR__ast_corneria/aCoArch1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F740[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F740"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F780[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F780"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F800[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F800"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F880[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F880"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1F900[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1F900"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_1F980[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_1F980"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1FAE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1FAE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1FCE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1FCE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1FDD8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1FDD8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_1FF18[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_1FF18"; + +static const ALIGN_ASSET(2) char D_CO_601FF58[] = "__OTR__ast_corneria/D_CO_601FF58"; + +static const ALIGN_ASSET(2) char D_CO_6020760[] = "__OTR__ast_corneria/D_CO_6020760"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_20810[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_20810"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_209F0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_209F0"; + +static const ALIGN_ASSET(2) char aCoRadarDL[] = "__OTR__ast_corneria/aCoRadarDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_20CB8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_20CB8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_20E18[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_20E18"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21008[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21008"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_210C8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_210C8"; + +static const ALIGN_ASSET(2) char D_CO_6021188[] = "__OTR__ast_corneria/D_CO_6021188"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_21390[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_21390"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_216D0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_216D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_218B0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_218B0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21A20[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21A20"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21AA0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21AA0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21B20[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21B20"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21CC0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21CC0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21D80[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21D80"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_21F80[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_21F80"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22000[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22000"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22090[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22090"; + +static const ALIGN_ASSET(2) char D_CO_60220D0[] = "__OTR__ast_corneria/D_CO_60220D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_228D0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_228D0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22980[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22980"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22AC0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22AC0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_22B00[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_22B00"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22BF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22BF8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22C78[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22C78"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22CF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22CF8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_22D40[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_22D40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22E38[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22E38"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22EB8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22EB8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_22F38[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_22F38"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_22F80[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_22F80"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23120[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23120"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23160[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23160"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23320[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23320"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_23420[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_23420"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23610[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23610"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_237C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_237C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_238C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_238C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23A40[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23A40"; + +static const ALIGN_ASSET(2) char aCoIBeamDL[] = "__OTR__ast_corneria/aCoIBeamDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23BA8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23BA8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_23D28[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_23D28"; + +static const ALIGN_ASSET(2) char D_CO_6023DE8[] = "__OTR__ast_corneria/D_CO_6023DE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_23FF0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_23FF0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_240A0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_240A0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_24120[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_24120"; + +static const ALIGN_ASSET(2) char D_CO_6024160[] = "__OTR__ast_corneria/D_CO_6024160"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_24230[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_24230"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_24420[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_24420"; + +static const ALIGN_ASSET(2) char aCoBump4DL[] = "__OTR__ast_corneria/aCoBump4DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_24528[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_24528"; + +static const ALIGN_ASSET(2) char D_CO_60245E0[] = "__OTR__ast_corneria/D_CO_60245E0"; + +static const ALIGN_ASSET(2) char D_CO_6025500[] = "__OTR__ast_corneria/D_CO_6025500"; + +static const ALIGN_ASSET(2) char D_CO_6026420[] = "__OTR__ast_corneria/D_CO_6026420"; + +static const ALIGN_ASSET(2) char D_CO_6027340[] = "__OTR__ast_corneria/D_CO_6027340"; + +static const ALIGN_ASSET(2) char D_CO_6028260[] = "__OTR__ast_corneria/D_CO_6028260"; + +static const ALIGN_ASSET(2) char D_CO_6028A60[] = "__OTR__ast_corneria/D_CO_6028A60"; + +static const ALIGN_ASSET(2) char aCoSkibotAnim[] = "__OTR__ast_corneria/aCoSkibotAnim"; + +static const ALIGN_ASSET(2) char aCoSkibotSkel[] = "__OTR__ast_corneria/aCoSkibotSkel"; + +static const ALIGN_ASSET(2) char aCoGaruda1Anim[] = "__OTR__ast_corneria/aCoGaruda1Anim"; + +static const ALIGN_ASSET(2) char aCoGarudaSkel[] = "__OTR__ast_corneria/aCoGarudaSkel"; + +static const ALIGN_ASSET(2) char aCoGaruda3Anim[] = "__OTR__ast_corneria/aCoGaruda3Anim"; + +static const ALIGN_ASSET(2) char D_CO_602AA04[] = "__OTR__ast_corneria/D_CO_602AA04"; + +static const ALIGN_ASSET(2) char aCoDoorsAnim[] = "__OTR__ast_corneria/aCoDoorsAnim"; + +static const ALIGN_ASSET(2) char aCoDoorsSkel[] = "__OTR__ast_corneria/aCoDoorsSkel"; + +static const ALIGN_ASSET(2) char aCoGrangaWalkingAnim[] = "__OTR__ast_corneria/aCoGrangaWalkingAnim"; + +static const ALIGN_ASSET(2) char aCoGrangaSkel[] = "__OTR__ast_corneria/aCoGrangaSkel"; + +static const ALIGN_ASSET(2) char aCoGrangaStationaryAnim[] = "__OTR__ast_corneria/aCoGrangaStationaryAnim"; + +static const ALIGN_ASSET(2) char D_CO_602D31C[] = "__OTR__ast_corneria/D_CO_602D31C"; + +static const ALIGN_ASSET(2) char aCoCarrierAnim[] = "__OTR__ast_corneria/aCoCarrierAnim"; + +static const ALIGN_ASSET(2) char aCoCarrierSkel[] = "__OTR__ast_corneria/aCoCarrierSkel"; + +static const ALIGN_ASSET(2) char aCoBuilding1DL[] = "__OTR__ast_corneria/aCoBuilding1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2D768[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2D768"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2D7E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2D7E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2D8A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2D8A8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2D9A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2D9A8"; + +static const ALIGN_ASSET(2) char aCoBuilding9DL[] = "__OTR__ast_corneria/aCoBuilding9DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DB18[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DB18"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DC18[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DC18"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DC58[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DC58"; + +static const ALIGN_ASSET(2) char aCoRuin1DL[] = "__OTR__ast_corneria/aCoRuin1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DCF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DCF8"; + +static const ALIGN_ASSET(2) char D_CO_602DD40[] = "__OTR__ast_corneria/D_CO_602DD40"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DE08[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DE08"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2DFF8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2DFF8"; + +static const ALIGN_ASSET(2) char aCoHighway2DL[] = "__OTR__ast_corneria/aCoHighway2DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E1C8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E1C8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E248[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E248"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E438[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E438"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E468[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E468"; + +static const ALIGN_ASSET(2) char aCoBump5DL[] = "__OTR__ast_corneria/aCoBump5DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E5F8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E5F8"; + +static const ALIGN_ASSET(2) char aCoBump3DL[] = "__OTR__ast_corneria/aCoBump3DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2E828[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2E828"; + +static const ALIGN_ASSET(2) char aCoBump1DL[] = "__OTR__ast_corneria/aCoBump1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2EA78[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2EA78"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2EC78[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2EC78"; + +static const ALIGN_ASSET(2) char D_CO_602ECB0[] = "__OTR__ast_corneria/D_CO_602ECB0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2ED10[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2ED10"; + +static const ALIGN_ASSET(2) char D_CO_602ED50[] = "__OTR__ast_corneria/D_CO_602ED50"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_2EE50[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_2EE50"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2EEC8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2EEC8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_2F010[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_2F010"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F0A8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F0A8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F298[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F298"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_2F300[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_2F300"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F378[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F378"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_2F4C0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_2F4C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F558[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F558"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F758[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F758"; + +static const ALIGN_ASSET(2) char aCoPoleDL[] = "__OTR__ast_corneria/aCoPoleDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_2F818[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_2F818"; + +static const ALIGN_ASSET(2) char D_CO_602F848[] = "__OTR__ast_corneria/D_CO_602F848"; + +static const ALIGN_ASSET(2) char D_CO_6030850[] = "__OTR__ast_corneria/D_CO_6030850"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_309E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_309E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_30B28[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_30B28"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_30BE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_30BE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_30DD8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_30DD8"; + +static const ALIGN_ASSET(2) char D_CO_6030FD0[] = "__OTR__ast_corneria/D_CO_6030FD0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31040[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31040"; + +static const ALIGN_ASSET(2) char D_CO_6031130[] = "__OTR__ast_corneria/D_CO_6031130"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_311A0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_311A0"; + +static const ALIGN_ASSET(2) char D_CO_6031280[] = "__OTR__ast_corneria/D_CO_6031280"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31420[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31420"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31560[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31560"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31620[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31620"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31820[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31820"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_319C0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_319C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31B30[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31B30"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31CC0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31CC0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31D00[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31D00"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_31E80[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_31E80"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_31ED0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_31ED0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_32150[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_32150"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_32350[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_32350"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_323C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_323C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_324C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_324C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_325B0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_325B0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_326C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_326C0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_328C0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_328C0"; + +static const ALIGN_ASSET(2) char aCoGarudaTracksTex[] = "__OTR__ast_corneria/aCoGarudaTracksTex"; + +static const ALIGN_ASSET(2) char CoMoleMissileDL[] = "__OTR__ast_corneria/CoMoleMissileDL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_32CE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_32CE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_32E38[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_32E38"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_32F18[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_32F18"; + +static const ALIGN_ASSET(2) char D_CO_6033000[] = "__OTR__ast_corneria/D_CO_6033000"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33058[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33058"; + +static const ALIGN_ASSET(2) char D_CO_6033088[] = "__OTR__ast_corneria/D_CO_6033088"; + +static const ALIGN_ASSET(2) char D_CO_6033290[] = "__OTR__ast_corneria/D_CO_6033290"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33350[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33350"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33440[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33440"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_33540[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_33540"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_336D8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_336D8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33848[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33848"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33998[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33998"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33A98[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33A98"; + +static const ALIGN_ASSET(2) char D_CO_6033AF0[] = "__OTR__ast_corneria/D_CO_6033AF0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33BB0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33BB0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33CB0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33CB0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_gfx_33DB0[] = "__OTR__ast_corneria/ast_corneria_seg6_gfx_33DB0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_33F48[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_33F48"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_340E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_340E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_34248[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_34248"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_34338[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_34338"; + +static const ALIGN_ASSET(2) char D_CO_6034388[] = "__OTR__ast_corneria/D_CO_6034388"; + +static const ALIGN_ASSET(2) char aCoShadow1DL[] = "__OTR__ast_corneria/aCoShadow1DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_34BE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_34BE8"; + +static const ALIGN_ASSET(2) char D_CO_6034C28[] = "__OTR__ast_corneria/D_CO_6034C28"; + +static const ALIGN_ASSET(2) char D_CO_6035430[] = "__OTR__ast_corneria/D_CO_6035430"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_35490[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_35490"; + +static const ALIGN_ASSET(2) char D_CO_60354F0[] = "__OTR__ast_corneria/D_CO_60354F0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_35550[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_35550"; + +static const ALIGN_ASSET(2) char D_CO_60355A0[] = "__OTR__ast_corneria/D_CO_60355A0"; + +static const ALIGN_ASSET(2) char aCoBuilding10DL[] = "__OTR__ast_corneria/aCoBuilding10DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_35E50[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_35E50"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_35ED0[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_35ED0"; + +static const ALIGN_ASSET(2) char aCoBuilding8DL[] = "__OTR__ast_corneria/aCoBuilding8DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_35FE8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_35FE8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_360E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_360E8"; + +static const ALIGN_ASSET(2) char aCoBuilding6DL[] = "__OTR__ast_corneria/aCoBuilding6DL"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_362E8[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_362E8"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_36328[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_36328"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_36368[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_36368"; + +static const ALIGN_ASSET(2) char D_CO_60363B0[] = "__OTR__ast_corneria/D_CO_60363B0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_36408[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_36408"; + +static const ALIGN_ASSET(2) char D_CO_6036438[] = "__OTR__ast_corneria/D_CO_6036438"; + +static const ALIGN_ASSET(2) char D_CO_6036840[] = "__OTR__ast_corneria/D_CO_6036840"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_36898[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_36898"; + +static const ALIGN_ASSET(2) char D_CO_60368C8[] = "__OTR__ast_corneria/D_CO_60368C8"; + +static const ALIGN_ASSET(2) char D_CO_6036CD0[] = "__OTR__ast_corneria/D_CO_6036CD0"; + +static const ALIGN_ASSET(2) char ast_corneria_seg6_vtx_36D28[] = "__OTR__ast_corneria/ast_corneria_seg6_vtx_36D28"; + +static const ALIGN_ASSET(2) char D_CO_6036D58[] = "__OTR__ast_corneria/D_CO_6036D58"; + +static const ALIGN_ASSET(2) char D_CO_6037160[] = "__OTR__ast_corneria/D_CO_6037160"; + +static const ALIGN_ASSET(2) char aCoOnRailsLevelObjects[] = "__OTR__ast_corneria/aCoOnRailsLevelObjects"; + +static const ALIGN_ASSET(2) char aCoAllRangeLevelObjects[] = "__OTR__ast_corneria/aCoAllRangeLevelObjects"; + +static const char D_CO_603D9E8[] = "__OTR__ast_corneria/D_CO_603D9E8"; + +static const ALIGN_ASSET(2) char D_CO_603DC40[] = "__OTR__ast_corneria/D_CO_603DC40"; + +static const ALIGN_ASSET(2) char aCoHighway1Hitbox[] = "__OTR__ast_corneria/aCoHighway1Hitbox"; + +static const ALIGN_ASSET(2) char aCoHighway2Hitbox[] = "__OTR__ast_corneria/aCoHighway2Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding1Hitbox[] = "__OTR__ast_corneria/aCoBuilding1Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding2Hitbox[] = "__OTR__ast_corneria/aCoBuilding2Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding3Hitbox[] = "__OTR__ast_corneria/aCoBuilding3Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding4Hitbox[] = "__OTR__ast_corneria/aCoBuilding4Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding5Hitbox[] = "__OTR__ast_corneria/aCoBuilding5Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding6Hitbox[] = "__OTR__ast_corneria/aCoBuilding6Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding7Hitbox[] = "__OTR__ast_corneria/aCoBuilding7Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding8Hitbox[] = "__OTR__ast_corneria/aCoBuilding8Hitbox"; + +static const ALIGN_ASSET(2) char aCoWaterfallHitbox[] = "__OTR__ast_corneria/aCoWaterfallHitbox"; + +static const ALIGN_ASSET(2) char aCoTowerHitbox[] = "__OTR__ast_corneria/aCoTowerHitbox"; + +static const ALIGN_ASSET(2) char aCoArch1Hitbox[] = "__OTR__ast_corneria/aCoArch1Hitbox"; + +static const ALIGN_ASSET(2) char aCoArch2Hitbox[] = "__OTR__ast_corneria/aCoArch2Hitbox"; + +static const ALIGN_ASSET(2) char aCoArch3Hitbox[] = "__OTR__ast_corneria/aCoArch3Hitbox"; + +static const ALIGN_ASSET(2) char D_CO_603E2C0[] = "__OTR__ast_corneria/D_CO_603E2C0"; + +static const ALIGN_ASSET(2) char D_CO_603E2F4[] = "__OTR__ast_corneria/D_CO_603E2F4"; + +static const ALIGN_ASSET(2) char aCoStoneArchHitbox[] = "__OTR__ast_corneria/aCoStoneArchHitbox"; + +static const ALIGN_ASSET(2) char aCoPoleHitbox[] = "__OTR__ast_corneria/aCoPoleHitbox"; + +static const ALIGN_ASSET(2) char aCoTreeHitbox[] = "__OTR__ast_corneria/aCoTreeHitbox"; + +static const ALIGN_ASSET(2) char aCoRadarHitbox[] = "__OTR__ast_corneria/aCoRadarHitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding9Hitbox[] = "__OTR__ast_corneria/aCoBuilding9Hitbox"; + +static const ALIGN_ASSET(2) char aCoBuilding10Hitbox[] = "__OTR__ast_corneria/aCoBuilding10Hitbox"; + +static const ALIGN_ASSET(2) char aCoIBeamHitbox[] = "__OTR__ast_corneria/aCoIBeamHitbox"; + +static const ALIGN_ASSET(2) char aCoActorSkibotHitbox[] = "__OTR__ast_corneria/aCoActorSkibotHitbox"; + +static const ALIGN_ASSET(2) char aCoActorRadarHitbox[] = "__OTR__ast_corneria/aCoActorRadarHitbox"; + +static const ALIGN_ASSET(2) char aCoMoleMissileHitbox[] = "__OTR__ast_corneria/aCoMoleMissileHitbox"; + +static const ALIGN_ASSET(2) char CoGarudaHitbox[] = "__OTR__ast_corneria/CoGarudaHitbox"; + +static const ALIGN_ASSET(2) char aCoGarudaDestroyHitbox[] = "__OTR__ast_corneria/aCoGarudaDestroyHitbox"; + +static const ALIGN_ASSET(2) char aCoGrangaHitbox[] = "__OTR__ast_corneria/aCoGrangaHitbox"; + +static const ALIGN_ASSET(2) char aCoCarrierLeftHitbox[] = "__OTR__ast_corneria/aCoCarrierLeftHitbox"; + +static const ALIGN_ASSET(2) char aCoCarrierUpperHitbox[] = "__OTR__ast_corneria/aCoCarrierUpperHitbox"; + +static const ALIGN_ASSET(2) char aCoCarrierBottomHitbox[] = "__OTR__ast_corneria/aCoCarrierBottomHitbox"; + +static const ALIGN_ASSET(2) char aCoCarrierHitbox[] = "__OTR__ast_corneria/aCoCarrierHitbox"; + +static const ALIGN_ASSET(2) char aCoRockwallHitbox[] = "__OTR__ast_corneria/aCoRockwallHitbox"; + +static const ALIGN_ASSET(2) char aCoDoorsHitbox[] = "__OTR__ast_corneria/aCoDoorsHitbox"; + +static const ALIGN_ASSET(2) char D_CO_603E924[] = "__OTR__ast_corneria/D_CO_603E924"; + +static const ALIGN_ASSET(2) char aCoBuildingOnFireHitbox[] = "__OTR__ast_corneria/aCoBuildingOnFireHitbox"; + +static const ALIGN_ASSET(2) char aCoHighway5Hitbox[] = "__OTR__ast_corneria/aCoHighway5Hitbox"; + +static const ALIGN_ASSET(2) char aCoHighway6Hitbox[] = "__OTR__ast_corneria/aCoHighway6Hitbox"; + +static const ALIGN_ASSET(2) char aCoHighway7Hitbox[] = "__OTR__ast_corneria/aCoHighway7Hitbox"; + +static const ALIGN_ASSET(2) char aCoHighway8Hitbox[] = "__OTR__ast_corneria/aCoHighway8Hitbox"; + +static const ALIGN_ASSET(2) char aCoHighway9Hitbox[] = "__OTR__ast_corneria/aCoHighway9Hitbox"; + +static const ALIGN_ASSET(2) char D_CO_603EB38[] = "__OTR__ast_corneria/D_CO_603EB38"; + +static const ALIGN_ASSET(2) char D_CO_603F338[] = "__OTR__ast_corneria/D_CO_603F338"; + +static const ALIGN_ASSET(2) char D_CO_603F388[] = "__OTR__ast_corneria/D_CO_603F388"; + +static const ALIGN_ASSET(2) char D_CO_603F40C[] = "__OTR__ast_corneria/D_CO_603F40C"; + +static const ALIGN_ASSET(2) char D_CO_603F4E4[] = "__OTR__ast_corneria/D_CO_603F4E4"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_ending.h b/android/app/src/main/assets/starship/include/assets/ast_ending.h new file mode 100644 index 0000000..56255e5 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_ending.h @@ -0,0 +1,241 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_END_7000000[] = "__OTR__ast_ending/D_END_7000000"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_98[] = "__OTR__ast_ending/ast_ending_seg7_vtx_98"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_D8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_D8"; + +static const ALIGN_ASSET(2) char D_END_7000118[] = "__OTR__ast_ending/D_END_7000118"; + +static const ALIGN_ASSET(2) char D_END_7001118[] = "__OTR__ast_ending/D_END_7001118"; + +static const ALIGN_ASSET(2) char D_END_7002120[] = "__OTR__ast_ending/D_END_7002120"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_21B8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_21B8"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_21F8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_21F8"; + +static const ALIGN_ASSET(2) char D_END_7002238[] = "__OTR__ast_ending/D_END_7002238"; + +static const ALIGN_ASSET(2) char D_END_7003238[] = "__OTR__ast_ending/D_END_7003238"; + +static const ALIGN_ASSET(2) char D_END_7004240[] = "__OTR__ast_ending/D_END_7004240"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_4420[] = "__OTR__ast_ending/ast_ending_seg7_vtx_4420"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_4460[] = "__OTR__ast_ending/ast_ending_seg7_vtx_4460"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_44A0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_44A0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_44E0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_44E0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_4520[] = "__OTR__ast_ending/ast_ending_seg7_vtx_4520"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_4560[] = "__OTR__ast_ending/ast_ending_seg7_vtx_4560"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_45A0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_45A0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_45E0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_45E0"; + +static const ALIGN_ASSET(2) char D_END_7004620[] = "__OTR__ast_ending/D_END_7004620"; + +static const ALIGN_ASSET(2) char D_END_7005620[] = "__OTR__ast_ending/D_END_7005620"; + +static const ALIGN_ASSET(2) char D_END_7006620[] = "__OTR__ast_ending/D_END_7006620"; + +static const ALIGN_ASSET(2) char D_END_7007620[] = "__OTR__ast_ending/D_END_7007620"; + +static const ALIGN_ASSET(2) char D_END_7008620[] = "__OTR__ast_ending/D_END_7008620"; + +static const ALIGN_ASSET(2) char D_END_7009620[] = "__OTR__ast_ending/D_END_7009620"; + +static const ALIGN_ASSET(2) char D_END_700A620[] = "__OTR__ast_ending/D_END_700A620"; + +static const ALIGN_ASSET(2) char D_END_700B620[] = "__OTR__ast_ending/D_END_700B620"; + +static const ALIGN_ASSET(2) char D_END_700C620[] = "__OTR__ast_ending/D_END_700C620"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_C678[] = "__OTR__ast_ending/ast_ending_seg7_vtx_C678"; + +static const ALIGN_ASSET(2) char D_END_700C6A8[] = "__OTR__ast_ending/D_END_700C6A8"; + +static const ALIGN_ASSET(2) char D_END_700C8B0[] = "__OTR__ast_ending/D_END_700C8B0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_C900[] = "__OTR__ast_ending/ast_ending_seg7_vtx_C900"; + +static const ALIGN_ASSET(2) char D_END_700C940[] = "__OTR__ast_ending/D_END_700C940"; + +static const ALIGN_ASSET(2) char D_END_700D940[] = "__OTR__ast_ending/D_END_700D940"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_D998[] = "__OTR__ast_ending/ast_ending_seg7_vtx_D998"; + +static const ALIGN_ASSET(2) char D_END_700D9D8[] = "__OTR__ast_ending/D_END_700D9D8"; + +static const ALIGN_ASSET(2) char D_END_700E9E0[] = "__OTR__ast_ending/D_END_700E9E0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_E9F8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_E9F8"; + +static const ALIGN_ASSET(2) char D_END_700EA38[] = "__OTR__ast_ending/D_END_700EA38"; + +static const ALIGN_ASSET(2) char D_END_700F240[] = "__OTR__ast_ending/D_END_700F240"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_F298[] = "__OTR__ast_ending/ast_ending_seg7_vtx_F298"; + +static const ALIGN_ASSET(2) char D_END_700F320[] = "__OTR__ast_ending/D_END_700F320"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_F580[] = "__OTR__ast_ending/ast_ending_seg7_vtx_F580"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_F780[] = "__OTR__ast_ending/ast_ending_seg7_vtx_F780"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_F880[] = "__OTR__ast_ending/ast_ending_seg7_vtx_F880"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_FA60[] = "__OTR__ast_ending/ast_ending_seg7_vtx_FA60"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_FC50[] = "__OTR__ast_ending/ast_ending_seg7_vtx_FC50"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_FD10[] = "__OTR__ast_ending/ast_ending_seg7_vtx_FD10"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_FEF0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_FEF0"; + +static const ALIGN_ASSET(2) char D_END_7010070[] = "__OTR__ast_ending/D_END_7010070"; + +static const ALIGN_ASSET(2) char D_END_70100F0[] = "__OTR__ast_ending/D_END_70100F0"; + +static const ALIGN_ASSET(2) char D_END_7010170[] = "__OTR__ast_ending/D_END_7010170"; + +static const ALIGN_ASSET(2) char D_END_7010970[] = "__OTR__ast_ending/D_END_7010970"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_109C8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_109C8"; + +static const ALIGN_ASSET(2) char D_END_7010A08[] = "__OTR__ast_ending/D_END_7010A08"; + +static const ALIGN_ASSET(2) char D_END_7010E10[] = "__OTR__ast_ending/D_END_7010E10"; + +static const ALIGN_ASSET(2) char D_END_7010EE0[] = "__OTR__ast_ending/D_END_7010EE0"; + +static const ALIGN_ASSET(2) char D_END_7010F00[] = "__OTR__ast_ending/D_END_7010F00"; + +static const ALIGN_ASSET(2) char D_END_7010FD0[] = "__OTR__ast_ending/D_END_7010FD0"; + +static const ALIGN_ASSET(2) char D_END_7010FF0[] = "__OTR__ast_ending/D_END_7010FF0"; + +static const ALIGN_ASSET(2) char D_END_70110C0[] = "__OTR__ast_ending/D_END_70110C0"; + +static const ALIGN_ASSET(2) char D_END_70110E0[] = "__OTR__ast_ending/D_END_70110E0"; + +static const ALIGN_ASSET(2) char D_END_70111B0[] = "__OTR__ast_ending/D_END_70111B0"; + +static const ALIGN_ASSET(2) char D_END_70111D0[] = "__OTR__ast_ending/D_END_70111D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_112D8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_112D8"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_11338[] = "__OTR__ast_ending/ast_ending_seg7_vtx_11338"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_11378[] = "__OTR__ast_ending/ast_ending_seg7_vtx_11378"; + +static const ALIGN_ASSET(2) char D_END_70113B8[] = "__OTR__ast_ending/D_END_70113B8"; + +static const ALIGN_ASSET(2) char D_END_70123B8[] = "__OTR__ast_ending/D_END_70123B8"; + +static const ALIGN_ASSET(2) char D_END_70133B8[] = "__OTR__ast_ending/D_END_70133B8"; + +static const ALIGN_ASSET(2) char D_END_70143C0[] = "__OTR__ast_ending/D_END_70143C0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_14470[] = "__OTR__ast_ending/ast_ending_seg7_vtx_14470"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_144B0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_144B0"; + +static const ALIGN_ASSET(2) char D_END_7014540[] = "__OTR__ast_ending/D_END_7014540"; + +static const ALIGN_ASSET(2) char D_END_7015540[] = "__OTR__ast_ending/D_END_7015540"; + +static const ALIGN_ASSET(2) char D_END_7016540[] = "__OTR__ast_ending/D_END_7016540"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_165D8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_165D8"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_16618[] = "__OTR__ast_ending/ast_ending_seg7_vtx_16618"; + +static const ALIGN_ASSET(2) char D_END_7016658[] = "__OTR__ast_ending/D_END_7016658"; + +static const ALIGN_ASSET(2) char D_END_7017658[] = "__OTR__ast_ending/D_END_7017658"; + +static const ALIGN_ASSET(2) char D_END_7018708[] = "__OTR__ast_ending/D_END_7018708"; + +static const ALIGN_ASSET(2) char D_END_70187B4[] = "__OTR__ast_ending/D_END_70187B4"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_gfx_187D0[] = "__OTR__ast_ending/ast_ending_seg7_gfx_187D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_18D10[] = "__OTR__ast_ending/ast_ending_seg7_vtx_18D10"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_18EF0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_18EF0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_18F30[] = "__OTR__ast_ending/ast_ending_seg7_vtx_18F30"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_18FD0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_18FD0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_191D0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_191D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_193D0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_193D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_195D0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_195D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_197D0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_197D0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_19940[] = "__OTR__ast_ending/ast_ending_seg7_vtx_19940"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_19AE0[] = "__OTR__ast_ending/ast_ending_seg7_vtx_19AE0"; + +static const ALIGN_ASSET(2) char D_END_7019C90[] = "__OTR__ast_ending/D_END_7019C90"; + +static const ALIGN_ASSET(2) char D_END_7019D10[] = "__OTR__ast_ending/D_END_7019D10"; + +static const ALIGN_ASSET(2) char D_END_7019D90[] = "__OTR__ast_ending/D_END_7019D90"; + +static const ALIGN_ASSET(2) char D_END_7019E10[] = "__OTR__ast_ending/D_END_7019E10"; + +static const ALIGN_ASSET(2) char D_END_7019E90[] = "__OTR__ast_ending/D_END_7019E90"; + +static const ALIGN_ASSET(2) char D_END_7019F10[] = "__OTR__ast_ending/D_END_7019F10"; + +static const ALIGN_ASSET(2) char D_END_7019F90[] = "__OTR__ast_ending/D_END_7019F90"; + +static const ALIGN_ASSET(2) char D_END_701A010[] = "__OTR__ast_ending/D_END_701A010"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_gfx_1A090[] = "__OTR__ast_ending/ast_ending_seg7_gfx_1A090"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1A698[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1A698"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1A878[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1A878"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1AA68[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1AA68"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1AC48[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1AC48"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1ADF8[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1ADF8"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1AF38[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1AF38"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B138[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B138"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B338[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B338"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B418[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B418"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B508[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B508"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B708[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B708"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1B908[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1B908"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1BA38[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1BA38"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_gfx_1BAB0[] = "__OTR__ast_ending/ast_ending_seg7_gfx_1BAB0"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1BC00[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1BC00"; + +static const ALIGN_ASSET(2) char ast_ending_seg7_vtx_1BD40[] = "__OTR__ast_ending/ast_ending_seg7_vtx_1BD40"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_ending_award_back.h b/android/app/src/main/assets/starship/include/assets/ast_ending_award_back.h new file mode 100644 index 0000000..ac80b11 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_ending_award_back.h @@ -0,0 +1,7 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char gEndingAwardBack[] = "__OTR__ast_ending_award_back/ending_award_back"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_ending_award_front.h b/android/app/src/main/assets/starship/include/assets/ast_ending_award_front.h new file mode 100644 index 0000000..1227ebe --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_ending_award_front.h @@ -0,0 +1,7 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char gEndingAwardFront[] = "__OTR__ast_ending_award_front/ending_award_front"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_ending_expert.h b/android/app/src/main/assets/starship/include/assets/ast_ending_expert.h new file mode 100644 index 0000000..ca4abb5 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_ending_expert.h @@ -0,0 +1,9 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char gEndingExpertReward[] = "__OTR__ast_ending_expert/ending_expert_reward"; + +static const ALIGN_ASSET(2) char gEndingNormalReward[] = "__OTR__ast_ending_expert/ending_normal_reward"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_enmy_planet.h b/android/app/src/main/assets/starship/include/assets/ast_enmy_planet.h new file mode 100644 index 0000000..ae73746 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_enmy_planet.h @@ -0,0 +1,205 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aTripodAnim[] = "__OTR__ast_enmy_planet/aTripodAnim"; + +static const ALIGN_ASSET(2) char aTripodSkel[] = "__OTR__ast_enmy_planet/aTripodSkel"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4000290[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4000290"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_338[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_338"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_398[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_398"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_4F0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_4F0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_5A0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_5A0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_630[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_630"; + +static const ALIGN_ASSET(2) char aVenomTankDL[] = "__OTR__ast_enmy_planet/aVenomTankDL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8F8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8F8"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4000E98[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4000E98"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4001098[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4001098"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4001298[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4001298"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4001498[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4001498"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4001698[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4001698"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_40018A0[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_40018A0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_1B78[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_1B78"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_1BC8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_1BC8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_1C58[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_1C58"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_1E48[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_1E48"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_2028[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_2028"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_2158[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_2158"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_2358[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_2358"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_23F8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_23F8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_2458[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_2458"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_40024B8[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_40024B8"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4002538[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4002538"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4002D38[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4002D38"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4003D38[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4003D38"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4004538[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4004538"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4004D38[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4004D38"; + +static const ALIGN_ASSET(2) char aFirebirdAnim[] = "__OTR__ast_enmy_planet/aFirebirdAnim"; + +static const ALIGN_ASSET(2) char aFirebirdSkel[] = "__OTR__ast_enmy_planet/aFirebirdSkel"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_58E0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_58E0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_5A28[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_5A28"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_5AE8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_5AE8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_5C28[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_5C28"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_5D78[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_5D78"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4005E78[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4005E78"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4006078[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4006078"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4006280[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4006280"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6328[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6328"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6388[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6388"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_40064E8[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_40064E8"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_40066E8[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_40066E8"; + +static const ALIGN_ASSET(2) char aVenomFighter1DL[] = "__OTR__ast_enmy_planet/aVenomFighter1DL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6AC8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6AC8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6B88[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6B88"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6C88[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6C88"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6CC8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6CC8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6DA8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6DA8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_6DE8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_6DE8"; + +static const ALIGN_ASSET(2) char aVenomFighter2DL[] = "__OTR__ast_enmy_planet/aVenomFighter2DL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7050[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7050"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_70B0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_70B0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7200[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7200"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7250[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7250"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_72B0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_72B0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7370[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7370"; + +static const ALIGN_ASSET(2) char aGrangaFighter1DL[] = "__OTR__ast_enmy_planet/aGrangaFighter1DL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_75A0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_75A0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7650[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7650"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_77D0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_77D0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7810[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7810"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_78B0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_78B0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_79F0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_79F0"; + +static const ALIGN_ASSET(2) char aGrangaFighter2DL[] = "__OTR__ast_enmy_planet/aGrangaFighter2DL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7CA0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7CA0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7DE0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7DE0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7EA0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7EA0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_7EF0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_7EF0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_80C0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_80C0"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4008100[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4008100"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_8300[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_8300"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8428[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8428"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8468[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8468"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_84E8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_84E8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_86E8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_86E8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_8830[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_8830"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8898[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8898"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_8970[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_8970"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_89D8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_89D8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_gfx_8A90[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_gfx_8A90"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8B40[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8B40"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8BD0[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8BD0"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4008CE0[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4008CE0"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8D38[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8D38"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4008D68[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4008D68"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4008F70[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4008F70"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_8FC8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_8FC8"; + +static const ALIGN_ASSET(2) char D_ENMY_PLANET_4008FF8[] = "__OTR__ast_enmy_planet/D_ENMY_PLANET_4008FF8"; + +static const ALIGN_ASSET(2) char aSpyEyeDL[] = "__OTR__ast_enmy_planet/aSpyEyeDL"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9A58[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9A58"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9B58[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9B58"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9D18[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9D18"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9DC8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9DC8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9E08[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9E08"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_9FE8[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_9FE8"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_A048[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_A048"; + +static const ALIGN_ASSET(2) char ast_enmy_planet_seg4_vtx_A248[] = "__OTR__ast_enmy_planet/ast_enmy_planet_seg4_vtx_A248"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_enmy_space.h b/android/app/src/main/assets/starship/include/assets/ast_enmy_space.h new file mode 100644 index 0000000..d9e004b --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_enmy_space.h @@ -0,0 +1,271 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aKillerBeeAnim[] = "__OTR__ast_enmy_space/aKillerBeeAnim"; + +static const ALIGN_ASSET(2) char aKillerBeeSkel[] = "__OTR__ast_enmy_space/aKillerBeeSkel"; + +static const ALIGN_ASSET(2) char aEnmySpMeMora1DL[] = "__OTR__ast_enmy_space/aEnmySpMeMora1DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2D8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2D8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3A8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3A8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_408[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_408"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4E8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4E8"; + +static const ALIGN_ASSET(2) char aSpiderDL[] = "__OTR__ast_enmy_space/aSpiderDL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_870[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_870"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_8C0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_8C0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_920[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_920"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B10[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B10"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_BD0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_BD0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_D40[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_D40"; + +static const ALIGN_ASSET(2) char aGammaOnDL[] = "__OTR__ast_enmy_space/aGammaOnDL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_F68[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_F68"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_10A8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_10A8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4001108[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4001108"; + +static const ALIGN_ASSET(2) char aAttacker2DL[] = "__OTR__ast_enmy_space/aAttacker2DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_1530[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_1530"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_15B0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_15B0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_1700[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_1700"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_1740[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_1740"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_1900[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_1900"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_1980[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_1980"; + +static const ALIGN_ASSET(2) char aCommanderTex1[] = "__OTR__ast_enmy_space/aCommanderTex1"; + +static const ALIGN_ASSET(2) char aCommanderTex2[] = "__OTR__ast_enmy_space/aCommanderTex2"; + +static const ALIGN_ASSET(2) char aCommanderTex3[] = "__OTR__ast_enmy_space/aCommanderTex3"; + +static const ALIGN_ASSET(2) char aCommanderTex4[] = "__OTR__ast_enmy_space/aCommanderTex4"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4002230[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4002230"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_23E8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_23E8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2448[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2448"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_24C8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_24C8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2558[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2558"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2598[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2598"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_gfx_2660[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_gfx_2660"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2820[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2820"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_28C0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_28C0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_29C0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_29C0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2A20[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2A20"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_2B30[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_2B30"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4002C50[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4002C50"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4002E50[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4002E50"; + +static const ALIGN_ASSET(2) char aCommanderTex6[] = "__OTR__ast_enmy_space/aCommanderTex6"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4003250[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4003250"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4003270[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4003270"; + +static const ALIGN_ASSET(2) char aCommanderTex5[] = "__OTR__ast_enmy_space/aCommanderTex5"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4003670[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4003670"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_gfx_36F0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_gfx_36F0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_37E0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_37E0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3830[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3830"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3890[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3890"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_gfx_3970[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_gfx_3970"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3A60[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3A60"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3AB0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3AB0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3B00[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3B00"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4003BD0[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4003BD0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3EA8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3EA8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3EF8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3EF8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_3F88[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_3F88"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4178[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4178"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4358[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4358"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4488[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4488"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4688[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4688"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4728[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4728"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_4788[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_4788"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_40047E8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_40047E8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4004FE8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4004FE8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4005FE8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4005FE8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_40067E8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_40067E8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4006FE8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4006FE8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_40077E8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_40077E8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4007870[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4007870"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7B50[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7B50"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7BB0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7BB0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7C40[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7C40"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7E40[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7E40"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7EF0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7EF0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7F50[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7F50"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_7FB0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_7FB0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_81A0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_81A0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_8390[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_8390"; + +static const ALIGN_ASSET(2) char aEnmySpMeMora2DL[] = "__OTR__ast_enmy_space/aEnmySpMeMora2DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_8520[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_8520"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4008550[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4008550"; + +static const ALIGN_ASSET(2) char aGammaOffDL[] = "__OTR__ast_enmy_space/aGammaOffDL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_8DF8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_8DF8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_8F38[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_8F38"; + +static const ALIGN_ASSET(2) char aVenomFighter3DL[] = "__OTR__ast_enmy_space/aVenomFighter3DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9268[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9268"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9308[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9308"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9358[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9358"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_93D8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_93D8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9418[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9418"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9508[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9508"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9608[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9608"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9648[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9648"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_9688[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_9688"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_40096B8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_40096B8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_40098B8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_40098B8"; + +static const ALIGN_ASSET(2) char D_ENMY_SPACE_4009AB8[] = "__OTR__ast_enmy_space/D_ENMY_SPACE_4009AB8"; + +static const ALIGN_ASSET(2) char aCruiserGunAnim[] = "__OTR__ast_enmy_space/aCruiserGunAnim"; + +static const ALIGN_ASSET(2) char aCruiserGunSkel[] = "__OTR__ast_enmy_space/aCruiserGunSkel"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_gfx_A3B0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_gfx_A3B0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A470[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A470"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A570[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A570"; + +static const ALIGN_ASSET(2) char aEnmySpMeMora3DL[] = "__OTR__ast_enmy_space/aEnmySpMeMora3DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A788[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A788"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A888[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A888"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A928[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A928"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_A9E8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_A9E8"; + +static const ALIGN_ASSET(2) char aCommanderDL[] = "__OTR__ast_enmy_space/aCommanderDL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_AD28[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_AD28"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_ADA8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_ADA8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_AE08[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_AE08"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_AE68[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_AE68"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B068[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B068"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B0C8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B0C8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B1F8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B1F8"; + +static const ALIGN_ASSET(2) char aAttacker3DL[] = "__OTR__ast_enmy_space/aAttacker3DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B5E8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B5E8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B6F8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B6F8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B798[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B798"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B898[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B898"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B8F8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B8F8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_B9B8[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_B9B8"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_BB98[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_BB98"; + +static const ALIGN_ASSET(2) char aAttacker1DL[] = "__OTR__ast_enmy_space/aAttacker1DL"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_BEF0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_BEF0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_C0F0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_C0F0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_C1B0[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_C1B0"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_C330[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_C330"; + +static const ALIGN_ASSET(2) char ast_enmy_space_seg4_vtx_C390[] = "__OTR__ast_enmy_space/ast_enmy_space_seg4_vtx_C390"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_font_3d.h b/android/app/src/main/assets/starship/include/assets/ast_font_3d.h new file mode 100644 index 0000000..4f8d34e --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_font_3d.h @@ -0,0 +1,271 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aFont3D_DOT[] = "__OTR__ast_font_3d/aFont3D_DOT"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B0"; + +static const ALIGN_ASSET(2) char aFont3D_1[] = "__OTR__ast_font_3d/aFont3D_1"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_2D8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_2D8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_4A8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_4A8"; + +static const ALIGN_ASSET(2) char D_FONT3D_9000528[] = "__OTR__ast_font_3d/D_FONT3D_9000528"; + +static const ALIGN_ASSET(2) char D_FONT3D_9000548[] = "__OTR__ast_font_3d/D_FONT3D_9000548"; + +static const ALIGN_ASSET(2) char aFont3D_O[] = "__OTR__ast_font_3d/aFont3D_O"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_678[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_678"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_878[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_878"; + +static const ALIGN_ASSET(2) char aFont3D_D[] = "__OTR__ast_font_3d/aFont3D_D"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B18[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B18"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_D18[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_D18"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_F18[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_F18"; + +static const ALIGN_ASSET(2) char aFont3D_J[] = "__OTR__ast_font_3d/aFont3D_J"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1218[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1218"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1418[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1418"; + +static const ALIGN_ASSET(2) char aFont3D_P[] = "__OTR__ast_font_3d/aFont3D_P"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1608[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1608"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1808[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1808"; + +static const ALIGN_ASSET(2) char aFont3D_Z[] = "__OTR__ast_font_3d/aFont3D_Z"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1B08[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1B08"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1D08[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1D08"; + +static const ALIGN_ASSET(2) char aFont3D_Y[] = "__OTR__ast_font_3d/aFont3D_Y"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_1FA0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_1FA0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_21A0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_21A0"; + +static const ALIGN_ASSET(2) char aFont3D_X[] = "__OTR__ast_font_3d/aFont3D_X"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_23F0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_23F0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_25D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_25D0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_27D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_27D0"; + +static const ALIGN_ASSET(2) char aFont3D_W[] = "__OTR__ast_font_3d/aFont3D_W"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_29D8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_29D8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_2BD8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_2BD8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_2DD8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_2DD8"; + +static const ALIGN_ASSET(2) char aFont3D_V[] = "__OTR__ast_font_3d/aFont3D_V"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_2F90[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_2F90"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3170[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3170"; + +static const ALIGN_ASSET(2) char aFont3D_U[] = "__OTR__ast_font_3d/aFont3D_U"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3328[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3328"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3518[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3518"; + +static const ALIGN_ASSET(2) char aFont3D_T[] = "__OTR__ast_font_3d/aFont3D_T"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3728[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3728"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3928[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3928"; + +static const ALIGN_ASSET(2) char aFont3D_S[] = "__OTR__ast_font_3d/aFont3D_S"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3BB8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3BB8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3DB8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3DB8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_3FA8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_3FA8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_41A8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_41A8"; + +static const ALIGN_ASSET(2) char aFont3D_R[] = "__OTR__ast_font_3d/aFont3D_R"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_43B8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_43B8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_45B8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_45B8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_4798[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_4798"; + +static const ALIGN_ASSET(2) char aFont3D_Q[] = "__OTR__ast_font_3d/aFont3D_Q"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_4A48[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_4A48"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_4C28[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_4C28"; + +static const ALIGN_ASSET(2) char aFont3D_N[] = "__OTR__ast_font_3d/aFont3D_N"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_4F38[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_4F38"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_5128[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_5128"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_52F8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_52F8"; + +static const ALIGN_ASSET(2) char aFont3D_M[] = "__OTR__ast_font_3d/aFont3D_M"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_54D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_54D0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_56C0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_56C0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_58C0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_58C0"; + +static const ALIGN_ASSET(2) char aFont3D_L[] = "__OTR__ast_font_3d/aFont3D_L"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_5A58[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_5A58"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_5C58[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_5C58"; + +static const ALIGN_ASSET(2) char aFont3D_K[] = "__OTR__ast_font_3d/aFont3D_K"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_5DF8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_5DF8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_5FE8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_5FE8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_61C8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_61C8"; + +static const ALIGN_ASSET(2) char aFont3D_I[] = "__OTR__ast_font_3d/aFont3D_I"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6380[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6380"; + +static const ALIGN_ASSET(2) char aFont3D_H[] = "__OTR__ast_font_3d/aFont3D_H"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6640[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6640"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6840[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6840"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6A20[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6A20"; + +static const ALIGN_ASSET(2) char aFont3D_G[] = "__OTR__ast_font_3d/aFont3D_G"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6C20[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6C20"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_6E20[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_6E20"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_7000[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_7000"; + +static const ALIGN_ASSET(2) char aFont3D_F[] = "__OTR__ast_font_3d/aFont3D_F"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_71E0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_71E0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_73E0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_73E0"; + +static const ALIGN_ASSET(2) char aFont3D_E[] = "__OTR__ast_font_3d/aFont3D_E"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_76E8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_76E8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_78E8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_78E8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_7AE8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_7AE8"; + +static const ALIGN_ASSET(2) char aFont3D_C[] = "__OTR__ast_font_3d/aFont3D_C"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_7CA8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_7CA8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_7E88[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_7E88"; + +static const ALIGN_ASSET(2) char aFont3D_B[] = "__OTR__ast_font_3d/aFont3D_B"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8158[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8158"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8338[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8338"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8528[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8528"; + +static const ALIGN_ASSET(2) char aFont3D_A[] = "__OTR__ast_font_3d/aFont3D_A"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8840[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8840"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8A30[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8A30"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8C20[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8C20"; + +static const ALIGN_ASSET(2) char aFont3D_9[] = "__OTR__ast_font_3d/aFont3D_9"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8DB8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8DB8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_8FB8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_8FB8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_91B8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_91B8"; + +static const ALIGN_ASSET(2) char aFont3D_8[] = "__OTR__ast_font_3d/aFont3D_8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_93E8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_93E8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_95D8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_95D8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_97C8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_97C8"; + +static const ALIGN_ASSET(2) char aFont3D_7[] = "__OTR__ast_font_3d/aFont3D_7"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_9A68[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_9A68"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_9C68[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_9C68"; + +static const ALIGN_ASSET(2) char aFont3D_6[] = "__OTR__ast_font_3d/aFont3D_6"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_9E08[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_9E08"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A008[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A008"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A208[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A208"; + +static const ALIGN_ASSET(2) char aFont3D_5[] = "__OTR__ast_font_3d/aFont3D_5"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A3D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A3D0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A5D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A5D0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A7B0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A7B0"; + +static const ALIGN_ASSET(2) char aFont3D_4[] = "__OTR__ast_font_3d/aFont3D_4"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_A9D8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_A9D8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_ABC8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_ABC8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_AD98[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_AD98"; + +static const ALIGN_ASSET(2) char aFont3D_3[] = "__OTR__ast_font_3d/aFont3D_3"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B0A8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B0A8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B2A8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B2A8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B478[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B478"; + +static const ALIGN_ASSET(2) char aFont3D_2[] = "__OTR__ast_font_3d/aFont3D_2"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B6C8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B6C8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_B8C8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_B8C8"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_BAC8[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_BAC8"; + +static const ALIGN_ASSET(2) char aFont3D_0[] = "__OTR__ast_font_3d/aFont3D_0"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_BD10[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_BD10"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_BF00[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_BF00"; + +static const ALIGN_ASSET(2) char ast_font_3d_seg9_vtx_C0D0[] = "__OTR__ast_font_3d/ast_font_3d_seg9_vtx_C0D0"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_fortuna.h b/android/app/src/main/assets/starship/include/assets/ast_fortuna.h new file mode 100644 index 0000000..f61347c --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_fortuna.h @@ -0,0 +1,185 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" + +static const ALIGN_ASSET(2) char aFoTitleCardTex[] = "__OTR__ast_fortuna/aFoTitleCardTex"; + +static const ALIGN_ASSET(2) char D_FO_6001260[] = "__OTR__ast_fortuna/D_FO_6001260"; + +static const ALIGN_ASSET(2) char D_FO_6001360[] = "__OTR__ast_fortuna/D_FO_6001360"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_1490[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_1490"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_15D0[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_15D0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_1790[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_1790"; + +static const ALIGN_ASSET(2) char D_FO_6001890[] = "__OTR__ast_fortuna/D_FO_6001890"; + +static const ALIGN_ASSET(2) char D_FO_6002090[] = "__OTR__ast_fortuna/D_FO_6002090"; + +static const ALIGN_ASSET(2) char D_FO_6002890[] = "__OTR__ast_fortuna/D_FO_6002890"; + +static const ALIGN_ASSET(2) char aFoBaseDL2[] = "__OTR__ast_fortuna/aFoBaseDL2"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_33B0[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_33B0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3520[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3520"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3710[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3710"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3900[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3900"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3A30[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3A30"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3B30[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3B30"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3D20[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3D20"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_3E00[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_3E00"; + +static const ALIGN_ASSET(2) char D_FO_6003EC0[] = "__OTR__ast_fortuna/D_FO_6003EC0"; + +static const ALIGN_ASSET(2) char D_FO_60046C0[] = "__OTR__ast_fortuna/D_FO_60046C0"; + +static const ALIGN_ASSET(2) char D_FO_60048C0[] = "__OTR__ast_fortuna/D_FO_60048C0"; + +static const ALIGN_ASSET(2) char D_FO_6004AC0[] = "__OTR__ast_fortuna/D_FO_6004AC0"; + +static const ALIGN_ASSET(2) char D_FO_6005AC0[] = "__OTR__ast_fortuna/D_FO_6005AC0"; + +static const ALIGN_ASSET(2) char D_FO_6005CC0[] = "__OTR__ast_fortuna/D_FO_6005CC0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_5DC0[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_5DC0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_5E20[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_5E20"; + +static const ALIGN_ASSET(2) char D_FO_6005F20[] = "__OTR__ast_fortuna/D_FO_6005F20"; + +static const ALIGN_ASSET(2) char D_FO_6006120[] = "__OTR__ast_fortuna/D_FO_6006120"; + +static const ALIGN_ASSET(2) char D_FO_6006220[] = "__OTR__ast_fortuna/D_FO_6006220"; + +static const ALIGN_ASSET(2) char aFoMountain3DL[] = "__OTR__ast_fortuna/aFoMountain3DL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_63B8[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_63B8"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_65B8[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_65B8"; + +static const ALIGN_ASSET(2) char aFoTowerDL[] = "__OTR__ast_fortuna/aFoTowerDL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_6898[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_6898"; + +static const ALIGN_ASSET(2) char D_FO_6006BE0[] = "__OTR__ast_fortuna/D_FO_6006BE0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_6D00[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_6D00"; + +static const ALIGN_ASSET(2) char D_FO_60070E0[] = "__OTR__ast_fortuna/D_FO_60070E0"; + +static const ALIGN_ASSET(2) char D_FO_60072E0[] = "__OTR__ast_fortuna/D_FO_60072E0"; + +static const ALIGN_ASSET(2) char D_FO_60074E0[] = "__OTR__ast_fortuna/D_FO_60074E0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7540[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7540"; + +static const ALIGN_ASSET(2) char D_FO_6007590[] = "__OTR__ast_fortuna/D_FO_6007590"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7648[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7648"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_76B8[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_76B8"; + +static const ALIGN_ASSET(2) char D_FO_6007730[] = "__OTR__ast_fortuna/D_FO_6007730"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7788[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7788"; + +static const ALIGN_ASSET(2) char aFoRadarAnim[] = "__OTR__ast_fortuna/aFoRadarAnim"; + +static const ALIGN_ASSET(2) char aFoRadarSkel[] = "__OTR__ast_fortuna/aFoRadarSkel"; + +static const ALIGN_ASSET(2) char aFoMountain1DL[] = "__OTR__ast_fortuna/aFoMountain1DL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7A60[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7A60"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7C60[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7C60"; + +static const ALIGN_ASSET(2) char aFoMountain2DL[] = "__OTR__ast_fortuna/aFoMountain2DL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_7E30[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_7E30"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_8030[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_8030"; + +static const ALIGN_ASSET(2) char D_FO_6008150[] = "__OTR__ast_fortuna/D_FO_6008150"; + +static const ALIGN_ASSET(2) char D_FO_6009070[] = "__OTR__ast_fortuna/D_FO_6009070"; + +static const ALIGN_ASSET(2) char aFoEnemyShadowDL[] = "__OTR__ast_fortuna/aFoEnemyShadowDL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_9FE8[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_9FE8"; + +static const ALIGN_ASSET(2) char D_FO_600A018[] = "__OTR__ast_fortuna/D_FO_600A018"; + +static const ALIGN_ASSET(2) char aFoPoleDL[] = "__OTR__ast_fortuna/aFoPoleDL"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_A478[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_A478"; + +static const ALIGN_ASSET(2) char D_FO_600A4A8[] = "__OTR__ast_fortuna/D_FO_600A4A8"; + +static const ALIGN_ASSET(2) char D_FO_600B4B0[] = "__OTR__ast_fortuna/D_FO_600B4B0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_B540[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_B540"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_B580[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_B580"; + +static const ALIGN_ASSET(2) char D_FO_600B5C0[] = "__OTR__ast_fortuna/D_FO_600B5C0"; + +static const ALIGN_ASSET(2) char D_FO_600C5C0[] = "__OTR__ast_fortuna/D_FO_600C5C0"; + +static const ALIGN_ASSET(2) char aFoBaseDL1[] = "__OTR__ast_fortuna/aFoBaseDL1"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_D638[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_D638"; + +static const ALIGN_ASSET(2) char D_FO_600D7E8[] = "__OTR__ast_fortuna/D_FO_600D7E8"; + +static const ALIGN_ASSET(2) char D_FO_600D9F0[] = "__OTR__ast_fortuna/D_FO_600D9F0"; + +static const ALIGN_ASSET(2) char ast_fortuna_seg6_vtx_DA48[] = "__OTR__ast_fortuna/ast_fortuna_seg6_vtx_DA48"; + +static const ALIGN_ASSET(2) char D_FO_600DA88[] = "__OTR__ast_fortuna/D_FO_600DA88"; + +static const ALIGN_ASSET(2) char D_FO_600EA90[] = "__OTR__ast_fortuna/D_FO_600EA90"; + +static const ALIGN_ASSET(2) char D_FO_600EAD4[] = "__OTR__ast_fortuna/D_FO_600EAD4"; + +static const ALIGN_ASSET(2) char D_FO_600F1DC[] = "__OTR__ast_fortuna/D_FO_600F1DC"; + +static const ALIGN_ASSET(2) char D_FO_600F394[] = "__OTR__ast_fortuna/D_FO_600F394"; + +static const ALIGN_ASSET(2) char D_FO_600F3F4[] = "__OTR__ast_fortuna/D_FO_600F3F4"; + +static const ALIGN_ASSET(2) char D_FO_600F5AC[] = "__OTR__ast_fortuna/D_FO_600F5AC"; + +static const ALIGN_ASSET(2) char D_FO_600F60C[] = "__OTR__ast_fortuna/D_FO_600F60C"; + +static const ALIGN_ASSET(2) char D_FO_600FD50[] = "__OTR__ast_fortuna/D_FO_600FD50"; + +static const ALIGN_ASSET(2) char aFoPoleHitbox[] = "__OTR__ast_fortuna/aFoPoleHitbox"; + +static const ALIGN_ASSET(2) char aFoTowerHitbox[] = "__OTR__ast_fortuna/aFoTowerHitbox"; + +static const ALIGN_ASSET(2) char aFoRadarHitbox[] = "__OTR__ast_fortuna/aFoRadarHitbox"; + +static const ALIGN_ASSET(2) char D_FO_600FF64[] = "__OTR__ast_fortuna/D_FO_600FF64"; + +static const ALIGN_ASSET(2) char aFoMountain1Hitbox[] = "__OTR__ast_fortuna/aFoMountain1Hitbox"; + +static const ALIGN_ASSET(2) char aFoMountain2Hitbox[] = "__OTR__ast_fortuna/aFoMountain2Hitbox"; + +static const ALIGN_ASSET(2) char aFoMountain3Hitbox[] = "__OTR__ast_fortuna/aFoMountain3Hitbox"; + +static const ALIGN_ASSET(2) char aFoBaseHitbox[] = "__OTR__ast_fortuna/aFoBaseHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_great_fox.h b/android/app/src/main/assets/starship/include/assets/ast_great_fox.h new file mode 100644 index 0000000..5ddce32 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_great_fox.h @@ -0,0 +1,191 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aGreatFoxIntactDL[] = "__OTR__ast_great_fox/aGreatFoxIntactDL"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_8F8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_8F8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_AD8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_AD8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_CB8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_CB8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_EA8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_EA8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_10A8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_10A8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1298[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1298"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1498[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1498"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1698[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1698"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1878[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1878"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_18D8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_18D8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1958[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1958"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1B58[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1B58"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1D48[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1D48"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_1F28[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_1F28"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2128[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2128"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2308[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2308"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2508[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2508"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2708[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2708"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2738[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2738"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2928[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2928"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2B18[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2B18"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2D18[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2D18"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_2F08[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_2F08"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3008[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3008"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3058[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3058"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_30D8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_30D8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3158[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3158"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3348[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3348"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3538[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3538"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_36B8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_36B8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_37D8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_37D8"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3898[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3898"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_3A78[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_3A78"; + +static const ALIGN_ASSET(2) char aGreatFoxDamagedDL[] = "__OTR__ast_great_fox/aGreatFoxDamagedDL"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4440[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4440"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_44C0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_44C0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_44F0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_44F0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4590[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4590"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4770[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4770"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4950[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4950"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4B40[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4B40"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4D20[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4D20"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_4F00[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_4F00"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_50E0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_50E0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_52E0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_52E0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_53F0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_53F0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5470[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5470"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5670[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5670"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5860[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5860"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5A60[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5A60"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5C40[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5C40"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_5E20[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_5E20"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6000[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6000"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6120[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6120"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6300[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6300"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_64F0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_64F0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_66E0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_66E0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_68C0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_68C0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_69B0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_69B0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6A00[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6A00"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6A80[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6A80"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6AC0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6AC0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6CB0[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6CB0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_6E90[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_6E90"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_7040[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_7040"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_7160[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_7160"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_7220[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_7220"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_7400[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_7400"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E007430[] = "__OTR__ast_great_fox/D_GREAT_FOX_E007430"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E0074B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E0074B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E0084B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E0084B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E008CB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E008CB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E0094B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E0094B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E009CB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E009CB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00ACB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00ACB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00B4B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00B4B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00B530[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00B530"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00B5B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00B5B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00BDB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00BDB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00CDB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00CDB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00CFB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00CFB0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00D7B0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00D7B0"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00DFB0[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00DFB0"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_E018[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_E018"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00E078[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00E078"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00E100[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00E100"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00F020[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00F020"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E00FF40[] = "__OTR__ast_great_fox/D_GREAT_FOX_E00FF40"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E010E60[] = "__OTR__ast_great_fox/D_GREAT_FOX_E010E60"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E011D80[] = "__OTR__ast_great_fox/D_GREAT_FOX_E011D80"; + +static const ALIGN_ASSET(2) char ast_great_fox_seg14_vtx_11DD8[] = "__OTR__ast_great_fox/ast_great_fox_seg14_vtx_11DD8"; + +static const ALIGN_ASSET(2) char D_GREAT_FOX_E011E08[] = "__OTR__ast_great_fox/D_GREAT_FOX_E011E08"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_katina.h b/android/app/src/main/assets/starship/include/assets/ast_katina.h new file mode 100644 index 0000000..9828144 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_katina.h @@ -0,0 +1,299 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" + +static const ALIGN_ASSET(2) char aKaTitleCardTex[] = "__OTR__ast_katina/aKaTitleCardTex"; + +static const ALIGN_ASSET(2) char D_KA_6001260[] = "__OTR__ast_katina/D_KA_6001260"; + +static const ALIGN_ASSET(2) char aKaDestroyedHatchDL[] = "__OTR__ast_katina/aKaDestroyedHatchDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_1330[] = "__OTR__ast_katina/ast_katina_seg6_vtx_1330"; + +static const ALIGN_ASSET(2) char aKaEnemyDL[] = "__OTR__ast_katina/aKaEnemyDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_1658[] = "__OTR__ast_katina/ast_katina_seg6_vtx_1658"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_1698[] = "__OTR__ast_katina/ast_katina_seg6_vtx_1698"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_1738[] = "__OTR__ast_katina/ast_katina_seg6_vtx_1738"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_1938[] = "__OTR__ast_katina/ast_katina_seg6_vtx_1938"; + +static const ALIGN_ASSET(2) char D_KA_6001968[] = "__OTR__ast_katina/D_KA_6001968"; + +static const ALIGN_ASSET(2) char D_KA_6002170[] = "__OTR__ast_katina/D_KA_6002170"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_28F8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_28F8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_2AC8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_2AC8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_2CA8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_2CA8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_2EA8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_2EA8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3088[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3088"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_31A8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_31A8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_33A8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_33A8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_34A8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_34A8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3698[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3698"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3888[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3888"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3A88[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3A88"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3AE8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3AE8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3BE8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3BE8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3D78[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3D78"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3DB8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3DB8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3DF8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3DF8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3E38[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3E38"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3E78[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3E78"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3EB8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3EB8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3EF8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3EF8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3F38[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3F38"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3F78[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3F78"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3FB8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3FB8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_3FF8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_3FF8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_4038[] = "__OTR__ast_katina/ast_katina_seg6_vtx_4038"; + +static const ALIGN_ASSET(2) char D_KA_6004078[] = "__OTR__ast_katina/D_KA_6004078"; + +static const ALIGN_ASSET(2) char D_KA_60040F8[] = "__OTR__ast_katina/D_KA_60040F8"; + +static const ALIGN_ASSET(2) char D_KA_60048F8[] = "__OTR__ast_katina/D_KA_60048F8"; + +static const ALIGN_ASSET(2) char D_KA_60050F8[] = "__OTR__ast_katina/D_KA_60050F8"; + +static const ALIGN_ASSET(2) char D_KA_60052F8[] = "__OTR__ast_katina/D_KA_60052F8"; + +static const ALIGN_ASSET(2) char D_KA_6005AF8[] = "__OTR__ast_katina/D_KA_6005AF8"; + +static const ALIGN_ASSET(2) char D_KA_60062F8[] = "__OTR__ast_katina/D_KA_60062F8"; + +static const ALIGN_ASSET(2) char D_KA_6006AF8[] = "__OTR__ast_katina/D_KA_6006AF8"; + +static const ALIGN_ASSET(2) char aKaDestroyedKaSaucererDL[] = "__OTR__ast_katina/aKaDestroyedKaSaucererDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_7B00[] = "__OTR__ast_katina/ast_katina_seg6_vtx_7B00"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_7CD0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_7CD0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_7EB0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_7EB0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_80B0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_80B0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8290[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8290"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8330[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8330"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8530[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8530"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8630[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8630"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8820[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8820"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8A20[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8A20"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8A50[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8A50"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8B50[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8B50"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8C60[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8C60"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8CA0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8CA0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8CE0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8CE0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8D20[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8D20"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8D60[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8D60"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8DA0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8DA0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8DE0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8DE0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8E20[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8E20"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8E60[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8E60"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_8FE0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_8FE0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_9150[] = "__OTR__ast_katina/ast_katina_seg6_vtx_9150"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_9190[] = "__OTR__ast_katina/ast_katina_seg6_vtx_9190"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_91D0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_91D0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_9210[] = "__OTR__ast_katina/ast_katina_seg6_vtx_9210"; + +static const ALIGN_ASSET(2) char D_KA_6009250[] = "__OTR__ast_katina/D_KA_6009250"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_9318[] = "__OTR__ast_katina/ast_katina_seg6_vtx_9318"; + +static const ALIGN_ASSET(2) char D_KA_60094A8[] = "__OTR__ast_katina/D_KA_60094A8"; + +static const ALIGN_ASSET(2) char D_KA_6009CB0[] = "__OTR__ast_katina/D_KA_6009CB0"; + +static const ALIGN_ASSET(2) char D_KA_600ABD0[] = "__OTR__ast_katina/D_KA_600ABD0"; + +static const ALIGN_ASSET(2) char aKaFLBaseDL[] = "__OTR__ast_katina/aKaFLBaseDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_BBF0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_BBF0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_BCF0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_BCF0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_BD30[] = "__OTR__ast_katina/ast_katina_seg6_vtx_BD30"; + +static const ALIGN_ASSET(2) char D_KA_600BDB0[] = "__OTR__ast_katina/D_KA_600BDB0"; + +static const ALIGN_ASSET(2) char D_KA_600BFB0[] = "__OTR__ast_katina/D_KA_600BFB0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_C058[] = "__OTR__ast_katina/ast_katina_seg6_vtx_C058"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_C258[] = "__OTR__ast_katina/ast_katina_seg6_vtx_C258"; + +static const ALIGN_ASSET(2) char D_KA_600C2D8[] = "__OTR__ast_katina/D_KA_600C2D8"; + +static const ALIGN_ASSET(2) char aKaFLBaseDestroyedDL[] = "__OTR__ast_katina/aKaFLBaseDestroyedDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_C5A0[] = "__OTR__ast_katina/ast_katina_seg6_vtx_C5A0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_C620[] = "__OTR__ast_katina/ast_katina_seg6_vtx_C620"; + +static const ALIGN_ASSET(2) char D_KA_600C760[] = "__OTR__ast_katina/D_KA_600C760"; + +static const ALIGN_ASSET(2) char D_KA_600C960[] = "__OTR__ast_katina/D_KA_600C960"; + +static const ALIGN_ASSET(2) char D_KA_600CB60[] = "__OTR__ast_katina/D_KA_600CB60"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_CC18[] = "__OTR__ast_katina/ast_katina_seg6_vtx_CC18"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_CCB8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_CCB8"; + +static const ALIGN_ASSET(2) char aDestroyedHatch2DL[] = "__OTR__ast_katina/aDestroyedHatch2DL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_CE58[] = "__OTR__ast_katina/ast_katina_seg6_vtx_CE58"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D058[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D058"; + +static const ALIGN_ASSET(2) char aDestroyedCoreDL[] = "__OTR__ast_katina/aDestroyedCoreDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D140[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D140"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D250[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D250"; + +static const ALIGN_ASSET(2) char aDestroyedHatch4DL[] = "__OTR__ast_katina/aDestroyedHatch4DL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D318[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D318"; + +static const ALIGN_ASSET(2) char aDestroyedHatch3DL[] = "__OTR__ast_katina/aDestroyedHatch3DL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D568[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D568"; + +static const ALIGN_ASSET(2) char aKaCornerianFighterShadowDL[] = "__OTR__ast_katina/aKaCornerianFighterShadowDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_D788[] = "__OTR__ast_katina/ast_katina_seg6_vtx_D788"; + +static const ALIGN_ASSET(2) char D_KA_600D7B8[] = "__OTR__ast_katina/D_KA_600D7B8"; + +static const ALIGN_ASSET(2) char aKaEnemyShadowDL[] = "__OTR__ast_katina/aKaEnemyShadowDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_DC18[] = "__OTR__ast_katina/ast_katina_seg6_vtx_DC18"; + +static const ALIGN_ASSET(2) char D_KA_600DC48[] = "__OTR__ast_katina/D_KA_600DC48"; + +static const ALIGN_ASSET(2) char aKaCornerianFighterDL[] = "__OTR__ast_katina/aKaCornerianFighterDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E208[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E208"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E3F8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E3F8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E4C8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E4C8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E6C8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E6C8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E728[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E728"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_E7B8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_E7B8"; + +static const ALIGN_ASSET(2) char D_KA_600E7E8[] = "__OTR__ast_katina/D_KA_600E7E8"; + +static const ALIGN_ASSET(2) char D_KA_600E9E8[] = "__OTR__ast_katina/D_KA_600E9E8"; + +static const ALIGN_ASSET(2) char D_KA_600EBE8[] = "__OTR__ast_katina/D_KA_600EBE8"; + +static const ALIGN_ASSET(2) char D_KA_600EDE8[] = "__OTR__ast_katina/D_KA_600EDE8"; + +static const ALIGN_ASSET(2) char aKaEnemyLowPolyDL[] = "__OTR__ast_katina/aKaEnemyLowPolyDL"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_F098[] = "__OTR__ast_katina/ast_katina_seg6_vtx_F098"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_F128[] = "__OTR__ast_katina/ast_katina_seg6_vtx_F128"; + +static const ALIGN_ASSET(2) char D_KA_600F1D0[] = "__OTR__ast_katina/D_KA_600F1D0"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_F220[] = "__OTR__ast_katina/ast_katina_seg6_vtx_F220"; + +static const ALIGN_ASSET(2) char D_KA_600F260[] = "__OTR__ast_katina/D_KA_600F260"; + +static const ALIGN_ASSET(2) char D_KA_6010260[] = "__OTR__ast_katina/D_KA_6010260"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10338[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10338"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_104B8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_104B8"; + +static const ALIGN_ASSET(2) char D_KA_60105D8[] = "__OTR__ast_katina/D_KA_60105D8"; + +static const ALIGN_ASSET(2) char D_KA_6010744[] = "__OTR__ast_katina/D_KA_6010744"; + +static const ALIGN_ASSET(2) char D_KA_6010780[] = "__OTR__ast_katina/D_KA_6010780"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10858[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10858"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_109F8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_109F8"; + +static const ALIGN_ASSET(2) char D_KA_6010A60[] = "__OTR__ast_katina/D_KA_6010A60"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10B38[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10B38"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10CB8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10CB8"; + +static const ALIGN_ASSET(2) char D_KA_6010D20[] = "__OTR__ast_katina/D_KA_6010D20"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10DF8[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10DF8"; + +static const ALIGN_ASSET(2) char ast_katina_seg6_vtx_10F98[] = "__OTR__ast_katina/ast_katina_seg6_vtx_10F98"; + +static const ALIGN_ASSET(2) char D_KA_6011000[] = "__OTR__ast_katina/D_KA_6011000"; + +static const ALIGN_ASSET(2) char D_KA_6011044[] = "__OTR__ast_katina/D_KA_6011044"; + +static const ALIGN_ASSET(2) char aKaSaucererHitbox[] = "__OTR__ast_katina/aKaSaucererHitbox"; + +static const ALIGN_ASSET(2) char aKaFrontlineBaseHitbox[] = "__OTR__ast_katina/aKaFrontlineBaseHitbox"; + +static const ALIGN_ASSET(2) char D_KA_60111D8[] = "__OTR__ast_katina/D_KA_60111D8"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_landmaster.h b/android/app/src/main/assets/starship/include/assets/ast_landmaster.h new file mode 100644 index 0000000..04bc8e5 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_landmaster.h @@ -0,0 +1,109 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aLandmasterLifeIconTex[] = "__OTR__ast_landmaster/aLandmasterLifeIconTex"; + +static const ALIGN_ASSET(2) char aLandmasterLifeIconTLUT[] = "__OTR__ast_landmaster/aLandmasterLifeIconTLUT"; + +static const ALIGN_ASSET(2) char aLandmasterModelDL[] = "__OTR__ast_landmaster/aLandmasterModelDL"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_660[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_660"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_840[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_840"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_A30[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_A30"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_C10[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_C10"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_C40[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_C40"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_D30[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_D30"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_F30[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_F30"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_F70[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_F70"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1050[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1050"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1190[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1190"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1290[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1290"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_12F0[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_12F0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_13B0[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_13B0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_13E0[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_13E0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1410[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1410"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1450[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1450"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1490[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1490"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_14C0[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_14C0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_1500[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_1500"; + +static const ALIGN_ASSET(2) char D_landmaster_3001680[] = "__OTR__ast_landmaster/D_landmaster_3001680"; + +static const ALIGN_ASSET(2) char D_landmaster_3001E80[] = "__OTR__ast_landmaster/D_landmaster_3001E80"; + +static const ALIGN_ASSET(2) char D_landmaster_3002680[] = "__OTR__ast_landmaster/D_landmaster_3002680"; + +static const ALIGN_ASSET(2) char D_landmaster_3002E80[] = "__OTR__ast_landmaster/D_landmaster_3002E80"; + +static const ALIGN_ASSET(2) char D_landmaster_3003680[] = "__OTR__ast_landmaster/D_landmaster_3003680"; + +static const ALIGN_ASSET(2) char aLandmasterCanonDL[] = "__OTR__ast_landmaster/aLandmasterCanonDL"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_4818[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_4818"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_4918[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_4918"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_4B08[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_4B08"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_4B68[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_4B68"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_4C68[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_4C68"; + +static const ALIGN_ASSET(2) char D_landmaster_3004CA8[] = "__OTR__ast_landmaster/D_landmaster_3004CA8"; + +static const ALIGN_ASSET(2) char D_landmaster_30054A8[] = "__OTR__ast_landmaster/D_landmaster_30054A8"; + +static const ALIGN_ASSET(2) char D_landmaster_3005CA8[] = "__OTR__ast_landmaster/D_landmaster_3005CA8"; + +static const ALIGN_ASSET(2) char D_landmaster_3005EA8[] = "__OTR__ast_landmaster/D_landmaster_3005EA8"; + +static const ALIGN_ASSET(2) char D_landmaster_30066B0[] = "__OTR__ast_landmaster/D_landmaster_30066B0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_6708[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_6708"; + +static const ALIGN_ASSET(2) char D_landmaster_3006738[] = "__OTR__ast_landmaster/D_landmaster_3006738"; + +static const ALIGN_ASSET(2) char D_landmaster_3006940[] = "__OTR__ast_landmaster/D_landmaster_3006940"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_6998[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_6998"; + +static const ALIGN_ASSET(2) char D_landmaster_30069D8[] = "__OTR__ast_landmaster/D_landmaster_30069D8"; + +static const ALIGN_ASSET(2) char D_landmaster_3006DE0[] = "__OTR__ast_landmaster/D_landmaster_3006DE0"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_6E38[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_6E38"; + +static const ALIGN_ASSET(2) char D_landmaster_3006E68[] = "__OTR__ast_landmaster/D_landmaster_3006E68"; + +static const ALIGN_ASSET(2) char D_landmaster_3007E70[] = "__OTR__ast_landmaster/D_landmaster_3007E70"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_7EC8[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_7EC8"; + +static const ALIGN_ASSET(2) char D_landmaster_3007EF8[] = "__OTR__ast_landmaster/D_landmaster_3007EF8"; + +static const ALIGN_ASSET(2) char D_landmaster_3008100[] = "__OTR__ast_landmaster/D_landmaster_3008100"; + +static const ALIGN_ASSET(2) char ast_landmaster_seg3_vtx_8158[] = "__OTR__ast_landmaster/ast_landmaster_seg3_vtx_8158"; + +static const ALIGN_ASSET(2) char D_landmaster_3008188[] = "__OTR__ast_landmaster/D_landmaster_3008188"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_logo.h b/android/app/src/main/assets/starship/include/assets/ast_logo.h new file mode 100644 index 0000000..c30408d --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_logo.h @@ -0,0 +1,7 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char gNintendoLogo[] = "__OTR__ast_logo/nintendo_logo"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_macbeth.h b/android/app/src/main/assets/starship/include/assets/ast_macbeth.h new file mode 100644 index 0000000..3b9f93a --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_macbeth.h @@ -0,0 +1,1406 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aMaTitleCardTex[] = "__OTR__ast_macbeth/aMaTitleCardTex"; + +static const ALIGN_ASSET(2) char D_MA_6001180[] = "__OTR__ast_macbeth/D_MA_6001180"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1220[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1220"; + +static const ALIGN_ASSET(2) char D_MA_60012A0[] = "__OTR__ast_macbeth/D_MA_60012A0"; + +static const ALIGN_ASSET(2) char D_MA_60013A0[] = "__OTR__ast_macbeth/D_MA_60013A0"; + +static const ALIGN_ASSET(2) char D_MA_60014A0[] = "__OTR__ast_macbeth/D_MA_60014A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1538[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1538"; + +static const ALIGN_ASSET(2) char D_MA_6001578[] = "__OTR__ast_macbeth/D_MA_6001578"; + +static const ALIGN_ASSET(2) char D_MA_6001978[] = "__OTR__ast_macbeth/D_MA_6001978"; + +static const ALIGN_ASSET(2) char D_MA_6001A60[] = "__OTR__ast_macbeth/D_MA_6001A60"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1AF8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1AF8"; + +static const ALIGN_ASSET(2) char D_MA_6001B38[] = "__OTR__ast_macbeth/D_MA_6001B38"; + +static const ALIGN_ASSET(2) char D_MA_6001C38[] = "__OTR__ast_macbeth/D_MA_6001C38"; + +static const ALIGN_ASSET(2) char D_MA_6001C78[] = "__OTR__ast_macbeth/D_MA_6001C78"; + +static const ALIGN_ASSET(2) char D_MA_6002078[] = "__OTR__ast_macbeth/D_MA_6002078"; + +static const ALIGN_ASSET(2) char D_MA_6002118[] = "__OTR__ast_macbeth/D_MA_6002118"; + +static const ALIGN_ASSET(2) char D_MA_6002518[] = "__OTR__ast_macbeth/D_MA_6002518"; + +static const ALIGN_ASSET(2) char D_MA_60026F8[] = "__OTR__ast_macbeth/D_MA_60026F8"; + +static const ALIGN_ASSET(2) char D_MA_60027F8[] = "__OTR__ast_macbeth/D_MA_60027F8"; + +static const ALIGN_ASSET(2) char aMaGuillotine2DL[] = "__OTR__ast_macbeth/aMaGuillotine2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2A40[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2A40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2B40[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2B40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2B80[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2B80"; + +static const ALIGN_ASSET(2) char D_MA_6002C20[] = "__OTR__ast_macbeth/D_MA_6002C20"; + +static const ALIGN_ASSET(2) char D_MA_6002E20[] = "__OTR__ast_macbeth/D_MA_6002E20"; + +static const ALIGN_ASSET(2) char D_MA_6002E60[] = "__OTR__ast_macbeth/D_MA_6002E60"; + +static const ALIGN_ASSET(2) char D_MA_6002F60[] = "__OTR__ast_macbeth/D_MA_6002F60"; + +static const ALIGN_ASSET(2) char D_MA_6002FF0[] = "__OTR__ast_macbeth/D_MA_6002FF0"; + +static const ALIGN_ASSET(2) char D_MA_6003030[] = "__OTR__ast_macbeth/D_MA_6003030"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch3DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch3DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_3108[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_3108"; + +static const ALIGN_ASSET(2) char D_MA_6003138[] = "__OTR__ast_macbeth/D_MA_6003138"; + +static const ALIGN_ASSET(2) char D_MA_6003238[] = "__OTR__ast_macbeth/D_MA_6003238"; + +static const ALIGN_ASSET(2) char D_MA_6003370[] = "__OTR__ast_macbeth/D_MA_6003370"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_3628[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_3628"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_37F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_37F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_3878[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_3878"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_3A08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_3A08"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_3B28[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_3B28"; + +static const ALIGN_ASSET(2) char D_MA_6003B58[] = "__OTR__ast_macbeth/D_MA_6003B58"; + +static const ALIGN_ASSET(2) char D_MA_6003F58[] = "__OTR__ast_macbeth/D_MA_6003F58"; + +static const ALIGN_ASSET(2) char D_MA_6003FC8[] = "__OTR__ast_macbeth/D_MA_6003FC8"; + +static const ALIGN_ASSET(2) char D_MA_60043C8[] = "__OTR__ast_macbeth/D_MA_60043C8"; + +static const ALIGN_ASSET(2) char D_MA_6004440[] = "__OTR__ast_macbeth/D_MA_6004440"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_4560[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_4560"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_45A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_45A0"; + +static const ALIGN_ASSET(2) char D_MA_6004640[] = "__OTR__ast_macbeth/D_MA_6004640"; + +static const ALIGN_ASSET(2) char D_MA_6004A40[] = "__OTR__ast_macbeth/D_MA_6004A40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_4C40[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_4C40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_4E58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_4E58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_4EA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_4EA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_4FA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_4FA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_5028[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_5028"; + +static const ALIGN_ASSET(2) char D_MA_60050F8[] = "__OTR__ast_macbeth/D_MA_60050F8"; + +static const ALIGN_ASSET(2) char D_MA_60051F8[] = "__OTR__ast_macbeth/D_MA_60051F8"; + +static const ALIGN_ASSET(2) char D_MA_6005238[] = "__OTR__ast_macbeth/D_MA_6005238"; + +static const ALIGN_ASSET(2) char D_MA_6005638[] = "__OTR__ast_macbeth/D_MA_6005638"; + +static const ALIGN_ASSET(2) char D_MA_6005828[] = "__OTR__ast_macbeth/D_MA_6005828"; + +static const ALIGN_ASSET(2) char D_MA_6006030[] = "__OTR__ast_macbeth/D_MA_6006030"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_62F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_62F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_63F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_63F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_64F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_64F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_6578[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_6578"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_65B8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_65B8"; + +static const ALIGN_ASSET(2) char aMaIndicatorSignDL[] = "__OTR__ast_macbeth/aMaIndicatorSignDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_6888[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_6888"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_68C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_68C8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_6908[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_6908"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_6968[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_6968"; + +static const ALIGN_ASSET(2) char D_MA_60069A8[] = "__OTR__ast_macbeth/D_MA_60069A8"; + +static const ALIGN_ASSET(2) char D_MA_6006AA8[] = "__OTR__ast_macbeth/D_MA_6006AA8"; + +static const ALIGN_ASSET(2) char D_MA_6006BE8[] = "__OTR__ast_macbeth/D_MA_6006BE8"; + +static const ALIGN_ASSET(2) char D_MA_6006FE8[] = "__OTR__ast_macbeth/D_MA_6006FE8"; + +static const ALIGN_ASSET(2) char aMaDistanceSign4DL[] = "__OTR__ast_macbeth/aMaDistanceSign4DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_7258[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_7258"; + +static const ALIGN_ASSET(2) char aMaDistanceSign3DL[] = "__OTR__ast_macbeth/aMaDistanceSign3DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_7328[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_7328"; + +static const ALIGN_ASSET(2) char aMaDistanceSign2DL[] = "__OTR__ast_macbeth/aMaDistanceSign2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_73F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_73F8"; + +static const ALIGN_ASSET(2) char aMaDistanceSign1DL[] = "__OTR__ast_macbeth/aMaDistanceSign1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_74C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_74C8"; + +static const ALIGN_ASSET(2) char aMaDistanceSign5DL[] = "__OTR__ast_macbeth/aMaDistanceSign5DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_7598[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_7598"; + +static const ALIGN_ASSET(2) char aMaWeaponsFactoryDL[] = "__OTR__ast_macbeth/aMaWeaponsFactoryDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8360[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8360"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8420[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8420"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8460[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8460"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_84A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_84A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8520[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8520"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_85E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_85E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8620[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8620"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8750[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8750"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8820[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8820"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8860[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8860"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_88E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_88E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8A10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8A10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8AE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8AE0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8B60[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8B60"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8C20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8C20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8D60[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8D60"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8E00[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8E00"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8E40[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8E40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8FA0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8FA0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_8FE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_8FE0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_9020[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_9020"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_90E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_90E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_91A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_91A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_91E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_91E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_9220[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_9220"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_9260[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_9260"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_92A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_92A0"; + +static const ALIGN_ASSET(2) char D_MA_60092E0[] = "__OTR__ast_macbeth/D_MA_60092E0"; + +static const ALIGN_ASSET(2) char D_MA_6009AE0[] = "__OTR__ast_macbeth/D_MA_6009AE0"; + +static const ALIGN_ASSET(2) char D_MA_6009BE0[] = "__OTR__ast_macbeth/D_MA_6009BE0"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch8DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch8DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_9CE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_9CE8"; + +static const ALIGN_ASSET(2) char D_MA_6009D18[] = "__OTR__ast_macbeth/D_MA_6009D18"; + +static const ALIGN_ASSET(2) char D_MA_6009E18[] = "__OTR__ast_macbeth/D_MA_6009E18"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch7DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch7DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_9FA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_9FA8"; + +static const ALIGN_ASSET(2) char D_MA_6009FD8[] = "__OTR__ast_macbeth/D_MA_6009FD8"; + +static const ALIGN_ASSET(2) char D_MA_600A0D8[] = "__OTR__ast_macbeth/D_MA_600A0D8"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch6DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch6DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_A288[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_A288"; + +static const ALIGN_ASSET(2) char D_MA_600A2B8[] = "__OTR__ast_macbeth/D_MA_600A2B8"; + +static const ALIGN_ASSET(2) char D_MA_600A3B8[] = "__OTR__ast_macbeth/D_MA_600A3B8"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch5DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch5DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_A568[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_A568"; + +static const ALIGN_ASSET(2) char D_MA_600A598[] = "__OTR__ast_macbeth/D_MA_600A598"; + +static const ALIGN_ASSET(2) char D_MA_600A698[] = "__OTR__ast_macbeth/D_MA_600A698"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch4DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch4DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_A868[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_A868"; + +static const ALIGN_ASSET(2) char D_MA_600A898[] = "__OTR__ast_macbeth/D_MA_600A898"; + +static const ALIGN_ASSET(2) char D_MA_600A998[] = "__OTR__ast_macbeth/D_MA_600A998"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch2DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_AB08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_AB08"; + +static const ALIGN_ASSET(2) char D_MA_600AB38[] = "__OTR__ast_macbeth/D_MA_600AB38"; + +static const ALIGN_ASSET(2) char D_MA_600AC38[] = "__OTR__ast_macbeth/D_MA_600AC38"; + +static const ALIGN_ASSET(2) char aMaRailroadSwitch1DL[] = "__OTR__ast_macbeth/aMaRailroadSwitch1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_ADE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_ADE8"; + +static const ALIGN_ASSET(2) char D_MA_600AE18[] = "__OTR__ast_macbeth/D_MA_600AE18"; + +static const ALIGN_ASSET(2) char D_MA_600AE98[] = "__OTR__ast_macbeth/D_MA_600AE98"; + +static const ALIGN_ASSET(2) char aMaGuillotine1DL[] = "__OTR__ast_macbeth/aMaGuillotine1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_B120[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_B120"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_B160[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_B160"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_B260[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_B260"; + +static const ALIGN_ASSET(2) char D_MA_600B2E0[] = "__OTR__ast_macbeth/D_MA_600B2E0"; + +static const ALIGN_ASSET(2) char D_MA_600C2E0[] = "__OTR__ast_macbeth/D_MA_600C2E0"; + +static const ALIGN_ASSET(2) char D_MA_600C3E0[] = "__OTR__ast_macbeth/D_MA_600C3E0"; + +static const ALIGN_ASSET(2) char D_MA_600C4D0[] = "__OTR__ast_macbeth/D_MA_600C4D0"; + +static const ALIGN_ASSET(2) char D_MA_600C65C[] = "__OTR__ast_macbeth/D_MA_600C65C"; + +static const ALIGN_ASSET(2) char D_MA_600CD18[] = "__OTR__ast_macbeth/D_MA_600CD18"; + +static const ALIGN_ASSET(2) char D_MA_600D1E4[] = "__OTR__ast_macbeth/D_MA_600D1E4"; + +static const ALIGN_ASSET(2) char D_MA_600D280[] = "__OTR__ast_macbeth/D_MA_600D280"; + +static const ALIGN_ASSET(2) char aMaSpearDL[] = "__OTR__ast_macbeth/aMaSpearDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_D638[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_D638"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_D6B8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_D6B8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_D768[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_D768"; + +static const ALIGN_ASSET(2) char D_MA_600D878[] = "__OTR__ast_macbeth/D_MA_600D878"; + +static const ALIGN_ASSET(2) char D_MA_600D978[] = "__OTR__ast_macbeth/D_MA_600D978"; + +static const ALIGN_ASSET(2) char aMaLaserTurretDL[] = "__OTR__ast_macbeth/aMaLaserTurretDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DCF0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DCF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DD60[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DD60"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DDF0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DDF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DE50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DE50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DEA0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DEA0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_DF10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_DF10"; + +static const ALIGN_ASSET(2) char D_MA_600DF60[] = "__OTR__ast_macbeth/D_MA_600DF60"; + +static const ALIGN_ASSET(2) char D_MA_600E360[] = "__OTR__ast_macbeth/D_MA_600E360"; + +static const ALIGN_ASSET(2) char D_MA_600E460[] = "__OTR__ast_macbeth/D_MA_600E460"; + +static const ALIGN_ASSET(2) char D_MA_600E480[] = "__OTR__ast_macbeth/D_MA_600E480"; + +static const ALIGN_ASSET(2) char D_MA_600E880[] = "__OTR__ast_macbeth/D_MA_600E880"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_EA50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_EA50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_EC08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_EC08"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_EC78[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_EC78"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_EDB8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_EDB8"; + +static const ALIGN_ASSET(2) char D_MA_600EE38[] = "__OTR__ast_macbeth/D_MA_600EE38"; + +static const ALIGN_ASSET(2) char D_MA_600EF38[] = "__OTR__ast_macbeth/D_MA_600EF38"; + +static const ALIGN_ASSET(2) char D_MA_600EF98[] = "__OTR__ast_macbeth/D_MA_600EF98"; + +static const ALIGN_ASSET(2) char D_MA_600F018[] = "__OTR__ast_macbeth/D_MA_600F018"; + +static const ALIGN_ASSET(2) char D_MA_600F028[] = "__OTR__ast_macbeth/D_MA_600F028"; + +static const ALIGN_ASSET(2) char D_MA_600F128[] = "__OTR__ast_macbeth/D_MA_600F128"; + +static const ALIGN_ASSET(2) char D_MA_600F160[] = "__OTR__ast_macbeth/D_MA_600F160"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F270[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F270"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F2B0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F2B0"; + +static const ALIGN_ASSET(2) char D_MA_600F2F0[] = "__OTR__ast_macbeth/D_MA_600F2F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F388[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F388"; + +static const ALIGN_ASSET(2) char D_MA_600F3D0[] = "__OTR__ast_macbeth/D_MA_600F3D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F5D0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F5D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F610[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F610"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F650[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F650"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F690[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F690"; + +static const ALIGN_ASSET(2) char D_MA_600F6C0[] = "__OTR__ast_macbeth/D_MA_600F6C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F8C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F8C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F900[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F900"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F940[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F940"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_F980[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_F980"; + +static const ALIGN_ASSET(2) char D_MA_600F9B0[] = "__OTR__ast_macbeth/D_MA_600F9B0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_FB70[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_FB70"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_FC30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_FC30"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_FCD0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_FCD0"; + +static const ALIGN_ASSET(2) char D_MA_600FEC4[] = "__OTR__ast_macbeth/D_MA_600FEC4"; + +static const ALIGN_ASSET(2) char D_MA_6010144[] = "__OTR__ast_macbeth/D_MA_6010144"; + +static const ALIGN_ASSET(2) char D_MA_6010220[] = "__OTR__ast_macbeth/D_MA_6010220"; + +static const ALIGN_ASSET(2) char D_MA_601042C[] = "__OTR__ast_macbeth/D_MA_601042C"; + +static const ALIGN_ASSET(2) char D_MA_6010470[] = "__OTR__ast_macbeth/D_MA_6010470"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_10598[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_10598"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_106B8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_106B8"; + +static const ALIGN_ASSET(2) char aMaProximityLightSidesDL[] = "__OTR__ast_macbeth/aMaProximityLightSidesDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_107A8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_107A8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_10870[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_10870"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_109C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_109C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_10BB0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_10BB0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_10BE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_10BE0"; + +static const ALIGN_ASSET(2) char D_MA_6010C20[] = "__OTR__ast_macbeth/D_MA_6010C20"; + +static const ALIGN_ASSET(2) char D_MA_6011B40[] = "__OTR__ast_macbeth/D_MA_6011B40"; + +static const ALIGN_ASSET(2) char D_MA_6012A60[] = "__OTR__ast_macbeth/D_MA_6012A60"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_12AC0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_12AC0"; + +static const ALIGN_ASSET(2) char D_MA_6012BC0[] = "__OTR__ast_macbeth/D_MA_6012BC0"; + +static const ALIGN_ASSET(2) char D_MA_6012C00[] = "__OTR__ast_macbeth/D_MA_6012C00"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_12C58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_12C58"; + +static const ALIGN_ASSET(2) char D_MA_6012C98[] = "__OTR__ast_macbeth/D_MA_6012C98"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_12CE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_12CE0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_12E08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_12E08"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_12E48[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_12E48"; + +static const ALIGN_ASSET(2) char aMaShockBoxLightDL[] = "__OTR__ast_macbeth/aMaShockBoxLightDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_12FA0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_12FA0"; + +static const ALIGN_ASSET(2) char D_MA_6012FE0[] = "__OTR__ast_macbeth/D_MA_6012FE0"; + +static const ALIGN_ASSET(2) char D_MA_6013060[] = "__OTR__ast_macbeth/D_MA_6013060"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_130C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_130C8"; + +static const ALIGN_ASSET(2) char D_MA_6013158[] = "__OTR__ast_macbeth/D_MA_6013158"; + +static const ALIGN_ASSET(2) char aMaGuillotineHousingDL[] = "__OTR__ast_macbeth/aMaGuillotineHousingDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_13AE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_13AE8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_13B68[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_13B68"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_13CA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_13CA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_13DD0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_13DD0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_13E98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_13E98"; + +static const ALIGN_ASSET(2) char D_MA_6013F58[] = "__OTR__ast_macbeth/D_MA_6013F58"; + +static const ALIGN_ASSET(2) char D_MA_6014058[] = "__OTR__ast_macbeth/D_MA_6014058"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_14110[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_14110"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_14328[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_14328"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_14368[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_14368"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_143F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_143F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_14428[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_14428"; + +static const ALIGN_ASSET(2) char D_MA_6014458[] = "__OTR__ast_macbeth/D_MA_6014458"; + +static const ALIGN_ASSET(2) char D_MA_6015494[] = "__OTR__ast_macbeth/D_MA_6015494"; + +static const ALIGN_ASSET(2) char D_MA_6015500[] = "__OTR__ast_macbeth/D_MA_6015500"; + +static const ALIGN_ASSET(2) char aMaShockBoxDL[] = "__OTR__ast_macbeth/aMaShockBoxDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_156E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_156E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_15760[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_15760"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_157E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_157E0"; + +static const ALIGN_ASSET(2) char D_MA_6015C24[] = "__OTR__ast_macbeth/D_MA_6015C24"; + +static const ALIGN_ASSET(2) char D_MA_6016040[] = "__OTR__ast_macbeth/D_MA_6016040"; + +static const ALIGN_ASSET(2) char D_MA_60163F0[] = "__OTR__ast_macbeth/D_MA_60163F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_16400[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_16400"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_165C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_165C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_166E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_166E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_16820[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_16820"; + +static const ALIGN_ASSET(2) char D_MA_6016B2C[] = "__OTR__ast_macbeth/D_MA_6016B2C"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_16B40[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_16B40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_16D00[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_16D00"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_16E20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_16E20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_16F60[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_16F60"; + +static const ALIGN_ASSET(2) char D_MA_6017714[] = "__OTR__ast_macbeth/D_MA_6017714"; + +static const ALIGN_ASSET(2) char D_MA_6017720[] = "__OTR__ast_macbeth/D_MA_6017720"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_17998[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_17998"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_17B58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_17B58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_17BC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_17BC8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_17D48[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_17D48"; + +static const ALIGN_ASSET(2) char D_MA_6017EB8[] = "__OTR__ast_macbeth/D_MA_6017EB8"; + +static const ALIGN_ASSET(2) char D_MA_60186B8[] = "__OTR__ast_macbeth/D_MA_60186B8"; + +static const ALIGN_ASSET(2) char D_MA_6018AB8[] = "__OTR__ast_macbeth/D_MA_6018AB8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_18C90[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_18C90"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_18DF8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_18DF8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_18EA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_18EA8"; + +static const ALIGN_ASSET(2) char D_MA_6019028[] = "__OTR__ast_macbeth/D_MA_6019028"; + +static const ALIGN_ASSET(2) char D_MA_6019128[] = "__OTR__ast_macbeth/D_MA_6019128"; + +static const ALIGN_ASSET(2) char D_MA_6019220[] = "__OTR__ast_macbeth/D_MA_6019220"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_19270[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_19270"; + +static const ALIGN_ASSET(2) char D_MA_60192B0[] = "__OTR__ast_macbeth/D_MA_60192B0"; + +static const ALIGN_ASSET(2) char aMaBoulderDL[] = "__OTR__ast_macbeth/aMaBoulderDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1A3A8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1A3A8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1A5A8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1A5A8"; + +static const ALIGN_ASSET(2) char D_MA_601A5E8[] = "__OTR__ast_macbeth/D_MA_601A5E8"; + +static const ALIGN_ASSET(2) char D_MA_601A6E8[] = "__OTR__ast_macbeth/D_MA_601A6E8"; + +static const ALIGN_ASSET(2) char D_MA_601A7A0[] = "__OTR__ast_macbeth/D_MA_601A7A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1A7F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1A7F8"; + +static const ALIGN_ASSET(2) char D_MA_601A840[] = "__OTR__ast_macbeth/D_MA_601A840"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1A898[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1A898"; + +static const ALIGN_ASSET(2) char D_MA_601A8C8[] = "__OTR__ast_macbeth/D_MA_601A8C8"; + +static const ALIGN_ASSET(2) char aMaFloor6DL[] = "__OTR__ast_macbeth/aMaFloor6DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B128[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B128"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1B170[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1B170"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B458[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B458"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B498[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B498"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B578[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B578"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B678[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B678"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B738[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B738"; + +static const ALIGN_ASSET(2) char aMaWall4DL[] = "__OTR__ast_macbeth/aMaWall4DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1B988[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1B988"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1BA08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1BA08"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1BA58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1BA58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1BB38[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1BB38"; + +static const ALIGN_ASSET(2) char D_MA_601BB78[] = "__OTR__ast_macbeth/D_MA_601BB78"; + +static const ALIGN_ASSET(2) char D_MA_601BC78[] = "__OTR__ast_macbeth/D_MA_601BC78"; + +static const ALIGN_ASSET(2) char D_MA_601BD08[] = "__OTR__ast_macbeth/D_MA_601BD08"; + +static const ALIGN_ASSET(2) char D_MA_601BE08[] = "__OTR__ast_macbeth/D_MA_601BE08"; + +static const ALIGN_ASSET(2) char D_MA_601BE90[] = "__OTR__ast_macbeth/D_MA_601BE90"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1BF38[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1BF38"; + +static const ALIGN_ASSET(2) char aMaTowerTopDL[] = "__OTR__ast_macbeth/aMaTowerTopDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C0A8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C0A8"; + +static const ALIGN_ASSET(2) char D_MA_601C170[] = "__OTR__ast_macbeth/D_MA_601C170"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C318[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C318"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C458[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C458"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C4D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C4D8"; + +static const ALIGN_ASSET(2) char aMaRailroadCartDL[] = "__OTR__ast_macbeth/aMaRailroadCartDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C7C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C7C8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C848[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C848"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C898[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C898"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C958[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C958"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1C9D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1C9D8"; + +static const ALIGN_ASSET(2) char D_MA_601D188[] = "__OTR__ast_macbeth/D_MA_601D188"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1D1A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1D1A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1D270[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1D270"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1D370[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1D370"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1D608[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1D608"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1D808[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1D808"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1D968[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1D968"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1D9D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1D9D8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1DB18[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1DB18"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1DBA0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1DBA0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1DC58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1DC58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1DD30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1DD30"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1DE88[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1DE88"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1DF18[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1DF18"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1E080[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1E080"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1E130[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1E130"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1E1D0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1E1D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1E270[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1E270"; + +static const ALIGN_ASSET(2) char D_MA_601EA28[] = "__OTR__ast_macbeth/D_MA_601EA28"; + +static const ALIGN_ASSET(2) char D_MA_601EAB0[] = "__OTR__ast_macbeth/D_MA_601EAB0"; + +static const ALIGN_ASSET(2) char D_MA_601EBBC[] = "__OTR__ast_macbeth/D_MA_601EBBC"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1EBE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1EBE0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1ED20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1ED20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1EE20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1EE20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1EF20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1EF20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1EFF0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1EFF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1F0F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1F0F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F188[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F188"; + +static const ALIGN_ASSET(2) char aMaWall2DL[] = "__OTR__ast_macbeth/aMaWall2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F228[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F228"; + +static const ALIGN_ASSET(2) char aMaProximityLightTopDL[] = "__OTR__ast_macbeth/aMaProximityLightTopDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F308[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F308"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1F350[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1F350"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F3E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F3E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1F430[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1F430"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F588[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F588"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F6C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F6C8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1F730[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1F730"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F7D0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F7D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1F850[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1F850"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1F950[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1F950"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1FA50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1FA50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1FB10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1FB10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1FB90[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1FB90"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1FC58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1FC58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1FCE0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1FCE0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1FDA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1FDA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1FE50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1FE50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_1FF20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_1FF20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_1FFC0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_1FFC0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20060[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20060"; + +static const ALIGN_ASSET(2) char D_MA_60200E0[] = "__OTR__ast_macbeth/D_MA_60200E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_201D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_201D8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_202E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_202E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_203A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_203A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_20420[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_20420"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_204E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_204E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_20580[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_20580"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20648[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20648"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_206F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_206F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_207C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_207C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_20860[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_20860"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20920[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20920"; + +static const ALIGN_ASSET(2) char D_MA_6020A30[] = "__OTR__ast_macbeth/D_MA_6020A30"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20B98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20B98"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20C58[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20C58"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_20D10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_20D10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20DD0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20DD0"; + +static const ALIGN_ASSET(2) char D_MA_6020E60[] = "__OTR__ast_macbeth/D_MA_6020E600"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_20FB8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_20FB8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21028[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21028"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_211B0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_211B0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21250[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21250"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_212A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_212A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21388[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21388"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_21460[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_21460"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21570[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21570"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_215B0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_215B0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_215E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_215E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_217C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_217C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_218F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_218F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_219D0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_219D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21A48[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21A48"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_21B10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_21B10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21B88[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21B88"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_21C50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_21C50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21CC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21CC8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_21D90[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_21D90"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21E08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21E08"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_21ED0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_21ED0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_21FC0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_21FC0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_221C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_221C0"; + +static const ALIGN_ASSET(2) char D_MA_6022200[] = "__OTR__ast_macbeth/D_MA_6022200"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_22278[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_22278"; + +static const ALIGN_ASSET(2) char D_MA_60223C0[] = "__OTR__ast_macbeth/D_MA_60223C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_22418[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_22418"; + +static const ALIGN_ASSET(2) char D_MA_6022450[] = "__OTR__ast_macbeth/D_MA_6022450"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_224E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_224E8"; + +static const ALIGN_ASSET(2) char D_MA_6022530[] = "__OTR__ast_macbeth/D_MA_6022530"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_225C8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_225C8"; + +static const ALIGN_ASSET(2) char D_MA_6022610[] = "__OTR__ast_macbeth/D_MA_6022610"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_226E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_226E8"; + +static const ALIGN_ASSET(2) char D_MA_60227F0[] = "__OTR__ast_macbeth/D_MA_60227F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_229A8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_229A8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_22A68[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_22A68"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_22AC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_22AC8"; + +static const ALIGN_ASSET(2) char D_MA_6022B68[] = "__OTR__ast_macbeth/D_MA_6022B68"; + +static const ALIGN_ASSET(2) char D_MA_6022F68[] = "__OTR__ast_macbeth/D_MA_6022F68"; + +static const ALIGN_ASSET(2) char D_MA_60230C8[] = "__OTR__ast_macbeth/D_MA_60230C8"; + +static const ALIGN_ASSET(2) char D_MA_60231C8[] = "__OTR__ast_macbeth/D_MA_60231C8"; + +static const ALIGN_ASSET(2) char D_MA_6023228[] = "__OTR__ast_macbeth/D_MA_6023228"; + +static const ALIGN_ASSET(2) char D_MA_6023328[] = "__OTR__ast_macbeth/D_MA_6023328"; + +static const ALIGN_ASSET(2) char D_MA_6023388[] = "__OTR__ast_macbeth/D_MA_6023388"; + +static const ALIGN_ASSET(2) char D_MA_6023788[] = "__OTR__ast_macbeth/D_MA_6023788"; + +static const ALIGN_ASSET(2) char aMaWall3DL[] = "__OTR__ast_macbeth/aMaWall3DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23950[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23950"; + +static const ALIGN_ASSET(2) char D_MA_60239D0[] = "__OTR__ast_macbeth/D_MA_60239D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23B88[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23B88"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23C48[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23C48"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23CE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23CE8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_23D50[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_23D50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23EE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23EE8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23F68[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23F68"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_23FC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_23FC8"; + +static const ALIGN_ASSET(2) char aMaBuilding1DL[] = "__OTR__ast_macbeth/aMaBuilding1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24130[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24130"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_241F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_241F0"; + +static const ALIGN_ASSET(2) char D_MA_6024230[] = "__OTR__ast_macbeth/D_MA_6024230"; + +static const ALIGN_ASSET(2) char D_MA_6024630[] = "__OTR__ast_macbeth/D_MA_6024630"; + +static const ALIGN_ASSET(2) char D_MA_6024670[] = "__OTR__ast_macbeth/D_MA_6024670"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_249E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_249E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24B28[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24B28"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24C68[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24C68"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24D28[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24D28"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24DE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24DE8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_24EA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_24EA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_24F30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_24F30"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25098[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25098"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25118[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25118"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25158[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25158"; + +static const ALIGN_ASSET(2) char aMaHorizontalLockBarDL[] = "__OTR__ast_macbeth/aMaHorizontalLockBarDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_252A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_252A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25320[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25320"; + +static const ALIGN_ASSET(2) char aMaTowerBottomDL[] = "__OTR__ast_macbeth/aMaTowerBottomDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_255B0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_255B0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25670[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25670"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_256B0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_256B0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25770[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25770"; + +static const ALIGN_ASSET(2) char aMaBarrierDL[] = "__OTR__ast_macbeth/aMaBarrierDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25808[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25808"; + +static const ALIGN_ASSET(2) char aMaVerticalLockBarDL[] = "__OTR__ast_macbeth/aMaVerticalLockBarDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25970[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25970"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25A30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25A30"; + +static const ALIGN_ASSET(2) char D_MA_6025A70[] = "__OTR__ast_macbeth/D_MA_6025A70"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25B08[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25B08"; + +static const ALIGN_ASSET(2) char D_MA_6025B50[] = "__OTR__ast_macbeth/D_MA_6025B50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25BE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25BE8"; + +static const ALIGN_ASSET(2) char D_MA_6025CA0[] = "__OTR__ast_macbeth/D_MA_6025CA0"; + +static const ALIGN_ASSET(2) char D_MA_6025DAC[] = "__OTR__ast_macbeth/D_MA_6025DAC"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_25DD0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_25DD0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_25F98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_25F98"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26028[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26028"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_261E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_261E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_26270[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_26270"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26428[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26428"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_264E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_264E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26568[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26568"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_265F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_265F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26758[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26758"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_267D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_267D8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26818[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26818"; + +static const ALIGN_ASSET(2) char D_MA_6026860[] = "__OTR__ast_macbeth/D_MA_6026860"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26910[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26910"; + +static const ALIGN_ASSET(2) char D_MA_60269E0[] = "__OTR__ast_macbeth/D_MA_60269E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26B00[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26B00"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_26BC0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_26BC0"; + +static const ALIGN_ASSET(2) char D_MA_6026C00[] = "__OTR__ast_macbeth/D_MA_6026C00"; + +static const ALIGN_ASSET(2) char D_MA_6027000[] = "__OTR__ast_macbeth/D_MA_6027000"; + +static const ALIGN_ASSET(2) char aMaWall1DL[] = "__OTR__ast_macbeth/aMaWall1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27138[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27138"; + +static const ALIGN_ASSET(2) char aMaBuilding2DL[] = "__OTR__ast_macbeth/aMaBuilding2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_271E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_271E8"; + +static const ALIGN_ASSET(2) char D_MA_6027320[] = "__OTR__ast_macbeth/D_MA_6027320"; + +static const ALIGN_ASSET(2) char D_MA_602742C[] = "__OTR__ast_macbeth/D_MA_602742C"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_27450[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_27450"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27588[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27588"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27628[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27628"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_27750[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_27750"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27800[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27800"; + +static const ALIGN_ASSET(2) char aMaFloor2DL[] = "__OTR__ast_macbeth/aMaFloor2DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27958[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27958"; + +static const ALIGN_ASSET(2) char D_MA_6027A04[] = "__OTR__ast_macbeth/D_MA_6027A04"; + +static const ALIGN_ASSET(2) char D_MA_6027AF0[] = "__OTR__ast_macbeth/D_MA_6027AF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_27B10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_27B10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27BA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27BA8"; + +static const ALIGN_ASSET(2) char D_MA_6027BF0[] = "__OTR__ast_macbeth/D_MA_6027BF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27C98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27C98"; + +static const ALIGN_ASSET(2) char D_MA_6027D40[] = "__OTR__ast_macbeth/D_MA_6027D40"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_27DE8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_27DE8"; + +static const ALIGN_ASSET(2) char D_MA_6027EB0[] = "__OTR__ast_macbeth/D_MA_6027EB0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_28160[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_28160"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_281C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_281C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_282C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_282C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_283A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_283A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_283E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_283E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_28460[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_28460"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_28580[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_28580"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_285C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_285C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_28680[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_28680"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_287A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_287A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_287E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_287E0"; + +static const ALIGN_ASSET(2) char D_MA_60288A0[] = "__OTR__ast_macbeth/D_MA_60288A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_28D20[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_28D20"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_28D80[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_28D80"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_28E80[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_28E80"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_29080[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_29080"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_29280[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_29280"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_29460[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_29460"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_29640[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_29640"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_296F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_296F0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_297D0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_297D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_29810[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_29810"; + +static const ALIGN_ASSET(2) char D_MA_6029890[] = "__OTR__ast_macbeth/D_MA_6029890"; + +static const ALIGN_ASSET(2) char D_MA_VTX_602A0D0[] = "__OTR__ast_macbeth/D_MA_VTX_602A0D0"; + +static const ALIGN_ASSET(2) char D_MA_602B980[] = "__OTR__ast_macbeth/D_MA_602B980"; + +static const ALIGN_ASSET(2) char D_MA_602BB80[] = "__OTR__ast_macbeth/D_MA_602BB80"; + +static const ALIGN_ASSET(2) char D_MA_602C380[] = "__OTR__ast_macbeth/D_MA_602C380"; + +static const ALIGN_ASSET(2) char D_MA_602CB80[] = "__OTR__ast_macbeth/D_MA_602CB80"; + +static const ALIGN_ASSET(2) char D_MA_602D380[] = "__OTR__ast_macbeth/D_MA_602D380"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2D560[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2D560"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2D5E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2D5E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2D720[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2D720"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2D8A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2D8A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2D998[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2D998"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2DA98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2DA98"; + +static const ALIGN_ASSET(2) char aMaFloor1DL[] = "__OTR__ast_macbeth/aMaFloor1DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2DB38[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2DB38"; + +static const ALIGN_ASSET(2) char aMaFloor3DL[] = "__OTR__ast_macbeth/aMaFloor3DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2DBD8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2DBD8"; + +static const ALIGN_ASSET(2) char aMaFloor5DL[] = "__OTR__ast_macbeth/aMaFloor5DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2DC78[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2DC78"; + +static const ALIGN_ASSET(2) char D_MA_602DCB8[] = "__OTR__ast_macbeth/D_MA_602DCB8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2E4C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2E4C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2E5E8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2E5E8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2E628[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2E628"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2E710[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2E710"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2E7B8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2E7B8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2E880[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2E880"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2E918[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2E918"; + +static const ALIGN_ASSET(2) char D_MA_602EA0C[] = "__OTR__ast_macbeth/D_MA_602EA0C"; + +static const ALIGN_ASSET(2) char D_MA_602EBB8[] = "__OTR__ast_macbeth/D_MA_602EBB8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2EBF0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2EBF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2ECA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2ECA8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2EDA0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2EDA0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2EE98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2EE98"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2EF98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2EF98"; + +static const ALIGN_ASSET(2) char D_MA_602F098[] = "__OTR__ast_macbeth/D_MA_602F098"; + +static const ALIGN_ASSET(2) char D_MA_602F264[] = "__OTR__ast_macbeth/D_MA_602F264"; + +static const ALIGN_ASSET(2) char D_MA_602F2E0[] = "__OTR__ast_macbeth/D_MA_602F2E0"; + +static const ALIGN_ASSET(2) char D_MA_602F36C[] = "__OTR__ast_macbeth/D_MA_602F36C"; + +static const ALIGN_ASSET(2) char D_MA_602F380[] = "__OTR__ast_macbeth/D_MA_602F380"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F418[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F418"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F460[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F460"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F4F8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F4F8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F540[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F540"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F5D8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F5D8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F620[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F620"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F6B8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F6B8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F700[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F700"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F798[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F798"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F7E0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F7E0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F878[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F878"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2F8C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2F8C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2F970[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2F970"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2FA30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2FA30"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2FAC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2FAC8"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_2FB10[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_2FB10"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2FBA8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2FBA8"; + +static const ALIGN_ASSET(2) char D_MA_602FBF0[] = "__OTR__ast_macbeth/D_MA_602FBF0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_2FCC8[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_2FCC8"; + +static const ALIGN_ASSET(2) char D_MA_602FEB4[] = "__OTR__ast_macbeth/D_MA_602FEB4"; + +static const ALIGN_ASSET(2) char D_MA_602FFA0[] = "__OTR__ast_macbeth/D_MA_602FFA0"; + +static const ALIGN_ASSET(2) char D_MA_602FFC0[] = "__OTR__ast_macbeth/D_MA_602FFC0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_300C0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_300C0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_302A0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_302A0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_gfx_30390[] = "__OTR__ast_macbeth/ast_macbeth_seg6_gfx_30390"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30438[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30438"; + +static const ALIGN_ASSET(2) char aMaTerrainBumpDL[] = "__OTR__ast_macbeth/aMaTerrainBumpDL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30580[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30580"; + +static const ALIGN_ASSET(2) char aMaFloor4DL[] = "__OTR__ast_macbeth/aMaFloor4DL"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30688[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30688"; + +static const ALIGN_ASSET(2) char D_MA_60306D0[] = "__OTR__ast_macbeth/D_MA_60306D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_306F0[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_306F0"; + +static const ALIGN_ASSET(2) char D_MA_6030750[] = "__OTR__ast_macbeth/D_MA_6030750"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30820[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30820"; + +static const ALIGN_ASSET(2) char D_MA_60309D0[] = "__OTR__ast_macbeth/D_MA_60309D0"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30A98[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30A98"; + +static const ALIGN_ASSET(2) char D_MA_6030C50[] = "__OTR__ast_macbeth/D_MA_6030C50"; + +static const ALIGN_ASSET(2) char ast_macbeth_seg6_vtx_30D30[] = "__OTR__ast_macbeth/ast_macbeth_seg6_vtx_30D30"; + +static const ALIGN_ASSET(2) char D_MA_6030E30[] = "__OTR__ast_macbeth/D_MA_6030E30"; + +static const ALIGN_ASSET(2) char D_MA_6030E74[] = "__OTR__ast_macbeth/D_MA_6030E74"; + +static const ALIGN_ASSET(2) char D_MA_6030E80[] = "__OTR__ast_macbeth/D_MA_6030E80"; + +static const ALIGN_ASSET(2) char D_MA_6030EB0[] = "__OTR__ast_macbeth/D_MA_6030EB0"; + +static const ALIGN_ASSET(2) char D_MA_6030EBC[] = "__OTR__ast_macbeth/D_MA_6030EBC"; + +static const ALIGN_ASSET(2) char D_MA_6030EEC[] = "__OTR__ast_macbeth/D_MA_6030EEC"; + +static const ALIGN_ASSET(2) char D_MA_6030EF8[] = "__OTR__ast_macbeth/D_MA_6030EF8"; + +static const ALIGN_ASSET(2) char D_MA_6030F28[] = "__OTR__ast_macbeth/D_MA_6030F28"; + +static const ALIGN_ASSET(2) char D_MA_6030F34[] = "__OTR__ast_macbeth/D_MA_6030F34"; + +static const ALIGN_ASSET(2) char D_MA_6030F64[] = "__OTR__ast_macbeth/D_MA_6030F64"; + +static const ALIGN_ASSET(2) char D_MA_6030F7C[] = "__OTR__ast_macbeth/D_MA_6030F7C"; + +static const ALIGN_ASSET(2) char D_MA_6030FC4[] = "__OTR__ast_macbeth/D_MA_6030FC4"; + +static const ALIGN_ASSET(2) char D_MA_6030FD0[] = "__OTR__ast_macbeth/D_MA_6030FD0"; + +static const ALIGN_ASSET(2) char D_MA_6031000[] = "__OTR__ast_macbeth/D_MA_6031000"; + +static const ALIGN_ASSET(2) char D_MA_6035678[] = "__OTR__ast_macbeth/D_MA_6035678"; + +static const ALIGN_ASSET(2) char D_MA_60357CC[] = "__OTR__ast_macbeth/D_MA_60357CC"; + +static const ALIGN_ASSET(2) char D_MA_6035920[] = "__OTR__ast_macbeth/D_MA_6035920"; + +static const ALIGN_ASSET(2) char D_MA_60359AC[] = "__OTR__ast_macbeth/D_MA_60359AC"; + +static const ALIGN_ASSET(2) char aMaLocomotiveHitbox[] = "__OTR__ast_macbeth/aMaLocomotiveHitbox"; + +static const ALIGN_ASSET(2) char aMaTrainCar2Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar2Hitbox"; + +static const ALIGN_ASSET(2) char aMaTrainCar1Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar1Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6035A94[] = "__OTR__ast_macbeth/D_MA_6035A94"; + +static const ALIGN_ASSET(2) char aMaTrainCar3Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar3Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6035B44[] = "__OTR__ast_macbeth/D_MA_6035B44"; + +static const ALIGN_ASSET(2) char D_MA_6035BA8[] = "__OTR__ast_macbeth/D_MA_6035BA8"; + +static const ALIGN_ASSET(2) char D_MA_6035C0C[] = "__OTR__ast_macbeth/D_MA_6035C0C"; + +static const ALIGN_ASSET(2) char D_MA_6035C70[] = "__OTR__ast_macbeth/D_MA_6035C70"; + +static const ALIGN_ASSET(2) char D_MA_6035CD4[] = "__OTR__ast_macbeth/D_MA_6035CD4"; + +static const ALIGN_ASSET(2) char D_MA_6035D38[] = "__OTR__ast_macbeth/D_MA_6035D38"; + +static const ALIGN_ASSET(2) char aMaTrainCar4Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar4Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6035DD0[] = "__OTR__ast_macbeth/D_MA_6035DD0"; + +static const ALIGN_ASSET(2) char aMaTrainCar5Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar5Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6035E68[] = "__OTR__ast_macbeth/D_MA_6035E68"; + +static const ALIGN_ASSET(2) char D_MA_6035ECC[] = "__OTR__ast_macbeth/D_MA_6035ECC"; + +static const ALIGN_ASSET(2) char D_MA_6035F30[] = "__OTR__ast_macbeth/D_MA_6035F30"; + +static const ALIGN_ASSET(2) char D_MA_6035F94[] = "__OTR__ast_macbeth/D_MA_6035F94"; + +static const ALIGN_ASSET(2) char D_MA_6035FF8[] = "__OTR__ast_macbeth/D_MA_6035FF8"; + +static const ALIGN_ASSET(2) char D_MA_603605C[] = "__OTR__ast_macbeth/D_MA_603605C"; + +static const ALIGN_ASSET(2) char aMaTrainCar6Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar6Hitbox"; + +static const ALIGN_ASSET(2) char aMaTrainCar7Hitbox[] = "__OTR__ast_macbeth/aMaTrainCar7Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6036188[] = "__OTR__ast_macbeth/D_MA_6036188"; + +static const ALIGN_ASSET(2) char aMaTrainTrack13Hitbox[] = "__OTR__ast_macbeth/aMaTrainTrack13Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6036250[] = "__OTR__ast_macbeth/D_MA_6036250"; + +static const ALIGN_ASSET(2) char aMaBuilding1Hitbox[] = "__OTR__ast_macbeth/aMaBuilding1Hitbox"; + +static const ALIGN_ASSET(2) char aMaBuilding2Hitbox[] = "__OTR__ast_macbeth/aMaBuilding2Hitbox"; + +static const ALIGN_ASSET(2) char aMaTowerHitbox[] = "__OTR__ast_macbeth/aMaTowerHitbox"; + +static const ALIGN_ASSET(2) char aMaWall2Hitbox[] = "__OTR__ast_macbeth/aMaWall2Hitbox"; + +static const ALIGN_ASSET(2) char aMaWall4Hitbox[] = "__OTR__ast_macbeth/aMaWall4Hitbox"; + +static const ALIGN_ASSET(2) char aMaWall3Hitbox[] = "__OTR__ast_macbeth/aMaWall3Hitbox"; + +static const ALIGN_ASSET(2) char aMaIndicatorSignHitbox[] = "__OTR__ast_macbeth/aMaIndicatorSignHitbox"; + +static const ALIGN_ASSET(2) char aMaTerrainBumpHitbox[] = "__OTR__ast_macbeth/aMaTerrainBumpHitbox"; + +static const ALIGN_ASSET(2) char aMaFloor1Hitbox[] = "__OTR__ast_macbeth/aMaFloor1Hitbox"; + +static const ALIGN_ASSET(2) char aMaFloor2Hitbox[] = "__OTR__ast_macbeth/aMaFloor2Hitbox"; + +static const ALIGN_ASSET(2) char aMaFloor3Hitbox[] = "__OTR__ast_macbeth/aMaFloor3Hitbox"; + +static const ALIGN_ASSET(2) char aMaFloor4Hitbox[] = "__OTR__ast_macbeth/aMaFloor4Hitbox"; + +static const ALIGN_ASSET(2) char aMaFloor5Hitbox[] = "__OTR__ast_macbeth/aMaFloor5Hitbox"; + +static const ALIGN_ASSET(2) char aMaMaRailroadSwitchHitbox[] = "__OTR__ast_macbeth/aMaMaRailroadSwitchHitbox"; + +static const ALIGN_ASSET(2) char D_MA_603648C[] = "__OTR__ast_macbeth/D_MA_603648C"; + +static const ALIGN_ASSET(2) char aMaBoulderHitbox[] = "__OTR__ast_macbeth/aMaBoulderHitbox"; + +static const ALIGN_ASSET(2) char aMaRailwaySignalHitbox[] = "__OTR__ast_macbeth/aMaRailwaySignalHitbox"; + +static const ALIGN_ASSET(2) char D_MA_6036520[] = "__OTR__ast_macbeth/D_MA_6036520"; + +static const ALIGN_ASSET(2) char aMaSwitchTrackHitbox[] = "__OTR__ast_macbeth/aMaSwitchTrackHitbox"; + +static const ALIGN_ASSET(2) char D_MA_6036668[] = "__OTR__ast_macbeth/D_MA_6036668"; + +static const ALIGN_ASSET(2) char aMaHorizontalLockBarHitbox[] = "__OTR__ast_macbeth/aMaHorizontalLockBarHitbox"; + +static const ALIGN_ASSET(2) char aMaVerticalLockBarHitbox[] = "__OTR__ast_macbeth/aMaVerticalLockBarHitbox"; + +static const ALIGN_ASSET(2) char aMaProximityLightHitbox[] = "__OTR__ast_macbeth/aMaProximityLightHitbox"; + +static const ALIGN_ASSET(2) char aMaBarrierHitbox[] = "__OTR__ast_macbeth/aMaBarrierHitbox"; + +static const ALIGN_ASSET(2) char aMaFallingBoulderHitbox[] = "__OTR__ast_macbeth/aMaFallingBoulderHitbox"; + +static const ALIGN_ASSET(2) char aMaFloor6Hitbox[] = "__OTR__ast_macbeth/aMaFloor6Hitbox"; + +static const ALIGN_ASSET(2) char aMaActor207Hitbox[] = "__OTR__ast_macbeth/aMaActor207Hitbox"; + +static const ALIGN_ASSET(2) char D_MA_6036818[] = "__OTR__ast_macbeth/D_MA_6036818"; + +static const ALIGN_ASSET(2) char aMaGuillotineHousingHitbox[] = "__OTR__ast_macbeth/aMaGuillotineHousingHitbox"; + +static const ALIGN_ASSET(2) char aMaGuillotineHitbox[] = "__OTR__ast_macbeth/aMaGuillotineHitbox"; + +static const ALIGN_ASSET(2) char aMaRailroadCartHitbox[] = "__OTR__ast_macbeth/aMaRailroadCartHitbox"; + +static const ALIGN_ASSET(2) char aMaBombDropHitbox[] = "__OTR__ast_macbeth/aMaBombDropHitbox"; + +static const ALIGN_ASSET(2) char aMaSpearHitbox[] = "__OTR__ast_macbeth/aMaSpearHitbox"; + +static const ALIGN_ASSET(2) char aMaShockBoxHitbox[] = "__OTR__ast_macbeth/aMaShockBoxHitbox"; + +static const char D_MA_60381D8[] = "__OTR__ast_macbeth/D_MA_60381D8"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_map.h b/android/app/src/main/assets/starship/include/assets/ast_map.h new file mode 100644 index 0000000..739889f --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_map.h @@ -0,0 +1,435 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aMapRetryCourseGameOverTex[] = "__OTR__ast_map/aMapRetryCourseGameOverTex"; + +static const ALIGN_ASSET(2) char aMapProceedNextCourseTex[] = "__OTR__ast_map/aMapProceedNextCourseTex"; + +static const ALIGN_ASSET(2) char aMapRetryCourseLose1UPTex[] = "__OTR__ast_map/aMapRetryCourseLose1UPTex"; + +static const ALIGN_ASSET(2) char aMapChangeCourseTex[] = "__OTR__ast_map/aMapChangeCourseTex"; + +static const ALIGN_ASSET(2) char D_MAP_6001C80[] = "__OTR__ast_map/D_MAP_6001C80"; + +static const ALIGN_ASSET(2) char D_MAP_6002160[] = "__OTR__ast_map/D_MAP_6002160"; + +static const ALIGN_ASSET(2) char D_MAP_60030D0[] = "__OTR__ast_map/D_MAP_60030D0"; + +static const ALIGN_ASSET(2) char D_MAP_6003B50[] = "__OTR__ast_map/D_MAP_6003B50"; + +static const ALIGN_ASSET(2) char D_MAP_6004AC0[] = "__OTR__ast_map/D_MAP_6004AC0"; + +static const ALIGN_ASSET(2) char D_MAP_6005740[] = "__OTR__ast_map/D_MAP_6005740"; + +static const ALIGN_ASSET(2) char D_MAP_6006320[] = "__OTR__ast_map/D_MAP_6006320"; + +static const ALIGN_ASSET(2) char D_MAP_6006E80[] = "__OTR__ast_map/D_MAP_6006E80"; + +static const ALIGN_ASSET(2) char D_MAP_6007B90[] = "__OTR__ast_map/D_MAP_6007B90"; + +static const ALIGN_ASSET(2) char D_MAP_6008990[] = "__OTR__ast_map/D_MAP_6008990"; + +static const ALIGN_ASSET(2) char D_MAP_6009AD0[] = "__OTR__ast_map/D_MAP_6009AD0"; + +static const ALIGN_ASSET(2) char D_MAP_600AD30[] = "__OTR__ast_map/D_MAP_600AD30"; + +static const ALIGN_ASSET(2) char D_MAP_600B9B0[] = "__OTR__ast_map/D_MAP_600B9B0"; + +static const ALIGN_ASSET(2) char D_MAP_600CC10[] = "__OTR__ast_map/D_MAP_600CC10"; + +static const ALIGN_ASSET(2) char D_MAP_600D590[] = "__OTR__ast_map/D_MAP_600D590"; + +static const ALIGN_ASSET(2) char D_MAP_600E210[] = "__OTR__ast_map/D_MAP_600E210"; + +static const ALIGN_ASSET(2) char D_MAP_600F390[] = "__OTR__ast_map/D_MAP_600F390"; + +static const ALIGN_ASSET(2) char D_MAP_6010010[] = "__OTR__ast_map/D_MAP_6010010"; + +static const ALIGN_ASSET(2) char D_MAP_60105C0[] = "__OTR__ast_map/D_MAP_60105C0"; + +static const ALIGN_ASSET(2) char D_MAP_6011660[] = "__OTR__ast_map/D_MAP_6011660"; + +static const ALIGN_ASSET(2) char D_MAP_6011EA0[] = "__OTR__ast_map/D_MAP_6011EA0"; + +static const ALIGN_ASSET(2) char D_MAP_60131A0[] = "__OTR__ast_map/D_MAP_60131A0"; + +static const ALIGN_ASSET(2) char D_MAP_60139E0[] = "__OTR__ast_map/D_MAP_60139E0"; + +static const ALIGN_ASSET(2) char D_MAP_6014360[] = "__OTR__ast_map/D_MAP_6014360"; + +static const ALIGN_ASSET(2) char D_MAP_6014BA0[] = "__OTR__ast_map/D_MAP_6014BA0"; + +static const ALIGN_ASSET(2) char D_MAP_6015CE0[] = "__OTR__ast_map/D_MAP_6015CE0"; + +static const ALIGN_ASSET(2) char D_MAP_6016760[] = "__OTR__ast_map/D_MAP_6016760"; + +static const ALIGN_ASSET(2) char D_MAP_6017640[] = "__OTR__ast_map/D_MAP_6017640"; + +static const ALIGN_ASSET(2) char D_MAP_6018280[] = "__OTR__ast_map/D_MAP_6018280"; + +static const ALIGN_ASSET(2) char aMapPrologueTextFadeTex[] = "__OTR__ast_map/aMapPrologueTextFadeTex"; + +static const ALIGN_ASSET(2) char aMapVenomCloudTex[] = "__OTR__ast_map/aMapVenomCloudTex"; + +static const ALIGN_ASSET(2) char aMapOptionBgTex[] = "__OTR__ast_map/aMapOptionBgTex"; + +static const ALIGN_ASSET(2) char D_MAP_1B8B0[] = "__OTR__ast_map/D_MAP_601B8B0"; + +static const ALIGN_ASSET(2) char aMapSectorXDL[] = "__OTR__ast_map/aMapSectorXDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1C120[] = "__OTR__ast_map/ast_map_seg6_vtx_1C120"; + +static const ALIGN_ASSET(2) char D_MAP_601C160[] = "__OTR__ast_map/D_MAP_601C160"; + +static const ALIGN_ASSET(2) char aMapSectorYDL[] = "__OTR__ast_map/aMapSectorYDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1C9B0[] = "__OTR__ast_map/ast_map_seg6_vtx_1C9B0"; + +static const ALIGN_ASSET(2) char D_MAP_601C9F0[] = "__OTR__ast_map/D_MAP_601C9F0"; + +static const ALIGN_ASSET(2) char aMapMedalDL[] = "__OTR__ast_map/aMapMedalDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1D290[] = "__OTR__ast_map/ast_map_seg6_vtx_1D290"; + +static const ALIGN_ASSET(2) char aMapMedalTex[] = "__OTR__ast_map/aMapMedalTex"; + +static const ALIGN_ASSET(2) char D_MAP_601DAF0[] = "__OTR__ast_map/D_MAP_601DAF0"; + +static const ALIGN_ASSET(2) char aMapArwingIconTex[] = "__OTR__ast_map/aMapArwingIconTex"; + +static const ALIGN_ASSET(2) char aMapArwingIconTLUT[] = "__OTR__ast_map/aMapArwingIconTLUT"; + +static const ALIGN_ASSET(2) char aMapXTex[] = "__OTR__ast_map/aMapXTex"; + +static const ALIGN_ASSET(2) char aMapXTLUT[] = "__OTR__ast_map/aMapXTLUT"; + +static const ALIGN_ASSET(2) char aMapCursorDL[] = "__OTR__ast_map/aMapCursorDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1DD98[] = "__OTR__ast_map/ast_map_seg6_vtx_1DD98"; + +static const ALIGN_ASSET(2) char D_MAP_601DDE8[] = "__OTR__ast_map/D_MAP_601DDE8"; + +static const ALIGN_ASSET(2) char D_MAP_601DE68[] = "__OTR__ast_map/D_MAP_601DE68"; + +static const ALIGN_ASSET(2) char aMapArea6DL[] = "__OTR__ast_map/aMapArea6DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1E098[] = "__OTR__ast_map/ast_map_seg6_vtx_1E098"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1E298[] = "__OTR__ast_map/ast_map_seg6_vtx_1E298"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1E498[] = "__OTR__ast_map/ast_map_seg6_vtx_1E498"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1E698[] = "__OTR__ast_map/ast_map_seg6_vtx_1E698"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1E7D8[] = "__OTR__ast_map/ast_map_seg6_vtx_1E7D8"; + +static const ALIGN_ASSET(2) char D_MAP_601E8F8[] = "__OTR__ast_map/D_MAP_601E8F8"; + +static const ALIGN_ASSET(2) char D_MAP_601E978[] = "__OTR__ast_map/D_MAP_601E978"; + +static const ALIGN_ASSET(2) char aMapArea6ShipDL[] = "__OTR__ast_map/aMapArea6ShipDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1EC60[] = "__OTR__ast_map/ast_map_seg6_vtx_1EC60"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1EDF0[] = "__OTR__ast_map/ast_map_seg6_vtx_1EDF0"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1EE30[] = "__OTR__ast_map/ast_map_seg6_vtx_1EE30"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1F020[] = "__OTR__ast_map/ast_map_seg6_vtx_1F020"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1F220[] = "__OTR__ast_map/ast_map_seg6_vtx_1F220"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1F280[] = "__OTR__ast_map/ast_map_seg6_vtx_1F280"; + +static const ALIGN_ASSET(2) char D_MAP_601F2B0[] = "__OTR__ast_map/D_MAP_601F2B0"; + +static const ALIGN_ASSET(2) char D_MAP_601F4B0[] = "__OTR__ast_map/D_MAP_601F4B0"; + +static const ALIGN_ASSET(2) char D_MAP_601F4D0[] = "__OTR__ast_map/D_MAP_601F4D0"; + +static const ALIGN_ASSET(2) char D_MAP_601F550[] = "__OTR__ast_map/D_MAP_601F550"; + +static const ALIGN_ASSET(2) char D_MAP_601F570[] = "__OTR__ast_map/D_MAP_601F570"; + +static const ALIGN_ASSET(2) char D_MAP_601F5F0[] = "__OTR__ast_map/D_MAP_601F5F0"; + +static const ALIGN_ASSET(2) char D_MAP_601F610[] = "__OTR__ast_map/D_MAP_601F610"; + +static const ALIGN_ASSET(2) char D_MAP_601F690[] = "__OTR__ast_map/D_MAP_601F690"; + +static const ALIGN_ASSET(2) char aMapSectorZDL[] = "__OTR__ast_map/aMapSectorZDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_1F700[] = "__OTR__ast_map/ast_map_seg6_vtx_1F700"; + +static const ALIGN_ASSET(2) char D_MAP_601F740[] = "__OTR__ast_map/D_MAP_601F740"; + +static const ALIGN_ASSET(2) char aMapAquasTex[] = "__OTR__ast_map/aMapAquasTex"; + +static const ALIGN_ASSET(2) char gMapAquasTLUT[] = "__OTR__ast_map/gMapAquasTLUT"; + +static const ALIGN_ASSET(2) char aMapVenomTex[] = "__OTR__ast_map/aMapVenomTex"; + +static const ALIGN_ASSET(2) char gMapVenomTLUT[] = "__OTR__ast_map/gMapVenomTLUT"; + +static const ALIGN_ASSET(2) char aMapCorneriaTex[] = "__OTR__ast_map/aMapCorneriaTex"; + +static const ALIGN_ASSET(2) char gMapCorneriaTLUT[] = "__OTR__ast_map/gMapCorneriaTLUT"; + +static const ALIGN_ASSET(2) char aMapFortunaTex[] = "__OTR__ast_map/aMapFortunaTex"; + +static const ALIGN_ASSET(2) char gMapFortunaTLUT[] = "__OTR__ast_map/gMapFortunaTLUT"; + +static const ALIGN_ASSET(2) char aMapKatinaTex[] = "__OTR__ast_map/aMapKatinaTex"; + +static const ALIGN_ASSET(2) char gMapKatinaTLUT[] = "__OTR__ast_map/gMapKatinaTLUT"; + +static const ALIGN_ASSET(2) char aMapMacbethTex[] = "__OTR__ast_map/aMapMacbethTex"; + +static const ALIGN_ASSET(2) char gMapMacbethTLUT[] = "__OTR__ast_map/gMapMacbethTLUT"; + +static const ALIGN_ASSET(2) char aMapTitaniaTex[] = "__OTR__ast_map/aMapTitaniaTex"; + +static const ALIGN_ASSET(2) char gMapTitaniaTLUT[] = "__OTR__ast_map/gMapTitaniaTLUT"; + +static const ALIGN_ASSET(2) char aMapZonessTex[] = "__OTR__ast_map/aMapZonessTex"; + +static const ALIGN_ASSET(2) char gMapZonessTLUT[] = "__OTR__ast_map/gMapZonessTLUT"; + +static const ALIGN_ASSET(2) char aMapRadioCharFalcoTex[] = "__OTR__ast_map/aMapRadioCharFalcoTex"; + +static const ALIGN_ASSET(2) char aMapRadioCharPeppyTex[] = "__OTR__ast_map/aMapRadioCharPeppyTex"; + +static const ALIGN_ASSET(2) char aMapPrologue3Tex[] = "__OTR__ast_map/aMapPrologue3Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue2Tex[] = "__OTR__ast_map/aMapPrologue2Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue6Tex[] = "__OTR__ast_map/aMapPrologue6Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue4Tex[] = "__OTR__ast_map/aMapPrologue4Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue7Tex[] = "__OTR__ast_map/aMapPrologue7Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue5Tex[] = "__OTR__ast_map/aMapPrologue5Tex"; + +static const ALIGN_ASSET(2) char aMapPrologue1Tex[] = "__OTR__ast_map/aMapPrologue1Tex"; + +static const ALIGN_ASSET(2) char aMapRadioCharSlippyTex[] = "__OTR__ast_map/aMapRadioCharSlippyTex"; + +static const ALIGN_ASSET(2) char aMapWhiteSquareTex[] = "__OTR__ast_map/aMapWhiteSquareTex"; + +static const ALIGN_ASSET(2) char D_MAP_6044820[] = "__OTR__ast_map/D_MAP_6044820"; + +static const ALIGN_ASSET(2) char D_MAP_6046CD0[] = "__OTR__ast_map/D_MAP_6046CD0"; + +static const ALIGN_ASSET(2) char aMapPathBoxTex[] = "__OTR__ast_map/aMapPathBoxTex"; + +static const ALIGN_ASSET(2) char aMapPlanetExplosionDL[] = "__OTR__ast_map/aMapPlanetExplosionDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_47A28[] = "__OTR__ast_map/ast_map_seg6_vtx_47A28"; + +static const ALIGN_ASSET(2) char D_MAP_6047A68[] = "__OTR__ast_map/D_MAP_6047A68"; + +static const ALIGN_ASSET(2) char aMapVenomCloudDL[] = "__OTR__ast_map/aMapVenomCloudDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_47F00[] = "__OTR__ast_map/ast_map_seg6_vtx_47F00"; + +static const ALIGN_ASSET(2) char aMapVenomCloudEffectTex[] = "__OTR__ast_map/aMapVenomCloudEffectTex"; + +static const ALIGN_ASSET(2) char D_MAP_6048F80[] = "__OTR__ast_map/D_MAP_6048F80"; + +static const ALIGN_ASSET(2) char aMapExplosion4DL[] = "__OTR__ast_map/aMapExplosion4DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4A018[] = "__OTR__ast_map/ast_map_seg6_vtx_4A018"; + +static const ALIGN_ASSET(2) char D_MAP_604A048[] = "__OTR__ast_map/D_MAP_604A048"; + +static const ALIGN_ASSET(2) char D_MAP_604A148[] = "__OTR__ast_map/D_MAP_604A148"; + +static const ALIGN_ASSET(2) char aMapExplosion3DL[] = "__OTR__ast_map/aMapExplosion3DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4A228[] = "__OTR__ast_map/ast_map_seg6_vtx_4A228"; + +static const ALIGN_ASSET(2) char D_MAP_604A258[] = "__OTR__ast_map/D_MAP_604A258"; + +static const ALIGN_ASSET(2) char D_MAP_604A358[] = "__OTR__ast_map/D_MAP_604A358"; + +static const ALIGN_ASSET(2) char aMapExplosion2DL[] = "__OTR__ast_map/aMapExplosion2DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4A498[] = "__OTR__ast_map/ast_map_seg6_vtx_4A498"; + +static const ALIGN_ASSET(2) char D_MAP_604A4C8[] = "__OTR__ast_map/D_MAP_604A4C8"; + +static const ALIGN_ASSET(2) char D_MAP_604A5C8[] = "__OTR__ast_map/D_MAP_604A5C8"; + +static const ALIGN_ASSET(2) char aMapExplosion1DL[] = "__OTR__ast_map/aMapExplosion1DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4A7A8[] = "__OTR__ast_map/ast_map_seg6_vtx_4A7A8"; + +static const ALIGN_ASSET(2) char D_MAP_604A7D8[] = "__OTR__ast_map/D_MAP_604A7D8"; + +static const ALIGN_ASSET(2) char D_MAP_604A8D8[] = "__OTR__ast_map/D_MAP_604A8D8"; + +static const ALIGN_ASSET(2) char aMapArwingDL[] = "__OTR__ast_map/aMapArwingDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4AD50[] = "__OTR__ast_map/ast_map_seg6_vtx_4AD50"; + +static const ALIGN_ASSET(2) char D_MAP_604B510[] = "__OTR__ast_map/D_MAP_604B510"; + +static const ALIGN_ASSET(2) char D_MAP_604B590[] = "__OTR__ast_map/D_MAP_604B590"; + +static const ALIGN_ASSET(2) char D_MAP_604B5B0[] = "__OTR__ast_map/D_MAP_604B5B0"; + +static const ALIGN_ASSET(2) char D_MAP_604B630[] = "__OTR__ast_map/D_MAP_604B630"; + +static const ALIGN_ASSET(2) char D_MAP_604B650[] = "__OTR__ast_map/D_MAP_604B650"; + +static const ALIGN_ASSET(2) char aMapBolseDL[] = "__OTR__ast_map/aMapBolseDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4B988[] = "__OTR__ast_map/ast_map_seg6_vtx_4B988"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4BA08[] = "__OTR__ast_map/ast_map_seg6_vtx_4BA08"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4BA48[] = "__OTR__ast_map/ast_map_seg6_vtx_4BA48"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4BB48[] = "__OTR__ast_map/ast_map_seg6_vtx_4BB48"; + +static const ALIGN_ASSET(2) char D_MAP_604BC48[] = "__OTR__ast_map/D_MAP_604BC48"; + +static const ALIGN_ASSET(2) char D_MAP_604BE48[] = "__OTR__ast_map/D_MAP_604BE48"; + +static const ALIGN_ASSET(2) char D_MAP_604BE68[] = "__OTR__ast_map/D_MAP_604BE68"; + +static const ALIGN_ASSET(2) char D_MAP_604C068[] = "__OTR__ast_map/D_MAP_604C068"; + +static const ALIGN_ASSET(2) char D_MAP_604C088[] = "__OTR__ast_map/D_MAP_604C088"; + +static const ALIGN_ASSET(2) char D_MAP_604C288[] = "__OTR__ast_map/D_MAP_604C288"; + +static const ALIGN_ASSET(2) char D_MAP_604C2A8[] = "__OTR__ast_map/D_MAP_604C2A8"; + +static const ALIGN_ASSET(2) char D_MAP_604C328[] = "__OTR__ast_map/D_MAP_604C328"; + +static const ALIGN_ASSET(2) char aMapTvScreenGlowDL[] = "__OTR__ast_map/aMapTvScreenGlowDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4C3C0[] = "__OTR__ast_map/ast_map_seg6_vtx_4C3C0"; + +static const ALIGN_ASSET(2) char aMapTvScreenGlowTex[] = "__OTR__ast_map/aMapTvScreenGlowTex"; + +static const ALIGN_ASSET(2) char aMapTitaniaRings1DL[] = "__OTR__ast_map/aMapTitaniaRings1DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4C598[] = "__OTR__ast_map/ast_map_seg6_vtx_4C598"; + +static const ALIGN_ASSET(2) char D_MAP_604C5D8[] = "__OTR__ast_map/D_MAP_604C5D8"; + +static const ALIGN_ASSET(2) char aMapTitaniaRings2DL[] = "__OTR__ast_map/aMapTitaniaRings2DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4CE38[] = "__OTR__ast_map/ast_map_seg6_vtx_4CE38"; + +static const ALIGN_ASSET(2) char D_MAP_604CE78[] = "__OTR__ast_map/D_MAP_604CE78"; + +static const ALIGN_ASSET(2) char D_MAP_604D680[] = "__OTR__ast_map/D_MAP_604D680"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4D6D8[] = "__OTR__ast_map/ast_map_seg6_vtx_4D6D8"; + +static const ALIGN_ASSET(2) char D_MAP_604D708[] = "__OTR__ast_map/D_MAP_604D708"; + +static const ALIGN_ASSET(2) char aMapSolarDL[] = "__OTR__ast_map/aMapSolarDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_4DC20[] = "__OTR__ast_map/ast_map_seg6_vtx_4DC20"; + +static const ALIGN_ASSET(2) char D_MAP_604DD20[] = "__OTR__ast_map/D_MAP_604DD20"; + +static const ALIGN_ASSET(2) char D_MAP_604ED20[] = "__OTR__ast_map/D_MAP_604ED20"; + +static const ALIGN_ASSET(2) char D_MAP_604FD20[] = "__OTR__ast_map/D_MAP_604FD20"; + +static const ALIGN_ASSET(2) char D_MAP_6050D20[] = "__OTR__ast_map/D_MAP_6050D20"; + +static const ALIGN_ASSET(2) char aMapGralPepperFace2DL[] = "__OTR__ast_map/aMapGralPepperFace2DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_51E20[] = "__OTR__ast_map/ast_map_seg6_vtx_51E20"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_51E60[] = "__OTR__ast_map/ast_map_seg6_vtx_51E60"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_51EA0[] = "__OTR__ast_map/ast_map_seg6_vtx_51EA0"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_51EE0[] = "__OTR__ast_map/ast_map_seg6_vtx_51EE0"; + +static const ALIGN_ASSET(2) char D_MAP_6051F20[] = "__OTR__ast_map/D_MAP_6051F20"; + +static const ALIGN_ASSET(2) char D_MAP_6052F20[] = "__OTR__ast_map/D_MAP_6052F20"; + +static const ALIGN_ASSET(2) char D_MAP_6053F20[] = "__OTR__ast_map/D_MAP_6053F20"; + +static const ALIGN_ASSET(2) char D_MAP_6054F20[] = "__OTR__ast_map/D_MAP_6054F20"; + +static const ALIGN_ASSET(2) char aMapGralPepperFace1DL[] = "__OTR__ast_map/aMapGralPepperFace1DL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_56020[] = "__OTR__ast_map/ast_map_seg6_vtx_56020"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_56060[] = "__OTR__ast_map/ast_map_seg6_vtx_56060"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_560A0[] = "__OTR__ast_map/ast_map_seg6_vtx_560A0"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_560E0[] = "__OTR__ast_map/ast_map_seg6_vtx_560E0"; + +static const ALIGN_ASSET(2) char D_MAP_6056120[] = "__OTR__ast_map/D_MAP_6056120"; + +static const ALIGN_ASSET(2) char D_MAP_6057120[] = "__OTR__ast_map/D_MAP_6057120"; + +static const ALIGN_ASSET(2) char D_MAP_6058120[] = "__OTR__ast_map/D_MAP_6058120"; + +static const ALIGN_ASSET(2) char D_MAP_6059120[] = "__OTR__ast_map/D_MAP_6059120"; + +static const ALIGN_ASSET(2) char D_MAP_605A120[] = "__OTR__ast_map/D_MAP_605A120"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5A1B0[] = "__OTR__ast_map/ast_map_seg6_vtx_5A1B0"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5A1F0[] = "__OTR__ast_map/ast_map_seg6_vtx_5A1F0"; + +static const ALIGN_ASSET(2) char D_MAP_605A230[] = "__OTR__ast_map/D_MAP_605A230"; + +static const ALIGN_ASSET(2) char D_MAP_605B230[] = "__OTR__ast_map/D_MAP_605B230"; + +static const ALIGN_ASSET(2) char D_MAP_605C230[] = "__OTR__ast_map/D_MAP_605C230"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C410[] = "__OTR__ast_map/ast_map_seg6_vtx_5C410"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C450[] = "__OTR__ast_map/ast_map_seg6_vtx_5C450"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C490[] = "__OTR__ast_map/ast_map_seg6_vtx_5C490"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C4D0[] = "__OTR__ast_map/ast_map_seg6_vtx_5C4D0"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C510[] = "__OTR__ast_map/ast_map_seg6_vtx_5C510"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C550[] = "__OTR__ast_map/ast_map_seg6_vtx_5C550"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C590[] = "__OTR__ast_map/ast_map_seg6_vtx_5C590"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_5C5D0[] = "__OTR__ast_map/ast_map_seg6_vtx_5C5D0"; + +static const ALIGN_ASSET(2) char D_MAP_605C610[] = "__OTR__ast_map/D_MAP_605C610"; + +static const ALIGN_ASSET(2) char D_MAP_605CE10[] = "__OTR__ast_map/D_MAP_605CE10"; + +static const ALIGN_ASSET(2) char D_MAP_605D610[] = "__OTR__ast_map/D_MAP_605D610"; + +static const ALIGN_ASSET(2) char D_MAP_605DE10[] = "__OTR__ast_map/D_MAP_605DE10"; + +static const ALIGN_ASSET(2) char D_MAP_605E610[] = "__OTR__ast_map/D_MAP_605E610"; + +static const ALIGN_ASSET(2) char D_MAP_605EE10[] = "__OTR__ast_map/D_MAP_605EE10"; + +static const ALIGN_ASSET(2) char D_MAP_605F610[] = "__OTR__ast_map/D_MAP_605F610"; + +static const ALIGN_ASSET(2) char D_MAP_605FE10[] = "__OTR__ast_map/D_MAP_605FE10"; + +static const ALIGN_ASSET(2) char aMapMeteorDL[] = "__OTR__ast_map/aMapMeteorDL"; + +static const ALIGN_ASSET(2) char ast_map_seg6_vtx_60668[] = "__OTR__ast_map/ast_map_seg6_vtx_60668"; + +static const ALIGN_ASSET(2) char D_MAP_6060698[] = "__OTR__ast_map/D_MAP_6060698"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_meteo.h b/android/app/src/main/assets/starship/include/assets/ast_meteo.h new file mode 100644 index 0000000..afc418a --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_meteo.h @@ -0,0 +1,498 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aMeTitleCardTex[] = "__OTR__ast_meteo/aMeTitleCardTex"; + +static const ALIGN_ASSET(2) char D_ME_6000A80[] = "__OTR__ast_meteo/D_ME_6000A80"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_AD0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_AD0"; + +static const ALIGN_ASSET(2) char D_ME_6000B10[] = "__OTR__ast_meteo/D_ME_6000B10"; + +static const ALIGN_ASSET(2) char aMeCrusherDL[] = "__OTR__ast_meteo/aMeCrusherDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1BF8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1BF8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1DF8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1DF8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1FD8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1FD8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_21D8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_21D8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23A8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23A8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2578[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2578"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2758[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2758"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2958[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2958"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2B48[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2B48"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2D48[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2D48"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_2F48[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_2F48"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3148[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3148"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3348[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3348"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3538[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3538"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_35D8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_35D8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_37D8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_37D8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_39A8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_39A8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3A08[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3A08"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3BD8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3BD8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3D68[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3D68"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_3E98[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_3E98"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_4098[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_4098"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_4298[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_4298"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_4448[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_4448"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_4558[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_4558"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_4638[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_4638"; + +static const ALIGN_ASSET(2) char D_ME_6004738[] = "__OTR__ast_meteo/D_ME_6004738"; + +static const ALIGN_ASSET(2) char D_ME_6004F38[] = "__OTR__ast_meteo/D_ME_6004F38"; + +static const ALIGN_ASSET(2) char D_ME_6005738[] = "__OTR__ast_meteo/D_ME_6005738"; + +static const ALIGN_ASSET(2) char D_ME_6005F38[] = "__OTR__ast_meteo/D_ME_6005F38"; + +static const ALIGN_ASSET(2) char D_ME_6006738[] = "__OTR__ast_meteo/D_ME_6006738"; + +static const ALIGN_ASSET(2) char D_ME_6006F38[] = "__OTR__ast_meteo/D_ME_6006F38"; + +static const ALIGN_ASSET(2) char D_ME_6006FB8[] = "__OTR__ast_meteo/D_ME_6006FB8"; + +static const ALIGN_ASSET(2) char D_ME_6007038[] = "__OTR__ast_meteo/D_ME_6007038"; + +static const ALIGN_ASSET(2) char D_ME_6007838[] = "__OTR__ast_meteo/D_ME_6007838"; + +static const ALIGN_ASSET(2) char D_ME_60078B8[] = "__OTR__ast_meteo/D_ME_60078B8"; + +static const ALIGN_ASSET(2) char D_ME_60080C0[] = "__OTR__ast_meteo/D_ME_60080C0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8378[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8378"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_83C8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_83C8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_85C8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_85C8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_86A8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_86A8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8888[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8888"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_88B8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_88B8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8918[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8918"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8958[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8958"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_89B8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_89B8"; + +static const ALIGN_ASSET(2) char D_ME_6008A18[] = "__OTR__ast_meteo/D_ME_6008A18"; + +static const ALIGN_ASSET(2) char aMeFlipBot1DL[] = "__OTR__ast_meteo/aMeFlipBot1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8C78[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8C78"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8E78[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8E78"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8EA8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8EA8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8F78[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8F78"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_8FB8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_8FB8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_9198[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_9198"; + +static const ALIGN_ASSET(2) char D_ME_6009228[] = "__OTR__ast_meteo/D_ME_6009228"; + +static const ALIGN_ASSET(2) char D_ME_6009A28[] = "__OTR__ast_meteo/D_ME_6009A28"; + +static const ALIGN_ASSET(2) char D_ME_6009C28[] = "__OTR__ast_meteo/D_ME_6009C28"; + +static const ALIGN_ASSET(2) char aMeFlipBot2DL[] = "__OTR__ast_meteo/aMeFlipBot2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_9E90[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_9E90"; + +static const ALIGN_ASSET(2) char aMeBigMeteorDL[] = "__OTR__ast_meteo/aMeBigMeteorDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_A0D0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_A0D0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_A2B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_A2B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_A490[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_A490"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_A670[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_A670"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_A850[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_A850"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_AA30[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_AA30"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_AC10[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_AC10"; + +static const ALIGN_ASSET(2) char aMeMeteor7DL[] = "__OTR__ast_meteo/aMeMeteor7DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_AD90[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_AD90"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_AF90[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_AF90"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_B190[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_B190"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_B390[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_B390"; + +static const ALIGN_ASSET(2) char D_ME_600B540[] = "__OTR__ast_meteo/D_ME_600B540"; + +static const ALIGN_ASSET(2) char aMeSecretMarker2DL[] = "__OTR__ast_meteo/aMeSecretMarker2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_BDC0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_BDC0"; + +static const ALIGN_ASSET(2) char D_ME_600BF30[] = "__OTR__ast_meteo/D_ME_600BF30"; + +static const ALIGN_ASSET(2) char aMeRockGull2DL[] = "__OTR__ast_meteo/aMeRockGull2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_C1A0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_C1A0"; + +static const ALIGN_ASSET(2) char aMeMeteor6DL[] = "__OTR__ast_meteo/aMeMeteor6DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_C358[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_C358"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_C548[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_C548"; + +static const ALIGN_ASSET(2) char aMeRockGull3DL[] = "__OTR__ast_meteo/aMeRockGull3DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_C7E0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_C7E0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_C9D0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_C9D0"; + +static const ALIGN_ASSET(2) char aMeRockGull1DL[] = "__OTR__ast_meteo/aMeRockGull1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_CB30[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_CB30"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_CD30[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_CD30"; + +static const ALIGN_ASSET(2) char aMeMeteorShower3DL[] = "__OTR__ast_meteo/aMeMeteorShower3DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_CDB8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_CDB8"; + +static const ALIGN_ASSET(2) char D_ME_600CDE8[] = "__OTR__ast_meteo/D_ME_600CDE8"; + +static const ALIGN_ASSET(2) char D_ME_600DDF0[] = "__OTR__ast_meteo/D_ME_600DDF0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E038[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E038"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E078[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E078"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E0B8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E0B8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E0F8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E0F8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E138[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E138"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E178[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E178"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E1B8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E1B8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_E1F8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_E1F8"; + +static const ALIGN_ASSET(2) char D_ME_600E238[] = "__OTR__ast_meteo/D_ME_600E238"; + +static const ALIGN_ASSET(2) char D_ME_600F238[] = "__OTR__ast_meteo/D_ME_600F238"; + +static const ALIGN_ASSET(2) char D_ME_6010238[] = "__OTR__ast_meteo/D_ME_6010238"; + +static const ALIGN_ASSET(2) char D_ME_6011238[] = "__OTR__ast_meteo/D_ME_6011238"; + +static const ALIGN_ASSET(2) char D_ME_6012238[] = "__OTR__ast_meteo/D_ME_6012238"; + +static const ALIGN_ASSET(2) char D_ME_6013238[] = "__OTR__ast_meteo/D_ME_6013238"; + +static const ALIGN_ASSET(2) char D_ME_6014238[] = "__OTR__ast_meteo/D_ME_6014238"; + +static const ALIGN_ASSET(2) char D_ME_6015238[] = "__OTR__ast_meteo/D_ME_6015238"; + +static const ALIGN_ASSET(2) char aMeMeteorShower2DL[] = "__OTR__ast_meteo/aMeMeteorShower2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_16298[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_16298"; + +static const ALIGN_ASSET(2) char D_ME_60162C8[] = "__OTR__ast_meteo/D_ME_60162C8"; + +static const ALIGN_ASSET(2) char D_ME_60172C8[] = "__OTR__ast_meteo/D_ME_60172C8"; + +static const ALIGN_ASSET(2) char aMeMeteorShower1DL[] = "__OTR__ast_meteo/aMeMeteorShower1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_17B28[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_17B28"; + +static const ALIGN_ASSET(2) char aMeMeteor3DL[] = "__OTR__ast_meteo/aMeMeteor3DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_17C98[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_17C98"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_17CC8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_17CC8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_17EB8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_17EB8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_180A8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_180A8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18288[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18288"; + +static const ALIGN_ASSET(2) char aMeLaserCannon2DL[] = "__OTR__ast_meteo/aMeLaserCannon2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18620[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18620"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_187A0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_187A0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_187E0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_187E0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_188A0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_188A0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18920[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18920"; + +static const ALIGN_ASSET(2) char aMeMeteor5DL[] = "__OTR__ast_meteo/aMeMeteor5DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_189F0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_189F0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18BD0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18BD0"; + +static const ALIGN_ASSET(2) char aMeMeteor1DL[] = "__OTR__ast_meteo/aMeMeteor1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18D18[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18D18"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_18F08[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_18F08"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_190F8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_190F8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_192F8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_192F8"; + +static const ALIGN_ASSET(2) char aMeMeteor4DL[] = "__OTR__ast_meteo/aMeMeteor4DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_194E0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_194E0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_196D0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_196D0"; + +static const ALIGN_ASSET(2) char D_ME_6019880[] = "__OTR__ast_meteo/D_ME_6019880"; + +static const ALIGN_ASSET(2) char D_ME_601A080[] = "__OTR__ast_meteo/D_ME_601A080"; + +static const ALIGN_ASSET(2) char aMeSecretMarker1DL[] = "__OTR__ast_meteo/aMeSecretMarker1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1A988[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1A988"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1AB78[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1AB78"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1AD58[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1AD58"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1ADF8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1ADF8"; + +static const ALIGN_ASSET(2) char aMeMeteoTunnelDL[] = "__OTR__ast_meteo/aMeMeteoTunnelDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1B2B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1B2B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1B4B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1B4B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1B6B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1B6B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1B8B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1B8B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1BAB0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1BAB0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1BCB0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1BCB0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1BEB0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1BEB0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1C0B0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1C0B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1C2A0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1C2A0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1C480[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1C480"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1C680[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1C680"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1C880[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1C880"; + +static const ALIGN_ASSET(2) char D_ME_601C8E0[] = "__OTR__ast_meteo/D_ME_601C8E0"; + +static const ALIGN_ASSET(2) char D_ME_601D800[] = "__OTR__ast_meteo/D_ME_601D800"; + +static const ALIGN_ASSET(2) char aMeHopBotAnim[] = "__OTR__ast_meteo/aMeHopBotAnim"; + +static const ALIGN_ASSET(2) char aMeHopBotSkel[] = "__OTR__ast_meteo/aMeHopBotSkel"; + +static const ALIGN_ASSET(2) char D_ME_601EA00[] = "__OTR__ast_meteo/D_ME_601EA00"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1EA58[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1EA58"; + +static const ALIGN_ASSET(2) char D_ME_601EA98[] = "__OTR__ast_meteo/D_ME_601EA98"; + +static const ALIGN_ASSET(2) char aMeMeteor2DL[] = "__OTR__ast_meteo/aMeMeteor2DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1F478[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1F478"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1F668[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1F668"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1F698[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1F698"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1F6D8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1F6D8"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1F718[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1F718"; + +static const ALIGN_ASSET(2) char D_ME_601F778[] = "__OTR__ast_meteo/D_ME_601F778"; + +static const ALIGN_ASSET(2) char D_ME_601FF80[] = "__OTR__ast_meteo/D_ME_601FF80"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_1FFD8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_1FFD8"; + +static const ALIGN_ASSET(2) char D_ME_6020008[] = "__OTR__ast_meteo/D_ME_6020008"; + +static const ALIGN_ASSET(2) char aMeCorneriaBgDL[] = "__OTR__ast_meteo/aMeCorneriaBgDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_208A0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_208A0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_208E0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_208E0"; + +static const ALIGN_ASSET(2) char aMeCorneriaBg1Tex[] = "__OTR__ast_meteo/aMeCorneriaBg1Tex"; + +static const ALIGN_ASSET(2) char aMeCorneriaBg2Tex[] = "__OTR__ast_meteo/aMeCorneriaBg2Tex"; + +static const ALIGN_ASSET(2) char aMeLaserCannon1DL[] = "__OTR__ast_meteo/aMeLaserCannon1DL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_22AB0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_22AB0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_22C30[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_22C30"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_22E20[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_22E20"; + +static const ALIGN_ASSET(2) char D_ME_6022E50[] = "__OTR__ast_meteo/D_ME_6022E50"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_22F78[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_22F78"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23138[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23138"; + +static const ALIGN_ASSET(2) char D_ME_60231C0[] = "__OTR__ast_meteo/D_ME_60231C0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23230[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23230"; + +static const ALIGN_ASSET(2) char D_ME_6023290[] = "__OTR__ast_meteo/D_ME_6023290"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23300[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23300"; + +static const ALIGN_ASSET(2) char D_ME_6023360[] = "__OTR__ast_meteo/D_ME_6023360"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23488[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23488"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23668[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23668"; + +static const ALIGN_ASSET(2) char D_ME_60236F0[] = "__OTR__ast_meteo/D_ME_60236F0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23748[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23748"; + +static const ALIGN_ASSET(2) char D_ME_6023788[] = "__OTR__ast_meteo/D_ME_6023788"; + +static const ALIGN_ASSET(2) char D_ME_6023810[] = "__OTR__ast_meteo/D_ME_6023810"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_23868[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_23868"; + +static const ALIGN_ASSET(2) char D_ME_60238A8[] = "__OTR__ast_meteo/D_ME_60238A8"; + +static const ALIGN_ASSET(2) char D_ME_60240B0[] = "__OTR__ast_meteo/D_ME_60240B0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_242C0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_242C0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_243E0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_243E0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24580[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24580"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24660[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24660"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24860[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24860"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_248F0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_248F0"; + +static const ALIGN_ASSET(2) char D_ME_6024AD0[] = "__OTR__ast_meteo/D_ME_6024AD0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24B28[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24B28"; + +static const ALIGN_ASSET(2) char aMeMolarRockDL[] = "__OTR__ast_meteo/aMeMolarRockDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24D10[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24D10"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_24F10[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_24F10"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_25110[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_25110"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_252F0[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_252F0"; + +static const ALIGN_ASSET(2) char D_ME_6025350[] = "__OTR__ast_meteo/D_ME_6025350"; + +static const ALIGN_ASSET(2) char aMeMeteoBallDL[] = "__OTR__ast_meteo/aMeMeteoBallDL"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_25BA8[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_25BA8"; + +static const ALIGN_ASSET(2) char D_ME_6025BE8[] = "__OTR__ast_meteo/D_ME_6025BE8"; + +static const ALIGN_ASSET(2) char D_ME_60263F0[] = "__OTR__ast_meteo/D_ME_60263F0"; + +static const ALIGN_ASSET(2) char ast_meteo_seg6_vtx_26448[] = "__OTR__ast_meteo/ast_meteo_seg6_vtx_26448"; + +static const ALIGN_ASSET(2) char D_ME_6026478[] = "__OTR__ast_meteo/D_ME_6026478"; + +static const ALIGN_ASSET(2) char D_ME_6026C80[] = "__OTR__ast_meteo/D_ME_6026C80"; + +static const ALIGN_ASSET(2) char D_ME_6026CC4[] = "__OTR__ast_meteo/D_ME_6026CC4"; + +static const ALIGN_ASSET(2) char D_ME_602B148[] = "__OTR__ast_meteo/D_ME_602B148"; + +static const char D_ME_602F3AC[] = "__OTR__ast_meteo/D_ME_602F3AC"; + +static const ALIGN_ASSET(2) char aMeFlipBotHitbox[] = "__OTR__ast_meteo/aMeFlipBotHitbox"; + +static const ALIGN_ASSET(2) char D_ME_602F638[] = "__OTR__ast_meteo/D_ME_602F638"; + +static const ALIGN_ASSET(2) char aMeMeteoBallHitbox[] = "__OTR__ast_meteo/aMeMeteoBallHitbox"; + +static const ALIGN_ASSET(2) char aMeHopBotHitbox[] = "__OTR__ast_meteo/aMeHopBotHitbox"; + +static const ALIGN_ASSET(2) char aMeMeteor1Hitbox[] = "__OTR__ast_meteo/aMeMeteor1Hitbox"; + +static const ALIGN_ASSET(2) char aMeMeteor2Hitbox[] = "__OTR__ast_meteo/aMeMeteor2Hitbox"; + +static const ALIGN_ASSET(2) char aMeLaserCannon1Hitbox[] = "__OTR__ast_meteo/aMeLaserCannon1Hitbox"; + +static const ALIGN_ASSET(2) char aMeLaserCannon2Hitbox[] = "__OTR__ast_meteo/aMeLaserCannon2Hitbox"; + +static const ALIGN_ASSET(2) char aMeCrusherHitbox[] = "__OTR__ast_meteo/aMeCrusherHitbox"; + +static const ALIGN_ASSET(2) char aMeCrusherShieldHitbox[] = "__OTR__ast_meteo/aMeCrusherShieldHitbox"; + +static const ALIGN_ASSET(2) char D_ME_602FA9C[] = "__OTR__ast_meteo/D_ME_602FA9C"; + +static const ALIGN_ASSET(2) char D_ME_60300C8[] = "__OTR__ast_meteo/D_ME_60300C8"; + +static const ALIGN_ASSET(2) char D_ME_6030208[] = "__OTR__ast_meteo/D_ME_6030208"; + +static const ALIGN_ASSET(2) char D_ME_6030550[] = "__OTR__ast_meteo/D_ME_6030550"; + +static const ALIGN_ASSET(2) char D_ME_60305DC[] = "__OTR__ast_meteo/D_ME_60305DC"; + +static const ALIGN_ASSET(2) char D_ME_603184C[] = "__OTR__ast_meteo/D_ME_603184C"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_option.h b/android/app/src/main/assets/starship/include/assets/ast_option.h new file mode 100644 index 0000000..c9f653d --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_option.h @@ -0,0 +1,137 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_OPT_8000000[] = "__OTR__ast_option/D_OPT_8000000"; + +static const ALIGN_ASSET(2) char D_OPT_8000680[] = "__OTR__ast_option/D_OPT_8000680"; + +static const ALIGN_ASSET(2) char D_OPT_80006A0[] = "__OTR__ast_option/D_OPT_80006A0"; + +static const ALIGN_ASSET(2) char D_OPT_80017A0[] = "__OTR__ast_option/D_OPT_80017A0"; + +static const ALIGN_ASSET(2) char D_OPT_80017C0[] = "__OTR__ast_option/D_OPT_80017C0"; + +static const ALIGN_ASSET(2) char D_OPT_80038C0[] = "__OTR__ast_option/D_OPT_80038C0"; + +static const ALIGN_ASSET(2) char aNdTex[] = "__OTR__ast_option/aNdTex"; + +static const ALIGN_ASSET(2) char aNdTLUT[] = "__OTR__ast_option/aNdTLUT"; + +static const ALIGN_ASSET(2) char aRdTex[] = "__OTR__ast_option/aRdTex"; + +static const ALIGN_ASSET(2) char aRdTLUT[] = "__OTR__ast_option/aRdTLUT"; + +static const ALIGN_ASSET(2) char aSpeakerCenterTex[] = "__OTR__ast_option/aSpeakerCenterTex"; + +static const ALIGN_ASSET(2) char aSpeakerCenterTLUT[] = "__OTR__ast_option/aSpeakerCenterTLUT"; + +static const ALIGN_ASSET(2) char aStTex[] = "__OTR__ast_option/aStTex"; + +static const ALIGN_ASSET(2) char aStTLUT[] = "__OTR__ast_option/aStTLUT"; + +static const ALIGN_ASSET(2) char aThTex[] = "__OTR__ast_option/aThTex"; + +static const ALIGN_ASSET(2) char aThTLUT[] = "__OTR__ast_option/aThTLUT"; + +static const ALIGN_ASSET(2) char aMainGameCardTex[] = "__OTR__ast_option/aMainGameCardTex"; + +static const ALIGN_ASSET(2) char aTrainingCardTex[] = "__OTR__ast_option/aTrainingCardTex"; + +static const ALIGN_ASSET(2) char aVsCardTex[] = "__OTR__ast_option/aVsCardTex"; + +static const ALIGN_ASSET(2) char aRankingCardTex[] = "__OTR__ast_option/aRankingCardTex"; + +static const ALIGN_ASSET(2) char aSoundCardTex[] = "__OTR__ast_option/aSoundCardTex"; + +static const ALIGN_ASSET(2) char aDataCardTex[] = "__OTR__ast_option/aDataCardTex"; + +static const ALIGN_ASSET(2) char aExpertCardTex[] = "__OTR__ast_option/aExpertCardTex"; + +static const ALIGN_ASSET(2) char aVsPointMatchCardTex[] = "__OTR__ast_option/aVsPointMatchCardTex"; + +static const ALIGN_ASSET(2) char aVsBattleRoyalCardTex[] = "__OTR__ast_option/aVsBattleRoyalCardTex"; + +static const ALIGN_ASSET(2) char aVsTimeTrialCardTex[] = "__OTR__ast_option/aVsTimeTrialCardTex"; + +static const ALIGN_ASSET(2) char D_OPT_8005CD0[] = "__OTR__ast_option/D_OPT_8005CD0"; + +static const ALIGN_ASSET(2) char D_OPT_8006280[] = "__OTR__ast_option/D_OPT_8006280"; + +static const ALIGN_ASSET(2) char D_OPT_80064F0[] = "__OTR__ast_option/D_OPT_80064F0"; + +static const ALIGN_ASSET(2) char D_OPT_80069C0[] = "__OTR__ast_option/D_OPT_80069C0"; + +static const ALIGN_ASSET(2) char D_OPT_8006D10[] = "__OTR__ast_option/D_OPT_8006D10"; + +static const ALIGN_ASSET(2) char aBtoCancelTex[] = "__OTR__ast_option/aBtoCancelTex"; + +static const ALIGN_ASSET(2) char D_OPT_8007210[] = "__OTR__ast_option/D_OPT_8007210"; + +static const ALIGN_ASSET(2) char D_OPT_80076E0[] = "__OTR__ast_option/D_OPT_80076E0"; + +static const ALIGN_ASSET(2) char D_OPT_80079F0[] = "__OTR__ast_option/D_OPT_80079F0"; + +static const ALIGN_ASSET(2) char aAtoConfirmTex[] = "__OTR__ast_option/aAtoConfirmTex"; + +static const ALIGN_ASSET(2) char D_OPT_80084B0[] = "__OTR__ast_option/D_OPT_80084B0"; + +static const ALIGN_ASSET(2) char D_OPT_8008DA0[] = "__OTR__ast_option/D_OPT_8008DA0"; + +static const ALIGN_ASSET(2) char D_OPT_8009980[] = "__OTR__ast_option/D_OPT_8009980"; + +static const ALIGN_ASSET(2) char D_OPT_8009B00[] = "__OTR__ast_option/D_OPT_8009B00"; + +static const ALIGN_ASSET(2) char D_OPT_8009CE0[] = "__OTR__ast_option/D_OPT_8009CE0"; + +static const ALIGN_ASSET(2) char D_OPT_800B680[] = "__OTR__ast_option/D_OPT_800B680"; + +static const ALIGN_ASSET(2) char D_OPT_800CD90[] = "__OTR__ast_option/D_OPT_800CD90"; + +static const ALIGN_ASSET(2) char D_OPT_800D070[] = "__OTR__ast_option/D_OPT_800D070"; + +static const ALIGN_ASSET(2) char D_OPT_800D170[] = "__OTR__ast_option/D_OPT_800D170"; + +static const ALIGN_ASSET(2) char D_OPT_800D1F0[] = "__OTR__ast_option/D_OPT_800D1F0"; + +static const ALIGN_ASSET(2) char D_OPT_800E0F0[] = "__OTR__ast_option/D_OPT_800E0F0"; + +static const ALIGN_ASSET(2) char aArrowTex[] = "__OTR__ast_option/aArrowTex"; + +static const ALIGN_ASSET(2) char D_OPT_800E170[] = "__OTR__ast_option/D_OPT_800E170"; + +static const ALIGN_ASSET(2) char aSliderFrameTex[] = "__OTR__ast_option/aSliderFrameTex"; + +static const ALIGN_ASSET(2) char aSliderTex[] = "__OTR__ast_option/aSliderTex"; + +static const ALIGN_ASSET(2) char aSpeakerTex[] = "__OTR__ast_option/aSpeakerTex"; + +static const ALIGN_ASSET(2) char aSpeakerTLUT[] = "__OTR__ast_option/aSpeakerTLUT"; + +static const ALIGN_ASSET(2) char D_OPT_80147F0[] = "__OTR__ast_option/D_OPT_80147F0"; + +static const ALIGN_ASSET(2) char ast_option_seg8_vtx_00014B50[] = "__OTR__ast_option/ast_option_seg8_vtx_00014B50"; + +static const ALIGN_ASSET(2) char D_OPT_8015310[] = "__OTR__ast_option/D_OPT_8015310"; + +static const ALIGN_ASSET(2) char D_OPT_8015390[] = "__OTR__ast_option/D_OPT_8015390"; + +static const ALIGN_ASSET(2) char D_OPT_80153B0[] = "__OTR__ast_option/D_OPT_80153B0"; + +static const ALIGN_ASSET(2) char D_OPT_8015430[] = "__OTR__ast_option/D_OPT_8015430"; + +static const ALIGN_ASSET(2) char D_OPT_8015450[] = "__OTR__ast_option/D_OPT_8015450"; + +static const ALIGN_ASSET(2) char D_OPT_8015550[] = "__OTR__ast_option/D_OPT_8015550"; + +static const ALIGN_ASSET(2) char ast_option_seg8_vtx_155A8[] = "__OTR__ast_option/ast_option_seg8_vtx_155A8"; + +static const ALIGN_ASSET(2) char D_OPT_80155E8[] = "__OTR__ast_option/D_OPT_80155E8"; + +static const ALIGN_ASSET(2) char aLightningDL[] = "__OTR__ast_option/aLightningDL"; + +static const ALIGN_ASSET(2) char ast_option_seg8_vtx_15E48[] = "__OTR__ast_option/ast_option_seg8_vtx_15E48"; + +static const ALIGN_ASSET(2) char aLightningTex[] = "__OTR__ast_option/aLightningTex"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_radio.h b/android/app/src/main/assets/starship/include/assets/ast_radio.h new file mode 100644 index 0000000..6b55590 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_radio.h @@ -0,0 +1,1637 @@ +#pragma once + +static const ALIGN_ASSET(2) char gTextCharSpecial0[] = "__OTR__ast_radio/text_char_special_0"; + +static const ALIGN_ASSET(2) char gTextCharSpecial4[] = "__OTR__ast_radio/text_char_special_4"; + +static const ALIGN_ASSET(2) char gTextCharSpecial8[] = "__OTR__ast_radio/text_char_special_8"; + +static const ALIGN_ASSET(2) char gTextCharSpecial12[] = "__OTR__ast_radio/text_char_special_12"; + +static const ALIGN_ASSET(2) char gTextCharCDIR[] = "__OTR__ast_radio/text_char_cdir"; + +static const ALIGN_ASSET(2) char gTextCharADIR[] = "__OTR__ast_radio/text_char_adir"; + +static const ALIGN_ASSET(2) char gTextCharABCD[] = "__OTR__ast_radio/text_char_abcd_upper"; + +static const ALIGN_ASSET(2) char gTextCharEFGH[] = "__OTR__ast_radio/text_char_efgh_upper"; + +static const ALIGN_ASSET(2) char gTextCharIJKL[] = "__OTR__ast_radio/text_char_ijkl_upper"; + +static const ALIGN_ASSET(2) char gTextCharMNOP[] = "__OTR__ast_radio/text_char_mnop_upper"; + +static const ALIGN_ASSET(2) char gTextCharQRST[] = "__OTR__ast_radio/text_char_qrst_upper"; + +static const ALIGN_ASSET(2) char gTextCharUVWX[] = "__OTR__ast_radio/text_char_uvwx_upper"; + +static const ALIGN_ASSET(2) char gTextCharYZABBoth[] = "__OTR__ast_radio/text_char_yzab_both"; + +static const ALIGN_ASSET(2) char gTextCharCDEFLower[] = "__OTR__ast_radio/text_char_cdef_lower"; + +static const ALIGN_ASSET(2) char gTextCharGHIJLower[] = "__OTR__ast_radio/text_char_ghij_lower"; + +static const ALIGN_ASSET(2) char gTextCharKLMNLower[] = "__OTR__ast_radio/text_char_klmn_lower"; + +static const ALIGN_ASSET(2) char gTextCharOPQRLower[] = "__OTR__ast_radio/text_char_opqr_lower"; + +static const ALIGN_ASSET(2) char gTextCharSTUVLower[] = "__OTR__ast_radio/text_char_stuv_lower"; + +static const ALIGN_ASSET(2) char gTextCharWXYZLower[] = "__OTR__ast_radio/text_char_wxyz_lower"; + +static const ALIGN_ASSET(2) char gTextCharPIDC[] = "__OTR__ast_radio/text_char_pidc"; + +static const ALIGN_ASSET(2) char gTextCharP012[] = "__OTR__ast_radio/text_char_p012"; + +static const ALIGN_ASSET(2) char gTextChar3456[] = "__OTR__ast_radio/text_char_3456"; + +static const ALIGN_ASSET(2) char gTextChar789A[] = "__OTR__ast_radio/text_char_789a"; + +static const ALIGN_ASSET(2) char gTextCharPPDP[] = "__OTR__ast_radio/text_char_ppdp"; + +static const char* gTextCharTextures[] = { + gTextCharSpecial0, + gTextCharSpecial4, + gTextCharSpecial8, + gTextCharSpecial12, + gTextCharCDIR, + gTextCharADIR, + gTextCharABCD, + gTextCharEFGH, + gTextCharIJKL, + gTextCharMNOP, + gTextCharQRST, + gTextCharUVWX, + gTextCharYZABBoth, + gTextCharCDEFLower, + gTextCharGHIJLower, + gTextCharKLMNLower, + gTextCharOPQRLower, + gTextCharSTUVLower, + gTextCharWXYZLower, + gTextCharPIDC, + gTextCharP012, + gTextChar3456, + gTextChar789A, + gTextCharPPDP, +}; + +static ALIGN_ASSET(2) char gMsg_ID_1[] = "__OTR__ast_radio/gMsg_ID_1"; + +static ALIGN_ASSET(2) char gMsg_ID_60[] = "__OTR__ast_radio/gMsg_ID_60"; + +static ALIGN_ASSET(2) char gMsg_ID_10[] = "__OTR__ast_radio/gMsg_ID_10"; + +static ALIGN_ASSET(2) char gMsg_ID_20[] = "__OTR__ast_radio/gMsg_ID_20"; + +static ALIGN_ASSET(2) char gMsg_ID_30[] = "__OTR__ast_radio/gMsg_ID_30"; + +static ALIGN_ASSET(2) char gMsg_ID_40[] = "__OTR__ast_radio/gMsg_ID_40"; + +static ALIGN_ASSET(2) char gMsg_ID_50[] = "__OTR__ast_radio/gMsg_ID_50"; + +static ALIGN_ASSET(2) char gMsg_ID_1200[] = "__OTR__ast_radio/gMsg_ID_1200"; + +static ALIGN_ASSET(2) char gMsg_ID_1210[] = "__OTR__ast_radio/gMsg_ID_1210"; + +static ALIGN_ASSET(2) char gMsg_ID_1220[] = "__OTR__ast_radio/gMsg_ID_1220"; + +static ALIGN_ASSET(2) char gMsg_ID_1230[] = "__OTR__ast_radio/gMsg_ID_1230"; + +static ALIGN_ASSET(2) char gMsg_ID_1240[] = "__OTR__ast_radio/gMsg_ID_1240"; + +static ALIGN_ASSET(2) char gMsg_ID_1250[] = "__OTR__ast_radio/gMsg_ID_1250"; + +static ALIGN_ASSET(2) char gMsg_ID_1260[] = "__OTR__ast_radio/gMsg_ID_1260"; + +static ALIGN_ASSET(2) char gMsg_ID_1270[] = "__OTR__ast_radio/gMsg_ID_1270"; + +static ALIGN_ASSET(2) char gMsg_ID_1280[] = "__OTR__ast_radio/gMsg_ID_1280"; + +static ALIGN_ASSET(2) char gMsg_ID_1290[] = "__OTR__ast_radio/gMsg_ID_1290"; + +static ALIGN_ASSET(2) char gMsg_ID_1300[] = "__OTR__ast_radio/gMsg_ID_1300"; + +static ALIGN_ASSET(2) char gMsg_ID_1310[] = "__OTR__ast_radio/gMsg_ID_1310"; + +static ALIGN_ASSET(2) char gMsg_ID_1320[] = "__OTR__ast_radio/gMsg_ID_1320"; + +static ALIGN_ASSET(2) char gMsg_ID_1330[] = "__OTR__ast_radio/gMsg_ID_1330"; + +static ALIGN_ASSET(2) char gMsg_ID_1340[] = "__OTR__ast_radio/gMsg_ID_1340"; + +static ALIGN_ASSET(2) char gMsg_ID_1350[] = "__OTR__ast_radio/gMsg_ID_1350"; + +static ALIGN_ASSET(2) char gMsg_ID_1360[] = "__OTR__ast_radio/gMsg_ID_1360"; + +static ALIGN_ASSET(2) char gMsg_ID_1370[] = "__OTR__ast_radio/gMsg_ID_1370"; + +static ALIGN_ASSET(2) char gMsg_ID_1380[] = "__OTR__ast_radio/gMsg_ID_1380"; + +static ALIGN_ASSET(2) char gMsg_ID_1390[] = "__OTR__ast_radio/gMsg_ID_1390"; + +static ALIGN_ASSET(2) char gMsg_ID_1400[] = "__OTR__ast_radio/gMsg_ID_1400"; + +static ALIGN_ASSET(2) char gMsg_ID_1410[] = "__OTR__ast_radio/gMsg_ID_1410"; + +static ALIGN_ASSET(2) char gMsg_ID_1420[] = "__OTR__ast_radio/gMsg_ID_1420"; + +static ALIGN_ASSET(2) char gMsg_ID_1430[] = "__OTR__ast_radio/gMsg_ID_1430"; + +static ALIGN_ASSET(2) char gMsg_ID_1440[] = "__OTR__ast_radio/gMsg_ID_1440"; + +static ALIGN_ASSET(2) char gMsg_ID_1450[] = "__OTR__ast_radio/gMsg_ID_1450"; + +static ALIGN_ASSET(2) char gMsg_ID_1460[] = "__OTR__ast_radio/gMsg_ID_1460"; + +static ALIGN_ASSET(2) char gMsg_ID_1470[] = "__OTR__ast_radio/gMsg_ID_1470"; + +static ALIGN_ASSET(2) char gMsg_ID_2005[] = "__OTR__ast_radio/gMsg_ID_2005"; + +static ALIGN_ASSET(2) char gMsg_ID_2010[] = "__OTR__ast_radio/gMsg_ID_2010"; + +static ALIGN_ASSET(2) char gMsg_ID_2020[] = "__OTR__ast_radio/gMsg_ID_2020"; + +static ALIGN_ASSET(2) char gMsg_ID_2030[] = "__OTR__ast_radio/gMsg_ID_2030"; + +static ALIGN_ASSET(2) char gMsg_ID_2040[] = "__OTR__ast_radio/gMsg_ID_2040"; + +static ALIGN_ASSET(2) char gMsg_ID_2050[] = "__OTR__ast_radio/gMsg_ID_2050"; + +static ALIGN_ASSET(2) char gMsg_ID_2055[] = "__OTR__ast_radio/gMsg_ID_2055"; + +static ALIGN_ASSET(2) char gMsg_ID_2058[] = "__OTR__ast_radio/gMsg_ID_2058"; + +static ALIGN_ASSET(2) char gMsg_ID_2061[] = "__OTR__ast_radio/gMsg_ID_2061"; + +static ALIGN_ASSET(2) char gMsg_ID_2062[] = "__OTR__ast_radio/gMsg_ID_2062"; + +static ALIGN_ASSET(2) char gMsg_ID_2080[] = "__OTR__ast_radio/gMsg_ID_2080"; + +static ALIGN_ASSET(2) char gMsg_ID_2090[] = "__OTR__ast_radio/gMsg_ID_2090"; + +static ALIGN_ASSET(2) char gMsg_ID_2095[] = "__OTR__ast_radio/gMsg_ID_2095"; + +static ALIGN_ASSET(2) char gMsg_ID_2110[] = "__OTR__ast_radio/gMsg_ID_2110"; + +static ALIGN_ASSET(2) char gMsg_ID_2115[] = "__OTR__ast_radio/gMsg_ID_2115"; + +static ALIGN_ASSET(2) char gMsg_ID_2118[] = "__OTR__ast_radio/gMsg_ID_2118"; + +static ALIGN_ASSET(2) char gMsg_ID_2140[] = "__OTR__ast_radio/gMsg_ID_2140"; + +static ALIGN_ASSET(2) char gMsg_ID_2165[] = "__OTR__ast_radio/gMsg_ID_2165"; + +static ALIGN_ASSET(2) char gMsg_ID_2166[] = "__OTR__ast_radio/gMsg_ID_2166"; + +static ALIGN_ASSET(2) char gMsg_ID_2167[] = "__OTR__ast_radio/gMsg_ID_2167"; + +static ALIGN_ASSET(2) char gMsg_ID_2180[] = "__OTR__ast_radio/gMsg_ID_2180"; + +static ALIGN_ASSET(2) char gMsg_ID_2181[] = "__OTR__ast_radio/gMsg_ID_2181"; + +static ALIGN_ASSET(2) char gMsg_ID_2185[] = "__OTR__ast_radio/gMsg_ID_2185"; + +static ALIGN_ASSET(2) char gMsg_ID_2188[] = "__OTR__ast_radio/gMsg_ID_2188"; + +static ALIGN_ASSET(2) char gMsg_ID_2200[] = "__OTR__ast_radio/gMsg_ID_2200"; + +static ALIGN_ASSET(2) char gMsg_ID_2210[] = "__OTR__ast_radio/gMsg_ID_2210"; + +static ALIGN_ASSET(2) char gMsg_ID_2220[] = "__OTR__ast_radio/gMsg_ID_2220"; + +static ALIGN_ASSET(2) char gMsg_ID_2225[] = "__OTR__ast_radio/gMsg_ID_2225"; + +static ALIGN_ASSET(2) char gMsg_ID_2230[] = "__OTR__ast_radio/gMsg_ID_2230"; + +static ALIGN_ASSET(2) char gMsg_ID_2233[] = "__OTR__ast_radio/gMsg_ID_2233"; + +static ALIGN_ASSET(2) char gMsg_ID_2282[] = "__OTR__ast_radio/gMsg_ID_2282"; + +static ALIGN_ASSET(2) char gMsg_ID_2240[] = "__OTR__ast_radio/gMsg_ID_2240"; + +static ALIGN_ASSET(2) char gMsg_ID_2250[] = "__OTR__ast_radio/gMsg_ID_2250"; + +static ALIGN_ASSET(2) char gMsg_ID_2260[] = "__OTR__ast_radio/gMsg_ID_2260"; + +static ALIGN_ASSET(2) char gMsg_ID_2263[] = "__OTR__ast_radio/gMsg_ID_2263"; + +static ALIGN_ASSET(2) char gMsg_ID_2265[] = "__OTR__ast_radio/gMsg_ID_2265"; + +static ALIGN_ASSET(2) char gMsg_ID_2270[] = "__OTR__ast_radio/gMsg_ID_2270"; + +static ALIGN_ASSET(2) char gMsg_ID_2275[] = "__OTR__ast_radio/gMsg_ID_2275"; + +static ALIGN_ASSET(2) char gMsg_ID_2280[] = "__OTR__ast_radio/gMsg_ID_2280"; + +static ALIGN_ASSET(2) char gMsg_ID_2290[] = "__OTR__ast_radio/gMsg_ID_2290"; + +static ALIGN_ASSET(2) char gMsg_ID_2291[] = "__OTR__ast_radio/gMsg_ID_2291"; + +static ALIGN_ASSET(2) char gMsg_ID_2292[] = "__OTR__ast_radio/gMsg_ID_2292"; + +static ALIGN_ASSET(2) char gMsg_ID_2293[] = "__OTR__ast_radio/gMsg_ID_2293"; + +static ALIGN_ASSET(2) char gMsg_ID_2294[] = "__OTR__ast_radio/gMsg_ID_2294"; + +static ALIGN_ASSET(2) char gMsg_ID_2295[] = "__OTR__ast_radio/gMsg_ID_2295"; + +static ALIGN_ASSET(2) char gMsg_ID_2296[] = "__OTR__ast_radio/gMsg_ID_2296"; + +static ALIGN_ASSET(2) char gMsg_ID_2298[] = "__OTR__ast_radio/gMsg_ID_2298"; + +static ALIGN_ASSET(2) char gMsg_ID_2299[] = "__OTR__ast_radio/gMsg_ID_2299"; + +static ALIGN_ASSET(2) char gMsg_ID_2300[] = "__OTR__ast_radio/gMsg_ID_2300"; + +static ALIGN_ASSET(2) char gMsg_ID_2305[] = "__OTR__ast_radio/gMsg_ID_2305"; + +static ALIGN_ASSET(2) char gMsg_ID_2310[] = "__OTR__ast_radio/gMsg_ID_2310"; + +static ALIGN_ASSET(2) char gMsg_ID_2320[] = "__OTR__ast_radio/gMsg_ID_2320"; + +static ALIGN_ASSET(2) char gMsg_ID_2335[] = "__OTR__ast_radio/gMsg_ID_2335"; + +static ALIGN_ASSET(2) char gMsg_ID_2336[] = "__OTR__ast_radio/gMsg_ID_2336"; + +static ALIGN_ASSET(2) char gMsg_ID_2337[] = "__OTR__ast_radio/gMsg_ID_2337"; + +static ALIGN_ASSET(2) char gMsg_ID_3005[] = "__OTR__ast_radio/gMsg_ID_3005"; + +static ALIGN_ASSET(2) char gMsg_ID_3010[] = "__OTR__ast_radio/gMsg_ID_3010"; + +static ALIGN_ASSET(2) char gMsg_ID_3015[] = "__OTR__ast_radio/gMsg_ID_3015"; + +static ALIGN_ASSET(2) char gMsg_ID_3020[] = "__OTR__ast_radio/gMsg_ID_3020"; + +static ALIGN_ASSET(2) char gMsg_ID_3025[] = "__OTR__ast_radio/gMsg_ID_3025"; + +static ALIGN_ASSET(2) char gMsg_ID_3026[] = "__OTR__ast_radio/gMsg_ID_3026"; + +static ALIGN_ASSET(2) char gMsg_ID_3040[] = "__OTR__ast_radio/gMsg_ID_3040"; + +static ALIGN_ASSET(2) char gMsg_ID_3041[] = "__OTR__ast_radio/gMsg_ID_3041"; + +static ALIGN_ASSET(2) char gMsg_ID_3042[] = "__OTR__ast_radio/gMsg_ID_3042"; + +static ALIGN_ASSET(2) char gMsg_ID_3050[] = "__OTR__ast_radio/gMsg_ID_3050"; + +static ALIGN_ASSET(2) char gMsg_ID_3100[] = "__OTR__ast_radio/gMsg_ID_3100"; + +static ALIGN_ASSET(2) char gMsg_ID_3110[] = "__OTR__ast_radio/gMsg_ID_3110"; + +static ALIGN_ASSET(2) char gMsg_ID_3120[] = "__OTR__ast_radio/gMsg_ID_3120"; + +static ALIGN_ASSET(2) char gMsg_ID_3300[] = "__OTR__ast_radio/gMsg_ID_3300"; + +static ALIGN_ASSET(2) char gMsg_ID_3310[] = "__OTR__ast_radio/gMsg_ID_3310"; + +static ALIGN_ASSET(2) char gMsg_ID_3315[] = "__OTR__ast_radio/gMsg_ID_3315"; + +static ALIGN_ASSET(2) char gMsg_ID_3320[] = "__OTR__ast_radio/gMsg_ID_3320"; + +static ALIGN_ASSET(2) char gMsg_ID_3321[] = "__OTR__ast_radio/gMsg_ID_3321"; + +static ALIGN_ASSET(2) char gMsg_ID_3322[] = "__OTR__ast_radio/gMsg_ID_3322"; + +static ALIGN_ASSET(2) char gMsg_ID_3330[] = "__OTR__ast_radio/gMsg_ID_3330"; + +static ALIGN_ASSET(2) char gMsg_ID_3340[] = "__OTR__ast_radio/gMsg_ID_3340"; + +static ALIGN_ASSET(2) char gMsg_ID_3345[] = "__OTR__ast_radio/gMsg_ID_3345"; + +static ALIGN_ASSET(2) char gMsg_ID_3350[] = "__OTR__ast_radio/gMsg_ID_3350"; + +static ALIGN_ASSET(2) char gMsg_ID_3360[] = "__OTR__ast_radio/gMsg_ID_3360"; + +static ALIGN_ASSET(2) char gMsg_ID_3370[] = "__OTR__ast_radio/gMsg_ID_3370"; + +static ALIGN_ASSET(2) char gMsg_ID_3371[] = "__OTR__ast_radio/gMsg_ID_3371"; + +static ALIGN_ASSET(2) char gMsg_ID_4010[] = "__OTR__ast_radio/gMsg_ID_4010"; + +static ALIGN_ASSET(2) char gMsg_ID_4011[] = "__OTR__ast_radio/gMsg_ID_4011"; + +static ALIGN_ASSET(2) char gMsg_ID_4012[] = "__OTR__ast_radio/gMsg_ID_4012"; + +static ALIGN_ASSET(2) char gMsg_ID_4013[] = "__OTR__ast_radio/gMsg_ID_4013"; + +static ALIGN_ASSET(2) char gMsg_ID_4020[] = "__OTR__ast_radio/gMsg_ID_4020"; + +static ALIGN_ASSET(2) char gMsg_ID_4021[] = "__OTR__ast_radio/gMsg_ID_4021"; + +static ALIGN_ASSET(2) char gMsg_ID_4022[] = "__OTR__ast_radio/gMsg_ID_4022"; + +static ALIGN_ASSET(2) char gMsg_ID_4023[] = "__OTR__ast_radio/gMsg_ID_4023"; + +static ALIGN_ASSET(2) char gMsg_ID_4024[] = "__OTR__ast_radio/gMsg_ID_4024"; + +static ALIGN_ASSET(2) char gMsg_ID_4030[] = "__OTR__ast_radio/gMsg_ID_4030"; + +static ALIGN_ASSET(2) char gMsg_ID_4031[] = "__OTR__ast_radio/gMsg_ID_4031"; + +static ALIGN_ASSET(2) char gMsg_ID_4040[] = "__OTR__ast_radio/gMsg_ID_4040"; + +static ALIGN_ASSET(2) char gMsg_ID_4050[] = "__OTR__ast_radio/gMsg_ID_4050"; + +static ALIGN_ASSET(2) char gMsg_ID_4075[] = "__OTR__ast_radio/gMsg_ID_4075"; + +static ALIGN_ASSET(2) char gMsg_ID_4080[] = "__OTR__ast_radio/gMsg_ID_4080"; + +static ALIGN_ASSET(2) char gMsg_ID_4082[] = "__OTR__ast_radio/gMsg_ID_4082"; + +static ALIGN_ASSET(2) char gMsg_ID_4083[] = "__OTR__ast_radio/gMsg_ID_4083"; + +static ALIGN_ASSET(2) char gMsg_ID_4091[] = "__OTR__ast_radio/gMsg_ID_4091"; + +static ALIGN_ASSET(2) char gMsg_ID_4092[] = "__OTR__ast_radio/gMsg_ID_4092"; + +static ALIGN_ASSET(2) char gMsg_ID_4093[] = "__OTR__ast_radio/gMsg_ID_4093"; + +static ALIGN_ASSET(2) char gMsg_ID_4094[] = "__OTR__ast_radio/gMsg_ID_4094"; + +static ALIGN_ASSET(2) char gMsg_ID_4095[] = "__OTR__ast_radio/gMsg_ID_4095"; + +static ALIGN_ASSET(2) char gMsg_ID_4096[] = "__OTR__ast_radio/gMsg_ID_4096"; + +static ALIGN_ASSET(2) char gMsg_ID_4097[] = "__OTR__ast_radio/gMsg_ID_4097"; + +static ALIGN_ASSET(2) char gMsg_ID_4098[] = "__OTR__ast_radio/gMsg_ID_4098"; + +static ALIGN_ASSET(2) char gMsg_ID_4099[] = "__OTR__ast_radio/gMsg_ID_4099"; + +static ALIGN_ASSET(2) char gMsg_ID_4100[] = "__OTR__ast_radio/gMsg_ID_4100"; + +static ALIGN_ASSET(2) char gMsg_ID_4101[] = "__OTR__ast_radio/gMsg_ID_4101"; + +static ALIGN_ASSET(2) char gMsg_ID_4102[] = "__OTR__ast_radio/gMsg_ID_4102"; + +static ALIGN_ASSET(2) char gMsg_ID_4103[] = "__OTR__ast_radio/gMsg_ID_4103"; + +static ALIGN_ASSET(2) char gMsg_ID_4110[] = "__OTR__ast_radio/gMsg_ID_4110"; + +static ALIGN_ASSET(2) char gMsg_ID_4111[] = "__OTR__ast_radio/gMsg_ID_4111"; + +static ALIGN_ASSET(2) char gMsg_ID_4112[] = "__OTR__ast_radio/gMsg_ID_4112"; + +static ALIGN_ASSET(2) char gMsg_ID_4113[] = "__OTR__ast_radio/gMsg_ID_4113"; + +static ALIGN_ASSET(2) char gMsg_ID_5000[] = "__OTR__ast_radio/gMsg_ID_5000"; + +static ALIGN_ASSET(2) char gMsg_ID_5010[] = "__OTR__ast_radio/gMsg_ID_5010"; + +static ALIGN_ASSET(2) char gMsg_ID_5060[] = "__OTR__ast_radio/gMsg_ID_5060"; + +static ALIGN_ASSET(2) char gMsg_ID_5080[] = "__OTR__ast_radio/gMsg_ID_5080"; + +static ALIGN_ASSET(2) char gMsg_ID_5100[] = "__OTR__ast_radio/gMsg_ID_5100"; + +static ALIGN_ASSET(2) char gMsg_ID_5110[] = "__OTR__ast_radio/gMsg_ID_5110"; + +static ALIGN_ASSET(2) char gMsg_ID_5130[] = "__OTR__ast_radio/gMsg_ID_5130"; + +static ALIGN_ASSET(2) char gMsg_ID_5220[] = "__OTR__ast_radio/gMsg_ID_5220"; + +static ALIGN_ASSET(2) char gMsg_ID_5230[] = "__OTR__ast_radio/gMsg_ID_5230"; + +static ALIGN_ASSET(2) char gMsg_ID_5300[] = "__OTR__ast_radio/gMsg_ID_5300"; + +static ALIGN_ASSET(2) char gMsg_ID_5310[] = "__OTR__ast_radio/gMsg_ID_5310"; + +static ALIGN_ASSET(2) char gMsg_ID_5311[] = "__OTR__ast_radio/gMsg_ID_5311"; + +static ALIGN_ASSET(2) char gMsg_ID_5312[] = "__OTR__ast_radio/gMsg_ID_5312"; + +static ALIGN_ASSET(2) char gMsg_ID_5313[] = "__OTR__ast_radio/gMsg_ID_5313"; + +static ALIGN_ASSET(2) char gMsg_ID_5314[] = "__OTR__ast_radio/gMsg_ID_5314"; + +static ALIGN_ASSET(2) char gMsg_ID_5350[] = "__OTR__ast_radio/gMsg_ID_5350"; + +static ALIGN_ASSET(2) char gMsg_ID_5360[] = "__OTR__ast_radio/gMsg_ID_5360"; + +static ALIGN_ASSET(2) char gMsg_ID_5380[] = "__OTR__ast_radio/gMsg_ID_5380"; + +static ALIGN_ASSET(2) char gMsg_ID_5400[] = "__OTR__ast_radio/gMsg_ID_5400"; + +static ALIGN_ASSET(2) char gMsg_ID_5410[] = "__OTR__ast_radio/gMsg_ID_5410"; + +static ALIGN_ASSET(2) char gMsg_ID_5420[] = "__OTR__ast_radio/gMsg_ID_5420"; + +static ALIGN_ASSET(2) char gMsg_ID_5430[] = "__OTR__ast_radio/gMsg_ID_5430"; + +static ALIGN_ASSET(2) char gMsg_ID_5460[] = "__OTR__ast_radio/gMsg_ID_5460"; + +static ALIGN_ASSET(2) char gMsg_ID_5470[] = "__OTR__ast_radio/gMsg_ID_5470"; + +static ALIGN_ASSET(2) char gMsg_ID_5473[] = "__OTR__ast_radio/gMsg_ID_5473"; + +static ALIGN_ASSET(2) char gMsg_ID_5474[] = "__OTR__ast_radio/gMsg_ID_5474"; + +static ALIGN_ASSET(2) char gMsg_ID_5475[] = "__OTR__ast_radio/gMsg_ID_5475"; + +static ALIGN_ASSET(2) char gMsg_ID_5492[] = "__OTR__ast_radio/gMsg_ID_5492"; + +static ALIGN_ASSET(2) char gMsg_ID_5493[] = "__OTR__ast_radio/gMsg_ID_5493"; + +static ALIGN_ASSET(2) char gMsg_ID_5494[] = "__OTR__ast_radio/gMsg_ID_5494"; + +static ALIGN_ASSET(2) char gMsg_ID_5495[] = "__OTR__ast_radio/gMsg_ID_5495"; + +static ALIGN_ASSET(2) char gMsg_ID_5496[] = "__OTR__ast_radio/gMsg_ID_5496"; + +static ALIGN_ASSET(2) char gMsg_ID_5497[] = "__OTR__ast_radio/gMsg_ID_5497"; + +static ALIGN_ASSET(2) char gMsg_ID_5498[] = "__OTR__ast_radio/gMsg_ID_5498"; + +static ALIGN_ASSET(2) char gMsg_ID_5499[] = "__OTR__ast_radio/gMsg_ID_5499"; + +static ALIGN_ASSET(2) char gMsg_ID_5500[] = "__OTR__ast_radio/gMsg_ID_5500"; + +static ALIGN_ASSET(2) char gMsg_ID_5501[] = "__OTR__ast_radio/gMsg_ID_5501"; + +static ALIGN_ASSET(2) char gMsg_ID_5502[] = "__OTR__ast_radio/gMsg_ID_5502"; + +static ALIGN_ASSET(2) char gMsg_ID_5503[] = "__OTR__ast_radio/gMsg_ID_5503"; + +static ALIGN_ASSET(2) char gMsg_ID_5504[] = "__OTR__ast_radio/gMsg_ID_5504"; + +static ALIGN_ASSET(2) char gMsg_ID_5505[] = "__OTR__ast_radio/gMsg_ID_5505"; + +static ALIGN_ASSET(2) char gMsg_ID_5506[] = "__OTR__ast_radio/gMsg_ID_5506"; + +static ALIGN_ASSET(2) char gMsg_ID_6010[] = "__OTR__ast_radio/gMsg_ID_6010"; + +static ALIGN_ASSET(2) char gMsg_ID_6011[] = "__OTR__ast_radio/gMsg_ID_6011"; + +static ALIGN_ASSET(2) char gMsg_ID_6012[] = "__OTR__ast_radio/gMsg_ID_6012"; + +static ALIGN_ASSET(2) char gMsg_ID_6013[] = "__OTR__ast_radio/gMsg_ID_6013"; + +static ALIGN_ASSET(2) char gMsg_ID_6014[] = "__OTR__ast_radio/gMsg_ID_6014"; + +static ALIGN_ASSET(2) char gMsg_ID_6020[] = "__OTR__ast_radio/gMsg_ID_6020"; + +static ALIGN_ASSET(2) char gMsg_ID_6021[] = "__OTR__ast_radio/gMsg_ID_6021"; + +static ALIGN_ASSET(2) char gMsg_ID_6024[] = "__OTR__ast_radio/gMsg_ID_6024"; + +static ALIGN_ASSET(2) char gMsg_ID_6025[] = "__OTR__ast_radio/gMsg_ID_6025"; + +static ALIGN_ASSET(2) char gMsg_ID_6026[] = "__OTR__ast_radio/gMsg_ID_6026"; + +static ALIGN_ASSET(2) char gMsg_ID_6027[] = "__OTR__ast_radio/gMsg_ID_6027"; + +static ALIGN_ASSET(2) char gMsg_ID_6028[] = "__OTR__ast_radio/gMsg_ID_6028"; + +static ALIGN_ASSET(2) char gMsg_ID_6029[] = "__OTR__ast_radio/gMsg_ID_6029"; + +static ALIGN_ASSET(2) char gMsg_ID_6036[] = "__OTR__ast_radio/gMsg_ID_6036"; + +static ALIGN_ASSET(2) char gMsg_ID_6038[] = "__OTR__ast_radio/gMsg_ID_6038"; + +static ALIGN_ASSET(2) char gMsg_ID_6041[] = "__OTR__ast_radio/gMsg_ID_6041"; + +static ALIGN_ASSET(2) char gMsg_ID_6042[] = "__OTR__ast_radio/gMsg_ID_6042"; + +static ALIGN_ASSET(2) char gMsg_ID_6045[] = "__OTR__ast_radio/gMsg_ID_6045"; + +static ALIGN_ASSET(2) char gMsg_ID_6050[] = "__OTR__ast_radio/gMsg_ID_6050"; + +static ALIGN_ASSET(2) char gMsg_ID_6051[] = "__OTR__ast_radio/gMsg_ID_6051"; + +static ALIGN_ASSET(2) char gMsg_ID_6055[] = "__OTR__ast_radio/gMsg_ID_6055"; + +static ALIGN_ASSET(2) char gMsg_ID_6066[] = "__OTR__ast_radio/gMsg_ID_6066"; + +static ALIGN_ASSET(2) char gMsg_ID_6067[] = "__OTR__ast_radio/gMsg_ID_6067"; + +static ALIGN_ASSET(2) char gMsg_ID_6068[] = "__OTR__ast_radio/gMsg_ID_6068"; + +static ALIGN_ASSET(2) char gMsg_ID_6069[] = "__OTR__ast_radio/gMsg_ID_6069"; + +static ALIGN_ASSET(2) char gMsg_ID_6071[] = "__OTR__ast_radio/gMsg_ID_6071"; + +static ALIGN_ASSET(2) char gMsg_ID_6072[] = "__OTR__ast_radio/gMsg_ID_6072"; + +static ALIGN_ASSET(2) char gMsg_ID_6073[] = "__OTR__ast_radio/gMsg_ID_6073"; + +static ALIGN_ASSET(2) char gMsg_ID_6074[] = "__OTR__ast_radio/gMsg_ID_6074"; + +static ALIGN_ASSET(2) char gMsg_ID_6075[] = "__OTR__ast_radio/gMsg_ID_6075"; + +static ALIGN_ASSET(2) char gMsg_ID_6076[] = "__OTR__ast_radio/gMsg_ID_6076"; + +static ALIGN_ASSET(2) char gMsg_ID_6077[] = "__OTR__ast_radio/gMsg_ID_6077"; + +static ALIGN_ASSET(2) char gMsg_ID_6078[] = "__OTR__ast_radio/gMsg_ID_6078"; + +static ALIGN_ASSET(2) char gMsg_ID_6079[] = "__OTR__ast_radio/gMsg_ID_6079"; + +static ALIGN_ASSET(2) char gMsg_ID_6080[] = "__OTR__ast_radio/gMsg_ID_6080"; + +static ALIGN_ASSET(2) char gMsg_ID_6081[] = "__OTR__ast_radio/gMsg_ID_6081"; + +static ALIGN_ASSET(2) char gMsg_ID_6082[] = "__OTR__ast_radio/gMsg_ID_6082"; + +static ALIGN_ASSET(2) char gMsg_ID_6090[] = "__OTR__ast_radio/gMsg_ID_6090"; + +static ALIGN_ASSET(2) char gMsg_ID_6100[] = "__OTR__ast_radio/gMsg_ID_6100"; + +static ALIGN_ASSET(2) char gMsg_ID_6101[] = "__OTR__ast_radio/gMsg_ID_6101"; + +static ALIGN_ASSET(2) char gMsg_ID_7005[] = "__OTR__ast_radio/gMsg_ID_7005"; + +static ALIGN_ASSET(2) char gMsg_ID_7006[] = "__OTR__ast_radio/gMsg_ID_7006"; + +static ALIGN_ASSET(2) char gMsg_ID_7011[] = "__OTR__ast_radio/gMsg_ID_7011"; + +static ALIGN_ASSET(2) char gMsg_ID_7012[] = "__OTR__ast_radio/gMsg_ID_7012"; + +static ALIGN_ASSET(2) char gMsg_ID_7013[] = "__OTR__ast_radio/gMsg_ID_7013"; + +static ALIGN_ASSET(2) char gMsg_ID_7014[] = "__OTR__ast_radio/gMsg_ID_7014"; + +static ALIGN_ASSET(2) char gMsg_ID_7020[] = "__OTR__ast_radio/gMsg_ID_7020"; + +static ALIGN_ASSET(2) char gMsg_ID_7043[] = "__OTR__ast_radio/gMsg_ID_7043"; + +static ALIGN_ASSET(2) char gMsg_ID_7050[] = "__OTR__ast_radio/gMsg_ID_7050"; + +static ALIGN_ASSET(2) char gMsg_ID_7051[] = "__OTR__ast_radio/gMsg_ID_7051"; + +static ALIGN_ASSET(2) char gMsg_ID_7052[] = "__OTR__ast_radio/gMsg_ID_7052"; + +static ALIGN_ASSET(2) char gMsg_ID_7053[] = "__OTR__ast_radio/gMsg_ID_7053"; + +static ALIGN_ASSET(2) char gMsg_ID_7054[] = "__OTR__ast_radio/gMsg_ID_7054"; + +static ALIGN_ASSET(2) char gMsg_ID_7061[] = "__OTR__ast_radio/gMsg_ID_7061"; + +static ALIGN_ASSET(2) char gMsg_ID_7064[] = "__OTR__ast_radio/gMsg_ID_7064"; + +static ALIGN_ASSET(2) char gMsg_ID_7065[] = "__OTR__ast_radio/gMsg_ID_7065"; + +static ALIGN_ASSET(2) char gMsg_ID_7066[] = "__OTR__ast_radio/gMsg_ID_7066"; + +static ALIGN_ASSET(2) char gMsg_ID_7070[] = "__OTR__ast_radio/gMsg_ID_7070"; + +static ALIGN_ASSET(2) char gMsg_ID_7083[] = "__OTR__ast_radio/gMsg_ID_7083"; + +static ALIGN_ASSET(2) char gMsg_ID_7084[] = "__OTR__ast_radio/gMsg_ID_7084"; + +static ALIGN_ASSET(2) char gMsg_ID_7085[] = "__OTR__ast_radio/gMsg_ID_7085"; + +static ALIGN_ASSET(2) char gMsg_ID_7086[] = "__OTR__ast_radio/gMsg_ID_7086"; + +static ALIGN_ASSET(2) char gMsg_ID_7087[] = "__OTR__ast_radio/gMsg_ID_7087"; + +static ALIGN_ASSET(2) char gMsg_ID_7093[] = "__OTR__ast_radio/gMsg_ID_7093"; + +static ALIGN_ASSET(2) char gMsg_ID_7094[] = "__OTR__ast_radio/gMsg_ID_7094"; + +static ALIGN_ASSET(2) char gMsg_ID_7095[] = "__OTR__ast_radio/gMsg_ID_7095"; + +static ALIGN_ASSET(2) char gMsg_ID_7096[] = "__OTR__ast_radio/gMsg_ID_7096"; + +static ALIGN_ASSET(2) char gMsg_ID_7097[] = "__OTR__ast_radio/gMsg_ID_7097"; + +static ALIGN_ASSET(2) char gMsg_ID_7098[] = "__OTR__ast_radio/gMsg_ID_7098"; + +static ALIGN_ASSET(2) char gMsg_ID_7099[] = "__OTR__ast_radio/gMsg_ID_7099"; + +static ALIGN_ASSET(2) char gMsg_ID_7100[] = "__OTR__ast_radio/gMsg_ID_7100"; + +static ALIGN_ASSET(2) char gMsg_ID_8010[] = "__OTR__ast_radio/gMsg_ID_8010"; + +static ALIGN_ASSET(2) char gMsg_ID_8020[] = "__OTR__ast_radio/gMsg_ID_8020"; + +static ALIGN_ASSET(2) char gMsg_ID_8030[] = "__OTR__ast_radio/gMsg_ID_8030"; + +static ALIGN_ASSET(2) char gMsg_ID_8040[] = "__OTR__ast_radio/gMsg_ID_8040"; + +static ALIGN_ASSET(2) char gMsg_ID_8045[] = "__OTR__ast_radio/gMsg_ID_8045"; + +static ALIGN_ASSET(2) char gMsg_ID_8050[] = "__OTR__ast_radio/gMsg_ID_8050"; + +static ALIGN_ASSET(2) char gMsg_ID_8060[] = "__OTR__ast_radio/gMsg_ID_8060"; + +static ALIGN_ASSET(2) char gMsg_ID_8070[] = "__OTR__ast_radio/gMsg_ID_8070"; + +static ALIGN_ASSET(2) char gMsg_ID_8080[] = "__OTR__ast_radio/gMsg_ID_8080"; + +static ALIGN_ASSET(2) char gMsg_ID_8100[] = "__OTR__ast_radio/gMsg_ID_8100"; + +static ALIGN_ASSET(2) char gMsg_ID_8110[] = "__OTR__ast_radio/gMsg_ID_8110"; + +static ALIGN_ASSET(2) char gMsg_ID_8120[] = "__OTR__ast_radio/gMsg_ID_8120"; + +static ALIGN_ASSET(2) char gMsg_ID_8130[] = "__OTR__ast_radio/gMsg_ID_8130"; + +static ALIGN_ASSET(2) char gMsg_ID_8140[] = "__OTR__ast_radio/gMsg_ID_8140"; + +static ALIGN_ASSET(2) char gMsg_ID_8205[] = "__OTR__ast_radio/gMsg_ID_8205"; + +static ALIGN_ASSET(2) char gMsg_ID_8210[] = "__OTR__ast_radio/gMsg_ID_8210"; + +static ALIGN_ASSET(2) char gMsg_ID_8215[] = "__OTR__ast_radio/gMsg_ID_8215"; + +static ALIGN_ASSET(2) char gMsg_ID_8220[] = "__OTR__ast_radio/gMsg_ID_8220"; + +static ALIGN_ASSET(2) char gMsg_ID_8230[] = "__OTR__ast_radio/gMsg_ID_8230"; + +static ALIGN_ASSET(2) char gMsg_ID_8240[] = "__OTR__ast_radio/gMsg_ID_8240"; + +static ALIGN_ASSET(2) char gMsg_ID_8250[] = "__OTR__ast_radio/gMsg_ID_8250"; + +static ALIGN_ASSET(2) char gMsg_ID_8255[] = "__OTR__ast_radio/gMsg_ID_8255"; + +static ALIGN_ASSET(2) char gMsg_ID_8260[] = "__OTR__ast_radio/gMsg_ID_8260"; + +static ALIGN_ASSET(2) char gMsg_ID_8265[] = "__OTR__ast_radio/gMsg_ID_8265"; + +static ALIGN_ASSET(2) char gMsg_ID_8300[] = "__OTR__ast_radio/gMsg_ID_8300"; + +static ALIGN_ASSET(2) char gMsg_ID_8310[] = "__OTR__ast_radio/gMsg_ID_8310"; + +static ALIGN_ASSET(2) char gMsg_ID_8320[] = "__OTR__ast_radio/gMsg_ID_8320"; + +static ALIGN_ASSET(2) char gMsg_ID_9000[] = "__OTR__ast_radio/gMsg_ID_9000"; + +static ALIGN_ASSET(2) char gMsg_ID_9010[] = "__OTR__ast_radio/gMsg_ID_9010"; + +static ALIGN_ASSET(2) char gMsg_ID_9100[] = "__OTR__ast_radio/gMsg_ID_9100"; + +static ALIGN_ASSET(2) char gMsg_ID_9110[] = "__OTR__ast_radio/gMsg_ID_9110"; + +static ALIGN_ASSET(2) char gMsg_ID_9120[] = "__OTR__ast_radio/gMsg_ID_9120"; + +static ALIGN_ASSET(2) char gMsg_ID_9130[] = "__OTR__ast_radio/gMsg_ID_9130"; + +static ALIGN_ASSET(2) char gMsg_ID_9140[] = "__OTR__ast_radio/gMsg_ID_9140"; + +static ALIGN_ASSET(2) char gMsg_ID_9150[] = "__OTR__ast_radio/gMsg_ID_9150"; + +static ALIGN_ASSET(2) char gMsg_ID_9151[] = "__OTR__ast_radio/gMsg_ID_9151"; + +static ALIGN_ASSET(2) char gMsg_ID_9152[] = "__OTR__ast_radio/gMsg_ID_9152"; + +static ALIGN_ASSET(2) char gMsg_ID_9153[] = "__OTR__ast_radio/gMsg_ID_9153"; + +static ALIGN_ASSET(2) char gMsg_ID_9160[] = "__OTR__ast_radio/gMsg_ID_9160"; + +static ALIGN_ASSET(2) char gMsg_ID_9170[] = "__OTR__ast_radio/gMsg_ID_9170"; + +static ALIGN_ASSET(2) char gMsg_ID_9180[] = "__OTR__ast_radio/gMsg_ID_9180"; + +static ALIGN_ASSET(2) char gMsg_ID_9190[] = "__OTR__ast_radio/gMsg_ID_9190"; + +static ALIGN_ASSET(2) char gMsg_ID_9200[] = "__OTR__ast_radio/gMsg_ID_9200"; + +static ALIGN_ASSET(2) char gMsg_ID_9210[] = "__OTR__ast_radio/gMsg_ID_9210"; + +static ALIGN_ASSET(2) char gMsg_ID_9211[] = "__OTR__ast_radio/gMsg_ID_9211"; + +static ALIGN_ASSET(2) char gMsg_ID_9212[] = "__OTR__ast_radio/gMsg_ID_9212"; + +static ALIGN_ASSET(2) char gMsg_ID_9213[] = "__OTR__ast_radio/gMsg_ID_9213"; + +static ALIGN_ASSET(2) char gMsg_ID_9220[] = "__OTR__ast_radio/gMsg_ID_9220"; + +static ALIGN_ASSET(2) char gMsg_ID_9230[] = "__OTR__ast_radio/gMsg_ID_9230"; + +static ALIGN_ASSET(2) char gMsg_ID_9240[] = "__OTR__ast_radio/gMsg_ID_9240"; + +static ALIGN_ASSET(2) char gMsg_ID_9250[] = "__OTR__ast_radio/gMsg_ID_9250"; + +static ALIGN_ASSET(2) char gMsg_ID_9260[] = "__OTR__ast_radio/gMsg_ID_9260"; + +static ALIGN_ASSET(2) char gMsg_ID_9270[] = "__OTR__ast_radio/gMsg_ID_9270"; + +static ALIGN_ASSET(2) char gMsg_ID_9275[] = "__OTR__ast_radio/gMsg_ID_9275"; + +static ALIGN_ASSET(2) char gMsg_ID_9280[] = "__OTR__ast_radio/gMsg_ID_9280"; + +static ALIGN_ASSET(2) char gMsg_ID_9285[] = "__OTR__ast_radio/gMsg_ID_9285"; + +static ALIGN_ASSET(2) char gMsg_ID_9289[] = "__OTR__ast_radio/gMsg_ID_9289"; + +static ALIGN_ASSET(2) char gMsg_ID_9290[] = "__OTR__ast_radio/gMsg_ID_9290"; + +static ALIGN_ASSET(2) char gMsg_ID_9300[] = "__OTR__ast_radio/gMsg_ID_9300"; + +static ALIGN_ASSET(2) char gMsg_ID_9310[] = "__OTR__ast_radio/gMsg_ID_9310"; + +static ALIGN_ASSET(2) char gMsg_ID_9320[] = "__OTR__ast_radio/gMsg_ID_9320"; + +static ALIGN_ASSET(2) char gMsg_ID_9322[] = "__OTR__ast_radio/gMsg_ID_9322"; + +static ALIGN_ASSET(2) char gMsg_ID_9323[] = "__OTR__ast_radio/gMsg_ID_9323"; + +static ALIGN_ASSET(2) char gMsg_ID_9324[] = "__OTR__ast_radio/gMsg_ID_9324"; + +static ALIGN_ASSET(2) char gMsg_ID_9325[] = "__OTR__ast_radio/gMsg_ID_9325"; + +static ALIGN_ASSET(2) char gMsg_ID_9330[] = "__OTR__ast_radio/gMsg_ID_9330"; + +static ALIGN_ASSET(2) char gMsg_ID_9340[] = "__OTR__ast_radio/gMsg_ID_9340"; + +static ALIGN_ASSET(2) char gMsg_ID_9350[] = "__OTR__ast_radio/gMsg_ID_9350"; + +static ALIGN_ASSET(2) char gMsg_ID_9360[] = "__OTR__ast_radio/gMsg_ID_9360"; + +static ALIGN_ASSET(2) char gMsg_ID_9365[] = "__OTR__ast_radio/gMsg_ID_9365"; + +static ALIGN_ASSET(2) char gMsg_ID_9366[] = "__OTR__ast_radio/gMsg_ID_9366"; + +static ALIGN_ASSET(2) char gMsg_ID_9367[] = "__OTR__ast_radio/gMsg_ID_9367"; + +static ALIGN_ASSET(2) char gMsg_ID_9368[] = "__OTR__ast_radio/gMsg_ID_9368"; + +static ALIGN_ASSET(2) char gMsg_ID_9369[] = "__OTR__ast_radio/gMsg_ID_9369"; + +static ALIGN_ASSET(2) char gMsg_ID_9375[] = "__OTR__ast_radio/gMsg_ID_9375"; + +static ALIGN_ASSET(2) char gMsg_ID_9380[] = "__OTR__ast_radio/gMsg_ID_9380"; + +static ALIGN_ASSET(2) char gMsg_ID_9385[] = "__OTR__ast_radio/gMsg_ID_9385"; + +static ALIGN_ASSET(2) char gMsg_ID_9390[] = "__OTR__ast_radio/gMsg_ID_9390"; + +static ALIGN_ASSET(2) char gMsg_ID_9395[] = "__OTR__ast_radio/gMsg_ID_9395"; + +static ALIGN_ASSET(2) char gMsg_ID_9400[] = "__OTR__ast_radio/gMsg_ID_9400"; + +static ALIGN_ASSET(2) char gMsg_ID_9405[] = "__OTR__ast_radio/gMsg_ID_9405"; + +static ALIGN_ASSET(2) char gMsg_ID_9411[] = "__OTR__ast_radio/gMsg_ID_9411"; + +static ALIGN_ASSET(2) char gMsg_ID_9420[] = "__OTR__ast_radio/gMsg_ID_9420"; + +static ALIGN_ASSET(2) char gMsg_ID_9425[] = "__OTR__ast_radio/gMsg_ID_9425"; + +static ALIGN_ASSET(2) char gMsg_ID_9426[] = "__OTR__ast_radio/gMsg_ID_9426"; + +static ALIGN_ASSET(2) char gMsg_ID_9427[] = "__OTR__ast_radio/gMsg_ID_9427"; + +static ALIGN_ASSET(2) char gMsg_ID_9428[] = "__OTR__ast_radio/gMsg_ID_9428"; + +static ALIGN_ASSET(2) char gMsg_ID_9429[] = "__OTR__ast_radio/gMsg_ID_9429"; + +static ALIGN_ASSET(2) char gMsg_ID_9430[] = "__OTR__ast_radio/gMsg_ID_9430"; + +static ALIGN_ASSET(2) char gMsg_ID_9431[] = "__OTR__ast_radio/gMsg_ID_9431"; + +static ALIGN_ASSET(2) char gMsg_ID_9432[] = "__OTR__ast_radio/gMsg_ID_9432"; + +static ALIGN_ASSET(2) char gMsg_ID_9433[] = "__OTR__ast_radio/gMsg_ID_9433"; + +static ALIGN_ASSET(2) char gMsg_ID_9434[] = "__OTR__ast_radio/gMsg_ID_9434"; + +static ALIGN_ASSET(2) char gMsg_ID_9436[] = "__OTR__ast_radio/gMsg_ID_9436"; + +static ALIGN_ASSET(2) char gMsg_ID_9437[] = "__OTR__ast_radio/gMsg_ID_9437"; + +static ALIGN_ASSET(2) char gMsg_ID_9438[] = "__OTR__ast_radio/gMsg_ID_9438"; + +static ALIGN_ASSET(2) char gMsg_ID_10010[] = "__OTR__ast_radio/gMsg_ID_10010"; + +static ALIGN_ASSET(2) char gMsg_ID_10020[] = "__OTR__ast_radio/gMsg_ID_10020"; + +static ALIGN_ASSET(2) char gMsg_ID_10040[] = "__OTR__ast_radio/gMsg_ID_10040"; + +static ALIGN_ASSET(2) char gMsg_ID_10050[] = "__OTR__ast_radio/gMsg_ID_10050"; + +static ALIGN_ASSET(2) char gMsg_ID_10060[] = "__OTR__ast_radio/gMsg_ID_10060"; + +static ALIGN_ASSET(2) char gMsg_ID_10070[] = "__OTR__ast_radio/gMsg_ID_10070"; + +static ALIGN_ASSET(2) char gMsg_ID_10080[] = "__OTR__ast_radio/gMsg_ID_10080"; + +static ALIGN_ASSET(2) char gMsg_ID_10200[] = "__OTR__ast_radio/gMsg_ID_10200"; + +static ALIGN_ASSET(2) char gMsg_ID_10210[] = "__OTR__ast_radio/gMsg_ID_10210"; + +static ALIGN_ASSET(2) char gMsg_ID_10220[] = "__OTR__ast_radio/gMsg_ID_10220"; + +static ALIGN_ASSET(2) char gMsg_ID_10230[] = "__OTR__ast_radio/gMsg_ID_10230"; + +static ALIGN_ASSET(2) char gMsg_ID_10255[] = "__OTR__ast_radio/gMsg_ID_10255"; + +static ALIGN_ASSET(2) char gMsg_ID_10300[] = "__OTR__ast_radio/gMsg_ID_10300"; + +static ALIGN_ASSET(2) char gMsg_ID_10310[] = "__OTR__ast_radio/gMsg_ID_10310"; + +static ALIGN_ASSET(2) char gMsg_ID_10320[] = "__OTR__ast_radio/gMsg_ID_10320"; + +static ALIGN_ASSET(2) char gMsg_ID_10321[] = "__OTR__ast_radio/gMsg_ID_10321"; + +static ALIGN_ASSET(2) char gMsg_ID_10322[] = "__OTR__ast_radio/gMsg_ID_10322"; + +static ALIGN_ASSET(2) char gMsg_ID_10323[] = "__OTR__ast_radio/gMsg_ID_10323"; + +static ALIGN_ASSET(2) char gMsg_ID_10324[] = "__OTR__ast_radio/gMsg_ID_10324"; + +static ALIGN_ASSET(2) char gMsg_ID_11010[] = "__OTR__ast_radio/gMsg_ID_11010"; + +static ALIGN_ASSET(2) char gMsg_ID_11020[] = "__OTR__ast_radio/gMsg_ID_11020"; + +static ALIGN_ASSET(2) char gMsg_ID_11030[] = "__OTR__ast_radio/gMsg_ID_11030"; + +static ALIGN_ASSET(2) char gMsg_ID_11040[] = "__OTR__ast_radio/gMsg_ID_11040"; + +static ALIGN_ASSET(2) char gMsg_ID_11050[] = "__OTR__ast_radio/gMsg_ID_11050"; + +static ALIGN_ASSET(2) char gMsg_ID_11060[] = "__OTR__ast_radio/gMsg_ID_11060"; + +static ALIGN_ASSET(2) char gMsg_ID_11100[] = "__OTR__ast_radio/gMsg_ID_11100"; + +static ALIGN_ASSET(2) char gMsg_ID_11110[] = "__OTR__ast_radio/gMsg_ID_11110"; + +static ALIGN_ASSET(2) char gMsg_ID_11120[] = "__OTR__ast_radio/gMsg_ID_11120"; + +static ALIGN_ASSET(2) char gMsg_ID_11130[] = "__OTR__ast_radio/gMsg_ID_11130"; + +static ALIGN_ASSET(2) char gMsg_ID_11150[] = "__OTR__ast_radio/gMsg_ID_11150"; + +static ALIGN_ASSET(2) char gMsg_ID_11160[] = "__OTR__ast_radio/gMsg_ID_11160"; + +static ALIGN_ASSET(2) char gMsg_ID_11200[] = "__OTR__ast_radio/gMsg_ID_11200"; + +static ALIGN_ASSET(2) char gMsg_ID_11210[] = "__OTR__ast_radio/gMsg_ID_11210"; + +static ALIGN_ASSET(2) char gMsg_ID_11220[] = "__OTR__ast_radio/gMsg_ID_11220"; + +static ALIGN_ASSET(2) char gMsg_ID_11230[] = "__OTR__ast_radio/gMsg_ID_11230"; + +static ALIGN_ASSET(2) char gMsg_ID_11240[] = "__OTR__ast_radio/gMsg_ID_11240"; + +static ALIGN_ASSET(2) char gMsg_ID_11241[] = "__OTR__ast_radio/gMsg_ID_11241"; + +static ALIGN_ASSET(2) char gMsg_ID_14020[] = "__OTR__ast_radio/gMsg_ID_14020"; + +static ALIGN_ASSET(2) char gMsg_ID_14030[] = "__OTR__ast_radio/gMsg_ID_14030"; + +static ALIGN_ASSET(2) char gMsg_ID_14040[] = "__OTR__ast_radio/gMsg_ID_14040"; + +static ALIGN_ASSET(2) char gMsg_ID_14045[] = "__OTR__ast_radio/gMsg_ID_14045"; + +static ALIGN_ASSET(2) char gMsg_ID_14050[] = "__OTR__ast_radio/gMsg_ID_14050"; + +static ALIGN_ASSET(2) char gMsg_ID_14060[] = "__OTR__ast_radio/gMsg_ID_14060"; + +static ALIGN_ASSET(2) char gMsg_ID_14070[] = "__OTR__ast_radio/gMsg_ID_14070"; + +static ALIGN_ASSET(2) char gMsg_ID_14080[] = "__OTR__ast_radio/gMsg_ID_14080"; + +static ALIGN_ASSET(2) char gMsg_ID_14100[] = "__OTR__ast_radio/gMsg_ID_14100"; + +static ALIGN_ASSET(2) char gMsg_ID_14110[] = "__OTR__ast_radio/gMsg_ID_14110"; + +static ALIGN_ASSET(2) char gMsg_ID_14120[] = "__OTR__ast_radio/gMsg_ID_14120"; + +static ALIGN_ASSET(2) char gMsg_ID_14130[] = "__OTR__ast_radio/gMsg_ID_14130"; + +static ALIGN_ASSET(2) char gMsg_ID_14140[] = "__OTR__ast_radio/gMsg_ID_14140"; + +static ALIGN_ASSET(2) char gMsg_ID_14150[] = "__OTR__ast_radio/gMsg_ID_14150"; + +static ALIGN_ASSET(2) char gMsg_ID_14160[] = "__OTR__ast_radio/gMsg_ID_14160"; + +static ALIGN_ASSET(2) char gMsg_ID_14170[] = "__OTR__ast_radio/gMsg_ID_14170"; + +static ALIGN_ASSET(2) char gMsg_ID_14180[] = "__OTR__ast_radio/gMsg_ID_14180"; + +static ALIGN_ASSET(2) char gMsg_ID_14190[] = "__OTR__ast_radio/gMsg_ID_14190"; + +static ALIGN_ASSET(2) char gMsg_ID_14200[] = "__OTR__ast_radio/gMsg_ID_14200"; + +static ALIGN_ASSET(2) char gMsg_ID_14210[] = "__OTR__ast_radio/gMsg_ID_14210"; + +static ALIGN_ASSET(2) char gMsg_ID_14220[] = "__OTR__ast_radio/gMsg_ID_14220"; + +static ALIGN_ASSET(2) char gMsg_ID_14230[] = "__OTR__ast_radio/gMsg_ID_14230"; + +static ALIGN_ASSET(2) char gMsg_ID_14300[] = "__OTR__ast_radio/gMsg_ID_14300"; + +static ALIGN_ASSET(2) char gMsg_ID_14310[] = "__OTR__ast_radio/gMsg_ID_14310"; + +static ALIGN_ASSET(2) char gMsg_ID_14320[] = "__OTR__ast_radio/gMsg_ID_14320"; + +static ALIGN_ASSET(2) char gMsg_ID_14330[] = "__OTR__ast_radio/gMsg_ID_14330"; + +static ALIGN_ASSET(2) char gMsg_ID_14340[] = "__OTR__ast_radio/gMsg_ID_14340"; + +static ALIGN_ASSET(2) char gMsg_ID_14350[] = "__OTR__ast_radio/gMsg_ID_14350"; + +static ALIGN_ASSET(2) char gMsg_ID_14360[] = "__OTR__ast_radio/gMsg_ID_14360"; + +static ALIGN_ASSET(2) char gMsg_ID_14370[] = "__OTR__ast_radio/gMsg_ID_14370"; + +static ALIGN_ASSET(2) char gMsg_ID_15010[] = "__OTR__ast_radio/gMsg_ID_15010"; + +static ALIGN_ASSET(2) char gMsg_ID_15030[] = "__OTR__ast_radio/gMsg_ID_15030"; + +static ALIGN_ASSET(2) char gMsg_ID_15040[] = "__OTR__ast_radio/gMsg_ID_15040"; + +static ALIGN_ASSET(2) char gMsg_ID_15045[] = "__OTR__ast_radio/gMsg_ID_15045"; + +static ALIGN_ASSET(2) char gMsg_ID_15050[] = "__OTR__ast_radio/gMsg_ID_15050"; + +static ALIGN_ASSET(2) char gMsg_ID_15051[] = "__OTR__ast_radio/gMsg_ID_15051"; + +static ALIGN_ASSET(2) char gMsg_ID_15052[] = "__OTR__ast_radio/gMsg_ID_15052"; + +static ALIGN_ASSET(2) char gMsg_ID_15053[] = "__OTR__ast_radio/gMsg_ID_15053"; + +static ALIGN_ASSET(2) char gMsg_ID_15054[] = "__OTR__ast_radio/gMsg_ID_15054"; + +static ALIGN_ASSET(2) char gMsg_ID_15060[] = "__OTR__ast_radio/gMsg_ID_15060"; + +static ALIGN_ASSET(2) char gMsg_ID_15100[] = "__OTR__ast_radio/gMsg_ID_15100"; + +static ALIGN_ASSET(2) char gMsg_ID_15110[] = "__OTR__ast_radio/gMsg_ID_15110"; + +static ALIGN_ASSET(2) char gMsg_ID_15120[] = "__OTR__ast_radio/gMsg_ID_15120"; + +static ALIGN_ASSET(2) char gMsg_ID_15130[] = "__OTR__ast_radio/gMsg_ID_15130"; + +static ALIGN_ASSET(2) char gMsg_ID_15140[] = "__OTR__ast_radio/gMsg_ID_15140"; + +static ALIGN_ASSET(2) char gMsg_ID_15200[] = "__OTR__ast_radio/gMsg_ID_15200"; + +static ALIGN_ASSET(2) char gMsg_ID_15210[] = "__OTR__ast_radio/gMsg_ID_15210"; + +static ALIGN_ASSET(2) char gMsg_ID_15220[] = "__OTR__ast_radio/gMsg_ID_15220"; + +static ALIGN_ASSET(2) char gMsg_ID_15230[] = "__OTR__ast_radio/gMsg_ID_15230"; + +static ALIGN_ASSET(2) char gMsg_ID_15240[] = "__OTR__ast_radio/gMsg_ID_15240"; + +static ALIGN_ASSET(2) char gMsg_ID_15250[] = "__OTR__ast_radio/gMsg_ID_15250"; + +static ALIGN_ASSET(2) char gMsg_ID_15251[] = "__OTR__ast_radio/gMsg_ID_15251"; + +static ALIGN_ASSET(2) char gMsg_ID_15252[] = "__OTR__ast_radio/gMsg_ID_15252"; + +static ALIGN_ASSET(2) char gMsg_ID_15253[] = "__OTR__ast_radio/gMsg_ID_15253"; + +static ALIGN_ASSET(2) char gMsg_ID_15254[] = "__OTR__ast_radio/gMsg_ID_15254"; + +static ALIGN_ASSET(2) char gMsg_ID_16010[] = "__OTR__ast_radio/gMsg_ID_16010"; + +static ALIGN_ASSET(2) char gMsg_ID_16020[] = "__OTR__ast_radio/gMsg_ID_16020"; + +static ALIGN_ASSET(2) char gMsg_ID_16030[] = "__OTR__ast_radio/gMsg_ID_16030"; + +static ALIGN_ASSET(2) char gMsg_ID_16040[] = "__OTR__ast_radio/gMsg_ID_16040"; + +static ALIGN_ASSET(2) char gMsg_ID_16046[] = "__OTR__ast_radio/gMsg_ID_16046"; + +static ALIGN_ASSET(2) char gMsg_ID_16047[] = "__OTR__ast_radio/gMsg_ID_16047"; + +static ALIGN_ASSET(2) char gMsg_ID_16050[] = "__OTR__ast_radio/gMsg_ID_16050"; + +static ALIGN_ASSET(2) char gMsg_ID_16055[] = "__OTR__ast_radio/gMsg_ID_16055"; + +static ALIGN_ASSET(2) char gMsg_ID_16060[] = "__OTR__ast_radio/gMsg_ID_16060"; + +static ALIGN_ASSET(2) char gMsg_ID_16080[] = "__OTR__ast_radio/gMsg_ID_16080"; + +static ALIGN_ASSET(2) char gMsg_ID_16085[] = "__OTR__ast_radio/gMsg_ID_16085"; + +static ALIGN_ASSET(2) char gMsg_ID_16090[] = "__OTR__ast_radio/gMsg_ID_16090"; + +static ALIGN_ASSET(2) char gMsg_ID_16100[] = "__OTR__ast_radio/gMsg_ID_16100"; + +static ALIGN_ASSET(2) char gMsg_ID_16110[] = "__OTR__ast_radio/gMsg_ID_16110"; + +static ALIGN_ASSET(2) char gMsg_ID_16120[] = "__OTR__ast_radio/gMsg_ID_16120"; + +static ALIGN_ASSET(2) char gMsg_ID_16125[] = "__OTR__ast_radio/gMsg_ID_16125"; + +static ALIGN_ASSET(2) char gMsg_ID_16130[] = "__OTR__ast_radio/gMsg_ID_16130"; + +static ALIGN_ASSET(2) char gMsg_ID_16135[] = "__OTR__ast_radio/gMsg_ID_16135"; + +static ALIGN_ASSET(2) char gMsg_ID_16140[] = "__OTR__ast_radio/gMsg_ID_16140"; + +static ALIGN_ASSET(2) char gMsg_ID_16150[] = "__OTR__ast_radio/gMsg_ID_16150"; + +static ALIGN_ASSET(2) char gMsg_ID_16160[] = "__OTR__ast_radio/gMsg_ID_16160"; + +static ALIGN_ASSET(2) char gMsg_ID_16165[] = "__OTR__ast_radio/gMsg_ID_16165"; + +static ALIGN_ASSET(2) char gMsg_ID_16170[] = "__OTR__ast_radio/gMsg_ID_16170"; + +static ALIGN_ASSET(2) char gMsg_ID_16175[] = "__OTR__ast_radio/gMsg_ID_16175"; + +static ALIGN_ASSET(2) char gMsg_ID_16180[] = "__OTR__ast_radio/gMsg_ID_16180"; + +static ALIGN_ASSET(2) char gMsg_ID_16185[] = "__OTR__ast_radio/gMsg_ID_16185"; + +static ALIGN_ASSET(2) char gMsg_ID_16200[] = "__OTR__ast_radio/gMsg_ID_16200"; + +static ALIGN_ASSET(2) char gMsg_ID_16210[] = "__OTR__ast_radio/gMsg_ID_16210"; + +static ALIGN_ASSET(2) char gMsg_ID_16220[] = "__OTR__ast_radio/gMsg_ID_16220"; + +static ALIGN_ASSET(2) char gMsg_ID_16230[] = "__OTR__ast_radio/gMsg_ID_16230"; + +static ALIGN_ASSET(2) char gMsg_ID_16240[] = "__OTR__ast_radio/gMsg_ID_16240"; + +static ALIGN_ASSET(2) char gMsg_ID_16250[] = "__OTR__ast_radio/gMsg_ID_16250"; + +static ALIGN_ASSET(2) char gMsg_ID_16260[] = "__OTR__ast_radio/gMsg_ID_16260"; + +static ALIGN_ASSET(2) char gMsg_ID_16270[] = "__OTR__ast_radio/gMsg_ID_16270"; + +static ALIGN_ASSET(2) char gMsg_ID_16280[] = "__OTR__ast_radio/gMsg_ID_16280"; + +static ALIGN_ASSET(2) char gMsg_ID_17010[] = "__OTR__ast_radio/gMsg_ID_17010"; + +static ALIGN_ASSET(2) char gMsg_ID_17020[] = "__OTR__ast_radio/gMsg_ID_17020"; + +static ALIGN_ASSET(2) char gMsg_ID_17030[] = "__OTR__ast_radio/gMsg_ID_17030"; + +static ALIGN_ASSET(2) char gMsg_ID_17100[] = "__OTR__ast_radio/gMsg_ID_17100"; + +static ALIGN_ASSET(2) char gMsg_ID_17110[] = "__OTR__ast_radio/gMsg_ID_17110"; + +static ALIGN_ASSET(2) char gMsg_ID_17120[] = "__OTR__ast_radio/gMsg_ID_17120"; + +static ALIGN_ASSET(2) char gMsg_ID_17130[] = "__OTR__ast_radio/gMsg_ID_17130"; + +static ALIGN_ASSET(2) char gMsg_ID_17131[] = "__OTR__ast_radio/gMsg_ID_17131"; + +static ALIGN_ASSET(2) char gMsg_ID_17140[] = "__OTR__ast_radio/gMsg_ID_17140"; + +static ALIGN_ASSET(2) char gMsg_ID_17150[] = "__OTR__ast_radio/gMsg_ID_17150"; + +static ALIGN_ASSET(2) char gMsg_ID_17160[] = "__OTR__ast_radio/gMsg_ID_17160"; + +static ALIGN_ASSET(2) char gMsg_ID_17170[] = "__OTR__ast_radio/gMsg_ID_17170"; + +static ALIGN_ASSET(2) char gMsg_ID_17300[] = "__OTR__ast_radio/gMsg_ID_17300"; + +static ALIGN_ASSET(2) char gMsg_ID_17310[] = "__OTR__ast_radio/gMsg_ID_17310"; + +static ALIGN_ASSET(2) char gMsg_ID_17320[] = "__OTR__ast_radio/gMsg_ID_17320"; + +static ALIGN_ASSET(2) char gMsg_ID_17330[] = "__OTR__ast_radio/gMsg_ID_17330"; + +static ALIGN_ASSET(2) char gMsg_ID_17350[] = "__OTR__ast_radio/gMsg_ID_17350"; + +static ALIGN_ASSET(2) char gMsg_ID_17360[] = "__OTR__ast_radio/gMsg_ID_17360"; + +static ALIGN_ASSET(2) char gMsg_ID_17370[] = "__OTR__ast_radio/gMsg_ID_17370"; + +static ALIGN_ASSET(2) char gMsg_ID_17380[] = "__OTR__ast_radio/gMsg_ID_17380"; + +static ALIGN_ASSET(2) char gMsg_ID_17390[] = "__OTR__ast_radio/gMsg_ID_17390"; + +static ALIGN_ASSET(2) char gMsg_ID_17400[] = "__OTR__ast_radio/gMsg_ID_17400"; + +static ALIGN_ASSET(2) char gMsg_ID_17410[] = "__OTR__ast_radio/gMsg_ID_17410"; + +static ALIGN_ASSET(2) char gMsg_ID_17420[] = "__OTR__ast_radio/gMsg_ID_17420"; + +static ALIGN_ASSET(2) char gMsg_ID_17430[] = "__OTR__ast_radio/gMsg_ID_17430"; + +static ALIGN_ASSET(2) char gMsg_ID_17440[] = "__OTR__ast_radio/gMsg_ID_17440"; + +static ALIGN_ASSET(2) char gMsg_ID_17450[] = "__OTR__ast_radio/gMsg_ID_17450"; + +static ALIGN_ASSET(2) char gMsg_ID_17460[] = "__OTR__ast_radio/gMsg_ID_17460"; + +static ALIGN_ASSET(2) char gMsg_ID_17470[] = "__OTR__ast_radio/gMsg_ID_17470"; + +static ALIGN_ASSET(2) char gMsg_ID_17471[] = "__OTR__ast_radio/gMsg_ID_17471"; + +static ALIGN_ASSET(2) char gMsg_ID_17472[] = "__OTR__ast_radio/gMsg_ID_17472"; + +static ALIGN_ASSET(2) char gMsg_ID_17473[] = "__OTR__ast_radio/gMsg_ID_17473"; + +static ALIGN_ASSET(2) char gMsg_ID_17474[] = "__OTR__ast_radio/gMsg_ID_17474"; + +static ALIGN_ASSET(2) char gMsg_ID_17475[] = "__OTR__ast_radio/gMsg_ID_17475"; + +static ALIGN_ASSET(2) char gMsg_ID_17476[] = "__OTR__ast_radio/gMsg_ID_17476"; + +static ALIGN_ASSET(2) char gMsg_ID_18000[] = "__OTR__ast_radio/gMsg_ID_18000"; + +static ALIGN_ASSET(2) char gMsg_ID_18005[] = "__OTR__ast_radio/gMsg_ID_18005"; + +static ALIGN_ASSET(2) char gMsg_ID_18006[] = "__OTR__ast_radio/gMsg_ID_18006"; + +static ALIGN_ASSET(2) char gMsg_ID_18007[] = "__OTR__ast_radio/gMsg_ID_18007"; + +static ALIGN_ASSET(2) char gMsg_ID_18010[] = "__OTR__ast_radio/gMsg_ID_18010"; + +static ALIGN_ASSET(2) char gMsg_ID_18015[] = "__OTR__ast_radio/gMsg_ID_18015"; + +static ALIGN_ASSET(2) char gMsg_ID_18018[] = "__OTR__ast_radio/gMsg_ID_18018"; + +static ALIGN_ASSET(2) char gMsg_ID_18020[] = "__OTR__ast_radio/gMsg_ID_18020"; + +static ALIGN_ASSET(2) char gMsg_ID_18021[] = "__OTR__ast_radio/gMsg_ID_18021"; + +static ALIGN_ASSET(2) char gMsg_ID_18022[] = "__OTR__ast_radio/gMsg_ID_18022"; + +static ALIGN_ASSET(2) char gMsg_ID_18025[] = "__OTR__ast_radio/gMsg_ID_18025"; + +static ALIGN_ASSET(2) char gMsg_ID_18030[] = "__OTR__ast_radio/gMsg_ID_18030"; + +static ALIGN_ASSET(2) char gMsg_ID_18031[] = "__OTR__ast_radio/gMsg_ID_18031"; + +static ALIGN_ASSET(2) char gMsg_ID_18035[] = "__OTR__ast_radio/gMsg_ID_18035"; + +static ALIGN_ASSET(2) char gMsg_ID_18040[] = "__OTR__ast_radio/gMsg_ID_18040"; + +static ALIGN_ASSET(2) char gMsg_ID_18045[] = "__OTR__ast_radio/gMsg_ID_18045"; + +static ALIGN_ASSET(2) char gMsg_ID_18050[] = "__OTR__ast_radio/gMsg_ID_18050"; + +static ALIGN_ASSET(2) char gMsg_ID_18055[] = "__OTR__ast_radio/gMsg_ID_18055"; + +static ALIGN_ASSET(2) char gMsg_ID_18060[] = "__OTR__ast_radio/gMsg_ID_18060"; + +static ALIGN_ASSET(2) char gMsg_ID_18065[] = "__OTR__ast_radio/gMsg_ID_18065"; + +static ALIGN_ASSET(2) char gMsg_ID_18066[] = "__OTR__ast_radio/gMsg_ID_18066"; + +static ALIGN_ASSET(2) char gMsg_ID_18070[] = "__OTR__ast_radio/gMsg_ID_18070"; + +static ALIGN_ASSET(2) char gMsg_ID_18075[] = "__OTR__ast_radio/gMsg_ID_18075"; + +static ALIGN_ASSET(2) char gMsg_ID_18080[] = "__OTR__ast_radio/gMsg_ID_18080"; + +static ALIGN_ASSET(2) char gMsg_ID_18085[] = "__OTR__ast_radio/gMsg_ID_18085"; + +static ALIGN_ASSET(2) char gMsg_ID_18090[] = "__OTR__ast_radio/gMsg_ID_18090"; + +static ALIGN_ASSET(2) char gMsg_ID_18095[] = "__OTR__ast_radio/gMsg_ID_18095"; + +static ALIGN_ASSET(2) char gMsg_ID_18100[] = "__OTR__ast_radio/gMsg_ID_18100"; + +static ALIGN_ASSET(2) char gMsg_ID_18105[] = "__OTR__ast_radio/gMsg_ID_18105"; + +static ALIGN_ASSET(2) char gMsg_ID_18120[] = "__OTR__ast_radio/gMsg_ID_18120"; + +static ALIGN_ASSET(2) char gMsg_ID_18130[] = "__OTR__ast_radio/gMsg_ID_18130"; + +static ALIGN_ASSET(2) char gMsg_ID_18140[] = "__OTR__ast_radio/gMsg_ID_18140"; + +static ALIGN_ASSET(2) char gMsg_ID_18150[] = "__OTR__ast_radio/gMsg_ID_18150"; + +static ALIGN_ASSET(2) char gMsg_ID_19010[] = "__OTR__ast_radio/gMsg_ID_19010"; + +static ALIGN_ASSET(2) char gMsg_ID_19205[] = "__OTR__ast_radio/gMsg_ID_19205"; + +static ALIGN_ASSET(2) char gMsg_ID_19200[] = "__OTR__ast_radio/gMsg_ID_19200"; + +static ALIGN_ASSET(2) char gMsg_ID_19210[] = "__OTR__ast_radio/gMsg_ID_19210"; + +static ALIGN_ASSET(2) char gMsg_ID_19220[] = "__OTR__ast_radio/gMsg_ID_19220"; + +static ALIGN_ASSET(2) char gMsg_ID_19230[] = "__OTR__ast_radio/gMsg_ID_19230"; + +static ALIGN_ASSET(2) char gMsg_ID_19240[] = "__OTR__ast_radio/gMsg_ID_19240"; + +static ALIGN_ASSET(2) char gMsg_ID_19250[] = "__OTR__ast_radio/gMsg_ID_19250"; + +static ALIGN_ASSET(2) char gMsg_ID_19325[] = "__OTR__ast_radio/gMsg_ID_19325"; + +static ALIGN_ASSET(2) char gMsg_ID_19330[] = "__OTR__ast_radio/gMsg_ID_19330"; + +static ALIGN_ASSET(2) char gMsg_ID_19335[] = "__OTR__ast_radio/gMsg_ID_19335"; + +static ALIGN_ASSET(2) char gMsg_ID_19340[] = "__OTR__ast_radio/gMsg_ID_19340"; + +static ALIGN_ASSET(2) char gMsg_ID_19350[] = "__OTR__ast_radio/gMsg_ID_19350"; + +static ALIGN_ASSET(2) char gMsg_ID_19355[] = "__OTR__ast_radio/gMsg_ID_19355"; + +static ALIGN_ASSET(2) char gMsg_ID_19360[] = "__OTR__ast_radio/gMsg_ID_19360"; + +static ALIGN_ASSET(2) char gMsg_ID_19370[] = "__OTR__ast_radio/gMsg_ID_19370"; + +static ALIGN_ASSET(2) char gMsg_ID_19400[] = "__OTR__ast_radio/gMsg_ID_19400"; + +static ALIGN_ASSET(2) char gMsg_ID_19410[] = "__OTR__ast_radio/gMsg_ID_19410"; + +static ALIGN_ASSET(2) char gMsg_ID_19420[] = "__OTR__ast_radio/gMsg_ID_19420"; + +static ALIGN_ASSET(2) char gMsg_ID_19430[] = "__OTR__ast_radio/gMsg_ID_19430"; + +static ALIGN_ASSET(2) char gMsg_ID_19440[] = "__OTR__ast_radio/gMsg_ID_19440"; + +static ALIGN_ASSET(2) char gMsg_ID_19450[] = "__OTR__ast_radio/gMsg_ID_19450"; + +static ALIGN_ASSET(2) char gMsg_ID_19451[] = "__OTR__ast_radio/gMsg_ID_19451"; + +static ALIGN_ASSET(2) char gMsg_ID_19452[] = "__OTR__ast_radio/gMsg_ID_19452"; + +static ALIGN_ASSET(2) char gMsg_ID_19453[] = "__OTR__ast_radio/gMsg_ID_19453"; + +static ALIGN_ASSET(2) char gMsg_ID_19454[] = "__OTR__ast_radio/gMsg_ID_19454"; + +static ALIGN_ASSET(2) char gMsg_ID_19455[] = "__OTR__ast_radio/gMsg_ID_19455"; + +static ALIGN_ASSET(2) char gMsg_ID_19456[] = "__OTR__ast_radio/gMsg_ID_19456"; + +static ALIGN_ASSET(2) char gMsg_ID_19457[] = "__OTR__ast_radio/gMsg_ID_19457"; + +static ALIGN_ASSET(2) char gMsg_ID_19458[] = "__OTR__ast_radio/gMsg_ID_19458"; + +static ALIGN_ASSET(2) char gMsg_ID_19459[] = "__OTR__ast_radio/gMsg_ID_19459"; + +static ALIGN_ASSET(2) char gMsg_ID_19460[] = "__OTR__ast_radio/gMsg_ID_19460"; + +static ALIGN_ASSET(2) char gMsg_ID_19461[] = "__OTR__ast_radio/gMsg_ID_19461"; + +static ALIGN_ASSET(2) char gMsg_ID_19462[] = "__OTR__ast_radio/gMsg_ID_19462"; + +static ALIGN_ASSET(2) char gMsg_ID_19463[] = "__OTR__ast_radio/gMsg_ID_19463"; + +static ALIGN_ASSET(2) char gMsg_ID_19464[] = "__OTR__ast_radio/gMsg_ID_19464"; + +static ALIGN_ASSET(2) char gMsg_ID_19465[] = "__OTR__ast_radio/gMsg_ID_19465"; + +static ALIGN_ASSET(2) char gMsg_ID_19466[] = "__OTR__ast_radio/gMsg_ID_19466"; + +static ALIGN_ASSET(2) char gMsg_ID_19467[] = "__OTR__ast_radio/gMsg_ID_19467"; + +static ALIGN_ASSET(2) char gMsg_ID_19468[] = "__OTR__ast_radio/gMsg_ID_19468"; + +static ALIGN_ASSET(2) char gMsg_ID_20010[] = "__OTR__ast_radio/gMsg_ID_20010"; + +static ALIGN_ASSET(2) char gMsg_ID_20011[] = "__OTR__ast_radio/gMsg_ID_20011"; + +static ALIGN_ASSET(2) char gMsg_ID_20012[] = "__OTR__ast_radio/gMsg_ID_20012"; + +static ALIGN_ASSET(2) char gMsg_ID_20013[] = "__OTR__ast_radio/gMsg_ID_20013"; + +static ALIGN_ASSET(2) char gMsg_ID_20014[] = "__OTR__ast_radio/gMsg_ID_20014"; + +static ALIGN_ASSET(2) char gMsg_ID_20015[] = "__OTR__ast_radio/gMsg_ID_20015"; + +static ALIGN_ASSET(2) char gMsg_ID_20016[] = "__OTR__ast_radio/gMsg_ID_20016"; + +static ALIGN_ASSET(2) char gMsg_ID_20017[] = "__OTR__ast_radio/gMsg_ID_20017"; + +static ALIGN_ASSET(2) char gMsg_ID_20018[] = "__OTR__ast_radio/gMsg_ID_20018"; + +static ALIGN_ASSET(2) char gMsg_ID_20019[] = "__OTR__ast_radio/gMsg_ID_20019"; + +static ALIGN_ASSET(2) char gMsg_ID_20020[] = "__OTR__ast_radio/gMsg_ID_20020"; + +static ALIGN_ASSET(2) char gMsg_ID_20030[] = "__OTR__ast_radio/gMsg_ID_20030"; + +static ALIGN_ASSET(2) char gMsg_ID_20040[] = "__OTR__ast_radio/gMsg_ID_20040"; + +static ALIGN_ASSET(2) char gMsg_ID_20050[] = "__OTR__ast_radio/gMsg_ID_20050"; + +static ALIGN_ASSET(2) char gMsg_ID_20060[] = "__OTR__ast_radio/gMsg_ID_20060"; + +static ALIGN_ASSET(2) char gMsg_ID_20070[] = "__OTR__ast_radio/gMsg_ID_20070"; + +static ALIGN_ASSET(2) char gMsg_ID_20080[] = "__OTR__ast_radio/gMsg_ID_20080"; + +static ALIGN_ASSET(2) char gMsg_ID_20084[] = "__OTR__ast_radio/gMsg_ID_20084"; + +static ALIGN_ASSET(2) char gMsg_ID_20085[] = "__OTR__ast_radio/gMsg_ID_20085"; + +static ALIGN_ASSET(2) char gMsg_ID_20090[] = "__OTR__ast_radio/gMsg_ID_20090"; + +static ALIGN_ASSET(2) char gMsg_ID_20091[] = "__OTR__ast_radio/gMsg_ID_20091"; + +static ALIGN_ASSET(2) char gMsg_ID_20092[] = "__OTR__ast_radio/gMsg_ID_20092"; + +static ALIGN_ASSET(2) char gMsg_ID_20150[] = "__OTR__ast_radio/gMsg_ID_20150"; + +static ALIGN_ASSET(2) char gMsg_ID_20160[] = "__OTR__ast_radio/gMsg_ID_20160"; + +static ALIGN_ASSET(2) char gMsg_ID_20170[] = "__OTR__ast_radio/gMsg_ID_20170"; + +static ALIGN_ASSET(2) char gMsg_ID_20180[] = "__OTR__ast_radio/gMsg_ID_20180"; + +static ALIGN_ASSET(2) char gMsg_ID_20190[] = "__OTR__ast_radio/gMsg_ID_20190"; + +static ALIGN_ASSET(2) char gMsg_ID_20200[] = "__OTR__ast_radio/gMsg_ID_20200"; + +static ALIGN_ASSET(2) char gMsg_ID_20210[] = "__OTR__ast_radio/gMsg_ID_20210"; + +static ALIGN_ASSET(2) char gMsg_ID_20220[] = "__OTR__ast_radio/gMsg_ID_20220"; + +static ALIGN_ASSET(2) char gMsg_ID_20221[] = "__OTR__ast_radio/gMsg_ID_20221"; + +static ALIGN_ASSET(2) char gMsg_ID_20222[] = "__OTR__ast_radio/gMsg_ID_20222"; + +static ALIGN_ASSET(2) char gMsg_ID_20230[] = "__OTR__ast_radio/gMsg_ID_20230"; + +static ALIGN_ASSET(2) char gMsg_ID_20235[] = "__OTR__ast_radio/gMsg_ID_20235"; + +static ALIGN_ASSET(2) char gMsg_ID_20236[] = "__OTR__ast_radio/gMsg_ID_20236"; + +static ALIGN_ASSET(2) char gMsg_ID_20237[] = "__OTR__ast_radio/gMsg_ID_20237"; + +static ALIGN_ASSET(2) char gMsg_ID_20238[] = "__OTR__ast_radio/gMsg_ID_20238"; + +static ALIGN_ASSET(2) char gMsg_ID_20239[] = "__OTR__ast_radio/gMsg_ID_20239"; + +static ALIGN_ASSET(2) char gMsg_ID_20250[] = "__OTR__ast_radio/gMsg_ID_20250"; + +static ALIGN_ASSET(2) char gMsg_ID_20260[] = "__OTR__ast_radio/gMsg_ID_20260"; + +static ALIGN_ASSET(2) char gMsg_ID_20261[] = "__OTR__ast_radio/gMsg_ID_20261"; + +static ALIGN_ASSET(2) char gMsg_ID_20262[] = "__OTR__ast_radio/gMsg_ID_20262"; + +static ALIGN_ASSET(2) char gMsg_ID_20263[] = "__OTR__ast_radio/gMsg_ID_20263"; + +static ALIGN_ASSET(2) char gMsg_ID_20264[] = "__OTR__ast_radio/gMsg_ID_20264"; + +static ALIGN_ASSET(2) char gMsg_ID_20265[] = "__OTR__ast_radio/gMsg_ID_20265"; + +static ALIGN_ASSET(2) char gMsg_ID_20266[] = "__OTR__ast_radio/gMsg_ID_20266"; + +static ALIGN_ASSET(2) char gMsg_ID_20267[] = "__OTR__ast_radio/gMsg_ID_20267"; + +static ALIGN_ASSET(2) char gMsg_ID_20268[] = "__OTR__ast_radio/gMsg_ID_20268"; + +static ALIGN_ASSET(2) char gMsg_ID_20269[] = "__OTR__ast_radio/gMsg_ID_20269"; + +static ALIGN_ASSET(2) char gMsg_ID_20270[] = "__OTR__ast_radio/gMsg_ID_20270"; + +static ALIGN_ASSET(2) char gMsg_ID_20271[] = "__OTR__ast_radio/gMsg_ID_20271"; + +static ALIGN_ASSET(2) char gMsg_ID_20272[] = "__OTR__ast_radio/gMsg_ID_20272"; + +static ALIGN_ASSET(2) char gMsg_ID_20273[] = "__OTR__ast_radio/gMsg_ID_20273"; + +static ALIGN_ASSET(2) char gMsg_ID_20274[] = "__OTR__ast_radio/gMsg_ID_20274"; + +static ALIGN_ASSET(2) char gMsg_ID_20275[] = "__OTR__ast_radio/gMsg_ID_20275"; + +static ALIGN_ASSET(2) char gMsg_ID_20276[] = "__OTR__ast_radio/gMsg_ID_20276"; + +static ALIGN_ASSET(2) char gMsg_ID_20277[] = "__OTR__ast_radio/gMsg_ID_20277"; + +static ALIGN_ASSET(2) char gMsg_ID_20278[] = "__OTR__ast_radio/gMsg_ID_20278"; + +static ALIGN_ASSET(2) char gMsg_ID_20279[] = "__OTR__ast_radio/gMsg_ID_20279"; + +static ALIGN_ASSET(2) char gMsg_ID_20280[] = "__OTR__ast_radio/gMsg_ID_20280"; + +static ALIGN_ASSET(2) char gMsg_ID_20281[] = "__OTR__ast_radio/gMsg_ID_20281"; + +static ALIGN_ASSET(2) char gMsg_ID_20282[] = "__OTR__ast_radio/gMsg_ID_20282"; + +static ALIGN_ASSET(2) char gMsg_ID_20283[] = "__OTR__ast_radio/gMsg_ID_20283"; + +static ALIGN_ASSET(2) char gMsg_ID_20284[] = "__OTR__ast_radio/gMsg_ID_20284"; + +static ALIGN_ASSET(2) char gMsg_ID_20285[] = "__OTR__ast_radio/gMsg_ID_20285"; + +static ALIGN_ASSET(2) char gMsg_ID_20286[] = "__OTR__ast_radio/gMsg_ID_20286"; + +static ALIGN_ASSET(2) char gMsg_ID_20287[] = "__OTR__ast_radio/gMsg_ID_20287"; + +static ALIGN_ASSET(2) char gMsg_ID_20288[] = "__OTR__ast_radio/gMsg_ID_20288"; + +static ALIGN_ASSET(2) char gMsg_ID_20289[] = "__OTR__ast_radio/gMsg_ID_20289"; + +static ALIGN_ASSET(2) char gMsg_ID_20290[] = "__OTR__ast_radio/gMsg_ID_20290"; + +static ALIGN_ASSET(2) char gMsg_ID_20291[] = "__OTR__ast_radio/gMsg_ID_20291"; + +static ALIGN_ASSET(2) char gMsg_ID_20292[] = "__OTR__ast_radio/gMsg_ID_20292"; + +static ALIGN_ASSET(2) char gMsg_ID_20294[] = "__OTR__ast_radio/gMsg_ID_20294"; + +static ALIGN_ASSET(2) char gMsg_ID_20296[] = "__OTR__ast_radio/gMsg_ID_20296"; + +static ALIGN_ASSET(2) char gMsg_ID_20297[] = "__OTR__ast_radio/gMsg_ID_20297"; + +static ALIGN_ASSET(2) char gMsg_ID_20298[] = "__OTR__ast_radio/gMsg_ID_20298"; + +static ALIGN_ASSET(2) char gMsg_ID_20299[] = "__OTR__ast_radio/gMsg_ID_20299"; + +static ALIGN_ASSET(2) char gMsg_ID_20300[] = "__OTR__ast_radio/gMsg_ID_20300"; + +static ALIGN_ASSET(2) char gMsg_ID_20301[] = "__OTR__ast_radio/gMsg_ID_20301"; + +static ALIGN_ASSET(2) char gMsg_ID_20302[] = "__OTR__ast_radio/gMsg_ID_20302"; + +static ALIGN_ASSET(2) char gMsg_ID_20303[] = "__OTR__ast_radio/gMsg_ID_20303"; + +static ALIGN_ASSET(2) char gMsg_ID_20304[] = "__OTR__ast_radio/gMsg_ID_20304"; + +static ALIGN_ASSET(2) char gMsg_ID_20305[] = "__OTR__ast_radio/gMsg_ID_20305"; + +static ALIGN_ASSET(2) char gMsg_ID_20306[] = "__OTR__ast_radio/gMsg_ID_20306"; + +static ALIGN_ASSET(2) char gMsg_ID_20307[] = "__OTR__ast_radio/gMsg_ID_20307"; + +static ALIGN_ASSET(2) char gMsg_ID_20308[] = "__OTR__ast_radio/gMsg_ID_20308"; + +static ALIGN_ASSET(2) char gMsg_ID_20309[] = "__OTR__ast_radio/gMsg_ID_20309"; + +static ALIGN_ASSET(2) char gMsg_ID_20310[] = "__OTR__ast_radio/gMsg_ID_20310"; + +static ALIGN_ASSET(2) char gMsg_ID_20311[] = "__OTR__ast_radio/gMsg_ID_20311"; + +static ALIGN_ASSET(2) char gMsg_ID_20312[] = "__OTR__ast_radio/gMsg_ID_20312"; + +static ALIGN_ASSET(2) char gMsg_ID_20313[] = "__OTR__ast_radio/gMsg_ID_20313"; + +static ALIGN_ASSET(2) char gMsg_ID_20314[] = "__OTR__ast_radio/gMsg_ID_20314"; + +static ALIGN_ASSET(2) char gMsg_ID_20315[] = "__OTR__ast_radio/gMsg_ID_20315"; + +static ALIGN_ASSET(2) char gMsg_ID_20316[] = "__OTR__ast_radio/gMsg_ID_20316"; + +static ALIGN_ASSET(2) char gMsg_ID_20317[] = "__OTR__ast_radio/gMsg_ID_20317"; + +static ALIGN_ASSET(2) char gMsg_ID_20318[] = "__OTR__ast_radio/gMsg_ID_20318"; + +static ALIGN_ASSET(2) char gMsg_ID_20319[] = "__OTR__ast_radio/gMsg_ID_20319"; + +static ALIGN_ASSET(2) char gMsg_ID_20320[] = "__OTR__ast_radio/gMsg_ID_20320"; + +static ALIGN_ASSET(2) char gMsg_ID_20321[] = "__OTR__ast_radio/gMsg_ID_20321"; + +static ALIGN_ASSET(2) char gMsg_ID_20326[] = "__OTR__ast_radio/gMsg_ID_20326"; + +static ALIGN_ASSET(2) char gMsg_ID_20327[] = "__OTR__ast_radio/gMsg_ID_20327"; + +static ALIGN_ASSET(2) char gMsg_ID_20328[] = "__OTR__ast_radio/gMsg_ID_20328"; + +static ALIGN_ASSET(2) char gMsg_ID_20329[] = "__OTR__ast_radio/gMsg_ID_20329"; + +static ALIGN_ASSET(2) char gMsg_ID_20330[] = "__OTR__ast_radio/gMsg_ID_20330"; + +static ALIGN_ASSET(2) char gMsg_ID_20331[] = "__OTR__ast_radio/gMsg_ID_20331"; + +static ALIGN_ASSET(2) char gMsg_ID_20332[] = "__OTR__ast_radio/gMsg_ID_20332"; + +static ALIGN_ASSET(2) char gMsg_ID_20333[] = "__OTR__ast_radio/gMsg_ID_20333"; + +static ALIGN_ASSET(2) char gMsg_ID_20337[] = "__OTR__ast_radio/gMsg_ID_20337"; + +static ALIGN_ASSET(2) char gMsg_ID_20338[] = "__OTR__ast_radio/gMsg_ID_20338"; + +static ALIGN_ASSET(2) char gMsg_ID_20339[] = "__OTR__ast_radio/gMsg_ID_20339"; + +static ALIGN_ASSET(2) char gMsg_ID_20340[] = "__OTR__ast_radio/gMsg_ID_20340"; + +static ALIGN_ASSET(2) char gMsg_ID_20343[] = "__OTR__ast_radio/gMsg_ID_20343"; + +static ALIGN_ASSET(2) char gMsg_ID_20344[] = "__OTR__ast_radio/gMsg_ID_20344"; + +static ALIGN_ASSET(2) char gMsg_ID_20345[] = "__OTR__ast_radio/gMsg_ID_20345"; + +static ALIGN_ASSET(2) char gMsg_ID_21010[] = "__OTR__ast_radio/gMsg_ID_21010"; + +static ALIGN_ASSET(2) char gMsg_ID_21020[] = "__OTR__ast_radio/gMsg_ID_21020"; + +static ALIGN_ASSET(2) char gMsg_ID_21030[] = "__OTR__ast_radio/gMsg_ID_21030"; + +static ALIGN_ASSET(2) char gMsg_ID_21050[] = "__OTR__ast_radio/gMsg_ID_21050"; + +static ALIGN_ASSET(2) char gMsg_ID_21060[] = "__OTR__ast_radio/gMsg_ID_21060"; + +static ALIGN_ASSET(2) char gMsg_ID_21070[] = "__OTR__ast_radio/gMsg_ID_21070"; + +static ALIGN_ASSET(2) char gMsg_ID_21071[] = "__OTR__ast_radio/gMsg_ID_21071"; + +static ALIGN_ASSET(2) char gMsg_ID_21072[] = "__OTR__ast_radio/gMsg_ID_21072"; + +static ALIGN_ASSET(2) char gMsg_ID_21073[] = "__OTR__ast_radio/gMsg_ID_21073"; + +static ALIGN_ASSET(2) char gMsg_ID_21080[] = "__OTR__ast_radio/gMsg_ID_21080"; + +static ALIGN_ASSET(2) char gMsg_ID_21081[] = "__OTR__ast_radio/gMsg_ID_21081"; + +static ALIGN_ASSET(2) char gMsg_ID_21082[] = "__OTR__ast_radio/gMsg_ID_21082"; + +static ALIGN_ASSET(2) char gMsg_ID_21083[] = "__OTR__ast_radio/gMsg_ID_21083"; + +static ALIGN_ASSET(2) char gMsg_ID_21090[] = "__OTR__ast_radio/gMsg_ID_21090"; + +static ALIGN_ASSET(2) char gMsg_ID_21091[] = "__OTR__ast_radio/gMsg_ID_21091"; + +static ALIGN_ASSET(2) char gMsg_ID_21092[] = "__OTR__ast_radio/gMsg_ID_21092"; + +static ALIGN_ASSET(2) char gMsg_ID_21093[] = "__OTR__ast_radio/gMsg_ID_21093"; + +static ALIGN_ASSET(2) char gMsg_ID_22000[] = "__OTR__ast_radio/gMsg_ID_22000"; + +static ALIGN_ASSET(2) char gMsg_ID_22001[] = "__OTR__ast_radio/gMsg_ID_22001"; + +static ALIGN_ASSET(2) char gMsg_ID_22002[] = "__OTR__ast_radio/gMsg_ID_22002"; + +static ALIGN_ASSET(2) char gMsg_ID_22003[] = "__OTR__ast_radio/gMsg_ID_22003"; + +static ALIGN_ASSET(2) char gMsg_ID_22004[] = "__OTR__ast_radio/gMsg_ID_22004"; + +static ALIGN_ASSET(2) char gMsg_ID_22005[] = "__OTR__ast_radio/gMsg_ID_22005"; + +static ALIGN_ASSET(2) char gMsg_ID_22006[] = "__OTR__ast_radio/gMsg_ID_22006"; + +static ALIGN_ASSET(2) char gMsg_ID_22007[] = "__OTR__ast_radio/gMsg_ID_22007"; + +static ALIGN_ASSET(2) char gMsg_ID_22008[] = "__OTR__ast_radio/gMsg_ID_22008"; + +static ALIGN_ASSET(2) char gMsg_ID_22009[] = "__OTR__ast_radio/gMsg_ID_22009"; + +static ALIGN_ASSET(2) char gMsg_ID_22010[] = "__OTR__ast_radio/gMsg_ID_22010"; + +static ALIGN_ASSET(2) char gMsg_ID_22011[] = "__OTR__ast_radio/gMsg_ID_22011"; + +static ALIGN_ASSET(2) char gMsg_ID_22012[] = "__OTR__ast_radio/gMsg_ID_22012"; + +static ALIGN_ASSET(2) char gMsg_ID_22013[] = "__OTR__ast_radio/gMsg_ID_22013"; + +static ALIGN_ASSET(2) char gMsg_ID_22014[] = "__OTR__ast_radio/gMsg_ID_22014"; + +static ALIGN_ASSET(2) char gMsg_ID_22015[] = "__OTR__ast_radio/gMsg_ID_22015"; + +static ALIGN_ASSET(2) char gMsg_ID_22016[] = "__OTR__ast_radio/gMsg_ID_22016"; + +static ALIGN_ASSET(2) char gMsg_ID_22017[] = "__OTR__ast_radio/gMsg_ID_22017"; + +static ALIGN_ASSET(2) char gMsg_ID_22018[] = "__OTR__ast_radio/gMsg_ID_22018"; + +static ALIGN_ASSET(2) char gMsg_ID_22019[] = "__OTR__ast_radio/gMsg_ID_22019"; + +static ALIGN_ASSET(2) char gMsg_ID_22020[] = "__OTR__ast_radio/gMsg_ID_22020"; + +static ALIGN_ASSET(2) char gMsg_ID_23000[] = "__OTR__ast_radio/gMsg_ID_23000"; + +static ALIGN_ASSET(2) char gMsg_ID_23001[] = "__OTR__ast_radio/gMsg_ID_23001"; + +static ALIGN_ASSET(2) char gMsg_ID_23002[] = "__OTR__ast_radio/gMsg_ID_23002"; + +static ALIGN_ASSET(2) char gMsg_ID_23003[] = "__OTR__ast_radio/gMsg_ID_23003"; + +static ALIGN_ASSET(2) char gMsg_ID_23004[] = "__OTR__ast_radio/gMsg_ID_23004"; + +static ALIGN_ASSET(2) char gMsg_ID_23005[] = "__OTR__ast_radio/gMsg_ID_23005"; + +static ALIGN_ASSET(2) char gMsg_ID_23006[] = "__OTR__ast_radio/gMsg_ID_23006"; + +static ALIGN_ASSET(2) char gMsg_ID_23007[] = "__OTR__ast_radio/gMsg_ID_23007"; + +static ALIGN_ASSET(2) char gMsg_ID_23008[] = "__OTR__ast_radio/gMsg_ID_23008"; + +static ALIGN_ASSET(2) char gMsg_ID_23009[] = "__OTR__ast_radio/gMsg_ID_23009"; + +static ALIGN_ASSET(2) char gMsg_ID_23010[] = "__OTR__ast_radio/gMsg_ID_23010"; + +static ALIGN_ASSET(2) char gMsg_ID_23011[] = "__OTR__ast_radio/gMsg_ID_23011"; + +static ALIGN_ASSET(2) char gMsg_ID_23012[] = "__OTR__ast_radio/gMsg_ID_23012"; + +static ALIGN_ASSET(2) char gMsg_ID_23013[] = "__OTR__ast_radio/gMsg_ID_23013"; + +static ALIGN_ASSET(2) char gMsg_ID_23014[] = "__OTR__ast_radio/gMsg_ID_23014"; + +static ALIGN_ASSET(2) char gMsg_ID_23015[] = "__OTR__ast_radio/gMsg_ID_23015"; + +static ALIGN_ASSET(2) char gMsg_ID_23016[] = "__OTR__ast_radio/gMsg_ID_23016"; + +static ALIGN_ASSET(2) char gMsg_ID_23017[] = "__OTR__ast_radio/gMsg_ID_23017"; + +static ALIGN_ASSET(2) char gMsg_ID_23018[] = "__OTR__ast_radio/gMsg_ID_23018"; + +static ALIGN_ASSET(2) char gMsg_ID_23019[] = "__OTR__ast_radio/gMsg_ID_23019"; + +static ALIGN_ASSET(2) char gMsg_ID_23020[] = "__OTR__ast_radio/gMsg_ID_23020"; + +static ALIGN_ASSET(2) char gMsg_ID_23021[] = "__OTR__ast_radio/gMsg_ID_23021"; + +static ALIGN_ASSET(2) char gMsg_ID_23022[] = "__OTR__ast_radio/gMsg_ID_23022"; + +static ALIGN_ASSET(2) char gMsg_ID_23023[] = "__OTR__ast_radio/gMsg_ID_23023"; + +static ALIGN_ASSET(2) char gMsg_ID_23024[] = "__OTR__ast_radio/gMsg_ID_23024"; + +static ALIGN_ASSET(2) char gMsg_ID_23025[] = "__OTR__ast_radio/gMsg_ID_23025"; + +static ALIGN_ASSET(2) char gMsg_ID_23026[] = "__OTR__ast_radio/gMsg_ID_23026"; + +static ALIGN_ASSET(2) char gMsg_ID_23027[] = "__OTR__ast_radio/gMsg_ID_23027"; + +static ALIGN_ASSET(2) char gMsg_ID_23028[] = "__OTR__ast_radio/gMsg_ID_23028"; + +static ALIGN_ASSET(2) char gMsg_ID_23029[] = "__OTR__ast_radio/gMsg_ID_23029"; + +static ALIGN_ASSET(2) char gMsg_ID_23030[] = "__OTR__ast_radio/gMsg_ID_23030"; + +static ALIGN_ASSET(2) char gMsg_ID_23031[] = "__OTR__ast_radio/gMsg_ID_23031"; + +static ALIGN_ASSET(2) char gMsg_ID_23032[] = "__OTR__ast_radio/gMsg_ID_23032"; + +static const ALIGN_ASSET(2) char gMsgLookup[] = "__OTR__ast_radio/message_table"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_sector_x.h b/android/app/src/main/assets/starship/include/assets/ast_sector_x.h new file mode 100644 index 0000000..caa9e8e --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_sector_x.h @@ -0,0 +1,600 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aSxTitleCardTex[] = "__OTR__ast_sector_x/aSxTitleCardTex"; + +static const ALIGN_ASSET(2) char aSxSpaceMineDL[] = "__OTR__ast_sector_x/aSxSpaceMineDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_890[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_890"; + +static const ALIGN_ASSET(2) char D_SX_60008C0[] = "__OTR__ast_sector_x/D_SX_60008C0"; + +static const ALIGN_ASSET(2) char D_SX_60010C0[] = "__OTR__ast_sector_x/D_SX_60010C0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1110[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1110"; + +static const ALIGN_ASSET(2) char D_SX_6001150[] = "__OTR__ast_sector_x/D_SX_6001150"; + +static const ALIGN_ASSET(2) char aSxLaserDestroyedDL[] = "__OTR__ast_sector_x/aSxLaserDestroyedDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_19B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_19B8"; + +static const ALIGN_ASSET(2) char D_SX_6001AD8[] = "__OTR__ast_sector_x/D_SX_6001AD8"; + +static const ALIGN_ASSET(2) char aSxWatchPostDL[] = "__OTR__ast_sector_x/aSxWatchPostDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1E40[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1E40"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1E80[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1E80"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1FB0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1FB0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_2090[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_2090"; + +static const ALIGN_ASSET(2) char D_SX_60020C0[] = "__OTR__ast_sector_x/D_SX_60020C0"; + +static const ALIGN_ASSET(2) char D_SX_60022C0[] = "__OTR__ast_sector_x/D_SX_60022C0"; + +static const ALIGN_ASSET(2) char D_SX_60024C0[] = "__OTR__ast_sector_x/D_SX_60024C0"; + +static const ALIGN_ASSET(2) char D_SX_60026C0[] = "__OTR__ast_sector_x/D_SX_60026C0"; + +static const ALIGN_ASSET(2) char D_SX_60028C0[] = "__OTR__ast_sector_x/D_SX_60028C0"; + +static const ALIGN_ASSET(2) char D_SX_6002AC0[] = "__OTR__ast_sector_x/D_SX_6002AC0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_2E88[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_2E88"; + +static const ALIGN_ASSET(2) char D_SX_60036E8[] = "__OTR__ast_sector_x/D_SX_60036E8"; + +static const ALIGN_ASSET(2) char D_SX_6003EE8[] = "__OTR__ast_sector_x/D_SX_6003EE8"; + +static const ALIGN_ASSET(2) char D_SX_60046E8[] = "__OTR__ast_sector_x/D_SX_60046E8"; + +static const ALIGN_ASSET(2) char D_SX_6004EE8[] = "__OTR__ast_sector_x/D_SX_6004EE8"; + +static const ALIGN_ASSET(2) char D_SX_6005EE8[] = "__OTR__ast_sector_x/D_SX_6005EE8"; + +static const ALIGN_ASSET(2) char aSxLaserDL[] = "__OTR__ast_sector_x/aSxLaserDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6760[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6760"; + +static const ALIGN_ASSET(2) char D_SX_6006810[] = "__OTR__ast_sector_x/D_SX_6006810"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6A38[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6A38"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6B18[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6B18"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6C18[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6C18"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6C58[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6C58"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6DF8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6DF8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_6FF8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_6FF8"; + +static const ALIGN_ASSET(2) char D_SX_6007128[] = "__OTR__ast_sector_x/D_SX_6007128"; + +static const ALIGN_ASSET(2) char D_SX_6007928[] = "__OTR__ast_sector_x/D_SX_6007928"; + +static const ALIGN_ASSET(2) char D_SX_6008128[] = "__OTR__ast_sector_x/D_SX_6008128"; + +static const ALIGN_ASSET(2) char D_SX_6008928[] = "__OTR__ast_sector_x/D_SX_6008928"; + +static const ALIGN_ASSET(2) char D_SX_6008B30[] = "__OTR__ast_sector_x/D_SX_6008B30"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_8E28[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_8E28"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_8F18[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_8F18"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_8F98[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_8F98"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9188[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9188"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9378[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9378"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_93F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_93F8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9468[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9468"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_94E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_94E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9518[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9518"; + +static const ALIGN_ASSET(2) char D_SX_6009548[] = "__OTR__ast_sector_x/D_SX_6009548"; + +static const ALIGN_ASSET(2) char D_SX_6009748[] = "__OTR__ast_sector_x/D_SX_6009748"; + +static const ALIGN_ASSET(2) char aSxBaseFloor1DL[] = "__OTR__ast_sector_x/aSxBaseFloor1DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9AA8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9AA8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9B28[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9B28"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9B68[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9B68"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9BE8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9BE8"; + +static const ALIGN_ASSET(2) char D_SX_6009C30[] = "__OTR__ast_sector_x/D_SX_6009C30"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_9C80[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_9C80"; + +static const ALIGN_ASSET(2) char D_SX_6009CC0[] = "__OTR__ast_sector_x/D_SX_6009CC0"; + +static const ALIGN_ASSET(2) char D_SX_6009FF8[] = "__OTR__ast_sector_x/D_SX_6009FF8"; + +static const ALIGN_ASSET(2) char D_SX_600A2D4[] = "__OTR__ast_sector_x/D_SX_600A2D4"; + +static const ALIGN_ASSET(2) char aSxBaseWall3DL[] = "__OTR__ast_sector_x/aSxBaseWall3DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_A3F0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_A3F0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_A430[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_A430"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_A530[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_A530"; + +static const ALIGN_ASSET(2) char D_SX_600A570[] = "__OTR__ast_sector_x/D_SX_600A570"; + +static const ALIGN_ASSET(2) char D_SX_600AD70[] = "__OTR__ast_sector_x/D_SX_600AD70"; + +static const ALIGN_ASSET(2) char aSxBaseWall1DL[] = "__OTR__ast_sector_x/aSxBaseWall1DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B088[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B088"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B0C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B0C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B118[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B118"; + +static const ALIGN_ASSET(2) char aSxBaseWall2DL[] = "__OTR__ast_sector_x/aSxBaseWall2DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B3C0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B3C0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B400[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B400"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B500[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B500"; + +static const ALIGN_ASSET(2) char aSxBaseWall4DL[] = "__OTR__ast_sector_x/aSxBaseWall4DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B6C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B6C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B6F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B6F8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B778[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B778"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B7A8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B7A8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_B7E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_B7E8"; + +static const ALIGN_ASSET(2) char aSxBorzoiFighterDL[] = "__OTR__ast_sector_x/aSxBorzoiFighterDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BA30[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BA30"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BC10[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BC10"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BD10[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BD10"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BD60[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BD60"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BDC0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BDC0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_BE90[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_BE90"; + +static const ALIGN_ASSET(2) char D_SX_600C000[] = "__OTR__ast_sector_x/D_SX_600C000"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_C1B0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_C1B0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_C380[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_C380"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_C3C0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_C3C0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_C4E0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_C4E0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_C550[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_C550"; + +static const ALIGN_ASSET(2) char D_SX_600C5A0[] = "__OTR__ast_sector_x/D_SX_600C5A0"; + +static const ALIGN_ASSET(2) char D_SX_600F890[] = "__OTR__ast_sector_x/D_SX_600F890"; + +static const ALIGN_ASSET(2) char D_SX_600F8A0[] = "__OTR__ast_sector_x/D_SX_600F8A0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_F8F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_F8F8"; + +static const ALIGN_ASSET(2) char D_SX_600F938[] = "__OTR__ast_sector_x/D_SX_600F938"; + +static const ALIGN_ASSET(2) char D_SX_6010140[] = "__OTR__ast_sector_x/D_SX_6010140"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_10220[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_10220"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_10330[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_10330"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_103B0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_103B0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_10470[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_10470"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_10560[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_10560"; + +static const ALIGN_ASSET(2) char D_SX_60105A0[] = "__OTR__ast_sector_x/D_SX_60105A0"; + +static const ALIGN_ASSET(2) char D_SX_60123BC[] = "__OTR__ast_sector_x/D_SX_60123BC"; + +static const ALIGN_ASSET(2) char D_SX_6013798[] = "__OTR__ast_sector_x/D_SX_6013798"; + +static const ALIGN_ASSET(2) char D_SX_6013820[] = "__OTR__ast_sector_x/D_SX_6013820"; + +static const ALIGN_ASSET(2) char D_SX_601390C[] = "__OTR__ast_sector_x/D_SX_601390C"; + +static const ALIGN_ASSET(2) char D_SX_60158C4[] = "__OTR__ast_sector_x/D_SX_60158C4"; + +static const ALIGN_ASSET(2) char D_SX_6016E28[] = "__OTR__ast_sector_x/D_SX_6016E28"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_16E40[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_16E40"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_16F78[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_16F78"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17138[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17138"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_171B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_171B8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_17240[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_17240"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17330[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17330"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17470[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17470"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_17570[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_17570"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_176F0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_176F0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_177B0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_177B0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17880[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17880"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_178E0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_178E0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_17A20[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_17A20"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17BC0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17BC0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17DC0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17DC0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17E40[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17E40"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_17EA0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_17EA0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_18060[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_18060"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_18228[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_18228"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_18428[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_18428"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_184D8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_184D8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_185F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_185F8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_18678[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_18678"; + +static const ALIGN_ASSET(2) char D_SX_601AA28[] = "__OTR__ast_sector_x/D_SX_601AA28"; + +static const ALIGN_ASSET(2) char D_SX_601C690[] = "__OTR__ast_sector_x/D_SX_601C690"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_1C6A0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_1C6A0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1C7D8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1C7D8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1C948[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1C948"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1C9C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1C9C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_1CA50[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_1CA50"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1CB38[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1CB38"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1CC78[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1CC78"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_1CD80[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_1CD80"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1CF00[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1CF00"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1CFD0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1CFD0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D0D0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D0D0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D130[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D130"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_1D260[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_1D260"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D400[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D400"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D5E0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D5E0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D690[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D690"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_1D6F0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_1D6F0"; + +static const ALIGN_ASSET(2) char D_SX_60206DC[] = "__OTR__ast_sector_x/D_SX_60206DC"; + +static const ALIGN_ASSET(2) char aSxSpyborgSkel[] = "__OTR__ast_sector_x/aSxSpyborgSkel"; + +static const ALIGN_ASSET(2) char aSxBaseWallTile1DL[] = "__OTR__ast_sector_x/aSxBaseWallTile1DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_20E30[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_20E30"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_20E70[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_20E70"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_20F70[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_20F70"; + +static const ALIGN_ASSET(2) char D_SX_6020FB0[] = "__OTR__ast_sector_x/D_SX_6020FB0"; + +static const ALIGN_ASSET(2) char D_SX_6021ED0[] = "__OTR__ast_sector_x/D_SX_6021ED0"; + +static const ALIGN_ASSET(2) char aSxCanineDL[] = "__OTR__ast_sector_x/aSxCanineDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23028[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23028"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23068[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23068"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_230B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_230B8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23188[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23188"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_231C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_231C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23268[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23268"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_232C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_232C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23378[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23378"; + +static const ALIGN_ASSET(2) char aSxSpyEyeDL[] = "__OTR__ast_sector_x/aSxSpyEyeDL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_236D0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_236D0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23790[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23790"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23860[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23860"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23960[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23960"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23B20[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23B20"; + +static const ALIGN_ASSET(2) char D_SX_6023C30[] = "__OTR__ast_sector_x/D_SX_6023C30"; + +static const ALIGN_ASSET(2) char aSxBaseDebris2DL[] = "__OTR__ast_sector_x/aSxBaseDebris2DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_23EB0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_23EB0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_24030[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_24030"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24168[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24168"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_242E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_242E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24368[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24368"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_243F0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_243F0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24528[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24528"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_246A8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_246A8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24728[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24728"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_247B0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_247B0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_248E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_248E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24A78[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24A78"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24AF8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24AF8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_24B80[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_24B80"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24CB8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24CB8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24E58[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24E58"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_24ED8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_24ED8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_24F60[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_24F60"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25098[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25098"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25248[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25248"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_252C8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_252C8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_25350[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_25350"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25488[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25488"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25628[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25628"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_256A8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_256A8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_25730[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_25730"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25868[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25868"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25A08[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25A08"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25A88[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25A88"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_25B10[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_25B10"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25C48[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25C48"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25DE8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25DE8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_25E68[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_25E68"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_25EF0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_25EF0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26028[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26028"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_261B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_261B8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26238[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26238"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_262C0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_262C0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_263F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_263F8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_265A8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_265A8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26628[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26628"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_266B0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_266B0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_267E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_267E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26998[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26998"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26A18[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26A18"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_26AA0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_26AA0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26BD8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26BD8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26D88[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26D88"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26E08[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26E08"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_26E90[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_26E90"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_26FC8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_26FC8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27178[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27178"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_271F8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_271F8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_27280[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_27280"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_273B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_273B8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27558[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27558"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_275D8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_275D8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_27660[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_27660"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27798[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27798"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27908[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27908"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27988[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27988"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_27A10[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_27A10"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27B48[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27B48"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27CE8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27CE8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27D68[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27D68"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_27DF0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_27DF0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_27F28[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_27F28"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_280B8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_280B8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28138[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28138"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_281C0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_281C0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28328[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28328"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_284A8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_284A8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28528[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28528"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28568[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28568"; + +static const ALIGN_ASSET(2) char aSxBaseDebris1DL[] = "__OTR__ast_sector_x/aSxBaseDebris1DL"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_287E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_287E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_289E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_289E8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28BE8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28BE8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28DE8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28DE8"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28E68[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28E68"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_28FD8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_28FD8"; + +static const ALIGN_ASSET(2) char D_SX_6029098[] = "__OTR__ast_sector_x/D_SX_6029098"; + +static const ALIGN_ASSET(2) char D_SX_60292A0[] = "__OTR__ast_sector_x/D_SX_60292A0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_29380[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_29380"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_29420[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_29420"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_gfx_294D0[] = "__OTR__ast_sector_x/ast_sector_x_seg6_gfx_294D0"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_29610[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_29610"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_29710[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_29710"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_29810[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_29810"; + +static const ALIGN_ASSET(2) char D_SX_6029890[] = "__OTR__ast_sector_x/D_SX_6029890"; + +static const ALIGN_ASSET(2) char ast_sector_x_seg6_vtx_298E8[] = "__OTR__ast_sector_x/ast_sector_x_seg6_vtx_298E8"; + +static const ALIGN_ASSET(2) char D_SX_6029918[] = "__OTR__ast_sector_x/D_SX_6029918"; + +static const ALIGN_ASSET(2) char D_SX_602A120[] = "__OTR__ast_sector_x/D_SX_602A120"; + +static const ALIGN_ASSET(2) char D_SX_602A164[] = "__OTR__ast_sector_x/D_SX_602A164"; + +static const ALIGN_ASSET(2) char D_SX_602F18C[] = "__OTR__ast_sector_x/D_SX_602F18C"; + +static const char D_SX_60320D0[] = "__OTR__ast_sector_x/D_SX_60320D0"; + +static const ALIGN_ASSET(2) char D_SX_6032328[] = "__OTR__ast_sector_x/D_SX_6032328"; + +static const ALIGN_ASSET(2) char aSxWarpGateHitbox[] = "__OTR__ast_sector_x/aSxWarpGateHitbox"; + +static const ALIGN_ASSET(2) char D_SX_6032408[] = "__OTR__ast_sector_x/D_SX_6032408"; + +static const ALIGN_ASSET(2) char aSxSpyborgLeftArmHitbox[] = "__OTR__ast_sector_x/aSxSpyborgLeftArmHitbox"; + +static const ALIGN_ASSET(2) char aSxSpyborgRightArmHitbox[] = "__OTR__ast_sector_x/aSxSpyborgRightArmHitbox"; + +static const ALIGN_ASSET(2) char aSxSpyborgHitbox[] = "__OTR__ast_sector_x/aSxSpyborgHitbox"; + +static const ALIGN_ASSET(2) char D_SX_603265C[] = "__OTR__ast_sector_x/D_SX_603265C"; + +static const ALIGN_ASSET(2) char D_SX_6032768[] = "__OTR__ast_sector_x/D_SX_6032768"; + +static const ALIGN_ASSET(2) char aSxLaserHitbox[] = "__OTR__ast_sector_x/aSxLaserHitbox"; + +static const ALIGN_ASSET(2) char aSxBaseFloor1Hitbox[] = "__OTR__ast_sector_x/aSxBaseFloor1Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseWall2Hitbox[] = "__OTR__ast_sector_x/aSxBaseWall2Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseWall3Hitbox[] = "__OTR__ast_sector_x/aSxBaseWall3Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseWallTile1Hitbox[] = "__OTR__ast_sector_x/aSxBaseWallTile1Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseWall4Hitbox[] = "__OTR__ast_sector_x/aSxBaseWall4Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseWall1Hitbox[] = "__OTR__ast_sector_x/aSxBaseWall1Hitbox"; + +static const ALIGN_ASSET(2) char aSxWatchPostHitbox[] = "__OTR__ast_sector_x/aSxWatchPostHitbox"; + +static const ALIGN_ASSET(2) char aSxSpaceMineHitbox[] = "__OTR__ast_sector_x/aSxSpaceMineHitbox"; + +static const ALIGN_ASSET(2) char aSxBaseDebris2Hitbox[] = "__OTR__ast_sector_x/aSxBaseDebris2Hitbox"; + +static const ALIGN_ASSET(2) char aSxBaseDebris1Hitbox[] = "__OTR__ast_sector_x/aSxBaseDebris1Hitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_sector_y.h b/android/app/src/main/assets/starship/include/assets/ast_sector_y.h new file mode 100644 index 0000000..54ad4c7 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_sector_y.h @@ -0,0 +1,647 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aSyTitleCardTex[] = "__OTR__ast_sector_y/aSyTitleCardTex"; + +static const ALIGN_ASSET(2) char D_SY_6000840[] = "__OTR__ast_sector_y/D_SY_6000840"; + +static const ALIGN_ASSET(2) char D_SY_6001840[] = "__OTR__ast_sector_y/D_SY_6001840"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1890[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1890"; + +static const ALIGN_ASSET(2) char D_SY_60018D0[] = "__OTR__ast_sector_y/D_SY_60018D0"; + +static const ALIGN_ASSET(2) char D_SY_6003348[] = "__OTR__ast_sector_y/D_SY_6003348"; + +static const ALIGN_ASSET(2) char D_SY_60034C4[] = "__OTR__ast_sector_y/D_SY_60034C4"; + +static const ALIGN_ASSET(2) char aSyShipWindowsDL[] = "__OTR__ast_sector_y/aSyShipWindowsDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3580[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3580"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3620[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3620"; + +static const ALIGN_ASSET(2) char aSyShip3DestroyedDL[] = "__OTR__ast_sector_y/aSyShip3DestroyedDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3A18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3A18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3AD8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3AD8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3CD8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3CD8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3D18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3D18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_3EF8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_3EF8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_40C8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_40C8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_42C8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_42C8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_4388[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_4388"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_4568[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_4568"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_4758[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_4758"; + +static const ALIGN_ASSET(2) char D_SY_6004958[] = "__OTR__ast_sector_y/D_SY_6004958"; + +static const ALIGN_ASSET(2) char D_SY_6005158[] = "__OTR__ast_sector_y/D_SY_6005158"; + +static const ALIGN_ASSET(2) char aSyShip4DL[] = "__OTR__ast_sector_y/aSyShip4DL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_55C0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_55C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_5790[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_5790"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_5820[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_5820"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_58A0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_58A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_59E0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_59E0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_5AE0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_5AE0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_5BA0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_5BA0"; + +static const ALIGN_ASSET(2) char D_SY_6005BE0[] = "__OTR__ast_sector_y/D_SY_6005BE0"; + +static const ALIGN_ASSET(2) char D_SY_6006BE0[] = "__OTR__ast_sector_y/D_SY_6006BE0"; + +static const ALIGN_ASSET(2) char D_SY_60073E0[] = "__OTR__ast_sector_y/D_SY_60073E0"; + +static const ALIGN_ASSET(2) char D_SY_60083E0[] = "__OTR__ast_sector_y/D_SY_60083E0"; + +static const ALIGN_ASSET(2) char D_SY_6008BE0[] = "__OTR__ast_sector_y/D_SY_6008BE0"; + +static const ALIGN_ASSET(2) char D_SY_6008FE0[] = "__OTR__ast_sector_y/D_SY_6008FE0"; + +static const ALIGN_ASSET(2) char aSyShip1DL[] = "__OTR__ast_sector_y/aSyShip1DL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_9BB0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_9BB0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_9DB0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_9DB0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_9F30[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_9F30"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A070[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A070"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A240[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A240"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A440[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A440"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A500[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A500"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A700[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A700"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A780[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A780"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_A840[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_A840"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_AA40[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_AA40"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_AA80[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_AA80"; + +static const ALIGN_ASSET(2) char D_SY_600AAC0[] = "__OTR__ast_sector_y/D_SY_600AAC0"; + +static const ALIGN_ASSET(2) char D_SY_600BAC0[] = "__OTR__ast_sector_y/D_SY_600BAC0"; + +static const ALIGN_ASSET(2) char D_SY_600CAC0[] = "__OTR__ast_sector_y/D_SY_600CAC0"; + +static const ALIGN_ASSET(2) char D_SY_600DAC0[] = "__OTR__ast_sector_y/D_SY_600DAC0"; + +static const ALIGN_ASSET(2) char D_SY_600E2C0[] = "__OTR__ast_sector_y/D_SY_600E2C0"; + +static const ALIGN_ASSET(2) char D_SY_600EAC0[] = "__OTR__ast_sector_y/D_SY_600EAC0"; + +static const ALIGN_ASSET(2) char D_SY_600F2C0[] = "__OTR__ast_sector_y/D_SY_600F2C0"; + +static const ALIGN_ASSET(2) char aSyShip4DestroyedDL[] = "__OTR__ast_sector_y/aSyShip4DestroyedDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_F9C0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_F9C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_FB90[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_FB90"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_FC30[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_FC30"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_FD90[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_FD90"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_FE10[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_FE10"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_FF90[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_FF90"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10110[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10110"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_101D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_101D0"; + +static const ALIGN_ASSET(2) char aSyShip3DL[] = "__OTR__ast_sector_y/aSyShip3DL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_106B8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_106B8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_108B8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_108B8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10938[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10938"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10B18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10B18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10D18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10D18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10F18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10F18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_10FD8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_10FD8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_111D8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_111D8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_113D8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_113D8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_114D8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_114D8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_11558[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_11558"; + +static const ALIGN_ASSET(2) char D_SY_6011758[] = "__OTR__ast_sector_y/D_SY_6011758"; + +static const ALIGN_ASSET(2) char D_SY_60117D8[] = "__OTR__ast_sector_y/D_SY_60117D8"; + +static const ALIGN_ASSET(2) char D_SY_60119D8[] = "__OTR__ast_sector_y/D_SY_60119D8"; + +static const ALIGN_ASSET(2) char D_SY_60121E0[] = "__OTR__ast_sector_y/D_SY_60121E0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_124C0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_124C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12620[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12620"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12650[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12650"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_126A0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_126A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12720[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12720"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_127E0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_127E0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12810[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12810"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12840[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12840"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_12870[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_12870"; + +static const ALIGN_ASSET(2) char D_SY_60128A0[] = "__OTR__ast_sector_y/D_SY_60128A0"; + +static const ALIGN_ASSET(2) char D_SY_60130A0[] = "__OTR__ast_sector_y/D_SY_60130A0"; + +static const ALIGN_ASSET(2) char D_SY_60132A0[] = "__OTR__ast_sector_y/D_SY_60132A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_133C0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_133C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_13440[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_13440"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_13580[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_13580"; + +static const ALIGN_ASSET(2) char D_SY_6013600[] = "__OTR__ast_sector_y/D_SY_6013600"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_136F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_136F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_13730[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_13730"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_13790[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_13790"; + +static const ALIGN_ASSET(2) char D_SY_6013840[] = "__OTR__ast_sector_y/D_SY_6013840"; + +static const ALIGN_ASSET(2) char D_SY_6014040[] = "__OTR__ast_sector_y/D_SY_6014040"; + +static const ALIGN_ASSET(2) char D_SY_6014240[] = "__OTR__ast_sector_y/D_SY_6014240"; + +static const ALIGN_ASSET(2) char D_SY_6014A40[] = "__OTR__ast_sector_y/D_SY_6014A40"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_14AA8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_14AA8"; + +static const ALIGN_ASSET(2) char D_SY_6014B48[] = "__OTR__ast_sector_y/D_SY_6014B48"; + +static const ALIGN_ASSET(2) char D_SY_6014BD0[] = "__OTR__ast_sector_y/D_SY_6014BD0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_14F10[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_14F10"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_150C0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_150C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_152B0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_152B0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_15490[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_15490"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_155B0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_155B0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_15630[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_15630"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_15700[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_15700"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_15740[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_15740"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_157A0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_157A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_158E0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_158E0"; + +static const ALIGN_ASSET(2) char D_SY_6015960[] = "__OTR__ast_sector_y/D_SY_6015960"; + +static const ALIGN_ASSET(2) char D_SY_6015B60[] = "__OTR__ast_sector_y/D_SY_6015B60"; + +static const ALIGN_ASSET(2) char aSyRobot4DL[] = "__OTR__ast_sector_y/aSyRobot4DL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_163C8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_163C8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_164E8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_164E8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_166E8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_166E8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_168E8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_168E8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_16AE8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_16AE8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_16CD8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_16CD8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_16ED8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_16ED8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_170B8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_170B8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17298[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17298"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17478[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17478"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17578[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17578"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17758[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17758"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_178D8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_178D8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17918[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17918"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17AD8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17AD8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17CA8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17CA8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17CE8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17CE8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_17EA8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_17EA8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18078[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18078"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18258[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18258"; + +static const ALIGN_ASSET(2) char D_SY_60183B0[] = "__OTR__ast_sector_y/D_SY_60183B0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18568[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18568"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18618[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18618"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18778[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18778"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_187B8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_187B8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_187F8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_187F8"; + +static const ALIGN_ASSET(2) char aSyShipMissileDL[] = "__OTR__ast_sector_y/aSyShipMissileDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18A28[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18A28"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18C18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18C18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18C78[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18C78"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_18E28[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_18E28"; + +static const ALIGN_ASSET(2) char D_SY_6018F30[] = "__OTR__ast_sector_y/D_SY_6018F30"; + +static const ALIGN_ASSET(2) char D_SY_6019E50[] = "__OTR__ast_sector_y/D_SY_6019E50"; + +static const ALIGN_ASSET(2) char aSyDebrisDL[] = "__OTR__ast_sector_y/aSyDebrisDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1ADC8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1ADC8"; + +static const ALIGN_ASSET(2) char D_SY_601AE08[] = "__OTR__ast_sector_y/D_SY_601AE08"; + +static const ALIGN_ASSET(2) char aSyShip2SpriteDL[] = "__OTR__ast_sector_y/aSyShip2SpriteDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1B660[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1B660"; + +static const ALIGN_ASSET(2) char D_SY_601B6A0[] = "__OTR__ast_sector_y/D_SY_601B6A0"; + +static const ALIGN_ASSET(2) char aSyShip3SpriteDL[] = "__OTR__ast_sector_y/aSyShip3SpriteDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1C6F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1C6F0"; + +static const ALIGN_ASSET(2) char D_SY_601C730[] = "__OTR__ast_sector_y/D_SY_601C730"; + +static const ALIGN_ASSET(2) char aSyShip2DL[] = "__OTR__ast_sector_y/aSyShip2DL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1D9F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1D9F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1DAF0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1DAF0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1DCF0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1DCF0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1DED0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1DED0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1DFD0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1DFD0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1E110[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1E110"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1E250[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1E250"; + +static const ALIGN_ASSET(2) char D_SY_601F3B8[] = "__OTR__ast_sector_y/D_SY_601F3B8"; + +static const ALIGN_ASSET(2) char aSySaruzinDL[] = "__OTR__ast_sector_y/aSySaruzinDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1F750[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1F750"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1F950[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1F950"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1FB50[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1FB50"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1FD50[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1FD50"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1FF50[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1FF50"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_1FF90[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_1FF90"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20090[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20090"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_201D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_201D0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_202D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_202D0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_204D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_204D0"; + +static const ALIGN_ASSET(2) char aSyLaserTurretDL[] = "__OTR__ast_sector_y/aSyLaserTurretDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20700[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20700"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20830[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20830"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20870[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20870"; + +static const ALIGN_ASSET(2) char aSyRobotSpriteFrontDL[] = "__OTR__ast_sector_y/aSyRobotSpriteFrontDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20A88[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20A88"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_20AC8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_20AC8"; + +static const ALIGN_ASSET(2) char D_SY_6020B08[] = "__OTR__ast_sector_y/D_SY_6020B08"; + +static const ALIGN_ASSET(2) char D_SY_6021B08[] = "__OTR__ast_sector_y/D_SY_6021B08"; + +static const ALIGN_ASSET(2) char aSyRobotSpriteSideDL[] = "__OTR__ast_sector_y/aSyRobotSpriteSideDL"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_22BA8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_22BA8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_22BE8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_22BE8"; + +static const ALIGN_ASSET(2) char D_SY_6022C28[] = "__OTR__ast_sector_y/D_SY_6022C28"; + +static const ALIGN_ASSET(2) char D_SY_6023C28[] = "__OTR__ast_sector_y/D_SY_6023C28"; + +static const ALIGN_ASSET(2) char D_SY_60258A0[] = "__OTR__ast_sector_y/D_SY_60258A0"; + +static const ALIGN_ASSET(2) char D_SY_602645C[] = "__OTR__ast_sector_y/D_SY_602645C"; + +static const ALIGN_ASSET(2) char D_SY_60265B4[] = "__OTR__ast_sector_y/D_SY_60265B4"; + +static const ALIGN_ASSET(2) char D_SY_602738C[] = "__OTR__ast_sector_y/D_SY_602738C"; + +static const ALIGN_ASSET(2) char D_SY_60273A0[] = "__OTR__ast_sector_y/D_SY_60273A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27600[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27600"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_276E0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_276E0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27710[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27710"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27790[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27790"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_277D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_277D0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27880[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27880"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27920[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27920"; + +static const ALIGN_ASSET(2) char D_SY_6027960[] = "__OTR__ast_sector_y/D_SY_6027960"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27BC0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27BC0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27CA0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27CA0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27CD0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27CD0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27D50[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27D50"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27D90[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27D90"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27E30[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27E30"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_27ED0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_27ED0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_gfx_27F10[] = "__OTR__ast_sector_y/ast_sector_y_seg6_gfx_27F10"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_28108[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_28108"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_281A8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_281A8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_283A8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_283A8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_28468[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_28468"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_285E8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_285E8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_28628[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_28628"; + +static const ALIGN_ASSET(2) char D_SY_6028668[] = "__OTR__ast_sector_y/D_SY_6028668"; + +static const ALIGN_ASSET(2) char D_SY_6028E70[] = "__OTR__ast_sector_y/D_SY_6028E70"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_29068[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_29068"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_290B8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_290B8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_29118[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_29118"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_29208[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_29208"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_29298[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_29298"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_292D8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_292D8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_29318[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_29318"; + +static const ALIGN_ASSET(2) char D_SY_6029B48[] = "__OTR__ast_sector_y/D_SY_6029B48"; + +static const ALIGN_ASSET(2) char D_SY_602A2CC[] = "__OTR__ast_sector_y/D_SY_602A2CC"; + +static const ALIGN_ASSET(2) char D_SY_602A2E0[] = "__OTR__ast_sector_y/D_SY_602A2E0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A430[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A430"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A4B0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A4B0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A4F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A4F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A6E0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A6E0"; + +static const ALIGN_ASSET(2) char D_SY_602A720[] = "__OTR__ast_sector_y/D_SY_602A720"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A7D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A7D0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2A870[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2A870"; + +static const ALIGN_ASSET(2) char D_SY_602A8C0[] = "__OTR__ast_sector_y/D_SY_602A8C0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2AAF8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2AAF8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2ABB8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2ABB8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2AC38[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2AC38"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2ACB8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2ACB8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2AD18[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2AD18"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2AD98[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2AD98"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2AF98[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2AF98"; + +static const ALIGN_ASSET(2) char D_SY_602AFF8[] = "__OTR__ast_sector_y/D_SY_602AFF8"; + +static const ALIGN_ASSET(2) char D_SY_602B778[] = "__OTR__ast_sector_y/D_SY_602B778"; + +static const ALIGN_ASSET(2) char D_SY_602B8DC[] = "__OTR__ast_sector_y/D_SY_602B8DC"; + +static const ALIGN_ASSET(2) char D_SY_602B8F0[] = "__OTR__ast_sector_y/D_SY_602B8F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BB28[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BB28"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BBE8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BBE8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BC68[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BC68"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BCE8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BCE8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BD48[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BD48"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BDC8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BDC8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2BFA8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2BFA8"; + +static const ALIGN_ASSET(2) char D_SY_602CEB4[] = "__OTR__ast_sector_y/D_SY_602CEB4"; + +static const ALIGN_ASSET(2) char D_SY_602D140[] = "__OTR__ast_sector_y/D_SY_602D140"; + +static const ALIGN_ASSET(2) char D_SY_602D194[] = "__OTR__ast_sector_y/D_SY_602D194"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D1F8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D1F8"; + +static const ALIGN_ASSET(2) char D_SY_602D238[] = "__OTR__ast_sector_y/D_SY_602D238"; + +static const ALIGN_ASSET(2) char D_SY_602D340[] = "__OTR__ast_sector_y/D_SY_602D340"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D540[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D540"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D590[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D590"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D5F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D5F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D6F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D6F0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D770[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D770"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D7B0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D7B0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D7F0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D7F0"; + +static const ALIGN_ASSET(2) char D_SY_602D830[] = "__OTR__ast_sector_y/D_SY_602D830"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D9A0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D9A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2D9D0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2D9D0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DA00[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DA00"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DA80[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DA80"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DBC0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DBC0"; + +static const ALIGN_ASSET(2) char D_SY_602DC40[] = "__OTR__ast_sector_y/D_SY_602DC40"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DD30[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DD30"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DDB0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DDB0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DE30[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DE30"; + +static const ALIGN_ASSET(2) char D_SY_602DE70[] = "__OTR__ast_sector_y/D_SY_602DE70"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DF60[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DF60"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2DFE0[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2DFE0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E060[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E060"; + +static const ALIGN_ASSET(2) char D_SY_602E0A0[] = "__OTR__ast_sector_y/D_SY_602E0A0"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E208[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E208"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E288[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E288"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E3C8[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E3C8"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E448[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E448"; + +static const ALIGN_ASSET(2) char ast_sector_y_seg6_vtx_2E478[] = "__OTR__ast_sector_y/ast_sector_y_seg6_vtx_2E478"; + +static const ALIGN_ASSET(2) char D_SY_602E4B0[] = "__OTR__ast_sector_y/D_SY_602E4B0"; + +static const ALIGN_ASSET(2) char D_SY_602E4F4[] = "__OTR__ast_sector_y/D_SY_602E4F4"; + +static const ALIGN_ASSET(2) char D_SY_6030B14[] = "__OTR__ast_sector_y/D_SY_6030B14"; + +static const char D_SY_6032E18[] = "__OTR__ast_sector_y/D_SY_6032E18"; + +static const ALIGN_ASSET(2) char D_SY_6033070[] = "__OTR__ast_sector_y/D_SY_6033070"; + +static const ALIGN_ASSET(2) char D_SY_6033E08[] = "__OTR__ast_sector_y/D_SY_6033E08"; + +static const ALIGN_ASSET(2) char aSyRobotHitbox[] = "__OTR__ast_sector_y/aSyRobotHitbox"; + +static const ALIGN_ASSET(2) char D_SY_60340C0[] = "__OTR__ast_sector_y/D_SY_60340C0"; + +static const ALIGN_ASSET(2) char aSyRobot4Hitbox[] = "__OTR__ast_sector_y/aSyRobot4Hitbox"; + +static const ALIGN_ASSET(2) char D_SY_60341A8[] = "__OTR__ast_sector_y/D_SY_60341A8"; + +static const ALIGN_ASSET(2) char D_SY_603421C[] = "__OTR__ast_sector_y/D_SY_603421C"; + +static const ALIGN_ASSET(2) char D_SY_60342A0[] = "__OTR__ast_sector_y/D_SY_60342A0"; + +static const ALIGN_ASSET(2) char D_SY_6034304[] = "__OTR__ast_sector_y/D_SY_6034304"; + +static const ALIGN_ASSET(2) char aSyScenery156Hitbox[] = "__OTR__ast_sector_y/aSyScenery156Hitbox"; + +static const ALIGN_ASSET(2) char aSyLaserTurretHitbox[] = "__OTR__ast_sector_y/aSyLaserTurretHitbox"; + +static const ALIGN_ASSET(2) char aSyShip1Hitbox[] = "__OTR__ast_sector_y/aSyShip1Hitbox"; + +static const ALIGN_ASSET(2) char aSyShip2Hitbox[] = "__OTR__ast_sector_y/aSyShip2Hitbox"; + +static const ALIGN_ASSET(2) char aSyShip3Hitbox[] = "__OTR__ast_sector_y/aSyShip3Hitbox"; + +static const ALIGN_ASSET(2) char aSyShip3DestroyedHitbox[] = "__OTR__ast_sector_y/aSyShip3DestroyedHitbox"; + +static const ALIGN_ASSET(2) char aSyShip4Hitbox[] = "__OTR__ast_sector_y/aSyShip4Hitbox"; + +static const ALIGN_ASSET(2) char aSyShipWindowsHitbox[] = "__OTR__ast_sector_y/aSyShipWindowsHitbox"; + +static const ALIGN_ASSET(2) char aSyShip4DestroyedHitbox[] = "__OTR__ast_sector_y/aSyShip4DestroyedHitbox"; + +static const ALIGN_ASSET(2) char aSyShipMissileHitbox[] = "__OTR__ast_sector_y/aSyShipMissileHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_sector_z.h b/android/app/src/main/assets/starship/include/assets/ast_sector_z.h new file mode 100644 index 0000000..4858890 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_sector_z.h @@ -0,0 +1,160 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aSzTitleCardTex[] = "__OTR__ast_sector_z/aSzTitleCardTex"; + +static const ALIGN_ASSET(2) char D_SZ_6000840[] = "__OTR__ast_sector_z/D_SZ_6000840"; + +static const ALIGN_ASSET(2) char D_SZ_60012D0[] = "__OTR__ast_sector_z/D_SZ_60012D0"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk1DL[] = "__OTR__ast_sector_z/aSzSpaceJunk1DL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_15C8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_15C8"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_1748[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_1748"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_1808[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_1808"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_1908[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_1908"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk2DL[] = "__OTR__ast_sector_z/aSzSpaceJunk2DL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_1B40[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_1B40"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_1C00[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_1C00"; + +static const ALIGN_ASSET(2) char D_SZ_6001C80[] = "__OTR__ast_sector_z/D_SZ_6001C80"; + +static const ALIGN_ASSET(2) char D_SZ_6001D80[] = "__OTR__ast_sector_z/D_SZ_6001D80"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk3DL[] = "__OTR__ast_sector_z/aSzSpaceJunk3DL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_2040[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_2040"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_2230[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_2230"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_2330[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_2330"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_23F0[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_23F0"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_24F0[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_24F0"; + +static const ALIGN_ASSET(2) char D_SZ_60025F0[] = "__OTR__ast_sector_z/D_SZ_60025F0"; + +static const ALIGN_ASSET(2) char D_SZ_60029F0[] = "__OTR__ast_sector_z/D_SZ_60029F0"; + +static const ALIGN_ASSET(2) char D_SZ_6002BD0[] = "__OTR__ast_sector_z/D_SZ_6002BD0"; + +static const ALIGN_ASSET(2) char D_SZ_6002C10[] = "__OTR__ast_sector_z/D_SZ_6002C10"; + +static const ALIGN_ASSET(2) char D_SZ_6002C30[] = "__OTR__ast_sector_z/D_SZ_6002C30"; + +static const ALIGN_ASSET(2) char D_SZ_6002D30[] = "__OTR__ast_sector_z/D_SZ_6002D30"; + +static const ALIGN_ASSET(2) char D_SZ_6002DE0[] = "__OTR__ast_sector_z/D_SZ_6002DE0"; + +static const ALIGN_ASSET(2) char D_SZ_6002EE0[] = "__OTR__ast_sector_z/D_SZ_6002EE0"; + +static const ALIGN_ASSET(2) char aSzBackgroundDL[] = "__OTR__ast_sector_z/aSzBackgroundDL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_2FD0[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_2FD0"; + +static const ALIGN_ASSET(2) char aSzBackgroundTex[] = "__OTR__ast_sector_z/aSzBackgroundTex"; + +static const ALIGN_ASSET(2) char D_SZ_6004010[] = "__OTR__ast_sector_z/D_SZ_6004010"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_40D8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_40D8"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_41C8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_41C8"; + +static const ALIGN_ASSET(2) char D_SZ_60041F8[] = "__OTR__ast_sector_z/D_SZ_60041F8"; + +static const ALIGN_ASSET(2) char D_SZ_60042F8[] = "__OTR__ast_sector_z/D_SZ_60042F8"; + +static const ALIGN_ASSET(2) char aSzMissileMark[] = "__OTR__ast_sector_z/aSzMissileMark"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_43D8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_43D8"; + +static const ALIGN_ASSET(2) char D_SZ_6004458[] = "__OTR__ast_sector_z/D_SZ_6004458"; + +static const ALIGN_ASSET(2) char D_SZ_6004558[] = "__OTR__ast_sector_z/D_SZ_6004558"; + +static const ALIGN_ASSET(2) char aSzMissileRadarMarkDL[] = "__OTR__ast_sector_z/aSzMissileRadarMarkDL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_4590[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_4590"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk4DL[] = "__OTR__ast_sector_z/aSzSpaceJunk4DL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_4660[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_4660"; + +static const ALIGN_ASSET(2) char D_SZ_60047E0[] = "__OTR__ast_sector_z/D_SZ_60047E0"; + +static const ALIGN_ASSET(2) char aSzInvaderIIIDL[] = "__OTR__ast_sector_z/aSzInvaderIIIDL"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_5140[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_5140"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_5320[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_5320"; + +static const ALIGN_ASSET(2) char aSzInvaderIIITex2[] = "__OTR__ast_sector_z/aSzInvaderIIITex2"; + +static const ALIGN_ASSET(2) char aSzInvaderIIITex2TLUT[] = "__OTR__ast_sector_z/aSzInvaderIIITex2TLUT"; + +static const ALIGN_ASSET(2) char aSzInvaderIIITex1[] = "__OTR__ast_sector_z/aSzInvaderIIITex1"; + +static const ALIGN_ASSET(2) char aSzInvaderIIITex1TLUT[] = "__OTR__ast_sector_z/aSzInvaderIIITex1TLUT"; + +static const ALIGN_ASSET(2) char D_SZ_6005BF0[] = "__OTR__ast_sector_z/D_SZ_6005BF0"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_5D70[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_5D70"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_5F10[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_5F10"; + +static const ALIGN_ASSET(2) char D_SZ_6006090[] = "__OTR__ast_sector_z/D_SZ_6006090"; + +static const ALIGN_ASSET(2) char D_SZ_6006490[] = "__OTR__ast_sector_z/D_SZ_6006490"; + +static const ALIGN_ASSET(2) char D_SZ_6006660[] = "__OTR__ast_sector_z/D_SZ_6006660"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_6700[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_6700"; + +static const ALIGN_ASSET(2) char D_SZ_6006780[] = "__OTR__ast_sector_z/D_SZ_6006780"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_68C8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_68C8"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_6968[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_6968"; + +static const ALIGN_ASSET(2) char D_SZ_6006A30[] = "__OTR__ast_sector_z/D_SZ_6006A30"; + +static const ALIGN_ASSET(2) char ast_sector_z_seg6_vtx_6AD8[] = "__OTR__ast_sector_z/ast_sector_z_seg6_vtx_6AD8"; + +static const ALIGN_ASSET(2) char D_SZ_6006BD8[] = "__OTR__ast_sector_z/D_SZ_6006BD8"; + +static const ALIGN_ASSET(2) char D_SZ_6006CD8[] = "__OTR__ast_sector_z/D_SZ_6006CD8"; + +static const ALIGN_ASSET(2) char aSzMissileAnim[] = "__OTR__ast_sector_z/aSzMissileAnim"; + +static const ALIGN_ASSET(2) char aSzMissileSkel[] = "__OTR__ast_sector_z/aSzMissileSkel"; + +static const ALIGN_ASSET(2) char D_SZ_6006E70[] = "__OTR__ast_sector_z/D_SZ_6006E70"; + +static const ALIGN_ASSET(2) char D_SZ_6006EB4[] = "__OTR__ast_sector_z/D_SZ_6006EB4"; + +static const ALIGN_ASSET(2) char D_SZ_6007558[] = "__OTR__ast_sector_z/D_SZ_6007558"; + +static const ALIGN_ASSET(2) char D_SZ_6008E08[] = "__OTR__ast_sector_z/D_SZ_6008E08"; + +static const ALIGN_ASSET(2) char aSZMissileHitbox[] = "__OTR__ast_sector_z/aSZMissileHitbox"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk3Hitbox[] = "__OTR__ast_sector_z/aSzSpaceJunk3Hitbox"; + +static const ALIGN_ASSET(2) char aSzSpaceJunk1Hitbox[] = "__OTR__ast_sector_z/aSzSpaceJunk1Hitbox"; + +static const ALIGN_ASSET(2) char aSzGreatFoxHitbox[] = "__OTR__ast_sector_z/aSzGreatFoxHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_solar.h b/android/app/src/main/assets/starship/include/assets/ast_solar.h new file mode 100644 index 0000000..7dfdef3 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_solar.h @@ -0,0 +1,286 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aSoTitleCardTex[] = "__OTR__ast_solar/aSoTitleCardTex"; + +static const ALIGN_ASSET(2) char D_SO_60005B0[] = "__OTR__ast_solar/D_SO_60005B0"; + +static const ALIGN_ASSET(2) char D_SO_6001C50[] = "__OTR__ast_solar/D_SO_6001C50"; + +static const ALIGN_ASSET(2) char D_SO_6002E60[] = "__OTR__ast_solar/D_SO_6002E60"; + +static const ALIGN_ASSET(2) char D_SO_6004500[] = "__OTR__ast_solar/D_SO_6004500"; + +static const ALIGN_ASSET(2) char D_SO_6005710[] = "__OTR__ast_solar/D_SO_6005710"; + +static const ALIGN_ASSET(2) char aSoGoreAnim[] = "__OTR__ast_solar/aSoGoreAnim"; + +static const ALIGN_ASSET(2) char aSoGoreSkel[] = "__OTR__ast_solar/aSoGoreSkel"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_65A0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_65A0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_6600[] = "__OTR__ast_solar/ast_solar_seg6_vtx_6600"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_66C0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_66C0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_6720[] = "__OTR__ast_solar/ast_solar_seg6_vtx_6720"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_67E0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_67E0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_6840[] = "__OTR__ast_solar/ast_solar_seg6_vtx_6840"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_6900[] = "__OTR__ast_solar/ast_solar_seg6_gfx_6900"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_69B8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_69B8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_6B98[] = "__OTR__ast_solar/ast_solar_seg6_vtx_6B98"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_6D78[] = "__OTR__ast_solar/ast_solar_seg6_vtx_6D78"; + +static const ALIGN_ASSET(2) char D_SO_6006DD8[] = "__OTR__ast_solar/D_SO_6006DD8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_75E0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_75E0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7670[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7670"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7870[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7870"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_78A0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_78A0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_78F8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_78F8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_7930[] = "__OTR__ast_solar/ast_solar_seg6_gfx_7930"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7988[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7988"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_79D0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_79D0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7A28[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7A28"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_7A70[] = "__OTR__ast_solar/ast_solar_seg6_gfx_7A70"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7AC8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7AC8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_7B00[] = "__OTR__ast_solar/ast_solar_seg6_gfx_7B00"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7B58[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7B58"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_gfx_7BA0[] = "__OTR__ast_solar/ast_solar_seg6_gfx_7BA0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7BF8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7BF8"; + +static const ALIGN_ASSET(2) char D_SO_6007C40[] = "__OTR__ast_solar/D_SO_6007C40"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_7C90[] = "__OTR__ast_solar/ast_solar_seg6_vtx_7C90"; + +static const ALIGN_ASSET(2) char D_SO_6007CC0[] = "__OTR__ast_solar/D_SO_6007CC0"; + +static const ALIGN_ASSET(2) char D_SO_60084C0[] = "__OTR__ast_solar/D_SO_60084C0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_8510[] = "__OTR__ast_solar/ast_solar_seg6_vtx_8510"; + +static const ALIGN_ASSET(2) char D_SO_6008540[] = "__OTR__ast_solar/D_SO_6008540"; + +static const ALIGN_ASSET(2) char D_SO_6008D40[] = "__OTR__ast_solar/D_SO_6008D40"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_8D90[] = "__OTR__ast_solar/ast_solar_seg6_vtx_8D90"; + +static const ALIGN_ASSET(2) char D_SO_6008DC0[] = "__OTR__ast_solar/D_SO_6008DC0"; + +static const ALIGN_ASSET(2) char D_SO_6009D30[] = "__OTR__ast_solar/D_SO_6009D30"; + +static const ALIGN_ASSET(2) char D_SO_600B1B4[] = "__OTR__ast_solar/D_SO_600B1B4"; + +static const ALIGN_ASSET(2) char D_SO_600C15C[] = "__OTR__ast_solar/D_SO_600C15C"; + +static const ALIGN_ASSET(2) char D_SO_600D3DC[] = "__OTR__ast_solar/D_SO_600D3DC"; + +static const ALIGN_ASSET(2) char D_SO_600E2C4[] = "__OTR__ast_solar/D_SO_600E2C4"; + +static const ALIGN_ASSET(2) char D_SO_600E470[] = "__OTR__ast_solar/D_SO_600E470"; + +static const ALIGN_ASSET(2) char D_SO_600F744[] = "__OTR__ast_solar/D_SO_600F744"; + +static const ALIGN_ASSET(2) char D_SO_600F750[] = "__OTR__ast_solar/D_SO_600F750"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_F9D8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_F9D8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_FBC8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_FBC8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_FDC8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_FDC8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_FFA8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_FFA8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_100E8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_100E8"; + +static const ALIGN_ASSET(2) char D_SO_6010198[] = "__OTR__ast_solar/D_SO_6010198"; + +static const ALIGN_ASSET(2) char D_SO_6010998[] = "__OTR__ast_solar/D_SO_6010998"; + +static const ALIGN_ASSET(2) char D_SO_6011198[] = "__OTR__ast_solar/D_SO_6011198"; + +static const ALIGN_ASSET(2) char D_SO_6011398[] = "__OTR__ast_solar/D_SO_6011398"; + +static const ALIGN_ASSET(2) char D_SO_6012C00[] = "__OTR__ast_solar/D_SO_6012C00"; + +static const ALIGN_ASSET(2) char D_SO_601388C[] = "__OTR__ast_solar/D_SO_601388C"; + +static const ALIGN_ASSET(2) char D_SO_60138A0[] = "__OTR__ast_solar/D_SO_60138A0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_139C0[] = "__OTR__ast_solar/ast_solar_seg6_vtx_139C0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_13B10[] = "__OTR__ast_solar/ast_solar_seg6_vtx_13B10"; + +static const ALIGN_ASSET(2) char D_SO_6013C70[] = "__OTR__ast_solar/D_SO_6013C70"; + +static const ALIGN_ASSET(2) char D_SO_6014470[] = "__OTR__ast_solar/D_SO_6014470"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_14528[] = "__OTR__ast_solar/ast_solar_seg6_vtx_14528"; + +static const ALIGN_ASSET(2) char D_SO_60146D0[] = "__OTR__ast_solar/D_SO_60146D0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_14790[] = "__OTR__ast_solar/ast_solar_seg6_vtx_14790"; + +static const ALIGN_ASSET(2) char D_SO_6014930[] = "__OTR__ast_solar/D_SO_6014930"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_149F0[] = "__OTR__ast_solar/ast_solar_seg6_vtx_149F0"; + +static const ALIGN_ASSET(2) char D_SO_6014B80[] = "__OTR__ast_solar/D_SO_6014B80"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_14C40[] = "__OTR__ast_solar/ast_solar_seg6_vtx_14C40"; + +static const ALIGN_ASSET(2) char D_SO_6014DB0[] = "__OTR__ast_solar/D_SO_6014DB0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_14EC8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_14EC8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_15038[] = "__OTR__ast_solar/ast_solar_seg6_vtx_15038"; + +static const ALIGN_ASSET(2) char D_SO_60151A0[] = "__OTR__ast_solar/D_SO_60151A0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_15378[] = "__OTR__ast_solar/ast_solar_seg6_vtx_15378"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_15578[] = "__OTR__ast_solar/ast_solar_seg6_vtx_15578"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_155E8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_155E8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_157B8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_157B8"; + +static const ALIGN_ASSET(2) char D_SO_6015810[] = "__OTR__ast_solar/D_SO_6015810"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_15C88[] = "__OTR__ast_solar/ast_solar_seg6_vtx_15C88"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_15E88[] = "__OTR__ast_solar/ast_solar_seg6_vtx_15E88"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16078[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16078"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16278[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16278"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16478[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16478"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_164A8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_164A8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16698[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16698"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_167C8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_167C8"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16868[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16868"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16A58[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16A58"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16C58[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16C58"; + +static const ALIGN_ASSET(2) char aSoRock3DL[] = "__OTR__ast_solar/aSoRock3DL"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_16DF8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_16DF8"; + +static const ALIGN_ASSET(2) char D_SO_6016F08[] = "__OTR__ast_solar/D_SO_6016F08"; + +static const ALIGN_ASSET(2) char D_SO_6017008[] = "__OTR__ast_solar/D_SO_6017008"; + +static const ALIGN_ASSET(2) char aSoRock2DL[] = "__OTR__ast_solar/aSoRock2DL"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_17160[] = "__OTR__ast_solar/ast_solar_seg6_vtx_17160"; + +static const ALIGN_ASSET(2) char D_SO_6017200[] = "__OTR__ast_solar/D_SO_6017200"; + +static const ALIGN_ASSET(2) char D_SO_6017300[] = "__OTR__ast_solar/D_SO_6017300"; + +static const ALIGN_ASSET(2) char aSoRock1DL[] = "__OTR__ast_solar/aSoRock1DL"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_17440[] = "__OTR__ast_solar/ast_solar_seg6_vtx_17440"; + +static const ALIGN_ASSET(2) char D_SO_60174E0[] = "__OTR__ast_solar/D_SO_60174E0"; + +static const ALIGN_ASSET(2) char D_SO_6017520[] = "__OTR__ast_solar/D_SO_6017520"; + +static const ALIGN_ASSET(2) char D_SO_6017550[] = "__OTR__ast_solar/D_SO_6017550"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_175A8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_175A8"; + +static const ALIGN_ASSET(2) char D_SO_60175D8[] = "__OTR__ast_solar/D_SO_60175D8"; + +static const ALIGN_ASSET(2) char D_SO_60185E0[] = "__OTR__ast_solar/D_SO_60185E0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_18638[] = "__OTR__ast_solar/ast_solar_seg6_vtx_18638"; + +static const ALIGN_ASSET(2) char D_SO_6018668[] = "__OTR__ast_solar/D_SO_6018668"; + +static const ALIGN_ASSET(2) char D_SO_6019670[] = "__OTR__ast_solar/D_SO_6019670"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_196C8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_196C8"; + +static const ALIGN_ASSET(2) char D_SO_60196F8[] = "__OTR__ast_solar/D_SO_60196F8"; + +static const ALIGN_ASSET(2) char D_SO_601A700[] = "__OTR__ast_solar/D_SO_601A700"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_1A758[] = "__OTR__ast_solar/ast_solar_seg6_vtx_1A758"; + +static const ALIGN_ASSET(2) char D_SO_601A788[] = "__OTR__ast_solar/D_SO_601A788"; + +static const ALIGN_ASSET(2) char D_SO_601B790[] = "__OTR__ast_solar/D_SO_601B790"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_1B7E8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_1B7E8"; + +static const ALIGN_ASSET(2) char D_SO_601B818[] = "__OTR__ast_solar/D_SO_601B818"; + +static const ALIGN_ASSET(2) char D_SO_601C820[] = "__OTR__ast_solar/D_SO_601C820"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_1C878[] = "__OTR__ast_solar/ast_solar_seg6_vtx_1C878"; + +static const ALIGN_ASSET(2) char D_SO_601C8A8[] = "__OTR__ast_solar/D_SO_601C8A8"; + +static const ALIGN_ASSET(2) char D_SO_601D8B0[] = "__OTR__ast_solar/D_SO_601D8B0"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_1D908[] = "__OTR__ast_solar/ast_solar_seg6_vtx_1D908"; + +static const ALIGN_ASSET(2) char D_SO_601D948[] = "__OTR__ast_solar/D_SO_601D948"; + +static const ALIGN_ASSET(2) char D_SO_601E150[] = "__OTR__ast_solar/D_SO_601E150"; + +static const ALIGN_ASSET(2) char ast_solar_seg6_vtx_1E1A8[] = "__OTR__ast_solar/ast_solar_seg6_vtx_1E1A8"; + +static const ALIGN_ASSET(2) char D_SO_601E1E8[] = "__OTR__ast_solar/D_SO_601E1E8"; + +static const ALIGN_ASSET(2) char D_SO_601F1F0[] = "__OTR__ast_solar/D_SO_601F1F0"; + +static const ALIGN_ASSET(2) char D_SO_601F234[] = "__OTR__ast_solar/D_SO_601F234"; + +static const char D_SO_6020DD0[] = "__OTR__ast_solar/D_SO_6020DD0"; + +static const ALIGN_ASSET(2) char D_SO_6020F60[] = "__OTR__ast_solar/D_SO_6020F60"; + +static const ALIGN_ASSET(2) char D_SO_6021F60[] = "__OTR__ast_solar/D_SO_6021F60"; + +static const ALIGN_ASSET(2) char D_SO_6022760[] = "__OTR__ast_solar/D_SO_6022760"; + +static const ALIGN_ASSET(2) char D_SO_60229A4[] = "__OTR__ast_solar/D_SO_60229A4"; + +static const ALIGN_ASSET(2) char D_SO_60231A4[] = "__OTR__ast_solar/D_SO_60231A4"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_star_wolf.h b/android/app/src/main/assets/starship/include/assets/ast_star_wolf.h new file mode 100644 index 0000000..fece6ca --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_star_wolf.h @@ -0,0 +1,115 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F000000[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F000000"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F000F20[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F000F20"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F001E40[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F001E40"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F002D60[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F002D60"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F003C80[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F003C80"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F004BA0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F004BA0"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F005AC0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F005AC0"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F0069E0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F0069E0"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F007900[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F007900"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F008820[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F008820"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F009740[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F009740"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F00A660[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F00A660"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F00B580[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F00B580"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F00C4A0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F00C4A0"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F00D3C0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F00D3C0"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F00E2E0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F00E2E0"; + +static const ALIGN_ASSET(2) char aStarWolfStandardShipDL[] = "__OTR__ast_star_wolf/aStarWolfStandardShipDL"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_F590[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_F590"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_F780[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_F780"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_F810[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_F810"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_F9F0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_F9F0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_FB30[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_FB30"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_FC60[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_FC60"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_FCB0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_FCB0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_FE90[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_FE90"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_FF20[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_FF20"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10110[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10110"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F0101D0[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F0101D0"; + +static const ALIGN_ASSET(2) char aStarWolfUpgradedShipDL[] = "__OTR__ast_star_wolf/aStarWolfUpgradedShipDL"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_107A0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_107A0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10980[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10980"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10A10[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10A10"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10AD0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10AD0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10C90[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10C90"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10DE0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10DE0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_10FD0[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_10FD0"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_11010[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_11010"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_11070[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_11070"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_11110[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_11110"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_11300[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_11300"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_11500[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_11500"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F011680[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F011680"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F011E80[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F011E80"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F011F00[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F011F00"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F012700[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F012700"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F012F00[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F012F00"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F013100[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F013100"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F013180[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F013180"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F013980[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F013980"; + +static const ALIGN_ASSET(2) char aStarWolfRadarMarkDL[] = "__OTR__ast_star_wolf/aStarWolfRadarMarkDL"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_141D8[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_141D8"; + +static const ALIGN_ASSET(2) char D_STAR_WOLF_F014208[] = "__OTR__ast_star_wolf/D_STAR_WOLF_F014208"; + +static const ALIGN_ASSET(2) char aStarWolfShadowDL[] = "__OTR__ast_star_wolf/aStarWolfShadowDL"; + +static const ALIGN_ASSET(2) char ast_star_wolf_seg15_vtx_14368[] = "__OTR__ast_star_wolf/ast_star_wolf_seg15_vtx_14368"; + +static const ALIGN_ASSET(2) char aStarWolfShadowTex[] = "__OTR__ast_star_wolf/aStarWolfShadowTex"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_text.h b/android/app/src/main/assets/starship/include/assets/ast_text.h new file mode 100644 index 0000000..b41313d --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_text.h @@ -0,0 +1,213 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aSmallText_0[] = "__OTR__ast_text/aSmallText_0"; + +static const ALIGN_ASSET(2) char aSmallText_1[] = "__OTR__ast_text/aSmallText_1"; + +static const ALIGN_ASSET(2) char aSmallText_2[] = "__OTR__ast_text/aSmallText_2"; + +static const ALIGN_ASSET(2) char aSmallText_3[] = "__OTR__ast_text/aSmallText_3"; + +static const ALIGN_ASSET(2) char aSmallText_4[] = "__OTR__ast_text/aSmallText_4"; + +static const ALIGN_ASSET(2) char aSmallText_5[] = "__OTR__ast_text/aSmallText_5"; + +static const ALIGN_ASSET(2) char aSmallText_6[] = "__OTR__ast_text/aSmallText_6"; + +static const ALIGN_ASSET(2) char aSmallText_7[] = "__OTR__ast_text/aSmallText_7"; + +static const ALIGN_ASSET(2) char aSmallText_8[] = "__OTR__ast_text/aSmallText_8"; + +static const ALIGN_ASSET(2) char aSmallText_9[] = "__OTR__ast_text/aSmallText_9"; + +static const ALIGN_ASSET(2) char aTextMissionNo[] = "__OTR__ast_text/aTextMissionNo"; + +static const ALIGN_ASSET(2) char aTrTitleCardTex[] = "__OTR__ast_text/aTrTitleCardTex"; + +static const ALIGN_ASSET(2) char aTextEnemiesDown[] = "__OTR__ast_text/aTextEnemiesDown"; + +static const ALIGN_ASSET(2) char aTextAccumTotal[] = "__OTR__ast_text/aTextAccumTotal"; + +static const ALIGN_ASSET(2) char aTextStatusOfTeam[] = "__OTR__ast_text/aTextStatusOfTeam"; + +static const ALIGN_ASSET(2) char aTextEnd[] = "__OTR__ast_text/aTextEnd"; + +static const ALIGN_ASSET(2) char aTextACCOM[] = "__OTR__ast_text/aTextACCOM"; + +static const ALIGN_ASSET(2) char aTextPLISHED[] = "__OTR__ast_text/aTextPLISHED"; + +static const ALIGN_ASSET(2) char aTextMISSION[] = "__OTR__ast_text/aTextMISSION"; + +static const ALIGN_ASSET(2) char aTextCOMP[] = "__OTR__ast_text/aTextCOMP"; + +static const ALIGN_ASSET(2) char aTextLETE[] = "__OTR__ast_text/aTextLETE"; + +static const ALIGN_ASSET(2) char aText_THE_END[] = "__OTR__ast_text/aText_THE_END"; + +static const ALIGN_ASSET(2) char aTextFalco[] = "__OTR__ast_text/aTextFalco"; + +static const ALIGN_ASSET(2) char aTextPeppy[] = "__OTR__ast_text/aTextPeppy"; + +static const ALIGN_ASSET(2) char aTextSlippy[] = "__OTR__ast_text/aTextSlippy"; + +static const ALIGN_ASSET(2) char aSmallText_A[] = "__OTR__ast_text/aSmallText_A"; + +static const ALIGN_ASSET(2) char aSmallText_B[] = "__OTR__ast_text/aSmallText_B"; + +static const ALIGN_ASSET(2) char aSmallTextExclamMark[] = "__OTR__ast_text/aSmallTextExclamMark"; + +static const ALIGN_ASSET(2) char aSmallText_C[] = "__OTR__ast_text/aSmallText_C"; + +static const ALIGN_ASSET(2) char aSmallText_D[] = "__OTR__ast_text/aSmallText_D"; + +static const ALIGN_ASSET(2) char aSmallText_E[] = "__OTR__ast_text/aSmallText_E"; + +static const ALIGN_ASSET(2) char sLargeText_1997_1[] = "__OTR__ast_text/sLargeText_1997_1"; + +static const ALIGN_ASSET(2) char sLargeText_1997_7[] = "__OTR__ast_text/sLargeText_1997_7"; + +static const ALIGN_ASSET(2) char sLargeText_1997_9[] = "__OTR__ast_text/sLargeText_1997_9"; + +static const ALIGN_ASSET(2) char aSmallText_F[] = "__OTR__ast_text/aSmallText_F"; + +static const ALIGN_ASSET(2) char aSmallText_G[] = "__OTR__ast_text/aSmallText_G"; + +static const ALIGN_ASSET(2) char aSmallText_H[] = "__OTR__ast_text/aSmallText_H"; + +static const ALIGN_ASSET(2) char aSmallText_I[] = "__OTR__ast_text/aSmallText_I"; + +static const ALIGN_ASSET(2) char aSmallText_J[] = "__OTR__ast_text/aSmallText_J"; + +static const ALIGN_ASSET(2) char aSmallText_K[] = "__OTR__ast_text/aSmallText_K"; + +static const ALIGN_ASSET(2) char aTextKanjiCOMPLETE[] = "__OTR__ast_text/aTextKanjiCOMPLETE"; + +static const ALIGN_ASSET(2) char aSmallText_L[] = "__OTR__ast_text/aSmallText_L"; + +static const ALIGN_ASSET(2) char aSmallText_M[] = "__OTR__ast_text/aSmallText_M"; + +static const ALIGN_ASSET(2) char aSmallText_N[] = "__OTR__ast_text/aSmallText_N"; + +static const ALIGN_ASSET(2) char aLargeText_A[] = "__OTR__ast_text/aLargeText_A"; + +static const ALIGN_ASSET(2) char aLargeText_B[] = "__OTR__ast_text/aLargeText_B"; + +static const ALIGN_ASSET(2) char aLargeText_C[] = "__OTR__ast_text/aLargeText_C"; + +static const ALIGN_ASSET(2) char aLargeText_D[] = "__OTR__ast_text/aLargeText_D"; + +static const ALIGN_ASSET(2) char aLargeText_E[] = "__OTR__ast_text/aLargeText_E"; + +static const ALIGN_ASSET(2) char aLargeText_F[] = "__OTR__ast_text/aLargeText_F"; + +static const ALIGN_ASSET(2) char aLargeText_G[] = "__OTR__ast_text/aLargeText_G"; + +static const ALIGN_ASSET(2) char aLargeText_H[] = "__OTR__ast_text/aLargeText_H"; + +static const ALIGN_ASSET(2) char aLargeText_I[] = "__OTR__ast_text/aLargeText_I"; + +static const ALIGN_ASSET(2) char aLargeText_J[] = "__OTR__ast_text/aLargeText_J"; + +static const ALIGN_ASSET(2) char aLargeText_K[] = "__OTR__ast_text/aLargeText_K"; + +static const ALIGN_ASSET(2) char aLargeText_L[] = "__OTR__ast_text/aLargeText_L"; + +static const ALIGN_ASSET(2) char aLargeText_M[] = "__OTR__ast_text/aLargeText_M"; + +static const ALIGN_ASSET(2) char aLargeText_N[] = "__OTR__ast_text/aLargeText_N"; + +static const ALIGN_ASSET(2) char aSmallText_O[] = "__OTR__ast_text/aSmallText_O"; + +static const ALIGN_ASSET(2) char aLargeText_P[] = "__OTR__ast_text/aLargeText_P"; + +static const ALIGN_ASSET(2) char aLargeText_Q[] = "__OTR__ast_text/aLargeText_Q"; + +static const ALIGN_ASSET(2) char aLargeText_R[] = "__OTR__ast_text/aLargeText_R"; + +static const ALIGN_ASSET(2) char aLargeText_S[] = "__OTR__ast_text/aLargeText_S"; + +static const ALIGN_ASSET(2) char aLargeText_T[] = "__OTR__ast_text/aLargeText_T"; + +static const ALIGN_ASSET(2) char aLargeText_U[] = "__OTR__ast_text/aLargeText_U"; + +static const ALIGN_ASSET(2) char aLargeText_V[] = "__OTR__ast_text/aLargeText_V"; + +static const ALIGN_ASSET(2) char aLargeText_W[] = "__OTR__ast_text/aLargeText_W"; + +static const ALIGN_ASSET(2) char aLargeText_X[] = "__OTR__ast_text/aLargeText_X"; + +static const ALIGN_ASSET(2) char aLargeText_Y[] = "__OTR__ast_text/aLargeText_Y"; + +static const ALIGN_ASSET(2) char aLargeText_HYPHEN[] = "__OTR__ast_text/aLargeText_HYPHEN"; + +static const ALIGN_ASSET(2) char aLargeText_Z[] = "__OTR__ast_text/aLargeText_Z"; + +static const ALIGN_ASSET(2) char aLargeText_s_[] = "__OTR__ast_text/aLargeText_s_"; + +static const ALIGN_ASSET(2) char aLargeText_t_[] = "__OTR__ast_text/aLargeText_t_"; + +static const ALIGN_ASSET(2) char aSmallText_o_[] = "__OTR__ast_text/aSmallText_o_"; + +static const ALIGN_ASSET(2) char aSmallText_p[] = "__OTR__ast_text/aSmallText_p"; + +static const ALIGN_ASSET(2) char aLargeText_DOT[] = "__OTR__ast_text/aLargeText_DOT"; + +static const ALIGN_ASSET(2) char aSmallText_q[] = "__OTR__ast_text/aSmallText_q"; + +static const ALIGN_ASSET(2) char aSmallText_r[] = "__OTR__ast_text/aSmallText_r"; + +static const ALIGN_ASSET(2) char aSmallText_s[] = "__OTR__ast_text/aSmallText_s"; + +static const ALIGN_ASSET(2) char aLargeText_0[] = "__OTR__ast_text/aLargeText_0"; + +static const ALIGN_ASSET(2) char aLargeText_1[] = "__OTR__ast_text/aLargeText_1"; + +static const ALIGN_ASSET(2) char aLargeText_2[] = "__OTR__ast_text/aLargeText_2"; + +static const ALIGN_ASSET(2) char aLargeText_3[] = "__OTR__ast_text/aLargeText_3"; + +static const ALIGN_ASSET(2) char aLargeText_4[] = "__OTR__ast_text/aLargeText_4"; + +static const ALIGN_ASSET(2) char aLargeText_5[] = "__OTR__ast_text/aLargeText_5"; + +static const ALIGN_ASSET(2) char aLargeText_6[] = "__OTR__ast_text/aLargeText_6"; + +static const ALIGN_ASSET(2) char aLargeText_7[] = "__OTR__ast_text/aLargeText_7"; + +static const ALIGN_ASSET(2) char aLargeText_8[] = "__OTR__ast_text/aLargeText_8"; + +static const ALIGN_ASSET(2) char aLargeText_9[] = "__OTR__ast_text/aLargeText_9"; + +static const ALIGN_ASSET(2) char aTextKanji_END[] = "__OTR__ast_text/aTextKanji_END"; + +static const ALIGN_ASSET(2) char aSmallText_T[] = "__OTR__ast_text/aSmallText_T"; + +static const ALIGN_ASSET(2) char aSmallText_DOT[] = "__OTR__ast_text/aSmallText_DOT"; + +static const ALIGN_ASSET(2) char aSmallText_COLON[] = "__OTR__ast_text/aSmallText_COLON"; + +static const ALIGN_ASSET(2) char aSmallText_U[] = "__OTR__ast_text/aSmallText_U"; + +static const ALIGN_ASSET(2) char aSmallText_V[] = "__OTR__ast_text/aSmallText_V"; + +static const ALIGN_ASSET(2) char aSmallText_W[] = "__OTR__ast_text/aSmallText_W"; + +static const ALIGN_ASSET(2) char aSmallText_X[] = "__OTR__ast_text/aSmallText_X"; + +static const ALIGN_ASSET(2) char aSmallText_Y[] = "__OTR__ast_text/aSmallText_Y"; + +static const ALIGN_ASSET(2) char aSmallText_HYPHEN[] = "__OTR__ast_text/aSmallText_HYPHEN"; + +static const ALIGN_ASSET(2) char aSmallText_Z[] = "__OTR__ast_text/aSmallText_Z"; + +static const ALIGN_ASSET(2) char aDownWrenchDL[] = "__OTR__ast_text/aDownWrenchDL"; + +static const ALIGN_ASSET(2) char ast_text_seg5_vtx_B6A8[] = "__OTR__ast_text/ast_text_seg5_vtx_B6A8"; + +static const ALIGN_ASSET(2) char aDownWrenchTexture[] = "__OTR__ast_text/aDownWrenchTexture"; + +static const ALIGN_ASSET(2) char aDownWrenchTLUT[] = "__OTR__ast_text/aDownWrenchTLUT"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_titania.h b/android/app/src/main/assets/starship/include/assets/ast_titania.h new file mode 100644 index 0000000..bd798e9 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_titania.h @@ -0,0 +1,144 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aTiTitleCardTex[] = "__OTR__ast_titania/aTiTitleCardTex"; + +static const ALIGN_ASSET(2) char D_TI_6000A80[] = "__OTR__ast_titania/D_TI_6000A80"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_AD0[] = "__OTR__ast_titania/ast_titania_seg6_vtx_AD0"; + +static const ALIGN_ASSET(2) char D_TI_6000B10[] = "__OTR__ast_titania/D_TI_6000B10"; + +static const ALIGN_ASSET(2) char D_TI_6001B10[] = "__OTR__ast_titania/D_TI_6001B10"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_1B68[] = "__OTR__ast_titania/ast_titania_seg6_vtx_1B68"; + +static const ALIGN_ASSET(2) char D_TI_6001BA8[] = "__OTR__ast_titania/D_TI_6001BA8"; + +static const ALIGN_ASSET(2) char aTiCactusDL[] = "__OTR__ast_titania/aTiCactusDL"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_2408[] = "__OTR__ast_titania/ast_titania_seg6_vtx_2408"; + +static const ALIGN_ASSET(2) char D_TI_6002438[] = "__OTR__ast_titania/D_TI_6002438"; + +static const ALIGN_ASSET(2) char D_TI_6003440[] = "__OTR__ast_titania/D_TI_6003440"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_3498[] = "__OTR__ast_titania/ast_titania_seg6_vtx_3498"; + +static const ALIGN_ASSET(2) char D_TI_60034E0[] = "__OTR__ast_titania/D_TI_60034E0"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_3538[] = "__OTR__ast_titania/ast_titania_seg6_vtx_3538"; + +static const ALIGN_ASSET(2) char D_TI_6003580[] = "__OTR__ast_titania/D_TI_6003580"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_35D8[] = "__OTR__ast_titania/ast_titania_seg6_vtx_35D8"; + +static const ALIGN_ASSET(2) char D_TI_6003620[] = "__OTR__ast_titania/D_TI_6003620"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_3678[] = "__OTR__ast_titania/ast_titania_seg6_vtx_3678"; + +static const ALIGN_ASSET(2) char D_TI_60036C0[] = "__OTR__ast_titania/D_TI_60036C0"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_3718[] = "__OTR__ast_titania/ast_titania_seg6_vtx_3718"; + +static const ALIGN_ASSET(2) char D_TI_6003760[] = "__OTR__ast_titania/D_TI_6003760"; + +static const ALIGN_ASSET(2) char ast_titania_seg6_vtx_37B8[] = "__OTR__ast_titania/ast_titania_seg6_vtx_37B8"; + +static const ALIGN_ASSET(2) char D_TI_6003800[] = "__OTR__ast_titania/D_TI_6003800"; + +static const ALIGN_ASSET(2) char D_TI_6003C00[] = "__OTR__ast_titania/D_TI_6003C00"; + +static const ALIGN_ASSET(2) char D_TI_6004000[] = "__OTR__ast_titania/D_TI_6004000"; + +static const ALIGN_ASSET(2) char D_TI_6004400[] = "__OTR__ast_titania/D_TI_6004400"; + +static const ALIGN_ASSET(2) char D_TI_6004800[] = "__OTR__ast_titania/D_TI_6004800"; + +static const ALIGN_ASSET(2) char D_TI_6004C00[] = "__OTR__ast_titania/D_TI_6004C00"; + +static const ALIGN_ASSET(2) char D_TI_6005000[] = "__OTR__ast_titania/D_TI_6005000"; + +static const char D_TI_600631C[] = "__OTR__ast_titania/D_TI_600631C"; + +static const ALIGN_ASSET(2) char aTi1LandmineHitbox[] = "__OTR__ast_titania/aTi1LandmineHitbox"; + +static const ALIGN_ASSET(2) char aTiDesertRoverHitbox[] = "__OTR__ast_titania/aTiDesertRoverHitbox"; + +static const ALIGN_ASSET(2) char aTiSkullHitbox[] = "__OTR__ast_titania/aTiSkullHitbox"; + +static const ALIGN_ASSET(2) char aTiRib0Hitbox[] = "__OTR__ast_titania/aTiRib0Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib1Hitbox[] = "__OTR__ast_titania/aTiRib1Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib2Hitbox[] = "__OTR__ast_titania/aTiRib2Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib3Hitbox[] = "__OTR__ast_titania/aTiRib3Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib4Hitbox[] = "__OTR__ast_titania/aTiRib4Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib5Hitbox[] = "__OTR__ast_titania/aTiRib5Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib6Hitbox[] = "__OTR__ast_titania/aTiRib6Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib7Hitbox[] = "__OTR__ast_titania/aTiRib7Hitbox"; + +static const ALIGN_ASSET(2) char aTiRib8Hitbox[] = "__OTR__ast_titania/aTiRib8Hitbox"; + +static const ALIGN_ASSET(2) char aTiDelphorHitbox[] = "__OTR__ast_titania/aTiDelphorHitbox"; + +static const ALIGN_ASSET(2) char aTiDelphorHeadHitbox[] = "__OTR__ast_titania/aTiDelphorHeadHitbox"; + +static const ALIGN_ASSET(2) char aTiBoulderHitbox[] = "__OTR__ast_titania/aTiBoulderHitbox"; + +static const ALIGN_ASSET(2) char aTiBombHitbox[] = "__OTR__ast_titania/aTiBombHitbox"; + +static const ALIGN_ASSET(2) char D_TI_6006874[] = "__OTR__ast_titania/D_TI_6006874"; + +static const ALIGN_ASSET(2) char aTiRascoHitbox[] = "__OTR__ast_titania/aTiRascoHitbox"; + +static const ALIGN_ASSET(2) char aTiCactusHitbox[] = "__OTR__ast_titania/aTiCactusHitbox"; + +static const ALIGN_ASSET(2) char aTiFekudaHitbox[] = "__OTR__ast_titania/aTiFekudaHitbox"; + +static const ALIGN_ASSET(2) char D_TI_6006924[] = "__OTR__ast_titania/D_TI_6006924"; + +static const ALIGN_ASSET(2) char D_TI_6006940[] = "__OTR__ast_titania/D_TI_6006940"; + +static const ALIGN_ASSET(2) char D_TI_600695C[] = "__OTR__ast_titania/D_TI_600695C"; + +static const ALIGN_ASSET(2) char D_TI_6006978[] = "__OTR__ast_titania/D_TI_6006978"; + +static const ALIGN_ASSET(2) char D_TI_6006994[] = "__OTR__ast_titania/D_TI_6006994"; + +static const ALIGN_ASSET(2) char D_TI_60069B0[] = "__OTR__ast_titania/D_TI_60069B0"; + +static const ALIGN_ASSET(2) char D_TI_60069CC[] = "__OTR__ast_titania/D_TI_60069CC"; + +static const ALIGN_ASSET(2) char D_TI_60069E8[] = "__OTR__ast_titania/D_TI_60069E8"; + +static const ALIGN_ASSET(2) char D_TI_6006A04[] = "__OTR__ast_titania/D_TI_6006A04"; + +static const ALIGN_ASSET(2) char D_TI_6006A20[] = "__OTR__ast_titania/D_TI_6006A20"; + +static const ALIGN_ASSET(2) char aTiDesertCrawlerHitbox[] = "__OTR__ast_titania/aTiDesertCrawlerHitbox"; + +static const ALIGN_ASSET(2) char aTiPillarHitbox[] = "__OTR__ast_titania/aTiPillarHitbox"; + +static const ALIGN_ASSET(2) char D_TI_6006C0C[] = "__OTR__ast_titania/D_TI_6006C0C"; + +static const ALIGN_ASSET(2) char D_TI_6006C28[] = "__OTR__ast_titania/D_TI_6006C28"; + +static const ALIGN_ASSET(2) char aTiBridgeHitbox[] = "__OTR__ast_titania/aTiBridgeHitbox"; + +static const ALIGN_ASSET(2) char D_TI_6006C60[] = "__OTR__ast_titania/D_TI_6006C60"; + +static const ALIGN_ASSET(2) char D_TI_6009BB8[] = "__OTR__ast_titania/D_TI_6009BB8"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_title.h b/android/app/src/main/assets/starship/include/assets/ast_title.h new file mode 100644 index 0000000..da09990 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_title.h @@ -0,0 +1,761 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aTitleStarfoxLogoTex[] = "__OTR__ast_title/aTitleStarfoxLogoTex"; + +static const ALIGN_ASSET(2) char aTitleN64LogoTex[] = "__OTR__ast_title/aTitleN64LogoTex"; + +static const ALIGN_ASSET(2) char gTitleRadioStatic[] = "__OTR__ast_title/gTitleRadioStatic"; + +static const ALIGN_ASSET(2) char aTitleSunGlareTex[] = "__OTR__ast_title/aTitleSunGlareTex"; + +static const ALIGN_ASSET(2) char a1997NintendoTex[] = "__OTR__ast_title/a1997NintendoTex"; + +static const ALIGN_ASSET(2) char aTitlePressStartTex[] = "__OTR__ast_title/aTitlePressStartTex"; + +static const ALIGN_ASSET(2) char aTitleGreatFoxCardTex[] = "__OTR__ast_title/aTitleGreatFoxCardTex"; + +static const ALIGN_ASSET(2) char gTitleSlippyCard[] = "__OTR__ast_title/gTitleSlippyCard"; + +static const ALIGN_ASSET(2) char gTitlePeppyCard[] = "__OTR__ast_title/gTitlePeppyCard"; + +static const ALIGN_ASSET(2) char gTitleFalcoCard[] = "__OTR__ast_title/gTitleFalcoCard"; + +static const ALIGN_ASSET(2) char gTitleFoxCard[] = "__OTR__ast_title/gTitleFoxCard"; + +static const ALIGN_ASSET(2) char aTitleArwingCardTex[] = "__OTR__ast_title/aTitleArwingCardTex"; + +static const ALIGN_ASSET(2) char aTitleNoControllerTex[] = "__OTR__ast_title/aTitleNoControllerTex"; + +static const ALIGN_ASSET(2) char aTitleCopyrightTex[] = "__OTR__ast_title/aTitleCopyrightTex"; + +static const ALIGN_ASSET(2) char gTitleUnusedNintendoCopyright[] = "__OTR__ast_title/gTitleUnusedNintendoCopyright"; + +static const ALIGN_ASSET(2) char aIntroStarfoxLogoTex[] = "__OTR__ast_title/aIntroStarfoxLogoTex"; + +static const ALIGN_ASSET(2) char aIntroStarfoxLogoTLUT[] = "__OTR__ast_title/aIntroStarfoxLogoTLUT"; + +static const ALIGN_ASSET(2) char aIntroInTex[] = "__OTR__ast_title/aIntroInTex"; + +static const ALIGN_ASSET(2) char aIntroInTLUT[] = "__OTR__ast_title/aIntroInTLUT"; + +static const ALIGN_ASSET(2) char a64LogoDL[] = "__OTR__ast_title/a64LogoDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14C28[] = "__OTR__ast_title/ast_title_seg6_vtx_14C28"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14C68[] = "__OTR__ast_title/ast_title_seg6_vtx_14C68"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14CA8[] = "__OTR__ast_title/ast_title_seg6_vtx_14CA8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14CE8[] = "__OTR__ast_title/ast_title_seg6_vtx_14CE8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14D28[] = "__OTR__ast_title/ast_title_seg6_vtx_14D28"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14D68[] = "__OTR__ast_title/ast_title_seg6_vtx_14D68"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_14DA8[] = "__OTR__ast_title/ast_title_seg6_vtx_14DA8"; + +static const ALIGN_ASSET(2) char a64Logo1Tex[] = "__OTR__ast_title/a64Logo1Tex"; + +static const ALIGN_ASSET(2) char a64Logo1TLUT[] = "__OTR__ast_title/a64Logo1TLUT"; + +static const ALIGN_ASSET(2) char a64Logo2Tex[] = "__OTR__ast_title/a64Logo2Tex"; + +static const ALIGN_ASSET(2) char a64Logo2TLUT[] = "__OTR__ast_title/a64Logo2TLUT"; + +static const ALIGN_ASSET(2) char a64Logo3Tex[] = "__OTR__ast_title/a64Logo3Tex"; + +static const ALIGN_ASSET(2) char a64Logo3TLUT[] = "__OTR__ast_title/a64Logo3TLUT"; + +static const ALIGN_ASSET(2) char a64Logo4Tex[] = "__OTR__ast_title/a64Logo4Tex"; + +static const ALIGN_ASSET(2) char a64Logo4TLUT[] = "__OTR__ast_title/a64Logo4TLUT"; + +static const ALIGN_ASSET(2) char a64Logo5Tex[] = "__OTR__ast_title/a64Logo5Tex"; + +static const ALIGN_ASSET(2) char a64Logo5TLUT[] = "__OTR__ast_title/a64Logo5TLUT"; + +static const ALIGN_ASSET(2) char a64Logo6Tex[] = "__OTR__ast_title/a64Logo6Tex"; + +static const ALIGN_ASSET(2) char a64Logo6TLUT[] = "__OTR__ast_title/a64Logo6TLUT"; + +static const ALIGN_ASSET(2) char a64Logo7Tex[] = "__OTR__ast_title/a64Logo7Tex"; + +static const ALIGN_ASSET(2) char a64Logo7TLUT[] = "__OTR__ast_title/a64Logo7TLUT"; + +static const ALIGN_ASSET(2) char aTitleGreatFoxDeckDL[] = "__OTR__ast_title/aTitleGreatFoxDeckDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19040[] = "__OTR__ast_title/ast_title_seg6_vtx_19040"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19080[] = "__OTR__ast_title/ast_title_seg6_vtx_19080"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_190C0[] = "__OTR__ast_title/ast_title_seg6_vtx_190C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19100[] = "__OTR__ast_title/ast_title_seg6_vtx_19100"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19140[] = "__OTR__ast_title/ast_title_seg6_vtx_19140"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19340[] = "__OTR__ast_title/ast_title_seg6_vtx_19340"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19440[] = "__OTR__ast_title/ast_title_seg6_vtx_19440"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19480[] = "__OTR__ast_title/ast_title_seg6_vtx_19480"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_194C0[] = "__OTR__ast_title/ast_title_seg6_vtx_194C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_19500[] = "__OTR__ast_title/ast_title_seg6_vtx_19500"; + +static const ALIGN_ASSET(2) char D_TITLE_60195C0[] = "__OTR__ast_title/D_TITLE_60195C0"; + +static const ALIGN_ASSET(2) char D_TITLE_6019DC0[] = "__OTR__ast_title/D_TITLE_6019DC0"; + +static const ALIGN_ASSET(2) char D_TITLE_601A5C0[] = "__OTR__ast_title/D_TITLE_601A5C0"; + +static const ALIGN_ASSET(2) char D_TITLE_601B5C0[] = "__OTR__ast_title/D_TITLE_601B5C0"; + +static const ALIGN_ASSET(2) char D_TITLE_601B7C0[] = "__OTR__ast_title/D_TITLE_601B7C0"; + +static const ALIGN_ASSET(2) char aTitleCsPassageWayWallTex[] = "__OTR__ast_title/aTitleCsPassageWayWallTex"; + +static const ALIGN_ASSET(2) char aTitleGreatFoxDeckLauncherDL[] = "__OTR__ast_title/aTitleGreatFoxDeckLauncherDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1C950[] = "__OTR__ast_title/ast_title_seg6_vtx_1C950"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1C990[] = "__OTR__ast_title/ast_title_seg6_vtx_1C990"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1CB10[] = "__OTR__ast_title/ast_title_seg6_vtx_1CB10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1CC90[] = "__OTR__ast_title/ast_title_seg6_vtx_1CC90"; + +static const ALIGN_ASSET(2) char D_TITLE_601CCD0[] = "__OTR__ast_title/D_TITLE_601CCD0"; + +static const ALIGN_ASSET(2) char D_TITLE_601CED0[] = "__OTR__ast_title/D_TITLE_601CED0"; + +static const ALIGN_ASSET(2) char D_TITLE_601CF50[] = "__OTR__ast_title/D_TITLE_601CF50"; + +static const ALIGN_ASSET(2) char aNoControllerBgTex[] = "__OTR__ast_title/aNoControllerBgTex"; + +static const ALIGN_ASSET(2) char aNoControllerBgTLUT[] = "__OTR__ast_title/aNoControllerBgTLUT"; + +static const ALIGN_ASSET(2) char D_TITLE_601E424[] = "__OTR__ast_title/D_TITLE_601E424"; + +static const ALIGN_ASSET(2) char D_TITLE_601E430[] = "__OTR__ast_title/D_TITLE_601E430"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E530[] = "__OTR__ast_title/ast_title_seg6_vtx_1E530"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E5B0[] = "__OTR__ast_title/ast_title_seg6_vtx_1E5B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E650[] = "__OTR__ast_title/ast_title_seg6_vtx_1E650"; + +static const ALIGN_ASSET(2) char D_TITLE_601E720[] = "__OTR__ast_title/D_TITLE_601E720"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E820[] = "__OTR__ast_title/ast_title_seg6_vtx_1E820"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E900[] = "__OTR__ast_title/ast_title_seg6_vtx_1E900"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_1E9C0[] = "__OTR__ast_title/ast_title_seg6_vtx_1E9C0"; + +static const ALIGN_ASSET(2) char D_TITLE_601EA00[] = "__OTR__ast_title/D_TITLE_601EA00"; + +static const ALIGN_ASSET(2) char D_TITLE_601F200[] = "__OTR__ast_title/D_TITLE_601F200"; + +static const ALIGN_ASSET(2) char D_TITLE_601F400[] = "__OTR__ast_title/D_TITLE_601F400"; + +static const ALIGN_ASSET(2) char D_TITLE_601F8E0[] = "__OTR__ast_title/D_TITLE_601F8E0"; + +static const ALIGN_ASSET(2) char D_TITLE_6020058[] = "__OTR__ast_title/D_TITLE_6020058"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_20070[] = "__OTR__ast_title/ast_title_seg6_gfx_20070"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20528[] = "__OTR__ast_title/ast_title_seg6_vtx_20528"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20588[] = "__OTR__ast_title/ast_title_seg6_vtx_20588"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20728[] = "__OTR__ast_title/ast_title_seg6_vtx_20728"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20928[] = "__OTR__ast_title/ast_title_seg6_vtx_20928"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20AC8[] = "__OTR__ast_title/ast_title_seg6_vtx_20AC8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20C38[] = "__OTR__ast_title/ast_title_seg6_vtx_20C38"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_20E38[] = "__OTR__ast_title/ast_title_seg6_vtx_20E38"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21018[] = "__OTR__ast_title/ast_title_seg6_vtx_21018"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_210B8[] = "__OTR__ast_title/ast_title_seg6_vtx_210B8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_212A8[] = "__OTR__ast_title/ast_title_seg6_vtx_212A8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21498[] = "__OTR__ast_title/ast_title_seg6_vtx_21498"; + +static const ALIGN_ASSET(2) char D_TITLE_60214F8[] = "__OTR__ast_title/D_TITLE_60214F8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_21700[] = "__OTR__ast_title/ast_title_seg6_gfx_21700"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21940[] = "__OTR__ast_title/ast_title_seg6_vtx_21940"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21A00[] = "__OTR__ast_title/ast_title_seg6_vtx_21A00"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21A60[] = "__OTR__ast_title/ast_title_seg6_vtx_21A60"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21C50[] = "__OTR__ast_title/ast_title_seg6_vtx_21C50"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_21CC0[] = "__OTR__ast_title/ast_title_seg6_vtx_21CC0"; + +static const ALIGN_ASSET(2) char D_TITLE_6021D10[] = "__OTR__ast_title/D_TITLE_6021D10"; + +static const ALIGN_ASSET(2) char D_TITLE_6021F10[] = "__OTR__ast_title/D_TITLE_6021F10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_22110[] = "__OTR__ast_title/ast_title_seg6_gfx_22110"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22178[] = "__OTR__ast_title/ast_title_seg6_vtx_22178"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_222A0[] = "__OTR__ast_title/ast_title_seg6_gfx_222A0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22308[] = "__OTR__ast_title/ast_title_seg6_vtx_22308"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_22440[] = "__OTR__ast_title/ast_title_seg6_gfx_22440"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22600[] = "__OTR__ast_title/ast_title_seg6_vtx_22600"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22800[] = "__OTR__ast_title/ast_title_seg6_vtx_22800"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_229F0[] = "__OTR__ast_title/ast_title_seg6_vtx_229F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22A70[] = "__OTR__ast_title/ast_title_seg6_vtx_22A70"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_22AF0[] = "__OTR__ast_title/ast_title_seg6_vtx_22AF0"; + +static const ALIGN_ASSET(2) char D_TITLE_6022B40[] = "__OTR__ast_title/D_TITLE_6022B40"; + +static const ALIGN_ASSET(2) char D_TITLE_6023340[] = "__OTR__ast_title/D_TITLE_6023340"; + +static const ALIGN_ASSET(2) char D_TITLE_6023B40[] = "__OTR__ast_title/D_TITLE_6023B40"; + +static const ALIGN_ASSET(2) char D_TITLE_6024340[] = "__OTR__ast_title/D_TITLE_6024340"; + +static const ALIGN_ASSET(2) char D_TITLE_60246F8[] = "__OTR__ast_title/D_TITLE_60246F8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_24710[] = "__OTR__ast_title/ast_title_seg6_gfx_24710"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_24B58[] = "__OTR__ast_title/ast_title_seg6_vtx_24B58"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_24C18[] = "__OTR__ast_title/ast_title_seg6_vtx_24C18"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_24D38[] = "__OTR__ast_title/ast_title_seg6_vtx_24D38"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_24F38[] = "__OTR__ast_title/ast_title_seg6_vtx_24F38"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_25078[] = "__OTR__ast_title/ast_title_seg6_vtx_25078"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_25268[] = "__OTR__ast_title/ast_title_seg6_vtx_25268"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_25458[] = "__OTR__ast_title/ast_title_seg6_vtx_25458"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_254F8[] = "__OTR__ast_title/ast_title_seg6_vtx_254F8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_255D8[] = "__OTR__ast_title/ast_title_seg6_vtx_255D8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_25658[] = "__OTR__ast_title/ast_title_seg6_vtx_25658"; + +static const ALIGN_ASSET(2) char D_TITLE_60257A8[] = "__OTR__ast_title/D_TITLE_60257A8"; + +static const ALIGN_ASSET(2) char D_TITLE_60259A8[] = "__OTR__ast_title/D_TITLE_60259A8"; + +static const ALIGN_ASSET(2) char D_TITLE_6025BA8[] = "__OTR__ast_title/D_TITLE_6025BA8"; + +static const ALIGN_ASSET(2) char D_TITLE_6025DA8[] = "__OTR__ast_title/D_TITLE_6025DA8"; + +static const ALIGN_ASSET(2) char D_TITLE_6025FA8[] = "__OTR__ast_title/D_TITLE_6025FA8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_267B0[] = "__OTR__ast_title/ast_title_seg6_gfx_267B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_26968[] = "__OTR__ast_title/ast_title_seg6_vtx_26968"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_26B68[] = "__OTR__ast_title/ast_title_seg6_vtx_26B68"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_26C58[] = "__OTR__ast_title/ast_title_seg6_vtx_26C58"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_26CC8[] = "__OTR__ast_title/ast_title_seg6_vtx_26CC8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_26CF8[] = "__OTR__ast_title/ast_title_seg6_vtx_26CF8"; + +static const ALIGN_ASSET(2) char D_TITLE_6026D28[] = "__OTR__ast_title/D_TITLE_6026D28"; + +static const ALIGN_ASSET(2) char D_TITLE_6026F28[] = "__OTR__ast_title/D_TITLE_6026F28"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_27130[] = "__OTR__ast_title/ast_title_seg6_gfx_27130"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_275E8[] = "__OTR__ast_title/ast_title_seg6_vtx_275E8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_277D8[] = "__OTR__ast_title/ast_title_seg6_vtx_277D8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_279D8[] = "__OTR__ast_title/ast_title_seg6_vtx_279D8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_27BD8[] = "__OTR__ast_title/ast_title_seg6_vtx_27BD8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_27C98[] = "__OTR__ast_title/ast_title_seg6_vtx_27C98"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_27CF8[] = "__OTR__ast_title/ast_title_seg6_vtx_27CF8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_27E88[] = "__OTR__ast_title/ast_title_seg6_vtx_27E88"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_27FD8[] = "__OTR__ast_title/ast_title_seg6_vtx_27FD8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_28018[] = "__OTR__ast_title/ast_title_seg6_vtx_28018"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_28218[] = "__OTR__ast_title/ast_title_seg6_vtx_28218"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_28418[] = "__OTR__ast_title/ast_title_seg6_vtx_28418"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_284A8[] = "__OTR__ast_title/ast_title_seg6_vtx_284A8"; + +static const ALIGN_ASSET(2) char D_TITLE_6028508[] = "__OTR__ast_title/D_TITLE_6028508"; + +static const ALIGN_ASSET(2) char D_TITLE_6028708[] = "__OTR__ast_title/D_TITLE_6028708"; + +static const ALIGN_ASSET(2) char D_TITLE_6028788[] = "__OTR__ast_title/D_TITLE_6028788"; + +static const ALIGN_ASSET(2) char D_TITLE_6028988[] = "__OTR__ast_title/D_TITLE_6028988"; + +static const ALIGN_ASSET(2) char D_TITLE_6028A08[] = "__OTR__ast_title/D_TITLE_6028A08"; + +static const ALIGN_ASSET(2) char D_TITLE_6028C08[] = "__OTR__ast_title/D_TITLE_6028C08"; + +static const ALIGN_ASSET(2) char D_TITLE_6029BE4[] = "__OTR__ast_title/D_TITLE_6029BE4"; + +static const ALIGN_ASSET(2) char D_TITLE_602A710[] = "__OTR__ast_title/D_TITLE_602A710"; + +static const ALIGN_ASSET(2) char aTitleGreatFoxDeckPlatformDL[] = "__OTR__ast_title/aTitleGreatFoxDeckPlatformDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2A800[] = "__OTR__ast_title/ast_title_seg6_vtx_2A800"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2A840[] = "__OTR__ast_title/ast_title_seg6_vtx_2A840"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2A880[] = "__OTR__ast_title/ast_title_seg6_vtx_2A880"; + +static const ALIGN_ASSET(2) char aTitleCsPassageWayCeilingTex[] = "__OTR__ast_title/aTitleCsPassageWayCeilingTex"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2B0C0[] = "__OTR__ast_title/ast_title_seg6_gfx_2B0C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B1E0[] = "__OTR__ast_title/ast_title_seg6_vtx_2B1E0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B260[] = "__OTR__ast_title/ast_title_seg6_vtx_2B260"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2B420[] = "__OTR__ast_title/ast_title_seg6_gfx_2B420"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B5D8[] = "__OTR__ast_title/ast_title_seg6_vtx_2B5D8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B748[] = "__OTR__ast_title/ast_title_seg6_vtx_2B748"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B798[] = "__OTR__ast_title/ast_title_seg6_vtx_2B798"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B818[] = "__OTR__ast_title/ast_title_seg6_vtx_2B818"; + +static const ALIGN_ASSET(2) char D_TITLE_602B8C0[] = "__OTR__ast_title/D_TITLE_602B8C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2B9C0[] = "__OTR__ast_title/ast_title_seg6_vtx_2B9C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2BA40[] = "__OTR__ast_title/ast_title_seg6_vtx_2BA40"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2BB60[] = "__OTR__ast_title/ast_title_seg6_vtx_2BB60"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2BBA0[] = "__OTR__ast_title/ast_title_seg6_gfx_2BBA0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2BC60[] = "__OTR__ast_title/ast_title_seg6_vtx_2BC60"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2BD60[] = "__OTR__ast_title/ast_title_seg6_gfx_2BD60"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2BE20[] = "__OTR__ast_title/ast_title_seg6_vtx_2BE20"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2BE80[] = "__OTR__ast_title/ast_title_seg6_vtx_2BE80"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2BF20[] = "__OTR__ast_title/ast_title_seg6_gfx_2BF20"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C008[] = "__OTR__ast_title/ast_title_seg6_vtx_2C008"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C068[] = "__OTR__ast_title/ast_title_seg6_vtx_2C068"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2C170[] = "__OTR__ast_title/ast_title_seg6_gfx_2C170"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C250[] = "__OTR__ast_title/ast_title_seg6_vtx_2C250"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C350[] = "__OTR__ast_title/ast_title_seg6_vtx_2C350"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2C390[] = "__OTR__ast_title/ast_title_seg6_gfx_2C390"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C420[] = "__OTR__ast_title/ast_title_seg6_vtx_2C420"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2C4B0[] = "__OTR__ast_title/ast_title_seg6_gfx_2C4B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2C9B0[] = "__OTR__ast_title/ast_title_seg6_vtx_2C9B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2CA10[] = "__OTR__ast_title/ast_title_seg6_vtx_2CA10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2CB30[] = "__OTR__ast_title/ast_title_seg6_vtx_2CB30"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2CCD0[] = "__OTR__ast_title/ast_title_seg6_vtx_2CCD0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2CEB0[] = "__OTR__ast_title/ast_title_seg6_vtx_2CEB0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D0B0[] = "__OTR__ast_title/ast_title_seg6_vtx_2D0B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D1B0[] = "__OTR__ast_title/ast_title_seg6_vtx_2D1B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D210[] = "__OTR__ast_title/ast_title_seg6_vtx_2D210"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D400[] = "__OTR__ast_title/ast_title_seg6_vtx_2D400"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D600[] = "__OTR__ast_title/ast_title_seg6_vtx_2D600"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2D800[] = "__OTR__ast_title/ast_title_seg6_vtx_2D800"; + +static const ALIGN_ASSET(2) char D_TITLE_602D930[] = "__OTR__ast_title/D_TITLE_602D930"; + +static const ALIGN_ASSET(2) char D_TITLE_602DB30[] = "__OTR__ast_title/D_TITLE_602DB30"; + +static const ALIGN_ASSET(2) char D_TITLE_602DD30[] = "__OTR__ast_title/D_TITLE_602DD30"; + +static const ALIGN_ASSET(2) char D_TITLE_602DF30[] = "__OTR__ast_title/D_TITLE_602DF30"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_2E130[] = "__OTR__ast_title/ast_title_seg6_gfx_2E130"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2E238[] = "__OTR__ast_title/ast_title_seg6_vtx_2E238"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2E2B8[] = "__OTR__ast_title/ast_title_seg6_vtx_2E2B8"; + +static const ALIGN_ASSET(2) char aTitleCsPassageWayDL[] = "__OTR__ast_title/aTitleCsPassageWayDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2E450[] = "__OTR__ast_title/ast_title_seg6_vtx_2E450"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2E490[] = "__OTR__ast_title/ast_title_seg6_vtx_2E490"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_2E4D0[] = "__OTR__ast_title/ast_title_seg6_vtx_2E4D0"; + +static const ALIGN_ASSET(2) char aTitleCsPassageWayFloorTex[] = "__OTR__ast_title/aTitleCsPassageWayFloorTex"; + +static const ALIGN_ASSET(2) char aFoxRunningAnim[] = "__OTR__ast_title/aFoxRunningAnim"; + +static const ALIGN_ASSET(2) char aFoxSkel[] = "__OTR__ast_title/aFoxSkel"; + +static const ALIGN_ASSET(2) char aFalcoRunningAnim[] = "__OTR__ast_title/aFalcoRunningAnim"; + +static const ALIGN_ASSET(2) char aFalcoSkel[] = "__OTR__ast_title/aFalcoSkel"; + +static const ALIGN_ASSET(2) char aSlippyRunningAnim[] = "__OTR__ast_title/aSlippyRunningAnim"; + +static const ALIGN_ASSET(2) char aSlippySkel[] = "__OTR__ast_title/aSlippySkel"; + +static const ALIGN_ASSET(2) char aPeppyRunningAnim[] = "__OTR__ast_title/aPeppyRunningAnim"; + +static const ALIGN_ASSET(2) char aPeppySkel[] = "__OTR__ast_title/aPeppySkel"; + +static const ALIGN_ASSET(2) char aTitleArwingEngineGlowDL[] = "__OTR__ast_title/aTitleArwingEngineGlowDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_32138[] = "__OTR__ast_title/ast_title_seg6_vtx_32138"; + +static const ALIGN_ASSET(2) char aTitleArwingEngineGlowTex[] = "__OTR__ast_title/aTitleArwingEngineGlowTex"; + +static const ALIGN_ASSET(2) char aTitleArwingShadowDL[] = "__OTR__ast_title/aTitleArwingShadowDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_325D8[] = "__OTR__ast_title/ast_title_seg6_vtx_325D8"; + +static const ALIGN_ASSET(2) char aTitleArwingShadowTex[] = "__OTR__ast_title/aTitleArwingShadowTex"; + +static const ALIGN_ASSET(2) char aFalcoAnim[] = "__OTR__ast_title/aFalcoAnim"; + +static const ALIGN_ASSET(2) char aFoxAnim[] = "__OTR__ast_title/aFoxAnim"; + +static const ALIGN_ASSET(2) char aPeppyAnim[] = "__OTR__ast_title/aPeppyAnim"; + +static const ALIGN_ASSET(2) char aSlippyAnim[] = "__OTR__ast_title/aSlippyAnim"; + +static const ALIGN_ASSET(2) char D_TITLE_6036290[] = "__OTR__ast_title/D_TITLE_6036290"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_362E8[] = "__OTR__ast_title/ast_title_seg6_vtx_362E8"; + +static const ALIGN_ASSET(2) char D_TITLE_6036328[] = "__OTR__ast_title/D_TITLE_6036328"; + +static const ALIGN_ASSET(2) char D_TITLE_6036B30[] = "__OTR__ast_title/D_TITLE_6036B30"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_36B88[] = "__OTR__ast_title/ast_title_seg6_vtx_36B88"; + +static const ALIGN_ASSET(2) char D_TITLE_6036BC8[] = "__OTR__ast_title/D_TITLE_6036BC8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_373D0[] = "__OTR__ast_title/ast_title_seg6_gfx_373D0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37458[] = "__OTR__ast_title/ast_title_seg6_vtx_37458"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_374F0[] = "__OTR__ast_title/ast_title_seg6_gfx_374F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37548[] = "__OTR__ast_title/ast_title_seg6_vtx_37548"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_375B0[] = "__OTR__ast_title/ast_title_seg6_gfx_375B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37670[] = "__OTR__ast_title/ast_title_seg6_vtx_37670"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_37770[] = "__OTR__ast_title/ast_title_seg6_gfx_37770"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_377E0[] = "__OTR__ast_title/ast_title_seg6_vtx_377E0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_37840[] = "__OTR__ast_title/ast_title_seg6_gfx_37840"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_378D0[] = "__OTR__ast_title/ast_title_seg6_vtx_378D0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_37970[] = "__OTR__ast_title/ast_title_seg6_gfx_37970"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37A00[] = "__OTR__ast_title/ast_title_seg6_vtx_37A00"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_37AA0[] = "__OTR__ast_title/ast_title_seg6_gfx_37AA0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37BA8[] = "__OTR__ast_title/ast_title_seg6_vtx_37BA8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37C28[] = "__OTR__ast_title/ast_title_seg6_vtx_37C28"; + +static const ALIGN_ASSET(2) char aPlanetCorneriaDL[] = "__OTR__ast_title/aPlanetCorneriaDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37ED0[] = "__OTR__ast_title/ast_title_seg6_vtx_37ED0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37F10[] = "__OTR__ast_title/ast_title_seg6_vtx_37F10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37F50[] = "__OTR__ast_title/ast_title_seg6_vtx_37F50"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37F90[] = "__OTR__ast_title/ast_title_seg6_vtx_37F90"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_37FD0[] = "__OTR__ast_title/ast_title_seg6_vtx_37FD0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_38010[] = "__OTR__ast_title/ast_title_seg6_vtx_38010"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_38050[] = "__OTR__ast_title/ast_title_seg6_vtx_38050"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_38090[] = "__OTR__ast_title/ast_title_seg6_vtx_38090"; + +static const ALIGN_ASSET(2) char D_TITLE_60380D0[] = "__OTR__ast_title/D_TITLE_60380D0"; + +static const ALIGN_ASSET(2) char D_TITLE_60390D0[] = "__OTR__ast_title/D_TITLE_60390D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603A0D0[] = "__OTR__ast_title/D_TITLE_603A0D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603B0D0[] = "__OTR__ast_title/D_TITLE_603B0D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603C0D0[] = "__OTR__ast_title/D_TITLE_603C0D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603D0D0[] = "__OTR__ast_title/D_TITLE_603D0D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603E0D0[] = "__OTR__ast_title/D_TITLE_603E0D0"; + +static const ALIGN_ASSET(2) char D_TITLE_603F0D0[] = "__OTR__ast_title/D_TITLE_603F0D0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_400D0[] = "__OTR__ast_title/ast_title_seg6_gfx_400D0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40158[] = "__OTR__ast_title/ast_title_seg6_vtx_40158"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_401E0[] = "__OTR__ast_title/ast_title_seg6_gfx_401E0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40250[] = "__OTR__ast_title/ast_title_seg6_vtx_40250"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_402B0[] = "__OTR__ast_title/ast_title_seg6_gfx_402B0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40380[] = "__OTR__ast_title/ast_title_seg6_vtx_40380"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_404D0[] = "__OTR__ast_title/ast_title_seg6_gfx_404D0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_405A8[] = "__OTR__ast_title/ast_title_seg6_vtx_405A8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_406F0[] = "__OTR__ast_title/ast_title_seg6_gfx_406F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40760[] = "__OTR__ast_title/ast_title_seg6_vtx_40760"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_407C0[] = "__OTR__ast_title/ast_title_seg6_gfx_407C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40840[] = "__OTR__ast_title/ast_title_seg6_vtx_40840"; + +static const ALIGN_ASSET(2) char D_TITLE_60408C0[] = "__OTR__ast_title/D_TITLE_60408C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_409C0[] = "__OTR__ast_title/ast_title_seg6_vtx_409C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40A40[] = "__OTR__ast_title/ast_title_seg6_vtx_40A40"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40AC0[] = "__OTR__ast_title/ast_title_seg6_vtx_40AC0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_40B90[] = "__OTR__ast_title/ast_title_seg6_gfx_40B90"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40C10[] = "__OTR__ast_title/ast_title_seg6_vtx_40C10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_40CA0[] = "__OTR__ast_title/ast_title_seg6_gfx_40CA0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40D40[] = "__OTR__ast_title/ast_title_seg6_vtx_40D40"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_40E00[] = "__OTR__ast_title/ast_title_seg6_gfx_40E00"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40EA0[] = "__OTR__ast_title/ast_title_seg6_vtx_40EA0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_40F60[] = "__OTR__ast_title/ast_title_seg6_gfx_40F60"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_40FE0[] = "__OTR__ast_title/ast_title_seg6_vtx_40FE0"; + +static const ALIGN_ASSET(2) char aTeamShadowDL[] = "__OTR__ast_title/aTeamShadowDL"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_410C8[] = "__OTR__ast_title/ast_title_seg6_vtx_410C8"; + +static const ALIGN_ASSET(2) char D_TITLE_60410F8[] = "__OTR__ast_title/D_TITLE_60410F8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_41900[] = "__OTR__ast_title/ast_title_seg6_gfx_41900"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_41990[] = "__OTR__ast_title/ast_title_seg6_vtx_41990"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_41A20[] = "__OTR__ast_title/ast_title_seg6_gfx_41A20"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_41A90[] = "__OTR__ast_title/ast_title_seg6_vtx_41A90"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_41AF0[] = "__OTR__ast_title/ast_title_seg6_gfx_41AF0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_41B70[] = "__OTR__ast_title/ast_title_seg6_vtx_41B70"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_41BF0[] = "__OTR__ast_title/ast_title_seg6_gfx_41BF0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_41C70[] = "__OTR__ast_title/ast_title_seg6_vtx_41C70"; + +static const ALIGN_ASSET(2) char D_TITLE_6041CF0[] = "__OTR__ast_title/D_TITLE_6041CF0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_424F0[] = "__OTR__ast_title/ast_title_seg6_gfx_424F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42560[] = "__OTR__ast_title/ast_title_seg6_vtx_42560"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_425C0[] = "__OTR__ast_title/ast_title_seg6_gfx_425C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42650[] = "__OTR__ast_title/ast_title_seg6_vtx_42650"; + +static const ALIGN_ASSET(2) char D_TITLE_60426E0[] = "__OTR__ast_title/D_TITLE_60426E0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_428E0[] = "__OTR__ast_title/ast_title_seg6_gfx_428E0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42A78[] = "__OTR__ast_title/ast_title_seg6_vtx_42A78"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42AD8[] = "__OTR__ast_title/ast_title_seg6_vtx_42AD8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42B28[] = "__OTR__ast_title/ast_title_seg6_vtx_42B28"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42B98[] = "__OTR__ast_title/ast_title_seg6_vtx_42B98"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_42D70[] = "__OTR__ast_title/ast_title_seg6_gfx_42D70"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42DF8[] = "__OTR__ast_title/ast_title_seg6_vtx_42DF8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_42EA0[] = "__OTR__ast_title/ast_title_seg6_gfx_42EA0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_42F88[] = "__OTR__ast_title/ast_title_seg6_vtx_42F88"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43078[] = "__OTR__ast_title/ast_title_seg6_vtx_43078"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_430F0[] = "__OTR__ast_title/ast_title_seg6_gfx_430F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_431D8[] = "__OTR__ast_title/ast_title_seg6_vtx_431D8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_432C8[] = "__OTR__ast_title/ast_title_seg6_vtx_432C8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43340[] = "__OTR__ast_title/ast_title_seg6_gfx_43340"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_433C0[] = "__OTR__ast_title/ast_title_seg6_vtx_433C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43460[] = "__OTR__ast_title/ast_title_seg6_gfx_43460"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43568[] = "__OTR__ast_title/ast_title_seg6_vtx_43568"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_435C8[] = "__OTR__ast_title/ast_title_seg6_vtx_435C8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43720[] = "__OTR__ast_title/ast_title_seg6_gfx_43720"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_437F0[] = "__OTR__ast_title/ast_title_seg6_vtx_437F0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43900[] = "__OTR__ast_title/ast_title_seg6_gfx_43900"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43980[] = "__OTR__ast_title/ast_title_seg6_vtx_43980"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43A10[] = "__OTR__ast_title/ast_title_seg6_gfx_43A10"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43A90[] = "__OTR__ast_title/ast_title_seg6_vtx_43A90"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43B20[] = "__OTR__ast_title/ast_title_seg6_gfx_43B20"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43BE8[] = "__OTR__ast_title/ast_title_seg6_vtx_43BE8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_43D00[] = "__OTR__ast_title/ast_title_seg6_gfx_43D00"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_43DF8[] = "__OTR__ast_title/ast_title_seg6_vtx_43DF8"; + +static const ALIGN_ASSET(2) char D_TITLE_6043F68[] = "__OTR__ast_title/D_TITLE_6043F68"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_44770[] = "__OTR__ast_title/ast_title_seg6_gfx_44770"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44A58[] = "__OTR__ast_title/ast_title_seg6_vtx_44A58"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44A98[] = "__OTR__ast_title/ast_title_seg6_vtx_44A98"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44AD8[] = "__OTR__ast_title/ast_title_seg6_vtx_44AD8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44C88[] = "__OTR__ast_title/ast_title_seg6_vtx_44C88"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44CE8[] = "__OTR__ast_title/ast_title_seg6_vtx_44CE8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44D88[] = "__OTR__ast_title/ast_title_seg6_vtx_44D88"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44DE8[] = "__OTR__ast_title/ast_title_seg6_vtx_44DE8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_44E40[] = "__OTR__ast_title/ast_title_seg6_gfx_44E40"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44EC0[] = "__OTR__ast_title/ast_title_seg6_vtx_44EC0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_44F40[] = "__OTR__ast_title/ast_title_seg6_gfx_44F40"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_44FF8[] = "__OTR__ast_title/ast_title_seg6_vtx_44FF8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_45100[] = "__OTR__ast_title/ast_title_seg6_gfx_45100"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_451A0[] = "__OTR__ast_title/ast_title_seg6_vtx_451A0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_45280[] = "__OTR__ast_title/ast_title_seg6_gfx_45280"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_45320[] = "__OTR__ast_title/ast_title_seg6_vtx_45320"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_45400[] = "__OTR__ast_title/ast_title_seg6_gfx_45400"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_454B8[] = "__OTR__ast_title/ast_title_seg6_vtx_454B8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_gfx_455C0[] = "__OTR__ast_title/ast_title_seg6_gfx_455C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_45640[] = "__OTR__ast_title/ast_title_seg6_vtx_45640"; + +static const ALIGN_ASSET(2) char D_TITLE_60456C0[] = "__OTR__ast_title/D_TITLE_60456C0"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_45868[] = "__OTR__ast_title/ast_title_seg6_vtx_45868"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_458A8[] = "__OTR__ast_title/ast_title_seg6_vtx_458A8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_458E8[] = "__OTR__ast_title/ast_title_seg6_vtx_458E8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_45928[] = "__OTR__ast_title/ast_title_seg6_vtx_45928"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_45968[] = "__OTR__ast_title/ast_title_seg6_vtx_45968"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_459A8[] = "__OTR__ast_title/ast_title_seg6_vtx_459A8"; + +static const ALIGN_ASSET(2) char ast_title_seg6_vtx_459E8[] = "__OTR__ast_title/ast_title_seg6_vtx_459E8"; + +static const ALIGN_ASSET(2) char D_TITLE_6045A28[] = "__OTR__ast_title/D_TITLE_6045A28"; + +static const ALIGN_ASSET(2) char D_TITLE_6046A28[] = "__OTR__ast_title/D_TITLE_6046A28"; + +static const ALIGN_ASSET(2) char D_TITLE_6047A28[] = "__OTR__ast_title/D_TITLE_6047A28"; + +static const ALIGN_ASSET(2) char D_TITLE_6048A28[] = "__OTR__ast_title/D_TITLE_6048A28"; + +static const ALIGN_ASSET(2) char D_TITLE_6049A28[] = "__OTR__ast_title/D_TITLE_6049A28"; + +static const ALIGN_ASSET(2) char D_TITLE_604AA28[] = "__OTR__ast_title/D_TITLE_604AA28"; + +static const ALIGN_ASSET(2) char D_TITLE_604BA28[] = "__OTR__ast_title/D_TITLE_604BA28"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_training.h b/android/app/src/main/assets/starship/include/assets/ast_training.h new file mode 100644 index 0000000..137d5a6 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_training.h @@ -0,0 +1,84 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char D_TR_6000000[] = "__OTR__ast_training/D_TR_6000000"; + +static const ALIGN_ASSET(2) char D_TR_6000480[] = "__OTR__ast_training/D_TR_6000480"; + +static const ALIGN_ASSET(2) char D_TR_6000900[] = "__OTR__ast_training/D_TR_6000900"; + +static const ALIGN_ASSET(2) char D_TR_6001820[] = "__OTR__ast_training/D_TR_6001820"; + +static const ALIGN_ASSET(2) char aTrBarrierDL[] = "__OTR__ast_training/aTrBarrierDL"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_27F0[] = "__OTR__ast_training/ast_training_seg6_vtx_27F0"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_2870[] = "__OTR__ast_training/ast_training_seg6_vtx_2870"; + +static const ALIGN_ASSET(2) char D_TR_60028F0[] = "__OTR__ast_training/D_TR_60028F0"; + +static const ALIGN_ASSET(2) char aTrBuildingDL[] = "__OTR__ast_training/aTrBuildingDL"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_3220[] = "__OTR__ast_training/ast_training_seg6_vtx_3220"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_32A0[] = "__OTR__ast_training/ast_training_seg6_vtx_32A0"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_32E0[] = "__OTR__ast_training/ast_training_seg6_vtx_32E0"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_3320[] = "__OTR__ast_training/ast_training_seg6_vtx_3320"; + +static const ALIGN_ASSET(2) char D_TR_6003360[] = "__OTR__ast_training/D_TR_6003360"; + +static const ALIGN_ASSET(2) char D_TR_6003560[] = "__OTR__ast_training/D_TR_6003560"; + +static const ALIGN_ASSET(2) char D_TR_6003760[] = "__OTR__ast_training/D_TR_6003760"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_37F8[] = "__OTR__ast_training/ast_training_seg6_vtx_37F8"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_3838[] = "__OTR__ast_training/ast_training_seg6_vtx_3838"; + +static const ALIGN_ASSET(2) char D_TR_6003878[] = "__OTR__ast_training/D_TR_6003878"; + +static const ALIGN_ASSET(2) char D_TR_6004878[] = "__OTR__ast_training/D_TR_6004878"; + +static const ALIGN_ASSET(2) char D_TR_6005880[] = "__OTR__ast_training/D_TR_6005880"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_58D8[] = "__OTR__ast_training/ast_training_seg6_vtx_58D8"; + +static const ALIGN_ASSET(2) char D_TR_6005938[] = "__OTR__ast_training/D_TR_6005938"; + +static const ALIGN_ASSET(2) char aItemTrainingRingDL[] = "__OTR__ast_training/aItemTrainingRingDL"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_62D8[] = "__OTR__ast_training/ast_training_seg6_vtx_62D8"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_64D8[] = "__OTR__ast_training/ast_training_seg6_vtx_64D8"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_6628[] = "__OTR__ast_training/ast_training_seg6_vtx_6628"; + +static const ALIGN_ASSET(2) char ast_training_seg6_vtx_6828[] = "__OTR__ast_training/ast_training_seg6_vtx_6828"; + +static const ALIGN_ASSET(2) char D_TR_6006958[] = "__OTR__ast_training/D_TR_6006958"; + +static const ALIGN_ASSET(2) char D_TR_60069D8[] = "__OTR__ast_training/D_TR_60069D8"; + +static const ALIGN_ASSET(2) char D_TR_6006A60[] = "__OTR__ast_training/D_TR_6006A60"; + +static const ALIGN_ASSET(2) char D_TR_6006AA4[] = "__OTR__ast_training/D_TR_6006AA4"; + +static const ALIGN_ASSET(2) char D_TR_6008EF8[] = "__OTR__ast_training/D_TR_6008EF8"; + +static const char D_TR_6009B34[] = "__OTR__ast_training/D_TR_6009B34"; + +static const ALIGN_ASSET(2) char aTrBuildingHitbox[] = "__OTR__ast_training/aTrBuildingHitbox"; + +static const ALIGN_ASSET(2) char aItemTrainingRingHitbox[] = "__OTR__ast_training/aItemTrainingRingHitbox"; + +static const ALIGN_ASSET(2) char aTrBarrierHitbox[] = "__OTR__ast_training/aTrBarrierHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_ve1_boss.h b/android/app/src/main/assets/starship/include/assets/ast_ve1_boss.h new file mode 100644 index 0000000..9af6dfc --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_ve1_boss.h @@ -0,0 +1,551 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char D_VE1_9000000[] = "__OTR__ast_ve1_boss/D_VE1_9000000"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_148[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_148"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_188[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_188"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1C8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1C8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_2C8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_2C8"; + +static const ALIGN_ASSET(2) char D_VE1_90003E8[] = "__OTR__ast_ve1_boss/D_VE1_90003E8"; + +static const ALIGN_ASSET(2) char D_VE1_90005E8[] = "__OTR__ast_ve1_boss/D_VE1_90005E8"; + +static const ALIGN_ASSET(2) char D_VE1_90007F0[] = "__OTR__ast_ve1_boss/D_VE1_90007F0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_9D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_9D0"; + +static const ALIGN_ASSET(2) char D_VE1_9000AF0[] = "__OTR__ast_ve1_boss/D_VE1_9000AF0"; + +static const ALIGN_ASSET(2) char D_VE1_90012F0[] = "__OTR__ast_ve1_boss/D_VE1_90012F0"; + +static const ALIGN_ASSET(2) char D_VE1_9002CD8[] = "__OTR__ast_ve1_boss/D_VE1_9002CD8"; + +static const ALIGN_ASSET(2) char aVe1BlockerDL[] = "__OTR__ast_ve1_boss/aVe1BlockerDL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_2DB0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_2DB0"; + +static const ALIGN_ASSET(2) char D_VE1_9002F30[] = "__OTR__ast_ve1_boss/D_VE1_9002F30"; + +static const ALIGN_ASSET(2) char D_VE1_9003330[] = "__OTR__ast_ve1_boss/D_VE1_9003330"; + +static const ALIGN_ASSET(2) char D_VE1_9003490[] = "__OTR__ast_ve1_boss/D_VE1_9003490"; + +static const ALIGN_ASSET(2) char D_VE1_9003890[] = "__OTR__ast_ve1_boss/D_VE1_9003890"; + +static const ALIGN_ASSET(2) char D_VE1_90039F0[] = "__OTR__ast_ve1_boss/D_VE1_90039F0"; + +static const ALIGN_ASSET(2) char D_VE1_9003DF0[] = "__OTR__ast_ve1_boss/D_VE1_9003DF0"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior1DL[] = "__OTR__ast_ve1_boss/aVe1TempleInterior1DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_3FC0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_3FC0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_40C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_40C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_4298[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_4298"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_42D8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_42D8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_4318[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_4318"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_43B8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_43B8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_43F8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_43F8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_4438[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_4438"; + +static const ALIGN_ASSET(2) char D_VE1_9004478[] = "__OTR__ast_ve1_boss/D_VE1_9004478"; + +static const ALIGN_ASSET(2) char D_VE1_9004878[] = "__OTR__ast_ve1_boss/D_VE1_9004878"; + +static const ALIGN_ASSET(2) char D_VE1_9005078[] = "__OTR__ast_ve1_boss/D_VE1_9005078"; + +static const ALIGN_ASSET(2) char D_VE1_9005478[] = "__OTR__ast_ve1_boss/D_VE1_9005478"; + +static const ALIGN_ASSET(2) char aVe1TempleEntranceDL[] = "__OTR__ast_ve1_boss/aVe1TempleEntranceDL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_64B0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_64B0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_66B0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_66B0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_6890[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_6890"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_6A70[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_6A70"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_6C50[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_6C50"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_6E30[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_6E30"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_7010[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_7010"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_7130[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_7130"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_71D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_71D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_73D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_73D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_75C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_75C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_77C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_77C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_79C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_79C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_7AC0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_7AC0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_7CC0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_7CC0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_7EA0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_7EA0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8090[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8090"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8100[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8100"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8200[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8200"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8400[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8400"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_85F0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_85F0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_87E0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_87E0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_89C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_89C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8BA0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8BA0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8D80[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8D80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_8F60[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_8F60"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_9150[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_9150"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_9330[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_9330"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_94E0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_94E0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_9680[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_9680"; + +static const ALIGN_ASSET(2) char D_VE1_9009700[] = "__OTR__ast_ve1_boss/D_VE1_9009700"; + +static const ALIGN_ASSET(2) char D_VE1_9009F00[] = "__OTR__ast_ve1_boss/D_VE1_9009F00"; + +static const ALIGN_ASSET(2) char D_VE1_900A300[] = "__OTR__ast_ve1_boss/D_VE1_900A300"; + +static const ALIGN_ASSET(2) char D_VE1_900AB00[] = "__OTR__ast_ve1_boss/D_VE1_900AB00"; + +static const ALIGN_ASSET(2) char D_VE1_900AF00[] = "__OTR__ast_ve1_boss/D_VE1_900AF00"; + +static const ALIGN_ASSET(2) char D_VE1_900B700[] = "__OTR__ast_ve1_boss/D_VE1_900B700"; + +static const ALIGN_ASSET(2) char D_VE1_900BF00[] = "__OTR__ast_ve1_boss/D_VE1_900BF00"; + +static const ALIGN_ASSET(2) char D_VE1_900C700[] = "__OTR__ast_ve1_boss/D_VE1_900C700"; + +static const ALIGN_ASSET(2) char aVe1MonkeyStatueAnim[] = "__OTR__ast_ve1_boss/aVe1MonkeyStatueAnim"; + +static const ALIGN_ASSET(2) char aVe1MonkeyStatueSkel[] = "__OTR__ast_ve1_boss/aVe1MonkeyStatueSkel"; + +static const ALIGN_ASSET(2) char D_VE1_900D180[] = "__OTR__ast_ve1_boss/D_VE1_900D180"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_D260[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_D260"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_D2C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_D2C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_D4C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_D4C0"; + +static const ALIGN_ASSET(2) char D_VE1_900D520[] = "__OTR__ast_ve1_boss/D_VE1_900D520"; + +static const ALIGN_ASSET(2) char aVe1Pillar1DL[] = "__OTR__ast_ve1_boss/aVe1Pillar1DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_DDA0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_DDA0"; + +static const ALIGN_ASSET(2) char D_VE1_900DF20[] = "__OTR__ast_ve1_boss/D_VE1_900DF20"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_DF78[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_DF78"; + +static const ALIGN_ASSET(2) char D_VE1_900DFB8[] = "__OTR__ast_ve1_boss/D_VE1_900DFB8"; + +static const ALIGN_ASSET(2) char aVe1TempleBgDL[] = "__OTR__ast_ve1_boss/aVe1TempleBgDL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_F018[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_F018"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior2DL[] = "__OTR__ast_ve1_boss/aVe1TempleInterior2DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_F0D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_F0D0"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior3DL[] = "__OTR__ast_ve1_boss/aVe1TempleInterior3DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_F260[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_F260"; + +static const ALIGN_ASSET(2) char D_VE1_9010FC4[] = "__OTR__ast_ve1_boss/D_VE1_9010FC4"; + +static const ALIGN_ASSET(2) char D_VE1_9010FD0[] = "__OTR__ast_ve1_boss/D_VE1_9010FD0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_11048[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_11048"; + +static const ALIGN_ASSET(2) char aVe1PillarDL[] = "__OTR__ast_ve1_boss/aVe1PillarDL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_11300[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_11300"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_114E0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_114E0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_116D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_116D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_118C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_118C0"; + +static const ALIGN_ASSET(2) char D_VE1_9011980[] = "__OTR__ast_ve1_boss/D_VE1_9011980"; + +static const ALIGN_ASSET(2) char aVe1Pillar5DL[] = "__OTR__ast_ve1_boss/aVe1Pillar5DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12240[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12240"; + +static const ALIGN_ASSET(2) char D_VE1_90123C0[] = "__OTR__ast_ve1_boss/D_VE1_90123C0"; + +static const ALIGN_ASSET(2) char D_VE1_90125C0[] = "__OTR__ast_ve1_boss/D_VE1_90125C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_12700[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_12700"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12820[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12820"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12860[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12860"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_128A0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_128A0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12A80[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12A80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_12B40[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_12B40"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12C60[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12C60"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12CA0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12CA0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12CE0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12CE0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_12EE0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_12EE0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_12F80[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_12F80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13058[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13058"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_130F8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_130F8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_13300[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_13300"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_133B8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_133B8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_134B8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_134B8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_135C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_135C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13680[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13680"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13780[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13780"; + +static const ALIGN_ASSET(2) char D_VE1_9013880[] = "__OTR__ast_ve1_boss/D_VE1_9013880"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13998[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13998"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13B28[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13B28"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13B88[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13B88"; + +static const ALIGN_ASSET(2) char D_VE1_9013C20[] = "__OTR__ast_ve1_boss/D_VE1_9013C20"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13CA8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13CA8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13E88[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13E88"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_13EF0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_13EF0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_13FA8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_13FA8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_140A8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_140A8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_141B0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_141B0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14270[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14270"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14370[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14370"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_14470[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_14470"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14530[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14530"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14630[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14630"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_14730[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_14730"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_147F0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_147F0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14970[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14970"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_14A70[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_14A70"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14B48[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14B48"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14BE8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14BE8"; + +static const ALIGN_ASSET(2) char D_VE1_9014DF0[] = "__OTR__ast_ve1_boss/D_VE1_9014DF0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14EB8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14EB8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_14FD8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_14FD8"; + +static const ALIGN_ASSET(2) char D_VE1_90150A0[] = "__OTR__ast_ve1_boss/D_VE1_90150A0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_151F0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_151F0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15230[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15230"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15270[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15270"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15370[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15370"; + +static const ALIGN_ASSET(2) char D_VE1_9015480[] = "__OTR__ast_ve1_boss/D_VE1_9015480"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_155A8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_155A8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_155E8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_155E8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15668[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15668"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15868[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15868"; + +static const ALIGN_ASSET(2) char D_VE1_9015900[] = "__OTR__ast_ve1_boss/D_VE1_9015900"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_159D0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_159D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15AE0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15AE0"; + +static const ALIGN_ASSET(2) char D_VE1_9015BB0[] = "__OTR__ast_ve1_boss/D_VE1_9015BB0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15C88[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15C88"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15D88[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15D88"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_15F10[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_15F10"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_15FB8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_15FB8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_161A8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_161A8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_16300[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_16300"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16488[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16488"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16678[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16678"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16878[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16878"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16A68[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16A68"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16C68[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16C68"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_16E58[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_16E58"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_16F80[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_16F80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_17028[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_17028"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_17218[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_17218"; + +static const ALIGN_ASSET(2) char D_VE1_9018BD0[] = "__OTR__ast_ve1_boss/D_VE1_9018BD0"; + +static const ALIGN_ASSET(2) char D_VE1_901A4B8[] = "__OTR__ast_ve1_boss/D_VE1_901A4B8"; + +static const ALIGN_ASSET(2) char D_VE1_901BDA8[] = "__OTR__ast_ve1_boss/D_VE1_901BDA8"; + +static const ALIGN_ASSET(2) char D_VE1_901C0F4[] = "__OTR__ast_ve1_boss/D_VE1_901C0F4"; + +static const ALIGN_ASSET(2) char D_VE1_901DA38[] = "__OTR__ast_ve1_boss/D_VE1_901DA38"; + +static const ALIGN_ASSET(2) char aVe1Pillar3DL[] = "__OTR__ast_ve1_boss/aVe1Pillar3DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1DAE0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1DAE0"; + +static const ALIGN_ASSET(2) char D_VE1_901DC90[] = "__OTR__ast_ve1_boss/D_VE1_901DC90"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1E090[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1E090"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E150[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E150"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E250[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E250"; + +static const ALIGN_ASSET(2) char D_VE1_901E350[] = "__OTR__ast_ve1_boss/D_VE1_901E350"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E430[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E430"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E530[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E530"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1E630[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1E630"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E6F0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E6F0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1E850[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1E850"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1E950[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1E950"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EA20[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EA20"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EB10[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EB10"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1ECF0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1ECF0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EE08[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EE08"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EE48[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EE48"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EF58[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EF58"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1EFD8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1EFD8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1F020[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1F020"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F108[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F108"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F218[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F218"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F2D8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F2D8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_gfx_1F320[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_gfx_1F320"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F418[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F418"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F508[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F508"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F5C8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F5C8"; + +static const ALIGN_ASSET(2) char D_VE1_901F6D0[] = "__OTR__ast_ve1_boss/D_VE1_901F6D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F788[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F788"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1F7F8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1F7F8"; + +static const ALIGN_ASSET(2) char D_VE1_901F990[] = "__OTR__ast_ve1_boss/D_VE1_901F990"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1FA58[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1FA58"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1FB78[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1FB78"; + +static const ALIGN_ASSET(2) char D_VE1_901FC40[] = "__OTR__ast_ve1_boss/D_VE1_901FC40"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1FD58[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1FD58"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1FE18[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1FE18"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_1FE98[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_1FE98"; + +static const ALIGN_ASSET(2) char D_VE1_901FFB0[] = "__OTR__ast_ve1_boss/D_VE1_901FFB0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_202A0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_202A0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_203B0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_203B0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20590[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20590"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20740[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20740"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20940[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20940"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20970[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20970"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20A90[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20A90"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20C90[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20C90"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_20D80[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_20D80"; + +static const ALIGN_ASSET(2) char D_VE1_9020E30[] = "__OTR__ast_ve1_boss/D_VE1_9020E30"; + +static const ALIGN_ASSET(2) char D_VE1_9021630[] = "__OTR__ast_ve1_boss/D_VE1_9021630"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_21700[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_21700"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_21810[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_21810"; + +static const ALIGN_ASSET(2) char D_VE1_9021900[] = "__OTR__ast_ve1_boss/D_VE1_9021900"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_219B8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_219B8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_21A18[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_21A18"; + +static const ALIGN_ASSET(2) char D_VE1_9021B80[] = "__OTR__ast_ve1_boss/D_VE1_9021B80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_21DF0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_21DF0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_21ED0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_21ED0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_220C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_220C0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22250[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22250"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22440[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22440"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22640[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22640"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22730[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22730"; + +static const ALIGN_ASSET(2) char D_VE1_9022820[] = "__OTR__ast_ve1_boss/D_VE1_9022820"; + +static const ALIGN_ASSET(2) char D_VE1_9022A20[] = "__OTR__ast_ve1_boss/D_VE1_9022A20"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22AF8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22AF8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22BF8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22BF8"; + +static const ALIGN_ASSET(2) char D_VE1_9022D80[] = "__OTR__ast_ve1_boss/D_VE1_9022D80"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22EA8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22EA8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22EE8[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22EE8"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_22F68[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_22F68"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23148[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23148"; + +static const ALIGN_ASSET(2) char D_VE1_9023290[] = "__OTR__ast_ve1_boss/D_VE1_9023290"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23340[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23340"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23410[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23410"; + +static const ALIGN_ASSET(2) char D_VE1_90234D0[] = "__OTR__ast_ve1_boss/D_VE1_90234D0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_235A0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_235A0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23780[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23780"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_237B0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_237B0"; + +static const ALIGN_ASSET(2) char D_VE1_9023880[] = "__OTR__ast_ve1_boss/D_VE1_9023880"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23910[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23910"; + +static const ALIGN_ASSET(2) char aVe1Pillar4DL[] = "__OTR__ast_ve1_boss/aVe1Pillar4DL"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23C60[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23C60"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23CF0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23CF0"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23D30[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23D30"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23D70[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23D70"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_23DB0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_23DB0"; + +static const ALIGN_ASSET(2) char D_VE1_9024738[] = "__OTR__ast_ve1_boss/D_VE1_9024738"; + +static const ALIGN_ASSET(2) char D_VE1_9024750[] = "__OTR__ast_ve1_boss/D_VE1_9024750"; + +static const ALIGN_ASSET(2) char ast_ve1_boss_seg9_vtx_247C0[] = "__OTR__ast_ve1_boss/ast_ve1_boss_seg9_vtx_247C0"; + +static const ALIGN_ASSET(2) char D_VE1_9024940[] = "__OTR__ast_ve1_boss/D_VE1_9024940"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_venom_1.h b/android/app/src/main/assets/starship/include/assets/ast_venom_1.h new file mode 100644 index 0000000..8160e11 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_venom_1.h @@ -0,0 +1,160 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char D_VE1_6000000[] = "__OTR__ast_venom_1/D_VE1_6000000"; + +static const ALIGN_ASSET(2) char D_VE1_6000A80[] = "__OTR__ast_venom_1/D_VE1_6000A80"; + +static const ALIGN_ASSET(2) char aVe1TitleCardTex[] = "__OTR__ast_venom_1/aVe1TitleCardTex"; + +static const ALIGN_ASSET(2) char D_VE1_6001B80[] = "__OTR__ast_venom_1/D_VE1_6001B80"; + +static const ALIGN_ASSET(2) char aVe1EnemyGateDL[] = "__OTR__ast_venom_1/aVe1EnemyGateDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_26D8[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_26D8"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_27F8[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_27F8"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_28F8[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_28F8"; + +static const ALIGN_ASSET(2) char D_VE1_60029F8[] = "__OTR__ast_venom_1/D_VE1_60029F8"; + +static const ALIGN_ASSET(2) char D_VE1_6002A78[] = "__OTR__ast_venom_1/D_VE1_6002A78"; + +static const ALIGN_ASSET(2) char D_VE1_6002AA8[] = "__OTR__ast_venom_1/D_VE1_6002AA8"; + +static const ALIGN_ASSET(2) char D_VE1_6002EA8[] = "__OTR__ast_venom_1/D_VE1_6002EA8"; + +static const ALIGN_ASSET(2) char D_VE1_6003078[] = "__OTR__ast_venom_1/D_VE1_6003078"; + +static const ALIGN_ASSET(2) char D_VE1_6003478[] = "__OTR__ast_venom_1/D_VE1_6003478"; + +static const ALIGN_ASSET(2) char aVe1WatchPostDL[] = "__OTR__ast_venom_1/aVe1WatchPostDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_37E0[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_37E0"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_3910[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_3910"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_3970[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_3970"; + +static const ALIGN_ASSET(2) char D_VE1_6003B10[] = "__OTR__ast_venom_1/D_VE1_6003B10"; + +static const ALIGN_ASSET(2) char aVe1EnemyGateDoorLeftDL[] = "__OTR__ast_venom_1/aVe1EnemyGateDoorLeftDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_43A8[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_43A8"; + +static const ALIGN_ASSET(2) char aVe1EnemyGateDoorRightDL[] = "__OTR__ast_venom_1/aVe1EnemyGateDoorRightDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_4490[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_4490"; + +static const ALIGN_ASSET(2) char D_VE1_60044D0[] = "__OTR__ast_venom_1/D_VE1_60044D0"; + +static const ALIGN_ASSET(2) char D_VE1_60045D0[] = "__OTR__ast_venom_1/D_VE1_60045D0"; + +static const ALIGN_ASSET(2) char D_VE1_60046F0[] = "__OTR__ast_venom_1/D_VE1_60046F0"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_4740[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_4740"; + +static const ALIGN_ASSET(2) char D_VE1_6004780[] = "__OTR__ast_venom_1/D_VE1_6004780"; + +static const ALIGN_ASSET(2) char aVe1GeneratorDL[] = "__OTR__ast_venom_1/aVe1GeneratorDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_5990[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_5990"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_5AD0[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_5AD0"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_5CB0[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_5CB0"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_5CF0[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_5CF0"; + +static const ALIGN_ASSET(2) char D_VE1_6005D50[] = "__OTR__ast_venom_1/D_VE1_6005D50"; + +static const ALIGN_ASSET(2) char D_VE1_6005E50[] = "__OTR__ast_venom_1/D_VE1_6005E50"; + +static const ALIGN_ASSET(2) char D_VE1_6005F90[] = "__OTR__ast_venom_1/D_VE1_6005F90"; + +static const ALIGN_ASSET(2) char D_VE1_6006390[] = "__OTR__ast_venom_1/D_VE1_6006390"; + +static const ALIGN_ASSET(2) char D_VE1_6006530[] = "__OTR__ast_venom_1/D_VE1_6006530"; + +static const ALIGN_ASSET(2) char D_VE1_6006630[] = "__OTR__ast_venom_1/D_VE1_6006630"; + +static const ALIGN_ASSET(2) char D_VE1_60066D0[] = "__OTR__ast_venom_1/D_VE1_60066D0"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_66F0[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_66F0"; + +static const ALIGN_ASSET(2) char D_VE1_6006750[] = "__OTR__ast_venom_1/D_VE1_6006750"; + +static const ALIGN_ASSET(2) char aVe1HallwayObstacleDL[] = "__OTR__ast_venom_1/aVe1HallwayObstacleDL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_7028[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_7028"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_7218[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_7218"; + +static const ALIGN_ASSET(2) char aVe1SceneryWall3DL[] = "__OTR__ast_venom_1/aVe1SceneryWall3DL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_7468[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_7468"; + +static const ALIGN_ASSET(2) char D_VE1_60074E8[] = "__OTR__ast_venom_1/D_VE1_60074E8"; + +static const ALIGN_ASSET(2) char aVe1Wall2DL[] = "__OTR__ast_venom_1/aVe1Wall2DL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_7D48[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_7D48"; + +static const ALIGN_ASSET(2) char aVe1Wall1DL[] = "__OTR__ast_venom_1/aVe1Wall1DL"; + +static const ALIGN_ASSET(2) char ast_venom_1_seg6_vtx_7DE8[] = "__OTR__ast_venom_1/ast_venom_1_seg6_vtx_7DE8"; + +static const ALIGN_ASSET(2) char D_VE1_6007E30[] = "__OTR__ast_venom_1/D_VE1_6007E30"; + +static const ALIGN_ASSET(2) char D_VE1_6007E74[] = "__OTR__ast_venom_1/D_VE1_6007E74"; + +static const ALIGN_ASSET(2) char D_VE1_6010088[] = "__OTR__ast_venom_1/D_VE1_6010088"; + +static const char aVe1EventScript[] = "__OTR__ast_venom_1/aVe1EventScript"; + +static const ALIGN_ASSET(2) char aVe1Pillar5Hitbox[] = "__OTR__ast_venom_1/aVe1Pillar5Hitbox"; + +static const ALIGN_ASSET(2) char D_VE1_601B474[] = "__OTR__ast_venom_1/D_VE1_601B474"; + +static const ALIGN_ASSET(2) char D_VE1_601B4C4[] = "__OTR__ast_venom_1/D_VE1_601B4C4"; + +static const ALIGN_ASSET(2) char Ve1Wall1Hitbox[] = "__OTR__ast_venom_1/Ve1Wall1Hitbox"; + +static const ALIGN_ASSET(2) char aVe1Wall2Hitbox[] = "__OTR__ast_venom_1/aVe1Wall2Hitbox"; + +static const ALIGN_ASSET(2) char aVe1SceneryWall3Hitbox[] = "__OTR__ast_venom_1/aVe1SceneryWall3Hitbox"; + +static const ALIGN_ASSET(2) char aVe1HallwayObstacleHitbox[] = "__OTR__ast_venom_1/aVe1HallwayObstacleHitbox"; + +static const ALIGN_ASSET(2) char aVe1GeneratorHitbox[] = "__OTR__ast_venom_1/aVe1GeneratorHitbox"; + +static const ALIGN_ASSET(2) char aVe1WatchPostHitbox[] = "__OTR__ast_venom_1/aVe1WatchPostHitbox"; + +static const ALIGN_ASSET(2) char aVe1TempleEntranceHitbox[] = "__OTR__ast_venom_1/aVe1TempleEntranceHitbox"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior1Hitbox[] = "__OTR__ast_venom_1/aVe1TempleInterior1Hitbox"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior2Hitbox[] = "__OTR__ast_venom_1/aVe1TempleInterior2Hitbox"; + +static const ALIGN_ASSET(2) char aVe1TempleInterior3Hitbox[] = "__OTR__ast_venom_1/aVe1TempleInterior3Hitbox"; + +static const ALIGN_ASSET(2) char aVe1Pillar1Hitbox[] = "__OTR__ast_venom_1/aVe1Pillar1Hitbox"; + +static const ALIGN_ASSET(2) char aVe1Pillar2Hitbox[] = "__OTR__ast_venom_1/aVe1Pillar2Hitbox"; + +static const ALIGN_ASSET(2) char aVe1Pillar3Hitbox[] = "__OTR__ast_venom_1/aVe1Pillar3Hitbox"; + +static const ALIGN_ASSET(2) char aVe1Pillar4Hitbox[] = "__OTR__ast_venom_1/aVe1Pillar4Hitbox"; + +static const ALIGN_ASSET(2) char aVe1MonkeyStatueHitbox[] = "__OTR__ast_venom_1/aVe1MonkeyStatueHitbox"; + +static const ALIGN_ASSET(2) char aVe1EnemyGateHitbox[] = "__OTR__ast_venom_1/aVe1EnemyGateHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_venom_2.h b/android/app/src/main/assets/starship/include/assets/ast_venom_2.h new file mode 100644 index 0000000..1e2880b --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_venom_2.h @@ -0,0 +1,355 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" + +static const ALIGN_ASSET(2) char D_VE2_6000000[] = "__OTR__ast_venom_2/D_VE2_6000000"; + +static const ALIGN_ASSET(2) char D_VE2_6000A80[] = "__OTR__ast_venom_2/D_VE2_6000A80"; + +static const ALIGN_ASSET(2) char aVe2TitleCardTex[] = "__OTR__ast_venom_2/aVe2TitleCardTex"; + +static const ALIGN_ASSET(2) char D_VE2_60020D0[] = "__OTR__ast_venom_2/D_VE2_60020D0"; + +static const ALIGN_ASSET(2) char D_VE2_6002890[] = "__OTR__ast_venom_2/D_VE2_6002890"; + +static const ALIGN_ASSET(2) char aAndPathExitDL[] = "__OTR__ast_venom_2/aAndPathExitDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_2B98[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_2B98"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_2C58[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_2C58"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_2D18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_2D18"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_2E98[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_2E98"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_2F18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_2F18"; + +static const ALIGN_ASSET(2) char aAndPathIntersectionDL[] = "__OTR__ast_venom_2/aAndPathIntersectionDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_3058[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_3058"; + +static const ALIGN_ASSET(2) char D_VE2_60030D8[] = "__OTR__ast_venom_2/D_VE2_60030D8"; + +static const ALIGN_ASSET(2) char D_VE2_60038E0[] = "__OTR__ast_venom_2/D_VE2_60038E0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_3930[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_3930"; + +static const ALIGN_ASSET(2) char D_VE2_6003970[] = "__OTR__ast_venom_2/D_VE2_6003970"; + +static const ALIGN_ASSET(2) char aAndPathEntranceDL[] = "__OTR__ast_venom_2/aAndPathEntranceDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_4368[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_4368"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_4468[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_4468"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_4568[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_4568"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_4668[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_4668"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_4768[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_4768"; + +static const ALIGN_ASSET(2) char D_VE2_6004888[] = "__OTR__ast_venom_2/D_VE2_6004888"; + +static const ALIGN_ASSET(2) char D_VE2_6005088[] = "__OTR__ast_venom_2/D_VE2_6005088"; + +static const ALIGN_ASSET(2) char D_VE2_6005888[] = "__OTR__ast_venom_2/D_VE2_6005888"; + +static const ALIGN_ASSET(2) char D_VE2_6006088[] = "__OTR__ast_venom_2/D_VE2_6006088"; + +static const ALIGN_ASSET(2) char aAndPathWallsDL[] = "__OTR__ast_venom_2/aAndPathWallsDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_6A18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_6A18"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_6B18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_6B18"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_6C18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_6C18"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_6D18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_6D18"; + +static const ALIGN_ASSET(2) char D_VE2_6006E20[] = "__OTR__ast_venom_2/D_VE2_6006E20"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7038[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7038"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7138[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7138"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7238[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7238"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_72F8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_72F8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7498[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7498"; + +static const ALIGN_ASSET(2) char D_VE2_6007650[] = "__OTR__ast_venom_2/D_VE2_6007650"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7820[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7820"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_79A0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_79A0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7BA0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7BA0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7C20[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7C20"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7CA0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7CA0"; + +static const ALIGN_ASSET(2) char aAndLaserEmitterDL[] = "__OTR__ast_venom_2/aAndLaserEmitterDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_7F30[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_7F30"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8030[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8030"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8130[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8130"; + +static const ALIGN_ASSET(2) char D_VE2_6008170[] = "__OTR__ast_venom_2/D_VE2_6008170"; + +static const ALIGN_ASSET(2) char aVe2TowerDL[] = "__OTR__ast_venom_2/aVe2TowerDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8568[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8568"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8668[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8668"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8768[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8768"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_8868[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_8868"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_89F8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_89F8"; + +static const ALIGN_ASSET(2) char D_VE2_6008AF8[] = "__OTR__ast_venom_2/D_VE2_6008AF8"; + +static const ALIGN_ASSET(2) char aAndBrainWasteDL[] = "__OTR__ast_venom_2/aAndBrainWasteDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_9350[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_9350"; + +static const ALIGN_ASSET(2) char D_VE2_6009390[] = "__OTR__ast_venom_2/D_VE2_6009390"; + +static const ALIGN_ASSET(2) char D_VE2_6009B90[] = "__OTR__ast_venom_2/D_VE2_6009B90"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_9CB0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_9CB0"; + +static const ALIGN_ASSET(2) char D_VE2_6009E80[] = "__OTR__ast_venom_2/D_VE2_6009E80"; + +static const ALIGN_ASSET(2) char D_VE2_600A680[] = "__OTR__ast_venom_2/D_VE2_600A680"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_AA78[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_AA78"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_AC78[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_AC78"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_AE78[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_AE78"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_B078[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_B078"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_B278[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_B278"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_B478[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_B478"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_B678[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_B678"; + +static const ALIGN_ASSET(2) char D_VE2_600B708[] = "__OTR__ast_venom_2/D_VE2_600B708"; + +static const ALIGN_ASSET(2) char D_VE2_600C038[] = "__OTR__ast_venom_2/D_VE2_600C038"; + +static const ALIGN_ASSET(2) char D_VE2_600C0A4[] = "__OTR__ast_venom_2/D_VE2_600C0A4"; + +static const ALIGN_ASSET(2) char D_VE2_600C200[] = "__OTR__ast_venom_2/D_VE2_600C200"; + +static const ALIGN_ASSET(2) char D_VE2_600C2AC[] = "__OTR__ast_venom_2/D_VE2_600C2AC"; + +static const ALIGN_ASSET(2) char D_VE2_600C2D0[] = "__OTR__ast_venom_2/D_VE2_600C2D0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_C320[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_C320"; + +static const ALIGN_ASSET(2) char D_VE2_600C360[] = "__OTR__ast_venom_2/D_VE2_600C360"; + +static const ALIGN_ASSET(2) char D_VE2_600C560[] = "__OTR__ast_venom_2/D_VE2_600C560"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_C5B0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_C5B0"; + +static const ALIGN_ASSET(2) char D_VE2_600C5F0[] = "__OTR__ast_venom_2/D_VE2_600C5F0"; + +static const ALIGN_ASSET(2) char D_VE2_600C7F0[] = "__OTR__ast_venom_2/D_VE2_600C7F0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_C850[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_C850"; + +static const ALIGN_ASSET(2) char D_VE2_600C8F0[] = "__OTR__ast_venom_2/D_VE2_600C8F0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_C970[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_C970"; + +static const ALIGN_ASSET(2) char D_VE2_600CA50[] = "__OTR__ast_venom_2/D_VE2_600CA50"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_CAD0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_CAD0"; + +static const ALIGN_ASSET(2) char D_VE2_600CBB0[] = "__OTR__ast_venom_2/D_VE2_600CBB0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_CEA0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_CEA0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_D090[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_D090"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_D270[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_D270"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_D470[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_D470"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_D660[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_D660"; + +static const ALIGN_ASSET(2) char D_VE2_600D7F0[] = "__OTR__ast_venom_2/D_VE2_600D7F0"; + +static const ALIGN_ASSET(2) char D_VE2_600DFF0[] = "__OTR__ast_venom_2/D_VE2_600DFF0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E1A8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E1A8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E238[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E238"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E348[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E348"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E378[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E378"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E3A8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E3A8"; + +static const ALIGN_ASSET(2) char D_VE2_600E3E0[] = "__OTR__ast_venom_2/D_VE2_600E3E0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E598[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E598"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E658[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E658"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E6E8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E6E8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E718[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E718"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E748[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E748"; + +static const ALIGN_ASSET(2) char D_VE2_600E780[] = "__OTR__ast_venom_2/D_VE2_600E780"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_E938[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_E938"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EA18[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EA18"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EAA8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EAA8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EAD8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EAD8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EB08[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EB08"; + +static const ALIGN_ASSET(2) char D_VE2_600EB40[] = "__OTR__ast_venom_2/D_VE2_600EB40"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_ECF8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_ECF8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EDC8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EDC8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EE58[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EE58"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EE88[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EE88"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_EEB8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_EEB8"; + +static const ALIGN_ASSET(2) char D_VE2_600EEF0[] = "__OTR__ast_venom_2/D_VE2_600EEF0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F0A8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F0A8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F168[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F168"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F1F8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F1F8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F228[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F228"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F258[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F258"; + +static const ALIGN_ASSET(2) char D_VE2_600F290[] = "__OTR__ast_venom_2/D_VE2_600F290"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F448[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F448"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F548[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F548"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F5D8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F5D8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F608[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F608"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F638[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F638"; + +static const ALIGN_ASSET(2) char D_VE2_600F670[] = "__OTR__ast_venom_2/D_VE2_600F670"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_F6C0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_F6C0"; + +static const ALIGN_ASSET(2) char D_VE2_600F700[] = "__OTR__ast_venom_2/D_VE2_600F700"; + +static const ALIGN_ASSET(2) char D_VE2_6010700[] = "__OTR__ast_venom_2/D_VE2_6010700"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_107C8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_107C8"; + +static const ALIGN_ASSET(2) char aVe2MountainDL[] = "__OTR__ast_venom_2/aVe2MountainDL"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_10A40[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_10A40"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_10C20[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_10C20"; + +static const ALIGN_ASSET(2) char D_VE2_6010CA0[] = "__OTR__ast_venom_2/D_VE2_6010CA0"; + +static const ALIGN_ASSET(2) char D_VE2_60114A0[] = "__OTR__ast_venom_2/D_VE2_60114A0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_gfx_11CA0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_gfx_11CA0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12198[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12198"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12398[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12398"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12598[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12598"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12778[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12778"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12978[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12978"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12B78[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12B78"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12CA8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12CA8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_12EA8[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_12EA8"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13088[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13088"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13288[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13288"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13468[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13468"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13648[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13648"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13848[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13848"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_13A08[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_13A08"; + +static const ALIGN_ASSET(2) char D_VE2_6013AF8[] = "__OTR__ast_venom_2/D_VE2_6013AF8"; + +static const ALIGN_ASSET(2) char aVe2AndrossGateAnim[] = "__OTR__ast_venom_2/aVe2AndrossGateAnim"; + +static const ALIGN_ASSET(2) char aVe2AndrossGateSkel[] = "__OTR__ast_venom_2/aVe2AndrossGateSkel"; + +static const ALIGN_ASSET(2) char aVe2BaseAnim[] = "__OTR__ast_venom_2/aVe2BaseAnim"; + +static const ALIGN_ASSET(2) char aVe2BaseSkel[] = "__OTR__ast_venom_2/aVe2BaseSkel"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_gfx_149F0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_gfx_149F0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_14A98[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_14A98"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_14B58[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_14B58"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_gfx_14BA0[] = "__OTR__ast_venom_2/ast_venom_2_seg6_gfx_14BA0"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_14C48[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_14C48"; + +static const ALIGN_ASSET(2) char ast_venom_2_seg6_vtx_14D08[] = "__OTR__ast_venom_2/ast_venom_2_seg6_vtx_14D08"; + +static const ALIGN_ASSET(2) char D_VE2_6014D50[] = "__OTR__ast_venom_2/D_VE2_6014D50"; + +static const ALIGN_ASSET(2) char D_VE2_6014D94[] = "__OTR__ast_venom_2/D_VE2_6014D94"; + +static const ALIGN_ASSET(2) char D_VE2_6014FEC[] = "__OTR__ast_venom_2/D_VE2_6014FEC"; + +static const ALIGN_ASSET(2) char D_VE2_6016374[] = "__OTR__ast_venom_2/D_VE2_6016374"; + +static const ALIGN_ASSET(2) char aVe2TowerHitbox[] = "__OTR__ast_venom_2/aVe2TowerHitbox"; + +static const ALIGN_ASSET(2) char aVe2BaseHitbox[] = "__OTR__ast_venom_2/aVe2BaseHitbox"; + +static const ALIGN_ASSET(2) char aVe2MountainHitbox[] = "__OTR__ast_venom_2/aVe2MountainHitbox"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_versus.h b/android/app/src/main/assets/starship/include/assets/ast_versus.h new file mode 100644 index 0000000..4ed8690 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_versus.h @@ -0,0 +1,1050 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char D_versus_3000000[] = "__OTR__ast_versus/D_versus_3000000"; + +static const ALIGN_ASSET(2) char D_versus_3000080[] = "__OTR__ast_versus/D_versus_3000080"; + +static const ALIGN_ASSET(2) char D_versus_30000A0[] = "__OTR__ast_versus/D_versus_30000A0"; + +static const ALIGN_ASSET(2) char D_versus_3000120[] = "__OTR__ast_versus/D_versus_3000120"; + +static const ALIGN_ASSET(2) char D_versus_3000140[] = "__OTR__ast_versus/D_versus_3000140"; + +static const ALIGN_ASSET(2) char D_versus_30001C0[] = "__OTR__ast_versus/D_versus_30001C0"; + +static const ALIGN_ASSET(2) char D_versus_30001E0[] = "__OTR__ast_versus/D_versus_30001E0"; + +static const ALIGN_ASSET(2) char D_versus_3000380[] = "__OTR__ast_versus/D_versus_3000380"; + +static const ALIGN_ASSET(2) char D_versus_30003A0[] = "__OTR__ast_versus/D_versus_30003A0"; + +static const ALIGN_ASSET(2) char D_versus_30004E0[] = "__OTR__ast_versus/D_versus_30004E0"; + +static const ALIGN_ASSET(2) char D_versus_3000510[] = "__OTR__ast_versus/D_versus_3000510"; + +static const ALIGN_ASSET(2) char D_versus_30006A0[] = "__OTR__ast_versus/D_versus_30006A0"; + +static const ALIGN_ASSET(2) char D_versus_30006D0[] = "__OTR__ast_versus/D_versus_30006D0"; + +static const ALIGN_ASSET(2) char D_versus_3000810[] = "__OTR__ast_versus/D_versus_3000810"; + +static const ALIGN_ASSET(2) char D_versus_3000840[] = "__OTR__ast_versus/D_versus_3000840"; + +static const ALIGN_ASSET(2) char D_versus_30008E0[] = "__OTR__ast_versus/D_versus_30008E0"; + +static const ALIGN_ASSET(2) char D_versus_3000900[] = "__OTR__ast_versus/D_versus_3000900"; + +static const ALIGN_ASSET(2) char D_versus_30009F0[] = "__OTR__ast_versus/D_versus_30009F0"; + +static const ALIGN_ASSET(2) char D_versus_3000A10[] = "__OTR__ast_versus/D_versus_3000A10"; + +static const ALIGN_ASSET(2) char D_versus_3000B00[] = "__OTR__ast_versus/D_versus_3000B00"; + +static const ALIGN_ASSET(2) char aVsBoostGaugeFrameTex[] = "__OTR__ast_versus/aVsBoostGaugeFrameTex"; + +static const ALIGN_ASSET(2) char aVsShieldGaugeFrameTex[] = "__OTR__ast_versus/aVsShieldGaugeFrameTex"; + +static const ALIGN_ASSET(2) char aVsStarTex[] = "__OTR__ast_versus/aVsStarTex"; + +static const ALIGN_ASSET(2) char D_versus_3001420[] = "__OTR__ast_versus/D_versus_3001420"; + +static const ALIGN_ASSET(2) char D_versus_3003E20[] = "__OTR__ast_versus/D_versus_3003E20"; + +static const ALIGN_ASSET(2) char D_versus_3004010[] = "__OTR__ast_versus/D_versus_3004010"; + +static const ALIGN_ASSET(2) char D_versus_3004D58[] = "__OTR__ast_versus/D_versus_3004D58"; + +static const ALIGN_ASSET(2) char D_versus_3004F60[] = "__OTR__ast_versus/D_versus_3004F60"; + +static const ALIGN_ASSET(2) char D_versus_3005E38[] = "__OTR__ast_versus/D_versus_3005E38"; + +static const ALIGN_ASSET(2) char D_versus_3006040[] = "__OTR__ast_versus/D_versus_3006040"; + +static const ALIGN_ASSET(2) char D_versus_3006A68[] = "__OTR__ast_versus/D_versus_3006A68"; + +static const ALIGN_ASSET(2) char D_versus_3006C60[] = "__OTR__ast_versus/D_versus_3006C60"; + +static const ALIGN_ASSET(2) char D_versus_3007500[] = "__OTR__ast_versus/D_versus_3007500"; + +static const ALIGN_ASSET(2) char D_versus_30076C0[] = "__OTR__ast_versus/D_versus_30076C0"; + +static const ALIGN_ASSET(2) char D_versus_3008598[] = "__OTR__ast_versus/D_versus_3008598"; + +static const ALIGN_ASSET(2) char D_versus_30087A0[] = "__OTR__ast_versus/D_versus_30087A0"; + +static const ALIGN_ASSET(2) char D_versus_3008DE0[] = "__OTR__ast_versus/D_versus_3008DE0"; + +static const ALIGN_ASSET(2) char D_versus_3008EC0[] = "__OTR__ast_versus/D_versus_3008EC0"; + +static const ALIGN_ASSET(2) char D_versus_30098C0[] = "__OTR__ast_versus/D_versus_30098C0"; + +static const ALIGN_ASSET(2) char D_versus_3009990[] = "__OTR__ast_versus/D_versus_3009990"; + +static const ALIGN_ASSET(2) char D_versus_300A390[] = "__OTR__ast_versus/D_versus_300A390"; + +static const ALIGN_ASSET(2) char D_versus_300A470[] = "__OTR__ast_versus/D_versus_300A470"; + +static const ALIGN_ASSET(2) char D_versus_300B218[] = "__OTR__ast_versus/D_versus_300B218"; + +static const ALIGN_ASSET(2) char D_versus_300B3F0[] = "__OTR__ast_versus/D_versus_300B3F0"; + +static const ALIGN_ASSET(2) char D_versus_300C458[] = "__OTR__ast_versus/D_versus_300C458"; + +static const ALIGN_ASSET(2) char D_versus_300C660[] = "__OTR__ast_versus/D_versus_300C660"; + +static const ALIGN_ASSET(2) char D_versus_300D150[] = "__OTR__ast_versus/D_versus_300D150"; + +static const ALIGN_ASSET(2) char aVsBoostGaugeCoolTex[] = "__OTR__ast_versus/aVsBoostGaugeCoolTex"; + +static const ALIGN_ASSET(2) char aVsBoostGaugeCoolTLUT[] = "__OTR__ast_versus/aVsBoostGaugeCoolTLUT"; + +static const ALIGN_ASSET(2) char aVsBoostGaugeOverheatTex[] = "__OTR__ast_versus/aVsBoostGaugeOverheatTex"; + +static const ALIGN_ASSET(2) char aVsBoostGaugeOverheatTLUT[] = "__OTR__ast_versus/aVsBoostGaugeOverheatTLUT"; + +static const ALIGN_ASSET(2) char aVsShieldGaugeTex[] = "__OTR__ast_versus/aVsShieldGaugeTex"; + +static const ALIGN_ASSET(2) char aVsShieldGaugeTLUT[] = "__OTR__ast_versus/aVsShieldGaugeTLUT"; + +static const ALIGN_ASSET(2) char D_versus_300D550[] = "__OTR__ast_versus/D_versus_300D550"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_D860[] = "__OTR__ast_versus/ast_versus_seg3_vtx_D860"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_D970[] = "__OTR__ast_versus/ast_versus_seg3_vtx_D970"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_D9F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_D9F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DA20[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DA20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DAC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DAC0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DCB0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DCB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DD40[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DD40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DDD0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DDD0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DE20[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DE20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_DE50[] = "__OTR__ast_versus/ast_versus_seg3_vtx_DE50"; + +static const ALIGN_ASSET(2) char D_versus_300DE80[] = "__OTR__ast_versus/D_versus_300DE80"; + +static const ALIGN_ASSET(2) char D_versus_300E080[] = "__OTR__ast_versus/D_versus_300E080"; + +static const ALIGN_ASSET(2) char D_versus_300E280[] = "__OTR__ast_versus/D_versus_300E280"; + +static const ALIGN_ASSET(2) char D_versus_300E680[] = "__OTR__ast_versus/D_versus_300E680"; + +static const ALIGN_ASSET(2) char D_versus_300E880[] = "__OTR__ast_versus/D_versus_300E880"; + +static const ALIGN_ASSET(2) char D_versus_300EA80[] = "__OTR__ast_versus/D_versus_300EA80"; + +static const ALIGN_ASSET(2) char D_versus_300EC80[] = "__OTR__ast_versus/D_versus_300EC80"; + +static const ALIGN_ASSET(2) char D_versus_300EE80[] = "__OTR__ast_versus/D_versus_300EE80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F150[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F150"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F350[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F350"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F460[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F460"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F4E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F4E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F510[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F510"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F5B0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F5B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F770[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F770"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F800[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F800"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_F850[] = "__OTR__ast_versus/ast_versus_seg3_gfx_F850"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F9C0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F9C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_F9F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_F9F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_FA60[] = "__OTR__ast_versus/ast_versus_seg3_vtx_FA60"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_FAF0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_FAF0"; + +static const ALIGN_ASSET(2) char aVsLandmasterModelDL[] = "__OTR__ast_versus/aVsLandmasterModelDL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_FE90[] = "__OTR__ast_versus/ast_versus_seg3_vtx_FE90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10080[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10080"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10180[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10180"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_101B0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_101B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_101E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_101E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10280[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10280"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_102E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_102E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_103E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_103E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10560[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10560"; + +static const ALIGN_ASSET(2) char D_versus_3010690[] = "__OTR__ast_versus/D_versus_3010690"; + +static const ALIGN_ASSET(2) char D_versus_3010890[] = "__OTR__ast_versus/D_versus_3010890"; + +static const ALIGN_ASSET(2) char D_versus_3010A90[] = "__OTR__ast_versus/D_versus_3010A90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10D80[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10D80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10F70[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10F70"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_10FA0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_10FA0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11020[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11020"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11050[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11050"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_110F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_110F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_112F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_112F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11350[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11350"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_113E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_113E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11440[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11440"; + +static const ALIGN_ASSET(2) char D_versus_3011470[] = "__OTR__ast_versus/D_versus_3011470"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11760[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11760"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11960[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11960"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11990[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11990"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11A10[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11A10"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11A40[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11A40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11AE0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11AE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11CC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11CC0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11D20[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11D20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11DB0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11DB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11E10[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11E10"; + +static const ALIGN_ASSET(2) char D_versus_3011E40[] = "__OTR__ast_versus/D_versus_3011E40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_11E90[] = "__OTR__ast_versus/ast_versus_seg3_vtx_11E90"; + +static const ALIGN_ASSET(2) char D_versus_3011ED0[] = "__OTR__ast_versus/D_versus_3011ED0"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk3DL[] = "__OTR__ast_versus/aVsSpaceJunk3DL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_131A0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_131A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13220[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13220"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_132E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_132E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13440[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13440"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_134C0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_134C0"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk2DL[] = "__OTR__ast_versus/aVsSpaceJunk2DL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13640[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13640"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk1DL[] = "__OTR__ast_versus/aVsSpaceJunk1DL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13AD0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13AD0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13B50[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13B50"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13C50[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13C50"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13CD0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13CD0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13DD0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13DD0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_13E90[] = "__OTR__ast_versus/ast_versus_seg3_vtx_13E90"; + +static const ALIGN_ASSET(2) char D_versus_3013F50[] = "__OTR__ast_versus/D_versus_3013F50"; + +static const ALIGN_ASSET(2) char D_versus_3014350[] = "__OTR__ast_versus/D_versus_3014350"; + +static const ALIGN_ASSET(2) char D_versus_3014510[] = "__OTR__ast_versus/D_versus_3014510"; + +static const ALIGN_ASSET(2) char D_versus_3014550[] = "__OTR__ast_versus/D_versus_3014550"; + +static const ALIGN_ASSET(2) char D_versus_3014590[] = "__OTR__ast_versus/D_versus_3014590"; + +static const ALIGN_ASSET(2) char D_versus_3014690[] = "__OTR__ast_versus/D_versus_3014690"; + +static const ALIGN_ASSET(2) char D_versus_30146B0[] = "__OTR__ast_versus/D_versus_30146B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_14700[] = "__OTR__ast_versus/ast_versus_seg3_vtx_14700"; + +static const ALIGN_ASSET(2) char D_versus_3014740[] = "__OTR__ast_versus/D_versus_3014740"; + +static const ALIGN_ASSET(2) char D_versus_3015740[] = "__OTR__ast_versus/D_versus_3015740"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_157A8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_157A8"; + +static const ALIGN_ASSET(2) char D_versus_3015898[] = "__OTR__ast_versus/D_versus_3015898"; + +static const ALIGN_ASSET(2) char D_versus_30160A0[] = "__OTR__ast_versus/D_versus_30160A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_16168[] = "__OTR__ast_versus/ast_versus_seg3_vtx_16168"; + +static const ALIGN_ASSET(2) char D_versus_30162F8[] = "__OTR__ast_versus/D_versus_30162F8"; + +static const ALIGN_ASSET(2) char aVsKaFlBaseDL[] = "__OTR__ast_versus/aVsKaFlBaseDL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_16C00[] = "__OTR__ast_versus/ast_versus_seg3_vtx_16C00"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_16D00[] = "__OTR__ast_versus/ast_versus_seg3_vtx_16D00"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_16D40[] = "__OTR__ast_versus/ast_versus_seg3_vtx_16D40"; + +static const ALIGN_ASSET(2) char D_versus_3016DC0[] = "__OTR__ast_versus/D_versus_3016DC0"; + +static const ALIGN_ASSET(2) char D_versus_3016FC0[] = "__OTR__ast_versus/D_versus_3016FC0"; + +static const ALIGN_ASSET(2) char D_versus_30171C0[] = "__OTR__ast_versus/D_versus_30171C0"; + +static const ALIGN_ASSET(2) char aVsPyramid1DL[] = "__OTR__ast_versus/aVsPyramid1DL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_17420[] = "__OTR__ast_versus/ast_versus_seg3_vtx_17420"; + +static const ALIGN_ASSET(2) char aVsPyramid2DL[] = "__OTR__ast_versus/aVsPyramid2DL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_17540[] = "__OTR__ast_versus/ast_versus_seg3_vtx_17540"; + +static const ALIGN_ASSET(2) char aVsBuildingDL[] = "__OTR__ast_versus/aVsBuildingDL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_176C0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_176C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_177C0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_177C0"; + +static const ALIGN_ASSET(2) char D_versus_3017800[] = "__OTR__ast_versus/D_versus_3017800"; + +static const ALIGN_ASSET(2) char D_versus_3018000[] = "__OTR__ast_versus/D_versus_3018000"; + +static const ALIGN_ASSET(2) char D_versus_3018800[] = "__OTR__ast_versus/D_versus_3018800"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_18960[] = "__OTR__ast_versus/ast_versus_seg3_vtx_18960"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_189E0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_189E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_18AE0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_18AE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_18BA0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_18BA0"; + +static const ALIGN_ASSET(2) char D_versus_3018D60[] = "__OTR__ast_versus/D_versus_3018D60"; + +static const ALIGN_ASSET(2) char D_versus_3019560[] = "__OTR__ast_versus/D_versus_3019560"; + +static const ALIGN_ASSET(2) char D_versus_3019D60[] = "__OTR__ast_versus/D_versus_3019D60"; + +static const ALIGN_ASSET(2) char D_versus_301A560[] = "__OTR__ast_versus/D_versus_301A560"; + +static const ALIGN_ASSET(2) char D_versus_301AD60[] = "__OTR__ast_versus/D_versus_301AD60"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1ADB8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1ADB8"; + +static const ALIGN_ASSET(2) char D_versus_301ADE8[] = "__OTR__ast_versus/D_versus_301ADE8"; + +static const ALIGN_ASSET(2) char D_versus_301AEF0[] = "__OTR__ast_versus/D_versus_301AEF0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1AF48[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1AF48"; + +static const ALIGN_ASSET(2) char D_versus_301AF78[] = "__OTR__ast_versus/D_versus_301AF78"; + +static const ALIGN_ASSET(2) char aVsArchDL[] = "__OTR__ast_versus/aVsArchDL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1B138[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1B138"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1B338[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1B338"; + +static const ALIGN_ASSET(2) char D_versus_301B438[] = "__OTR__ast_versus/D_versus_301B438"; + +static const ALIGN_ASSET(2) char D_versus_301B640[] = "__OTR__ast_versus/D_versus_301B640"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1B698[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1B698"; + +static const ALIGN_ASSET(2) char D_versus_301B6E0[] = "__OTR__ast_versus/D_versus_301B6E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1B738[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1B738"; + +static const ALIGN_ASSET(2) char D_versus_301B768[] = "__OTR__ast_versus/D_versus_301B768"; + +static const ALIGN_ASSET(2) char D_versus_301C0A4[] = "__OTR__ast_versus/D_versus_301C0A4"; + +static const ALIGN_ASSET(2) char D_versus_301C3A8[] = "__OTR__ast_versus/D_versus_301C3A8"; + +static const ALIGN_ASSET(2) char aVsOnFootFalcoSkel[] = "__OTR__ast_versus/aVsOnFootFalcoSkel"; + +static const ALIGN_ASSET(2) char D_versus_301C79C[] = "__OTR__ast_versus/D_versus_301C79C"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_1C7B0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_1C7B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1C880[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1C880"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1C910[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1C910"; + +static const ALIGN_ASSET(2) char D_versus_301C9B0[] = "__OTR__ast_versus/D_versus_301C9B0"; + +static const ALIGN_ASSET(2) char D_versus_301CCE4[] = "__OTR__ast_versus/D_versus_301CCE4"; + +static const ALIGN_ASSET(2) char D_versus_301CFEC[] = "__OTR__ast_versus/D_versus_301CFEC"; + +static const ALIGN_ASSET(2) char aVsOnFootFoxSkel[] = "__OTR__ast_versus/aVsOnFootFoxSkel"; + +static const ALIGN_ASSET(2) char D_versus_301D3DC[] = "__OTR__ast_versus/D_versus_301D3DC"; + +static const ALIGN_ASSET(2) char D_versus_301D568[] = "__OTR__ast_versus/D_versus_301D568"; + +static const ALIGN_ASSET(2) char D_versus_301D888[] = "__OTR__ast_versus/D_versus_301D888"; + +static const ALIGN_ASSET(2) char aVsOnFootPeppySkel[] = "__OTR__ast_versus/aVsOnFootPeppySkel"; + +static const ALIGN_ASSET(2) char D_versus_301DD6C[] = "__OTR__ast_versus/D_versus_301DD6C"; + +static const ALIGN_ASSET(2) char D_versus_301DEA4[] = "__OTR__ast_versus/D_versus_301DEA4"; + +static const ALIGN_ASSET(2) char D_versus_301E19C[] = "__OTR__ast_versus/D_versus_301E19C"; + +static const ALIGN_ASSET(2) char aVsOnFootSlippySkel[] = "__OTR__ast_versus/aVsOnFootSlippySkel"; + +static const ALIGN_ASSET(2) char D_versus_301E560[] = "__OTR__ast_versus/D_versus_301E560"; + +static const ALIGN_ASSET(2) char D_versus_301E570[] = "__OTR__ast_versus/D_versus_301E570"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1E5C8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1E5C8"; + +static const ALIGN_ASSET(2) char D_versus_301E5F8[] = "__OTR__ast_versus/D_versus_301E5F8"; + +static const ALIGN_ASSET(2) char D_versus_301E700[] = "__OTR__ast_versus/D_versus_301E700"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1E758[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1E758"; + +static const ALIGN_ASSET(2) char D_versus_301E788[] = "__OTR__ast_versus/D_versus_301E788"; + +static const ALIGN_ASSET(2) char D_versus_301E990[] = "__OTR__ast_versus/D_versus_301E990"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1E9E8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1E9E8"; + +static const ALIGN_ASSET(2) char D_versus_301EA18[] = "__OTR__ast_versus/D_versus_301EA18"; + +static const ALIGN_ASSET(2) char D_versus_301EC20[] = "__OTR__ast_versus/D_versus_301EC20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1EC78[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1EC78"; + +static const ALIGN_ASSET(2) char D_versus_301ECA8[] = "__OTR__ast_versus/D_versus_301ECA8"; + +static const ALIGN_ASSET(2) char D_versus_301EEB0[] = "__OTR__ast_versus/D_versus_301EEB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1EF08[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1EF08"; + +static const ALIGN_ASSET(2) char D_versus_301EF38[] = "__OTR__ast_versus/D_versus_301EF38"; + +static const ALIGN_ASSET(2) char aVsLandmasterCanonDL[] = "__OTR__ast_versus/aVsLandmasterCanonDL"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1F208[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1F208"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1F278[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1F278"; + +static const ALIGN_ASSET(2) char D_versus_301F2E0[] = "__OTR__ast_versus/D_versus_301F2E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1F338[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1F338"; + +static const ALIGN_ASSET(2) char D_versus_301F368[] = "__OTR__ast_versus/D_versus_301F368"; + +static const ALIGN_ASSET(2) char D_versus_301F570[] = "__OTR__ast_versus/D_versus_301F570"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1F5C8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1F5C8"; + +static const ALIGN_ASSET(2) char D_versus_301F5F8[] = "__OTR__ast_versus/D_versus_301F5F8"; + +static const ALIGN_ASSET(2) char D_versus_301F800[] = "__OTR__ast_versus/D_versus_301F800"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1F858[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1F858"; + +static const ALIGN_ASSET(2) char D_versus_301F888[] = "__OTR__ast_versus/D_versus_301F888"; + +static const ALIGN_ASSET(2) char D_versus_301FA90[] = "__OTR__ast_versus/D_versus_301FA90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1FAE8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1FAE8"; + +static const ALIGN_ASSET(2) char D_versus_301FB18[] = "__OTR__ast_versus/D_versus_301FB18"; + +static const ALIGN_ASSET(2) char D_versus_301FD20[] = "__OTR__ast_versus/D_versus_301FD20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_1FD78[] = "__OTR__ast_versus/ast_versus_seg3_vtx_1FD78"; + +static const ALIGN_ASSET(2) char D_versus_301FDA8[] = "__OTR__ast_versus/D_versus_301FDA8"; + +static const ALIGN_ASSET(2) char D_versus_301FFB0[] = "__OTR__ast_versus/D_versus_301FFB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_20008[] = "__OTR__ast_versus/ast_versus_seg3_vtx_20008"; + +static const ALIGN_ASSET(2) char D_versus_3020048[] = "__OTR__ast_versus/D_versus_3020048"; + +static const ALIGN_ASSET(2) char D_versus_3020850[] = "__OTR__ast_versus/D_versus_3020850"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_208A8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_208A8"; + +static const ALIGN_ASSET(2) char D_versus_30208D8[] = "__OTR__ast_versus/D_versus_30208D8"; + +static const ALIGN_ASSET(2) char D_versus_3020AE0[] = "__OTR__ast_versus/D_versus_3020AE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_20B38[] = "__OTR__ast_versus/ast_versus_seg3_vtx_20B38"; + +static const ALIGN_ASSET(2) char D_versus_3020B78[] = "__OTR__ast_versus/D_versus_3020B78"; + +static const ALIGN_ASSET(2) char D_versus_3020D80[] = "__OTR__ast_versus/D_versus_3020D80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_20DD8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_20DD8"; + +static const ALIGN_ASSET(2) char D_versus_3020E18[] = "__OTR__ast_versus/D_versus_3020E18"; + +static const ALIGN_ASSET(2) char D_versus_3021620[] = "__OTR__ast_versus/D_versus_3021620"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_21678[] = "__OTR__ast_versus/ast_versus_seg3_vtx_21678"; + +static const ALIGN_ASSET(2) char D_versus_30216B8[] = "__OTR__ast_versus/D_versus_30216B8"; + +static const ALIGN_ASSET(2) char D_versus_30218C0[] = "__OTR__ast_versus/D_versus_30218C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_21918[] = "__OTR__ast_versus/ast_versus_seg3_vtx_21918"; + +static const ALIGN_ASSET(2) char D_versus_3021958[] = "__OTR__ast_versus/D_versus_3021958"; + +static const ALIGN_ASSET(2) char D_versus_3022160[] = "__OTR__ast_versus/D_versus_3022160"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_221B8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_221B8"; + +static const ALIGN_ASSET(2) char D_versus_30221E8[] = "__OTR__ast_versus/D_versus_30221E8"; + +static const ALIGN_ASSET(2) char D_versus_30223F0[] = "__OTR__ast_versus/D_versus_30223F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22450[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22450"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_22490[] = "__OTR__ast_versus/ast_versus_seg3_gfx_22490"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_224F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_224F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_22530[] = "__OTR__ast_versus/ast_versus_seg3_gfx_22530"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_225A0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_225A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_22600[] = "__OTR__ast_versus/ast_versus_seg3_gfx_22600"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22670[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22670"; + +static const ALIGN_ASSET(2) char D_versus_30226D0[] = "__OTR__ast_versus/D_versus_30226D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_22750[] = "__OTR__ast_versus/ast_versus_seg3_gfx_22750"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_227B0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_227B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_227F0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_227F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22850[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22850"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_22890[] = "__OTR__ast_versus/ast_versus_seg3_gfx_22890"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22A40[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22A40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22B60[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22B60"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22C30[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22C30"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_22CB0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_22CB0"; + +static const ALIGN_ASSET(2) char D_versus_3022DE0[] = "__OTR__ast_versus/D_versus_3022DE0"; + +static const ALIGN_ASSET(2) char D_versus_3022E60[] = "__OTR__ast_versus/D_versus_3022E60"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23060[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23060"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23138[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23138"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_231B8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_231B8"; + +static const ALIGN_ASSET(2) char D_versus_3023238[] = "__OTR__ast_versus/D_versus_3023238"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23A40[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23A40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23AA8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23AA8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23B00[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23B00"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23B68[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23B68"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23BC0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23BC0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23C28[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23C28"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23C80[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23C80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23DE8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23DE8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23E18[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23E18"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23E88[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23E88"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_23F18[] = "__OTR__ast_versus/ast_versus_seg3_vtx_23F18"; + +static const ALIGN_ASSET(2) char D_versus_3023F68[] = "__OTR__ast_versus/D_versus_3023F68"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_23FF0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_23FF0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24050[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24050"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24090[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24090"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_240F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_240F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24130[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24130"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_241A0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_241A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24200[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24200"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24270[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24270"; + +static const ALIGN_ASSET(2) char D_versus_30242D0[] = "__OTR__ast_versus/D_versus_30242D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24350[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24350"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_243B0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_243B0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_243F0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_243F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24450[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24450"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24490[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24490"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_244E8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_244E8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24520[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24520"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24578[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24578"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_245C0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_245C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24618[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24618"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24660[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24660"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_246B8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_246B8"; + +static const ALIGN_ASSET(2) char D_versus_30246E8[] = "__OTR__ast_versus/D_versus_30246E8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24770[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24770"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_248C0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_248C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24A40[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24A40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24AC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24AC0"; + +static const ALIGN_ASSET(2) char D_versus_3024C30[] = "__OTR__ast_versus/D_versus_3024C30"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_24E30[] = "__OTR__ast_versus/ast_versus_seg3_gfx_24E30"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_24F68[] = "__OTR__ast_versus/ast_versus_seg3_vtx_24F68"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25068[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25068"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_250B8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_250B8"; + +static const ALIGN_ASSET(2) char D_versus_3025138[] = "__OTR__ast_versus/D_versus_3025138"; + +static const ALIGN_ASSET(2) char D_versus_3025938[] = "__OTR__ast_versus/D_versus_3025938"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_259C0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_259C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25A30[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25A30"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_25A90[] = "__OTR__ast_versus/ast_versus_seg3_gfx_25A90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25B08[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25B08"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_25B80[] = "__OTR__ast_versus/ast_versus_seg3_gfx_25B80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25BF8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25BF8"; + +static const ALIGN_ASSET(2) char D_versus_3025C68[] = "__OTR__ast_versus/D_versus_3025C68"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_25E70[] = "__OTR__ast_versus/ast_versus_seg3_gfx_25E70"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25ED0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25ED0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_25F10[] = "__OTR__ast_versus/ast_versus_seg3_gfx_25F10"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_25F80[] = "__OTR__ast_versus/ast_versus_seg3_vtx_25F80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_25FE0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_25FE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26050[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26050"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_260C0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_260C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26130[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26130"; + +static const ALIGN_ASSET(2) char D_versus_30261A0[] = "__OTR__ast_versus/D_versus_30261A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_26220[] = "__OTR__ast_versus/ast_versus_seg3_gfx_26220"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26290[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26290"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_262F0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_262F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26350[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26350"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_26390[] = "__OTR__ast_versus/ast_versus_seg3_gfx_26390"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26668[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26668"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_266F8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_266F8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26728[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26728"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26798[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26798"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_267F8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_267F8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26828[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26828"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26898[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26898"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26988[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26988"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_26A08[] = "__OTR__ast_versus/ast_versus_seg3_vtx_26A08"; + +static const ALIGN_ASSET(2) char D_versus_3026A38[] = "__OTR__ast_versus/D_versus_3026A38"; + +static const ALIGN_ASSET(2) char D_versus_3026AB8[] = "__OTR__ast_versus/D_versus_3026AB8"; + +static const ALIGN_ASSET(2) char D_versus_3026B38[] = "__OTR__ast_versus/D_versus_3026B38"; + +static const ALIGN_ASSET(2) char D_versus_3026BB8[] = "__OTR__ast_versus/D_versus_3026BB8"; + +static const ALIGN_ASSET(2) char D_versus_3026C38[] = "__OTR__ast_versus/D_versus_3026C38"; + +static const ALIGN_ASSET(2) char D_versus_3026CB8[] = "__OTR__ast_versus/D_versus_3026CB8"; + +static const ALIGN_ASSET(2) char D_versus_3026DB8[] = "__OTR__ast_versus/D_versus_3026DB8"; + +static const ALIGN_ASSET(2) char D_versus_3026EB8[] = "__OTR__ast_versus/D_versus_3026EB8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_270C0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_270C0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27188[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27188"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_271F8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_271F8"; + +static const ALIGN_ASSET(2) char D_versus_3027268[] = "__OTR__ast_versus/D_versus_3027268"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_27A70[] = "__OTR__ast_versus/ast_versus_seg3_gfx_27A70"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27AE8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27AE8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_27BE0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_27BE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27C50[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27C50"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_27CB0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_27CB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27D20[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27D20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_27D80[] = "__OTR__ast_versus/ast_versus_seg3_gfx_27D80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27EF0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27EF0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27F30[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27F30"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_27FC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_27FC0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28050[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28050"; + +static const ALIGN_ASSET(2) char D_versus_3028130[] = "__OTR__ast_versus/D_versus_3028130"; + +static const ALIGN_ASSET(2) char D_versus_3028230[] = "__OTR__ast_versus/D_versus_3028230"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28630[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28630"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28690[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28690"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_286D0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_286D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28730[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28730"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28770[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28770"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_287F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_287F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28870[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28870"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_288F0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_288F0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28970[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28970"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_289D0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_289D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28A10[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28A10"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28A70[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28A70"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28AB0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28AB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28B80[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28B80"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28BC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28BC0"; + +static const ALIGN_ASSET(2) char D_versus_3028C60[] = "__OTR__ast_versus/D_versus_3028C60"; + +static const ALIGN_ASSET(2) char D_versus_3028CE0[] = "__OTR__ast_versus/D_versus_3028CE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_28EE0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_28EE0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_28FC0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_28FC0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29060[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29060"; + +static const ALIGN_ASSET(2) char D_versus_3029160[] = "__OTR__ast_versus/D_versus_3029160"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_291E0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_291E0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_292A8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_292A8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29318[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29318"; + +static const ALIGN_ASSET(2) char D_versus_3029388[] = "__OTR__ast_versus/D_versus_3029388"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_29B90[] = "__OTR__ast_versus/ast_versus_seg3_gfx_29B90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29BF8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29BF8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_29C50[] = "__OTR__ast_versus/ast_versus_seg3_gfx_29C50"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29CB8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29CB8"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_29D20[] = "__OTR__ast_versus/ast_versus_seg3_gfx_29D20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29D88[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29D88"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_gfx_29DF0[] = "__OTR__ast_versus/ast_versus_seg3_gfx_29DF0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29F50[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29F50"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29F90[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29F90"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_29FF0[] = "__OTR__ast_versus/ast_versus_seg3_vtx_29FF0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2A050[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2A050"; + +static const ALIGN_ASSET(2) char D_versus_302A0A0[] = "__OTR__ast_versus/D_versus_302A0A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2A0F8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2A0F8"; + +static const ALIGN_ASSET(2) char D_versus_302A138[] = "__OTR__ast_versus/D_versus_302A138"; + +static const ALIGN_ASSET(2) char D_versus_302A940[] = "__OTR__ast_versus/D_versus_302A940"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2A998[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2A998"; + +static const ALIGN_ASSET(2) char D_versus_302A9C8[] = "__OTR__ast_versus/D_versus_302A9C8"; + +static const ALIGN_ASSET(2) char D_versus_302ABD0[] = "__OTR__ast_versus/D_versus_302ABD0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2AC28[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2AC28"; + +static const ALIGN_ASSET(2) char D_versus_302AC68[] = "__OTR__ast_versus/D_versus_302AC68"; + +static const ALIGN_ASSET(2) char D_versus_302B470[] = "__OTR__ast_versus/D_versus_302B470"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2B4C8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2B4C8"; + +static const ALIGN_ASSET(2) char D_versus_302B4F8[] = "__OTR__ast_versus/D_versus_302B4F8"; + +static const ALIGN_ASSET(2) char D_versus_302B700[] = "__OTR__ast_versus/D_versus_302B700"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2B758[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2B758"; + +static const ALIGN_ASSET(2) char D_versus_302B788[] = "__OTR__ast_versus/D_versus_302B788"; + +static const ALIGN_ASSET(2) char D_versus_302B890[] = "__OTR__ast_versus/D_versus_302B890"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2B8E8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2B8E8"; + +static const ALIGN_ASSET(2) char D_versus_302B918[] = "__OTR__ast_versus/D_versus_302B918"; + +static const ALIGN_ASSET(2) char D_versus_302BA20[] = "__OTR__ast_versus/D_versus_302BA20"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2BA78[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2BA78"; + +static const ALIGN_ASSET(2) char D_versus_302BAA8[] = "__OTR__ast_versus/D_versus_302BAA8"; + +static const ALIGN_ASSET(2) char D_versus_302BBB0[] = "__OTR__ast_versus/D_versus_302BBB0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2BC08[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2BC08"; + +static const ALIGN_ASSET(2) char D_versus_302BC38[] = "__OTR__ast_versus/D_versus_302BC38"; + +static const ALIGN_ASSET(2) char D_versus_302BD40[] = "__OTR__ast_versus/D_versus_302BD40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2BD98[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2BD98"; + +static const ALIGN_ASSET(2) char D_versus_302BDC8[] = "__OTR__ast_versus/D_versus_302BDC8"; + +static const ALIGN_ASSET(2) char D_versus_302BED0[] = "__OTR__ast_versus/D_versus_302BED0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2BF58[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2BF58"; + +static const ALIGN_ASSET(2) char D_versus_302BF88[] = "__OTR__ast_versus/D_versus_302BF88"; + +static const ALIGN_ASSET(2) char D_versus_302C088[] = "__OTR__ast_versus/D_versus_302C088"; + +static const ALIGN_ASSET(2) char D_versus_302C0D0[] = "__OTR__ast_versus/D_versus_302C0D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2C158[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2C158"; + +static const ALIGN_ASSET(2) char D_versus_302C188[] = "__OTR__ast_versus/D_versus_302C188"; + +static const ALIGN_ASSET(2) char D_versus_302C288[] = "__OTR__ast_versus/D_versus_302C288"; + +static const ALIGN_ASSET(2) char D_versus_302C350[] = "__OTR__ast_versus/D_versus_302C350"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2C3D8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2C3D8"; + +static const ALIGN_ASSET(2) char D_versus_302C408[] = "__OTR__ast_versus/D_versus_302C408"; + +static const ALIGN_ASSET(2) char D_versus_302C508[] = "__OTR__ast_versus/D_versus_302C508"; + +static const ALIGN_ASSET(2) char D_versus_302C5A0[] = "__OTR__ast_versus/D_versus_302C5A0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2C628[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2C628"; + +static const ALIGN_ASSET(2) char D_versus_302C658[] = "__OTR__ast_versus/D_versus_302C658"; + +static const ALIGN_ASSET(2) char D_versus_302C758[] = "__OTR__ast_versus/D_versus_302C758"; + +static const ALIGN_ASSET(2) char D_versus_302C830[] = "__OTR__ast_versus/D_versus_302C830"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2C8B8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2C8B8"; + +static const ALIGN_ASSET(2) char D_versus_302C8E8[] = "__OTR__ast_versus/D_versus_302C8E8"; + +static const ALIGN_ASSET(2) char D_versus_302C9E8[] = "__OTR__ast_versus/D_versus_302C9E8"; + +static const ALIGN_ASSET(2) char D_versus_302CB40[] = "__OTR__ast_versus/D_versus_302CB40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2CBC8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2CBC8"; + +static const ALIGN_ASSET(2) char D_versus_302CBF8[] = "__OTR__ast_versus/D_versus_302CBF8"; + +static const ALIGN_ASSET(2) char D_versus_302CCF8[] = "__OTR__ast_versus/D_versus_302CCF8"; + +static const ALIGN_ASSET(2) char D_versus_302CE40[] = "__OTR__ast_versus/D_versus_302CE40"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2CEC8[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2CEC8"; + +static const ALIGN_ASSET(2) char D_versus_302CEF8[] = "__OTR__ast_versus/D_versus_302CEF8"; + +static const ALIGN_ASSET(2) char D_versus_302CFF8[] = "__OTR__ast_versus/D_versus_302CFF8"; + +static const ALIGN_ASSET(2) char D_versus_302D120[] = "__OTR__ast_versus/D_versus_302D120"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2D178[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2D178"; + +static const ALIGN_ASSET(2) char D_versus_302D1B8[] = "__OTR__ast_versus/D_versus_302D1B8"; + +static const ALIGN_ASSET(2) char D_versus_302D240[] = "__OTR__ast_versus/D_versus_302D240"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2D298[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2D298"; + +static const ALIGN_ASSET(2) char D_versus_302D2C8[] = "__OTR__ast_versus/D_versus_302D2C8"; + +static const ALIGN_ASSET(2) char D_versus_302D4D0[] = "__OTR__ast_versus/D_versus_302D4D0"; + +static const ALIGN_ASSET(2) char ast_versus_seg3_vtx_2D528[] = "__OTR__ast_versus/ast_versus_seg3_vtx_2D528"; + +static const ALIGN_ASSET(2) char D_versus_302D568[] = "__OTR__ast_versus/D_versus_302D568"; + +static const ALIGN_ASSET(2) char D_versus_302DD70[] = "__OTR__ast_versus/D_versus_302DD70"; + +static const ALIGN_ASSET(2) char D_versus_302DDB4[] = "__OTR__ast_versus/D_versus_302DDB4"; + +static const ALIGN_ASSET(2) char D_versus_302DDF8[] = "__OTR__ast_versus/D_versus_302DDF8"; + +static const ALIGN_ASSET(2) char D_versus_302DE3C[] = "__OTR__ast_versus/D_versus_302DE3C"; + +static const ALIGN_ASSET(2) char D_versus_302E0E4[] = "__OTR__ast_versus/D_versus_302E0E4"; + +static const ALIGN_ASSET(2) char D_versus_302E170[] = "__OTR__ast_versus/D_versus_302E170"; + +static const ALIGN_ASSET(2) char D_versus_302E378[] = "__OTR__ast_versus/D_versus_302E378"; + +static const ALIGN_ASSET(2) char D_versus_302E56C[] = "__OTR__ast_versus/D_versus_302E56C"; + +static const ALIGN_ASSET(2) char D_versus_302E65C[] = "__OTR__ast_versus/D_versus_302E65C"; + +static const ALIGN_ASSET(2) char D_versus_302E74C[] = "__OTR__ast_versus/D_versus_302E74C"; + +static const ALIGN_ASSET(2) char D_versus_302E830[] = "__OTR__ast_versus/D_versus_302E830"; + +static const ALIGN_ASSET(2) char D_versus_302E95C[] = "__OTR__ast_versus/D_versus_302E95C"; + +static const ALIGN_ASSET(2) char D_versus_302EA4C[] = "__OTR__ast_versus/D_versus_302EA4C"; + +static const ALIGN_ASSET(2) char D_versus_302EB3C[] = "__OTR__ast_versus/D_versus_302EB3C"; + +static const ALIGN_ASSET(2) char D_versus_302EC20[] = "__OTR__ast_versus/D_versus_302EC20"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk1Hitbox[] = "__OTR__ast_versus/aVsSpaceJunk1Hitbox"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk2Hitbox[] = "__OTR__ast_versus/aVsSpaceJunk2Hitbox"; + +static const ALIGN_ASSET(2) char aVsSpaceJunk3Hitbox[] = "__OTR__ast_versus/aVsSpaceJunk3Hitbox"; + +static const ALIGN_ASSET(2) char aVsKaFlBaseHitbox[] = "__OTR__ast_versus/aVsKaFlBaseHitbox"; + +static const ALIGN_ASSET(2) char aVsBuilding1Hibox[] = "__OTR__ast_versus/aVsBuilding1Hibox"; + +static const ALIGN_ASSET(2) char aVsBuilding2Hibox[] = "__OTR__ast_versus/aVsBuilding2Hibox"; + +static const ALIGN_ASSET(2) char aVsArchHitbox[] = "__OTR__ast_versus/aVsArchHitbox"; + +static const ALIGN_ASSET(2) char D_versus_302EEE8[] = "__OTR__ast_versus/D_versus_302EEE8"; + +static const ALIGN_ASSET(2) char D_versus_302EF00[] = "__OTR__ast_versus/D_versus_302EF00"; + +static const ALIGN_ASSET(2) char D_versus_302EF6C[] = "__OTR__ast_versus/D_versus_302EF6C"; + +static const ALIGN_ASSET(2) char D_versus_302EF84[] = "__OTR__ast_versus/D_versus_302EF84"; + +static const ALIGN_ASSET(2) char D_versus_302EFF0[] = "__OTR__ast_versus/D_versus_302EFF0"; + +static const ALIGN_ASSET(2) char D_versus_302F008[] = "__OTR__ast_versus/D_versus_302F008"; + +static const ALIGN_ASSET(2) char D_versus_302F044[] = "__OTR__ast_versus/D_versus_302F044"; + +static const ALIGN_ASSET(2) char D_versus_302F098[] = "__OTR__ast_versus/D_versus_302F098"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_vs_menu.h b/android/app/src/main/assets/starship/include/assets/ast_vs_menu.h new file mode 100644 index 0000000..7590713 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_vs_menu.h @@ -0,0 +1,139 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aVsPlayerNum1Tex[] = "__OTR__ast_vs_menu/aVsPlayerNum1Tex"; + +static const ALIGN_ASSET(2) char aVsPlayerNum2Tex[] = "__OTR__ast_vs_menu/aVsPlayerNum2Tex"; + +static const ALIGN_ASSET(2) char aVsPlayerNum3Tex[] = "__OTR__ast_vs_menu/aVsPlayerNum3Tex"; + +static const ALIGN_ASSET(2) char aVsPlayerNum4Tex[] = "__OTR__ast_vs_menu/aVsPlayerNum4Tex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7000490[] = "__OTR__ast_vs_menu/D_VS_MENU_7000490"; + +static const ALIGN_ASSET(2) char aVsTextContTex[] = "__OTR__ast_vs_menu/aVsTextContTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7001030[] = "__OTR__ast_vs_menu/D_VS_MENU_7001030"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7001270[] = "__OTR__ast_vs_menu/D_VS_MENU_7001270"; + +static const ALIGN_ASSET(2) char aVsTextCorneriaTex[] = "__OTR__ast_vs_menu/aVsTextCorneriaTex"; + +static const ALIGN_ASSET(2) char aVsTextSectorZTex[] = "__OTR__ast_vs_menu/aVsTextSectorZTex"; + +static const ALIGN_ASSET(2) char aVsTextKatinaTex[] = "__OTR__ast_vs_menu/aVsTextKatinaTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7001DF0[] = "__OTR__ast_vs_menu/D_VS_MENU_7001DF0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7002110[] = "__OTR__ast_vs_menu/D_VS_MENU_7002110"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70024D0[] = "__OTR__ast_vs_menu/D_VS_MENU_70024D0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7002730[] = "__OTR__ast_vs_menu/D_VS_MENU_7002730"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7002990[] = "__OTR__ast_vs_menu/D_VS_MENU_7002990"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7002BF0[] = "__OTR__ast_vs_menu/D_VS_MENU_7002BF0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7002E50[] = "__OTR__ast_vs_menu/D_VS_MENU_7002E50"; + +static const ALIGN_ASSET(2) char aVsHandicapLvl1Tex[] = "__OTR__ast_vs_menu/aVsHandicapLvl1Tex"; + +static const ALIGN_ASSET(2) char aVsHandicapLvl2Tex[] = "__OTR__ast_vs_menu/aVsHandicapLvl2Tex"; + +static const ALIGN_ASSET(2) char aVsHandicapLvl3Tex[] = "__OTR__ast_vs_menu/aVsHandicapLvl3Tex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003650[] = "__OTR__ast_vs_menu/D_VS_MENU_7003650"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003830[] = "__OTR__ast_vs_menu/D_VS_MENU_7003830"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003C70[] = "__OTR__ast_vs_menu/D_VS_MENU_7003C70"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003D70[] = "__OTR__ast_vs_menu/D_VS_MENU_7003D70"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003E10[] = "__OTR__ast_vs_menu/D_VS_MENU_7003E10"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7003F10[] = "__OTR__ast_vs_menu/D_VS_MENU_7003F10"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004010[] = "__OTR__ast_vs_menu/D_VS_MENU_7004010"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004050[] = "__OTR__ast_vs_menu/D_VS_MENU_7004050"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004150[] = "__OTR__ast_vs_menu/D_VS_MENU_7004150"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70041F0[] = "__OTR__ast_vs_menu/D_VS_MENU_70041F0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70042F0[] = "__OTR__ast_vs_menu/D_VS_MENU_70042F0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004360[] = "__OTR__ast_vs_menu/D_VS_MENU_7004360"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004460[] = "__OTR__ast_vs_menu/D_VS_MENU_7004460"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70044D0[] = "__OTR__ast_vs_menu/D_VS_MENU_70044D0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7004990[] = "__OTR__ast_vs_menu/D_VS_MENU_7004990"; + +static const ALIGN_ASSET(2) char aVsFoxNameTex[] = "__OTR__ast_vs_menu/aVsFoxNameTex"; + +static const ALIGN_ASSET(2) char aVsFoxNameTLUT[] = "__OTR__ast_vs_menu/aVsFoxNameTLUT"; + +static const ALIGN_ASSET(2) char aVsPeppyNameTex[] = "__OTR__ast_vs_menu/aVsPeppyNameTex"; + +static const ALIGN_ASSET(2) char aVsPeppyNameTLUT[] = "__OTR__ast_vs_menu/aVsPeppyNameTLUT"; + +static const ALIGN_ASSET(2) char aVsSlippyNameTex[] = "__OTR__ast_vs_menu/aVsSlippyNameTex"; + +static const ALIGN_ASSET(2) char aVsSlippyNameTLUT[] = "__OTR__ast_vs_menu/aVsSlippyNameTLUT"; + +static const ALIGN_ASSET(2) char aVsFalcoNameTex[] = "__OTR__ast_vs_menu/aVsFalcoNameTex"; + +static const ALIGN_ASSET(2) char aVsFalcoNameTLUT[] = "__OTR__ast_vs_menu/aVsFalcoNameTLUT"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70051D0[] = "__OTR__ast_vs_menu/D_VS_MENU_70051D0"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70055D0[] = "__OTR__ast_vs_menu/D_VS_MENU_70055D0"; + +static const ALIGN_ASSET(2) char aVsCorneriaTex[] = "__OTR__ast_vs_menu/aVsCorneriaTex"; + +static const ALIGN_ASSET(2) char aVsCorneriaTLUT[] = "__OTR__ast_vs_menu/aVsCorneriaTLUT"; + +static const ALIGN_ASSET(2) char aVsSectorZTex[] = "__OTR__ast_vs_menu/aVsSectorZTex"; + +static const ALIGN_ASSET(2) char aVsSectorZTLUT[] = "__OTR__ast_vs_menu/aVsSectorZTLUT"; + +static const ALIGN_ASSET(2) char aVsKatinaTex[] = "__OTR__ast_vs_menu/aVsKatinaTex"; + +static const ALIGN_ASSET(2) char aVsKatinaTLUT[] = "__OTR__ast_vs_menu/aVsKatinaTLUT"; + +static const ALIGN_ASSET(2) char aVsFalcoFaceTex[] = "__OTR__ast_vs_menu/aVsFalcoFaceTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7007FC0[] = "__OTR__ast_vs_menu/D_VS_MENU_7007FC0"; + +static const ALIGN_ASSET(2) char aVsFoxFaceTex[] = "__OTR__ast_vs_menu/aVsFoxFaceTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7009E00[] = "__OTR__ast_vs_menu/D_VS_MENU_7009E00"; + +static const ALIGN_ASSET(2) char aVsPeppyFaceTex[] = "__OTR__ast_vs_menu/aVsPeppyFaceTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_700BC40[] = "__OTR__ast_vs_menu/D_VS_MENU_700BC40"; + +static const ALIGN_ASSET(2) char aVsSlippyFaceTex[] = "__OTR__ast_vs_menu/aVsSlippyFaceTex"; + +static const ALIGN_ASSET(2) char D_VS_MENU_700DA80[] = "__OTR__ast_vs_menu/D_VS_MENU_700DA80"; + +static const ALIGN_ASSET(2) char aVsN64ConsoleTex[] = "__OTR__ast_vs_menu/aVsN64ConsoleTex"; + +static const ALIGN_ASSET(2) char aVsHandicapFrameTex[] = "__OTR__ast_vs_menu/aVsHandicapFrameTex"; + +static const ALIGN_ASSET(2) char aVsHandicapFrameTLUT[] = "__OTR__ast_vs_menu/aVsHandicapFrameTLUT"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7012410[] = "__OTR__ast_vs_menu/D_VS_MENU_7012410"; + +static const ALIGN_ASSET(2) char ast_vs_menu_seg7_vtx_124A8[] = "__OTR__ast_vs_menu/ast_vs_menu_seg7_vtx_124A8"; + +static const ALIGN_ASSET(2) char D_VS_MENU_70124E8[] = "__OTR__ast_vs_menu/D_VS_MENU_70124E8"; + +static const ALIGN_ASSET(2) char D_VS_MENU_7012568[] = "__OTR__ast_vs_menu/D_VS_MENU_7012568"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_warp_zone.h b/android/app/src/main/assets/starship/include/assets/ast_warp_zone.h new file mode 100644 index 0000000..7472d2e --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_warp_zone.h @@ -0,0 +1,55 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" + +static const ALIGN_ASSET(2) char aWzSxEnemy1DL[] = "__OTR__ast_warp_zone/aWzSxEnemy1DL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_120[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_120"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_190[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_190"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_200[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_200"; + +static const ALIGN_ASSET(2) char D_WZ_7000260[] = "__OTR__ast_warp_zone/D_WZ_7000260"; + +static const ALIGN_ASSET(2) char aWzGateDL[] = "__OTR__ast_warp_zone/aWzGateDL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_550[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_550"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_750[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_750"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_790[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_790"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_850[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_850"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_890[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_890"; + +static const ALIGN_ASSET(2) char aWzMeteor2DL[] = "__OTR__ast_warp_zone/aWzMeteor2DL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_9B0[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_9B0"; + +static const ALIGN_ASSET(2) char D_WZ_7000A30[] = "__OTR__ast_warp_zone/D_WZ_7000A30"; + +static const ALIGN_ASSET(2) char D_WZ_7000C30[] = "__OTR__ast_warp_zone/D_WZ_7000C30"; + +static const ALIGN_ASSET(2) char aWzPillar1DL[] = "__OTR__ast_warp_zone/aWzPillar1DL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_D00[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_D00"; + +static const ALIGN_ASSET(2) char aWzMeteor1DL[] = "__OTR__ast_warp_zone/aWzMeteor1DL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_FA0[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_FA0"; + +static const ALIGN_ASSET(2) char aWzPillar2DL[] = "__OTR__ast_warp_zone/aWzPillar2DL"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_1240[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_1240"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_13C0[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_13C0"; + +static const ALIGN_ASSET(2) char D_WZ_7001540[] = "__OTR__ast_warp_zone/D_WZ_7001540"; + +static const ALIGN_ASSET(2) char ast_warp_zone_seg7_vtx_1590[] = "__OTR__ast_warp_zone/ast_warp_zone_seg7_vtx_1590"; + +static const ALIGN_ASSET(2) char D_WZ_70015D0[] = "__OTR__ast_warp_zone/D_WZ_70015D0"; + diff --git a/android/app/src/main/assets/starship/include/assets/ast_zoness.h b/android/app/src/main/assets/starship/include/assets/ast_zoness.h new file mode 100644 index 0000000..2330027 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/ast_zoness.h @@ -0,0 +1,808 @@ +#pragma once + +#include "gfx.h" +#include "sf64object.h" +#include "sf64level.h" +#include "sf64event.h" +#include "sf64player.h" +#include "sf64audio_external.h" +#include "sf64mesg.h" + +static const ALIGN_ASSET(2) char aZoTitleCardTex[] = "__OTR__ast_zoness/aZoTitleCardTex"; + +static const ALIGN_ASSET(2) char D_ZO_6000C40[] = "__OTR__ast_zoness/D_ZO_6000C40"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_D28[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_D28"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_D88[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_D88"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_E48[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_E48"; + +static const ALIGN_ASSET(2) char D_ZO_6000E98[] = "__OTR__ast_zoness/D_ZO_6000E98"; + +static const ALIGN_ASSET(2) char D_ZO_6001098[] = "__OTR__ast_zoness/D_ZO_6001098"; + +static const ALIGN_ASSET(2) char aZoDodoraHeadDL[] = "__OTR__ast_zoness/aZoDodoraHeadDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_14D0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_14D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1510[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1510"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1560[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1560"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_15D0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_15D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1670[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1670"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1750[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1750"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_17C0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_17C0"; + +static const ALIGN_ASSET(2) char D_ZO_6001810[] = "__OTR__ast_zoness/D_ZO_6001810"; + +static const ALIGN_ASSET(2) char D_ZO_6002010[] = "__OTR__ast_zoness/D_ZO_6002010"; + +static const ALIGN_ASSET(2) char D_ZO_6002210[] = "__OTR__ast_zoness/D_ZO_6002210"; + +static const ALIGN_ASSET(2) char D_ZO_6002410[] = "__OTR__ast_zoness/D_ZO_6002410"; + +static const ALIGN_ASSET(2) char D_ZO_6002610[] = "__OTR__ast_zoness/D_ZO_6002610"; + +static const ALIGN_ASSET(2) char D_ZO_6002810[] = "__OTR__ast_zoness/D_ZO_6002810"; + +static const ALIGN_ASSET(2) char D_ZO_6002A10[] = "__OTR__ast_zoness/D_ZO_6002A10"; + +static const ALIGN_ASSET(2) char aZoRadarBuoyDL[] = "__OTR__ast_zoness/aZoRadarBuoyDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_2F08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_2F08"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_30A8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_30A8"; + +static const ALIGN_ASSET(2) char D_ZO_6003288[] = "__OTR__ast_zoness/D_ZO_6003288"; + +static const ALIGN_ASSET(2) char D_ZO_6003488[] = "__OTR__ast_zoness/D_ZO_6003488"; + +static const ALIGN_ASSET(2) char D_ZO_6003690[] = "__OTR__ast_zoness/D_ZO_6003690"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_37B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_37B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_3870[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_3870"; + +static const ALIGN_ASSET(2) char D_ZO_6003930[] = "__OTR__ast_zoness/D_ZO_6003930"; + +static const ALIGN_ASSET(2) char D_ZO_6003B30[] = "__OTR__ast_zoness/D_ZO_6003B30"; + +static const ALIGN_ASSET(2) char D_ZO_6004330[] = "__OTR__ast_zoness/D_ZO_6004330"; + +static const ALIGN_ASSET(2) char D_ZO_6004380[] = "__OTR__ast_zoness/D_ZO_6004380"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_4418[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_4418"; + +static const ALIGN_ASSET(2) char D_ZO_6004450[] = "__OTR__ast_zoness/D_ZO_6004450"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_4610[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_4610"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_4800[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_4800"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_48B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_48B0"; + +static const ALIGN_ASSET(2) char D_ZO_6004970[] = "__OTR__ast_zoness/D_ZO_6004970"; + +static const ALIGN_ASSET(2) char D_ZO_6004A70[] = "__OTR__ast_zoness/D_ZO_6004A70"; + +static const ALIGN_ASSET(2) char D_ZO_6004B00[] = "__OTR__ast_zoness/D_ZO_6004B00"; + +static const ALIGN_ASSET(2) char aZoPatrolBoatDL[] = "__OTR__ast_zoness/aZoPatrolBoatDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_4FD8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_4FD8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5018[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5018"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5208[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5208"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5238[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5238"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5418[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5418"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_54B8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_54B8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_56B8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_56B8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5718[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5718"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_5918[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_5918"; + +static const ALIGN_ASSET(2) char D_ZO_6005958[] = "__OTR__ast_zoness/D_ZO_6005958"; + +static const ALIGN_ASSET(2) char D_ZO_6005B58[] = "__OTR__ast_zoness/D_ZO_6005B58"; + +static const ALIGN_ASSET(2) char D_ZO_6006360[] = "__OTR__ast_zoness/D_ZO_6006360"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_66E0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_66E0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_67B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_67B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6830[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6830"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6A10[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6A10"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6C10[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6C10"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6C40[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6C40"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6D10[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6D10"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6D40[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6D40"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6EE0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6EE0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_6FC0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_6FC0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_71C0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_71C0"; + +static const ALIGN_ASSET(2) char D_ZO_6007230[] = "__OTR__ast_zoness/D_ZO_6007230"; + +static const ALIGN_ASSET(2) char D_ZO_6007430[] = "__OTR__ast_zoness/D_ZO_6007430"; + +static const ALIGN_ASSET(2) char D_ZO_6007C30[] = "__OTR__ast_zoness/D_ZO_6007C30"; + +static const ALIGN_ASSET(2) char D_ZO_6007E30[] = "__OTR__ast_zoness/D_ZO_6007E30"; + +static const ALIGN_ASSET(2) char D_ZO_6008030[] = "__OTR__ast_zoness/D_ZO_6008030"; + +static const ALIGN_ASSET(2) char D_ZO_6008230[] = "__OTR__ast_zoness/D_ZO_6008230"; + +static const ALIGN_ASSET(2) char D_ZO_6008430[] = "__OTR__ast_zoness/D_ZO_6008430"; + +static const ALIGN_ASSET(2) char D_ZO_6008630[] = "__OTR__ast_zoness/D_ZO_6008630"; + +static const ALIGN_ASSET(2) char D_ZO_6008830[] = "__OTR__ast_zoness/D_ZO_6008830"; + +static const ALIGN_ASSET(2) char D_ZO_6009ED0[] = "__OTR__ast_zoness/D_ZO_6009ED0"; + +static const ALIGN_ASSET(2) char D_ZO_600B0E0[] = "__OTR__ast_zoness/D_ZO_600B0E0"; + +static const ALIGN_ASSET(2) char D_ZO_600C780[] = "__OTR__ast_zoness/D_ZO_600C780"; + +static const ALIGN_ASSET(2) char D_ZO_600D990[] = "__OTR__ast_zoness/D_ZO_600D990"; + +static const ALIGN_ASSET(2) char aZoBirdAnim[] = "__OTR__ast_zoness/aZoBirdAnim"; + +static const ALIGN_ASSET(2) char aZoBirdSkel[] = "__OTR__ast_zoness/aZoBirdSkel"; + +static const ALIGN_ASSET(2) char aZoOilRig3DL[] = "__OTR__ast_zoness/aZoOilRig3DL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_E950[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_E950"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_EB50[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_EB50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_EC10[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_EC10"; + +static const ALIGN_ASSET(2) char aZoOilRig2DL[] = "__OTR__ast_zoness/aZoOilRig2DL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_EE58[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_EE58"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F058[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F058"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F258[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F258"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F298[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F298"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F498[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F498"; + +static const ALIGN_ASSET(2) char aZoOilRig1DL[] = "__OTR__ast_zoness/aZoOilRig1DL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F718[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F718"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_F918[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_F918"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_FB18[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_FB18"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_FCD8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_FCD8"; + +static const ALIGN_ASSET(2) char D_ZO_600FE58[] = "__OTR__ast_zoness/D_ZO_600FE58"; + +static const ALIGN_ASSET(2) char D_ZO_6010658[] = "__OTR__ast_zoness/D_ZO_6010658"; + +static const ALIGN_ASSET(2) char D_ZO_6010E58[] = "__OTR__ast_zoness/D_ZO_6010E58"; + +static const ALIGN_ASSET(2) char D_ZO_6011660[] = "__OTR__ast_zoness/D_ZO_6011660"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_117C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_117C8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_11828[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_11828"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_11868[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_11868"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_118C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_118C8"; + +static const ALIGN_ASSET(2) char D_ZO_6011928[] = "__OTR__ast_zoness/D_ZO_6011928"; + +static const ALIGN_ASSET(2) char D_ZO_6012128[] = "__OTR__ast_zoness/D_ZO_6012128"; + +static const ALIGN_ASSET(2) char D_ZO_6012930[] = "__OTR__ast_zoness/D_ZO_6012930"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_12A98[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_12A98"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_12C38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_12C38"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_12E38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_12E38"; + +static const ALIGN_ASSET(2) char D_ZO_6013010[] = "__OTR__ast_zoness/D_ZO_6013010"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_13108[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_13108"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_13188[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_13188"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_13228[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_13228"; + +static const ALIGN_ASSET(2) char D_ZO_6013330[] = "__OTR__ast_zoness/D_ZO_6013330"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_133A0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_133A0"; + +static const ALIGN_ASSET(2) char D_ZO_6013480[] = "__OTR__ast_zoness/D_ZO_6013480"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_134D0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_134D0"; + +static const ALIGN_ASSET(2) char D_ZO_6013510[] = "__OTR__ast_zoness/D_ZO_6013510"; + +static const ALIGN_ASSET(2) char D_ZO_6014510[] = "__OTR__ast_zoness/D_ZO_6014510"; + +static const ALIGN_ASSET(2) char D_ZO_6015430[] = "__OTR__ast_zoness/D_ZO_6015430"; + +static const ALIGN_ASSET(2) char D_ZO_6016350[] = "__OTR__ast_zoness/D_ZO_6016350"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_163A8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_163A8"; + +static const ALIGN_ASSET(2) char D_ZO_60163E0[] = "__OTR__ast_zoness/D_ZO_60163E0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_164B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_164B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16510[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16510"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_165A0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_165A0"; + +static const ALIGN_ASSET(2) char D_ZO_60165D0[] = "__OTR__ast_zoness/D_ZO_60165D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_166B8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_166B8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16728[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16728"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_167F8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_167F8"; + +static const ALIGN_ASSET(2) char D_ZO_6016880[] = "__OTR__ast_zoness/D_ZO_6016880"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16968[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16968"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_169C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_169C8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16AE8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16AE8"; + +static const ALIGN_ASSET(2) char D_ZO_6016B50[] = "__OTR__ast_zoness/D_ZO_6016B50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16C30[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16C30"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16C90[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16C90"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16D30[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16D30"; + +static const ALIGN_ASSET(2) char D_ZO_6016D90[] = "__OTR__ast_zoness/D_ZO_6016D90"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16DE8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16DE8"; + +static const ALIGN_ASSET(2) char D_ZO_6016E30[] = "__OTR__ast_zoness/D_ZO_6016E30"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_16E88[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_16E88"; + +static const ALIGN_ASSET(2) char D_ZO_6016EC8[] = "__OTR__ast_zoness/D_ZO_6016EC8"; + +static const ALIGN_ASSET(2) char D_ZO_60176D0[] = "__OTR__ast_zoness/D_ZO_60176D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_17728[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_17728"; + +static const ALIGN_ASSET(2) char D_ZO_6017770[] = "__OTR__ast_zoness/D_ZO_6017770"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_177C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_177C8"; + +static const ALIGN_ASSET(2) char D_ZO_6017810[] = "__OTR__ast_zoness/D_ZO_6017810"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_17868[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_17868"; + +static const ALIGN_ASSET(2) char D_ZO_60178B0[] = "__OTR__ast_zoness/D_ZO_60178B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_17908[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_17908"; + +static const ALIGN_ASSET(2) char aZoBallDL[] = "__OTR__ast_zoness/aZoBallDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_179A8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_179A8"; + +static const ALIGN_ASSET(2) char D_ZO_60179D8[] = "__OTR__ast_zoness/D_ZO_60179D8"; + +static const ALIGN_ASSET(2) char D_ZO_60181E0[] = "__OTR__ast_zoness/D_ZO_60181E0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18270[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18270"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_182B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_182B0"; + +static const ALIGN_ASSET(2) char D_ZO_60182E0[] = "__OTR__ast_zoness/D_ZO_60182E0"; + +static const ALIGN_ASSET(2) char D_ZO_6018550[] = "__OTR__ast_zoness/D_ZO_6018550"; + +static const ALIGN_ASSET(2) char D_ZO_601863C[] = "__OTR__ast_zoness/D_ZO_601863C"; + +static const ALIGN_ASSET(2) char D_ZO_6018660[] = "__OTR__ast_zoness/D_ZO_6018660"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_186B8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_186B8"; + +static const ALIGN_ASSET(2) char D_ZO_60186E8[] = "__OTR__ast_zoness/D_ZO_60186E8"; + +static const ALIGN_ASSET(2) char D_ZO_6018AF0[] = "__OTR__ast_zoness/D_ZO_6018AF0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18B48[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18B48"; + +static const ALIGN_ASSET(2) char D_ZO_6018B78[] = "__OTR__ast_zoness/D_ZO_6018B78"; + +static const ALIGN_ASSET(2) char D_ZO_6018C80[] = "__OTR__ast_zoness/D_ZO_6018C80"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18D38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18D38"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18DB8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18DB8"; + +static const ALIGN_ASSET(2) char D_ZO_6018E80[] = "__OTR__ast_zoness/D_ZO_6018E80"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18F20[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18F20"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_18FB0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_18FB0"; + +static const ALIGN_ASSET(2) char D_ZO_6019040[] = "__OTR__ast_zoness/D_ZO_6019040"; + +static const ALIGN_ASSET(2) char D_ZO_60195EC[] = "__OTR__ast_zoness/D_ZO_60195EC"; + +static const ALIGN_ASSET(2) char D_ZO_6019738[] = "__OTR__ast_zoness/D_ZO_6019738"; + +static const ALIGN_ASSET(2) char D_ZO_601996C[] = "__OTR__ast_zoness/D_ZO_601996C"; + +static const ALIGN_ASSET(2) char aZoSarumarineSkel[] = "__OTR__ast_zoness/aZoSarumarineSkel"; + +static const ALIGN_ASSET(2) char D_ZO_6019EB0[] = "__OTR__ast_zoness/D_ZO_6019EB0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_19F08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_19F08"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_19F50[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_19F50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A0A0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A0A0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A170[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A170"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A230[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A230"; + +static const ALIGN_ASSET(2) char D_ZO_601A340[] = "__OTR__ast_zoness/D_ZO_601A340"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A410[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A410"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A450[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A450"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1A560[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1A560"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A5C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A5C8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1A690[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1A690"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A748[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A748"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1A788[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1A788"; + +static const ALIGN_ASSET(2) char D_ZO_601AA48[] = "__OTR__ast_zoness/D_ZO_601AA48"; + +static const ALIGN_ASSET(2) char D_ZO_601AB14[] = "__OTR__ast_zoness/D_ZO_601AB14"; + +static const ALIGN_ASSET(2) char D_ZO_601AFB8[] = "__OTR__ast_zoness/D_ZO_601AFB8"; + +static const ALIGN_ASSET(2) char D_ZO_601B184[] = "__OTR__ast_zoness/D_ZO_601B184"; + +static const ALIGN_ASSET(2) char D_ZO_601B1C0[] = "__OTR__ast_zoness/D_ZO_601B1C0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B260[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B260"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B2F0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B2F0"; + +static const ALIGN_ASSET(2) char D_ZO_601B3B0[] = "__OTR__ast_zoness/D_ZO_601B3B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B450[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B450"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B4E0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B4E0"; + +static const ALIGN_ASSET(2) char D_ZO_601B570[] = "__OTR__ast_zoness/D_ZO_601B570"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B610[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B610"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B680[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B680"; + +static const ALIGN_ASSET(2) char D_ZO_601B710[] = "__OTR__ast_zoness/D_ZO_601B710"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B7B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B7B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B840[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B840"; + +static const ALIGN_ASSET(2) char D_ZO_601B8F0[] = "__OTR__ast_zoness/D_ZO_601B8F0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1B990[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1B990"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1BA20[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1BA20"; + +static const ALIGN_ASSET(2) char D_ZO_601BAD0[] = "__OTR__ast_zoness/D_ZO_601BAD0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1BB38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1BB38"; + +static const ALIGN_ASSET(2) char D_ZO_601BBB8[] = "__OTR__ast_zoness/D_ZO_601BBB8"; + +static const ALIGN_ASSET(2) char D_ZO_601BCC0[] = "__OTR__ast_zoness/D_ZO_601BCC0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1BD80[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1BD80"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1BF80[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1BF80"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C038[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C038"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C098[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C098"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1C0D0[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1C0D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C1B0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C1B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C350[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C350"; + +static const ALIGN_ASSET(2) char D_ZO_601C390[] = "__OTR__ast_zoness/D_ZO_601C390"; + +static const ALIGN_ASSET(2) char D_ZO_601C590[] = "__OTR__ast_zoness/D_ZO_601C590"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C700[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C700"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C750[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C750"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C7A0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C7A0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1C800[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1C800"; + +static const ALIGN_ASSET(2) char D_ZO_601C8E0[] = "__OTR__ast_zoness/D_ZO_601C8E0"; + +static const ALIGN_ASSET(2) char D_ZO_601D0E0[] = "__OTR__ast_zoness/D_ZO_601D0E0"; + +static const ALIGN_ASSET(2) char D_ZO_601D2E0[] = "__OTR__ast_zoness/D_ZO_601D2E0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1D4E0[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1D4E0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1D548[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1D548"; + +static const ALIGN_ASSET(2) char D_ZO_601D5B0[] = "__OTR__ast_zoness/D_ZO_601D5B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1D618[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1D618"; + +static const ALIGN_ASSET(2) char D_ZO_601D680[] = "__OTR__ast_zoness/D_ZO_601D680"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1D748[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1D748"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1D808[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1D808"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1D8D0[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1D8D0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1DBC8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1DBC8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1DDB8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1DDB8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1DE48[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1DE48"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1DE88[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1DE88"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1DF68[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1DF68"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E008[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E008"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E048[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E048"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E248[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E248"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1E290[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1E290"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E438[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E438"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E4D8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E4D8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E578[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E578"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E5C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E5C8"; + +static const ALIGN_ASSET(2) char D_ZO_601E618[] = "__OTR__ast_zoness/D_ZO_601E618"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1E820[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1E820"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1E9C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1E9C8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1EB38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1EB38"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1EB78[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1EB78"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1EC78[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1EC78"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1ED50[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1ED50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1EE28[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1EE28"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1EF08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1EF08"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_1EF70[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_1EF70"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F020[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F020"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F200[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F200"; + +static const ALIGN_ASSET(2) char D_ZO_601F260[] = "__OTR__ast_zoness/D_ZO_601F260"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F300[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F300"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F360[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F360"; + +static const ALIGN_ASSET(2) char D_ZO_601F420[] = "__OTR__ast_zoness/D_ZO_601F420"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F4D8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F4D8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F558[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F558"; + +static const ALIGN_ASSET(2) char D_ZO_601F620[] = "__OTR__ast_zoness/D_ZO_601F620"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F6D8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F6D8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F758[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F758"; + +static const ALIGN_ASSET(2) char aZoSarumarinePeriscopeAnim[] = "__OTR__ast_zoness/aZoSarumarinePeriscopeAnim"; + +static const ALIGN_ASSET(2) char aZoSarumarinePeriscopeSkel[] = "__OTR__ast_zoness/aZoSarumarinePeriscopeSkel"; + +static const ALIGN_ASSET(2) char D_ZO_601F940[] = "__OTR__ast_zoness/D_ZO_601F940"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1F9E8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1F9E8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1FAA8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1FAA8"; + +static const ALIGN_ASSET(2) char D_ZO_601FBC4[] = "__OTR__ast_zoness/D_ZO_601FBC4"; + +static const ALIGN_ASSET(2) char aZoBarrierSkel[] = "__OTR__ast_zoness/aZoBarrierSkel"; + +static const ALIGN_ASSET(2) char aZoIslandDL[] = "__OTR__ast_zoness/aZoIslandDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1FDC0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1FDC0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_1FFC0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_1FFC0"; + +static const ALIGN_ASSET(2) char D_ZO_60201B0[] = "__OTR__ast_zoness/D_ZO_60201B0"; + +static const ALIGN_ASSET(2) char D_ZO_60209B0[] = "__OTR__ast_zoness/D_ZO_60209B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20A50[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20A50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20AE0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20AE0"; + +static const ALIGN_ASSET(2) char D_ZO_6020B70[] = "__OTR__ast_zoness/D_ZO_6020B70"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20C10[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20C10"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20CA0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20CA0"; + +static const ALIGN_ASSET(2) char D_ZO_6020D50[] = "__OTR__ast_zoness/D_ZO_6020D50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20DF0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20DF0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20E80[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20E80"; + +static const ALIGN_ASSET(2) char D_ZO_6020F10[] = "__OTR__ast_zoness/D_ZO_6020F10"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_20FB8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_20FB8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_210A8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_210A8"; + +static const ALIGN_ASSET(2) char D_ZO_6021100[] = "__OTR__ast_zoness/D_ZO_6021100"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_211A0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_211A0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21260[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21260"; + +static const ALIGN_ASSET(2) char D_ZO_60212B0[] = "__OTR__ast_zoness/D_ZO_60212B0"; + +static const ALIGN_ASSET(2) char D_ZO_60214B0[] = "__OTR__ast_zoness/D_ZO_60214B0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21568[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21568"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_215C8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_215C8"; + +static const ALIGN_ASSET(2) char D_ZO_60216A8[] = "__OTR__ast_zoness/D_ZO_60216A8"; + +static const ALIGN_ASSET(2) char D_ZO_6021ABC[] = "__OTR__ast_zoness/D_ZO_6021ABC"; + +static const ALIGN_ASSET(2) char D_ZO_6021B88[] = "__OTR__ast_zoness/D_ZO_6021B88"; + +static const ALIGN_ASSET(2) char D_ZO_6021BB0[] = "__OTR__ast_zoness/D_ZO_6021BB0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21C08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21C08"; + +static const ALIGN_ASSET(2) char D_ZO_6021C50[] = "__OTR__ast_zoness/D_ZO_6021C50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21CA8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21CA8"; + +static const ALIGN_ASSET(2) char D_ZO_6021CE0[] = "__OTR__ast_zoness/D_ZO_6021CE0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21D38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21D38"; + +static const ALIGN_ASSET(2) char D_ZO_6021D80[] = "__OTR__ast_zoness/D_ZO_6021D80"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21DD8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21DD8"; + +static const ALIGN_ASSET(2) char D_ZO_6021E20[] = "__OTR__ast_zoness/D_ZO_6021E20"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21F00[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21F00"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_21FB0[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_21FB0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22050[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22050"; + +static const ALIGN_ASSET(2) char D_ZO_60220A0[] = "__OTR__ast_zoness/D_ZO_60220A0"; + +static const ALIGN_ASSET(2) char D_ZO_60222A0[] = "__OTR__ast_zoness/D_ZO_60222A0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22438[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22438"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22628[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22628"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22718[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22718"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22748[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22748"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_227A8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_227A8"; + +static const ALIGN_ASSET(2) char D_ZO_60227D8[] = "__OTR__ast_zoness/D_ZO_60227D8"; + +static const ALIGN_ASSET(2) char D_ZO_60229D8[] = "__OTR__ast_zoness/D_ZO_60229D8"; + +static const ALIGN_ASSET(2) char D_ZO_6022BE0[] = "__OTR__ast_zoness/D_ZO_6022BE0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22CA8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22CA8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22D08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22D08"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22D38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22D38"; + +static const ALIGN_ASSET(2) char D_ZO_6022D70[] = "__OTR__ast_zoness/D_ZO_6022D70"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22E38[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22E38"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22E98[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22E98"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22EC8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22EC8"; + +static const ALIGN_ASSET(2) char D_ZO_6022F00[] = "__OTR__ast_zoness/D_ZO_6022F00"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_22FC8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_22FC8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23028[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23028"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23058[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23058"; + +static const ALIGN_ASSET(2) char D_ZO_6023088[] = "__OTR__ast_zoness/D_ZO_6023088"; + +static const ALIGN_ASSET(2) char D_ZO_6023288[] = "__OTR__ast_zoness/D_ZO_6023288"; + +static const ALIGN_ASSET(2) char D_ZO_6023488[] = "__OTR__ast_zoness/D_ZO_6023488"; + +static const ALIGN_ASSET(2) char D_ZO_6023690[] = "__OTR__ast_zoness/D_ZO_6023690"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_236E8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_236E8"; + +static const ALIGN_ASSET(2) char aZoDodoraTailDL[] = "__OTR__ast_zoness/aZoDodoraTailDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23790[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23790"; + +static const ALIGN_ASSET(2) char D_ZO_60237E0[] = "__OTR__ast_zoness/D_ZO_60237E0"; + +static const ALIGN_ASSET(2) char aZoDodoraBodyDL[] = "__OTR__ast_zoness/aZoDodoraBodyDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23B48[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23B48"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23C28[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23C28"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23C98[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23C98"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23D08[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23D08"; + +static const ALIGN_ASSET(2) char D_ZO_6023D50[] = "__OTR__ast_zoness/D_ZO_6023D50"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23DD8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23DD8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_23FB8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_23FB8"; + +static const ALIGN_ASSET(2) char D_ZO_6024018[] = "__OTR__ast_zoness/D_ZO_6024018"; + +static const ALIGN_ASSET(2) char D_ZO_6024220[] = "__OTR__ast_zoness/D_ZO_6024220"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_24278[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_24278"; + +static const ALIGN_ASSET(2) char D_ZO_60242B8[] = "__OTR__ast_zoness/D_ZO_60242B8"; + +static const ALIGN_ASSET(2) char aZoRockDL[] = "__OTR__ast_zoness/aZoRockDL"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_24B70[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_24B70"; + +static const ALIGN_ASSET(2) char D_ZO_6024D60[] = "__OTR__ast_zoness/D_ZO_6024D60"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_25560[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_25560"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_255D8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_255D8"; + +static const ALIGN_ASSET(2) char D_ZO_6025658[] = "__OTR__ast_zoness/D_ZO_6025658"; + +static const ALIGN_ASSET(2) char D_ZO_6025E60[] = "__OTR__ast_zoness/D_ZO_6025E60"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_25EF8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_25EF8"; + +static const ALIGN_ASSET(2) char D_ZO_6025F98[] = "__OTR__ast_zoness/D_ZO_6025F98"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_gfx_261A0[] = "__OTR__ast_zoness/ast_zoness_seg6_gfx_261A0"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_26348[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_26348"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_264B8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_264B8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_264F8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_264F8"; + +static const ALIGN_ASSET(2) char ast_zoness_seg6_vtx_265F8[] = "__OTR__ast_zoness/ast_zoness_seg6_vtx_265F8"; + +static const ALIGN_ASSET(2) char D_ZO_60266D0[] = "__OTR__ast_zoness/D_ZO_60266D0"; + +static const ALIGN_ASSET(2) char D_ZO_6026714[] = "__OTR__ast_zoness/D_ZO_6026714"; + +static const char D_ZO_602AAC0[] = "__OTR__ast_zoness/D_ZO_602AAC0"; + +static const ALIGN_ASSET(2) char D_ZO_602AC50[] = "__OTR__ast_zoness/D_ZO_602AC50"; + +static const ALIGN_ASSET(2) char D_ZO_602AE94[] = "__OTR__ast_zoness/D_ZO_602AE94"; + +static const ALIGN_ASSET(2) char aZoRockHitbox[] = "__OTR__ast_zoness/aZoRockHitbox"; + +static const ALIGN_ASSET(2) char aZoOilRig1Hitbox[] = "__OTR__ast_zoness/aZoOilRig1Hitbox"; + +static const ALIGN_ASSET(2) char aZoOilRig2Hitbox[] = "__OTR__ast_zoness/aZoOilRig2Hitbox"; + +static const ALIGN_ASSET(2) char aZoOilRig3Hitbox[] = "__OTR__ast_zoness/aZoOilRig3Hitbox"; + +static const ALIGN_ASSET(2) char aZoIslandHitbox[] = "__OTR__ast_zoness/aZoIslandHitbox"; + +static const ALIGN_ASSET(2) char aZoDodoraHitbox[] = "__OTR__ast_zoness/aZoDodoraHitbox"; + +static const ALIGN_ASSET(2) char aZoTroikaHitbox[] = "__OTR__ast_zoness/aZoTroikaHitbox"; + +static const ALIGN_ASSET(2) char aZoObnemaHitbox[] = "__OTR__ast_zoness/aZoObnemaHitbox"; + +static const ALIGN_ASSET(2) char aZoBarrierHitbox[] = "__OTR__ast_zoness/aZoBarrierHitbox"; + +static const ALIGN_ASSET(2) char aZoBarrierHitbox2[] = "__OTR__ast_zoness/aZoBarrierHitbox2"; + +static const ALIGN_ASSET(2) char aZoSarumarineHitbox[] = "__OTR__ast_zoness/aZoSarumarineHitbox"; + +static const ALIGN_ASSET(2) char aZoSarumarinePeriscopeHitbox[] = "__OTR__ast_zoness/aZoSarumarinePeriscopeHitbox"; + +static const ALIGN_ASSET(2) char aZoTankerHitbox[] = "__OTR__ast_zoness/aZoTankerHitbox"; + +static const ALIGN_ASSET(2) char aZoContainerHitbox[] = "__OTR__ast_zoness/aZoContainerHitbox"; + +static const ALIGN_ASSET(2) char aZoRadarBuoyHitbox[] = "__OTR__ast_zoness/aZoRadarBuoyHitbox"; + +static const ALIGN_ASSET(2) char aZoSupplyCraneHitbox[] = "__OTR__ast_zoness/aZoSupplyCraneHitbox"; + +static const ALIGN_ASSET(2) char aZoBirdHitbox[] = "__OTR__ast_zoness/aZoBirdHitbox"; + +static const ALIGN_ASSET(2) char aZoSearchLightHitbox[] = "__OTR__ast_zoness/aZoSearchLightHitbox"; + +static const ALIGN_ASSET(2) char D_ZO_602C2CC[] = "__OTR__ast_zoness/D_ZO_602C2CC"; + +static const ALIGN_ASSET(2) char D_ZO_602CACC[] = "__OTR__ast_zoness/D_ZO_602CACC"; + +static const ALIGN_ASSET(2) char D_ZO_602CB80[] = "__OTR__ast_zoness/D_ZO_602CB80"; + diff --git a/android/app/src/main/assets/starship/include/assets/namefix.py b/android/app/src/main/assets/starship/include/assets/namefix.py new file mode 100644 index 0000000..2fc6a60 --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/namefix.py @@ -0,0 +1,13 @@ +import os + +for subdir, dirs, files in os.walk('.'): + for file in files: + with open(file, 'r') as header: + htxt = header.read() + + name = str.upper(file[4:-2]) + print(name) + htxt = htxt.replace("FIX.", name) + print(htxt) + with open(file, 'w') as header: + header.write(htxt) diff --git a/android/app/src/main/assets/starship/include/assets/rcp_setup.h b/android/app/src/main/assets/starship/include/assets/rcp_setup.h new file mode 100644 index 0000000..56671ff --- /dev/null +++ b/android/app/src/main/assets/starship/include/assets/rcp_setup.h @@ -0,0 +1,176 @@ +#pragma once + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_0[] = "__OTR__rcp_setup/rcp_setup_dls_0"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_1[] = "__OTR__rcp_setup/rcp_setup_dls_1"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_2[] = "__OTR__rcp_setup/rcp_setup_dls_2"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_3[] = "__OTR__rcp_setup/rcp_setup_dls_3"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_4[] = "__OTR__rcp_setup/rcp_setup_dls_4"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_5[] = "__OTR__rcp_setup/rcp_setup_dls_5"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_6[] = "__OTR__rcp_setup/rcp_setup_dls_6"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_7[] = "__OTR__rcp_setup/rcp_setup_dls_7"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_8[] = "__OTR__rcp_setup/rcp_setup_dls_8"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_9[] = "__OTR__rcp_setup/rcp_setup_dls_9"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_10[] = "__OTR__rcp_setup/rcp_setup_dls_10"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_11[] = "__OTR__rcp_setup/rcp_setup_dls_11"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_12[] = "__OTR__rcp_setup/rcp_setup_dls_12"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_13[] = "__OTR__rcp_setup/rcp_setup_dls_13"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_14[] = "__OTR__rcp_setup/rcp_setup_dls_14"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_15[] = "__OTR__rcp_setup/rcp_setup_dls_15"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_16[] = "__OTR__rcp_setup/rcp_setup_dls_16"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_17[] = "__OTR__rcp_setup/rcp_setup_dls_17"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_18[] = "__OTR__rcp_setup/rcp_setup_dls_18"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_19[] = "__OTR__rcp_setup/rcp_setup_dls_19"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_20[] = "__OTR__rcp_setup/rcp_setup_dls_20"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_21[] = "__OTR__rcp_setup/rcp_setup_dls_21"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_22[] = "__OTR__rcp_setup/rcp_setup_dls_22"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_23[] = "__OTR__rcp_setup/rcp_setup_dls_23"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_24[] = "__OTR__rcp_setup/rcp_setup_dls_24"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_25[] = "__OTR__rcp_setup/rcp_setup_dls_25"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_26[] = "__OTR__rcp_setup/rcp_setup_dls_26"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_27[] = "__OTR__rcp_setup/rcp_setup_dls_27"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_28[] = "__OTR__rcp_setup/rcp_setup_dls_28"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_29[] = "__OTR__rcp_setup/rcp_setup_dls_29"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_30[] = "__OTR__rcp_setup/rcp_setup_dls_30"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_31[] = "__OTR__rcp_setup/rcp_setup_dls_31"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_32[] = "__OTR__rcp_setup/rcp_setup_dls_32"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_33[] = "__OTR__rcp_setup/rcp_setup_dls_33"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_34[] = "__OTR__rcp_setup/rcp_setup_dls_34"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_35[] = "__OTR__rcp_setup/rcp_setup_dls_35"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_36[] = "__OTR__rcp_setup/rcp_setup_dls_36"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_37[] = "__OTR__rcp_setup/rcp_setup_dls_37"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_38[] = "__OTR__rcp_setup/rcp_setup_dls_38"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_39[] = "__OTR__rcp_setup/rcp_setup_dls_39"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_40[] = "__OTR__rcp_setup/rcp_setup_dls_40"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_41[] = "__OTR__rcp_setup/rcp_setup_dls_41"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_42[] = "__OTR__rcp_setup/rcp_setup_dls_42"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_43[] = "__OTR__rcp_setup/rcp_setup_dls_43"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_44[] = "__OTR__rcp_setup/rcp_setup_dls_44"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_45[] = "__OTR__rcp_setup/rcp_setup_dls_45"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_46[] = "__OTR__rcp_setup/rcp_setup_dls_46"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_47[] = "__OTR__rcp_setup/rcp_setup_dls_47"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_48[] = "__OTR__rcp_setup/rcp_setup_dls_48"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_49[] = "__OTR__rcp_setup/rcp_setup_dls_49"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_50[] = "__OTR__rcp_setup/rcp_setup_dls_50"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_51[] = "__OTR__rcp_setup/rcp_setup_dls_51"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_52[] = "__OTR__rcp_setup/rcp_setup_dls_52"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_53[] = "__OTR__rcp_setup/rcp_setup_dls_53"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_54[] = "__OTR__rcp_setup/rcp_setup_dls_54"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_55[] = "__OTR__rcp_setup/rcp_setup_dls_55"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_56[] = "__OTR__rcp_setup/rcp_setup_dls_56"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_57[] = "__OTR__rcp_setup/rcp_setup_dls_57"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_58[] = "__OTR__rcp_setup/rcp_setup_dls_58"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_59[] = "__OTR__rcp_setup/rcp_setup_dls_59"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_60[] = "__OTR__rcp_setup/rcp_setup_dls_60"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_61[] = "__OTR__rcp_setup/rcp_setup_dls_61"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_62[] = "__OTR__rcp_setup/rcp_setup_dls_62"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_63[] = "__OTR__rcp_setup/rcp_setup_dls_63"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_64[] = "__OTR__rcp_setup/rcp_setup_dls_64"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_65[] = "__OTR__rcp_setup/rcp_setup_dls_65"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_66[] = "__OTR__rcp_setup/rcp_setup_dls_66"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_67[] = "__OTR__rcp_setup/rcp_setup_dls_67"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_68[] = "__OTR__rcp_setup/rcp_setup_dls_68"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_69[] = "__OTR__rcp_setup/rcp_setup_dls_69"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_70[] = "__OTR__rcp_setup/rcp_setup_dls_70"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_71[] = "__OTR__rcp_setup/rcp_setup_dls_71"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_72[] = "__OTR__rcp_setup/rcp_setup_dls_72"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_73[] = "__OTR__rcp_setup/rcp_setup_dls_73"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_74[] = "__OTR__rcp_setup/rcp_setup_dls_74"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_75[] = "__OTR__rcp_setup/rcp_setup_dls_75"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_76[] = "__OTR__rcp_setup/rcp_setup_dls_76"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_77[] = "__OTR__rcp_setup/rcp_setup_dls_77"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_78[] = "__OTR__rcp_setup/rcp_setup_dls_78"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_79[] = "__OTR__rcp_setup/rcp_setup_dls_79"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_80[] = "__OTR__rcp_setup/rcp_setup_dls_80"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_81[] = "__OTR__rcp_setup/rcp_setup_dls_81"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_82[] = "__OTR__rcp_setup/rcp_setup_dls_82"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_83[] = "__OTR__rcp_setup/rcp_setup_dls_83"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_84[] = "__OTR__rcp_setup/rcp_setup_dls_84"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_85[] = "__OTR__rcp_setup/rcp_setup_dls_85"; + +static const ALIGN_ASSET(2) char rcp_setup/rcp_setup_dls_86[] = "__OTR__rcp_setup/rcp_setup_dls_86"; + diff --git a/android/app/src/main/assets/starship/yamls/eu/rev0/assets.yaml b/android/app/src/main/assets/starship/yamls/eu/rev0/assets.yaml new file mode 100644 index 0000000..3109cab --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/eu/rev0/assets.yaml @@ -0,0 +1,507 @@ + - name: audio_seq + type: bin + start: 0xE0BC0 + + - name: audio_bank + type: bin + start: 0x127F50 + + - name: audio_table + type: bin + start: 0x1471E0 + + - name: ast_common + exclusive_ram_id: segment_01 + type: bin + dir: assets + start: 0x7CCEE0 + vram: 0x01000000 + # subsegments: + # - [0x7CCEE0, bin, ast_common/ast_common] + + - name: ast_bg_space + exclusive_ram_id: segment_02 + type: bin + dir: assets + start: 0x800900 + vram: 0x02000000 + # subsegments: + # - [0x800900, bin, ast_bg_space/ast_bg_space] + + - name: ast_bg_planet + exclusive_ram_id: segment_02 + type: bin + dir: assets + start: 0x8080E0 + vram: 0x02000000 + # subsegments: + # - [0x8080E0, bin, ast_bg_planet/ast_bg_planet] + + - name: ast_arwing + exclusive_ram_id: segment_03 + type: bin + dir: assets + start: 0x819C40 + vram: 0x03000000 + # subsegments: + # - [0x819C40, bin, ast_arwing/ast_arwing] + + - name: ast_landmaster + exclusive_ram_id: segment_03 + type: bin + dir: assets + start: 0x833A30 + vram: 0x03000000 + # subsegments: + # - [0x833A30, bin, ast_landmaster/ast_landmaster] + + - name: ast_blue_marine + exclusive_ram_id: segment_03 + type: bin + dir: assets + start: 0x83BFC0 + vram: 0x03000000 + # subsegments: + # - [0x83BFC0, bin, ast_blue_marine/ast_blue_marine] + + - name: ast_versus + exclusive_ram_id: segment_03 + type: bin + dir: assets + start: 0x843310 + vram: 0x03000000 + # subsegments: + # - [0x843310, bin, ast_versus/ast_versus] + + - name: ast_enmy_planet + exclusive_ram_id: segment_04 + type: bin + dir: assets + start: 0x87E910 + vram: 0x04000000 + # subsegments: + # - [0x87E910, bin, ast_enmy_planet/ast_enmy_planet] + + - name: ast_enmy_space + exclusive_ram_id: segment_04 + type: bin + dir: assets + start: 0x888C10 + vram: 0x04000000 + # subsegments: + # - [0x888C10, bin, ast_enmy_space/ast_enmy_space] + + - name: ast_great_fox + exclusive_ram_id: segment_0E + type: bin + dir: assets + start: 0x895120 + vram: 0x0E000000 + # subsegments: + # - [0x895120, bin, ast_great_fox/ast_great_fox] + + - name: ast_star_wolf + exclusive_ram_id: segment_0F + type: bin + dir: assets + start: 0x8A6FB0 + vram: 0x0F000000 + # subsegments: + # - [0x8A6FB0, bin, ast_star_wolf/ast_star_wolf] + + - name: ast_allies + exclusive_ram_id: segment_0D + type: bin + dir: assets + start: 0x8BB750 + vram: 0x0D000000 + # subsegments: + # - [0x8BB750, bin, ast_allies/ast_allies] + + - name: ast_corneria + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x8C81C0 + vram: 0x06000000 + # subsegments: + # - [0x8C81C0, bin, ast_corneria/ast_corneria] + + - name: ast_meteo + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x9094C0 + vram: 0x06000000 + # subsegments: + # - [0x9094C0, bin, ast_meteo/ast_meteo] + + - name: ast_titania + exclusive_ram_id: segment_06 + type: bin + dir: assets + vram: 0x06000000 + start: 0x93C6B0 + # subsegments: + # - [0x93C6B0, bin, ast_titania/ast_titania] + + - name: ast_7_ti_2 + exclusive_ram_id: segment_07 + type: bin + dir: assets + vram: 0x07000000 + start: 0x947F70 + # subsegments: + # - [0x947F70, bin, ast_7_ti_2/ast_7_ti_2] + + - name: ast_8_ti + exclusive_ram_id: segment_08 + type: bin + dir: assets + start: 0x9561C0 + vram: 0x08000000 + # subsegments: + # - [0x9561C0, bin, ast_8_ti/ast_8_ti] + + - name: ast_9_ti + exclusive_ram_id: segment_09 + type: bin + dir: assets + start: 0x95F460 + vram: 0x09000000 + # subsegments: + # - [0x95F460, bin, ast_9_ti/ast_9_ti] + + - name: ast_A_ti + type: bin + dir: assets + exclusive_ram_id: segment_0A + start: 0x96F580 + vram: 0x0A000000 + # subsegments: + # - [0x96F580, bin, ast_A_ti/ast_A_ti] + + - name: ast_7_ti_1 + exclusive_ram_id: segment_07 + type: bin + dir: assets + start: 0x978F20 + vram: 0x07000000 + # subsegments: + # - [0x978F20, bin, ast_7_ti_1/ast_7_ti_1] + + - name: ast_sector_x + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x9891D0 + vram: 0x06000000 + # subsegments: + # - [0x9891D0, bin, ast_sector_x/ast_sector_x] + + - name: ast_sector_z + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x9BCD70 + vram: 0x06000000 + # subsegments: + # - [0x9BCD70, bin, ast_sector_z/ast_sector_z] + + - name: ast_aquas + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x9C7200 + vram: 0x06000000 + # subsegments: + # - [0x9C7200, bin, ast_aquas/ast_aquas] + + - name: ast_area_6 + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0x9FA1A0 + vram: 0x06000000 + # subsegments: + # - [0x9FA1A0, bin, ast_area_6/ast_area_6] + + - name: ast_venom_1 + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xA246D0 + vram: 0x06000000 + # subsegments: + # - [0xA246D0, bin, ast_venom_1/ast_venom_1] + + - name: ast_venom_2 + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xA422A0 + vram: 0x06000000 + # subsegments: + # - [0xA422A0, bin, ast_venom_2/ast_venom_2] + + - name: ast_ve1_boss + # exclusive_ram_id: segment_06 + exclusive_ram_id: segment_09 + type: bin + dir: assets + start: 0xA59F30 + vram: 0x09000000 + # subsegments: + # - [0xA59F30, bin, ast_ve1_boss/ast_ve1_boss] + + - name: ast_bolse + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xA7E890 + vram: 0x06000000 + # subsegments: + # - [0xA7E890, bin, ast_bolse/ast_bolse] + + - name: ast_fortuna + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xA91BA0 + vram: 0x06000000 + # subsegments: + # - [0xA91BA0, bin, ast_fortuna/ast_fortuna] + + - name: ast_sector_y + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xAA4060 + vram: 0x06000000 + # subsegments: + # - [0xAA4060, bin, ast_sector_y/ast_sector_y] + + - name: ast_solar + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xAD99D0 + vram: 0x06000000 + # subsegments: + # - [0xAD99D0, bin, ast_solar/ast_solar] + + - name: ast_zoness + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xAFD7B0 + vram: 0x06000000 + # subsegments: + # - [0xAFD7B0, bin, ast_zoness/ast_zoness] + + - name: ast_katina + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xB2C020 + vram: 0x06000000 + # subsegments: + # - [0xB2C020, bin, ast_katina/ast_katina] + + - name: ast_macbeth + exclusive_ram_id: segment_06 + type: bin + dir: assets + vram: 0x06000000 + start: 0xB3F6E0 + # subsegments: + # - [0xB3F6E0, bin, ast_macbeth/ast_macbeth] + + - name: ast_warp_zone + exclusive_ram_id: segment_07 + type: bin + dir: assets + start: 0xB79F10 + vram: 0x07000000 + # subsegments: + # - [0xB79F10, bin, ast_warp_zone/ast_warp_zone] + + - name: ast_title + exclusive_ram_id: segment_06 + type: bin + dir: assets + vram: 0x06000000 + start: 0xB7BCE0 + # subsegments: + # - [0xB7BCE0, bin, ast_title/ast_title] + + - name: ast_map + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xBD6C00 + vram: 0x06000000 + # subsegments: + # - [0xBD6C00, bin, ast_map/ast_map] + + - name: ast_map_en + exclusive_ram_id: segment_0B + type: bin + dir: assets + start: 0xC1E250 + vram: 0x0B000000 + + - name: ast_map_fr + exclusive_ram_id: segment_0B + type: bin + dir: assets + start: 0xC37280 + vram: 0x0B000000 + + - name: ast_map_de + exclusive_ram_id: segment_0B + type: bin + dir: assets + start: 0xC4E8B0 + vram: 0x0B000000 + + - name: ast_option + exclusive_ram_id: segment_08 + type: bin + dir: assets + start: 0xC68500 + vram: 0x08000000 + # subsegments: + # - [0xC1E250, bin, ast_option/ast_option] + + - name: ast_option_en + exclusive_ram_id: segment_0A + type: bin + dir: assets + start: 0xC6BF70 + vram: 0x0A000000 + + - name: ast_option_fr + exclusive_ram_id: segment_0A + type: bin + dir: assets + start: 0xC7FC10 + vram: 0x0A000000 + + - name: ast_option_de + exclusive_ram_id: segment_0A + type: bin + dir: assets + start: 0xC93BD0 + vram: 0x0A000000 + + - name: ast_vs_menu + exclusive_ram_id: segment_07 + type: bin + dir: assets + start: 0xCA7CA0 + vram: 0x07000000 + # subsegments: + # - [0xC37280, bin, ast_vs_menu/ast_vs_menu] + + - name: ast_vs_menu_en + exclusive_ram_id: segment_0C + type: bin + dir: assets + start: 0xCB59B0 + vram: 0x0C000000 + + - name: ast_vs_menu_fr + exclusive_ram_id: segment_0C + type: bin + dir: assets + start: 0xCB8240 + vram: 0x0C000000 + + - name: ast_vs_menu_de + exclusive_ram_id: segment_0C + type: bin + dir: assets + start: 0xCBA7E0 + vram: 0x0C000000 + + - name: ast_text + exclusive_ram_id: segment_05 + type: bin + dir: assets + vram: 0x05000000 + start: 0xCBD230 + # subsegments: + # - [0xC4E8B0, bin, ast_text/ast_text] + + - name: ast_font_3d + exclusive_ram_id: segment_09 + type: bin + dir: assets + vram: 0x09000000 + start: 0xCD5890 + # subsegments: + # - [0xCD5890, bin, ast_font_3d/ast_font_3d] + + - name: ast_andross + exclusive_ram_id: segment_0C + type: bin + dir: assets + vram: 0x0C000000 + start: 0xCE1A60 + # subsegments: + # - [0xCE1A60, bin, ast_andross/ast_andross] + + - name: ast_logo + exclusive_ram_id: segment_0F + type: bin + dir: assets + start: 0xD1DCF0 + vram: 0x0F000000 + # subsegments: + # - [0xD1DCF0, bin, ast_logo/ast_logo] + + - name: ast_ending + exclusive_ram_id: segment_07 + type: bin + dir: assets + start: 0xD226F0 + vram: 0x07000000 + # subsegments: + # - [0xD226F0, bin, ast_ending/ast_ending] + + - name: ast_ending_award_front + exclusive_ram_id: segment_08 + type: bin + dir: assets + start: 0xD3E4F0 + vram: 0x08000000 + # subsegments: + # - [0xD3E4F0, bin, ast_ending_award_front/ast_ending_award_front] + + - name: ast_ending_award_back + exclusive_ram_id: segment_08 + type: bin + dir: assets + start: 0xD63570 + vram: 0x08000000 + # subsegments: + # - [0xD63570, bin, ast_ending_award_back/ast_ending_award_back] + + - name: ast_ending_expert + exclusive_ram_id: segment_08 + type: bin + dir: assets + start: 0xD8D000 + vram: 0x08000000 + # subsegments: + # - [0xD8D000, bin, ast_ending_expert/ast_ending_expert] + + - name: ast_training + exclusive_ram_id: segment_06 + type: bin + dir: assets + start: 0xDD7100 + vram: 0x06000000 + # subsegments: + # - [0xDD7100, bin, ast_training/ast_training] diff --git a/android/app/src/main/assets/starship/yamls/eu/rev0/header.yaml b/android/app/src/main/assets/starship/yamls/eu/rev0/header.yaml new file mode 100644 index 0000000..ac02251 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/eu/rev0/header.yaml @@ -0,0 +1,70 @@ +name: Starfox64 EU REV 0 (v1.0) +sha1: 09f5d5c14219fc77a36c5a6ad5e63f7abd8b3385 +options: + basename: starfox64 + target_path: baserom.eu.rev0.uncompressed.z64 + elf_path: build/starfox64.eu.rev0.elf + ld_script_path: linker_scripts/eu/rev0/starfox64.ld + base_path: . + compiler: IDO + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/eu/rev0/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/eu/rev0/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/eu/rev0/symbol_addrs.txt + - linker_scripts/eu/rev0/symbol_addrs_fix.txt + - linker_scripts/eu/rev0/symbol_addrs_assets.txt + + asm_path: asm/eu/rev0 + src_path: srceu + asset_path: bin/eu/rev0 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: + diff --git a/android/app/src/main/assets/starship/yamls/eu/rev0/main.yaml b/android/app/src/main/assets/starship/yamls/eu/rev0/main.yaml new file mode 100644 index 0000000..e6bb69b --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/eu/rev0/main.yaml @@ -0,0 +1,336 @@ + - name: makerom + type: code + start: 0x0 + subsegments: + - {start: 0x0, type: header, name: header} + - {start: 0x40, type: textbin, name: ipl3} + - {start: 0x1000, type: asm, vram: 0x80000400, name: entry} + + - name: main + type: code + start: 0x1050 + vram: 0x800004D0 + bss_size: 0x9B1F0 + subsegments: + # Microcode + - [0x01050, textbin, rspboot] + - [0x01120, textbin, aspmain] + - [0x02010, textbin, f3dex] + + # Nintendo libraries + - [0x03440, c, sys/sys_joybus] + - [0x03A80, c, sys/sys_lib] + - [0x04220, c, sys/sys_lights] + - [0x046A0, c, sys/sys_main] + - [0x05A10, c, sys/sys_math] + - [0x06270, c, sys/sys_matrix] + - [0x07B10, c, sys/sys_memory] + - [0x07B50, c, sys/sys_timer] + - [0x07D20, c, sys/sys_save] + - [0x07FB0, c, sys/sys_fault] + - [0x08CB0, c, audio/audio_synthesis] + - [0x0C860, c, audio/audio_heap] + - [0x0F070, c, audio/audio_load] + - [0x123F0, c, audio/audio_playback] + - [0x13F60, c, audio/audio_effects] + - [0x14A00, c, audio/audio_seqplayer] + - [0x175B0, c, audio/audio_general] + - [0x1EBA0, c, audio/audio_thread] + - [0x1FAB0, c, driverominit] + - [0x1FAC0, hasm, mio0] + - [0x1FB60, hasm, rdramcheck] + - [0x1FC10, textbin, alt_ipl3] + - [0x20630, c, libc_sprintf] + - [0x20700, c, libc_math64] + - [0x20AB0, hasm, libc_math64_fp] + + # Libultra + - [0x20C10, asm] + - [0x20FD0, asm] + - [0x21230, asm] + - [0x21370, asm] + - [0x214C0, asm] + - [0x21570, asm] + - [0x21B90, asm] + - [0x21E20, asm] + - [0x22310, asm] + - [0x22390, asm] + - [0x22440, asm] + - [0x22550, asm] + - [0x225F0, asm] + - [0x22770, asm] + - [0x227E0, asm] + - [0x229A0, asm] + - [0x229D0, asm] + - [0x22A40, asm] + - [0x22AB0, asm] + - [0x22E40, asm] + - [0x22E50, asm] + - [0x22FA0, asm] + - [0x23450, asm] + - [0x23730, asm] + - [0x23CB0, asm] + - [0x23D40, asm] + - [0x24070, asm] + - [0x24080, asm] + - [0x24160, asm] + - [0x24460, asm] + - [0x24C70, asm] + - [0x24D10, asm] + - [0x259D0, asm] + - [0x25A00, asm] + - [0x25A10, asm] + - [0x25C60, asm] + - [0x25D40, asm] + - [0x25D50, asm] + - [0x25E00, asm] + - [0x25E10, asm] + - [0x25EC0, asm] + - [0x25FC0, asm] + - [0x26000, asm] # exceptasm + - [0x26D80, asm] + - [0x270F0, asm] + - [0x27980, asm] + - [0x27BF0, asm] + - [0x27D70, asm] + - [0x27EB0, asm] + - [0x27EC0, asm] + - [0x27ED0, asm] + - [0x281E0, asm] + - [0x28260, asm] + - [0x282E0, asm] + - [0x28320, asm] + - [0x283B0, asm] + - [0x283E0, asm] + - [0x288B0, asm] + - [0x288D0, asm] + - [0x288E0, asm] + - [0x28C40, asm] + - [0x28D40, asm] + - [0x29110, asm] + - [0x29860, asm] + - [0x29880, asm] + - [0x29930, asm] + - [0x29990, asm] + - [0x299F0, asm] + - [0x29A90, asm] + - [0x29D30, asm] + - [0x2A7F0, asm] + - [0x2A850, asm] + - [0x2AB60, asm] + - [0x2AE30, asm] + - [0x2AEC0, asm] + - [0x2B740, asm] + - [0x2B8E0, asm] + - [0x2B9F0, asm] + - [0x2BAB0, asm] + - [0x2BAC0, asm] + - [0x2BB20, asm] + - [0x2BB70, asm] + - [0x2BC10, asm] + - [0x2BC60, asm] + - [0x2BDF0, asm] + - [0x2BE00, asm] + - [0x2BEA0, asm] + - [0x2C7B0, asm] + - [0x2D3B0, asm] + - [0x2DFB0, asm] + - [0x2EA90, asm] + - [0x2EE90, asm] + - [0x2EEE0, asm] + + # Game engine + - [0x2F090, c, engine/fox_360] + - [0x36870, c, engine/fox_beam] + - [0x3E640, c, engine/fox_bg] + - [0x43A10, c, engine/fox_boss] + - [0x43DD0, c, engine/fox_tank] + - [0x49610, c, engine/fox_demo] + - [0x52630, c, engine/fox_display] + - [0x59690, c, engine/fox_load] + - [0x5A0B0, c, engine/fox_edata] + - [0x5A280, c, engine/fox_edisplay] + - [0x61AF0, c, engine/fox_enmy] + - [0x6B360, c, engine/fox_enmy2] + - [0x77DD0, c, engine/fox_effect] + - [0x84F00, c, engine/fox_fade] + - [0x85280, c, engine/fox_blur] + - [0x854C0, c, engine/fox_hud] + - [0x988D0, c, engine/fox_col1] + - [0x9AED0, c, engine/fox_std_lib] + - [0xA2A40, c, engine/fox_game] + - [0xA48D0, c, engine/fox_col2] + - [0xA4EE0, c, engine/fox_pause] + - [0xA5190, c, engine/fox_play] + - [0xBA080, c, engine/fox_rcp] + - [0xBBA10, c, engine/fox_radio] + - [0xBD3B0, c, engine/fox_reset] + - [0xBD680, c, engine/fox_versus] + - [0xC3ED0, c, engine/fox_message] + - [0xC46C0, c, engine/fox_save] + + # DATA - Microcode + - [0xC49F0, data, aspmain] + - [0xC4D20, data, audio/audio_tables] + - [0xC5500, data, f3dex] + + # DATA - Nintendo Libraries + - [0xC5D00, data, sys/sys_main] + - [0xC5D60, data, sys/sys_math] + - [0xC5DA0, data, sys/sys_matrix] + - [0xC5E70, data, sys/sys_fault] + - [0xC6050, data, audio/audio_synthesis] + - [0xC6130, data, audio/audio_heap] + - [0xC66D0, data, audio/audio_load] + - [0xC6CA0, data, audio/audio_playback] + - [0xC7080, data, audio/audio_effects] + - [0xC70A0, data, audio/audio_seqplayer] + - [0xC7460, data, audio/audio_general] + - [0xC8C60, data, audio/audio_context] + - [0xC93E0, data, audio/audio_thread] + - [0xC9410, data, libc_sprintf] + + # DATA - Libultra + - [0xC9450, data, libultra] + + # RODATA - Nintendo Libraries + - [0xC9860, .rodata, sys/sys_math] + - [0xC98B0, .rodata, sys/sys_matrix] + - [0xC98C0, .rodata, sys/sys_save] + - [0xC99E0, .rodata, sys/sys_fault] + - [0xC9DC0, .rodata, audio/audio_synthesis] + - [0xC9E00, .rodata, audio/audio_heap] + - [0xC9E20, .rodata, audio/audio_load] + - [0xC9E50, .rodata, audio/audio_playback] + - [0xC9E80, .rodata, audio/audio_effects] + - [0xC9EB0, .rodata, audio/audio_seqplayer] + - [0xCA560, .rodata, audio/audio_general] + - [0xCA880, .rodata, audio/audio_thread] + - [0xCAAA0, .rodata, libc_math64] + + # RODATA - Libultra + - [0xCAAC0, rodata] + - [0xCAAD0, rodata] + - [0xCAB20, rodata] + - [0xCAB70, rodata] + - [0xCAC70, rodata] + - [0xCACE0, rodata] + - [0xCAD00, rodata] + - [0xCAD10, rodata] + - [0xCAD70, rodata] + - [0xCB1E0, rodata] + + # DATA - Game engine + - [0xCB220, data, engine/fox_360] + - [0xCB350, data, engine/fox_beam] + - [0xCB3C0, data, engine/fox_bg] + - [0xCB620, data, engine/fox_boss] + - [0xCB690, data, engine/fox_tank] + - [0xCB6F0, data, engine/fox_demo] + - [0xCB9B0, data, engine/fox_display] + - [0xCBB40, data, engine/fox_load] + - [0xCD860, data, engine/fox_edata] + - [0xD1360, data, engine/fox_edisplay] + - [0xD1790, data, engine/fox_enmy] + - [0xD1970, data, engine/fox_enmy2] + - [0xD2ED0, data, engine/fox_effect] + - [0xD3360, data, engine/fox_hud] + - [0xD4440, data, engine/fox_std_lib] + - [0xD46E0, data, engine/fox_game] + - [0xD47A0, data, engine/fox_col2] + - [0xD4DD0, data, engine/fox_play] + - [0xD5000, data, engine/fox_context] + - [0xD5030, data, engine/fox_rcp] + - [0xD68F0, data, engine/fox_radio] + - [0xD6900, data, engine/fox_reset] + - [0xD6910, data, engine/fox_versus] + - [0xD6C50, data, engine/fox_save] + + # RODATA - Game engine + - [0xD6D40, .rodata, engine/fox_360] + - [0xD7020, .rodata, engine/fox_beam] + - [0xD72C0, .rodata, engine/fox_bg] + - [0xD7500, .rodata, engine/fox_boss] + - [0xD7520, .rodata, engine/fox_tank] + - [0xD7680, .rodata, engine/fox_demo] + - [0xD7CD0, .rodata, engine/fox_display] + - [0xD7ED0, .rodata, engine/fox_load] + - [0xD7F50, .rodata, engine/fox_edisplay] + - [0xD8300, .rodata, engine/fox_enmy] + - [0xD8980, .rodata, engine/fox_enmy2] + - [0xD9160, .rodata, engine/fox_effect] + - [0xD9620, .rodata, engine/fox_fade] + - [0xD9650, .rodata, engine/fox_hud] + - [0xDA120, .rodata, engine/fox_col1] + - [0xDA130, .rodata, engine/fox_std_lib] + - [0xDA240, .rodata, engine/fox_game] + - [0xDA2C0, .rodata, engine/fox_col2] + - [0xDA2D0, .rodata, engine/fox_pause] + - [0xDA2E0, .rodata, engine/fox_play] + - [0xDABF0, .rodata, engine/fox_radio] + - [0xDB210, .rodata, engine/fox_versus] + - [0xDB350, .rodata, engine/fox_message] + - [0xDB420, .rodata, engine/fox_save] + + # Common assets + - [0xDB490, .data, engine/fox_shapes] + - [0xDCC70, .data, engine/fox_wheels] + - [0xDDA10, .data, engine/fox_msg_palette] + - [0xDDA90, data, engine/fox_msg_textures] + - [0xDE790, .data, engine/fox_rcp_init] + - [0xDE800, .data, audio/wave_samples] + - [0xDF420, .data, audio/note_data] + + # Nintendo Library bss + - { type: bss, vram: 0x800DF9F0, name: sys/sys_joybus } + - { type: bss, vram: 0x800DFA70, name: sys/sys_main } + - { type: bss, vram: 0x8013D510, name: sys/sys_math } + - { type: bss, vram: 0x8013D530, name: sys/sys_matrix } + - { type: bss, vram: 0x8013E540, name: sys/sys_memory } + - { type: bss, vram: 0x80146D50, name: sys/sys_timer } + - { type: bss, vram: 0x801470D0, name: sys/sys_save } + - { type: bss, vram: 0x801474D0, name: sys/sys_fault } + - { type: bss, vram: 0x80147EB0, name: audio/audio_synthesis } + - { type: bss, vram: 0x80148EF0, name: audio/audio_load } + - { type: bss, vram: 0x80148FD0, name: audio/audio_general } + - { type: bss, vram: 0x8014DBB0, name: audio/audio_context } + - { type: bss, vram: 0x80157F10, name: audio/audio_thread } + + # Libultra bss + - { type: bss, vram: 0x80158790, name: libultra } + + # Game engine bss + - { type: bss, vram: 0x80161A70, name: engine/fox_360 } + - { type: bss, vram: 0x80161AC0, name: engine/fox_beam } + - { type: bss, vram: 0x80161AD0, name: engine/fox_bg } + - { type: bss, vram: 0x80163510, name: engine/fox_boss } + - { type: bss, vram: 0x80163520, name: engine/fox_display } + - { type: bss, vram: 0x80163740, name: engine/fox_edisplay } + - { type: bss, vram: 0x801637E0, name: engine/fox_enmy } + - { type: bss, vram: 0x80163800, name: engine/fox_enmy2 } + - { type: bss, vram: 0x80163810, name: engine/fox_hud } + - { type: bss, vram: 0x80163AC0, name: engine/fox_col1 } + - { type: bss, vram: 0x80163B10, name: engine/fox_std_lib } + - { type: bss, vram: 0x80163B80, name: engine/fox_game } + - { type: bss, vram: 0x80163BC0, name: engine/fox_play } + - { type: bss, vram: 0x80163BE0, name: engine/fox_context} + - { type: bss, vram: 0x8017A6F0, name: engine/fox_rcp } + - { type: bss, vram: 0x8017A890, name: engine/fox_radio } + - { type: bss, vram: 0x8017A8C0, name: engine/fox_versus } + - { type: bss, vram: 0x8017A9E0, name: engine/fox_save } + + - name: dma_table + type: code + start: 0xE0570 + vram: 0x8017ABE0 + follows_vram: main + subsegments: + - [0xE0570, .data, dmatable] + + - name: buffers + exclusive_ram_id: buffer + type: code + vram: 0x80289000 + bss_size: 0x177000 + subsegments: + - { type: .bss, vram: 0x80289000, name: buffers } diff --git a/android/app/src/main/assets/starship/yamls/eu/rev0/overlays.yaml b/android/app/src/main/assets/starship/yamls/eu/rev0/overlays.yaml new file mode 100644 index 0000000..089f73a --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/eu/rev0/overlays.yaml @@ -0,0 +1,265 @@ + - name: ast_radio_de + exclusive_ram_id: radio + type: code + dir: assets + start: 0xDE12C0 + vram: 0x8017B230 + follows_vram: dma_table + symbol_name_format: de_$VRAM + subsegments: + - [0xDE12C0, data, ast_radio_de] + + - name: ovl_i1 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDF10B0 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDF10B0, c, fox_i1] + - [0xDF10C0, c, fox_co] + - [0xDFBBF0, c, fox_ve1] + - [0xE023D0, c, fox_tr] + - [0xE02740, c, fox_tr360] + - [0xE032C0, data, fox_i1] + - [0xE032D0, data, fox_co] + - [0xE03630, data, fox_ve1] + - [0xE04940, data, fox_tr360] + - [0xE04990, .rodata, fox_co] + - [0xE04D50, .rodata, fox_ve1] + - [0xE05100, .rodata, fox_tr] + - [0xE05140, .rodata, fox_tr360] + - { type: bss, vram: 0x8019F0F0, name: fox_i1 } + - { type: bss, vram: 0x8019F100, name: fox_co } + - { type: bss, vram: 0x8019FB20, name: fox_ve1 } + + - name: ovl_i2 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xE05180 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x30 + symbol_name_format: i2_$VRAM + subsegments: + - [0xE05180, c, fox_i2] + - [0xE05190, c, fox_me] + - [0xE0CC90, c, fox_sx] + - [0xE13020, data, fox_i2] + - [0xE13030, data, fox_me] + - [0xE13240, data, fox_sx] + - [0xE13390, .rodata, fox_me] + - [0xE13650, .rodata, fox_sx] + - { type: bss, vram: 0x80199810, name: fox_i2 } + - { type: bss, vram: 0x80199820, name: fox_sx } + + - name: ovl_i3 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xE13970 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x2220 + symbol_name_format: i3_$VRAM + subsegments: + - [0xE13970, c, fox_i3] + - [0xE13980, c, fox_a6] + - [0xE1C370, c, fox_zo] + - [0xE2ABC0, c, fox_so] + - [0xE35200, c, fox_aq] + - [0xE4B050, data, fox_i3] + - [0xE4B060, data, fox_a6] + - [0xE4B910, data, fox_zo] + - [0xE4BC90, data, fox_so] + - [0xE4BF10, data, fox_aq] + - [0xE4CCB0, .rodata, fox_a6] + - [0xE4D160, .rodata, fox_zo] + - [0xE4D880, .rodata, fox_so] + - [0xE4DDE0, .rodata, fox_aq] + - { type: bss, vram: 0x801C5CA0, name: fox_i3 } + - { type: bss, vram: 0x801C5CB0, name: fox_a6 } + - { type: bss, vram: 0x801C5D90, name: fox_zo } + - { type: bss, vram: 0x801C61A0, name: fox_so } + - { type: bss, vram: 0x801C6220, name: fox_aq } + + - name: ovl_i4 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE4E5F0 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x1B0 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE4E5F0, c, fox_i4] + - [0xE4E6C0, c, fox_fo] + - [0xE52D90, c, fox_bo] + - [0xE597D0, c, fox_ka] + - [0xE608A0, c, fox_sz] + - [0xE65D00, data, fox_i4] + - [0xE65D10, data, fox_fo] + - [0xE65DB0, data, fox_bo] + - [0xE66020, data, fox_ka] + - [0xE663E0, data, fox_sz] + - [0xE66600, .rodata, fox_i4] + - [0xE66640, .rodata, fox_fo] + - [0xE66840, .rodata, fox_bo] + - [0xE66BD0, .rodata, fox_ka] + - [0xE66F70, .rodata, fox_sz] + - { type: bss, vram: 0x801A3CA0, name: fox_i4 } + - { type: bss, vram: 0x801A3CB0, name: fox_bo } + - { type: bss, vram: 0x801A3E20, name: fox_ka } + - { type: bss, vram: 0x801A3E40, name: fox_sz } + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE67270 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0xAF70 + symbol_name_format: i5_$VRAM + subsegments: + - [0xE67270, c, fox_i5] + - [0xE67280, c, fox_ti_cs] + - [0xE68C60, c, fox_ti] + - [0xE79620, c, fox_ma] + - [0xE94660, c, fox_ground] + - [0xE96F20, data, fox_i5] + - [0xE96F30, data, fox_ti_cs] + - [0xE96FF0, data, fox_ti] + - [0xE98AE0, data, fox_ma] + - [0xE9A5A0, data, fox_ground] + - [0xE9A670, .rodata, fox_i5] + - [0xE9A680, .rodata, fox_ti_cs] + - [0xE9A6E0, .rodata, fox_ti] + - [0xE9AF40, .rodata, fox_ma] + - [0xE9BA80, .rodata, fox_ground] + - { type: bss, vram: 0x801BF920, name: fox_i5 } + - { type: bss, vram: 0x801BF930, name: fox_ti } + - { type: bss, vram: 0x801C1C80, name: fox_ma } + - { type: bss, vram: 0x801C2170, name: fox_ground } + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xE9BB70 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x520 + symbol_name_format: i6_$VRAM + subsegments: + - [0xE9BB70, c, fox_i6] + - [0xE9BB80, c, fox_andross] + - [0xEAA810, c, fox_ve2] + - [0xEAC100, c, fox_sy] + - [0xEB9AC0, c, fox_turret] + - [0xEBACC0, data, fox_i6] + - [0xEBACD0, data, i6] + - [0xEBACD0, data, fox_andross] + - [0xEBAE10, data, fox_ve2] + - [0xEBAE70, data, fox_sy] + - [0xEBB0E0, data, fox_turret] + - [0xEBB0F0, .rodata, fox_i6] + - [0xEBB100, .rodata, fox_andross] + - [0xEBB9A0, .rodata, fox_ve2] + - [0xEBB9E0, .rodata, fox_sy] + - [0xEBC430, .rodata, fox_turret] + - { type: bss, vram: 0x801AB940, name: fox_i6 } + - { type: bss, vram: 0x801AB950, name: fox_andross } + - { type: bss, vram: 0x801ABE50, name: fox_sy } + + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xEBC490 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x173C0 + symbol_name_format: menu_$VRAM + subsegments: + - [0xEBC490, c, fox_i_menu] + - [0xEBC550, c, fox_title] + - [0xEC6CF0, c, fox_option] + - [0xED5270, c, fox_map] + - [0xEE4750, data, fox_i_menu] + - [0xEE4760, data, fox_title] + - [0xEE53B0, data, fox_option] + - [0xEE6880, data, fox_map] + - [0xEEAD20, .rodata, fox_i_menu] + - [0xEEAD40, .rodata, fox_title] + - [0xEEB190, .rodata, fox_option] + - [0xEEB5B0, .rodata, fox_map] + - { type: bss, vram: 0x801BA820, name: fox_i_menu } + - { type: bss, vram: 0x801BA830, name: fox_title } + - { type: bss, vram: 0x801BBC80, name: fox_option } + - { type: bss, vram: 0x801BBF50, name: fox_map } + + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEEBC90 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x2720 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEEBC90, c, end1] + - [0xEF0D70, c, end2] + - [0xEF6C40, data, fox_end1] + - [0xEF7290, data, fox_end2] + - [0xEFA6E0, .rodata, end1] + - [0xEFA9A0, .rodata, end2] + - { type: bss, vram: 0x8019A490, name: fox_end1 } + - { type: bss, vram: 0x8019BD30, name: fox_end2 } + + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xEFB100 + vram: 0x8018B020 + follows_vram: ast_radio_de + bss_size: 0x10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xEFB100, c, fox_unused] + - [0xEFB110, data, fox_unused] + - { type: bss, vram: 0x8018B0C0, name: fox_unused } + + - name: ast_radio_en + exclusive_ram_id: radio + type: code + dir: assets + start: 0xEFB1A0 + vram: 0x8017B230 + follows_vram: dma_table + symbol_name_format: en_$VRAM + subsegments: + - [0xEFB1A0, data, ast_radio_en] + + - name: ast_radio_fr + exclusive_ram_id: radio + type: code + dir: assets + start: 0xF08CF0 + vram: 0x8017B230 + follows_vram: dma_table + symbol_name_format: fr_$VRAM + subsegments: + - [0xF08CF0, data, ast_radio_fr] + + - [0xF17200] \ No newline at end of file diff --git a/android/app/src/main/assets/starship/yamls/jp/rev0/assets.yaml b/android/app/src/main/assets/starship/yamls/jp/rev0/assets.yaml new file mode 100644 index 0000000..89e749c --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev0/assets.yaml @@ -0,0 +1,444 @@ + - name: audio_seq + type: bin + start: 0xE9950 + + - name: audio_bank + type: bin + start: 0x124920 + + - name: audio_table + type: bin + start: 0x143A40 + + - name: ast_common + exclusive_ram_id: segment_01 + type: code + dir: assets + start: 0x844660 + vram: 0x01000000 + subsegments: + - [0x844660, bin, ast_common/ast_common] + + - name: ast_bg_space + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x8763F0 + vram: 0x02000000 + subsegments: + - [0x8763F0, bin, ast_bg_space/ast_bg_space] + + - name: ast_bg_planet + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x87DBD0 + vram: 0x02000000 + subsegments: + - [0x87DBD0, bin, ast_bg_planet/ast_bg_planet] + + - name: ast_arwing + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x88F730 + vram: 0x03000000 + subsegments: + - [0x88F730, bin, ast_arwing/ast_arwing] + + - name: ast_landmaster + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8A9520 + vram: 0x03000000 + subsegments: + - [0x8A9520, bin, ast_landmaster/ast_landmaster] + + - name: ast_blue_marine + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8B1AB0 + vram: 0x03000000 + subsegments: + - [0x8B1AB0, bin, ast_blue_marine/ast_blue_marine] + + - name: ast_versus + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8B8E00 + vram: 0x03000000 + subsegments: + - [0x8B8E00, bin, ast_versus/ast_versus] + + - name: ast_enmy_planet + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x8E8AE0 + vram: 0x04000000 + subsegments: + - [0x8E8AE0, bin, ast_enmy_planet/ast_enmy_planet] + + - name: ast_enmy_space + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x8F2DE0 + vram: 0x04000000 + subsegments: + - [0x8F2DE0, bin, ast_enmy_space/ast_enmy_space] + + - name: ast_great_fox + exclusive_ram_id: segment_0E + type: code + dir: assets + start: 0x8FF2F0 + vram: 0x0E000000 + subsegments: + - [0x8FF2F0, bin, ast_great_fox/ast_great_fox] + + - name: ast_star_wolf + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0x911000 + vram: 0x0F000000 + subsegments: + - [0x911000, bin, ast_star_wolf/ast_star_wolf] + + - name: ast_allies + exclusive_ram_id: segment_0D + type: code + dir: assets + start: 0x9257A0 + vram: 0x0D000000 + subsegments: + - [0x9257A0, bin, ast_allies/ast_allies] + + - name: ast_corneria + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x932200 + vram: 0x06000000 + subsegments: + - [0x932200, bin, ast_corneria/ast_corneria] + + - name: ast_meteo + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x971980 + vram: 0x06000000 + subsegments: + - [0x971980, bin, ast_meteo/ast_meteo] + + - name: ast_titania + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0x9A3370 + subsegments: + - [0x9A3370, bin, ast_titania/ast_titania] + + - name: ast_7_ti_2 + exclusive_ram_id: segment_07 + type: code + dir: assets + vram: 0x07000000 + start: 0x9AD730 + subsegments: + - [0x9AD730, bin, ast_7_ti_2/ast_7_ti_2] + + - name: ast_8_ti + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0x9BB980 + vram: 0x08000000 + subsegments: + - [0x9BB980, bin, ast_8_ti/ast_8_ti] + + - name: ast_9_ti + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0x9C4C20 + vram: 0x09000000 + subsegments: + - [0x9C4C20, bin, ast_9_ti/ast_9_ti] + + - name: ast_A_ti + type: code + dir: assets + exclusive_ram_id: segment_0A + start: 0x9D4D40 + vram: 0x0A000000 + subsegments: + - [0x9D4D40, bin, ast_A_ti/ast_A_ti] + + - name: ast_7_ti_1 + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0x9DE6E0 + vram: 0x07000000 + subsegments: + - [0x9DE6E0, bin, ast_7_ti_1/ast_7_ti_1] + + - name: ast_sector_x + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x9ED490 + vram: 0x06000000 + subsegments: + - [0x9ED490, bin, ast_sector_x/ast_sector_x] + + - name: ast_sector_z + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA1FCD0 + vram: 0x06000000 + subsegments: + - [0xA1FCD0, bin, ast_sector_z/ast_sector_z] + + - name: ast_aquas + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA28E60 + vram: 0x06000000 + subsegments: + - [0xA28E60, bin, ast_aquas/ast_aquas] + + - name: ast_area_6 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA5B8F0 + vram: 0x06000000 + subsegments: + - [0xA5B8F0, bin, ast_area_6/ast_area_6] + + - name: ast_venom_1 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA84390 + vram: 0x06000000 + subsegments: + - [0xA84390, bin, ast_venom_1/ast_venom_1] + + - name: ast_venom_2 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA9E570 + vram: 0x06000000 + subsegments: + - [0xA9E570, bin, ast_venom_2/ast_venom_2] + + - name: ast_ve1_boss + # exclusive_ram_id: segment_06 + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0xAB36F0 + vram: 0x09000000 + subsegments: + - [0xAB36F0, bin, ast_ve1_boss/ast_ve1_boss] + + - name: ast_bolse + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAD8050 + vram: 0x06000000 + subsegments: + - [0xAD8050, bin, ast_bolse/ast_bolse] + + - name: ast_fortuna + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAE9DC0 + vram: 0x06000000 + subsegments: + - [0xAE9DC0, bin, ast_fortuna/ast_fortuna] + + - name: ast_sector_y + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAF9DC0 + vram: 0x06000000 + subsegments: + - [0xAF9DC0, bin, ast_sector_y/ast_sector_y] + + - name: ast_solar + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB2E3F0 + vram: 0x06000000 + subsegments: + - [0xB2E3F0, bin, ast_solar/ast_solar] + + - name: ast_zoness + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB51670 + vram: 0x06000000 + subsegments: + - [0xB51670, bin, ast_zoness/ast_zoness] + + - name: ast_katina + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB7E0B0 + vram: 0x06000000 + subsegments: + - [0xB7E0B0, bin, ast_katina/ast_katina] + + - name: ast_macbeth + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xB8F2B0 + subsegments: + - [0xB8F2B0, bin, ast_macbeth/ast_macbeth] + + - name: ast_warp_zone + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xBC7460 + vram: 0x07000000 + subsegments: + - [0xBC7460, bin, ast_warp_zone/ast_warp_zone] + + - name: ast_title + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xBC9230 + subsegments: + - [0xBC9230, bin, ast_title/ast_title] + + - name: ast_map + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xC12690 + vram: 0x06000000 + subsegments: + - [0xC12690, bin, ast_map/ast_map] + + - name: ast_option + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xC6FA00 + vram: 0x08000000 + subsegments: + - [0xC6FA00, bin, ast_option/ast_option] + + - name: ast_vs_menu + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xC83960 + vram: 0x07000000 + subsegments: + - [0xC83960, bin, ast_vs_menu/ast_vs_menu] + + - name: ast_text + exclusive_ram_id: segment_05 + type: code + dir: assets + vram: 0x05000000 + start: 0xC98590 + subsegments: + - [0xC98590, bin, ast_text/ast_text] + + - name: ast_font_3d + exclusive_ram_id: segment_09 + type: code + dir: assets + vram: 0x09000000 + start: 0xCA2860 + subsegments: + - [0xCA2860, bin, ast_font_3d/ast_font_3d] + + - name: ast_andross + exclusive_ram_id: segment_0C + type: code + dir: assets + vram: 0x0C000000 + start: 0xCAEA30 + subsegments: + - [0xCAEA30, bin, ast_andross/ast_andross] + + - name: ast_logo + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0xCE8EC0 + vram: 0x0F000000 + subsegments: + - [0xCE8EC0, bin, ast_logo/ast_logo] + + - name: ast_ending + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xCEB3C0 + vram: 0x07000000 + subsegments: + - [0xCEB3C0, bin, ast_ending/ast_ending] + + - name: ast_ending_award_front + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD071C0 + vram: 0x08000000 + subsegments: + - [0xD071C0, bin, ast_ending_award_front/ast_ending_award_front] + + - name: ast_ending_award_back + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD2C240 + vram: 0x08000000 + subsegments: + - [0xD2C240, bin, ast_ending_award_back/ast_ending_award_back] + + - name: ast_ending_expert + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD55CD0 + vram: 0x08000000 + subsegments: + - [0xD55CD0, bin, ast_ending_expert/ast_ending_expert] + + - name: ast_training + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xD9FDD0 + vram: 0x06000000 + subsegments: + - [0xD9FDD0, bin, ast_training/ast_training] diff --git a/android/app/src/main/assets/starship/yamls/jp/rev0/header.yaml b/android/app/src/main/assets/starship/yamls/jp/rev0/header.yaml new file mode 100644 index 0000000..bf5bdcd --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev0/header.yaml @@ -0,0 +1,71 @@ +name: Starfox64 JAP REV 0 (v1.0) +sha1: d064229a32cc05ab85e2381ce07744eb3ffaf530 +options: + basename: starfox64 + target_path: baserom.jp.rev0.uncompressed.z64 + elf_path: build/starfox64.jp.rev0.elf + ld_script_path: linker_scripts/jp/rev0/starfox64.ld + base_path: . + compiler: IDO + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/jp/rev0/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/jp/rev0/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/jp/rev0/symbol_addrs.txt + - linker_scripts/jp/rev0/symbol_addrs_fix.txt + - linker_scripts/jp/rev0/symbol_addrs_assets.txt + - linker_scripts/jp/rev0/symbol_addrs_overlays.txt + + asm_path: asm/jp/rev0 + src_path: srcjp + asset_path: bin/jp/rev0 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: + diff --git a/android/app/src/main/assets/starship/yamls/jp/rev0/main.yaml b/android/app/src/main/assets/starship/yamls/jp/rev0/main.yaml new file mode 100644 index 0000000..36c4280 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev0/main.yaml @@ -0,0 +1,317 @@ + - name: makerom + type: code + start: 0x0 + subsegments: + - {start: 0x0, type: header, name: header} + - {start: 0x40, type: textbin, name: ipl3} + - {start: 0x1000, type: asm, vram: 0x80000400, name: entry} + + - name: main + type: code + start: 0x1050 + vram: 0x80000450 + bss_size: 0x95A50 + subsegments: + # Microcode + - [0x01050, textbin, rspboot] + - [0x01120, textbin, aspmain] + - [0x02020, textbin, f3dex] + + # Nintendo libraries + - [0x03450, c, sys/sys_joybus] + - [0x03A90, c, sys/sys_lib] + - [0x041E0, c, sys/sys_lights] + - [0x04660, c, sys/sys_main] + - [0x05A30, c, sys/sys_math] + - [0x06460, c, sys/sys_matrix] + - [0x07D00, c, sys/sys_memory] + - [0x07D40, c, sys/sys_timer] + - [0x07F10, c, sys/sys_save] + - [0x08190, c, sys/sys_fault] + - [0x08E70, c, audio/audio_synthesis] + - [0x0CA20, c, audio/audio_heap] + - [0x0F250, c, audio/audio_load] + - [0x125B0, c, audio/audio_playback] + - [0x14120, c, audio/audio_effects] + - [0x14BC0, c, audio/audio_seqplayer] + - [0x17770, c, audio/audio_general] + - [0x1EC30, c, audio/audio_thread] + - [0x1FB40, c, driverominit] + - [0x1FB50, hasm, mio0] + - [0x1FBF0, hasm, rdramcheck] + - [0x1FCA0, textbin, alt_ipl3] + - [0x206C0, c, libc_sprintf] + + # Libultra + - [0x20760, asm] + - [0x20C90, asm] + - [0x21050, asm] + - [0x212B0, asm] + - [0x213F0, asm] + - [0x21540, asm] + - [0x215F0, asm] + - [0x21880, asm] + - [0x21D70, asm] + - [0x21DF0, asm] + - [0x21EA0, asm] + - [0x21FB0, asm] + - [0x22050, asm] + - [0x22150, asm] + - [0x221C0, asm] + - [0x22380, asm] + - [0x223B0, asm] + - [0x22420, asm] + - [0x22490, asm] + - [0x227F0, asm] + - [0x22800, asm] + - [0x22950, asm] + - [0x22E00, asm] + - [0x22F90, asm] + - [0x233A0, asm] + - [0x233B0, asm] + - [0x236E0, asm] + - [0x237C0, asm] + - [0x23AC0, asm] + - [0x242D0, asm] + - [0x24370, asm] + - [0x25030, asm] + - [0x25060, asm] + - [0x25070, asm] + - [0x252A0, asm] + - [0x25380, asm] + - [0x25390, asm] + - [0x25440, asm] + - [0x25450, asm] + - [0x25780, asm] + - [0x258F0, asm] + - [0x25DE0, asm] + - [0x26190, asm] + - [0x261D0, asm] # exceptasm + - [0x26AC0, asm] + - [0x26D30, asm] + - [0x26EB0, asm] + - [0x27000, asm] + - [0x27010, asm] + - [0x27020, asm] + - [0x27330, asm] + - [0x273B0, asm] + - [0x27430, asm] + - [0x27470, asm] + - [0x27500, asm] + - [0x27530, asm] + - [0x27950, asm] + - [0x27960, asm] + - [0x27CC0, asm] + - [0x283F0, asm] + - [0x284A0, asm] + - [0x28500, asm] + - [0x28560, asm] + - [0x28600, asm] + - [0x28E80, asm] + - [0x29120, asm] + - [0x29BE0, asm] + - [0x29C40, asm] + - [0x2A1D0, asm] + - [0x2A370, asm] + - [0x2A430, asm] + - [0x2A440, asm] + - [0x2A4A0, asm] + - [0x2A4F0, asm] + - [0x2A590, asm] + - [0x2A5E0, asm] + - [0x2A6D0, asm] + - [0x2A860, asm] + + # Game engine + - [0x2BF20, c, engine/fox_360] + - [0x337A0, c, engine/fox_beam] + - [0x3B560, c, engine/fox_bg] + - [0x40940, c, engine/fox_boss] + - [0x40D00, c, engine/fox_tank] + - [0x46540, c, engine/fox_demo] + - [0x4F580, c, engine/fox_display] + - [0x565D0, c, engine/fox_load] + - [0x56F20, c, engine/fox_edata] + - [0x570F0, c, engine/fox_edisplay] + - [0x5E8F0, c, engine/fox_enmy] + - [0x68190, c, engine/fox_enmy2] + - [0x74BE0, c, engine/fox_effect] + - [0x81D10, c, engine/fox_fade] + - [0x82090, c, engine/fox_blur] + - [0x822D0, c, engine/fox_hud] + - [0x94EA0, c, engine/fox_col1] + - [0x974A0, c, engine/fox_std_lib] + - [0x9F480, c, engine/fox_game] + - [0xA1250, c, engine/fox_col2] + - [0xA1860, c, engine/fox_pause] + - [0xA1B10, c, engine/fox_play] + - [0xB69E0, c, engine/fox_rcp] + - [0xB8370, c, engine/fox_radio] + - [0xBA0A0, c, engine/fox_reset] + - [0xBA350, c, engine/fox_versus] + - [0xC0580, c, engine/fox_message] + - [0xC0D00, c, engine/fox_save] + + # DATA - Microcode + - [0xC1030, data, aspmain] + - [0xC1360, .data, audio/audio_tables] + - [0xC1B20, data, f3dex] + + # DATA - Nintendo Libraries + - [0xC2320, data, sys/sys_main] + - [0xC2330, data, sys/sys_math] + - [0xC2370, data, sys/sys_matrix] + - [0xC2440, data, sys/sys_fault] + - [0xC2620, data, audio/audio_synthesis] + - [0xC2700, data, audio/audio_heap] + - [0xC2CA0, data, audio/audio_load] + - [0xC3290, data, audio/audio_playback] # could be C6110? + - [0xC3670, data, audio/audio_effects] + - [0xC3690, data, audio/audio_seqplayer] + - [0xC3A50, data, audio/audio_general] + - [0xC5240, data, audio/audio_context] + - [0xC59C0, data, audio/audio_thread] + + # DATA - Libultra + - [0xC59F0, data] + + # RODATA - Nintendo Libraries + - [0xC5CC0, .rodata, sys/sys_math] + - [0xC5D20, .rodata, sys/sys_matrix] + - [0xC5D30, .rodata, sys/sys_save] + - [0xC5E50, .rodata, sys/sys_fault] + - [0xC6230, .rodata, audio/audio_synthesis] + - [0xC6270, .rodata, audio/audio_heap] + - [0xC6290, .rodata, audio/audio_load] + - [0xC62D0, .rodata, audio/audio_playback] + - [0xC6300, .rodata, audio/audio_effects] + - [0xC6330, .rodata, audio/audio_seqplayer] + - [0xC69E0, .rodata, audio/audio_general] + - [0xC6D00, .rodata, audio/audio_thread] + + # RODATA - Libultra + - [0xC6F20, rodata] + - [0xC6F30, rodata] + - [0xC6F80, rodata] + - [0xC6FD0, rodata] + - [0xC70D0, rodata] + - [0xC7120, rodata] + - [0xC7140, rodata] + - [0xC7150, rodata] + - [0xC71B0, rodata] + + # DATA - Game engine + - [0xC7230, data, engine/fox_360] + - [0xC7360, data, engine/fox_beam] + - [0xC73D0, data, engine/fox_bg] + - [0xC7630, data, engine/fox_boss] + - [0xC76A0, data, engine/fox_tank] + - [0xC7700, data, engine/fox_demo] + - [0xC79C0, data, engine/fox_display] + - [0xC7B50, .data, engine/fox_load] + - [0xC9610, data, engine/fox_edata] + - [0xCD110, data, engine/fox_edisplay] + - [0xCD540, data, engine/fox_enmy] + - [0xCD720, data, engine/fox_enmy2] + - [0xCEC80, data, engine/fox_effect] + - [0xCF110, data, engine/fox_hud] + - [0xCFD60, data, engine/fox_std_lib] + - [0xD0160, data, engine/fox_game] + - [0xD0220, data, engine/fox_col2] + - [0xD0850, data, engine/fox_play] + - [0xD0A80, data, engine/fox_context] + - [0xD0AB0, data, engine/fox_rcp] + - [0xD2370, data, engine/fox_radio] + - [0xD2380, data, engine/fox_reset] + - [0xD2390, data, engine/fox_versus] + - [0xD2610, data, engine/fox_message] + - [0xDB900, data, engine/fox_save] + + # RODATA - Game engine + - [0xDBA00, .rodata, engine/fox_360] + - [0xDBCE0, .rodata, engine/fox_beam] + - [0xDBF80, .rodata, engine/fox_bg] + - [0xDC1C0, .rodata, engine/fox_boss] + - [0xDC1E0, .rodata, engine/fox_tank] + - [0xDC340, .rodata, engine/fox_demo] + - [0xDC990, .rodata, engine/fox_display] + - [0xDCB90, .rodata, engine/fox_load] + - [0xDCC10, .rodata, engine/fox_edisplay] + - [0xDCFC0, .rodata, engine/fox_enmy] + - [0xDD640, .rodata, engine/fox_enmy2] + - [0xDDE20, .rodata, engine/fox_effect] + - [0xDE2E0, .rodata, engine/fox_fade] + - [0xDE310, .rodata, engine/fox_hud] + - [0xDECB0, .rodata, engine/fox_col1] + - [0xDECC0, .rodata, engine/fox_std_lib] + - [0xDED20, .rodata, engine/fox_game] + - [0xDEDA0, .rodata, engine/fox_col2] + - [0xDEDB0, .rodata, engine/fox_pause] + - [0xDEDC0, .rodata, engine/fox_play] + - [0xDF6C0, .rodata, engine/fox_radio] + - [0xDFD20, .rodata, engine/fox_versus] + - [0xDFE30, .rodata, engine/fox_message] + - [0xDFEF0, .rodata, engine/fox_save] + + # Common assets + - [0xDFF60, data, fox_msg_textures] + - [0xE4FE0, .data, engine/fox_shapes] + - [0xE67C0, .data, engine/fox_wheels] + - [0xE7560, .data, engine/fox_msg_palette] + - [0xE75E0, .data, engine/fox_rcp_init] + - [0xE7650, .data, audio/wave_samples] + - [0xE8270, .data, audio/note_data] + + # Nintendo Library bss + - { type: bss, vram: 0x800E87C0, name: sys_joybus } + - { type: bss, vram: 0x800E89E0, name: sys_main } + - { type: bss, vram: 0x801462E0, name: sys_math } + - { type: bss, vram: 0x80146300, name: sys_matrix } + - { type: bss, vram: 0x80147310, name: sys_memory } + - { type: bss, vram: 0x8014FB20, name: sys_timer } + - { type: bss, vram: 0x8014FEA0, name: sys_save } + - { type: bss, vram: 0x801502A0, name: sys_fault } + - { type: bss, vram: 0x80150C80, name: audio/audio_synthesis } + - { type: bss, vram: 0x80151CC0, name: audio/audio_load } + - { type: bss, vram: 0x80151DA0, name: audio/audio_general } + - { type: bss, vram: 0x80156980, name: audio/audio_context } + - { type: bss, vram: 0x80160CE0, name: audio/audio_thread } + + # Libultra bss + - { type: bss, vram: 0x80161560, name: libultra } + + # Game engine bss + - { type: bss, vram: 0x801650A0, name: engine/fox_360 } + - { type: bss, vram: 0x801650F0, name: engine/fox_beam } + - { type: bss, vram: 0x80165100, name: engine/fox_bg } + - { type: bss, vram: 0x80166B40, name: engine/fox_boss } + - { type: bss, vram: 0x80166B50, name: engine/fox_display } + - { type: bss, vram: 0x80166D70, name: engine/fox_edisplay } + - { type: bss, vram: 0x80166E10, name: engine/fox_enmy } + - { type: bss, vram: 0x80166E30, name: engine/fox_enmy2 } + - { type: bss, vram: 0x80166E40, name: engine/fox_hud } + - { type: bss, vram: 0x801670F0, name: engine/fox_col1 } + - { type: bss, vram: 0x80167140, name: engine/fox_std_lib } + - { type: bss, vram: 0x801671B0, name: engine/fox_game } + - { type: bss, vram: 0x801671F0, name: engine/fox_play } + - { type: bss, vram: 0x80167210, name: engine/fox_context} + - { type: bss, vram: 0x8017DD20, name: engine/fox_rcp } + - { type: bss, vram: 0x8017DEC0, name: engine/fox_radio } + - { type: bss, vram: 0x8017DEF0, name: engine/fox_versus } + - { type: bss, vram: 0x8017E010, name: engine/fox_save } + + - name: dma_table + type: code + start: 0xE93C0 + vram: 0x8017E210 + follows_vram: main + subsegments: + - [0xE93C0, .data, dmatable] + + - name: buffers + exclusive_ram_id: buffer + type: code + vram: 0x80281000 + bss_size: 0x17F000 + subsegments: + - { type: .bss, vram: 0x80281000, name: buffers } diff --git a/android/app/src/main/assets/starship/yamls/jp/rev0/overlays.yaml b/android/app/src/main/assets/starship/yamls/jp/rev0/overlays.yaml new file mode 100644 index 0000000..51c2d02 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev0/overlays.yaml @@ -0,0 +1,234 @@ + - name: ovl_i1 # size = 0x141A0 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDA9680 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDA9680, c, fox_i1] + - [0xDA9690, c, fox_co] + - [0xDB4240, c, fox_ve1] + - [0xDBAA40, c, fox_tr] + - [0xDBADB0, c, fox_tr360] + - [0xDBB930, data, fox_i1] + - [0xDBB940, data, fox_co] + - [0xDBBCA0, data, fox_ve1] + - [0xDBCFB0, data, fox_tr360] + - [0xDBD050, .rodata, fox_co] + - [0xDBD410, .rodata, fox_ve1] + - [0xDBD7A0, .rodata, fox_tr] + - [0xDBD7E0, .rodata, fox_tr360] + - { type: bss, vram: 0x80192940, name: fox_i1 } + - { type: bss, vram: 0x80192950, name: fox_co } + - { type: bss, vram: 0x80192A70, name: fox_ve1 } + + - name: ovl_i2 # size = 0xE800 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xDBD820 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x30 + symbol_name_format: i2_$VRAM + subsegments: + - [0xDBD820, c, fox_i2] + - [0xDBD830, c, fox_me] # size = 0x7AA0 + - [0xDC52D0, c, fox_sx] # size = 0x6400 + - [0xDCB6D0, data, fox_i2] + - [0xDCB6E0, data, fox_me] + - [0xDCB8F0, data, fox_sx] + - [0xDCBA40, .rodata, fox_me] + - [0xDCBD00, .rodata, fox_sx] + - { type: bss, vram: 0x8018CFA0, name: fox_i2 } + - { type: bss, vram: 0x8018CFB0, name: fox_sx } + + - name: ovl_i3 # size = 0x3AD50 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xDCC020 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x2220 + symbol_name_format: i3_$VRAM + subsegments: + - [0xDCC020, c, fox_i3] + - [0xDCC030, c, fox_a6] + - [0xDD4A50, c, fox_zo] + - [0xDE3300, c, fox_so] + - [0xDED940, c, fox_aq] + - [0xE037D0, data, fox_i3] + - [0xE037E0, data, fox_a6] + - [0xE04090, data, fox_zo] + - [0xE04410, data, fox_so] + - [0xE04690, data, fox_aq] + - [0xE05430, .rodata, fox_a6] + - [0xE058E0, .rodata, fox_zo] + - [0xE06000, .rodata, fox_so] + - [0xE06560, .rodata, fox_aq] + - { type: bss, vram: 0x801B94F0, name: fox_i3 } + - { type: bss, vram: 0x801B9500, name: fox_a6 } + - { type: bss, vram: 0x801B95E0, name: fox_zo } + - { type: bss, vram: 0x801B99F0, name: fox_so } + - { type: bss, vram: 0x801B9A70, name: fox_aq } + + + - name: ovl_i4 # size = 0x18B00 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE06D70 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x1B0 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE06D70, c, fox_i4] # size = 0xD0 + - [0xE06E40, c, fox_fo] # size = 0x4740 + - [0xE0B580, c, fox_bo] # size = 0x6A50 + - [0xE11FD0, c, fox_ka] # size = 0x6E00 + - [0xE18DD0, c, fox_sz] # size = 0x54D0 + - [0xE1E2A0, data, fox_i4] + - [0xE1E2B0, data, fox_fo] + - [0xE1E350, data, fox_bo] + - [0xE1E5C0, data, fox_ka] + - [0xE1E980, data, fox_sz] + - [0xE1EBA0, .rodata, fox_i4] + - [0xE1EBE0, .rodata, fox_fo] + - [0xE1EDE0, .rodata, fox_bo] + - [0xE1F1E0, .rodata, fox_ka] + - [0xE1F570, .rodata, fox_sz] + - { type: bss, vram: 0x801972A0, name: fox_i4 } + - { type: bss, vram: 0x801972B0, name: fox_bo } + - { type: bss, vram: 0x80197420, name: fox_ka } + - { type: bss, vram: 0x80197440, name: fox_sz } + + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE1F870 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0xAF70 + symbol_name_format: i5_$VRAM + subsegments: + - [0xE1F870, c, fox_i5] + - [0xE1F880, c, fox_ti_cs] + - [0xE21280, c, fox_ti] + - [0xE31C90, c, fox_ma] + - [0xE4CDB0, c, fox_ground] + - [0xE4F670, data, fox_i5] + - [0xE4F680, data, fox_ti_cs] + - [0xE4F740, data, fox_ti] + - [0xE51230, data, fox_ma] + - [0xE52CF0, data, fox_ground] + - [0xE52DC0, .rodata, fox_i5] + - [0xE52DD0, .rodata, fox_ti_cs] + - [0xE52E30, .rodata, fox_ti] + - [0xE53690, .rodata, fox_ma] + - [0xE541D0, .rodata, fox_ground] + - { type: bss, vram: 0x801B31F0, name: fox_i5 } + - { type: bss, vram: 0x801B3200, name: fox_ti } + - { type: bss, vram: 0x801B5540, name: fox_ma } + - { type: bss, vram: 0x801B5A40, name: fox_ground } + + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xE542C0 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x520 + symbol_name_format: i6_$VRAM + subsegments: + - [0xE542C0, c, fox_i6] + - [0xE542D0, c, fox_andross] + - [0xE62FF0, c, fox_ve2] + - [0xE648F0, c, fox_sy] + - [0xE72330, c, fox_turret] + - [0xE73520, data, fox_i6] + - [0xE73530, data, fox_andross] + - [0xE73680, data, fox_ve2] + - [0xE736E0, data, fox_sy] + - [0xE73950, data, fox_turret] + - [0xE73960, .rodata, fox_i6] + - [0xE73970, .rodata, fox_andross] + - [0xE74210, .rodata, fox_ve2] + - [0xE74250, .rodata, fox_sy] + - [0xE74CA0, .rodata, fox_turret] + - { type: bss, vram: 0x8019F1E0, name: fox_i6 } + - { type: bss, vram: 0x8019F1F0, name: fox_andross } + - { type: bss, vram: 0x8019F6E0, name: fox_sy } + + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xE74D00 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x17570 + symbol_name_format: menu_$VRAM + subsegments: + - [0xE74D00, c, fox_i_menu] + - [0xE74DC0, c, fox_title] + - [0xE7F410, c, fox_option] + - [0xE8C1E0, c, fox_map] + - [0xE9B3E0, data, fox_i_menu] + - [0xE9B3F0, data, fox_title] + - [0xE9BF60, data, fox_option] + - [0xE9CE00, data, fox_map] + - [0xEA4740, .rodata, fox_i_menu] + - [0xEA4760, .rodata, fox_title] + - [0xEA4B00, .rodata, fox_option] + - [0xEA4F00, .rodata, fox_map] + - { type: bss, vram: 0x801AF0B0, name: fox_menu } + - { type: bss, vram: 0x801AF0C0, name: fox_title } + - { type: bss, vram: 0x801B05A0, name: fox_option } + - { type: bss, vram: 0x801B0910, name: fox_map } + + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEA5610 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x2710 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEA5610, c, fox_end1] + - [0xEAAF10, c, fox_end2] + - [0xEB0800, data, fox_end1] + - [0xEB0E50, data, fox_end2] + - [0xEB41A0, .rodata, fox_end1] + - [0xEB45A0, .rodata, fox_end2] + - { type: bss, vram: 0x8018DD90, name: fox_end1 } + - { type: bss, vram: 0x8018F620, name: fox_end2 } + + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xEB4C00 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xEB4C00, c, fox_unused] + - [0xEB4C10, data, fox_unused] + - { type: bss, vram: 0x8017E840, name: fox_unused } + + - [0xEB4CA0] \ No newline at end of file diff --git a/android/app/src/main/assets/starship/yamls/jp/rev1/assets.yaml b/android/app/src/main/assets/starship/yamls/jp/rev1/assets.yaml new file mode 100644 index 0000000..89e749c --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev1/assets.yaml @@ -0,0 +1,444 @@ + - name: audio_seq + type: bin + start: 0xE9950 + + - name: audio_bank + type: bin + start: 0x124920 + + - name: audio_table + type: bin + start: 0x143A40 + + - name: ast_common + exclusive_ram_id: segment_01 + type: code + dir: assets + start: 0x844660 + vram: 0x01000000 + subsegments: + - [0x844660, bin, ast_common/ast_common] + + - name: ast_bg_space + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x8763F0 + vram: 0x02000000 + subsegments: + - [0x8763F0, bin, ast_bg_space/ast_bg_space] + + - name: ast_bg_planet + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x87DBD0 + vram: 0x02000000 + subsegments: + - [0x87DBD0, bin, ast_bg_planet/ast_bg_planet] + + - name: ast_arwing + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x88F730 + vram: 0x03000000 + subsegments: + - [0x88F730, bin, ast_arwing/ast_arwing] + + - name: ast_landmaster + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8A9520 + vram: 0x03000000 + subsegments: + - [0x8A9520, bin, ast_landmaster/ast_landmaster] + + - name: ast_blue_marine + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8B1AB0 + vram: 0x03000000 + subsegments: + - [0x8B1AB0, bin, ast_blue_marine/ast_blue_marine] + + - name: ast_versus + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8B8E00 + vram: 0x03000000 + subsegments: + - [0x8B8E00, bin, ast_versus/ast_versus] + + - name: ast_enmy_planet + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x8E8AE0 + vram: 0x04000000 + subsegments: + - [0x8E8AE0, bin, ast_enmy_planet/ast_enmy_planet] + + - name: ast_enmy_space + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x8F2DE0 + vram: 0x04000000 + subsegments: + - [0x8F2DE0, bin, ast_enmy_space/ast_enmy_space] + + - name: ast_great_fox + exclusive_ram_id: segment_0E + type: code + dir: assets + start: 0x8FF2F0 + vram: 0x0E000000 + subsegments: + - [0x8FF2F0, bin, ast_great_fox/ast_great_fox] + + - name: ast_star_wolf + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0x911000 + vram: 0x0F000000 + subsegments: + - [0x911000, bin, ast_star_wolf/ast_star_wolf] + + - name: ast_allies + exclusive_ram_id: segment_0D + type: code + dir: assets + start: 0x9257A0 + vram: 0x0D000000 + subsegments: + - [0x9257A0, bin, ast_allies/ast_allies] + + - name: ast_corneria + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x932200 + vram: 0x06000000 + subsegments: + - [0x932200, bin, ast_corneria/ast_corneria] + + - name: ast_meteo + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x971980 + vram: 0x06000000 + subsegments: + - [0x971980, bin, ast_meteo/ast_meteo] + + - name: ast_titania + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0x9A3370 + subsegments: + - [0x9A3370, bin, ast_titania/ast_titania] + + - name: ast_7_ti_2 + exclusive_ram_id: segment_07 + type: code + dir: assets + vram: 0x07000000 + start: 0x9AD730 + subsegments: + - [0x9AD730, bin, ast_7_ti_2/ast_7_ti_2] + + - name: ast_8_ti + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0x9BB980 + vram: 0x08000000 + subsegments: + - [0x9BB980, bin, ast_8_ti/ast_8_ti] + + - name: ast_9_ti + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0x9C4C20 + vram: 0x09000000 + subsegments: + - [0x9C4C20, bin, ast_9_ti/ast_9_ti] + + - name: ast_A_ti + type: code + dir: assets + exclusive_ram_id: segment_0A + start: 0x9D4D40 + vram: 0x0A000000 + subsegments: + - [0x9D4D40, bin, ast_A_ti/ast_A_ti] + + - name: ast_7_ti_1 + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0x9DE6E0 + vram: 0x07000000 + subsegments: + - [0x9DE6E0, bin, ast_7_ti_1/ast_7_ti_1] + + - name: ast_sector_x + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x9ED490 + vram: 0x06000000 + subsegments: + - [0x9ED490, bin, ast_sector_x/ast_sector_x] + + - name: ast_sector_z + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA1FCD0 + vram: 0x06000000 + subsegments: + - [0xA1FCD0, bin, ast_sector_z/ast_sector_z] + + - name: ast_aquas + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA28E60 + vram: 0x06000000 + subsegments: + - [0xA28E60, bin, ast_aquas/ast_aquas] + + - name: ast_area_6 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA5B8F0 + vram: 0x06000000 + subsegments: + - [0xA5B8F0, bin, ast_area_6/ast_area_6] + + - name: ast_venom_1 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA84390 + vram: 0x06000000 + subsegments: + - [0xA84390, bin, ast_venom_1/ast_venom_1] + + - name: ast_venom_2 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA9E570 + vram: 0x06000000 + subsegments: + - [0xA9E570, bin, ast_venom_2/ast_venom_2] + + - name: ast_ve1_boss + # exclusive_ram_id: segment_06 + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0xAB36F0 + vram: 0x09000000 + subsegments: + - [0xAB36F0, bin, ast_ve1_boss/ast_ve1_boss] + + - name: ast_bolse + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAD8050 + vram: 0x06000000 + subsegments: + - [0xAD8050, bin, ast_bolse/ast_bolse] + + - name: ast_fortuna + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAE9DC0 + vram: 0x06000000 + subsegments: + - [0xAE9DC0, bin, ast_fortuna/ast_fortuna] + + - name: ast_sector_y + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAF9DC0 + vram: 0x06000000 + subsegments: + - [0xAF9DC0, bin, ast_sector_y/ast_sector_y] + + - name: ast_solar + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB2E3F0 + vram: 0x06000000 + subsegments: + - [0xB2E3F0, bin, ast_solar/ast_solar] + + - name: ast_zoness + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB51670 + vram: 0x06000000 + subsegments: + - [0xB51670, bin, ast_zoness/ast_zoness] + + - name: ast_katina + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB7E0B0 + vram: 0x06000000 + subsegments: + - [0xB7E0B0, bin, ast_katina/ast_katina] + + - name: ast_macbeth + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xB8F2B0 + subsegments: + - [0xB8F2B0, bin, ast_macbeth/ast_macbeth] + + - name: ast_warp_zone + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xBC7460 + vram: 0x07000000 + subsegments: + - [0xBC7460, bin, ast_warp_zone/ast_warp_zone] + + - name: ast_title + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xBC9230 + subsegments: + - [0xBC9230, bin, ast_title/ast_title] + + - name: ast_map + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xC12690 + vram: 0x06000000 + subsegments: + - [0xC12690, bin, ast_map/ast_map] + + - name: ast_option + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xC6FA00 + vram: 0x08000000 + subsegments: + - [0xC6FA00, bin, ast_option/ast_option] + + - name: ast_vs_menu + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xC83960 + vram: 0x07000000 + subsegments: + - [0xC83960, bin, ast_vs_menu/ast_vs_menu] + + - name: ast_text + exclusive_ram_id: segment_05 + type: code + dir: assets + vram: 0x05000000 + start: 0xC98590 + subsegments: + - [0xC98590, bin, ast_text/ast_text] + + - name: ast_font_3d + exclusive_ram_id: segment_09 + type: code + dir: assets + vram: 0x09000000 + start: 0xCA2860 + subsegments: + - [0xCA2860, bin, ast_font_3d/ast_font_3d] + + - name: ast_andross + exclusive_ram_id: segment_0C + type: code + dir: assets + vram: 0x0C000000 + start: 0xCAEA30 + subsegments: + - [0xCAEA30, bin, ast_andross/ast_andross] + + - name: ast_logo + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0xCE8EC0 + vram: 0x0F000000 + subsegments: + - [0xCE8EC0, bin, ast_logo/ast_logo] + + - name: ast_ending + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xCEB3C0 + vram: 0x07000000 + subsegments: + - [0xCEB3C0, bin, ast_ending/ast_ending] + + - name: ast_ending_award_front + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD071C0 + vram: 0x08000000 + subsegments: + - [0xD071C0, bin, ast_ending_award_front/ast_ending_award_front] + + - name: ast_ending_award_back + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD2C240 + vram: 0x08000000 + subsegments: + - [0xD2C240, bin, ast_ending_award_back/ast_ending_award_back] + + - name: ast_ending_expert + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD55CD0 + vram: 0x08000000 + subsegments: + - [0xD55CD0, bin, ast_ending_expert/ast_ending_expert] + + - name: ast_training + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xD9FDD0 + vram: 0x06000000 + subsegments: + - [0xD9FDD0, bin, ast_training/ast_training] diff --git a/android/app/src/main/assets/starship/yamls/jp/rev1/header.yaml b/android/app/src/main/assets/starship/yamls/jp/rev1/header.yaml new file mode 100644 index 0000000..a501bfe --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev1/header.yaml @@ -0,0 +1,70 @@ +name: Starfox64 JAP REV 1 (v1.1) +sha1: af2875bb8c0ef8135cae75f55e98b6ae44ec7925 +options: + basename: starfox64 + target_path: baserom.jp.rev1.uncompressed.z64 + elf_path: build/starfox64.jp.rev1.elf + ld_script_path: linker_scripts/jp/rev1/starfox64.ld + base_path: . + compiler: IDO + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/jp/rev1/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/jp/rev1/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/jp/rev1/symbol_addrs.txt + - linker_scripts/jp/rev1/symbol_addrs_fix.txt + - linker_scripts/jp/rev1/symbol_addrs_assets.txt + + asm_path: asm/jp/rev1 + src_path: srcjp + asset_path: bin/jp/rev1 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: + diff --git a/android/app/src/main/assets/starship/yamls/jp/rev1/main.yaml b/android/app/src/main/assets/starship/yamls/jp/rev1/main.yaml new file mode 100644 index 0000000..fe89dba --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev1/main.yaml @@ -0,0 +1,37 @@ + - name: makerom + type: code + start: 0x0 + subsegments: + - {start: 0x0, type: header, name: header} + - {start: 0x40, type: textbin, name: ipl3} + - {start: 0x1000, type: asm, vram: 0x80000400, name: entry} + + - name: main + type: code + start: 0x1050 + vram: 0x80000450 + bss_size: 0x95A50 + subsegments: + # Microcode + - [0x01050, textbin, rspboot] + - [0x01120, textbin, aspmain] + - [0x02020, textbin, f3dex] + + # Nintendo libraries + - [0x03450, asm] + + - name: dma_table + type: code + start: 0xE93C0 + vram: 0x8017E210 + follows_vram: main + subsegments: + - [0xE93C0, .data, dmatable] + + - name: buffers + exclusive_ram_id: buffer + type: code + vram: 0x80281000 + bss_size: 0x17F000 + subsegments: + - { type: .bss, vram: 0x80281000, name: buffers } diff --git a/android/app/src/main/assets/starship/yamls/jp/rev1/overlays.yaml b/android/app/src/main/assets/starship/yamls/jp/rev1/overlays.yaml new file mode 100644 index 0000000..925cc2d --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/jp/rev1/overlays.yaml @@ -0,0 +1,234 @@ + - name: ovl_i1 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDA9680 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDA9680, c, fox_i1] + - [0xDA9690, c, fox_co] + - [0xDB4240, c, fox_ve1] + - [0xDBAA40, c, fox_tr] + - [0xDBADB0, c, fox_tr360] + - [0xDBB930, data, fox_i1] + - [0xDBB940, data, fox_co] + - [0xDBBCA0, data, fox_ve1] + - [0xDBCFB0, data, fox_tr360] + - [0xDBD050, .rodata, fox_co] + - [0xDBD410, .rodata, fox_ve1] + - [0xDBD7A0, .rodata, fox_tr] + - [0xDBD7E0, .rodata, fox_tr360] + - { type: bss, vram: 0x80192940, name: fox_i1 } + - { type: bss, vram: 0x80192950, name: fox_co } + - { type: bss, vram: 0x80192A70, name: fox_ve1 } + + - name: ovl_i2 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xDBD820 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x30 + symbol_name_format: i2_$VRAM + subsegments: + - [0xDBD820, c, fox_i2] + - [0xDBD830, c, fox_me] + - [0xDC52D0, c, fox_sx] + - [0xDCB6D0, data, fox_i2] + - [0xDCB6E0, data, fox_me] + - [0xDCB8F0, data, fox_sx] + - [0xDCBA40, .rodata, fox_me] + - [0xDCBD00, .rodata, fox_sx] + - { type: bss, vram: 0x8018CFA0, name: fox_i2 } + - { type: bss, vram: 0x8018CFB0, name: fox_sx } + + - name: ovl_i3 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xDCC020 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x2220 + symbol_name_format: i3_$VRAM + subsegments: + - [0xDCC020, c, fox_i3] + - [0xDCC030, c, fox_a6] + - [0xDD4A50, c, fox_zo] + - [0xDE3300, c, fox_so] + - [0xDED940, c, fox_aq] + - [0xE037D0, data, fox_i3] + - [0xE037E0, data, fox_a6] + - [0xE04090, data, fox_zo] + - [0xE04410, data, fox_so] + - [0xE04690, data, fox_aq] + - [0xE05430, .rodata, fox_a6] + - [0xE058E0, .rodata, fox_zo] + - [0xE06000, .rodata, fox_so] + - [0xE06560, .rodata, fox_aq] + - { type: bss, vram: 0x801B94F0, name: fox_i3 } + - { type: bss, vram: 0x801B9500, name: fox_a6 } + - { type: bss, vram: 0x801B95E0, name: fox_zo } + - { type: bss, vram: 0x801B99F0, name: fox_so } + - { type: bss, vram: 0x801B9A70, name: fox_aq } + + + - name: ovl_i4 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE06D70 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x1B0 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE06D70, c, fox_i4] + - [0xE06E40, c, fox_fo] + - [0xE0B580, c, fox_bo] + - [0xE11FD0, c, fox_ka] + - [0xE18DD0, c, fox_sz] + - [0xE1E2A0, data, fox_i4] + - [0xE1E2B0, data, fox_fo] + - [0xE1E350, data, fox_bo] + - [0xE1E5C0, data, fox_ka] + - [0xE1E980, data, fox_sz] + - [0xE1EBA0, .rodata, fox_i4] + - [0xE1EBE0, .rodata, fox_fo] + - [0xE1EDE0, .rodata, fox_bo] + - [0xE1F1E0, .rodata, fox_ka] + - [0xE1F570, .rodata, fox_sz] + - { type: bss, vram: 0x801972A0, name: fox_i4 } + - { type: bss, vram: 0x801972B0, name: fox_bo } + - { type: bss, vram: 0x80197420, name: fox_ka } + - { type: bss, vram: 0x80197440, name: fox_sz } + + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE1F870 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0xAF70 + symbol_name_format: i5_$VRAM + subsegments: + - [0xE1F870, c, fox_i5] + - [0xE1F880, c, fox_ti_cs] + - [0xE21280, c, fox_ti] + - [0xE31C90, c, fox_ma] + - [0xE4CDB0, c, fox_ground] + - [0xE4F670, data, fox_i5] + - [0xE4F680, data, fox_ti_cs] + - [0xE4F740, data, fox_ti] + - [0xE51230, data, fox_ma] + - [0xE52CF0, data, fox_ground] + - [0xE52DC0, .rodata, fox_i5] + - [0xE52DD0, .rodata, fox_ti_cs] + - [0xE52E30, .rodata, fox_ti] + - [0xE53690, .rodata, fox_ma] + - [0xE541D0, .rodata, fox_ground] + - { type: bss, vram: 0x801B31F0, name: fox_i5 } + - { type: bss, vram: 0x801B3200, name: fox_ti } + - { type: bss, vram: 0x801B5540, name: fox_ma } + - { type: bss, vram: 0x801B5A40, name: fox_ground } + + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xE542C0 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x520 + symbol_name_format: i6_$VRAM + subsegments: + - [0xE542C0, c, fox_i6] + - [0xE542D0, c, fox_andross] + - [0xE62FF0, c, fox_ve2] + - [0xE648F0, c, fox_sy] + - [0xE72330, c, fox_turret] + - [0xE73520, data, fox_i6] + - [0xE73530, data, fox_andross] + - [0xE73680, data, fox_ve2] + - [0xE736E0, data, fox_sy] + - [0xE73950, data, fox_turret] + - [0xE73960, .rodata, fox_i6] + - [0xE73970, .rodata, fox_andross] + - [0xE74210, .rodata, fox_ve2] + - [0xE74250, .rodata, fox_sy] + - [0xE74CA0, .rodata, fox_turret] + - { type: bss, vram: 0x8019F1E0, name: fox_i6 } + - { type: bss, vram: 0x8019F1F0, name: fox_andross } + - { type: bss, vram: 0x8019F6E0, name: fox_sy } + + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xE74D00 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x17570 + symbol_name_format: menu_$VRAM + subsegments: + - [0xE74D00, c, fox_i_menu] + - [0xE74DC0, c, fox_title] + - [0xE7F410, c, fox_option] + - [0xE8C1E0, c, fox_map] + - [0xE9B3E0, data, fox_i_menu] + - [0xE9B3F0, data, fox_title] + - [0xE9BF60, data, fox_option] + - [0xE9CE00, data, fox_map] + - [0xEA4740, .rodata, fox_i_menu] + - [0xEA4760, .rodata, fox_title] + - [0xEA4B00, .rodata, fox_option] + - [0xEA4F00, .rodata, fox_map] + - { type: bss, vram: 0x801AF0B0, name: fox_menu } + - { type: bss, vram: 0x801AF0C0, name: fox_title } + - { type: bss, vram: 0x801B05A0, name: fox_option } + - { type: bss, vram: 0x801B0910, name: fox_map } + + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEA5610 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x2710 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEA5610, c, fox_end1] + - [0xEAAF10, c, fox_end2] + - [0xEB0800, data, fox_end1] + - [0xEB0E50, data, fox_end2] + - [0xEB41A0, .rodata, fox_end1] + - [0xEB45A0, .rodata, fox_end2] + - { type: bss, vram: 0x8018DD90, name: fox_end1 } + - { type: bss, vram: 0x8018F620, name: fox_end2 } + + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xEB4C00 + vram: 0x8017E7A0 + follows_vram: dma_table + bss_size: 0x10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xEB4C00, c, fox_unused] + - [0xEB4C10, data, fox_unused] + - { type: bss, vram: 0x8017E840, name: fox_unused } + + - [0xEB4CA0] \ No newline at end of file diff --git a/android/app/src/main/assets/starship/yamls/ln/rev0/assets.yaml b/android/app/src/main/assets/starship/yamls/ln/rev0/assets.yaml new file mode 100644 index 0000000..e69de29 diff --git a/android/app/src/main/assets/starship/yamls/ln/rev0/header.yaml b/android/app/src/main/assets/starship/yamls/ln/rev0/header.yaml new file mode 100644 index 0000000..c08b512 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/ln/rev0/header.yaml @@ -0,0 +1,77 @@ +name: Starfox64 (Gateway 64 (NTSC)) +sha1: 3400e9c2b77fc1f1204f26a32b09b6f759746ae2 +options: + basename: starfox64 + target_path: baserom.ln.rev0.uncompressed.z64 + elf_path: build/starfox64.ln.rev0.elf + ld_script_path: linker_scripts/ln/rev0/starfox64.ld + base_path: . + compiler: GCC + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/ln/rev0/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/ln/rev0/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/ln/rev0/symbol_addrs.txt + # - linker_scripts/ln/rev0/symbol_addrs_engine.txt + # - linker_scripts/ln/rev0/symbol_addrs_libultra.txt + # - linker_scripts/ln/rev0/symbol_addrs_nlib_funcs.txt + # - linker_scripts/ln/rev0/symbol_addrs_nlib_vars.txt + # - linker_scripts/ln/rev0/symbol_addrs_assets.txt + # - linker_scripts/ln/rev0/symbol_addrs_mesg.txt + # - linker_scripts/ln/rev0/symbol_addrs_audio.txt + # - linker_scripts/ln/rev0/symbol_addrs_overlays.txt + # - linker_scripts/ln/rev0/symbol_addrs_EBFBE0.txt + # - linker_scripts/ln/rev0/ignored_addresses.txt + + asm_path: asm/ln/rev0 + src_path: srcln + asset_path: bin/ln/rev0 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss", "bin"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: diff --git a/android/app/src/main/assets/starship/yamls/ln/rev0/main.yaml b/android/app/src/main/assets/starship/yamls/ln/rev0/main.yaml new file mode 100644 index 0000000..d6d3ee8 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/ln/rev0/main.yaml @@ -0,0 +1,156 @@ + - name: header + type: header + start: 0x0 + + - name: boot + type: bin + start: 0x40 + + - name: entry + type: code + start: 0x1000 + vram: 0x80000400 + subsegments: + - [0x1000, hasm] + + - name: main + type: code + start: 0x1060 + vram: 0x80000460 + follows_vram: entry + #bss_size: 0x9A230 + subsegments: + - [0x1060, asm] + # - [0x1290, data] + # - { start: 0xE44F0, type: bss, vram: 0x800E38F0 } + + - name: dma_table + type: code + start: 0xE44F0 + vram: 0x8017DB20 + follows_vram: main + subsegments: + - [0xE44F0, data, dmatable] + + - name: assets + # ast_logo: D28610 + # ast_ending: D2AB10 + # ast_ending_award_front: D46910 + # ast_ending_award_back: D6B990 + # ast_ending_expert: D95420 + # ast_training: DDF520 + # ast_radio: DE9250 + type: bin + start: 0xE4A90 + # vram: 0x800E3E90 + follows_vram: main + + - name: ovl_i1 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDF7760 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDF7760, asm, fox_i1] + + - name: ovl_i2 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xE0B930 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i2_$VRAM + subsegments: + - [0xE0B930, asm, fox_i2] + + - name: ovl_i3 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xE1A180 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i3_$VRAM + subsegments: + - [0xE1A180, asm, fox_i3] + + - name: ovl_i4 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE55020 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE55020, asm, fox_i4] + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE6DF00 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i5_$VRAM + subsegments: + - [0xE6DF00, asm, fox_i5] + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xEA2850 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: i6_$VRAM + subsegments: + - [0xEA2850, asm, fox_i6] + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xEC32A0 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: menu_$VRAM + subsegments: + - [0xEC32A0, asm, fox_i_menu] + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEF2DB0 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEF2DB0, asm, fox_end1] + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xF02520 + vram: 0x8018C5D0 + follows_vram: assets + # bss_size: 0xA10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xF02520, asm, fox_unused] + + - [0xF025C0] diff --git a/android/app/src/main/assets/starship/yamls/ln/rev0/overlays.yaml b/android/app/src/main/assets/starship/yamls/ln/rev0/overlays.yaml new file mode 100644 index 0000000..e69de29 diff --git a/android/app/src/main/assets/starship/yamls/us/rev0/assets.yaml b/android/app/src/main/assets/starship/yamls/us/rev0/assets.yaml new file mode 100644 index 0000000..1bacd75 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev0/assets.yaml @@ -0,0 +1,453 @@ + + - name: audio_seq + type: bin + start: 0xDA030 + +# - name: audio_bank +# type: bin +# start: 0x114D20 +# +# - name: audio_table +# type: bin +# start: 0x132D40 +# +# - name: ast_common +# type: bin +# start: 0x86F2C0 +# +# - name: assets_in_between # start of ast_bg_space +# type: bin +# start: 0x8A1ED0 + +# - name: ast_bg_space +# exclusive_ram_id: segment_02 +# type: code +# dir: assets +# start: 0x8A1ED0 +# vram: 0x02000000 +# subsegments: +# - [0x8A68C0, .data, ast_bg_space/ast_bg_space] +# +# - name: ast_bg_planet +# exclusive_ram_id: segment_02 +# type: code +# dir: assets +# start: 0x8AE0A0 +# vram: 0x02000000 +# subsegments: +# - [0x8AE0A0, .data, ast_bg_planet/ast_bg_planet] +# +# - name: ast_arwing +# exclusive_ram_id: segment_03 +# type: code +# dir: assets +# start: 0x8BFC00 +# vram: 0x03000000 +# subsegments: +# - [0x8BFC00, .data, ast_arwing/ast_arwing] +# +# - name: ast_landmaster +# exclusive_ram_id: segment_03 +# type: code +# dir: assets +# start: 0x8D99F0 +# vram: 0x03000000 +# subsegments: +# - [0x8D99F0, .data, ast_landmaster/ast_landmaster] +# +# - name: ast_blue_marine +# exclusive_ram_id: segment_03 +# type: code +# dir: assets +# start: 0x8E1F80 +# vram: 0x03000000 +# subsegments: +# - [0x8E1F80, .data, ast_blue_marine/ast_blue_marine] +# +# - name: ast_versus +# exclusive_ram_id: segment_03 +# type: code +# dir: assets +# start: 0x8E92D0 +# vram: 0x03000000 +# subsegments: +# - [0x8E92D0, .data, ast_versus/ast_versus] +# +# - name: ast_enmy_planet +# exclusive_ram_id: segment_04 +# type: code +# dir: assets +# start: 0x918430 +# vram: 0x04000000 +# subsegments: +# - [0x918430, .data, ast_enmy_planet/ast_enmy_planet] +# +# - name: ast_enmy_space +# exclusive_ram_id: segment_04 +# type: code +# dir: assets +# start: 0x922730 +# vram: 0x04000000 +# subsegments: +# - [0x922730, .data, ast_enmy_space/ast_enmy_space] +# +# - name: ast_great_fox +# exclusive_ram_id: segment_0E +# type: code +# dir: assets +# start: 0x92EC40 +# vram: 0x0E000000 +# subsegments: +# - [0x92EC40, .data, ast_great_fox/ast_great_fox] +# +# - name: ast_star_wolf +# exclusive_ram_id: segment_0F +# type: code +# dir: assets +# start: 0x940AD0 +# vram: 0x0F000000 +# subsegments: +# - [0x940AD0, .data, ast_star_wolf/ast_star_wolf] +# +# - name: ast_allies +# exclusive_ram_id: segment_0D +# type: code +# dir: assets +# start: 0x955270 +# vram: 0x0D000000 +# subsegments: +# - [0x955270, .data, ast_allies/ast_allies] +# +# - name: ast_corneria +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0x961CE0 +# vram: 0x06000000 +# subsegments: +# - [0x961CE0, .data, ast_corneria/ast_corneria] +# +# - name: ast_meteo +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0x9A1460 +# vram: 0x06000000 +# subsegments: +# - [0x9A1460, .data, ast_meteo/ast_meteo] +# +# - name: ast_titania +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# vram: 0x06000000 +# start: 0x9D2FD0 +# subsegments: +# - [0x9D2FD0, .data, ast_titania/ast_titania] +# +# - name: ast_7_ti_2 +# exclusive_ram_id: segment_07 +# type: code +# dir: assets +# vram: 0x07000000 +# start: 0x9DD390 +# subsegments: +# - [0x9DD390, .data, ast_7_ti_2/ast_7_ti_2] +# +# - name: ast_8_ti +# exclusive_ram_id: segment_08 +# type: code +# dir: assets +# start: 0x9EB5E0 +# vram: 0x08000000 +# subsegments: +# - [0x9EB5E0, .data, ast_8_ti/ast_8_ti] +# +# - name: ast_9_ti +# exclusive_ram_id: segment_09 +# type: code +# dir: assets +# start: 0x9F4880 +# vram: 0x09000000 +# subsegments: +# - [0x9F4880, .data, ast_9_ti/ast_9_ti] +# +# - name: ast_A_ti +# type: code +# dir: assets +# exclusive_ram_id: segment_0A +# start: 0xA049A0 +# vram: 0x0A000000 +# subsegments: +# - [0xA049A0, .data, ast_A_ti/ast_A_ti] +# +# - name: ast_7_ti_1 +# exclusive_ram_id: segment_07 +# type: code +# dir: assets +# start: 0xA0E340 +# vram: 0x07000000 +# subsegments: +# - [0xA0E340, .data, ast_7_ti_1/ast_7_ti_1] +# +# - name: ast_sector_x +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xA1D0F0 +# vram: 0x06000000 +# subsegments: +# - [0xA1D0F0, .data, ast_sector_x/ast_sector_x] +# +# - name: ast_sector_z +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xA4FBB0 +# vram: 0x06000000 +# subsegments: +# - [0xA4FBB0, .data, ast_sector_z/ast_sector_z] +# +# - name: ast_aquas +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xA58F60 +# vram: 0x06000000 +# subsegments: +# - [0xA58F60, .data, ast_aquas/ast_aquas] +# +# - name: ast_area_6 +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xA8B470 +# vram: 0x06000000 +# subsegments: +# - [0xA8B470, .data, ast_area_6/ast_area_6] +# +# - name: ast_venom_1 +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xAB4000 +# vram: 0x06000000 +# subsegments: +# - [0xA4FBB0, .data, ast_venom_1/ast_venom_1] +# +# - name: ast_venom_2 +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xACF960 +# vram: 0x06000000 +# subsegments: +# - [0xA4FBB0, .data, ast_venom_2/ast_venom_2] +# +# - name: ast_ve1_boss +# # exclusive_ram_id: segment_06 +# exclusive_ram_id: segment_09 +# type: code +# dir: assets +# start: 0xAE60A0 +# vram: 0x09000000 +# subsegments: +# - [0xAE60A0, .data, ast_ve1_boss/ast_ve1_boss] +# +# - name: ast_bolse +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xB0AA00 +# vram: 0x06000000 +# subsegments: +# - [0xB0AA00, .data, ast_bolse/ast_bolse] +# +# - name: ast_fortuna +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xB1CA50 +# vram: 0x06000000 +# subsegments: +# - [0xB1CA50, .data, ast_fortuna/ast_fortuna] +# +# - name: ast_sector_y +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xB2CA50 +# vram: 0x06000000 +# subsegments: +# - [0xB2CA50, .data, ast_sector_y/ast_sector_y] +# +# - name: ast_solar +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xB612E0 +# vram: 0x06000000 +# subsegments: +# - [0xB612E0, .data, ast_solar/ast_solar] +# +# - name: ast_zoness +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xB84560 +# vram: 0x06000000 +# subsegments: +# - [0xB84560, .data, ast_zoness/ast_zoness] +# +# - name: ast_katina +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xBB11D0 +# vram: 0x06000000 +# subsegments: +# - [0xBB11D0, .data, ast_katina/ast_katina] +# +# - name: ast_macbeth +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# vram: 0x06000000 +# start: 0xBC23D0 +# subsegments: +# - [0xBC23D0, .data, ast_macbeth/ast_macbeth] +# +# - name: ast_warp_zone +# exclusive_ram_id: segment_07 +# type: code +# dir: assets +# start: 0xBFA740 +# vram: 0x07000000 +# subsegments: +# - [0xBFA740, .data, ast_warp_zone/ast_warp_zone] +# +# - name: ast_title +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# vram: 0x06000000 +# start: 0xBFC510 +# subsegments: +# - [0xBFC510, .data, ast_title/ast_title] +# +# - name: ast_map +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xC48F40 +# vram: 0x06000000 +# subsegments: +# - [0xC48F40, .data, ast_map/ast_map] +# +# - name: ast_option +# exclusive_ram_id: segment_08 +# type: code +# dir: assets +# start: 0xCA9DE0 +# vram: 0x08000000 +# subsegments: +# - [0xCA9DE0, .data, ast_option/ast_option] +# +# - name: ast_vs_menu +# exclusive_ram_id: segment_07 +# type: code +# dir: assets +# start: 0xCBFE70 +# vram: 0x07000000 +# subsegments: +# - [0xCBFE70, .data, ast_vs_menu/ast_vs_menu] +# +# - name: ast_text +# exclusive_ram_id: segment_05 +# type: code +# dir: assets +# vram: 0x05000000 +# start: 0xCD2410 +# subsegments: +# - [0xCD2410, .data, ast_text/ast_text] +# +# - name: ast_font_3d +# exclusive_ram_id: segment_09 +# type: code +# dir: assets +# vram: 0x09000000 +# start: 0xCDDCA0 +# subsegments: +# - [0xCDDCA0, .data, ast_font_3d/ast_font_3d] +# +# - name: ast_andross +# exclusive_ram_id: segment_0C +# type: code +# dir: assets +# vram: 0x0C000000 +# start: 0xCE9E70 +# subsegments: +# - [0xCE9E70, .data, ast_andross/ast_andross] +# +# - name: ast_logo +# exclusive_ram_id: segment_0F +# type: code +# dir: assets +# start: 0xD25100 +# vram: 0x0F000000 +# subsegments: +# - [0xD25100, .data, ast_logo/ast_logo] +# +# - name: ast_ending +# exclusive_ram_id: segment_07 +# type: code +# dir: assets +# start: 0xD27600 +# vram: 0x07000000 +# subsegments: +# - [0xD27600, .data, ast_ending/ast_ending] +# +# - name: ast_ending_award_front +# exclusive_ram_id: segment_08 +# type: code +# dir: assets +# start: 0xD43400 +# vram: 0x08000000 +# subsegments: +# - [0xD43400, .data, ast_ending_award_front/ast_ending_award_front] +# +# - name: ast_ending_award_back +# exclusive_ram_id: segment_08 +# type: code +# dir: assets +# start: 0xD68480 +# vram: 0x08000000 +# subsegments: +# - [0xD68480, .data, ast_ending_award_back/ast_ending_award_back] +# +# - name: ast_ending_expert +# exclusive_ram_id: segment_08 +# type: code +# dir: assets +# start: 0xD91F10 +# vram: 0x08000000 +# subsegments: +# - [0xD91F10, .data, ast_ending_expert/ast_ending_expert] +# +# - name: ast_training +# exclusive_ram_id: segment_06 +# type: code +# dir: assets +# start: 0xDDC010 +# vram: 0x06000000 +# subsegments: +# - [0xDDC010, .data, ast_training/ast_training] +# +# - name: ast_radio +# type: code +# dir: assets +# start: 0xDE5D50 +# vram: 0x80179010 +# follows_vram: dma_table +# subsegments: +# - [0xDE5D50, .data, ast_radio/ast_radio] diff --git a/android/app/src/main/assets/starship/yamls/us/rev0/header.yaml b/android/app/src/main/assets/starship/yamls/us/rev0/header.yaml new file mode 100644 index 0000000..a616da0 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev0/header.yaml @@ -0,0 +1,77 @@ +name: Starfox64 US REV 0 (v1.0) +sha1: 63b69f0ef36306257481afc250f9bc304c7162b2 +options: + basename: starfox64 + target_path: baserom.us.rev0.uncompressed.z64 + elf_path: build/starfox64.us.rev0.elf + ld_script_path: linker_scripts/us/rev0/starfox64.ld + base_path: . + compiler: IDO + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/us/rev0/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/us/rev0/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/us/rev0/symbol_addrs.txt + - linker_scripts/us/rev0/symbol_addrs_engine.txt + - linker_scripts/us/rev0/symbol_addrs_libultra.txt + - linker_scripts/us/rev0/symbol_addrs_nlib_funcs.txt + - linker_scripts/us/rev0/symbol_addrs_nlib_vars.txt + - linker_scripts/us/rev0/symbol_addrs_assets.txt + - linker_scripts/us/rev0/symbol_addrs_mesg.txt + - linker_scripts/us/rev0/symbol_addrs_audio.txt + - linker_scripts/us/rev0/symbol_addrs_overlays.txt + - linker_scripts/us/rev0/symbol_addrs_EBFBE0.txt + - linker_scripts/us/rev0/ignored_addresses.txt + + asm_path: asm/us/rev0 + src_path: srcusrev0 + asset_path: bin/us/rev0 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss", "bin"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + asm_emit_size_directive: True # REC + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: diff --git a/android/app/src/main/assets/starship/yamls/us/rev0/main.yaml b/android/app/src/main/assets/starship/yamls/us/rev0/main.yaml new file mode 100644 index 0000000..653bb60 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev0/main.yaml @@ -0,0 +1,168 @@ + - name: makerom + type: code + start: 0x0 + subsegments: + - {start: 0x0, type: header, name: header} + - {start: 0x40, type: textbin, name: ipl3} + - {start: 0x1000, type: asm, vram: 0x80000400, name: entry} + + - name: main + type: code + start: 0x1050 + vram: 0x80000450 + bss_size: 0x9B1F0 + subsegments: + # Microcode + - [0x01050, textbin, rspboot] + - [0x01120, textbin, aspmain] # vram: 0x04001080 + - [0x02010, textbin, f3dex] + + # Nintendo libraries + - [0x03440, asm] + - [0x3A80, asm] + - [0x41D0, asm] + - [0x4650, asm] + - [0x5A20, asm] + - [0x7B20, asm] + - [0x7D30, asm] + - [0x7FC0, asm] + - [0x8CC0, asm] + - [0xC870, asm] + - [0xF0A0, asm] + - [0x12490, asm] + - [0x14AA0, asm] + - [0x17650, asm] + - [0x1EB50, asm] + - [0x1FA60, asm] + - [0x1FA70, asm] + - [0x1FB10, asm] + - [0x205E0, asm] + - [0x206B0, asm] + - [0x20A60, asm] + - [0x20F80, asm] + - [0x211E0, asm] + - [0x21320, asm] + - [0x21470, asm] + - [0x21520, asm] + - [0x21B40, asm] + - [0x21DD0, asm] + - [0x222C0, asm] + - [0x22340, asm] + - [0x223F0, asm] + - [0x22500, asm] + - [0x225A0, asm] + - [0x226C0, asm] + - [0x22730, asm] + - [0x228F0, asm] + - [0x22920, asm] + - [0x22990, asm] + - [0x22A00, asm] + - [0x22D90, asm] + - [0x22DA0, asm] + - [0x22EF0, asm] + - [0x233A0, asm] + - [0x23530, asm] + - [0x238A0, asm] + - [0x23930, asm] + - [0x23C60, asm] + - [0x23C70, asm] + - [0x23D50, asm] + - [0x24050, asm] + - [0x24860, asm] + - [0x24900, asm] + - [0x255C0, asm] + - [0x255F0, asm] + - [0x25600, asm] + - [0x25850, asm] + - [0x25930, asm] + - [0x25940, asm] + - [0x259F0, asm] + - [0x25A00, asm] + - [0x25AB0, asm] + - [0x25BB0, asm] + - [0x26870, asm] + - [0x27100, asm] + - [0x27370, asm] + - [0x274F0, asm] + - [0x27630, asm] + - [0x27640, asm] + - [0x27650, asm] + - [0x279E0, asm] + - [0x27A60, asm] + - [0x27AA0, asm] + - [0x27B30, asm] + - [0x27B60, asm] + - [0x27F80, asm] + - [0x27F90, asm] + - [0x282F0, asm] + - [0x283F0, asm] + - [0x287C0, asm] + - [0x28C70, asm] + - [0x28D20, asm] + - [0x28D80, asm] + - [0x28DE0, asm] + - [0x28E80, asm] + - [0x29120, asm] + - [0x29BE0, asm] + - [0x29C40, asm] + - [0x2A4C0, asm] + - [0x2A660, asm] + - [0x2A770, asm] + - [0x2A830, asm] + - [0x2A840, asm] + - [0x2A8A0, asm] + - [0x2A8F0, asm] + - [0x2A990, asm] + - [0x2A9E0, asm] + - [0x2AB70, asm] + - [0x324C0, asm] + - [0x3F650, asm] + - [0x3FA10, asm] + - [0x45250, asm] + - [0x4E2C0, asm] + - [0x55310, asm] + - [0x55E50, asm] + - [0x66F40, asm] + - [0x739D0, asm] + - [0x80B00, asm] + - [0x810C0, asm] + - [0x93B10, asm] + - [0x96110, asm] + - [0x9E040, asm] + - [0xA0430, asm] + - [0xA06E0, asm] + - [0xB5550, asm] + - [0xB6EE0, asm] + - [0xB8EE0, asm] + - [0xBEFB0, asm] + - [0xBFA60, data] + + # dma_table + - [0xD9A90, data, dma_table] + + # - [0xDA030, bin] # assets (ast_audioseq) + + + # last overlay data + # - [0xDE1360, bin, ast_radio] + + # overlay vram: 0x80187520 + + # - [0xDEF870, asm, ovl_i1] + # - [0xE039D0, asm, ovl_i2] + # - [0xE12220, asm, ovl_i3] + # - [0xE4CF40, asm, ovl_i4] + # - [0xE65DE0, asm, ovl_i5] + # - [0xE9A7A0, asm, ovl_i6] + # - [0xEBB1B0, asm, ovl_menu] + # - [0xEEB830, asm, fox_ending] + # - [0xEFB010, asm, fox_unused] + +# - name: dma_table +# type: code +# start: 0xD9A90 +# vram: 0x80178A70 +# follows_vram: main +# subsegments: +# - [0xD9A90, data, dmatable] + diff --git a/android/app/src/main/assets/starship/yamls/us/rev0/overlays.yaml b/android/app/src/main/assets/starship/yamls/us/rev0/overlays.yaml new file mode 100644 index 0000000..8e60e0a --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev0/overlays.yaml @@ -0,0 +1,139 @@ + - name: ovl_i1 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDEF870 + vram: 0x80187520 + follows_vram: main + # bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDEF870, asm, fox_i1] + - [0xDEF880, asm, fox_co] + - [0xDFA440, asm, fox_ve1] + - [0xE00BF0, asm, fox_tr] + - [0xE00F60, asm, fox_tr360] + + - name: ovl_i2 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xE039D0 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x40 + symbol_name_format: i2_$VRAM + subsegments: + - [0xE039D0, asm, fox_i2] + - [0xE039E0, asm, fox_me] + - [0xE118E0, asm, fox_sx] + + - name: ovl_i3 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xE12220 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x2220 + symbol_name_format: i3_$VRAM + subsegments: + - [0xE12220, asm, fox_i3] + - [0xE1AC50, asm, fox_a6] + - [0xE294F0, asm, fox_zo] + - [0xE33B30, asm, fox_so] + - [0xE499B0, asm, fox_aq] + + - name: ovl_i4 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE4CF40 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x1B0 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE4CF40, asm, fox_i4] + - [0xE4D010, asm, fox_fo] + - [0xE51780, asm, fox_bo] + - [0xE58200, asm, fox_ka] + - [0xE5F320, asm, fox_sz] + - [0xE64800, data] + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE65DE0 + vram: 0x80187520 + follows_vram: main + # bss_size: 0xAF80 + symbol_name_format: i5_$VRAM + subsegments: + # should be one more file split here + - [0xE65DE0, asm, fox_i5] + - [0xE65DF0, asm] + - [0xE677F0, asm] + - [0xE93290, asm] + - [0xE95B60, asm] + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xE9A7A0 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x520 + symbol_name_format: i6_$VRAM + subsegments: + - [0xE9A7A0, asm, fox_i6] + - [0xEA9490, asm, fox_andross] + - [0xEAADB0, asm, fox_ve2] + - [0xEB87E0, asm, fox_sy] + - [0xEB99E0, asm, fox_turret] + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xEBB1B0 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x17590 + symbol_name_format: menu_$VRAM + subsegments: + - [0xEBB1B0, asm, fox_i_menu] + - [0xEBB270, asm, fox_title] + - [0xEC57B0, asm, fox_option] + - [0xEE1690, asm, fox_map] + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEEB830 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x2710 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEEB830, asm, fox_end1] + - [0xEF1130, asm, fox_end2] + - [0xEF6B30, data] + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xEFB010 + vram: 0x80187520 + follows_vram: main + # bss_size: 0x10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xEFB010, asm, fox_unused] + - [0xEFB040, asm] + + - [0xEFB0B0] diff --git a/android/app/src/main/assets/starship/yamls/us/rev1/assets.yaml b/android/app/src/main/assets/starship/yamls/us/rev1/assets.yaml new file mode 100644 index 0000000..1ecf5b9 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev1/assets.yaml @@ -0,0 +1,453 @@ + - name: audio_seq + type: bin + start: 0xDEA20 + + - name: audio_bank + type: bin + start: 0x119710 + + - name: audio_table + type: bin + start: 0x137730 + + - name: ast_common + exclusive_ram_id: segment_01 + type: code + dir: assets + start: 0x873CB0 + vram: 0x01000000 + subsegments: + - [0x873CB0, .data, ast_common/ast_common] + + - name: ast_bg_space + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x8A68C0 + vram: 0x02000000 + subsegments: + - [0x8A68C0, .data, ast_bg_space/ast_bg_space] + + - name: ast_bg_planet + exclusive_ram_id: segment_02 + type: code + dir: assets + start: 0x8AE0A0 + vram: 0x02000000 + subsegments: + - [0x8AE0A0, .data, ast_bg_planet/ast_bg_planet] + + - name: ast_arwing + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8BFC00 + vram: 0x03000000 + subsegments: + - [0x8BFC00, .data, ast_arwing/ast_arwing] + + - name: ast_landmaster + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8D99F0 + vram: 0x03000000 + subsegments: + - [0x8D99F0, .data, ast_landmaster/ast_landmaster] + + - name: ast_blue_marine + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8E1F80 + vram: 0x03000000 + subsegments: + - [0x8E1F80, .data, ast_blue_marine/ast_blue_marine] + + - name: ast_versus + exclusive_ram_id: segment_03 + type: code + dir: assets + start: 0x8E92D0 + vram: 0x03000000 + subsegments: + - [0x8E92D0, .data, ast_versus/ast_versus] + + - name: ast_enmy_planet + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x918430 + vram: 0x04000000 + subsegments: + - [0x918430, .data, ast_enmy_planet/ast_enmy_planet] + + - name: ast_enmy_space + exclusive_ram_id: segment_04 + type: code + dir: assets + start: 0x922730 + vram: 0x04000000 + subsegments: + - [0x922730, .data, ast_enmy_space/ast_enmy_space] + + - name: ast_great_fox + exclusive_ram_id: segment_0E + type: code + dir: assets + start: 0x92EC40 + vram: 0x0E000000 + subsegments: + - [0x92EC40, .data, ast_great_fox/ast_great_fox] + + - name: ast_star_wolf + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0x940AD0 + vram: 0x0F000000 + subsegments: + - [0x940AD0, .data, ast_star_wolf/ast_star_wolf] + + - name: ast_allies + exclusive_ram_id: segment_0D + type: code + dir: assets + start: 0x955270 + vram: 0x0D000000 + subsegments: + - [0x955270, .data, ast_allies/ast_allies] + + - name: ast_corneria + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x961CE0 + vram: 0x06000000 + subsegments: + - [0x961CE0, .data, ast_corneria/ast_corneria] + + - name: ast_meteo + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0x9A1460 + vram: 0x06000000 + subsegments: + - [0x9A1460, .data, ast_meteo/ast_meteo] + + - name: ast_titania + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0x9D2FD0 + subsegments: + - [0x9D2FD0, .data, ast_titania/ast_titania] + + - name: ast_7_ti_2 + exclusive_ram_id: segment_07 + type: code + dir: assets + vram: 0x07000000 + start: 0x9DD390 + subsegments: + - [0x9DD390, .data, ast_7_ti_2/ast_7_ti_2] + + - name: ast_8_ti + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0x9EB5E0 + vram: 0x08000000 + subsegments: + - [0x9EB5E0, .data, ast_8_ti/ast_8_ti] + + - name: ast_9_ti + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0x9F4880 + vram: 0x09000000 + subsegments: + - [0x9F4880, .data, ast_9_ti/ast_9_ti] + + - name: ast_A_ti + type: code + dir: assets + exclusive_ram_id: segment_0A + start: 0xA049A0 + vram: 0x0A000000 + subsegments: + - [0xA049A0, .data, ast_A_ti/ast_A_ti] + + - name: ast_7_ti_1 + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xA0E340 + vram: 0x07000000 + subsegments: + - [0xA0E340, .data, ast_7_ti_1/ast_7_ti_1] + + - name: ast_sector_x + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA1D0F0 + vram: 0x06000000 + subsegments: + - [0xA1D0F0, .data, ast_sector_x/ast_sector_x] + + - name: ast_sector_z + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA4FBB0 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_sector_z/ast_sector_z] + + - name: ast_aquas + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA58F60 + vram: 0x06000000 + subsegments: + - [0xA58F60, .data, ast_aquas/ast_aquas] + + - name: ast_area_6 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xA8B470 + vram: 0x06000000 + subsegments: + - [0xA8B470, .data, ast_area_6/ast_area_6] + + - name: ast_venom_1 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xAB4000 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_venom_1/ast_venom_1] + + - name: ast_venom_2 + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xACF960 + vram: 0x06000000 + subsegments: + - [0xA4FBB0, .data, ast_venom_2/ast_venom_2] + + - name: ast_ve1_boss + # exclusive_ram_id: segment_06 + exclusive_ram_id: segment_09 + type: code + dir: assets + start: 0xAE60A0 + vram: 0x09000000 + subsegments: + - [0xAE60A0, .data, ast_ve1_boss/ast_ve1_boss] + + - name: ast_bolse + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB0AA00 + vram: 0x06000000 + subsegments: + - [0xB0AA00, .data, ast_bolse/ast_bolse] + + - name: ast_fortuna + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB1CA50 + vram: 0x06000000 + subsegments: + - [0xB1CA50, .data, ast_fortuna/ast_fortuna] + + - name: ast_sector_y + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB2CA50 + vram: 0x06000000 + subsegments: + - [0xB2CA50, .data, ast_sector_y/ast_sector_y] + + - name: ast_solar + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB612E0 + vram: 0x06000000 + subsegments: + - [0xB612E0, .data, ast_solar/ast_solar] + + - name: ast_zoness + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xB84560 + vram: 0x06000000 + subsegments: + - [0xB84560, .data, ast_zoness/ast_zoness] + + - name: ast_katina + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xBB11D0 + vram: 0x06000000 + subsegments: + - [0xBB11D0, .data, ast_katina/ast_katina] + + - name: ast_macbeth + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xBC23D0 + subsegments: + - [0xBC23D0, .data, ast_macbeth/ast_macbeth] + + - name: ast_warp_zone + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xBFA740 + vram: 0x07000000 + subsegments: + - [0xBFA740, .data, ast_warp_zone/ast_warp_zone] + + - name: ast_title + exclusive_ram_id: segment_06 + type: code + dir: assets + vram: 0x06000000 + start: 0xBFC510 + subsegments: + - [0xBFC510, .data, ast_title/ast_title] + + - name: ast_map + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xC48F40 + vram: 0x06000000 + subsegments: + - [0xC48F40, .data, ast_map/ast_map] + + - name: ast_option + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xCA9DE0 + vram: 0x08000000 + subsegments: + - [0xCA9DE0, .data, ast_option/ast_option] + + - name: ast_vs_menu + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xCBFE70 + vram: 0x07000000 + subsegments: + - [0xCBFE70, .data, ast_vs_menu/ast_vs_menu] + + - name: ast_text + exclusive_ram_id: segment_05 + type: code + dir: assets + vram: 0x05000000 + start: 0xCD2410 + subsegments: + - [0xCD2410, .data, ast_text/ast_text] + + - name: ast_font_3d + exclusive_ram_id: segment_09 + type: code + dir: assets + vram: 0x09000000 + start: 0xCDDCA0 + subsegments: + - [0xCDDCA0, .data, ast_font_3d/ast_font_3d] + + - name: ast_andross + exclusive_ram_id: segment_0C + type: code + dir: assets + vram: 0x0C000000 + start: 0xCE9E70 + subsegments: + - [0xCE9E70, .data, ast_andross/ast_andross] + + - name: ast_logo + exclusive_ram_id: segment_0F + type: code + dir: assets + start: 0xD25100 + vram: 0x0F000000 + subsegments: + - [0xD25100, .data, ast_logo/ast_logo] + + - name: ast_ending + exclusive_ram_id: segment_07 + type: code + dir: assets + start: 0xD27600 + vram: 0x07000000 + subsegments: + - [0xD27600, .data, ast_ending/ast_ending] + + - name: ast_ending_award_front + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD43400 + vram: 0x08000000 + subsegments: + - [0xD43400, .data, ast_ending_award_front/ast_ending_award_front] + + - name: ast_ending_award_back + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD68480 + vram: 0x08000000 + subsegments: + - [0xD68480, .data, ast_ending_award_back/ast_ending_award_back] + + - name: ast_ending_expert + exclusive_ram_id: segment_08 + type: code + dir: assets + start: 0xD91F10 + vram: 0x08000000 + subsegments: + - [0xD91F10, .data, ast_ending_expert/ast_ending_expert] + + - name: ast_training + exclusive_ram_id: segment_06 + type: code + dir: assets + start: 0xDDC010 + vram: 0x06000000 + subsegments: + - [0xDDC010, .data, ast_training/ast_training] + + - name: ast_radio + type: code + dir: assets + start: 0xDE5D50 + vram: 0x80179010 + follows_vram: dma_table + subsegments: + - [0xDE5D50, .data, ast_radio/ast_radio] diff --git a/android/app/src/main/assets/starship/yamls/us/rev1/header.yaml b/android/app/src/main/assets/starship/yamls/us/rev1/header.yaml new file mode 100644 index 0000000..d7951fa --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev1/header.yaml @@ -0,0 +1,77 @@ +name: Starfox64 US REV 1 (v1.1) +sha1: f7475fb11e7e6830f82883412638e8390791ab87 +options: + basename: starfox64 + target_path: baserom.us.rev1.uncompressed.z64 + elf_path: build/starfox64.us.rev1.elf + ld_script_path: linker_scripts/us/rev1/starfox64.ld + base_path: . + compiler: IDO + find_file_boundaries: True + header_encoding: ASCII + platform: n64 + undefined_funcs_auto_path: linker_scripts/us/rev1/auto/undefined_funcs_auto.ld + undefined_syms_auto_path: linker_scripts/us/rev1/auto/undefined_syms_auto.ld + + symbol_addrs_path: + - linker_scripts/us/rev1/symbol_addrs.txt + - linker_scripts/us/rev1/symbol_addrs_engine.txt + - linker_scripts/us/rev1/symbol_addrs_libultra.txt + - linker_scripts/us/rev1/symbol_addrs_nlib_funcs.txt + - linker_scripts/us/rev1/symbol_addrs_nlib_vars.txt + - linker_scripts/us/rev1/symbol_addrs_assets.txt + - linker_scripts/us/rev1/symbol_addrs_mesg.txt + - linker_scripts/us/rev1/symbol_addrs_audio.txt + - linker_scripts/us/rev1/symbol_addrs_overlays.txt + - linker_scripts/us/rev1/symbol_addrs_EBFBE0.txt + - linker_scripts/us/rev1/ignored_addresses.txt + + asm_path: asm/us/rev1 + src_path: src + asset_path: bin/us/rev1 + + build_path: build + + extensions_path: tools/splat_ext + mips_abi_float_regs: o32 + create_asm_dependencies: True + do_c_func_detection: True + o_as_suffix: True + gfx_ucode: f3dex + mnemonic_ljust: 12 + rom_address_padding: True + dump_symbols: True + include_macro_inc: False + libultra_symbols: True + hardware_regs: True + + ld_dependencies: True + + + use_legacy_include_asm: False + + asm_function_macro: glabel + asm_jtbl_label_macro: jlabel + asm_data_macro: dlabel + + ld_legacy_generation: True + check_consecutive_segment_types: False + + # section_order: [".text", ".data", ".rodata", ".bss", "bin"] + # auto_all_sections: [".data", ".rodata", ".bss"] + + asm_emit_size_directive: True # REC + + + mips_abi_float_regs: o32 + + + disasm_unknown: True + # string_encoding: ASCII + # data_string_encoding: ASCII + rodata_string_guesser_level: 2 + data_string_guesser_level: 2 + # libultra_symbols: True + # hardware_regs: True + # gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2] +segments: diff --git a/android/app/src/main/assets/starship/yamls/us/rev1/main.yaml b/android/app/src/main/assets/starship/yamls/us/rev1/main.yaml new file mode 100644 index 0000000..bca97f0 --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev1/main.yaml @@ -0,0 +1,417 @@ + - name: makerom + type: code + start: 0x0 + subsegments: + - {start: 0x0, type: header, name: header} + - {start: 0x40, type: textbin, name: ipl3} + - {start: 0x1000, type: asm, vram: 0x80000400, name: entry} + + - name: main + type: code + start: 0x1050 + vram: 0x80000450 + bss_size: 0x9B1F0 + subsegments: + # Microcode + - [0x01050, textbin, rspboot] + - [0x01120, textbin, aspmain] # vram: 0x04001080 + - [0x02010, textbin, f3dex] + + # Nintendo libraries + - [0x03440, c, sys/sys_joybus] + - [0x03A80, c, sys/sys_lib] + - [0x041D0, c, sys/sys_lights] + - [0x04650, c, sys/sys_main] + - [0x05A20, c, sys/sys_math] + - [0x06280, c, sys/sys_matrix] + - [0x07B20, c, sys/sys_memory] + - [0x07B60, c, sys/sys_timer] + - [0x07D30, c, sys/sys_save] + - [0x07FC0, c, sys/sys_fault] + + - [0x08CC0, c, audio/audio_synthesis] + - [0x0C870, c, audio/audio_heap] + - [0x0F0A0, c, audio/audio_load] + - [0x12490, c, audio/audio_playback] + - [0x14000, c, audio/audio_effects] + - [0x14AA0, c, audio/audio_seqplayer] + - [0x17650, c, audio/audio_general] + - [0x1EB50, c, audio/audio_thread] + + - [0x1FA60, c, driverominit] + - [0x1FA70, hasm, mio0] + - [0x1FB10, hasm, rdramcheck] + - [0x1FBC0, textbin, alt_ipl3] + - [0x205E0, c, libc_sprintf] + - [0x206B0, c, libc_math64] + - [0x20A60, hasm, libc_math64_fp] + + # GCC + - [auto, c, libultra/gcc_fix/__floatundisf] + + # Libultra + - [0x20BC0, c, libultra/io/controller] + - [0x20F80, c, libultra/io/contreaddata] + - [0x211E0, c, libultra/os/recvmesg] + - [0x21320, c, libultra/os/sendmesg] + - [0x21470, c, libultra/io/contquery] + - [0x21520, c, libultra/io/motor] + - [0x21B40, c, libultra/gu/perspective] + - [0x21DD0, c, libultra/gu/lookat] + - [0x22100, c, libultra/gu/ortho] + - [0x222C0, hasm, libultra/os/invalicache] + - [0x22340, hasm, libultra/os/invaldcache] + - [0x223F0, c, libultra/io/pidma] + - [0x22500, c, libultra/io/viblack] + - [0x22570, hasm, libultra/os/writebackdcacheall] + - [0x225A0, c, libultra/io/viswapbuf] + - [0x225F0, c, libultra/io/virepeatline] + - [0x22660, hasm, libultra/os/parameter] + - [0x226C0, c, libultra/io/visetmode] + - [0x22730, c, libultra/io/visetspecial] + - [0x228F0, c, libultra/os/createmesgqueue] + - [0x22920, c, libultra/os/seteventmesg] + - [0x22990, c, libultra/io/visetevent] + - [0x22A00, c, libultra/io/sptaskyielded] + - [0x22A80, c, libultra/io/sptaskyield] + - [0x22AA0, c, libultra/io/sptask] + - [0x22D90, c, libultra/io/dpsetstat] + - [0x22DA0, c, libultra/os/createthread] + - [0x22EF0, c, libultra/os/startthread] + - [0x23040, c, libultra/io/vimgr] + - [0x233A0, c, libultra/io/pimgr] + - [0x23680, c, libultra/os/setthreadpri] + - [0x23760, c, libultra/os/initialize] + - [0x23C00, c, libultra/os/gettime] + - [0x23C90, c, libultra/gu/sinf] + - [0x23E50, c, libultra/gu/cosf] + - [0x23FC0, c, libultra/gu/sqrtf] + - [0x23FD0, c, libultra/os/settimer] + - [0x240B0, c, libultra/io/conteepread] + - [0x243B0, c, libultra/io/conteepwrite] + - [0x24890, c, libultra/libc/ll] + - [0x24B50, c, libultra/io/conteepprobe] + - [0x24BC0, c, libultra/libc/string] + - [0x24C60, c, libultra/libc/xprintf] + - [0x25920, c, libultra/os/settime] + - [0x25950, c, libultra/os/getactivequeue] + - [0x25960, c, libultra/io/aisetfreq] + - [0x25AC0, c, libultra/io/cartrominit] + - [0x25BB0, c, libultra/io/epidma] + - [0x25C90, c, libultra/io/aigetlen] + - [0x25CA0, c, libultra/io/aisetnextbuf] + - [0x25D50, hasm, libultra/os/getcount] + - [0x25D60, c, libultra/io/sirawdma] + - [0x25E10, c, libultra/io/siacs] + - [0x25ED0, hasm, libultra/os/interrupt] + - [0x25F10, c, libultra/os/thread] + - [0x25F50, hasm, libultra/os/exceptasm] + - [0x26CD0, c, libultra/io/pfsisplug] + - [0x27040, c, libultra/io/crc] + - [0x271C0, c, libultra/io/contramwrite] + - [0x27540, c, libultra/io/contramread] + - [0x278D0, c, libultra/gu/mtxutil] + - [0x27B40, c, libultra/os/jammesg] + - [0x27C90, c, libultra/io/pigetcmdq] + - [0x27CC0, c, libultra/io/vi] + - [0x27E00, c, libultra/io/spgetstat] + - [0x27E10, c, libultra/io/spsetstat] + - [0x27E20, hasm, libultra/libc/bcopy] + - [0x28130, c, libultra/os/virtualtophysical] + - [0x281B0, hasm, libultra/os/writebackdcache] + - [0x28230, c, libultra/io/spsetpc] + - [0x28270, c, libultra/io/sprawdma] + - [0x28300, c, libultra/io/sp] + - [0x28330, c, libultra/os/timerintr] + - [0x28800, c, libultra/os/getthreadpri] + - [0x28820, c, libultra/io/vigetcurrcontext] + - [0x28830, c, libultra/io/viswapcontext] + - [0x28B90, c, libultra/io/leodiskinit] + - [0x28C90, c, libultra/io/piacs] + - [0x28D50, c, libultra/io/pirawdma] + - [0x28E30, c, libultra/io/epirawdma] + - [0x29060, c, libultra/io/devmgr] + - [0x294F0, c, libultra/os/rdbsend] + - [0x297B0, hasm, libultra/os/setsr] + - [0x297C0, hasm, libultra/os/getsr] + - [0x297D0, hasm, libultra/os/setfpccsr] + - [0x297E0, c, libultra/io/sirawread] + - [0x29830, c, libultra/io/sirawwrite] + - [0x29880, hasm, libultra/os/maptlbrdb] + - [0x298E0, c, libultra/io/pirawread] + - [0x29940, hasm, libultra/libc/bzero] + - [0x299E0, c, libultra/libc/xlitob] + - [0x29C80, c, libultra/libc/xldtob] + - [0x2A740, c, libultra/io/ai] + - [0x2A770, c, libultra/io/si] + - [0x2A7A0, c, libultra/debug/kdebugserver] + - [0x2AAB0, c, libultra/host/readhost] + - [0x2AB80, c, libultra/rmon/rmonsio] + - [0x2AD80, c, libultra/os/initrdb] + - [0x2AE10, c, libultra/io/leointerrupt] + - [0x2B690, hasm, libultra/os/setintmask] + - [0x2B730, c, libultra/os/destroythread] + - [0x2B830, c, libultra/io/pfsgetstatus] + - [0x2B940, hasm, libultra/os/probetlb] + - [0x2BA00, hasm, libultra/os/setcompare] + - [0x2BA10, c, libultra/os/resetglobalintmask] + - [0x2BA70, c, libultra/io/epirawwrite] + - [0x2BAC0, c, libultra/io/epirawread] + - [0x2BB10, c, libultra/os/setglobalintmask] + - [0x2BB60, c, libultra/os/yieldthread] + - [0x2BBB0, c, libultra/libc/ldiv] + - [0x2BD40, hasm, libultra/os/getcause] + - [0x2BD50, c, libultra/rmon/rmoncmds] + - [0x2BDF0, c, libultra/rmon/rmonmem] + - [0x2C700, c, libultra/rmon/rmontask] + - [0x2D170, c, libultra/rmon/rmonmisc] + - [0x2D300, c, libultra/rmon/rmonregs] + - [0x2DF00, c, libultra/rmon/rmonbrk] + - [0x2E9E0, c, libultra/rmon/rmonmain] + - [0x2EDE0, c, libultra/io/sprawwrite] + - [0x2EE30, c, libultra/io/sprawread] + - [0x2EE80, c, libultra/os/stopthread] + - [0x2EF40, hasm, libultra/rmon/rmonrcp] + + # Game engine + - [0x2EFE0, c, engine/fox_360] + - [0x36930, c, engine/fox_beam] + - [0x3E6F0, c, engine/fox_bg] + - [0x43AC0, c, engine/fox_boss] + - [0x43E80, c, engine/fox_tank] + - [0x496C0, c, engine/fox_demo] + - [0x52730, c, engine/fox_display] + - [0x59780, c, engine/fox_load] + - [0x5A0F0, c, engine/fox_edata] + - [0x5A2C0, c, engine/fox_edisplay] + - [0x61B30, c, engine/fox_enmy] + - [0x6B3B0, c, engine/fox_enmy2] + - [0x77E40, c, engine/fox_effect] + - [0x84F70, c, engine/fox_fade] + - [0x852F0, c, engine/fox_blur] + - [0x85530, c, engine/fox_hud] + - [0x97F80, c, engine/fox_col1] + - [0x9A580, c, engine/fox_std_lib] + - [0xA24B0, c, engine/fox_game] + - [0xA4290, c, engine/fox_col2] + - [0xA48A0, c, engine/fox_pause] + - [0xA4B50, c, engine/fox_play] + - [0xB99D0, c, engine/fox_rcp] + - [0xBB360, c, engine/fox_radio] + - [0xBD0B0, c, engine/fox_reset] + - [0xBD360, c, engine/fox_versus] + - [0xC3430, c, engine/fox_message] + - [0xC3BB0, c, engine/fox_save] + + # DATA - Microcode + - [0xC3EE0, data, aspmain] + - [0xC4210, .data, audio/audio_tables] + - [0xC49D0, data, f3dex] + + # DATA - Nintendo Libraries + - [0xC51D0, .data, sys/sys_main] + - [0xC51E0, .data, sys/sys_math] + - [0xC5220, .data, sys/sys_matrix] + - [0xC52F0, .data, sys/sys_fault] + - [0xC54D0, .data, audio/audio_synthesis] + - [0xC55B0, .data, audio/audio_heap] + - [0xC5B50, .data, audio/audio_load] + - [0xC6120, .data, audio/audio_playback] # could be C6110? + - [0xC6500, .data, audio/audio_effects] + - [0xC6520, .data, audio/audio_seqplayer] + - [0xC68E0, .data, audio/audio_general] + - [0xC80D0, .data, audio/audio_context] + - [0xC8850, .data, audio/audio_thread] + - [0xC8880, .data, libc_sprintf] + + # DATA - Libultra + - [0xC88C0, .data, libultra/io/controller] + - [0xC88D0, .data, libultra/vimodes/vimodentsclan1] + - [0xC8920, .data, libultra/vimodes/vimodepallan1] + - [0xC8970, .data, libultra/vimodes/vimodempallan1] + - [0xC89DC, .data, libultra/io/vimgr] + - [0xC89E0, .data, libultra/io/pimgr] + - [0xC8A10, .data, libultra/os/initialize] + - [0xC8A30, .data, libultra/libc/xprintf] + - [0xC8A80, .data, libultra/io/aisetnextbuf] + - [0xC8A90, .data, libultra/io/siacs] + - [0xC8AA0, .data, libultra/os/thread] + - [0xC8AC0, data, libultra/os/exceptasm] + - [0xC8AE0, .data, libultra/io/vi] + - [0xC8B50, .data, libultra/os/timerintr] + - [0xC8B60, .data, libultra/io/piacs] + - [0xC8B70, .data, libultra/os/rdbsend] + - [0xC8B80, .data, libultra/libc/xlitob] + - [0xC8BB0, .data, libultra/debug/kdebugserver] + - [0xC8BC0, .data, libultra/host/readhost] + - [0xC8BD0, .data, libultra/rmon/rmoncmds] + - [0xC8CB0, .data, libultra/rmon/rmonmain] + + # RODATA - Nintendo Libraries + - [0xC8CC0, .rodata, sys/sys_math] + - [0xC8D10, .rodata, sys/sys_matrix] + - [0xC8D20, .rodata, sys/sys_save] + - [0xC8E40, .rodata, sys/sys_fault] + - [0xC9220, .rodata, audio/audio_synthesis] + - [0xC9260, .rodata, audio/audio_heap] + - [0xC9280, .rodata, audio/audio_load] + - [0xC92C0, .rodata, audio/audio_playback] + - [0xC92EC, .rodata, audio/audio_effects] + - [0xC9320, .rodata, audio/audio_seqplayer] + - [0xC99D0, .rodata, audio/audio_general] + - [0xC9CF0, .rodata, audio/audio_thread] + - [0xC9F10, .rodata, libc_math64] + + # RODATA - Libultra + - [0xC9F30, .rodata, libultra/gu/perspective] + - [0xC9F40, .rodata, libultra/gu/sinf] + - [0xC9F90, .rodata, libultra/gu/cosf] + - [0xC9FE0, .rodata, libultra/libc/xprintf] + - [0xCA0E0, rodata, libultra/os/exceptasm] + - [0xCA150, .rodata, libultra/io/devmgr] + - [0xCA170, rodata, libultra/gu/libm_vals] + - [0xCA180, .rodata, libultra/libc/xldtob] + - [0xCA1E0, rodata, libultra/os/setintmask] + - [0xCA260, .rodata, libultra/rmon/rmonmem] + - [0xCA330, .rodata, libultra/rmon/rmontask] + - [0xCA3D0, .rodata, libultra/rmon/rmonmisc] + - [0xCA400, .rodata, libultra/rmon/rmonregs] + - [0xCA480, .rodata, libultra/rmon/rmonbrk] + - [0xCA650, .rodata, libultra/rmon/rmonmain] + + # DATA - Game engine + - [0xCA690, .data, engine/fox_360] + - [0xCA7C0, .data, engine/fox_beam] + - [0xCA830, .data, engine/fox_bg] + - [0xCAA90, .data, engine/fox_boss] + - [0xCAB00, .data, engine/fox_tank] + - [0xCAB60, .data, engine/fox_demo] + - [0xCAE20, .data, engine/fox_display] + - [0xCAFB0, .data, engine/fox_load] + - [0xCCA70, .data, engine/fox_edata] + - [0xD0570, .data, engine/fox_edisplay] + - [0xD09A0, .data, engine/fox_enmy] + - [0xD0B80, .data, engine/fox_enmy2] + - [0xD20E0, .data, engine/fox_effect] + - [0xD2570, .data, engine/fox_hud] + - [0xD31D0, .data, engine/fox_std_lib] + - [0xD3460, .data, engine/fox_game] + - [0xD3520, .data, engine/fox_col2] + - [0xD3B50, .data, engine/fox_play] + - [0xD3D80, .data, engine/fox_context] + - [0xD3DB0, .data, engine/fox_rcp] + - [0xD5670, .data, engine/fox_radio] + - [0xD5680, .data, engine/fox_reset] + - [0xD5690, .data, engine/fox_versus] + - [0xD5910, .data, engine/fox_save] + + # RODATA - Game engine + - [0xD5A10, .rodata, engine/fox_360] + - [0xD5CF0, .rodata, engine/fox_beam] + - [0xD5F90, .rodata, engine/fox_bg] + - [0xD61D0, .rodata, engine/fox_boss] + - [0xD61F0, .rodata, engine/fox_tank] + - [0xD6350, .rodata, engine/fox_demo] + - [0xD69A0, .rodata, engine/fox_display] + - [0xD6BA0, .rodata, engine/fox_load] + - [0xD6C20, .rodata, engine/fox_edisplay] + - [0xD6FD0, .rodata, engine/fox_enmy] + - [0xD7650, .rodata, engine/fox_enmy2] + - [0xD7E30, .rodata, engine/fox_effect] + - [0xD82F0, .rodata, engine/fox_fade] + - [0xD8320, .rodata, engine/fox_hud] + - [0xD8DE0, .rodata, engine/fox_col1] + - [0xD8DF0, .rodata, engine/fox_std_lib] + - [0xD8E50, .rodata, engine/fox_game] + - [0xD8ED0, .rodata, engine/fox_col2] + - [0xD8EE0, .rodata, engine/fox_pause] + - [0xD8EF0, .rodata, engine/fox_play] + - [0xD97F0, .rodata, engine/fox_radio] + - [0xD9E50, .rodata, engine/fox_versus] + - [0xD9F60, .rodata, engine/fox_message] + - [0xDA030, .rodata, engine/fox_save] + + # Common assets + - [0xDA0A0, .data, engine/fox_shapes] + - [0xDB880, .data, engine/fox_wheels] + - [0xDC620, .data, engine/fox_msg_palette] + - [0xDC6A0, .data, engine/fox_rcp_init] + - [0xDC710, .data, audio/wave_samples] + - [0xDD330, .data, audio/note_data] + + # Nintendo Library bss + - { type: .bss, vram: 0x800DD880, name: sys/sys_joybus } + - { type: .bss, vram: 0x800DDAA0, name: sys/sys_main } + - { type: .bss, vram: 0x8013B3A0, name: sys/sys_math } + - { type: .bss, vram: 0x8013B3C0, name: sys/sys_matrix } + - { type: .bss, vram: 0x8013C3D0, name: sys/sys_memory } + - { type: .bss, vram: 0x80144BE0, name: sys/sys_timer } + - { type: .bss, vram: 0x80144F60, name: sys/sys_save } + - { type: .bss, vram: 0x80145360, name: sys/sys_fault } + - { type: .bss, vram: 0x80145D40, name: audio/audio_synthesis } + - { type: .bss, vram: 0x80146D80, name: audio/audio_load } + - { type: .bss, vram: 0x80146E60, name: audio/audio_general } + - { type: .bss, vram: 0x8014BA40, name: audio/audio_context } + - { type: .bss, vram: 0x80155DA0, name: audio/audio_thread } + + # Libultra bss + - { type: .bss, vram: 0x80156620, name: libultra/io/controller } + - { type: .bss, vram: 0x801566B0, name: libultra/io/motor } + - { type: .bss, vram: 0x801568F0, name: libultra/os/seteventmesg } + - { type: .bss, vram: 0x801569B0, name: libultra/io/sptask } + - { type: .bss, vram: 0x801569F0, name: libultra/io/vimgr } + - { type: .bss, vram: 0x80157C10, name: libultra/io/pimgr } + - { type: .bss, vram: 0x801593D0, name: libultra/os/initialize } + - { type: .bss, vram: 0x801593E0, name: libultra/io/conteepread } + - { type: .bss, vram: 0x80159420, name: libultra/io/cartrominit } + - { type: .bss, vram: 0x801594A0, name: libultra/io/siacs } + - { type: .bss, vram: 0x801594C0, name: libultra/io/pfsisplug } + - { type: .bss, vram: 0x80159500, name: libultra/os/timerintr } + - { type: .bss, vram: 0x80159560, name: libultra/io/leodiskinit } + - { type: .bss, vram: 0x801595E0, name: libultra/io/piacs } + - { type: .bss, vram: 0x80159600, name: libultra/debug/kdebugserver } + - { type: .bss, vram: 0x801597C0, name: libultra/host/readhost } + - { type: .bss, vram: 0x801597F0, name: libultra/rmon/rmonsio } + - { type: .bss, vram: 0x8015A010, name: libultra/os/initrdb } + - { type: .bss, vram: 0x8015A030, name: libultra/io/leointerrupt } + - { type: .bss, vram: 0x8015B030, name: libultra/rmon/rmonmem } + - { type: .bss, vram: 0x8015B130, name: libultra/rmon/rmonmisc } + - { type: .bss, vram: 0x8015F350, name: libultra/rmon/rmonregs } + - { type: .bss, vram: 0x8015F370, name: libultra/rmon/rmonbrk } + - { type: .bss, vram: 0x8015F480, name: libultra/rmon/rmonmain } + + # Game engine bss + - { type: .bss, vram: 0x8015F900, name: engine/fox_360 } + - { type: .bss, vram: 0x8015F950, name: engine/fox_beam } + - { type: .bss, vram: 0x8015F960, name: engine/fox_bg } + - { type: .bss, vram: 0x801613A0, name: engine/fox_boss } + - { type: .bss, vram: 0x801613B0, name: engine/fox_display } + - { type: .bss, vram: 0x801615D0, name: engine/fox_edisplay } + - { type: .bss, vram: 0x80161670, name: engine/fox_enmy } + - { type: .bss, vram: 0x80161690, name: engine/fox_enmy2 } + - { type: .bss, vram: 0x801616A0, name: engine/fox_hud } + - { type: .bss, vram: 0x80161950, name: engine/fox_col1 } + - { type: .bss, vram: 0x801619A0, name: engine/fox_std_lib } + - { type: .bss, vram: 0x80161A10, name: engine/fox_game } + - { type: .bss, vram: 0x80161A50, name: engine/fox_play } + - { type: .bss, vram: 0x80161A70, name: engine/fox_context} + - { type: .bss, vram: 0x80178580, name: engine/fox_rcp } + - { type: .bss, vram: 0x80178720, name: engine/fox_radio } + - { type: .bss, vram: 0x80178750, name: engine/fox_versus } + - { type: .bss, vram: 0x80178870, name: engine/fox_save } + + - name: dma_table + type: code + start: 0xDE480 + vram: 0x80178A70 + follows_vram: main + subsegments: + - [0xDE480, .data, dmatable] + + - name: buffers + exclusive_ram_id: buffer + type: code + vram: 0x80281000 + bss_size: 0x17F000 + subsegments: + - { type: .bss, vram: 0x80281000, name: buffers } diff --git a/android/app/src/main/assets/starship/yamls/us/rev1/overlays.yaml b/android/app/src/main/assets/starship/yamls/us/rev1/overlays.yaml new file mode 100644 index 0000000..5c5db9d --- /dev/null +++ b/android/app/src/main/assets/starship/yamls/us/rev1/overlays.yaml @@ -0,0 +1,228 @@ + - name: ovl_i1 # size = 0x141A0 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i1 + start: 0xDF4260 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0xA10 + symbol_name_format: i1_$VRAM + subsegments: + - [0xDF4260, c, fox_i1] + - [0xDF4270, c, fox_co] + - [0xDFEE30, c, fox_ve1] + - [0xE05620, c, fox_tr] + - [0xE05990, c, fox_tr360] + - [0xE06510, .data, fox_i1] + - [0xE06520, .data, fox_co] + - [0xE06880, .data, fox_ve1] + - [0xE07B90, .data, fox_tr360] + - [0xE07C30, .rodata, fox_co] + - [0xE07FF0, .rodata, fox_ve1] + - [0xE08380, .rodata, fox_tr] + - [0xE083C0, .rodata, fox_tr360] + - { type: .bss, vram: 0x8019B6C0, name: fox_i1 } + - { type: .bss, vram: 0x8019B6D0, name: fox_co } + - { type: .bss, vram: 0x8019B7F0, name: fox_ve1 } + + - name: ovl_i2 # size = 0xE850 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i2 + start: 0xE08400 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x40 + symbol_name_format: i2_$VRAM + subsegments: + - [0xE08400, c, fox_i2] + - [0xE08410, c, fox_me] # size = 0x7B00 + - [0xE0FF10, c, fox_sx] # size = 0x63F0 + - [0xE16300, .data, fox_i2] + - [0xE16310, .data, fox_me] + - [0xE16520, .data, fox_sx] + - [0xE16670, .rodata, fox_me] + - [0xE16930, .rodata, fox_sx] + - { type: .bss, vram: 0x80195D70, name: fox_i2 } + - { type: .bss, vram: 0x80195D80, name: fox_sx } + + - name: ovl_i3 # size = 0x3AD20 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i3 + start: 0xE16C50 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x2220 + symbol_name_format: i3_$VRAM + subsegments: + - [0xE16C50, c, fox_i3] + - [0xE16C60, c, fox_a6] + - [0xE1F680, c, fox_zo] + - [0xE2DF20, c, fox_so] + - [0xE38560, c, fox_aq] + - [0xE4E3D0, .data, fox_i3] + - [0xE4E3E0, .data, fox_a6] + - [0xE4EC90, .data, fox_zo] + - [0xE4F010, .data, fox_so] + - [0xE4F290, .data, fox_aq] + - [0xE50030, .rodata, fox_a6] + - [0xE504E0, .rodata, fox_zo] + - [0xE50C00, .rodata, fox_so] + - [0xE51160, .rodata, fox_aq] + - { type: .bss, vram: 0x801C2240, name: fox_i3 } + - { type: .bss, vram: 0x801C2250, name: fox_a6 } + - { type: .bss, vram: 0x801C2330, name: fox_zo } + - { type: .bss, vram: 0x801C2740, name: fox_so } + - { type: .bss, vram: 0x801C27C0, name: fox_aq } + + - name: ovl_i4 # size = 0x18EA0 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i4 + start: 0xE51970 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x1B0 + symbol_name_format: i4_$VRAM + subsegments: + - [0xE51970, c, fox_i4] # size = 0xD0 + - [0xE51A40, c, fox_fo] # size = 0x4770 + - [0xE561B0, c, fox_bo] # size = 0x6A80 + - [0xE5CC30, c, fox_ka] # size = 0x7120 + - [0xE63D50, c, fox_sz] # size = 0x54D0 + - [0xE69220, .data, fox_i4] + - [0xE69230, .data, fox_fo] + - [0xE692D0, .data, fox_bo] + - [0xE69540, .data, fox_ka] + - [0xE69910, .data, fox_sz] + - [0xE69B30, .rodata, fox_i4] + - [0xE69B70, .rodata, fox_fo] + - [0xE69D70, .rodata, fox_bo] + - [0xE6A170, .rodata, fox_ka] + - [0xE6A510, .rodata, fox_sz] + - { type: .bss, vram: 0x801A03C0, name: fox_i4 } + - { type: .bss, vram: 0x801A03D0, name: fox_bo } + - { type: .bss, vram: 0x801A0540, name: fox_ka } + - { type: .bss, vram: 0x801A0560, name: fox_sz } + + - name: ovl_i5 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i5 + start: 0xE6A810 + vram: 0x80187520 + # follows_vram: ast_radio + bss_size: 0xAF80 + symbol_name_format: i5_$VRAM + subsegments: + - [0xE6A810, c, fox_i5] + - [0xE6A820, c, fox_ti_cs] + - [0xE6C220, c, fox_ti] + - [0xE7CC10, c, fox_ma] + - [0xE97CC0, c, fox_ground] + - [0xE9A580, .data, fox_i5] + - [0xE9A590, .data, fox_ti_cs] + - [0xE9A650, .data, fox_ti] + - [0xE9C140, .data, fox_ma] + - [0xE9DC00, .data, fox_ground] + - [0xE9DCD0, .rodata, fox_i5] + - [0xE9DCE0, .rodata, fox_ti_cs] + - [0xE9DD40, .rodata, fox_ti] + - [0xE9E5A0, .rodata, fox_ma] + - [0xE9F0E0, .rodata, fox_ground] + - { type: .bss, vram: 0x801BBEE0, name: fox_i5 } + - { type: .bss, vram: 0x801BBEF0, name: fox_ti } + - { type: .bss, vram: 0x801BE240, name: fox_ma } + - { type: .bss, vram: 0x801BE740, name: fox_ground } + + - name: ovl_i6 + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_i6 + start: 0xE9F1D0 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x520 + symbol_name_format: i6_$VRAM + subsegments: + - [0xE9F1D0, c, fox_i6] + - [0xE9F1E0, c, fox_andross] + - [0xEADEC0, c, fox_ve2] + - [0xEAF7E0, c, fox_sy] + - [0xEBD210, c, fox_turret] + - [0xEBE400, .data, fox_i6] + - [0xEBE410, .data, fox_andross] + - [0xEBE560, .data, fox_ve2] + - [0xEBE5C0, .data, fox_sy] + - [0xEBE830, .data, fox_turret] + - [0xEBE840, .rodata, fox_i6] + - [0xEBE850, .rodata, fox_andross] + - [0xEBF0F0, .rodata, fox_ve2] + - [0xEBF130, .rodata, fox_sy] + - [0xEBFB80, .rodata, fox_turret] + - { type: .bss, vram: 0x801A7F30, name: fox_i6 } + - { type: .bss, vram: 0x801A7F40, name: fox_andross } + - { type: .bss, vram: 0x801A8440, name: fox_sy } + + - name: ovl_menu + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_menu + start: 0xEBFBE0 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x17590 + symbol_name_format: menu_$VRAM + subsegments: + - [0xEBFBE0, c, fox_i_menu] + - [0xEBFCA0, c, fox_title] + - [0xECA1E0, c, fox_option] + - [0xED6EC0, c, fox_map] + - [0xEE60B0, .data, fox_i_menu] + - [0xEE60C0, .data, fox_title] + - [0xEE6C30, .data, fox_option] + - [0xEE7AE0, .data, fox_map] + - [0xEEF410, .rodata, fox_i_menu] + - [0xEEF430, .rodata, fox_title] + - [0xEEF7D0, .rodata, fox_option] + - [0xEEFB80, .rodata, fox_map] + - { type: .bss, vram: 0x801B7BA0, name: fox_i_menu } + - { type: .bss, vram: 0x801B7BB0, name: fox_title } + - { type: .bss, vram: 0x801B9090, name: fox_option } + - { type: .bss, vram: 0x801B9410, name: fox_map } + + - name: ovl_ending + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_ending + start: 0xEF0260 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x2710 + symbol_name_format: ending_$VRAM + subsegments: + - [0xEF0260, c, fox_end1] + - [0xEF5B60, c, fox_end2] + - [0xEFB560, .data, fox_end1] + - [0xEFBBB0, .data, fox_end2] + - [0xEFEF80, .rodata, fox_end1] + - [0xEFF380, .rodata, fox_end2] + - { type: .bss, vram: 0x80196D00, name: fox_end1 } + - { type: .bss, vram: 0x80198590, name: fox_end2 } + + - name: ovl_unused + exclusive_ram_id: overlay + type: code + dir: overlays/ovl_unused + start: 0xEFFA40 + vram: 0x80187520 + follows_vram: ast_radio + bss_size: 0x10 + symbol_name_format: unused_$VRAM + subsegments: + - [0xEFFA40, c, fox_unused] + - [0xEFFA50, .data, fox_unused] + - { type: .bss, vram: 0x801875C0, name: fox_unused } + + - [0xEFFAE0] diff --git a/android/app/src/main/cpp/CMakeLists.txt b/android/app/src/main/cpp/CMakeLists.txt new file mode 100644 index 0000000..23a2674 --- /dev/null +++ b/android/app/src/main/cpp/CMakeLists.txt @@ -0,0 +1,243 @@ +cmake_minimum_required(VERSION 3.22.1) +project(torch) +include(FetchContent) + +set(CMAKE_CXX_STANDARD 20) +set(CMAKE_C_STANDARD 11) + +# Optimization flags for release builds +if(CMAKE_BUILD_TYPE STREQUAL "Release") + set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG -flto") + set(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG -flto") + message(STATUS "Release build: Enabling O3 optimization and LTO") +elseif(CMAKE_BUILD_TYPE STREQUAL "Debug") + set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g") + set(CMAKE_C_FLAGS_DEBUG "-O0 -g") + message(STATUS "Debug build: Disabling optimization, enabling debug symbols") +endif() + +# Set build options for Android - NOT standalone +set(USE_STANDALONE OFF) +set(BUILD_STORMLIB OFF) +set(ENABLE_ASAN OFF) + +# Game support options +set(BUILD_SM64 ON) +set(BUILD_MK64 ON) +set(BUILD_SF64 ON) +set(BUILD_FZERO ON) +set(BUILD_MARIO_ARTIST ON) +set(BUILD_NAUDIO ON) + +# Add the main source directory +# Current path: android/app/src/main/cpp +# Need to go up 5 levels to reach project root +message(STATUS "CMAKE_CURRENT_SOURCE_DIR: ${CMAKE_CURRENT_SOURCE_DIR}") + +# Try different approaches to find the root +set(TORCH_ROOT_CANDIDATES + "${CMAKE_CURRENT_SOURCE_DIR}/../../../../../.." + "${CMAKE_CURRENT_SOURCE_DIR}/../../../../.." + "${CMAKE_CURRENT_SOURCE_DIR}/../../../.." +) + +foreach(candidate ${TORCH_ROOT_CANDIDATES}) + get_filename_component(abs_path "${candidate}" ABSOLUTE) + message(STATUS "Checking candidate: ${abs_path}") + if(EXISTS "${abs_path}/lib" AND EXISTS "${abs_path}/src") + set(TORCH_ROOT ${abs_path}) + message(STATUS "Found TORCH_ROOT at: ${TORCH_ROOT}") + break() + endif() +endforeach() + +if(NOT DEFINED TORCH_ROOT) + message(FATAL_ERROR "Could not find TORCH_ROOT. Checked paths: ${TORCH_ROOT_CANDIDATES}") +endif() + +message(STATUS "Final TORCH_ROOT: ${TORCH_ROOT}") +message(STATUS "Looking for binarytools at: ${TORCH_ROOT}/lib/binarytools") + +include_directories(${TORCH_ROOT}) +include_directories(${TORCH_ROOT}/lib) +include_directories(${TORCH_ROOT}/src) + +# Collect source files (excluding main.cpp since we'll have our own JNI entry point) +file(GLOB_RECURSE CXX_FILES + ${TORCH_ROOT}/src/*.cpp + ${TORCH_ROOT}/src/**/*.cpp + ${TORCH_ROOT}/lib/strhash64/*.cpp +) + +# Make sure we include preprocessing code +file(GLOB PREPROCESS_FILES ${TORCH_ROOT}/src/preprocess/*.cpp) +list(APPEND CXX_FILES ${PREPROCESS_FILES}) +file(GLOB C_FILES + ${TORCH_ROOT}/src/*.c + ${TORCH_ROOT}/src/**/*.c + ${TORCH_ROOT}/lib/libmio0/*.c + ${TORCH_ROOT}/lib/libyay0/*.c +) + +# Remove the original main.cpp and any standalone-specific files +list(FILTER CXX_FILES EXCLUDE REGEX "${TORCH_ROOT}/src/main.cpp") + +# Note: We don't include libgfxd since that's only for standalone builds + +# Add our JNI wrapper +set(JNI_SOURCES + torch_jni.cpp +) + +# Build definitions for supported games +add_definitions(-DSM64_SUPPORT) +add_definitions(-DSF64_SUPPORT) +add_definitions(-DMK64_SUPPORT) +add_definitions(-DFZERO_SUPPORT) +add_definitions(-DMARIO_ARTIST_SUPPORT) +add_definitions(-DNAUDIO_SUPPORT) + +# NOT standalone mode +add_definitions(-USTANDALONE) + +# Create the native library +add_library(torch SHARED + ${JNI_SOURCES} + ${CXX_FILES} + ${C_FILES} +) + +# Find required libraries +find_library(log-lib log) +find_library(android-lib android) + +# Link libraries +target_link_libraries(torch + ${log-lib} + ${android-lib} +) + +# Fetch yaml-cpp +set(YAML_CPP_BUILD_TOOLS OFF) +set(YAML_CPP_BUILD_TESTS OFF) +set(YAML_CPP_DISABLE_UNINSTALL ON) +FetchContent_Declare( + yaml-cpp + GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git + GIT_TAG 2f86d13775d119edbb69af52e5f566fd65c6953b +) +FetchContent_MakeAvailable(yaml-cpp) + +# Fetch spdlog +FetchContent_Declare( + spdlog + GIT_REPOSITORY https://github.com/gabime/spdlog.git + GIT_TAG 7e635fca68d014934b4af8a1cf874f63989352b7 +) +FetchContent_MakeAvailable(spdlog) + +# Fetch tinyxml2 +set(tinyxml2_BUILD_TESTING OFF) +FetchContent_Declare( + tinyxml2 + GIT_REPOSITORY https://github.com/leethomason/tinyxml2.git + GIT_TAG 10.0.0 +) +FetchContent_MakeAvailable(tinyxml2) + +# Initialize extra libraries list +set(EXTRA_LIBS "") + +# Add bzip2 (critical dependency for ROM decompression) +set(BZIP2_DIR ${TORCH_ROOT}/lib/StormLib/src/bzip2) +if(EXISTS ${BZIP2_DIR}) + message(STATUS "Adding bzip2 library from StormLib") + file(GLOB BZIP2_SOURCES + ${BZIP2_DIR}/blocksort.c + ${BZIP2_DIR}/bzlib.c + ${BZIP2_DIR}/compress.c + ${BZIP2_DIR}/crctable.c + ${BZIP2_DIR}/decompress.c + ${BZIP2_DIR}/huffman.c + ${BZIP2_DIR}/randtable.c + ) + if(BZIP2_SOURCES) + add_library(bzip2 STATIC ${BZIP2_SOURCES}) + target_include_directories(bzip2 PUBLIC ${BZIP2_DIR}) + list(APPEND EXTRA_LIBS bzip2) + list(LENGTH BZIP2_SOURCES BZIP2_COUNT) + message(STATUS "bzip2 library added with ${BZIP2_COUNT} source files") + endif() +endif() + +# Add miniz (compression library that might be needed) +if(EXISTS ${TORCH_ROOT}/lib/miniz) + message(STATUS "Adding miniz library") + file(GLOB MINIZ_SOURCES ${TORCH_ROOT}/lib/miniz/*.c) + if(MINIZ_SOURCES) + add_library(miniz STATIC ${MINIZ_SOURCES}) + target_include_directories(miniz PUBLIC ${TORCH_ROOT}/lib/miniz) + list(APPEND EXTRA_LIBS miniz) + endif() +endif() + +# Fetch GSL (Guidelines Support Library) +FetchContent_Declare( + GSL + GIT_REPOSITORY https://github.com/Microsoft/GSL.git + GIT_TAG a3534567187d2edc428efd3f13466ff75fe5805c +) +FetchContent_MakeAvailable(GSL) + +# Build BinaryTools inline +set(BINARYTOOLS_DIR ${TORCH_ROOT}/lib/binarytools) +if(EXISTS ${BINARYTOOLS_DIR}) + message(STATUS "Building BinaryTools inline from: ${BINARYTOOLS_DIR}") + file(GLOB BINARYTOOLS_SOURCES ${BINARYTOOLS_DIR}/*.cpp) + if(BINARYTOOLS_SOURCES) + add_library(BinaryTools STATIC ${BINARYTOOLS_SOURCES}) + target_include_directories(BinaryTools PUBLIC ${BINARYTOOLS_DIR}) + list(LENGTH BINARYTOOLS_SOURCES BINARYTOOLS_COUNT) + message(STATUS "BinaryTools built with ${BINARYTOOLS_COUNT} source files") + else() + message(FATAL_ERROR "No source files found in BinaryTools directory") + endif() +else() + message(FATAL_ERROR "BinaryTools directory not found at: ${BINARYTOOLS_DIR}") +endif() + +# Build N64Graphics inline +set(N64GRAPHICS_DIR ${TORCH_ROOT}/lib/n64graphics) +if(EXISTS ${N64GRAPHICS_DIR}) + message(STATUS "Building N64Graphics inline from: ${N64GRAPHICS_DIR}") + file(GLOB N64GRAPHICS_SOURCES ${N64GRAPHICS_DIR}/*.c) + if(N64GRAPHICS_SOURCES) + add_library(N64Graphics STATIC ${N64GRAPHICS_SOURCES}) + target_include_directories(N64Graphics PUBLIC ${N64GRAPHICS_DIR}) + list(LENGTH N64GRAPHICS_SOURCES N64GRAPHICS_COUNT) + message(STATUS "N64Graphics built with ${N64GRAPHICS_COUNT} source files") + else() + message(FATAL_ERROR "No source files found in N64Graphics directory") + endif() +else() + message(FATAL_ERROR "N64Graphics directory not found at: ${N64GRAPHICS_DIR}") +endif() + +# Add zlib (often needed with bzip2) +find_library(ZLIB_LIBRARY z) +if(ZLIB_LIBRARY) + message(STATUS "Found system zlib: ${ZLIB_LIBRARY}") + list(APPEND EXTRA_LIBS ${ZLIB_LIBRARY}) +else() + message(STATUS "System zlib not found") +endif() + +target_link_libraries(torch + yaml-cpp + spdlog::spdlog + tinyxml2 + GSL + BinaryTools + N64Graphics + ${EXTRA_LIBS} +) \ No newline at end of file diff --git a/android/app/src/main/cpp/torch_jni.cpp b/android/app/src/main/cpp/torch_jni.cpp new file mode 100644 index 0000000..4fdca57 --- /dev/null +++ b/android/app/src/main/cpp/torch_jni.cpp @@ -0,0 +1,470 @@ +#include +#include +#include +#include +#include +#include "Companion.h" +#include "factories/TextureFactory.h" +#include "factories/BlobFactory.h" +#include "factories/VtxFactory.h" +#include "factories/MtxFactory.h" +#include "factories/FloatFactory.h" +#include "factories/IncludeFactory.h" +#include "factories/DisplayListFactory.h" +#include "factories/LightsFactory.h" +#include "factories/Vec3fFactory.h" +#include "factories/Vec3sFactory.h" +#include "factories/GenericArrayFactory.h" +#include "factories/AssetArrayFactory.h" +#include "factories/ViewportFactory.h" +#include "factories/CompressedTextureFactory.h" + +#define LOG_TAG "TorchJNI" +#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) +#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) + +// Define the static member variable +Companion* Companion::Instance = nullptr; + +// Custom factory registration function since RegisterFactory is private +void RegisterFactoriesManually(Companion* companion) { + // We can't access RegisterFactory directly since it's private + // But we can use reflection or friend functions, or modify the Companion class + // For now, let's try calling Init() which registers factories, then Process() separately +} + +extern "C" JNIEXPORT jstring JNICALL +Java_com_torch_converter_MainActivity_convertRomToO2R(JNIEnv *env, jobject thiz, + jstring romPath, jstring outputPath, jstring configPath) { + + const char *romPathStr = env->GetStringUTFChars(romPath, nullptr); + const char *outputPathStr = env->GetStringUTFChars(outputPath, nullptr); + const char *configPathStr = env->GetStringUTFChars(configPath, nullptr); + + LOGI("Starting ROM conversion: %s -> %s", romPathStr, outputPathStr); + + try { + // Check if ROM file exists + if (!std::filesystem::exists(romPathStr)) { + LOGE("ROM file does not exist: %s", romPathStr); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + return env->NewStringUTF("ROM file not found"); + } + + // Create output directory if it doesn't exist + std::filesystem::path outputDir = std::filesystem::path(outputPathStr).parent_path(); + if (!std::filesystem::exists(outputDir)) { + std::filesystem::create_directories(outputDir); + } + + // Initialize Companion with O2R mode and config directory + std::filesystem::path romFilePath(romPathStr); + std::string configDir(configPathStr); + + LOGI("Config directory: %s", configDir.c_str()); + + // List contents of config directory for debugging + try { + LOGI("Contents of config directory:"); + for (const auto& entry : std::filesystem::directory_iterator(configDir)) { + LOGI(" %s", entry.path().filename().string().c_str()); + } + } catch (const std::exception& e) { + LOGE("Error listing config directory: %s", e.what()); + } + + // Check if config.yml exists + std::string configFile = configDir + "/config.yml"; + if (!std::filesystem::exists(configFile)) { + LOGE("config.yml not found at: %s", configFile.c_str()); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("config.yml not found in selected folder"); + } + + // Check if assets directory exists + std::string assetsDir = configDir + "/assets"; + if (!std::filesystem::exists(assetsDir)) { + LOGE("assets directory not found at: %s", assetsDir.c_str()); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("assets directory not found in selected folder"); + } + + LOGI("Found config.yml and assets directory"); + + // Check if output directory exists + std::filesystem::path outputFilePath(outputPathStr); + std::filesystem::path outputDirPath = outputFilePath.parent_path(); + if (!std::filesystem::exists(outputDirPath)) { + LOGI("Creating output directory: %s", outputDirPath.string().c_str()); + std::filesystem::create_directories(outputDirPath); + } + + // Update progress + jclass clazz = env->GetObjectClass(thiz); + jmethodID updateProgressMethod = env->GetMethodID(clazz, "updateProgress", "(Ljava/lang/String;)V"); + + auto updateProgress = [&](const char* message) { + jstring jmsg = env->NewStringUTF(message); + env->CallVoidMethod(thiz, updateProgressMethod, jmsg); + env->DeleteLocalRef(jmsg); + }; + + updateProgress("Analyzing ROM file..."); + LOGI("Creating Companion instance..."); + LOGI("ROM file path: %s", romFilePath.string().c_str()); + LOGI("Config directory (working dir): %s", configDir.c_str()); + LOGI("Output path: %s", outputPathStr); + + // Declare variables at broader scope + bool isCompressed = false; + std::string romVersion = "Unknown"; + + // Check ROM file and calculate SHA1 hash + if (std::filesystem::exists(romFilePath)) { + auto romSize = std::filesystem::file_size(romFilePath); + LOGI("ROM file size: %zu bytes", romSize); + + // Calculate SHA1 hash of the ROM + std::ifstream romFile(romFilePath, std::ios::binary); + if (romFile.is_open()) { + // Read entire file for hash calculation + std::vector romData((std::istreambuf_iterator(romFile)), + std::istreambuf_iterator()); + romFile.close(); + + // Calculate SHA1 hash using Torch's method + std::string romHash = Companion::CalculateHash(romData); + LOGI("ROM SHA1 hash: %s", romHash.c_str()); + + // Check if this hash is in the Starship config + // Both compressed and decompressed versions are supported + + // US 1.1 (decompressed) + if (romHash == "f7475fb11e7e6830f82883412638e8390791ab87") { + romVersion = "Star Fox 64 (U) (V1.1) - Decompressed"; + isCompressed = false; + // US 1.1 (compressed) + } else if (romHash == "09f0d105f476b00efa5303a3ebc42e60a7753b7a") { + romVersion = "Star Fox 64 (U) (V1.1) - Compressed"; + isCompressed = true; + // US 1.0 (decompressed) + } else if (romHash == "63b69f0ef36306257481afc250f9bc304c7162b2") { + romVersion = "Star Fox 64 (U) (V1.0) - Decompressed"; + isCompressed = false; + // US 1.0 (compressed) + } else if (romHash == "d8b1088520f7c5f81433292a9258c1184afa1457") { + romVersion = "Star Fox 64 (U) (V1.0) - Compressed"; + isCompressed = true; + // JP 1.0 (decompressed) + } else if (romHash == "d064229a32cc05ab85e2381ce07744eb3ffaf530") { + romVersion = "Star Fox 64 (JP) (V1.0) - Decompressed"; + isCompressed = false; + // JP 1.0 (compressed) + } else if (romHash == "9bd71afbecf4d0a43146e4e7a893395e19bf3220") { + romVersion = "Star Fox 64 (JP) (V1.0) - Compressed"; + isCompressed = true; + // EU 1.0 (decompressed) + } else if (romHash == "09f5d5c14219fc77a36c5a6ad5e63f7abd8b3385") { + romVersion = "Star Fox 64 (EU) (V1.0) - Decompressed"; + isCompressed = false; + // EU 1.0 (compressed) + } else if (romHash == "05b307b8804f992af1a1e2fbafbd588501fdf799") { + romVersion = "Star Fox 64 (EU) (V1.0) - Compressed"; + isCompressed = true; + // CN 1.1 (decompressed) + } else if (romHash == "3a05aba5549fa71e8b16a0c6e2c8481b070818a9") { + romVersion = "Star Fox 64 (CN) (V1.1) - Decompressed"; + isCompressed = false; + // CN 1.1 (compressed) + } else if (romHash == "c8a10699dea52f4bb2e2311935c1376dfb352e7a") { + romVersion = "Star Fox 64 (CN) (V1.1) - Compressed"; + isCompressed = true; + // Mario Kart 64 (US) + } else if (romHash == "579c48e211ae952530ffc8738709f078d5dd215e") { + romVersion = "Mario Kart 64 (US)"; + isCompressed = false; + } else { + LOGE("Unknown ROM hash: %s - This ROM may not be supported", romHash.c_str()); + LOGE("Supported versions:"); + LOGE(" Star Fox 64: US 1.0/1.1, JP 1.0, EU 1.0, CN 1.1 (compressed or decompressed)"); + LOGE(" Mario Kart 64: US (decompressed)"); + } + + LOGI("Detected: %s", romVersion.c_str()); + if (isCompressed) { + LOGI("⚠️ This ROM is compressed and will need to be decompressed during processing"); + LOGI("⚠️ This may take a couple of minutes on mobile devices"); + LOGI("⚠️ For faster processing, use a pre-decompressed ROM"); + } + } else { + LOGE("Cannot open ROM file for reading"); + } + } else { + LOGE("ROM file does not exist at: %s", romFilePath.string().c_str()); + } + + updateProgress("Setting up working directory..."); + + // Change working directory to where config files are located + std::filesystem::current_path(configDir); + LOGI("Changed working directory to: %s", std::filesystem::current_path().string().c_str()); + + // Check if we can write to the working directory + std::string testFile = configDir + "/test_write.tmp"; + try { + std::ofstream test(testFile); + if (test.is_open()) { + test << "test"; + test.close(); + std::filesystem::remove(testFile); + LOGI("Working directory is writable"); + } else { + LOGE("Cannot write to working directory"); + } + } catch (const std::exception& e) { + LOGE("Write test failed: %s", e.what()); + } + + updateProgress("Creating Torch instance..."); + + // Use the same directory as ROM and config files for output + std::string outputDirectory = configDir; + + LOGI("Creating Companion with:"); + LOGI(" ROM path: %s", romFilePath.string().c_str()); + LOGI(" Archive type: O2R"); + LOGI(" Debug: false"); + LOGI(" Modding: false"); + LOGI(" Source dir: %s", configDir.c_str()); + LOGI(" Dest dir: %s", outputDirectory.c_str()); + + // Use the correct constructor signature + LOGI("Creating Companion with correct constructor..."); + + // Add more detailed logging before constructor + LOGI("Final check before Companion creation:"); + LOGI(" ROM file path: %s", romFilePath.string().c_str()); + LOGI(" ROM file exists: %s", std::filesystem::exists(romFilePath) ? "YES" : "NO"); + if (std::filesystem::exists(romFilePath)) { + LOGI(" ROM file size: %zu bytes", std::filesystem::file_size(romFilePath)); + LOGI(" ROM file is regular file: %s", std::filesystem::is_regular_file(romFilePath) ? "YES" : "NO"); + } + LOGI(" Config dir: %s", configDir.c_str()); + LOGI(" Output dir: %s", outputDirectory.c_str()); + + // Try loading ROM data manually first (for logging/verification) + LOGI("Attempting to load ROM data manually..."); + std::vector romData; + try { + std::ifstream romFile(romFilePath, std::ios::binary); + if (!romFile.is_open()) { + LOGE("Failed to open ROM file for reading"); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("Cannot open ROM file"); + } + romFile.seekg(0, std::ios::end); + size_t fileSize = romFile.tellg(); + romFile.seekg(0, std::ios::beg); + romData.resize(fileSize); + romFile.read(reinterpret_cast(romData.data()), fileSize); + romFile.close(); + LOGI("ROM data loaded successfully: %zu bytes", romData.size()); + if (romData.size() >= 16) { + LOGI("ROM data first 16 bytes: %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X", + romData[0], romData[1], romData[2], romData[3], romData[4], romData[5], romData[6], romData[7], + romData[8], romData[9], romData[10], romData[11], romData[12], romData[13], romData[14], romData[15]); + } + } catch (const std::exception& e) { + LOGE("Exception loading ROM data for logging: %s", e.what()); + } + + // Create Companion with absolute ROM path and proper directories + Companion* companion = nullptr; + try { + LOGI("Using vector constructor since filesystem path failed"); + companion = new Companion(romData, ArchiveType::O2R, false, false, configDir, outputDirectory); + + LOGI("Companion constructor completed"); + + // Check ROM hash immediately after construction + if (companion != nullptr) { + try { + auto& companionRomData = companion->GetRomData(); + std::string companionHash = Companion::CalculateHash(companionRomData); + LOGI("ROM hash from Companion: %s", companionHash.c_str()); + LOGI("ROM data size from Companion: %zu bytes", companionRomData.size()); + + // Compare with our manually loaded ROM data + std::string manualHash = Companion::CalculateHash(romData); + LOGI("ROM hash from manual load: %s", manualHash.c_str()); + LOGI("ROM data size from manual load: %zu bytes", romData.size()); + + if (companionHash == manualHash) { + LOGI("✓ ROM hashes match - data is consistent"); + } else { + LOGE("✗ ROM hashes DON'T match - Companion has different data!"); + LOGE("This suggests Companion is reading from a different file or getting corrupted data"); + + // Compare first few bytes + if (companionRomData.size() >= 16 && romData.size() >= 16) { + LOGI("Companion ROM first 16 bytes: %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X", + companionRomData[0], companionRomData[1], companionRomData[2], companionRomData[3], + companionRomData[4], companionRomData[5], companionRomData[6], companionRomData[7], + companionRomData[8], companionRomData[9], companionRomData[10], companionRomData[11], + companionRomData[12], companionRomData[13], companionRomData[14], companionRomData[15]); + + LOGI("Manual ROM first 16 bytes: %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X", + romData[0], romData[1], romData[2], romData[3], + romData[4], romData[5], romData[6], romData[7], + romData[8], romData[9], romData[10], romData[11], + romData[12], romData[13], romData[14], romData[15]); + } + } + + } catch (const std::exception& e) { + LOGE("Exception checking ROM hash: %s", e.what()); + } + } + + if (companion == nullptr) { + LOGE("Failed to create Companion instance"); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("Failed to create Companion instance"); + } + + // Set singleton (if used downstream) + Companion::Instance = companion; + + // Initialize (this calls Companion::Process() internally) + updateProgress("Processing ROM with Torch..."); + LOGI("About to try Torch processing..."); + LOGI("Trying Process() first, then Init() as fallback..."); + + try { + // Use our new method to register factories only, then call Process separately + LOGI("Calling companion->InitFactoriesOnly() to register factories..."); + companion->InitFactoriesOnly(ExportType::Binary); + LOGI("Factories registered successfully"); + + // Check if cartridge is created properly before calling Process + auto cartridge = companion->GetCartridge(); + LOGI("Cartridge before Process(): %p", cartridge); + if (cartridge != nullptr) { + LOGI("Cartridge hash: %s", cartridge->GetHash().c_str()); + LOGI("Cartridge title: %s", cartridge->GetGameTitle().c_str()); + } else { + LOGI("Cartridge is null - this is expected before Process()"); + } + + LOGI("Now calling companion->Process() to convert ROM..."); + if (isCompressed) { + updateProgress("Decompressing ROM - this may take a couple of minutes..."); + LOGI("⏳ Starting ROM decompression - this is the slow part..."); + } else { + updateProgress("Processing ROM assets..."); + } + + // Set a longer timeout for the process + companion->Process(); + LOGI("*** SUCCESS: Companion Process completed! ***"); + + // Check if cartridge was created during Process + cartridge = companion->GetCartridge(); + LOGI("Cartridge after Process(): %p", cartridge); + if (cartridge != nullptr) { + LOGI("Final cartridge hash: %s", cartridge->GetHash().c_str()); + LOGI("Final cartridge title: %s", cartridge->GetGameTitle().c_str()); + } + + } catch (const std::exception& e) { + LOGE("Exception during Torch processing: %s", e.what()); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF(e.what()); + } catch (...) { + LOGE("Unknown exception during Torch processing"); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("Unknown exception during Torch processing"); + } + + // Verify cartridge after Init + auto cartridge = companion->GetCartridge(); + LOGI("Post-Init GetCartridge() returned: %p", cartridge); + if (cartridge == nullptr) { + LOGE("Cartridge is null after Init. Ensure ROM is supported and config has an entry for its SHA1."); + } + + updateProgress("Generating O2R file..."); + + // Check if torch.hash.yml was created + std::string hashFile = configDir + "/torch.hash.yml"; + if (std::filesystem::exists(hashFile)) { + LOGI("torch.hash.yml was created successfully"); + } else { + LOGI("torch.hash.yml was not created (this might be normal)"); + } + + // Check output file + if (std::filesystem::exists(outputPathStr)) { + auto outSize = std::filesystem::file_size(outputPathStr); + LOGI("O2R file created successfully: %s (size: %zu bytes)", outputPathStr, outSize); + } else { + LOGE("O2R file was not created at: %s", outputPathStr); + delete companion; + Companion::Instance = nullptr; + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("O2R file was not created"); + } + + } catch (const std::exception& e) { + LOGE("Exception during Torch processing: %s", e.what()); + if (companion) { + delete companion; + Companion::Instance = nullptr; + } + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF(e.what()); + } + + LOGI("Torch processing completed successfully"); + LOGI("ROM conversion completed successfully"); + + // Clean up + delete companion; + Companion::Instance = nullptr; + + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("success"); + + } catch (const std::exception& e) { + LOGE("Exception during conversion: %s", e.what()); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF(e.what()); + } catch (...) { + LOGE("Unknown exception during conversion"); + env->ReleaseStringUTFChars(romPath, romPathStr); + env->ReleaseStringUTFChars(outputPath, outputPathStr); + env->ReleaseStringUTFChars(configPath, configPathStr); + return env->NewStringUTF("Unknown error occurred"); + } +} \ No newline at end of file diff --git a/android/app/src/main/ic_launcher-playstore.png b/android/app/src/main/ic_launcher-playstore.png index 3d7ec8336f3f8fe317550b305d9d9d177af27abd..95979d992e88171e00fdd47733eb5fa7cf58a9be 100644 GIT binary patch literal 179161 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 MT`(`l!Sj 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

    rBMd^7Y)!QyR^krY2UjT6r(GsGoQFqOIFI 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

    qwVckj=!~z|8lU2|Fhq%m)iHuBp(zn=0EZB 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

    wD=R}xSh}DEPZ?Fdi3S~yz(h;KXqLH6L;xT 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 { + progressText.setText(message); + Log.i(TAG, "Progress: " + message); + }); + } + + static { + System.loadLibrary("torch"); + } + + private final ActivityResultLauncher romPickerLauncher = + registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), result -> { + if (result.getResultCode() == Activity.RESULT_OK && result.getData() != null) { + selectedRomUri = result.getData().getData(); + if (selectedRomUri != null) { + handleSelectedRom(); + } + } + }); + + private final ActivityResultLauncher configPickerLauncher = + registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), result -> { + if (result.getResultCode() == Activity.RESULT_OK && result.getData() != null) { + selectedConfigUri = result.getData().getData(); + if (selectedConfigUri != null) { + handleSelectedConfig(); + } + } + }); + + private final ActivityResultLauncher outputPickerLauncher = + registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), result -> { + if (result.getResultCode() == Activity.RESULT_OK && result.getData() != null) { + selectedOutputUri = result.getData().getData(); + if (selectedOutputUri != null) { + handleSelectedOutput(); + } + } + }); + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_main); + + // Customize action bar with centered title + if (getSupportActionBar() != null) { + getSupportActionBar().setDisplayShowCustomEnabled(true); + getSupportActionBar().setDisplayShowTitleEnabled(false); + getSupportActionBar().setCustomView(R.layout.custom_action_bar); + } + + initViews(); + setupClickListeners(); + } + + private void initViews() { + selectRomButton = findViewById(R.id.selectRomButton); + selectConfigButton = findViewById(R.id.selectConfigButton); + selectOutputButton = findViewById(R.id.selectOutputButton); + convertButton = findViewById(R.id.convertButton); + statusText = findViewById(R.id.statusText); + configStatusText = findViewById(R.id.configStatusText); + outputStatusText = findViewById(R.id.outputStatusText); + progressText = findViewById(R.id.progressText); + progressBar = findViewById(R.id.progressBar); + configRadioGroup = findViewById(R.id.configRadioGroup); + torchIcon = findViewById(R.id.torchIcon); + + convertButton.setEnabled(false); + progressBar.setVisibility(View.GONE); + progressText.setVisibility(View.GONE); + + // Set up radio group listener + configRadioGroup.setOnCheckedChangeListener((group, checkedId) -> { + if (checkedId == R.id.starshipRadio) { + selectedConfigType = "starship"; + Log.i(TAG, "Selected configuration: Starship (Star Fox 64)"); + } else if (checkedId == R.id.spaghettiRadio) { + selectedConfigType = "spaghetti"; + Log.i(TAG, "Selected configuration: Spaghetti Kart (Mario Kart 64)"); + } + // Reset config selection when changing configuration type + selectedConfigUri = null; + configDirPath = null; + configStatusText.setText("Config: Not selected"); + // Keep output directory selection when changing config type + updateConvertButtonState(); + }); + } + + private void setupClickListeners() { + selectRomButton.setOnClickListener(v -> openRomPicker()); + selectConfigButton.setOnClickListener(v -> openConfigPicker()); + selectOutputButton.setOnClickListener(v -> openOutputPicker()); + convertButton.setOnClickListener(v -> convertRom()); + } + + private void openRomPicker() { + Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT); + intent.addCategory(Intent.CATEGORY_OPENABLE); + intent.setType("*/*"); + // Accept all file types but we'll validate .v64 extension + intent.putExtra(Intent.EXTRA_MIME_TYPES, new String[]{"application/octet-stream", "*/*"}); + romPickerLauncher.launch(intent); + } + + private void openConfigPicker() { + // Load the selected configuration (starship or spaghetti) + handleSelectedConfig(); + } + + private void openOutputPicker() { + Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE); + intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION); + outputPickerLauncher.launch(intent); + } + + private void handleSelectedRom() { + try { + String fileName = getFileName(selectedRomUri); + + // Validate .z64 extension + if (!fileName.toLowerCase().endsWith(".z64")) { + statusText.setText("Error: Only .z64 format ROMs are supported"); + String gameType = selectedConfigType.equals("starship") ? "Star Fox 64" : "Mario Kart 64"; + Toast.makeText(this, "Please select a .z64 format " + gameType + " ROM", Toast.LENGTH_LONG).show(); + return; + } + + // Copy ROM to internal storage for processing + romFilePath = copyRomToInternalStorage(); + + statusText.setText("ROM: " + fileName); + updateConvertButtonState(); + + } catch (IOException e) { + Log.e(TAG, "Error handling selected ROM", e); + Toast.makeText(this, "Error reading ROM file", Toast.LENGTH_SHORT).show(); + } + } + + private String copyRomToInternalStorage() throws IOException { + InputStream inputStream = getContentResolver().openInputStream(selectedRomUri); + if (inputStream == null) { + throw new IOException("Cannot open ROM file"); + } + + // Put ROM in the app root directory alongside config files + File appRootDir = getExternalFilesDir(null); + + String fileName = getFileName(selectedRomUri); + // Use a standard name for the ROM file + File romFile = new File(appRootDir, "baserom.z64"); + + FileOutputStream outputStream = new FileOutputStream(romFile); + byte[] buffer = new byte[8192]; + int bytesRead; + + while ((bytesRead = inputStream.read(buffer)) != -1) { + outputStream.write(buffer, 0, bytesRead); + } + + inputStream.close(); + outputStream.close(); + + Log.i(TAG, "ROM copied to app root: " + romFile.getAbsolutePath()); + return romFile.getAbsolutePath(); + } + + private String getFileName(Uri uri) { + String result = null; + if (uri.getScheme().equals("content")) { + try (android.database.Cursor cursor = getContentResolver().query(uri, null, null, null, null)) { + if (cursor != null && cursor.moveToFirst()) { + int nameIndex = cursor.getColumnIndex(android.provider.OpenableColumns.DISPLAY_NAME); + if (nameIndex >= 0) { + result = cursor.getString(nameIndex); + } + } + } + } + if (result == null) { + result = uri.getPath(); + int cut = result.lastIndexOf('/'); + if (cut != -1) { + result = result.substring(cut + 1); + } + } + return result; + } + + private void handleSelectedConfig() { + try { + // Copy bundled assets to internal storage based on selected configuration + configDirPath = copyBundledAssetsToInternalStorage(); + + String configName = selectedConfigType.equals("starship") ? + "Starship (Star Fox 64)" : "Spaghetti Kart (Mario Kart 64)"; + configStatusText.setText("Config: " + configName + " assets loaded"); + updateConvertButtonState(); + + } catch (IOException e) { + Log.e(TAG, "Error loading bundled config", e); + Toast.makeText(this, "Error loading bundled config", Toast.LENGTH_SHORT).show(); + } + } + + private void handleSelectedOutput() { + try { + // Get the selected directory path for display + String displayPath = getDisplayPathFromUri(selectedOutputUri); + outputDirPath = getWritablePathFromUri(selectedOutputUri); + + outputStatusText.setText("Output: " + displayPath); + updateConvertButtonState(); + + Log.i(TAG, "Output directory selected: " + displayPath); + Log.i(TAG, "Writable path: " + outputDirPath); + + } catch (Exception e) { + Log.e(TAG, "Error handling selected output directory", e); + Toast.makeText(this, "Error accessing selected directory", Toast.LENGTH_SHORT).show(); + } + } + + private String getDisplayPathFromUri(Uri uri) { + // Extract a user-friendly display path from the URI + String path = uri.toString(); + if (path.contains("primary:")) { + String folder = path.substring(path.lastIndexOf("primary:") + 8); + return "Internal Storage/" + folder.replace("%2F", "/"); + } else if (path.contains("home:")) { + String folder = path.substring(path.lastIndexOf("home:") + 5); + return "Documents/" + folder.replace("%2F", "/"); + } else { + return "Selected Directory"; + } + } + + private String getWritablePathFromUri(Uri uri) { + // For now, we'll still copy to app directory but remember the user's choice + // In the future, we could use DocumentFile to write directly to the selected location + return getExternalFilesDir(null).getAbsolutePath(); + } + + + + private void copyFileToSelectedDirectory(File sourceFile, String fileName) throws IOException { + if (selectedOutputUri == null) return; + + try { + // Use DocumentFile to create and write to the selected directory + androidx.documentfile.provider.DocumentFile outputDir = + androidx.documentfile.provider.DocumentFile.fromTreeUri(this, selectedOutputUri); + + if (outputDir == null || !outputDir.canWrite()) { + throw new IOException("Cannot write to selected directory"); + } + + // Delete existing file if it exists + androidx.documentfile.provider.DocumentFile existingFile = outputDir.findFile(fileName); + if (existingFile != null) { + existingFile.delete(); + } + + // Create new file + androidx.documentfile.provider.DocumentFile newFile = + outputDir.createFile("application/octet-stream", fileName); + + if (newFile == null) { + throw new IOException("Failed to create file in selected directory"); + } + + // Copy file content + try (java.io.FileInputStream inputStream = new java.io.FileInputStream(sourceFile); + java.io.OutputStream outputStream = getContentResolver().openOutputStream(newFile.getUri())) { + + if (outputStream == null) { + throw new IOException("Cannot open output stream"); + } + + byte[] buffer = new byte[8192]; + int bytesRead; + while ((bytesRead = inputStream.read(buffer)) != -1) { + outputStream.write(buffer, 0, bytesRead); + } + } + + Log.i(TAG, "File copied to selected directory: " + fileName); + + } catch (Exception e) { + Log.e(TAG, "Error copying file to selected directory", e); + throw new IOException("Failed to copy file: " + e.getMessage()); + } + } + + private String copyBundledAssetsToInternalStorage() throws IOException { + // Use the app's external files directory as the root (not a subfolder) + File appRootDir = getExternalFilesDir(null); + + // Clean up any existing config files + File existingConfig = new File(appRootDir, "config.yml"); + if (existingConfig.exists()) { + existingConfig.delete(); + } + File existingAssets = new File(appRootDir, "assets"); + if (existingAssets.exists()) { + deleteRecursively(existingAssets); + } + File existingYamls = new File(appRootDir, "yamls"); + if (existingYamls.exists()) { + deleteRecursively(existingYamls); + } + File existingInclude = new File(appRootDir, "include"); + if (existingInclude.exists()) { + deleteRecursively(existingInclude); + } + + // Copy bundled assets based on selected configuration + copyAssetDirectory(selectedConfigType, appRootDir); + + Log.i(TAG, "Config copied to app root: " + appRootDir.getAbsolutePath()); + + // Don't create torch.hash.yml - let Torch generate it automatically + + // Debug: List the structure that was created + listDirectoryContents(appRootDir, ""); + + return appRootDir.getAbsolutePath(); + } + + private void listDirectoryContents(File dir, String indent) { + if (!dir.exists() || !dir.isDirectory()) return; + + File[] files = dir.listFiles(); + if (files != null) { + for (File file : files) { + if (file.isDirectory()) { + Log.i(TAG, indent + "📁 " + file.getName() + "/"); + listDirectoryContents(file, indent + " "); + } else { + Log.i(TAG, indent + "📄 " + file.getName() + " (" + file.length() + " bytes)"); + } + } + } + } + + private void copyAssetDirectory(String assetPath, File destDir) throws IOException { + String[] assets = getAssets().list(assetPath); + if (assets == null) return; + + for (String asset : assets) { + String fullAssetPath = assetPath + "/" + asset; + File destFile = new File(destDir, asset); + + try { + // Try to list contents - if it succeeds, it's a directory + String[] subAssets = getAssets().list(fullAssetPath); + if (subAssets != null && subAssets.length > 0) { + // It's a directory + destFile.mkdirs(); + copyAssetDirectory(fullAssetPath, destFile); + } else { + // It's a file + copyAssetFile(fullAssetPath, destFile); + } + } catch (IOException e) { + // If listing fails, assume it's a file + copyAssetFile(fullAssetPath, destFile); + } + } + + Log.i(TAG, "Copied asset directory: " + assetPath + " -> " + destDir.getAbsolutePath()); + } + + private void copyAssetFile(String assetPath, File destFile) throws IOException { + try (InputStream inputStream = getAssets().open(assetPath); + FileOutputStream outputStream = new FileOutputStream(destFile)) { + + byte[] buffer = new byte[8192]; + int bytesRead; + while ((bytesRead = inputStream.read(buffer)) != -1) { + outputStream.write(buffer, 0, bytesRead); + } + + Log.i(TAG, "Copied asset: " + assetPath + " -> " + destFile.getName()); + } + } + + private void copyDirectoryFromUri(Uri treeUri, File destDir) throws IOException { + Log.i(TAG, "Copying config directory from: " + treeUri.toString()); + + try { + // Use DocumentsContract to traverse the directory tree + android.database.Cursor cursor = getContentResolver().query( + DocumentsContract.buildChildDocumentsUriUsingTree(treeUri, DocumentsContract.getTreeDocumentId(treeUri)), + new String[]{DocumentsContract.Document.COLUMN_DOCUMENT_ID, DocumentsContract.Document.COLUMN_DISPLAY_NAME, DocumentsContract.Document.COLUMN_MIME_TYPE}, + null, null, null + ); + + if (cursor != null) { + while (cursor.moveToNext()) { + String documentId = cursor.getString(0); + String displayName = cursor.getString(1); + String mimeType = cursor.getString(2); + + Log.i(TAG, "Found: " + displayName + " (type: " + mimeType + ")"); + + Uri documentUri = DocumentsContract.buildDocumentUriUsingTree(treeUri, documentId); + + if (DocumentsContract.Document.MIME_TYPE_DIR.equals(mimeType)) { + // It's a directory - create it and recurse + File subDir = new File(destDir, displayName); + subDir.mkdirs(); + copyDirectoryFromUri(documentUri, subDir); + } else { + // It's a file - copy it + copyFileFromUri(documentUri, new File(destDir, displayName)); + } + } + cursor.close(); + } + } catch (Exception e) { + Log.e(TAG, "Error copying directory", e); + throw new IOException("Failed to copy config directory: " + e.getMessage()); + } + } + + private void copyFileFromUri(Uri fileUri, File destFile) throws IOException { + try (InputStream inputStream = getContentResolver().openInputStream(fileUri); + FileOutputStream outputStream = new FileOutputStream(destFile)) { + + if (inputStream == null) { + throw new IOException("Cannot open file: " + fileUri); + } + + byte[] buffer = new byte[8192]; + int bytesRead; + while ((bytesRead = inputStream.read(buffer)) != -1) { + outputStream.write(buffer, 0, bytesRead); + } + + Log.i(TAG, "Copied file: " + destFile.getName()); + } + } + + private void deleteRecursively(File file) { + if (file.isDirectory()) { + File[] children = file.listFiles(); + if (children != null) { + for (File child : children) { + deleteRecursively(child); + } + } + } + file.delete(); + } + + private void updateConvertButtonState() { + // Convert button is enabled when ROM and config are selected + // Output directory is optional (defaults to app directory) + convertButton.setEnabled(romFilePath != null && configDirPath != null); + } + + private void convertRom() { + if (romFilePath == null) { + Toast.makeText(this, "Please select a ROM first", Toast.LENGTH_SHORT).show(); + return; + } + + if (configDirPath == null) { + Toast.makeText(this, "Please select config directory first", Toast.LENGTH_SHORT).show(); + return; + } + + // Show progress and start torch animation + progressBar.setVisibility(View.VISIBLE); + progressText.setVisibility(View.VISIBLE); + convertButton.setEnabled(false); + statusText.setText("Converting ROM to O2R..."); + progressText.setText("Initializing Torch..."); + + // Start the cool torch animation! 🔥 + startTorchAnimation(); + + // Run conversion in background thread with timeout + new Thread(() -> { + try { + // Use selected output directory or default to app directory + File outputDir = outputDirPath != null ? new File(outputDirPath) : getExternalFilesDir(null); + // Use appropriate filename based on selected configuration + String outputFileName = selectedConfigType.equals("starship") ? "sf64.o2r" : "mk64.o2r"; + String outputPath = new File(outputDir, outputFileName).getAbsolutePath(); + Log.i(TAG, "ROM path: " + romFilePath); + Log.i(TAG, "Output path: " + outputPath); + Log.i(TAG, "Config path: " + configDirPath); + + // Check if files exist before conversion + File romFile = new File(romFilePath); + File configDir = new File(configDirPath); + Log.i(TAG, "ROM file exists: " + romFile.exists() + " (size: " + romFile.length() + " bytes)"); + Log.i(TAG, "Config dir exists: " + configDir.exists()); + + if (configDir.exists()) { + File configYml = new File(configDir, "config.yml"); + Log.i(TAG, "config.yml exists: " + configYml.exists()); + } + + // Update progress during conversion + runOnUiThread(() -> progressText.setText("Reading ROM file...")); + Thread.sleep(500); // Brief pause to show progress + + runOnUiThread(() -> progressText.setText("Loading configuration...")); + Thread.sleep(500); + + runOnUiThread(() -> progressText.setText("Processing assets...")); + Log.i(TAG, "Starting native conversion..."); + String result = convertRomToO2R(romFilePath, outputPath, configDirPath); + Log.i(TAG, "Native conversion returned: " + result); + + runOnUiThread(() -> { + progressBar.setVisibility(View.GONE); + convertButton.setEnabled(true); + + // Stop the torch animation + stopTorchAnimation(); + + if (result != null && result.equals("success")) { + // Double-check if the file was actually created + File outputFile = new File(outputPath); + if (outputFile.exists() && outputFile.length() > 0) { + String configName = selectedConfigType.equals("starship") ? "Starship" : "Spaghetti Kart"; + + // If user selected a custom output directory, copy the file there + if (selectedOutputUri != null) { + try { + copyFileToSelectedDirectory(outputFile, outputFileName); + String displayPath = getDisplayPathFromUri(selectedOutputUri); + statusText.setText("Conversion complete! " + outputFileName + " saved to " + displayPath + " (" + (outputFile.length() / 1024) + " KB)"); + Toast.makeText(this, outputFileName + " created successfully for " + configName + "!\nSaved to: " + displayPath, Toast.LENGTH_LONG).show(); + } catch (Exception e) { + Log.e(TAG, "Failed to copy to selected directory", e); + statusText.setText("Conversion complete! " + outputFileName + " saved to app directory (" + (outputFile.length() / 1024) + " KB)"); + Toast.makeText(this, outputFileName + " created successfully for " + configName + "!\nSaved to app directory (failed to copy to selected location)", Toast.LENGTH_LONG).show(); + } + } else { + statusText.setText("Conversion complete! " + outputFileName + " saved to app directory (" + (outputFile.length() / 1024) + " KB)"); + Toast.makeText(this, outputFileName + " created successfully for " + configName + "!\nLocation: " + outputFile.getParent(), Toast.LENGTH_LONG).show(); + } + + Log.i(TAG, "Output file confirmed: " + outputFile.getAbsolutePath() + " (" + outputFile.length() + " bytes)"); + } else { + statusText.setText("Conversion reported success but no output file found"); + Toast.makeText(this, "No output file created", Toast.LENGTH_SHORT).show(); + Log.e(TAG, "No output file found at: " + outputPath); + } + } else { + statusText.setText("Conversion failed: " + (result != null ? result : "Unknown error")); + Toast.makeText(this, "Conversion failed", Toast.LENGTH_SHORT).show(); + Log.e(TAG, "Conversion failed with result: " + result); + } + }); + + } catch (Exception e) { + Log.e(TAG, "Conversion error", e); + runOnUiThread(() -> { + progressBar.setVisibility(View.GONE); + progressText.setVisibility(View.GONE); + convertButton.setEnabled(true); + statusText.setText("Conversion failed: " + e.getMessage()); + Toast.makeText(this, "Conversion failed", Toast.LENGTH_SHORT).show(); + + // Stop the torch animation on error + stopTorchAnimation(); + }); + } + }).start(); + } + + private void startTorchAnimation() { + runOnUiThread(() -> { + // Start the fade in/out animation + torchIcon.setImageResource(R.mipmap.ic_launcher); + Animation animation = AnimationUtils.loadAnimation(this, R.anim.torch_dim_bright); + torchIcon.startAnimation(animation); + Log.i(TAG, "🔥 Torch fade animation started!"); + }); + } + + private void stopTorchAnimation() { + runOnUiThread(() -> { + // Stop the fade animation and show static icon + torchIcon.clearAnimation(); + torchIcon.setImageResource(R.mipmap.ic_launcher); + Log.i(TAG, "🔥 Torch fade animation stopped!"); + }); + } +} \ No newline at end of file diff --git a/android/app/src/main/res/anim/torch_dim_bright.xml b/android/app/src/main/res/anim/torch_dim_bright.xml new file mode 100644 index 0000000..d0228fd --- /dev/null +++ b/android/app/src/main/res/anim/torch_dim_bright.xml @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/ic_torch.xml b/android/app/src/main/res/drawable/ic_torch.xml deleted file mode 100644 index 54d7bc8..0000000 --- a/android/app/src/main/res/drawable/ic_torch.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - \ No newline at end of file diff --git a/android/app/src/main/res/drawable/rounded_button.xml b/android/app/src/main/res/drawable/rounded_button.xml new file mode 100644 index 0000000..c9c7a15 --- /dev/null +++ b/android/app/src/main/res/drawable/rounded_button.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/layout/activity_main.xml b/android/app/src/main/res/layout/activity_main.xml index f2b35f7..907301e 100644 --- a/android/app/src/main/res/layout/activity_main.xml +++ b/android/app/src/main/res/layout/activity_main.xml @@ -1,55 +1,112 @@ + android:gravity="center" + android:background="@color/black"> + + + + android:text="Target Configuration:" + android:textSize="16sp" + android:textStyle="bold" + android:layout_marginBottom="8dp" + android:textColor="@color/neon_yellow" /> + + + + + + + +

    F-- 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ν0B*WYXa}UgY4|*Z)gSi_N?wQ5$X~r}fyaSn! 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≤e?!?KpHUG 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≤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

puoN9ltqCNx1Lu9x9fXUT7y55K#}3q2zn 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